/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # 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 beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-separate-container {
    background-color: #ffffff!important;
}

/* affiliate and promtional */ 
.affiliate-disclose-msg {
	border:1px solid #b3b3b3;
	border-radius:5px;
    margin: 22px 95px;
	padding:8px;
	font-size:12px;
}
.promotional {
    max-width: 1020px;
    padding: 0 22px;
    margin: 0 auto 12px auto;
    border-radius: 8px;
    border: solid 1px #cccccc;
}
.promo-ad {
	text-align: center;
	margin: 20px 0;
}
.sponsered-ad-homepg {
	border:1px solid #b3b3b3;
	border-radius: 4px 4px 0 0;
	font-size:12px;
	font-style:italic;
	text-align: center;	
	max-width:136px;
	margin-left:3%;
	margin-bottom:12px;
}
.sponsered-ad {
	border-top:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-radius: 4px 4px 0 0;
	font-size:12px;
	font-style:italic;
	text-align: center;	
	max-width:136px;
    margin-left: 177px;
}
.affiliate-ad-blok {
	margin:22px;
	border:1px solid #d5dfd7;
	border-radius:12px;
}

.subheading, .subheader, .subtitle {
	border-left: 8px solid #8fcffd!important;
    padding-left: 9px!important;
	margin: 3% 0 .7%!important;
	margin-left: -14px!important;
}
.subtitlemain {
	font-size:2.2rem!important;
	border-left: 13px solid #8fcffd!important;
    padding-left: 9px!important;
	margin: 3% 0 .7%!important;
	margin-left: -18px!important;
}

.post-content h3 {
    margin-left: -4px!important;
}

.blog .site-content > .ast-container, .archive .site-content > .ast-container, .search .site-content > .ast-container {
    max-width: 1240px;
}

header.entry-header:not(.related-entry-header) > *:not(:last-child) {
    margin-bottom: 30px;
    text-align: center;
}
.entry-title {
    text-align: left !important;
}
.single-navblok {
	margin:0 2em 3em 2em;
}
.single .post-navigation {
	border-top: none;
}
.single .post-navigation a {
    color: #ffffff;
    font-size: 20px;
    background-color: #77c4ff;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #509ad2;
}
.single .post-navigation a:hover {
    color: #000000;
    background-color: #39a9ff;
}


/* 3 Dots after excerpt */
.elementor-post__excerpt p:after {
content: " [...]";
}
.toc {
	margin-top: 3%!important;
	font-family: "PT Sans"!important;
	color: var(--body_typography-color);
    font-style: italic!important;
	text-transform: uppercase!important;
    font-size: 17.5px!important;
    font-weight: 700!important;
	letter-spacing: 2px!important;
}

#faqs {
	border-left: 8px solid #fbb55f!important;
    padding-left: 9px!important;
	margin-bottom: 2%!important;
	margin-left: -14px!important;
}
/*  Accorian for FAQ's  */
div.faqwrapper {
	width: 100%;
	margin:5% 0 5% 0;
}
div.faqlist {
	width: 100%;
	padding: 0 1em;
}
div.faqlist .tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff;
	overflow: hidden;
}
div.faqlist input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
div.faqlist label {
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	background: #03a9f4;
	font-weight: bold;
	line-height: 3;
	cursor: pointer;
}
div.faqlist .tab-content {
	max-height: 0;
	overflow: hidden;
	background: #525252;
	-webkit-transition: max-height .35s;
	-o-transition: max-height .35s;
	transition: max-height .35s;
}
div.faqlist .tab-content p {
	margin: 1em;
}
div.faqlist div.tab-content div.answer {
	padding: 1rem;
}
/* :checked */
div.faqlist input:checked ~ .tab-content {
	max-height: 10em;
}
/* Icon */
div.faqlist label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3;
	text-align: center;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
div.faqlist input[type=checkbox] + label::after {
	content: "+";
}
div.faqlist input[type=radio] + label::after {
	content: "\25BC";
}
div.faqlist input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
div.faqlist input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

/* code */ 
code, .bg-black {
	background-color: #dfe1e7;
    color: #38486e;
	padding: 0 4px;
	border-radius: 2px;
}
 .bg-black {
	padding: 6px 6px 6px 12px;
 }
 
.saboxplugin-wrap {
	border-radius: 8px!important;
 
 }
.saboxplugin-wrap .saboxplugin-gravatar img {
	border-radius: 8px!important;
}

.aap-disclosure, .aapdisclosure {
    border: 1px lightgray solid;
    border-radius: 8px;
    padding: 8px;
    background-color: #fdfdfd;
    margin: 2% 4% 2% 1%!important;
    width: 96%!important;
    color: #979797;
}
.item-4, .item-end {
    margin: 2% 0 3%;
    width: 300px;
    padding: 26px;
    border-radius: 12px;
}
.item-4 .checkprice, .item-end .checkprice, .aap-shop > .checkprice {
    width: 252px;
    height: 35px;
    border-radius: 12px;
    background-color: #ff0000;
    padding: 5px 0 0 16px;
}
.checkprice a {
    font-weight: 700;
    color: #ffffff;
}
.checkprice a:hover {
    color: #333333;
}
.aap-img > p {
    text-align: center!important;
    padding-left: 0!important;
}


.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    border-radius: 6px!important;
}
.menu-link:hover {
    border-radius: 6px!important;
}
.main-header-menu .menu-item {
    margin: 0 2px!important;
}

.site-description {
    font-weight:bold;
    padding-top:8px;
}

.websitesby601 {
    color:white;
}
.websitesby601:hover {
    color:#29b94e;
    text-decoration: underline;
}

/* ELEMENTOR PAGINATION  */
nav.elementor-pagination {
    margin:34px 0;
    font-size:18px;
    font-weight:600;
}
nav.elementor-pagination>span, nav.elementor-pagination a.page-numbers {
    color:white;
    background-color: #38b649;
    border: solid 1px #0c7417;
    border-radius: 5px;
    padding: 11px 20px;
}
nav.elementor-pagination a.page-numbers:hover {
    color:#26ff00;
    background-color: #42910a;
    border:solid 1px #0c7417;
}
nav.elementor-pagination>span.page-numbers.current {
    background-color: #42910a;
    border:solid 1px #0c7417;
}
nav.elementor-pagination .page-numbers:not(:first-child) {
    margin-left: calc( 4px/2 )!important;
}
nav.elementor-pagination .page-numbers:not(:last-child) {
    margin-right: calc( 4px/2 )!important;
}
nav.elementor-pagination .page-numbers.prev {
    margin-right: calc( 26px/2 )!important;
}
nav.elementor-pagination .page-numbers.next {
    margin-left: calc( 26px/2 )!important;
}

header .custom-logo-link img {
    border-radius:4px;
}

div.code {
	padding: 8px 8px 8px 22px;
    background-color: #ebebeb;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    margin: 2% 3% 2% 1%;
    font-size: 105%;
	line-height:2.5rem;
}
div.code span.line {
	padding-left:0;
}
div.code span.spc {
	padding-left:26px;
}
div.code span.spc2 {
	padding-left:46px;
}

.sourcecite, .citesources, .sources {
	padding: 8px 8px 8px 22px;
    background-color: #fbfbfb;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin: 2% 3% 2% 1%;
    font-size: 96%;
}
.sourcecite p, .citesources p, .sources p {
    margin-bottom: 6px!important;
}
.sourcecite h3, .citesources h3, .sources h3 {
    font-style:italic!important;
}

.disclosure {
    padding:0 15px;
}
.disclosure, .disclosure a {
    font-size:92%;
    color:#b7b7b7;
    margin-bottom:0;
}

.nice {
    background:rgb(243, 243, 243);
    padding:2px 8px 8px 22px;
    margin:12px 0;
    border-radius:5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
}
.nice:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.nice ul {
    padding-left:45px;
}
.nicevendor {
    background: rgb(243, 243, 243);
    padding: 2px 11px 8px 13px;
    margin: 12px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    max-width:400px;
    margin: 4px auto!important;
}
.nicevendorstripe {
    max-width:400px!important;
}
.nicebutton {
	border:0;
	border-radius:6px;
	padding:8px;
	font-size:18px;
}
table.nicetable {
	margin:4px 4px 12px 4px;
}
table.nicetable,table.nicetable th,table.nicetable tr,table.nicetable td  {
	padding:4px;
	border:1px solid #a1a1a1;
}
table.nicetable th {
	background-color: #343434;
    color: #e3e3e3;
}


/* ADMIN MENU BAR ADDED ITEMS, WHEN IN ADMIN AREA THE CSS IS PULLED FROM THE CUSTOM ADMIN PLUGIN CSS /dashboard/wp-content/plugins/admin-menu-colors/css */
#wpadminbar ul#wp-admin-bar-root-default>li {
    margin-right:4px!important;
}
/* FOR  FRONTEND & BACKEND  AREA MENU LINKS */
#wp-admin-bar-my-frontend-item a {
    color:#fff!important;
    background:#95009c!important;
    border-radius:8px 8px 0 0!important;
	padding:0 24px 0 24px!important;
	margin-left:12px!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper {
    background: #5a1aa8!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper a.ab-item {
    background: #5a1aa8!important;
    border-radius:0!important;
}
#wp-admin-bar-my-frontend-item div.ab-sub-wrapper a.ab-item:hover {
    background:#ddd!important;
}
#wp-admin-bar-my-frontend-item a:hover {
    color:#23282d!important;
    background:#ddd!important;
}

#wp-admin-bar-my-backend-item a {
    color:#fff!important;
    background:#cd0a0a!important;
    border-radius:8px 8px 0 0!important;
	padding:0 24px 0 24px!important;
	margin-right:12px!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper {
    background: #7c0183!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper a.ab-item {
    background: #7c0183!important;
    border-radius:0!important;
}
#wp-admin-bar-my-backend-item div.ab-sub-wrapper a.ab-item:hover {
    background:#ddd!important;
}
#wp-admin-bar-my-backend-item a:hover {
    color:#23282d!important;
    background:#ddd!important;
}

/* starbox mobile corrections MM */
@media (max-width:767px) {
    section.vcard {
        display:flex!important;
        flex-flow: wrap!important;
    }
    div.abh_image {
        margin:0 auto 1rem auto!important;
		float: none!important;
		width: 135px!important;
    }
	div.abh_tab_content div.abh_image {
		width: 135px!important; 
	}
	img.photo {
		max-width: 135px!important;
		height: auto;
		border-radius: 50%!important;
	}
	div.abh_tab_content .abh_image img {
		max-width: 135px!important;
		height: auto;
		border-radius: 50%!important;
	}
    div.abh_tab_content .abh_text {
        margin-left:0!important;
    }
    ul.abh_tabs > li.abh_posts, section.abh_posts_tab {
        display: none!important;
    }
	nav.elementor-pagination>span, nav.elementor-pagination a.page-numbers {
    padding: 2px 10px;
}
}
