/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Russo+One|Glegoo:400,700|Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);

html,body {
	font-family: Bitter, Helvetica, Arial;
}

/* typography */
body {
	color: #333;
}
.post-entry p {
}
h1, h2, h3, h4, h5, h6 {
	word-wrap: normal;
}
h1 {
}
h2 {
}
h3 {
}
h3.slider a {
	color: #DDD;
}
h3.slider a:hover {
	color: #CCC;
}
h4 {
}
h5 {
}
h6 {
}
p {
}
a, a:visited {
	color: #646F40;
}
.navigation a, .navigation a:visited {
	color: #646F40;
}


/* review post list */
.review-item {
	padding-bottom: 0em;
}
.review-item.fit:nth-child(odd) {
	margin-right: 1em !important;
}
.review-list .featured-image-header{
	width: 100%; 
	height: 300px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	cursor: pointer;
}
.review-list .featured-image-gradient {
	width: 100%; 
	height: 300px;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 53%, rgba(255,255,255,0.87) 81%, rgba(255,255,255,0.87) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#deffffff',GradientType=0 ); /* IE6-9 */}
.review-list .bottom-sticky {
    position: absolute;
    bottom: 0;
    left: 0.5em;
    margin-bottom: 0px;
}
.review-list .featured-header-post-title {
	font-size: 1.4em;
    line-height: 1em;
 }
.review-list .post-author-date {
	text-align: left;
	font-size: 0.7em;
}
.review-list .excerpt-container {
	margin-left: 0em;
	margin-right: 0em;
	font-size: 0.9em;
}
@media (max-width: 650px) {
	.review-list .featured-image-gradient {
		height: 150px;
		background-color: rgba(255,255,255,0.67);
	}
	.review-list .featured-image-header{
		height: 150px;
	}
	.review-list .excerpt-container {
		margin-left: 0em;
		margin-right: 0em;
	}
}
/*     <!<div class="excerpt-container">[excerpt wordlimit=50] [more]</div>
*/

body.custom-background {
	background-size: cover;
}
@media (max-width: 650px) {
	#container {
		padding: 0 10px;
	}
}
#logo img {
	width: 500px;
}

#searchform input {
	background-color: rgba(255, 255, 255, 0.5);
}
form.searchform {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
form.searchform div {
	margin-bottom: 0.2em;
}	

.menu {
	background-color: #2F2F2F;
	background-image: none;
}

ul.menu a {
	font-family: 'Russo One';
	font-weight: 200;
	font-size: 18px;
	color: #DDD;
	height: 35px;
	line-height: 35px;
}
.sf_search .sf_input {
	height: 24px !important;
	line-height: 24px;
	padding: 5px !important;
}
.sf_search .sf_button, .sf_search .searchsubmit {
	background-position: 0px 2px !important;
	background-image: url("/wp-content/uploads/2015/12/search.svg") !important;
	background-size: contain;
    	height: 28px !important;
	width: 18px !important;
	background-color: transparent !important;
    	opacity: 0.3;
}

#wrapper {

}
#content.reviews, #content.home-page {
	margin-top: 0;
}
.reviews .featured-image-header{
	width:100%; 
	height: 300px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}
.reviews .featured-image-gradient {
	width:100%; 
	height: 300px;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 53%, rgba(255,255,255,0.87) 81%, rgba(255,255,255,0.87) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0.87) 81%,rgba(255,255,255,0.87) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#deffffff',GradientType=0 ); /* IE6-9 */
}
.page {
    margin-left: 3em;
    margin-right: 3em;
}
.post {
    margin-left: 3em;
    margin-right: 3em;
}
.event {
    margin-left: 3em;
}
.reviews .post {
	padding-left: 1em;
	padding-right: 1em;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.reviews .post-title {
	position: absolute;
	bottom: 0;
	right: 0.5em;
	left: 0.5em;
	text-align: right;
}
@media (max-width: 650px) {
	.page {
	    margin-left: 0;
	    margin-right: 0;
	}
	.post {
	    margin-left: 0;
	    margin-right: 0;
	}
	.event {
	    margin-left: 0;
	}
	.reviews .featured-image-gradient {
		height: 200px;
		background-color: rgba(255,255,255,0.67);
	}
	.reviews .featured-image-header{
		height: 200px;
	}
}

@media (max-width: 650px) {
	.sf_search .sf_input {
		height: 30px !important;
		line-height: 30px;
		padding: 5px !important;
		width: 100% !important;
	}
	.sf_search {
		width: 100% !important;
	}
	.sf_search .sf_button, .sf_search .searchsubmit {
		background-position: 0px 3px !important;
    		height: 27px !important;
		width: 22px !important;
	}
}
#wrapper {
	background-color: rgba(202,198,193,0.8);
	border: 0px;
	border-radius: 0px;
	padding-left: 0;
	padding-right: 0;
}
#content-full {
	margin-top: 20px;
}
.page-id-2 #content-full {
	margin-top: 0px;
}
.page-id-2 #wrapper {
	padding: 0 0px 20px 0px;
	margin-top: 0px;
    border: 0px solid #e5e5e5;
	border-radius: 0px;
	background-color: transparent;
}
.page-id-2 .post-2 {
	margin-left: 0;
	margin-right: 0;
}
.post-entry {
	line-height: 1.8;
	font-size: 16px;
}
.post-meta {
	color: #585757;
}
.home-page-button {
	background-color: #2F2F2F;
	color: #DDD;
	font-size: 36px;
	line-height: 100px;
	height: 33.3%;
	padding-left: 15px;
}
.home-page-button a, .home-page-button a:visited {
	color: #DDD;
}
.home-page-button a:hover {
	color: #CCC;
}
.home-page-button i {
	float: right;
    	margin-top: 31px;
    	padding-right: 10px;
}
.full-height {
	height: 300px;
}
.widget-wrapper {
	background-color: inherit;
	border: 0px;
}
div.camo-box {
	position: relative;
	box-sizing: border-box;
	height: 260px;
	background-color: rgba(202,198,193,0.8);
	font-size: 16px;
	padding: 5px;
	overflow-y: hidden;
}
div.camo-box.no-padding {
	padding: 0px;
}
div.camo-box.center {
	text-align: center;
}
div.camo-box h4 {
	margin-top: 0.1em;
	margin-bottom: 0.4em;
	text-align: center;
}
div.camo-box.video h4 {
	margin-bottom: 0.8em;
}	
div.camo-box h5 {
	margin-top: 0;
	margin-bottom: 0;
}
div.camo-box .datetime {
	font-size: 12px;
	margin-bottom: 3px;
}
div.camo-box a.all-link {
	position: absolute;
	bottom: 0px;
	right: 3px;
}
h5.event-title {
	margin-bottom: 0;
}
div.event-datetime {
	font-size: 12px;
}
#footer a {
	color: #646F40;
}

@media (max-width: 980px) {
	div.camo-box {
		font-size: 16px;
		padding: 5px;
		height: auto;
		display: table;
	}
	div.camo-box h4 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
}

@media (max-width: 650px) {
	.home-page-button {
		font-size: 30px;
		line-height: 50px;
	}
	.home-page-button i {
		margin-top: 10px;
	}
	.full-height {
		height: 150px;
	}
	div.camo-box {
		font-size: 18px;
		padding: 5px;
		height: auto;
		display: table;
	}
	div.camo-box h4 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
	div.camo-box.video h4 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
}

/*popular post */
div.popular-post-item {
	margin-bottom: 3px;
}
div.popular-post-item h5 {
	margin-bottom: 0;
}
div.popular-post-item + p {
	margin: 0;
}
div.popular-post-container + p {
	margin: 0;
}
div.popular-post-views {
	font-size: 12px;
}


/* image carasel front page */
.rsDefault .rsGCaption {
	left: 60% !important;
   	right: 0px;
    	bottom: 30px !important;
}
@media (max-width: 650px) {
	.rsContentSlider h3.slider {
		font-size: 20px;
	}
	h3.slider a {
		color: #DDD;
	}
	h3.slider a:hover {
		color: #CCC;
	}
	.rsDefault .rsGCaption {
		left: 0% !important;
   		right: 0px;
    	bottom: 30px !important;
	}
}

/* custom sidebar containers */
.sidebar-container {
	padding: 12px;
	margin-bottom: 2em;
	background-color: rgba(243, 243, 240, 0.50);
}
.sidebar-container .sidebar-title {
	padding-bottom: 12px;
	font-size: 1.2em;
}

/* WP Reviews */
.review-container {
	width: 100%;
	background-color: rgba(243, 243, 240, 0.50);
}
.review-container .review-title-area {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
.review-container .review-rating {
	width: 100%;
    font-size: 3em;
    line-height: 1em;
    text-align: center;	
}

/* top post-meta */
.post-meta-container {
	width: 100%;
    margin-bottom: 1em;
    text-align: right;
}
.post-meta-container .author {
}
.post-meta-container .date {
	font-size: 0.8em;
    line-height: 0.8em;
}
@media (max-width: 650px) {
	.post-meta-container .author {
		padding-right: 12px;
	}
	.post-meta-container .date {
	    padding-right: 12px;
	}	
}

/* Author Bio Box */
.ts-fab-content {
	font-size: 0.9em;
	line-height: 0.9em;

}
.ts-fab-tab.visible-tab {
	background-color: rgba(243, 243, 240, 0.50);
	border: 0px;
}
.ts-fab-list li.active a {
	background-color: rgba(243, 243, 240, 0.50);
	border: 0px;
}

/* mailchimp widget box */
.mail-chimp-container {
	padding: 12px;
	margin-bottom: 2em;
	background-color: rgba(243, 243, 240, 0.50);
}
.mail-chimp-container form {
	margin-bottom: 0px;
}
.mail-chimp-container form div{
	margin-bottom: 0px;
}
.mail-chimp-container form .mc4wp-form-fields {
	margin-bottom: 0px;
}
.mail-chimp-container .mail-chimp-title {
	font-size: 1.2em;
}
.mail-chimp-container .mail-chimp-submit-container {
	width: 100%;
	text-align: center;
}
.mail-chimp-container .mail-chimp-submit-container input[type=submit] {
	margin-top: 0.5em;
}
/*The last 29 days of the month are the hardest."- Nikola Tesla*/