*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    color: #525252;
    text-decoration: none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

blockquote {
    border-left: solid 2px #7a838a;
    padding-left: 20px;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* GOOGLE RESULTS CSS */

.gsc-thumbnail-inside {
    padding: 0 !important;
    height: 28px;
}

.gsc-url-top {
    padding: 0 !important;
}

.gsc-table-cell-snippet-close {
    padding-bottom: 40px;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.8rem;
    text-decoration: none;
    height: 30px;
}
a.gs-title {
    font: 500 2rem/1 'Ubuntu';
}
.gs-webResult .gs-snippet {
    font-size: 1.7rem;
    line-height: 1.6;
}

.gsc-table-result {
    margin-bottom: 0;
}

.entry-header {
    padding-bottom: 0;
    margin-bottom: 0;
}

.block-content .block-text {
    max-width: 100%;
}

.entry-header .entry-title {
    font: 700 1.8rem/1 Lato;
    font-size: 36px;
    margin-top: 20px;
    text-transform: none;
}

.gsc-option-menu-container {
    min-width: 110px;
}

.gsc-above-wrapper-area .gsc-above-wrapper-area-container tr {
    border-bottom: none !important;
}

.gsc-wrapper .gsc-adBlock {
    border-bottom: none !important;
}

    .gsc-wrapper .gsc-adBlock iframe {
        margin-top: 20px;
    }

.gsc-control-cse {
    padding: 0 !important;
}

.block-text td, .block-text th {
    border: none !important;
}

.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    width: 180px;
}

.gs-web-image-box-landscape img.gs-image {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gsc-input-box tr {
    border-bottom: none !important;
}

.gsc-input-box td {
    padding: 0 !important;
}

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    padding: 10px 15px !important;
}
.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
    border-left: none !important;
    background-color: rgba(247,247,247, .68) !important;

}

.pagination {
    text-align: center;
    padding-top: 30px;
}
.page-numbers {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid gray;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-numbers.current {
    background-color: #4a96b8;
    color: #fff;
    border-color: #4b97b8;
}
.copyright {
    text-align: center;
}

.yuzo_related_post {
    padding-top: 50px;
}
    .yuzo_related_post .relatedthumb {
        padding: 10px 5px 10px 0 !important;
        border: 0;
    }
.style-3 .yuzo-list a {
    padding-left: 31px !important; 
}
.yuzo_related_post .relatedthumb a {
    color: #4a96b8 !important;
}
.post-tag-box{
    padding-top: 30px;
}
    .post-tag-box a {
        display: inline-block;
        padding: 2px 17px;
        background-color: #808080;
        color: #fff;
        border-radius: 13px;
        margin: 0 7px 10px 0;
    }
.tag-title {
    display: block;
    font-weight: 700;
    padding-bottom: 20px;
}
.horizontal-banner {
    padding: 20px 0;
}

footer {
    padding: 20px;
    margin: 0;
    width: 100%;
    background: #13252d;
    color: #7fa2b1;
}
    footer a {
        color: #7fa2b1;
    }

.gl-search-box {
    padding: 20px 0 10px !important;
}
@media only screen and (max-width: 35.5em) {
    .horizontal-banner {
		padding: 0;
		width: 320px;
		height: 280px;
		margin-left: -10px;
    }
}
@media only screen and (min-width: 43.75em) {
    .post {
        padding: 0px;
	padding-top: 20px;
        margin-bottom: 30px;
    }

        .post h2 {
            font-size: 2rem;
            line-height: 1.2;
        }
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}