@import url("../vero/style.css");
 
/* =Theme customization starts here ------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    QUIPBOX
*/
.quip_box {
-moz-border-radius: 15px;
border-radius: 15px;
font-size:9pt;
padding:10px 20px;
margin:10px;
width:220px;
color:#fff;
line-height: 1.3;
text-align: left;
}

.quip_boxT {
font-size:13pt;
font-family: 'Oswald';
color:#999;
margin-top:-28px;
}

/*  ----------------------------------------------------------------------------
    REVIEW BOX
*/


.review_box {
-moz-border-radius: 15px;
border-radius: 15px;
font-size:12pt;
padding:10px 20px;
width:560px;
margin:55px auto;
}

.review_boxT {
font-size:28pt;
font-family: 'Oswald';
padding-left:20px;
margin-top:-60px;
}


.review_boxL {
float:left;
width:260px;
font-size:10pt;
margin-top:20px;
}

.review_boxP, .review_boxM {
float:left;
width:260px;
font-size:10pt;
}


.review_boxP li {
margin: 0;
padding: 2px 0 2px 24px;
list-style-type: none;
color:#eee;
background: url("images/rbplus.png") no-repeat  0px 6px;
/*text-shadow: 0px 1px white, -1px -1px #770C19;*/
}

.review_boxM li{
margin: 0;
padding: 2px 0 2px 24px;
list-style-type: none;
color:#ccc;
background: url("images/rbminus.png") no-repeat 0px 6px;
/*text-shadow: 0px 1px white, -1px -1px #770C19;*/
}

.review_boxR {
float:left;
width:520px;
margin: 0;
font-size:10pt;
padding: 2px 0 2px 24px;
list-style-type: none;
font-family: 'Oswald';
color:#eee;
}

.review_boxF {
float:none;
clear: both;
width:520px;
margin: 0;
list-style-type: none;
font-family: 'Oswald';
color:#fff;
padding: 2px 0 2px 24px;
border-top:thick #fff;
}

.review_boxF a {
color:#ddd;
}

.review_box ul { padding-left: 30px; }
.review_box li { text-align: left; }

.review_box li.plus{
margin: 0;
padding: 2px 0 2px 24px;
list-style-type: none;
color:#eee;
background: url("images/rbplus.png") no-repeat  0px 6px;
/*text-shadow: 0px 1px white, -1px -1px #770C19;*/
}

.review_box li.minus{
margin: 0;
padding: 2px 0 2px 24px;
list-style-type: none;
color:#ccc;
background: url("images/rbminus.png") no-repeat 0px 6px;
/*text-shadow: 0px 1px white, -1px -1px #770C19;*/
}




.post-attachment .image-navigation .nav-links {
	width: 100%;
	overflow: hidden;
	height: 46px;
}
.post-attachment .image-navigation .nav-links .nav-previous {
	float: left;
}
.post-attachment .image-navigation .nav-links .nav-next {
	float: right;

}
.post-attachment .attachment-image { text-align: center; }

.post-attachment .image-navigation .nav-links div a {
	display:block;

    margin: 0 3px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;

    background-color: #222;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 14px;
}

/* For mobile */
@media (max-width: 767px) {
	.homepage-listing .author-comment { display:none; }
	.home.page .widget_tag_cloud { display:none; }
	.gax-ad-mpu-top, .gax-ad-mpu-bottom { text-align:center; }
	.facebook_page_plugin { display:block; margin:auto; }
}

.entry-thumb img.size-medium_large {
	width:100%;
}

.homepage-listing {
	display: flex;
	flex-wrap: wrap;
}

/* Ads */
.gax-ad-mpu-bottom, .gax-ad-mpu-top {
	max-width:300px;
	margin:auto;
}

iframe.facebook_page_plugin {
	max-width:300px !important;
	margin:auto;
	display:block;
}
