/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Template: astra
Version: 1.0.0
**/

body, body.ast-separate-container{
	background-color: #ddd;
}
.ast-primary-header-bar{
	background-color: #f5f5f5;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
	padding: 3em 6.67em;
}

/* Article images spacing addition */
article p > img{
	margin-bottom: 10px;
}
img.alignleft{
	margin-right: 15px;
	margin-bottom: 0;
	margin-top: 2px;
}

/* Right sidebar less padding */
@media (min-width: 993px){
	.ast-right-sidebar #secondary {
		padding-left: 35px;
	}
}
/* LI element margin correction */
li{
	margin: 5px 0;
}

/* H article tags correction */
.entry-content h2, .entry-content h3{
	margin-top: 35px;
	margin-bottom: 15px;
}
.entry-content h1, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom: 10px;
}
h1, .ast-single-post h1.entry-title, .entry-content h1 {
	font-size: 40px;
}
h2, .entry-content h2 {
	font-size: 30px;
}
h3, .entry-content h3 {
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
h4, .entry-content h4{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}

/* A image tags space fix */
.entry-content a > img{
	margin: 8px 0;
}

/* Mobile/desktop article width fix */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
	padding: 3em;
}
.ast-separate-container .comment-respond{
	padding: 3em;
}

.sy_list{
	
}
.sy_list .char_block{
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.sy_list .actor{
	display: block;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
	max-width: 95%;
	text-decoration: none !important;
}

/* Sidebar random posts */
.sy_random_posts_heading, .sidebar-main .widget-title{
	margin-bottom: 10px;
}
.sy_random_posts > *{
	display: block;
	margin-bottom: 20px;
	padding: 10px 10px 0;
	background: #fff;
	border-radius: 4px;
}
.sy_random_posts > *:hover{
	background: #eee;
}
.sy_random_posts a span{
	line-height: 1.5;
	font-size: 1.1rem;
	display: block;
	padding: 10px 0;
}

/* Sidebar cams banner and small cams widget */
.cams{
	border-radius: 4px;
	padding: 10px 0 0;
	text-align: center;
	height: 760px;
	overflow: hidden;
}
.cams iframe{
	height: 790px;
	width: 200px;
	background: #fff;
	padding-left: 9px;
}

h2.live_now{
	color: #0d0;
	margin-top: 40px;
}
.cams_small{
	width: 380px;
	height: 196px;
	margin: 0 auto 20px;
	text-align: center;
}
.cam_desc{
	line-height: 1.4;
	font-size: 12px;
	padding: 0 0 10px;
	color: #000;
}
/* Other */
.red a{
	color: #f00 !important;
}
.red a:hover{
	color: #000 !important;
}

/* Lights toggle */
.lights{
	line-height: 33px;
}
span.lightstext{
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: .8rem;
	margin-left: 34px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #000;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(65px);
	-ms-transform: translateX(65px);
	transform: translateX(65px);
}


/* Related posts bottom */
.related_bottom{
}
.related_bottom .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 10px;
}
.related_bottom .wrap{
	width: 220px;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
}
.related_bottom .title{
	width: 220px;
	line-height: 1.4;
	margin: 8px auto 0;
}
.related_bottom .thumb{
	transition: all .3s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.related_bottom .post:hover .thumb{
	transform: scale(1.05);
}
.related_bottom .post{
	text-align: center;
	text-decoration: none !important;
}

.exo_side{
	text-align: center;
}

.shared-counts-wrap{
	text-align: center;
	margin-top: 20px;
}

.sy_top_wide{
	text-align: center;
	margin-top: 20px;
}
.sy_top_wide.desktop .primary{
	width: 70%;
}
.ast-separate-container.ast-right-sidebar .ast-container #primary, .ast-separate-container.ast-right-sidebar .ast-container #secondary{
	margin-top: 14px;
}
.navigation.post-navigation{
	display: none;
}
#comment{
	height: 80px;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
	min-height: auto;
}


@media (max-width: 1100px){
	.related_bottom, .exo_footer{
		display: none;
	}
	p.ast-float{
		float: none;
	}
	#reply-title, #ast-commentform{
		margin: 0 10px;
	}
	p.ast-grid-common-col, div.ast-grid-common-col{
		padding-left: 0;
		padding-right: 0;
	}
	#comments #submit{
		margin-bottom: 10px;
	}
	.comments-area textarea#comment, .comments-area .ast-comment-formwrap input[type="text"]{
		margin-bottom: 0;
		padding: 8px;
	}
	p.comment-form-cookies-consent{
		margin-bottom: 10px;
	}
}
@media (max-width: 800px){
	.sy_list .char_block h2{
		font-size: 40px;
	}
	.sy_list .char_block{
		display: block;
		width: 100%;
		text-align: center;
	}
	.sy_list .actor{
		font-size: 30px;
	}
	.related_bottom .title{
		margin: 8px auto 20px;
	}
	.widget_text{
		text-align: center;
	}
}
@media (max-width: 1100px){
	.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
		padding: 8px;
		margin-bottom: 15px;
	}
	.ast-separate-container #content div.ast-container{
		padding-left: 0;
		padding-right: 0;
	}
	.ast-separate-container .comment-respond{
		padding: .3em;
	}
	.ast-row{
		margin-left: 0;
		margin-right: 0;
	}
}