/*
Theme Name: Creative Block
Theme URI: http://creativeblock.creative-band.com
Author: Jaeil Han, Director of Creative Band
Author URI: http://creative-band.com/
Description: Simple Masonry Layout WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, light, right-sidebar, featured-images, microformats, post-formats, sticky-post
Text Domain: creative-block

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/*************************************
	Fonts    
*************************************/
@import url('http://fonts.googleapis.com/css?family=Armata');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:300');





/*************************************
    CSS Reset
*************************************/
::selection {
	color: #fff;
	background: #8B73B3;
}
::-moz-selection {
	color: #fff;
	background: #8B73B3;
}

html, body {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 19px;
	font-family: "Apple SD Gothic Neo", "Nanum Gothic", "Helvetica Neue", "Helvetica", "Dotum", "Arial", "Verdana", "sans-serif";
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
pre {
	width: 97%;
	padding: 10px 1.5%;
	background-color: #f1f1f1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
hr {
	background-color: rgba(0, 0, 0, 0.1);
		border: 0;
		height: 1px;
		margin-bottom: 23px;
}




/*************************************
    Basic Layout
*************************************/
#page {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
header {
	width: 100%;
	height: 60px;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#main {
	width: 100%;
	float: left;
	margin: 0;
}
.inner {
	max-width: 980px !important;
	margin: 0 auto !important;
	padding: 0 22px !important;
	float: none !important;
	position: relative;
}



/* Full Width Layout */
#main.inner.full-width {
	width: 96% !important;
	padding: 0 2% !important;
}
#main.inner.full-width .article-blocks li {
	width: 285px !important;
	margin: 0 10px 20px 10px !important;
}
#main.inner.full-width #secondary {
	display: none;
}
#primary {
	float: left;
	width: 75%;
	min-height: 300px;
	padding: 0 0 100px 0;
}
.no-sidebar {
	width: 100% !important;
}
#secondary {
	float: left;
	width: 22%;
	margin: 30px 0 30px 3%;
}
footer {
	width: 100%;
	height: 90px;
	float: left;
	background-color: #676767;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}




/*************************************
    Header
*************************************/
#site-logo {
	position: absolute;
	top: 17px;
	left: 3%;
	font-weight: 200 !important;
}
#site-logo a {
	font-size: 28px !important;
	text-decoration: none;
	color: #333;
	display: block;
	margin: 0;
}
#site-logo a:hover {
	color: #8B73B3;
}
#site-logo img {
		width: 130px;
	height: auto;
}


/* Top Navigation */
#top-navigation {
	position: absolute;
	top: 15px;
	right: 22px;
}
#top-navigation ul {
	float: right;
	text-align: right;
	list-style: none;
}
#top-navigation ul li {
	float: left;
	margin: 0 0 0 20px;
}
#top-navigation ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
#top-navigation ul li a:hover {
	color: #8B73B3;
}



/* Main Navigation */
.search-icon {
	position: absolute;
	right: 3%;
	top: 21px;
	width: 18px;
	height: 18px;
}
#main-navigation {
	position: absolute;
	top: 21px;
	right: 9%;
}
#main-navigation ul {
	float: right;
	text-align: right;
	list-style: none;
}
#main-navigation ul li {
	display: block;
	float: left;
	margin: 0 0 0 45px;
	padding: 0 0 35px 0;
	position: relative;
}
#main-navigation ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #676767;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}
#main-navigation ul li a:hover {
	color: #8B73B3;
}
#main-navigation ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 39px;
	left: -10px;
	background-color: #676767;
	padding: 10px;
	min-width: 100px;
	z-index: 1000;
	box-shadow: 0 2px 3px 0 #454545;
}
#main-navigation ul li ul.sub-menu li {
	margin: 0;
	padding: 0;
	width: 100%;
}
#main-navigation ul li ul.sub-menu li a {
	display: block;
	float: left;
	text-align: left;
	padding: 5px 2%;
	width: 120px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	text-transform: inherit;
}
#main-navigation ul li ul.sub-menu li:hover a {
	text-decoration: underline;
}
#main-navigation ul li:hover ul.sub-menu {
	display: block;
}
#main-navigation ul li ul.sub-menu li:hover {
	display: block;
}





/*************************************
    Footer
*************************************/
footer .inner {
	padding: 20px 0 !important;
	color: #fff;
	font-weight: 300;
}
h1.footer_logo {
	float: left;
	margin: 0 20px 0 0;
}
h1.footer_logo img {
	width: 108px;
	height: auto;
}
footer .inner p {
	margin: 0;
}
footer .inner #information {
	margin: 0;
	width: 50%;
	float: left;
}
footer .inner #social {
	float: right;
	text-align: right;
}
footer .inner #social ul {
	float: right;
	text-align: right;
	list-style: none;
}
footer .inner #social ul li {
	float: left;
	margin: 0 0 0 5px;
}
footer .inner #social ul li img {
	width: 75%;
	height: auto;
}





/*************************************
    Sidebar (Secondary)
*************************************/
#secondary #primary-sidebar {
	padding: 0;
}
#secondary ul, #secondary ol, #secondary li {
	list-style: none;
}
#secondary h2 {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	width: 100%;
	margin: 0 0 15px 0;
	text-shadow: 0 1px 0 #fafafa;
}
#secondary .latest-posts {
	width: 100%;
	float: left;
}
#secondary .latest-posts li {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 0;
}
#secondary .latest-posts li a {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
	color: #676767;
	float: left;
}
#secondary .latest-posts li a:hover {
	color: #8B73B3;
}
#secondary .latest-posts li .latest-posts-meta {
	width: 100%;
	float: left;
	color: #999;
	font-size: 11px;
}

.widget-area {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 20px 0;
}
.widget-area:first-child {
	padding: 0 0 20px 0;
}
.widget-area select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 6px 3%;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #ccc;
	background-image: url('./images/dropdown_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.widget-area ul {
	width: 100%;
	float: left;
}
.widget-area ul li {
	padding: 10px 0;
}

.widget-area ul li a {
	text-decoration: none;
	color: #333;
	width: 100%;
	float: left;
	margin: 0 0 4px 0;
}
.widget-area ul li a:hover {
	color: #8B73B3;
}
.widget-area ul li .post-date {
	color: #999;
}
.widget-area ul.menu li {
	border: none !important;
}
.widget-area .search-form .screen-reader-text {
	display: none;
}
.widget-area .search-form .search-field {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(100% - 50px);
	border: none;
	background-color: #fafafa;
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
}
.widget-area .search-form .search-submit {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(50px - 4%);
	border: none;
	background-color: #fafafa;
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
	background-image: url('./images/search_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	font-size: 0;
	line-height: 0;
	height: 33px;
}
.widget-area #calendar_wrap {
	width: 100%;
	float: left;
}
.widget-area #calendar_wrap #wp-calendar {
	width: 100%;
	float: left;
}
.widget-area #calendar_wrap #wp-calendar caption {
	font-size: 16px;
	margin: 0 0 4px 0;
}
.widget-area #calendar_wrap #wp-calendar thead tr th {
	font-family: 'Armata', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.widget-area #calendar_wrap #wp-calendar tbody tr td {
	text-align: center;
	font-family: 'Armata', sans-serif;
	font-size: 11px;
}





/*************************************
    Article Block
*************************************/
.search-excerpt {
	background-color: yellow;
	padding: 0 4px;
	font-weight: normal;
}
.search-results .article-blocks {
	margin: 0 0 30px 0;
}
.article-blocks {
	width: 100%;
	float: left;
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
}
.article-blocks li {
	width: 306px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 1px 2px 1px #ccc;
	-webkit-box-shadow: 0 1px 2px 1px #ccc;
	-moz-box-shadow: 0 1px 2px 1px #ccc;
	overflow: hidden;
	background-color: #fff;
	margin: 0 10px 25px 10px;
	float: left;
	padding: 0;
}
.article-blocks li:first-child {
	width: 632px !important;
}
.article-blocks li.sticky:first-child {
	width: 306px !important;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background-color: #8B73B3;
	float: left;
	padding: 0;
	color: #fff;
}
.article-blocks li img {
	width: 100%;
	height: auto;
	float: left;
}
.no-content {
	width: 100%;
	float: left;
	text-align: center;
	height: 150px;
	font-size: 32px;
	font-weight: 100;
	padding: 	150px 0 0 0;
}
.article-top-area {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.article-top-area p embed {
	width: 100%;
	height: auto;
}
.article-blocks li a:hover .thumb_cover {
	visibility: visible;
	opacity: 0.35 !important;
	transition-delay: 0.1s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.article-blocks li a .thumb_cover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	/* background-image: url('images/detail.png'); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 33px 8px;
}
.article-blocks li .article-meta {
	width: 90%;
	padding: 20px 5%;
	float: left;
}
.article-blocks li .article-meta h2 a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	text-decoration: none;
	color: #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.article-blocks li .article-meta h2 a:hover {
	color: #8B73B3;
}
.article-blocks li .article-meta small {
	color: #aaa;
	width: 100%;
	float: left;
	margin: 0;
	font-size: 12px;
}
.article-blocks li .article-meta small a {
	color: #fff;
	text-decoration: none;
}
.article-blocks li .article-meta p {
	margin: 10px 0 0 0;
	color: #676767;
	font-weight: 300;
	line-height: 17px;
	float: left;
}
.article-blocks li .article-category {
	width: 90%;
	padding: 10px 5%;
	float: left;
	border-top: 1px solid #f2f2f2;
	background-color: #fafafa;
}
.article-blocks li .article-category p.postmetadata {
	margin: 0;
}
.article-blocks li .article-category p.postmetadata a {
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
.article-blocks li .article-category p.postmetadata a:hover {
	color: #8B73B3;
}
.article-blocks li.sticky .article-meta h2 a, .article-blocks li.sticky .article-meta small {
	color: #fff;
}
.article-blocks li.sticky .article-category {
	display: none;
}
.article-blocks li.sticky .article-meta p {
	color: #fff;
}




/* Post Format - Image */
.article-blocks li.format-image .article-meta, .article-blocks li.format-image .article-category {
	display: none;
}
.article-blocks li.format-video p {
	margin: 0;
}
.article-blocks li.format-video p iframe {
	width: 306px;
	height: 171px;
	float: left;
}
.article-blocks li.format-video .thumb_cover {
	display: none;
}
.article-blocks li.format-video:first-child p iframe {
	width: 100%;
	height: 354px;
	float: left;
}



/* Archive Title */
h1.archive-title {
	width: 95%;
	float: left;
	margin: 30px 0 10px 10px;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	text-shadow: 0 1px 0px #fff !important;
	clear: both;
}
.taxonomy-description {
	width: 95%;
	float: left;
	margin: 0 0 20px 10px;
}
.taxonomy-description p {
	margin: 0;
}
.archive ul.article-blocks {
	margin: 0 0 30px 0;
}





/*************************************
    Single
*************************************/
article {
	width: 90%;
	padding: 30px 5% 30px 5%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px #ccc;
	-webkit-box-shadow: 0 1px 2px 1px #ccc;
	-moz-box-shadow: 0 1px 2px 1px #ccc;
	float: left;
	margin: 30px 0 30px 0;
	overflow: hidden;
}
article .post-header {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: none;
	margin: 0 0 20px 0;
}
article .post-header small {
	color: #aaa;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	font-size: 12px;
}
article .post-header small a {
	color: #aaa;
	text-decoration: none;
}
article .post-thumb {
	width: 112%;
	height: 310px;
	margin: -30px 0 30px -5.5%;
	overflow: hidden;
	position: relative;
}
article .post-thumb span.click-here {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-image: url('./images/click.png');
	background-size: 48px 48px;
}
article .post-thumb img {
	width: 100%;
	height: auto;
	margin: 0;
}
.no-sidebar article .post-thumb {
	height: 500px;
}
.page .post-title {
	padding: 0 0 6px 0;
	border-bottom: 1px solid #ccc;
}
article .post-header .post-title {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
article .post-edit-link {
	width: 100%;
	float: left;
	clear: both;
	margin: 50px 0 0 0;
	color: #8B73B3;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
article .post-edit-link:hover {
	text-decoration: underline;
}

/* Post Navigation */
.post-navigation {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.post-navigation .prev {
	display: block;
	background-image: url('images/left_arrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding: 0 0 0 35px;
	float: left;
}
.post-navigation .prev a {
	color: #676767;
	font-weight: 300;
	text-decoration: none;
	font-size: 15px;
	display: block;
	margin: 7px 0 0 0;
}
.post-navigation .prev a:hover {
	color: #8B73B3;
}
.post-navigation .next {
	display: block;
	background-image: url('images/right_arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding: 0 35px 0 0;
	float: right;
}
.post-navigation .next a {
	color: #676767;
	font-weight: 300;
	text-decoration: none;
	font-size: 15px;
	display: block;
	margin: 7px 0 0 0;
}
.post-navigation .next a:hover {
	color: #8B73B3;
}


ul.tags {
	float: left;
	width: 100%;
	margin: 20px 0;
	padding: 20px 0 0 0;
	list-style: none;
	border-top: 1px dotted #ccc;
}
ul.tags li {
	float: left;
	font-size: 12px;
	margin: 0 4px 6px 0;
	background-color: #8B73B3;
	padding: 0px 6px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
ul.tags li a {
	color: #fff;
	text-decoration: none;
}
ul.tags li:hover {
	background-color: #684a96;
}





/*************************************
    404 Page
*************************************/
body.error404 #primary {
	text-align: center;
	padding: 250px 0 250px 0;
	min-height: 100%;
}
body.error404 footer {
	display: none;
}
body.error404 #primary h1.page-title {
	font-size: 62px;
	margin: 0 0 50px 0;
}
body.error404 #primary p {
	font-size: 18px;
	font-weight: 200;
	color: #676767;
}
body.error404 #primary #searchform label {
	display: none;
}
body.error404 #primary #searchform input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(96% - 50px);
	border: none;
	background-color: #fafafa;
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
}
body.error404 #primary #searchform input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(50px - 4%);
	border: none;
	background-color: #fafafa;
	border-radius: 0 !important; 
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 8px 2%;
	margin: 0;
	height: 33px;
	float: left;
	font-size: 0;
	background-image: url('./images/search_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

/*************************************
    Comment
*************************************/
#respond {
	width: 90%;
	margin: 50px 0 0 0;
	padding: 15px 5%;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px #ccc;
	-webkit-box-shadow: 0 1px 2px 1px #ccc;
	-moz-box-shadow: 0 1px 2px 1px #ccc;
}
#respond h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}
#respond #commentform {
	float: left;
	width: 100%;
}
#respond #commentform p {
	color: #676767;
	font-family: 'Armata', sans-serif;
	font-size: 11px;
}
#respond #commentform p a {
	color: #676767;
}
#respond #commentform p textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 96%;
	padding: 10px 2%;
	background-color: #f1f1f1;
	border: none;
	box-shadow: inset 0px 0px 3px #ccc;
	font-size: 13px;
}
#respond #commentform p input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 40%;
	padding: 10px 2%;
	background-color: #f1f1f1;
	border: none;
	box-shadow: inset 0px 0px 3px #ccc;
	font-size: 13px;
} 
#respond #commentform p label small {
	font-size: 11px;
	font-family: 'Armata', sans-serif;
	margin: 20px 0 0 10px;
}
#respond #commentform p input#submit {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #8B73B3;
	color: #fff;
	border: none;
	font-family: 'Armata', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 20px 8px 20px;
	border-bottom: 3px solid #6a4a9c;
}
#respond #commentform p input#submit:hover {
	background-color: #6a4a9c;
}
h2.comments-title {
	float: left;
	margin: 50px 0 20px 0;
	font-weight: 300;
	font-size: 18px;
	clear: both;
	width: 100%;
	line-height: 28px;
	text-shadow: 0 1px 0px #fff !important;
}
#comments {
	width: 100%;
	float: left;
}
ol.comment-list {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px #ccc;
	-webkit-box-shadow: 0 1px 2px 1px #ccc;
	-moz-box-shadow: 0 1px 2px 1px #ccc;
	list-style-position: inside;
	list-style-type: none;
}
ol.comment-list li {
	width: 90%;
	padding: 20px 5%;
	float: left;
	border-top: 1px dotted #ccc;
	position: relative;
}
ol.comment-list li:first-child {
	border-top: none;
}
ol.comment-list li ol {
	list-style: none;
}
ol.comment-list li .comment-author img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
ol.comment-list li .comment-author .fn {
	position: absolute;
	top: 20px;
	left: 80px;
	font-style: normal;
}
ol.comment-list li .comment-author .says {
	display: none;
}
ol.comment-list li .comment-meta {
	position: absolute;
	top: 36px;
	left: 80px;
}
ol.comment-list li .comment-meta a {
	text-decoration: none;
	color: #999;
}
ol.comment-list li .reply a.comment-reply-link {
	font-family: 'Armata', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #aaa;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 4px 1px 4px;
	border-bottom: 2px solid #999;
}
ul.children {
	float: left;
	width: 100%;
	list-style: none;
}
.nocomments {
	width: 90%;
	padding: 20px 5%;
	margin: 50px 0 10px 0;
	background-color: #d5d5d5;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	color: #676767;
}
.standalone-tweet {
	background: #fafafa !important;
}




/*************************************
    Pagination
*************************************/
.pagination {
	width: 100%;
	float: left;
	margin: 10px 0 50px 0;
}
.pagination span.page-index {
	font-family: 'Armata', sans-serif;
	font-size: 11px;
	margin: 0 30px 0 0;
}
.pagination span.current {
	display: inline-block;
	width: 26px;
	background-color: #676767;
	padding: 4px 0;
	margin: 0 10px 0 0;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
} 
.pagination a {
	display: inline-block;
	width: 26px;
	background-color: #ccc;
	padding: 4px 0;
	margin: 0 10px 0 0;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
}
.pagination a.next, .pagination a.prev {
	width: auto;
	padding: 4px 8px;
}
.pagination a:hover {
	background-color: #676767;
}





/*************************************
    Table
*************************************/
table {
	width: 100%;
	float: left;
	border-spacing: 0;
    border-collapse: separate;
    margin: 10px 0;
}





/*************************************
    Entry Area
*************************************/
.entry-meta {
	width: 100%;
	float: left;
}
.entry-meta table {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
}
.entry-meta table thead tr th {
	padding: 6px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fafafa;
}
.entry-meta table tbody tr th {
	border-bottom: 1px dotted #ddd;
	padding: 8px 0;
}
.entry-meta table tbody tr td {
	border-bottom: 1px dotted #ddd;
	padding: 10px 4px;
}

.entry-meta h1 {
	font-size: 26px;
    line-height: 28px;
	font-weight: 500;
	margin: 36px 0 12px 0;
	clear: both;
}
.entry-meta h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	margin: 36px 0 12px 0;
	color: #8B73B3;
	clear: both;
}
.entry-meta h3 {
	font-size: 19px;
	font-weight: 300;
	margin: 36px 0 12px 0;
	clear: both;
}
.entry-meta h4 {
	margin: 36px 0 12px 0;
	clear: both;
}
.entry-meta h5 {
	margin: 36px 0 12px 0;
	clear: both;
}
.entry-meta h6 {
	margin: 36px 0 12px 0;
	clear: both;
}
.entry-meta ul, .entry-meta ol {
	padding: 0 0 0 20px;
}
.entry-meta img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.entry-meta img.latex {
	margin: 0;
}
.entry-meta .aligncenter {
	margin: 0 auto;
}
.entry-meta .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.entry-meta .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.entry-meta .wp-caption {
	width: 100% !important;
}
.entry-meta .wp-caption a img {
	margin: 10px 0 0 0;
}
.entry-meta .wp-caption p.wp-caption-text {
	margin: 0 0 10px 0;
	color: #999;
	font-size: 12px;
	font-style: italic;
}
.entry-meta p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	color: #676767;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	clear: both;
}
.entry-meta p a {
	color: #8B73B3;
}
.entry-meta p embed {
	width: 100%;
}
.entry-meta blockquote p {
	font-style: italic;
	color: #999;
	font-size: 18px;
	line-height: 24px;
	font-family: serif;
	margin: 20px 0 !important;
}
.entry-meta iframe {
	width: 100%;
}
.entry-meta .gallery {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.entry-meta .gallery dl dt a img {
	border: none !important;
}
.entry-meta .gallery dl dd.gallery-caption {
	color: #999 !important;
	font-style: italic;
}
#main-navigation-mobile {
	display: none;
}
.mobile-menu {
	display: none;
}
.mobile-search-area {
	display: none;
}
.mobile-search-icon {
	display: none;
}
.search-area {
	display: none;
	float: left;
	width: 92%;
	padding: 20px 4%;
	background-color: #232323;
}
.search-area #searchform {
	max-width: 960px;
	margin: 0 auto;
}
.search-area #searchform input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(96% - 50px);
	border: none;
	background-color: #fafafa;
	border-top-left-radius: 2px;
	-webkit-top-left-border-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-bottom-left-border-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
}
.search-area #searchform input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(50px - 4%);
	border: none;
	background-color: #fafafa;
	border-top-right-radius: 2px;
	-webkit-top-right-border-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-bottom-right-border-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
	background-image: url('./images/search_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.search-area #searchform_pc {
	max-width: 960px;
	margin: 0 auto;
}
.search-area #searchform_pc input[type="text"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(96% - 50px);
	border: none;
	background-color: #fafafa;
	border-top-left-radius: 2px;
	-webkit-top-left-border-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-bottom-left-border-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
}
.search-area #searchform_pc input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: calc(50px - 4%);
	border: none;
	background-color: #fafafa;
	border-top-right-radius: 2px;
	-webkit-top-right-border-radius: 2px;
	-moz-border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-bottom-right-border-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	padding: 8px 2%;
	margin: 0;
	float: left;
	font-size: 15px;
	background-image: url('./images/search_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}



/*************************************
    Media Query
*************************************/
/* iPads (portrait) ----------- */
@media only screen and (max-width: 768px) {
	.search-icon {
		display: none;
	}
	.mobile-search-icon {
		display: block;
		position: absolute;
		right: 18%;
		top: 19px;
		width: 24px;
		height: 24px;
	}
	.inner {
		max-width: 100% !important;
		padding: 0 !important;
		float: left !important;
	}
	#primary {
		width: 100%;
	}
	#secondary {
		display: none;
	}
	#main {
		width: 92% !important;
		margin: 0 4% 20px 4% !important;
	}
	#site-logo {
		top: 17px;
		left: 4%;
		width: 130px;
	}
	#top-navigation {
		display: none;
	}
	#main-navigation {
		display: none;
	}
	.article-blocks {
		width: 652px;
		float: none;
		margin: 30px auto;
	}
	header {
		height: 60px;
	}
	header .inner {
		width: 100%;
	}
	.mobile-menu {
		display: block;
		position: absolute;
		right: 4%;
		top: 19px;
		width: 24px;
		height: 24px;
		cursor: pointer;
	}
	.search-area {
		display: none;
	}
	.mobile-search-area {
		display: none;
		float: left;
		width: 92%;
		padding: 15px 4%;
		background-color: #232323;
	}
	.mobile-search-area #searchform input[type="text"] {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: calc(100% - 50px);
		border: none;
		background-color: #fafafa;
		border-radius: 0 !important; 
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		padding: 8px 2%;
		margin: 0;
		float: left;
		font-size: 15px;
	}
	.mobile-search-area #searchform input[type="submit"] {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		width: calc(50px - 4%);
		border: none;
		background-color: #fafafa;
		border-radius: 0 !important; 
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		padding: 8px 2%;
		margin: 0;
		float: left;
		font-size: 15px;
		background-image: url('./images/search_icon.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}
	#main-navigation-mobile {
		display: none;
		width: 100%;
		float: left;
	}
	#main-navigation-mobile ul {
		width: 100%;
		float: left;
		background-color: #232323;
		color: #fff;
	}
	#main-navigation-mobile ul li {
		
		border-top: 1px dotted #676767;
	}
	#main-navigation-mobile ul li:first-child {
		border-top: none;
	}
	#main-navigation-mobile ul li a {
		display: block;
		padding: 18px 4% 14px 4%;
		width: 92%;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	#main-navigation-mobile ul li ul {
		display: none;
	}
	#main-navigation-mobile ul li a:hover {
		background-color: #4a89dc;
	}
	#respond #commentform p input#submit {
		width: 100%;
	}
	footer {
		height: auto;
	}
	footer .inner {
		width: 92% !important;
		margin: 0 4% 20px 4% !important;
	}
	footer .inner p {
		line-height: 15px;
	}
	footer .inner p.company_info {
		margin: 0 0 10px 0;
	}
	footer .inner #information {
		margin: 40px 0 0 0;
		width: 100%;
		float: left;
	}
	footer .inner #social {
		width: 100%;
		float: left;
		margin: 40px 0 0 0;
	}
	footer .inner #social ul {
		width: 100%;
		float: left;
	}
	footer .inner #social ul li {
		width: 25%;
		margin: 0;
		text-align: center;
	}
	footer .inner #social ul li a img {
		float: none;
		width: 50%;
	}
	h1.archive-title {
		margin: 30px 0 10px 0;
	}
}
/* iPhones 6 (portrait) ----------- */
@media only screen and (max-width: 680px) {
	header {
		height: 60px;
	}
	header .inner {
		width: 100%;
	}
	#site-logo {
		top: 17px;
		left: 4%;
		width: 50%;
	}
	#top-navigation {
		display: none;
	}
	#main-navigation {
		display: none;
	}
	.inner {
		max-width: 100% !important;
		padding: 0 !important;
		float: left !important;
	}
	#primary {
		width: 100%;
	}
	#secondary {
		display: none;
	}
	#main {
		width: 92% !important;
		margin: 0 4% 20px 4% !important;
	}
	.article-blocks {
		width: 100%;
		float: left;
		margin: 30px 0 30px 0;
		padding: 0;
		list-style: none;
	}
	.article-blocks li:first-child {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	.article-blocks li {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	.article-blocks li.format-video:first-child p iframe {
		height: 260px;
	}
	article .post-thumb {
		height: 120px;
	}
	ol.commentlist li .comment-author .fn {
		left: 54px;
	}
	ol.commentlist li .comment-meta {
		left: 54px;
	}
	ol.commentlist {
		padding: 0;
	}
	ol.commentlist li.bypostauthor .comment-body p {
		font-weight: bold !important;
	}
	h3#comments {
		font-size: 18px;
		font-weight: 500;
	}
	#main-navigation-mobile {
		display: none;
		width: 100%;
		float: left;
	}
	#main-navigation-mobile ul {
		width: 100%;
		float: left;
		background-color: #232323;
		color: #fff;
	}
	#main-navigation-mobile ul li {		
		border-top: 1px dotted #454545;
	}
	#main-navigation-mobile ul li.menu-item-has-children a {
		background-image: url('./images/menu_more.png');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 38px 24px;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul li a {
		background-image: none !important;
		padding: 18px 4% 14px 6%;
		width: 90%;
		text-transform: inherit;
	}
	#main-navigation-mobile ul li.menu-item-has-children ul li a:hover {
		background-color: #553983;
	}
	#main-navigation-mobile ul li:first-child {
		border-top: none;
	}
	#main-navigation-mobile ul li a {
		display: block;
		padding: 18px 4% 14px 4%;
		width: 92%;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	#main-navigation-mobile ul li ul {
		display: none;
		background-color: #454545;
	}
	#main-navigation-mobile ul li ul li {
		border-top: 1px dotted #676767;
	}
	#main-navigation-mobile ul li ul li:first-child {
		border-top: none; 
	}
	#main-navigation-mobile ul li a:hover {
		background-color: #8B73B3;
	}
	#respond #commentform p input[type="text"] {
		width: 96%;
		float: left;
	}
	#respond #commentform p label small {
		margin: 20px 0 0 0;
	}
	.post-navigation {
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
	}
	footer {
		height: auto;
	}
	footer .inner {
		width: 92% !important;
		margin: 0 4% 20px 4% !important;
	}
	footer .inner p {
		line-height: 15px;
	}
    footer .inner p a {
       color: #fff;
       text-decoration: none;
	}
	footer .inner p.company_info {
		margin: 0 0 10px 0;
	}
	footer .inner #information {
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
	}
	footer .inner #social {
		width: 100%;
		float: left;
		margin: 40px 0 0 0;
	}
	footer .inner #social ul {
		width: 100%;
		float: left;
	}
	footer .inner #social ul li {
		width: 25%;
		margin: 0;
		text-align: left;
	}
	footer .inner #social ul li a img {
		float: none;
		width: auto;
	}
}