/*

Custom Style */


body{
	overflow-x: hidden;
}
@font-face {
  	font-family: 'georgia';
  	src: url('https://alanspicer.com/wp-content/themes/alan/assets/fonts/georgia.ttf')  format('truetype');
}
@font-face {
  	font-family: 'georgiab';
  	src: url('https://alanspicer.com/wp-content/themes/alan/assets/fonts/georgiab.ttf')  format('truetype');
}
.container{	
	max-width: 1200px !important;
    margin: 0 auto !important;
}
p{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
ul, ol{
	margin-left: 10px;
}
li{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.entry-content p, .entry-content li{
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.singular .entry-header{
	background-color: #e8e8e8 !important;
}
.section_sub{
	padding: 0px 0;
}
.blog_page{
	padding: 30px 0;
}
.sub_heading{
	margin:0 !important;
	padding-bottom: 30px !important;
	text-align: center !important;
	font-family: 'poppins' !important;
    font-size: 35px !important;
}
a{
	text-decoration: none !important;
}
h1{
	font-size: 34px !important;
	font-weight: 600 !important;
}
h2{
	font-size: 30px !important;
	font-weight: 600 !important;
}
h3{
	font-size: 26px !important;
	font-weight: 600 !important;
}
h4{
	font-size: 22px !important;
	font-weight: 600 !important;
}
h5{
	font-size: 20px !important;
}
h6{
	font-size: 18px !important;
	font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6{
	margin:0 !important;
	padding-bottom: 15px !important;
}
button:hover{
	text-decoration: none !important;
}

/****** Header Style ******/

.header-inner{
	padding:1em 0 !important;
}
.header-inner .toggle .toggle-text{
	display: none !important;
}
.search-toggle svg,
.search-untoggle svg{
	width: 16px !important;
    height: 18px !important;
    color: #bd3854 !important;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a{
	text-decoration: none !important;
	color:#cd2653 !important;
}
.primary-menu > li a:hover{
	text-decoration: none !important;
	color:#cd2653 !important;
}
.primary-menu > li{
	margin:0 !important;
}
.primary-menu > li a{
	padding:5px 15px !important;
	font-size: 16px !important;
	color:#000 !important;
}
.primary-menu-wrapper + .header-toggles{
	margin-left: 0 !important;
}
.search-toggle:focus,
a:focus, 
.toggle:focus, 
.search-modal .search-field{
	outline: none !important;
}
.header-inner .toggle path{
	color: #bd3854 !important;
}
.search-modal .search-field{
	font-size: 16px !important;
    height: 5em !important;
}
.search-toggle {
	margin-right: 20px !important;
}
.header-toggles .toggle{
	padding:0 1em !important;
}
.header-inner{
	max-width: 1200px !important;
}
.singular .entry-header{
	display: none !important;
}

/****** Footer Style ******/

#site-footer h4{
	font-size: 18px !important; 
	font-weight: 500;
	text-transform: capitalize !important;
}
#site-footer{
	padding:30px 0 10px !important;
	font-size: 16px !important;
}
#site-footer .fa-chevron-down{
	display: none !important;
}
#site-footer .line_hr{
	border-bottom: 1px solid #a6a6a6;
	margin: 20px 0;
}
#site-footer .row2 .column2{
	text-align: right;
}
#site-footer .row2 P{
	font-size: 14px !important;
}
#site-footer a{
	color:#de4b4b !important;
	font-weight: 400 !important;
}
#site-footer a:hover{
	color:#ce1312 !important;
}
#site-footer i{
	color:#ce1312;
	padding-right: 5px;
}
#site-footer .row2 i{
	color:#de4b4b !important;
	font-size: 18px !important;
	padding-right: 10px !important;
}
#site-footer .row2 i:hover{
	color:#ce1312 !important;
}

/****** Mobile Menu Style ******/

.modal-menu > li > a, 
.modal-menu > li > .ancestor-wrapper > a{
	font-size: 16px !important;
	padding: 8px 0 !important;
	color:#000 !important;
}
.modal-menu > li > a:hover, 
.modal-menu > li > .ancestor-wrapper > a:hover{
	color:#ce1312 !important;
}
.menu-modal.show-modal{
	z-index: 9999 !important;
}

/****** Blog Pagination Style ******/

.pagi_row{
	text-align: center !important;
	padding: 50px 0 20px;
}
.pagi_row .page-numbers{
	background: #f4f4f4;
    padding: 7px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}

/****** Blog Style ******/

.blog_post{
	margin-bottom: 25px !important;
}
h1.entry-title{
	font-size: 40px !important;
}
.blog_details h3{
	margin: 15px 0 !important;
	font-size: 20px !important;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_details h3 a{
	color:#000 !important;
}
.blog_details h3 a:hover{
	color:#e22658 !important;
}
.blog_post{
	border:1px solid #dedede;
	border-radius: 4px !important;
}
.blog_details{
	padding: 0 20px 10px !important;
}

/****** Single Post Style ******/

.pagination-single{
	font-size: 16px !important;
}
.pagination-single hr:first-child{
	margin-bottom: 2rem !important;
}
.pagination-single hr:last-child{
	margin-top: 2rem !important;
}
.comment-respond p.comment-notes, 
.comment-respond p.logged-in-as{
	margin: 1rem 0 !important;
}
.post_page_heading{
	font-size: 30px !important;
	color:#000 !important;
	font-family: 'Poppins', sans-serif !important;
	text-align: center !important;
	padding: 10px 0 40px 0 !important;
}
.post_container, .archive_container, .sub_page_container{
	padding: 30px 0 !important;
}
.post-inner{
	padding: 0 !important;
}
.woo_container{
	padding: 0px !important;
}
.woo_container .pagination-single, 
.woo_container .comments-wrapper,
.woo_container .section-inner{
	display: none !important;
}
.archive-header{
	padding-top: 1em !important;
}

/****** Single Post Widget Style ******/

.post_container .widget-title{
	background: #ce1312 !important;
	color:#fff !important;
	text-align: center;
    padding: 10px !important;
    font-size: 24px !important;
    font-family: 'poppins' !important;
}
.post_container .widget{
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px #e0e0e0;
}    
.post_container .widget ul{
	width: 100%;
    float: left;
}
.post_container .widget li{
	margin: 0 !important;
	width: 100%;
    float: left;
    border:1px solid #dedede !important;
    border-top:none !important;
}
.post_container .widget li:hover{
	background-color: #f4f4f4 !important;
}
.post_container .widget li a{
	padding: 5px 10px !important;
	width: 100%;
    float: left;
    font-size: 16px !important;
    font-weight: 400 !important;
    color:#000 !important;
}
.post_container .widget li a:hover{
	color:#ce1312 !important;
}
body:not(.singular) main > article:first-of-type{
	padding: 0 !important;	
}
.comment-respond .comment-notes a, 
.comment-respond .logged-in-as a{
	color: #ce1312 !important;
}
article {
	width: 100%; 
}
.archive .featured-media{
	margin:40px 0 20px 0 !important;
}
.archive hr{
	margin: 70px;
}
.single .post-inner{
	padding-top: 20px !important; 
}
.single-product .sub_heading{
	display: none !important;
}

/*------------ Start Woocommerce CSS -----------*/

.woocommerce-billing-fields .form-row{
	display: block !important;
}
.woocommerce-additional-fields__field-wrapper .order_comments,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper{
	width:100% !important;
}
.woocommerce ul.order_details li{
    font-size: 17px !important;
    font-weight: 400;
    border: none !important;
    color:#;
}
.woocommerce ul.order_details{
    border: 1px solid #a6a6a6 !important;
    padding: 20px !important;
    border-radius: 5px !important;
    color:#ce1312 !important;
    font-weight: 500 !important;
}
.woocommerce ul.order_details li strong{
    font-weight: 400 !important;
    margin-top: 10px !important;
	color:#000 !important;
	font-size: 	16px !important;
}
.woocommerce-checkout h2,
.woocommerce-cart h2,
.single-product h2{
	color:#ce1312 !important;
	font-weight: 400 !important;
}
.woocommerce-account .woocommerce-Address {
    max-width: 50% !important;
}
.select2-container .select2-selection--single{
	height: 42px !important;
	padding: 7px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-left: -10px !important;
    margin-top: 4px !important;
}
.select2-results__option{
	margin-left: 0 !important;
}

/*----------- Site Css -------------*/

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{
	display: none !important;
}
.home_start_section h1, .home_start_section h2{
	color: #fff !important;
	font-size: 50px !important;
	font-weight: 900 !important;
	font-family: 'georgiab' !important;	
}
.home_start_section h1{
	margin-left: 20% !important;
} 
.home_start_section h2{
	margin-left: 40% !important;
}
.home_start_section .elementor-container{
	background-color: #ce1312 !important;
	padding: 50px !important;
}
.section_sub{
	min-height: 300px;
}
input[type="submit"]{
	background-color: #ce1312 !important; 
}
.pagination-single a {
	color:#ce1312 !important;
}
.meta-text a:hover{
	color:#ce1312 !important;
}
.menu_container1 .column2{
	text-align: center  !important;
}
.menu_container1 .column3{
	text-align: right !important;
}
.menu_container1 .site-logo img{
	margin:0 auto !important;
}
.menu_container1 .column1 i{
	font-size: 24px !important;
	margin-right: 10px;
}
.menu_container1{
	padding: 10px 0;
	background-color:#fff !important;
}
.menu_container1 .column3 i{
	color:#ce1312 !important;
	font-size: 24px !important;
	margin-right: 5px;
}
.menu_container1 .column3 a{
	padding-left: 30px;
}
.menu_container1 a{
	color:#000 !important;
}
.menu_container1 a:hover{
	color:#ce1312 !important;
}
ul.primary-menu{
	justify-content: center !important; 
}
.menu_container2{
	background: rgba(0,0,0,0.5) !important;
	padding: 20px 0 10px 0 !important;
}
#site-header{
	background-color: transparent !important;
}
.home_video_section{
	margin-top: -50px !important;
}
body, html, p, li, a{
	font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'georgia', sans-serif !important;
}
.home_video_section h2{
	font-family: 'georgia', sans-serif !important;
	letter-spacing: 2px;
    max-width: 950px;
    margin: 0 auto !important;
    display: block;
    font-size: 50px !important;
    font-weight: 400 !important;
    line-height: 75px !important;
}
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a{
	font-weight: 500 !important;
}
.primary-menu > li a{
	color: #fff !important;
	font-weight: 400 !important;
	padding: 5px 20px !important;
}
.primary-menu li:after{
	content: "|" !important;
	position: absolute;
    top: 2px;
    right: 0;
    color: #fff !important;
}
.primary-menu li:last-child:after{
	content: "" !important;
	position: absolute;
    top: 2px;
    right: 0;
    color: #fff !important;
}
.home_podclass_section h1{
	font-size: 50px !important;
	letter-spacing: 1px;
}
.home_podclass_section h1 span{
	color:#ce1312 !important;
}
.home_podclass_section h2{
	font-size: 35px !important;
	letter-spacing: 1px;
}
.home_podclass_section{ 
	margin-top: -105px !important;
}
.home_bio_section .column1{
	padding: 0 2% 0 7%;
}
.home_bio_section .column1 {
	font-size: 18px;
}
.home_bio_section{
	margin-top: -10px !important;
}
.home_subscribe_section h1{
	font-size: 50px !important;
	letter-spacing: 2px;
}
.home_bio_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 900 !important;
	font-size: 125px !important;
	color:#f2f2f2 !important;
}
.home_bio_section h2{
	font-family: 'Poppins', sans-serif !important;
	margin-top: -110px !important;
	font-size: 45px !important;
	padding-left: 20px !important;
}
.home_subscribe_section h2{
	font-size: 50px !important;
	font-weight: 400 !important;
	letter-spacing: 2px;
}
.home_ebook_section h1, .home_post_section h1{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 900 !important;
	font-size: 125px !important;
	color:#f2f2f2 !important;
}
.home_ebook_section h2, .home_post_section h2{
	font-family: 'Poppins', sans-serif !important;
	margin-top: -110px !important;
	font-size: 45px !important;
}
.home_post_section .carousel-slider__post-title h2{
	font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0px;
	font-size: 18px !important;
	padding-bottom: 0 !important;
	margin-top: 15px !important;
	width: 100%;
    float: left;
    line-height: 30px !important;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    min-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_post_section .carousel-slider__post-title h2:hover{
	color:#ce1312 !important;
}
.carousel-slider__post-author{
	display: none !important;
}
.home_ebook_section h3{
	font-size: 25px !important;
}
.home_ebook_section .column2 h3{
	font-family: 'Poppins', sans-serif !important;
	font-size: 30px !important;
}
.home_ebook_section .column2 span{
	color:#ce1312 !important;
}
.home_ebook_section .column2 {
	font-size: 18px !important;
}
.home_ebook_section .text_column{
	margin-top: -35px;
}
.home_ebook_section .column2 h3{
	padding-top: 20px !important;
}
.home_ebook_section .column2 .elementor-column-wrap{
	padding:50px !important;
}
.home_ebook_section pre{
	margin:0 !important;
	padding:0 !important;
	border:none !important;
}
/*/
.home_ebook_section input[type="submit"]{
	position: absolute;
	width:10%;
	right: 0;
	bottom:13%;
	background: url('https://alanspicer.com/alan/wp-content/uploads/2019/12/send-icon.jpg') center no-repeat;
	padding: 15px;
    color: transparent !important;
    background-color: transparent !important;
}
*/
.ebook_book input[type="email"], .home_ebook_section input[type="email"]{
	padding: 13px 18px !important;
	border-radius: 4px !important;
    border: 1px solid #dad8d8 !important;
}
.ebook_book input[type="submit"], .home_ebook_section input[type="submit"]{
	padding: 10px 20px !important;
	font-size: 16px !important;
	border-radius: 4px !important;
}
.ebook_book .wpcf7-submit, .home_ebook_section .wpcf7-submit{
	display: block; 
	margin: 0 auto;
}
.ebook_book h2, .ebook_book h3{
	font-family: 'Poppins', sans-serif !important;
}
.home_ebook_section .play_img{    
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 175px;
    max-width: 100px;
}
img{
	display: initial !important;
}
.contact_page li{
	list-style-type: none !important;
}
.contact_page h2, .contact_page h4{
	letter-spacing: 0px !important;
}
/*
.contact_page .elementor-icon-list-icon{
	position: absolute;
}
.contact_page .elementor-icon-list-text{
	padding-right: 25px;
}
*/


.home_ebook_section .play_img:hover{
	transform: scale(1.1);
}  
.home_ebook_section input[type="submit"]:focus{
	outline: none !important;
}
#site-footer{
	background:url('https://alanspicer.com/wp-content/uploads/2020/02/footer-bg.jpg') center no-repeat;
	background-size: cover !important;
}
#site-footer h4{
	color:#ce1312 !important;
	font-family: 'Poppins', sans-serif !important;	
}
#site-footer a{
	color:#fff !important;
	font-weight: 400 !important;
}
#site-footer a:hover{
	color:#ce1312 !important;
}
#site-footer i{
	color:#ce1312;
	padding-right: 5px;
}
#site-footer .row2 i{
	color:#fff !important;
	font-size: 18px !important;
	padding-right: 10px !important;
}
#site-footer .row2 i:hover{
	color:#ce1312 !important;
}
#site-footer p{
	color:#fff !important;
}
#site-footer .row2 .column2{
	text-align: center !important;
}
#site-footer .row2 .column3{
	text-align: right !important;
}
#site-footer .row2 .column3 a{
	padding:0 5px;
}
#site-footer .row2 p, #site-footer .row2 a{
	font-size: 12px !important;
}
.carousel-slider__post-image{
	float: left;
}
.carousel-slider__post-excerpt,
.carousel-slider__post-meta{
	font-size: 16px !important;
	margin-top: 5px !important;
}
.carousel-slider__post-excerpt{
	margin-bottom: 0 !important;
	display: none !important;
}
.carousel-slider__post-category{
	display: none !important;
}
.carousel-slider__post-publication-date{
	color:#ce1312 !important;
	text-transform: uppercase !important;
	padding-top: 10px;
}
#id-172 .owl-dots .owl-dot span{
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
}
.carousel-slider.dots-center .owl-dots{
	display: block !important;
}
.blog_details h3{
    font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0px;
    font-size: 18px !important;
    padding-bottom: 0 !important;
    margin-top: 15px !important;
    width: 100%;
    float: left;
    line-height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    min-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#contact_page_section .wpcf7-text, 
#contact_page_section .wpcf7-textarea,
#contact_page_section .wpcf7-captchar, 
#contact_page_section .wpcf7-select {
	background-color:transparent!important;
	border: 1px solid #ce1312 !important;
	border-radius:3px;
	width: 100% !important;
	font-size: 15px;
	margin-bottom:4% !important;
	color: #000 !important;
	padding: 10px 15px !important;
} 
#contact_page_section .your-captcha{width:100%;float:left;}
#contact_page_section .your-name{width:100%;float:left; }
#contact_page_section .your-phone{width:100%;float:left;}
#contact_page_section .your-email{width:100%;float:left;}
#contact_page_section .your-subject{width:100%;float:left;}
#contact_page_section .wpcf7 br { display: none; } 
#contact_page_section .wpcf7-textarea{height:150px;}
#contact_page_section ::-webkit-input-placeholder {  color:#333;}

#contact_page_section .wpcf7-submit{
	padding:8px 30px;
	background-color:#ce1312!important;
	border:1px solid #ce1312;
	border-radius:4px;
	color:#FFFCFA;
	cursor:pointer;
	font-size:18px;
}
#contact_page_section .wpcf7-submit:hover{
	color:#ce1312;
	background-color:#fff!important;
	border: 1px solid #ce1312;
}
.wpcf7-select{
	background-image : url('https://alanspicer.com/wp-content/uploads/2020/02/download.png') !important;
	background-position: center !important;
    background-position-x: 98% !important;
    background-repeat: no-repeat !important;
}
.wpcf7-form-control-wrap{
	position: initial !important;
}
.home_bio_section .elementor-button,
.home_podclass_section .elementor-button,
.home_subscribe_section .elementor-button{
	border: 1px solid #ce1312;
}
.home_bio_section .elementor-button:hover,
.home_podclass_section .elementor-button:hover,
.home_subscribe_section .elementor-button:hover{
	color:#ce1312;
	background-color:#fff !important;
	border: 1px solid #ce1312;
}
.singular .featured-media-inner{
	left:0 !important;
	margin-bottom: 10px !important;
}

.testimonial_rotator.template-default .has-image .img, 
.testimonial_rotator_single.has-image.template-default .img{
	width: 6% !important;
}
.testimonial_rotator .testimonial_rotator_slide_title{
	display: none !important;
}

/*---------- Woo style -----------*/

.woocommerce .woocommerce-ordering select{
	padding: 5px !important;
}
.woocommerce-products-header__title.page-title {
	color: #ce1312 !important;
	font-weight: 600;
}
.product .related li h2.woocommerce-loop-product__title {
	font-size: 20px !important;
}
.single-product .related{
	width: 100%;
	float: left;
}
p.woocommerce-result-count {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-bottom: 20px;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #ce1312 !important;
}
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ce1312 !important;	
}
.single .product_title {
	font-size: 26px!important;
	font-weight: 600;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
	background: #ce1312 !important;
	border: 0px;
	border-radius: 3px;
	color: #fff!important;
	font-size: 16px;
	font-weight: 400;
	border:1px solid #ce1312 !important;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background: #fff !important;
	border: 0px;
	border-radius: 3px;
	color: #ce1312!important;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce ul.products li.product .price{
	color:#ce1312 !important;
	font-size: 16px !important;
}
.woocommerce-page .quantity input.qty {
	height: 36px !important;
    background-color: rgba(0, 0, 0, 0)!important;
    width: 60px !important;
    padding: 5px !important;
    border-radius: 3px !important;
    border: 1px solid #cccccc;
}
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
	width: 18px !important;
	height: 18px !important;
	font-size: 15px !important;
	background-color: #ce1312 !important;
	color: #fff !important;
	font-weight: 600 !important;
	border: 1px solid #4C4C4C !important;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
	width: 60px !important;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
	padding-right: 0!important;
}
.woocommerce button.button,
.woocommerce-page button.button,
.checkout-button,
.woocommerce ul.products li.product .button {
	border: 1px solid #ce1312 !important;
	color: #fff !important;
	font-size: 16px !important;
	background-color: #ce1312 !important;
}
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.checkout-button:hover,
.woocommerce ul.products li.product .button:hover {
	border: 1px solid #ce1312 !important;
	color: #ce1312 !important;
	background-color: #fff !important;
	font-size: 16px !important;
}
#coupon_code {
	height: 38px !important;
	border-radius: 3px !important;
    background: transparent;
    min-width: 175px;
}
.woocommerce-page ul.products li.product {
	text-align: center !important;
	box-shadow: 0px 0px 10px #a6a6a6 !important;
	padding: 5px 5px 15px !important;
}
.woocommerce-tabs h2 {
	display: none !important;
}
.woocommerce #review_form #respond textarea {
	border: 1px solid #d9d9d9;
	background-color: #fff !important;
}
.woocommerce-page #respond input#submit {
	border: 1px solid #ce1312 !important;
	font-size: 16px !important;
	color: #ce1312 !important;
	background-color: transparent !important;
}
.woocommerce-page #respond input#submit:hover {
	border: 1px solid #ce1312 !important;
	font-size: 16px !important;
	color: #fff !important;
	background-color: #ce1312 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-family: 'Poppins', sans-serif !important;
	font-size: 18px !important;
	color:#000 !important;
	padding: 5px !important;
}
.woocommerce ul.products li.product .button{
	margin-top: 0 !important;
}
.resource_page_section1 a:hover{
	color:#ce1312 !important;
}
.adsbygoogle {
	display: none !important;
}
/*----------- End Site Css -------------*/


/*----------- Media Query Css ----------*/

@media (max-width:1300px){

	/********************************/

	.post_container, .archive_container{ padding: 30px 20px !important; }
.woo_container .post-inner{ padding: 30px !important; } .woo_container{
padding: 0 !important; }

	/********************************/
}

@media (max-width:1080px){
	.menu_container1 .column3 a {
	    padding-left: 15px;
	}
}

@media (max-width:1000px){
	.home_video_section{
		margin-top: 0px !important;
	}
	.home_video_section	.elementor-container{
		min-height: 450px !important;
	}
	.nav-toggle{
		display: none !important;
	}
}

@media (min-width:768px) and (max-width: 999.98px){	
	
	/********************************/

	.nav-toggle{
		top: -20px !important;
		z-index: 9 !important;
	}
	.nav-toggle .toggle-icon, .nav-toggle svg{
		fill:#ce1312 !important;
	}
	.toggle-inner .toggle-text{
		color:#ce1312 !important;
		margin-top: -7px;
	}

	/********************************/

	.menu_container2{
		padding: 20px 0 !important;
		background: rgba(236, 236, 236, 0.5) !important;
	}
	button#responsive-menu-button{
		top: 16.5% !important;
	}
}

@media (max-width:980px){
	.home_start_section h1, .home_start_section h2{
		margin-left: auto !important;
		text-align: center !important;
	} 
	.menu_container1 .column3 a {
	    width: 100%;
	    float: left;
	}
	.home_video_section h2{
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.home_podclass_section h1, 
	.home_subscribe_section h1{
		font-size: 40px !important;
		letter-spacing: 1px;
	}
	.home_podclass_section h2, 
	.home_subscribe_section h2{
		font-size: 25px !important;
		letter-spacing: 1px;
	}
}

@media (max-width:849.98px){
	.home_bio_section .column1{
		padding:15px !important;
	}
	.home_ebook_section {
		padding:15px !important;
	}
}

@media (max-width:767.98px){

	/********************************/

	.home_start_section h2, .home_start_section h1{
		font-size: 40px !important;
	}
	.mobile-menu ul{
		padding:0 30px !important;
	}
	.nav-toggle{
		top: -125px !important;
	}
	.nav-toggle .toggle-icon, .nav-toggle svg{
		fill:#ce1312 !important;
	}
	.toggle-inner .toggle-text{
		color:#ce1312 !important;
	}
	.sub_heading{
		font-size: 24px !important;
	}

	/********************************/

	.menu_container2{
		padding:0 !important;
	}
	.menu_container1 .column1{
		order:1;
	}
	.menu_container1 .column3{
		order:2;
	}
	.menu_container1 .column2{
		order:3;
	}
	.menu_container1 .column3 a {
	    width: auto;
	    float: none;
	}
	.site-logo a, .site-logo img{
		margin-top: 10px !important;
	}	
	.home_video_section	.elementor-container{
		min-height: 300px !important;
	}
	.home_video_section h2 {
	    font-size: 25px !important;
	    line-height: 30px !important;
	}
	.home_podclass_section, 
	.home_podclass_section .elementor-align-right{
		text-align: center !important;
	}
	.home_ebook_section .column1 .elementor-widget-container{
		text-align: center !important;
	}
	.home_ebook_section .column2 h3{
		font-size: 24px !important;
	}
	.home_ebook_section .column2 .elementor-column-wrap{
		padding:20px !important;
	}
	#site-footer .row2 .column1, 
	#site-footer .row2 .column2, 
	#site-footer .row2 .column3{
		text-align: center !important;
	}
	.resource_page_section1 img{
		display: block !important;
		margin: 0 auto !important;
	}
	button#responsive-menu-button{
		top: 10% !important;
	}
}

@media (max-width:575px){	

	/********************************/

	#site-footer #foo1, #site-footer #foo2, #site-footer #foo3, #site-footer #foo4{
		display: none;
		margin-bottom: 15px;
	}
	#site-footer h4{
		margin: 0 !important;
		font-size: 16px !important; 
		font-weight: 600;
	}
	#site-footer .fa-chevron-down{
		display: inline-block !important;
		margin-left: 5px;
	}
	#site-footer{
		padding-top:20px !important;
	}
	#site-footer .row2 .column1, 
	#site-footer .row2 .column2, 
	#site-footer .row2 .column3{
		text-align: center;
	}

	/********************************/

	.home_start_section h2, .home_start_section h1{
		font-size: 28px !important;
	}
	.home_start_section .elementor-container{
		padding: 25px !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product{
		margin-bottom: 1em !important;
	}	
	.menu_container1 .column3 span{
		display: none  !important;
	}
	.menu_container1 .column3 a {
	    padding-left: 5px !important;
	}
	.home_podclass_section h1,
	.home_subscribe_section  h1{
		font-size: 25px !important;
		letter-spacing: 1px;
	}
	.home_podclass_section h2, 
	.home_subscribe_section h2{
		font-size: 18px !important;
		letter-spacing: 1px;
	}
	.home_video_section h2{
		letter-spacing: 1px;
	}
	.home_podclass_section{
		margin-top: -70px !important;
	}
	.home_podclass_section .elementor-inner-section{
		padding:15px !important;
	}	
	.home_bio_section h1,
	.home_ebook_section h1,
	.home_post_section h1{
		display: none !important
	}
	.home_bio_section h2,
	.home_ebook_section h2,
	.home_post_section h2{
		margin-top: 0 !important;
		font-size: 25px !important;
		padding-left: 0 !important
	}
	.home_bio_section .column1 {
		font-size: 16px;
		padding: 15px  !important;
	}
	.home_subscribe_section{
		padding: 20px !important;
	}
	.home_ebook_section h2{
		margin-bottom: 15px !important;
	}
	.home_ebook_section .column2 h3 {
	    font-size: 18px !important;
	}
	.home_ebook_section .elementor-widget-image .elementor-image img{
		max-width: 280px !important;
		margin: 0 auto;
	}
	.home_ebook_section .play_img{
		bottom: 90px !important;
		width: 75px;
	}
	.carousel-slider__post-title{
		display: none !important;
	}
	.carousel-slider__post-meta{
		margin-top: 0 !important;
	}
	.testimonial_rotator.template-default .has-image .img, 
	.testimonial_rotator_single.has-image.template-default .img{
		width: 10% !important;
	}
	.carousel-slider.dots-center .owl-dots{
		display: none !important;
	}
}

@media (max-width:360px){
	.menu_container1 .column1 i, 
	.menu_container1 .column3 i{
		font-size: 18px !important;
	} 
	.home_start_section h2, .home_start_section h1{
		font-size: 22px !important;
	}
	button#responsive-menu-button{
		top: 8% !important;
	}
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block !important;
    
}