/*
Theme Name:    Ryan Pitterson
Theme URI:     https://www.itsonmedia.com/
Author:         IOM
Author URI:    https://www.itsonmedia.com/
Description:   WooCommerce Theme
Version:       1.0.0
*/
/*@import url("../fonts/fonts.css");*/

@font-face {
  font-family: timesfont;
  src: url(/wp-content/themes/ryanpitterson/fonts/times.ttf);
}
@font-face {
  font-family: tarjan;
  src: url(/wp-content/themes/ryanpitterson/fonts/trajanpro-regular.ttf);
}
 

*{ margin: 0; padding: 0; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal; }
ol, ul, li{ list-style: none; display:inline; }
caption, th{ text-align: left; }
q:before, q:after{ content: ""; }
abbr, acronym{ border: 0; }
article, aside, figure, footer, header, nav, section{ display:block; }
a:hover, a:active, a:focus{ color:#aeaeae; text-decoration:none; }
img, a{ margin:0; padding:0; outline:none !important; max-width: 100%; height: auto; }
img:hover{ /*opacity: 0.7;*/ }
.img_holder{ height:auto; width:100%; border-radius: 0; overflow: hidden; }
.no_pad{ padding-left: 0; padding-right: 0; }
*:focus{ outline: none; }
.page_wrap{	width:90%; margin:0 auto; }
.sec{ width:100%; padding:70px 0; }
.owl-carousel{ direction: ltr; }
li:last-child{margin-bottom: 0;}
::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #767676; }
::-moz-placeholder{ /* Firefox 19+ */ color: #767676; opacity: 1; }
:-moz-placeholder{ /* Firefox 18- */ color: #767676; opacity: 1; }
:-ms-input-placeholder{ /* IE 10+ */ color: #767676; }
/* For Bootstrap */
.nav>li>a:focus, .nav>li>a:hover{background-color:transparent;}
.navbar{border-radius:0; margin:0; border:0; background-color: transparent; z-index: 3;}
.navbar .navbar-nav ul.dropdown-menu li a{color: #fff; padding: 5px 20px; background-color: #333;}
.navbar-nav>li>.dropdown-menu{background-color: #333;}
.navbar-toggle{background-color: #ccc;}
.navbar .navbar-nav li.active a{color: #ffffff; background-color: transparent; border-color: #fff;}
.navbar .navbar-header .icon-bar{background-color: #fff;}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color: #7aac3d; background-color: transparent;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a span{color: #fff;}
/* END - For Bootstrap */
body{ font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; line-height:normal; font-family: 'Montserrat', sans-serif; color: #333;
background-color: #FFF; /* background: #FFF url("../images/bg.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	background-size: cover;*/}
h1{	font-size:34px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
h2{	font-size:36px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
h3{	font-size:28px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
h4{	font-size:18px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
h5{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
h6{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
p{ font-size:16px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Montserrat', sans-serif; color: #333; }
span{ font-size:16px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Montserrat', sans-serif; color: #333; }
li{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'Montserrat', sans-serif; color: #333; }
a{ font-size:16px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal; font-family: 'Montserrat', sans-serif; color: #333; text-decoration:none; transition:all 1s ease 0s; cursor: pointer; }
.btn1{border: none; background: none; background-image: none; text-align: center; border-radius: 5px; padding: 10px 30px; color: #fff; background-color: #13171f; transition: all 1s ease 0s; display: inline-block;}
.btn1:hover{color: #fff; background-color: #00c3d0;}
div.center{text-align: center;}
/*Goto TOP*/
.go_to_top{position:fixed; opacity:0; visibility:hidden; overflow:hidden; text-align:center; z-index:9; background-color:#837e7e; color:#FFF; width:50px; line-height:50px; right:30px; bottom:30px; border-radius:7px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer;}
.go_to_top.show{visibility:visible; opacity:0.5;}
.go_to_top:hover{opacity:1; color:#FFF;}
.go_to_top i.fa{line-height:inherit;}
/*contact form css*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0px !important;}
.wpb_gmaps_widget .wpb_wrapper{padding:0 !important;}
.contact-from .wpcf7-form span{margin-bottom: 0px !important;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, span.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-not-valid{border-color:red !important;}
div.wpcf7-validation-errors{border:0 !important;}
div.wpcf7-mail-sent-ok{border:0 !important;}
/*Search Overlay Css*/
.mk-search-trigger { display: inline-table; font-size: 24px; color: #e1e1e1; }
.mk-search-trigger:hover{background: #111;border-color:#111;color:#fff;}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type=submit] { position: absolute; width: 100px; height: 100%; background-color: #ce000c; border: 0; right: 0; top: 0; color: #fff; }
#searchform { position: relative; verticle-align: middle; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type="text"] { width: 800px; background-color: transparent; -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); border: 0; text-align: center; font-size: 35px; color: #fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show { visibility: visible; opacity: 1; }
.mk-fullscreen-search-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, .94); text-align: center; -webkit-transition: all ease-in-out .25s; -moz-transition: all ease-in-out .25s; -ms-transition: all ease-in-out .25s; -o-transition: all ease-in-out .25s; transition: all ease-in-out .25s; }
.mk-animate-element, .mk-effect-bg-layer, .mk-fullscreen-search-overlay { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
.mk-fullscreen-search-overlay { z-index: 999999;}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link, .mk-fullscreen-search-overlay .mk-fullscreen-close:visited { color: #fff; }
.mk-fullscreen-search-overlay .mk-fullscreen-close { position: absolute; right: 50px; top: 70px; font-size: 26px; -webkit-transition: transform ease-out .2s; -moz-transition: transform ease-out .2s; -ms-transition: transform ease-out .2s; -o-transition: transform ease-out .2s; transition: transform ease-out .2s; transform: rotate(0deg); }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); ms-transform: scale(1); }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper { display: inline-block; max-width: 1000px; vertical-align: middle; text-align: center; font-size: 18px; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); ms-transform: scale(0.9); opacity: 0; width: 100%; visibility: hidden; -webkit-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -ms-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper form label{display:none;}
.mk-search-trigger { -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out }
#mk-search-overlay .searchform { left: 0; position: absolute; right: 0; top: 120px; }
#mk-search-overlay input[type="text"] { background: transparent none repeat scroll 0 0; border-color: grey; border-width: 0 0 1px; color: #fff; min-height: 60px; width: 70%; border-bottom: 1px solid; }
#searchform > input[type="submit"] { background: #838383 none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; font-size: 14px; padding: 10px 20px; vertical-align: bottom; transition: 0.35s; }
#mk-search-overlay #searchform input[type="text"] { bottom: 0; clip: auto; left: auto; top: auto; }
#mk-search-overlay .searchform::before { display: none; }
/*Search overlay End*/
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{border: 2px solid transparent !important; color:#fff;}
/*Dropdown Css*/
/*.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }*/
/*./Dropdown Css*/
.sticky{z-index: 1000; position: fixed; top: 0; background: #0000007a; border-bottom: 1px solid #efefef;}
/*Woo-commerece Pages Setting css start*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.u-columns{/*padding:70px 0px;*/}
.woocommerce form .form-row label{color:#000; text-transform: capitalize;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 10px; border: 1px solid #cb9e44;}
.login input{padding: 5px;  border: 1px solid #ccc;}
.login .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.login .button:hover{background-color: #000 !important; color: #fff !important; }
.woocommerce form .form-row label.inline{display: block; padding: 10px 0px;}
.woocommerce form .form-row label.inline span{font-size: 14px; font-weight: bold;}
.register label{ }
.register input{padding: 5px;  border: 1px solid #ccc;}
.register .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.register .button:hover{background-color: #000 !important; color: #fff !important; }
#yith-wcwl-form{padding:70px 0px;}
.checkout{/*padding-top: 70px;*/}
.woocommerce-MyAccount-navigation{/*padding:70px 0px;*/}
.woocommerce-MyAccount-content{/*padding:70px 0px;*/}
.woocommerce-cart-form{/*padding-top:70px;*/}
.cart-collaterals{/*padding-bottom:50px;*/}
.wsmsb_title{color:#000; padding-bottom: 30px;}
.woocommerce div.product .woocommerce-product-rating{margin-bottom: 0; width: 70%; float: right; margin: 12px 0px;}
.product-page .star-rating{display:none !important;}
.checkout_coupon .button{background-color: #cb9e44 !important; color: #fff !important;}
.woocommerce-error{display:none;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{padding:0px 15px;}
/*.select2-results{overflow-y: scroll;}
.select2-results__option[aria-selected], .select2-results__option[data-selected]{display:block;}*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{/*height:320px;*/}
.woocommerce form.register .woocommerce-privacy-policy-text p{padding: 30px 0px;}
#customer_login{}
#customer_login h2{text-transform: uppercase; font-weight: bold;}
.yith-wcwl-add-to-wishlist .show a{font-weight: bold; color: #cb9e44;}
.related{float: left; padding: 30px 0px; text-align: center;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
.related h2 span{font-size:28px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{border: 0; width: 100%; font-weight:bold;}
.related .add_to_cart_button{background: transparent !important; text-decoration: underline !important; text-transform: capitalize;}
.cart-empty{/*padding: 70px 0px 0px 0px;*/ text-align: center; font-size: 16px; text-transform: capitalize; font-weight: bold;}
.return-to-shop{padding: 30px 0px 0px 0px; text-align: center;}
.return-to-shop a{background-color: #cb9e44 !important; color: #fff !important;    border-radius: 0 !important;}
.woocommerce .cart .button, .woocommerce .cart input.button{background-color: #cb9e44 !important; color: #000 !important;  }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #cb9e44 !important; color:#000 !important;}
.woocommerce .quantity, .woocommerce-page .quantity{width: 100%;}
.product-detail{padding: 70px 0px;}
.woocommerce .woocommerce-breadcrumb{display:none;}
.product-detail .product_title{    text-transform: uppercase;}
.product-detail .price{padding:10px 0px;}
.product-detail .price .amount{font-weight: bold; color: #cb9e44; font-size: 24px;}
.product-detail .price .woocommerce-Price-currencySymbol{font-weight: bold; color: #cb9e44; font-size: 24px; }
.product-detail  .posted_in{display:none;}
.woocommerce div.product form.cart div.quantity{width: 100%;}
.entry-summary .cart{}
.entry-summary .cart h2{font-size: 18px; font-weight: bold; color: #252525; text-transform: uppercase; padding-bottom: 20px;}
.entry-summary .cart .quantity{float:none !important; margin-bottom: 30px !important;}
.entry-summary .cart .quantity input{border: 1px solid #cb9e44; color: #000; height: 30px;}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{background-color: #cb9e44; color: #fff;}
.entry-summary .cart button{background-color: #cb9e44 !important; text-transform: uppercase; border-radius: 0; padding: 15px;}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{width: 4.1em !important; left: 30px; position: relative; background-color: #cb9e44;}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{position: absolute; left: 0px; top: 0px; height: 29px; background: transparent; width: 31px;}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{position: absolute; width: 31px; height: 29px; background: transparent; left: 87px !important; border-bottom: 1px solid #e1e1e1;}
.entry-summary .yith-wcwl-add-to-wishlist{margin-top: 10px; float: left; top: -163px; position: relative; left: 148px;}
.entry-summary .yith-wcwl-add-button a:before{content: "\f08a"; font-family: fontawesome; padding-right: 10px;}
.entry-summary .yith-wcwl-add-button a{border: 1px solid #000; border-radius: 0; padding: 11px; font-weight: bold; text-transform:uppercase;}
.entry-summary .yith-wcwl-add-button a:hover{background-color: #cb9e44; color: #fff; border: 1px solid #cb9e44;}
.woocommerce-product-details__short-description{padding:30px 0px;}
.woocommerce-product-details__short-description p{line-height:25px; font-size: 16px; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs{display: block; float: left; width: 20%; vertical-align: middle; margin:0;}
.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 2em; width: 78%; float: right; border: 1px solid #cb9e44; border-radius: 0; padding: 10px 30px;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:block !important; border: 0; border-bottom: 1px solid #e1e1e1; border-radius: 0; background-color: transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display: block; font-weight: 600; text-decoration: none; color: #000 !important; padding: 10px 30px; text-align: left; font-size: 16px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none; left: -6px; border-bottom-right-radius: 0 !important; border-width: 0 !important; -webkit-box-shadow: none; box-shadow: none;}
.woocommerce-Tabs-panel .yikes-custom-woo-tab-title{display:none; font-size:18px; color:#cb9e44; padding-bottom: 20px;}
.woocommerce-Tabs-panel p{font-size: 15px; line-height: 20px; padding-bottom: 20px;}
.woocommerce-Reviews .comments{}
.woocommerce #reviews #comments h2{font-size:18px !important; color:#7aac3d !important; padding-bottom: 20px;}
.woocommerce #review_form #respond .form-submit input{left: auto; background-color: #7aac3d; color: #fff; text-transform: uppercase;}
.select2-container--default .select2-results>.select2-results__options{display:grid !important;}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
/*./Dropdown Css*/
/*Wocommerece Admin bar Start*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color: #cb9e44 !important; color: #000 !important; text-transform: uppercase; border-radius: 0 !important; padding: 15px 30px !important; font-weight: 600 !important;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #000 !important; color: #fff !important;}
.woocommerce .myAccountHeading{padding: 30px 0px; margin: 0; text-transform: uppercase; text-align: center; font-weight: 500; color: #cb9e44;}
.woocommerce-MyAccount-content{padding-bottom:15px;}
.woocommerce-MyAccount-content strong{color: #cb9e44; text-transform: capitalize;}
.woocommerce-MyAccount-content p a{color: #cb9e44; text-transform: capitalize;}
.woocommerce-MyAccount-content .woocommerce-Input{padding: 5px;}
.woocommerce-MyAccount-content .button{background-color: #e54408; padding: 10px; text-transform: uppercase;}
.woocommerce-MyAccount-content .button:hover{background-color: #14106e;}
.woocommerce-MyAccount-content fieldset{padding: 0; background: transparent;}
.woocommerce-MyAccount-content fieldset legend{background: transparent; color: #cb9e44;}
.woocommerce-MyAccount-content .woocommerce-info{background-color: #ddd; color: #000;}
.woocommerce-MyAccount-content .sliced-client-snapshot{text-align:right;}
.woocommerce-MyAccount-content .sliced-address{background-color: #ddd; padding: 7px !important;}
.woocommerce-MyAccount-content .woocommerce-address-fields input{padding:5px;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{border: 0; background-color: #f2f2f2; border-radius: 0;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection .select2-selection__rendered{color:#000;}
.woocommerce-MyAccount-content .acc-quote{padding: 50px 30px; background-color: #eeecec; margin: 30px 0px; text-align:center;}
.woocommerce-MyAccount-content .acc-quote p{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold;}
.woocommerce-MyAccount-content .acc-quote span{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold; font-size: 13px;}
.woocommerce-MyAccount-content .acc-quote:hover{background-color:#e34308;-webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-content .acc-quote:hover p{color:#fff;}
.woocommerce-MyAccount-content .acc-quote:hover span{color:#fff;}
.woocommerce-MyAccount-navigation{/*margin-bottom: 90px !important;*/ text-align: left; border: 1px solid #ddd; /*margin-top: 70px;*/}
.woocommerce-MyAccount-navigation ul li{display:block;}
.woocommerce-MyAccount-navigation ul li a{padding: 20px 15px !important;}
.woocommerce-MyAccount-navigation ul li a, .lost_password a{padding: 15px 10px; color: #000; display:block; font-size: 16px;}
.woocommerce-MyAccount-navigation ul li a:hover{background:#cb9e44;color:#fff; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-navigation ul li.is-active a{background:#cb9e44;color:#fff;}
.woocomerce-form.woocommerce-form-login.login, .register{border: 1px solid #ececec;padding: 20px;min-height: 360px;}
.woocommerce-MyAccount-navigation ul li a:before{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f0f6"; line-height: 1.618; margin-left: 0.5407911001em; width: 1.41575em; text-align: right; float: right; opacity: .25;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content: "\f0e4";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content: "\f291";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content: "\f019";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content: "\f015";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content: "\f007";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content: "\f08b";}
/*Wocommerece Admin bar End*/

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{padding-bottom:20px;}
.woocommerce .woocommerce-result-count{font-size: 16px; text-transform: capitalize; width: 100%; background-color: #000; padding: 20px; color: #fff; margin-bottom: 50px;}
.woocommerce .woocommerce-ordering{position: absolute; right: 22px; padding: 0; margin: 0; top: 79px;}
.container .woocommerce {padding:70px 0px; position: relative; display: inline-block;}
.woocommerce .woocommerce-ordering select{padding: 10px 15px; border: 1px solid #cb9e44;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align:center;}
.woocommerce div.product div.summary{/*top: 120px; position: relative;*/}
.woocommerce div.product div.summary .single-pro-title{}
.woocommerce div.product div.summary .single-pro-title h3{}
.woocommerce div.product div.summary .single-pro-title h3 a{font-size: 25px; color: #000;}
.woocommerce div.product div.summary .single-pro-title h3 a:hover{color: #7cfc00;}
.woocommerce-checkout #payment ul.payment_methods li{display: block;}
.woocommerce-MyAccount-navigation-link--downloads{display: none !important;}
.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size: 18px; font-weight: bold; padding-bottom: 20px;}
/*Woo-commerece Pages Setting css End*/

/*Single Product Page Start*/
.woocommerce-page .single-title{position:relative; padding: 0;}
.woocommerce-page .single-title h3{position: absolute; left: 585px; top: 0;}
.woocommerce-page .single-title h3 a{font-size: 32px;}
.woocommerce-page .product{}
.woocommerce-page .product .price{margin: 20px 0px;}
.woocommerce-page .product .price span{font-size: 30px; color: #cb9e44; font-weight: 600;}

.woocommerce button.button.alt{padding: 16px 26px !important; background-color: #cb9e44 !important; color: #000 !important; font-weight: 500 !important;}
.woocommerce button.button.alt:hover{background-color:#000 !important; color: #fff !important;}
.entry-summary .yith-wcwl-add-button a{border: 1px solid #2d2e2e; border-radius: 0; font-weight: bold; text-transform: uppercase; padding: 12px 27px !important; color: #2d2e2e !important;}
.entry-summary .yith-wcwl-add-button a:hover{border: 1px solid #cd2027; color: #fff !important; background-color: #cd2027 !important;}
.woocommerce .posted_in{display:none;}
.woocommerce-tabs{}
.woocommerce div.product .woocommerce-tabs ul.tabs{width: 100%; margin-top: 50px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display: inline-block !important; border: 0; width: auto; border: 1px solid #cb9e44; margin: 0;}
.woocommerce div.product .woocommerce-tabs .panel{width: 100%; padding: 50px 30px;}
.woocommerce div.product .woocommerce-tabs .panel ul{}
.woocommerce div.product .woocommerce-tabs .panel ul li{display: block; padding: 5px 0px;}
.woocommerce div.product .woocommerce-tabs .panel ul li:before{content: "\f105"; font-family: "fontawesome"; padding-right: 10px; color: #cd2027;}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:50%; margin: 0;}
.related{float: left; padding: 0; text-align: center; width: 100%;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
.related h2 span{font-size:28px; }
.woocommerce div.product p.price{margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #cb9e44; z-index: 2; border-bottom-color: #cb9e44;}
.woocommerce ul.products li.product:before{content:"";}
.woocommerce div.product div.images img{border: 1px solid #cb9e44;}
.post-details .single-content .woocommerce{padding:0;}
.post-details .single-content .woocommerce .products li{margin-bottom: 0;}


/*Single Product Page End*/

/*Cart Page Start*/
.woocommerce table.cart td.actions .coupon .button{padding: 10px 30px !important;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{}
.woocommerce-page .cart-collaterals .cart_totals{margin-top: 15px;}
.woocommerce-page .cart-collaterals .cart_totals h2{font-size: 32px; text-transform: capitalize; font-weight: 500; padding-bottom: 20px;}

/*Cart Page End*/

/*Check out Page Start*/
.checkout{}
.checkout .woocommerce-billing-fields{padding-bottom: 40px;}
.checkout .woocommerce-billing-fields h3 ,.woocommerce-additional-fields h3{padding-bottom: 30px; text-transform: capitalize; color: #000;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input{border: 1px solid #cb9e44 !important; padding: 10px !important;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection{border-radius: 0; border: 1px solid #cb9e44;}
.woocommerce-additional-fields textarea{border: 1px solid #cb9e44 !important; padding: 10px !important;}
#order_review_heading{padding-bottom: 30px; text-transform: capitalize; color: #000;}

/*Check out Page End*/
/*Lost Password Start*/
.lost_reset_password{}
.lost_reset_password p{font-size: 16px; font-weight: 500; padding-bottom: 30px;}
.lost_reset_password .woocommerce-form-row{}
.lost_reset_password .woocommerce-form-row label{text-transform: capitalize;}
.woocommerce-info, .woocommerce-message{border-top-color: #cb9e44 !important;}
.woocommerce-info::before, .woocommerce-message::before{color: #cb9e44 !important;}
.woocommerce-info a{color: #cb9e44 !important;}
.lost_password a{color: #cb9e44; text-decoration: underline; text-transform: capitalize;}
.lost_password a:hover{color:#000;}
.post-details{padding: 80px 0px;}
.woocommerce .post-details .single-title{display:none;}
.fa-twitter:before{content: "\e61b";}
/*Lost Password End*/

header { padding: 10px 0px; position: absolute; width: 100%; z-index: 999; }
header .row{display: flex; align-items: center;}
header .navigation a { color: #fff; padding-left: 7px !important; padding-right: 7px !important; font-weight: 600; border-bottom: 1px solid #fff0; font-size: 15px !important; }
header .hbutton a{border: 1px solid #fff; padding: 15px 30px; color: #fff; border-radius: 10px; transition: 0.5s; font-weight: 500;}
header .hbutton a:hover{background: #fff; color: #4BA8D3;}
header .navigation{display: flex; justify-content: center;}
header .hbutton a{text-transform: capitalize;}
header .logocolumn img{filter: brightness(0) invert(1); width: 100%;}
header .logocolumn{padding-left:0px !important; padding-right:0px !important;}

footer{background: url(../../../wp-content/uploads/2025/07/Group-110.png); padding-top:80px ; padding-bottom: 80px; background-position: bottom; background-size: cover; background-repeat: no-repeat;}
footer p{color: #fff; line-height: 24px;}
footer a{color: #fff;}
footer .flogo p{margin-top: 20px;}
footer h3{font-family: timesfont; font-size: 20px; color: #fff; margin-bottom: 20px;}
footer .fmenu a{color: #fff;}
footer .fmenu ul{margin-top: 20px;}
footer .fmenu ul li{display: block;  padding-bottom: 20px;}
footer .fsocials ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook{background-color: #fff !important;}
footer .fsocials ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin{background-color: #fff !important;}
footer .fsocials ul.cnss-social-icon li.cn-fa-icon a.cnss-x-twitter{background-color: #fff !important;}
footer .fsocials ul.cnss-social-icon li.cn-fa-icon a{background-color: #fff !important;}
footer .fsocials i:before {  color: #397cae !important; }
footer .fsocials .fa-facebook:before { content: "\f09a"; color: #397cae !important; }
footer .fsocials .fa-linkedin:before { content: "\f08c"; color: #397cae !important; }
footer .fsocials .fa-x-twitter:before { content: "\e61b"; color: #397cae !important; }
footer .cn-fa-rumble img{height:36px !important; width:36px !important;}
footer .flogo img{width:80%; filter: brightness(0) invert(1);}
footer .foologo{    padding-left: 0px !important;}
.gform_confirmation_message{text-align: center; color: #fff; background: #3575a2; padding: 30px 20px; border-radius: 10px; font-size: 18px; text-transform: capitalize;}

.homebookvideos p{padding-top:0px !important; text-align:center; padding-bottom:15px !important;}
.homebookvideos h4{margin-bottom:0px !important;}

footer .word { font-family: 'Anton', sans-serif; perspective: 1000px; }
footer .word span { cursor: pointer; display: inline-block; font-size: 100px; user-select: none; line-height: .8; }
footer .word span:nth-child(1).active { animation: balance 1.5s ease-out; transform-origin: bottom left; }

.homebanner { padding-top: 120px !important;}
.homebanner h3{color: #fff; margin-bottom: 10px; margin-top: 40%; font-weight: 500;}
.homebanner p{color: #fff; line-height: 24px;}
.homebanner .highlight { color: #F0E242; font-weight: 500; transition: opacity 0.5s ease-in-out; }
.homebanner h1{color: #fff; font-size: 44px; font-weight: 700; font-family: "Gelasio", serif; border-bottom: 2px solid #f0e242; padding-bottom: 15px; margin-bottom: 20px;}
.homebanner h1 .highlight{font-size: 44px; font-family: "Gelasio", serif; font-weight: 700;}
.homebanner a{color: #000; background: #fff; border: 1px solid #fff; padding: 15px 30px; text-transform: capitalize; display: block; margin: 20px 0px !important; white-space: nowrap; width: min-content; font-size: 16px; font-weight: 500; border-radius: 8px !important;}
.homebanner a:hover{background-color: #000; color: #fff; border: 1px solid #000 !important;}
.goodsandamazon img{width: 70% !important;}
.shorterimage img{width:80% !important;}
#hoverBox img{position: relative; top: 50px; right: 80px; width: 70%;}
.modalbook{ transition: 0.5s;}
.modalbook img{transform: scale(0.2); transition: 0.5s;}
.modalbook.openmodal img{transform: scale(1) !important; transition: 0.5s;}

.booksectionhome{padding-top: 80px !important; padding-bottom: 80px; background-color: #000;}
.booksectionhome h2{color: #fff; display: flex ; font-weight: 600; justify-content: end; align-items: center; margin-bottom: 15px; font-family: "Gelasio", serif;}
.booksectionhome h2 strong{color: #F0E242; border: 1px solid #F0E242; font-size: 50px; display: flex ; align-items: center; justify-content: center; width: 70px; padding: 10px; padding-bottom: 0px !important; border-radius: 5px; margin-right: -14px;}
.booksectionhome p { color: #fff; font-size: 16px; line-height: 25px; display: block; margin-bottom: 30px; }
.booksectionhome a { color: #fff; border: 1px solid #fff; padding: 15px 20px; font-size: 16px; font-weight: 500; }
.booksectionhome a::after{content: url(../../../wp-content/uploads/2025/07/Frame-11.png); top: 6px; transition: 0.5s; left: 10px; position: relative;}
.booksectionhome a:hover{background-color: #fff; color: #000;}
.booksectionhome a:hover::after{content: url(../../../wp-content/uploads/2025/07/Frame-11.png); filter: brightness(1) invert(1);}
.finalneplim h2{justify-content: flex-start !important; }

#hoverBox { cursor: pointer; }
#customModal { display: block !important; position: fixed; top: 20%; left: 50%; transform: translateX(-50%) scale(0.7); z-index: 999; background-color: #fff0; padding: 20px; border: 0px solid #000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0); opacity: 0; pointer-events: none; transition: all 0.3s ease; }
#customModal.openmodal { transform: translateX(-50%) scale(1); opacity: 1; pointer-events: auto; }
#customModal.closemodal { transform: translateX(-50%) scale(0.7); opacity: 0; pointer-events: none; }
.modal-content { position: relative; background: #fff0 !important; box-shadow: none; border: 0px !important; transition: all 0.3s ease; }
.close { position: absolute; top: 5px; right: 10px; cursor: pointer; color: #fff; opacity: 1; font-size: 40px; z-index: 9999; }
 

.payanpiterson{padding-top: 80px !important; padding-bottom: 80px; height: 90vh; display: flex; align-items: end; background-attachment: fixed; background-position: top !important; background-repeat: no-repeat !important; background-size: cover !important;}
.payanpiterson .wpb_text_column {background-color: #00000088; padding: 30px 60px !important; border-radius: 30px;}
.payanpiterson h2{color: #fff; font-size: 50px; margin-bottom: 20px;}
.payanpiterson p{color: #fff; line-height: 26px;} 

.homepassion{background-color: #000;}

.expendcolumnwrapper{display: flex;}
.expendcolumn{width: 33%; color: #fff; transition: 0.5s; height: 143vh; border: 1px solid #f0e242; padding: 20px; overflow:hidden !important; }
.expendcolumn:hover{width: 85% !important;}
.expendcolumn:hover img.megahoverimage{width: 100% !important;}
.expendcolumn img.megahoverimage{ transition: all 0.5s ease; margin: 15px 0px !important; height: 200px;  width: 0%;}
.expendcolumn:hover p.start{opacity: 1;}
.expendcolumn:hover p.end{opacity: 0;}
.expendcolumn p.end{opacity: 0;}
.expendcolumn p { transition: all 0.3s ease; transition-delay: 0.3s; width: 100%; color: #fff; word-wrap: normal; line-height: 25px; height: auto; overflow: hidden; padding: 0px 0px 20px !important; }
.expendcolumn:hover p{width: 100% !important;}
.hoverabsolutebox ul li { color: #fff; font-size: 15px; padding: 3px 0px; display: flex; line-height: 24px; }
.hoverabsolutebox ul li::before{content: '\f111 '; font-family: fontawesome; margin-right: 5px; font-size: 8px; color: #f0e242;}
.hoverabsolutebox ul{display: block;}
.expendcolumn h3{color: #fff; font-size: 30px; font-weight: 600;}
.expendcolumn .authoravatar{width: 100%; text-align: end;}
.authoravatar{clear: both; height: 293px; align-items: end; display: flex ; padding-bottom: 20px; justify-content: end;}
.expendcolumn .authoravatar img{  margin-top: 30px ; height: 170px; width: 20px; object-fit: contain;}

.hoverabsolutebox{ height: 400px;}
.homepassion{padding-top: 80px !important; padding-bottom: 80px;}
.homepassion .passionblock .vc_column-inner {height: 100%; display: flex ; align-items: end; justify-content: end !important; padding: 40px !important; background-size: cover; background-repeat: no-repeat; background-position: center;}
.homepassion .passionblock h3{color: #fff; font-size: 50px; margin-bottom: 20px !important; font-family: "Gelasio", serif; display: flex; align-items: center;}
.homepassion .passionblock h3 strong{color: #F0E242; border: 1px solid #F0E242; font-size: 50px; display: flex ; align-items: center; justify-content: center; width: 70px; padding: 10px; padding-bottom: 0px !important; border-radius: 5px; margin-right: -14px;}
.homepassion .passionblock p{color: #fff; font-size: 15px; line-height: 25px;}

.booksectionhome ul{gap: 15px !important; display: flex;}
.rightredirect ul{justify-content: end !important;}

.mediaspeakinginnerpage{margin-top: 80px !important;}

body{background-color: #000;}
.mediaandspeaking{padding-bottom: 80px !important;}
.mediaandspeaking h2{ color: #fff; font-family: "Gelasio", serif; border-bottom: 2px solid #f0e242; width: fit-content; margin-bottom: 20px !important; }
.mediaandspeaking .tabcontentrow{}
.mediaandspeaking .tabSecondrow{margin-top:30px;}
.vc_tta-tab.vc_active a{background: #F0E242 !important; color: #000 !important; border: 1px solid #F0E242 !important; border-radius: 7px !important; padding: 15px 40px !important;}
.vc_tta-tab.vc_active a span{color: #000 !important; font-weight: 500 !important; font-size: 16px !important;}
.vc_tta-tab{padding: 0px 8px !important;}
.vc_tta-tab a{background: #000 !important; color: #000 !important; border: 1px solid #F0E242 !important; border-radius: 7px !important; padding: 15px 40px !important;}
.vc_tta-tab a span{color: #fff !important; font-weight: 500 !important; font-size: 16px !important;}
.vc_tta-tab:nth-child(1){padding-left: 0px !important;}
.vc_tta-tabs-container{margin: 20px 0px !important;}

.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::after{display: none !important;}
.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a::before{display: none !important;}
.vc_tta-panels{background: #fff0 !important; border: 2px solid #F0E242 !important; border-radius: 10px !important;}
.vc_tta-panel-body{padding: 0px !important;}
.mediaandspeaking h3{font-size: 36px; font-family: "Gelasio", serif; color: #fff; line-height: 47px; width: 90%;}
.mediaandspeaking p{color: #fff; line-height: 24px; font-size: 16px; padding-top: 20px; width: 95%;}
.mediaandspeaking a{color: rgb(255, 255, 255); font-size: 16px; font-weight: 500; border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255); border-image: initial; padding: 15px 20px; margin-top: 10px !important; display: block; width: max-content;}
.mediaandspeaking .podcast-img { display: flex;gap:20px; margin-top:20px;}
.mediaandspeaking .podcast-img a { background-color: transparent; border: none; padding: 0; }
.homebookvideoheading h2{ color: #fff; font-family: "Gelasio", serif; border-bottom: 2px solid #f0e242; width: fit-content; margin-bottom: 0px !important; margin: auto; margin-top: 40px !important;}

.homebookvideos{margin-top: 60px !important;}
.homebookvideos ul{justify-content: center;}
.homebookvideos h4 { color: #fff; margin-top: 10px; text-align: center; font-size: 26px; font-weight: 600; margin-bottom: 20px !important; }
.homebookvideos li:nth-child(1){padding-left: 0px !important;}
.homebookvideos li { color: #888888; font-size: 16px; display: flex ; align-items: center; }
.homebookvideos li:nth-child(2)::before{content: ''; background-color: #888888; border-radius: 30px; margin: 5px; height: 3px; width: 3px; display: block;}
.homebookvideos li:nth-child(2)::after{content: ''; background-color: #888888; border-radius: 30px; margin: 5px; height: 3px; width: 3px; display: block;}
.homebookvideos ul{display: flex; margin-top: 5px;}
.mediaandspeaking .exploreourvideos a{padding: 12px 30px; font-size: 15px; transition: 0.5s; border: 1px solid #fff; border-radius: 10px; color: #fff; margin-top: 20px !important; width: fit-content; margin: auto; display: flex ; align-items: center;}
.mediaandspeaking .exploreourvideos a::after{content: url(../../../wp-content/uploads/2025/07/Frame-12.png); position: relative; top: 2px; margin-left: 12px;}
.mediaandspeaking .exploreourvideos a:hover{background-color: #fff; color: #000; }
.mediaandspeaking .exploreourvideos a:hover::after{filter: brightness(1) invert(1);}

.decodingsection{padding-bottom: 80px;}
.decodingsection h2 {color: #fff; font-size: 35px; font-family: "Gelasio", serif; border-bottom: 2px solid #F0E242; padding-bottom: 14px; width: fit-content; margin-bottom: 21px;}
.decodingsection h2 strong{border: 1px solid #F0E242; padding: 10px; padding-bottom: 4px; font-size: 45px; border-radius: 3px; color: #F0E242; position: relative; margin-right: -11px;}
.decodingsection p{color: #fff; line-height: 25px; font-size: 15px;}

.homesubscribesection{border: 2px solid #F0E242; border-radius: 10px; background-color: #262626; padding: 30px 60px; margin-top: 20px;}
.homesubscribesection h4{color: #F0E242; margin-bottom: 6px;}
.homesubscribesection h3{color: #fff; font-family: "Gelasio", serif; font-size: 34px; margin-bottom: 8px;}
.homesubscribesection form{display: flex; border-bottom: 2px solid #F0E242 !important; margin-top: 20px !important;}
.homesubscribesection form input{background: #fff0 !important; border: 0px !important; padding: 7px 12px !important; color: #fff !important;}
.homesubscribesection form .gform_body {width: 90% !important;}
.gform_footer {padding: 0px !important;}
.homesubscribesection form .gform_body input::placeholder { color: #fff; opacity: 1; }
.homesubscribesection .gform_footer::before{content: url(../../../wp-content/uploads/2025/07/Line-14.png); position: absolute;}
.homesubscribesection .gform_footer  #gform_submit_button_1{font-size: 0px !important; height: 30px; width: 30px !important; z-index: 999; position: relative;}


.reachouttome{padding-bottom: 80px;}
.reachouttome h2{color: #fff; font-size: 35px; font-family: "Gelasio", serif; border-bottom: 2px solid #F0E242; width: fit-content; margin: auto; margin-bottom: 40px !important;}
.reachouttome input{background: #fff0 !important; border: 0px !important; border-bottom: 2px solid #fff !important; color: #fff; padding: 20px !important; padding-left: 10px !important;}
.reachouttome textarea{background: #fff0 !important; border: 0px !important; border-bottom: 2px solid #fff !important; color: #fff; padding: 20px !important; padding-left: 10px !important;}
.reachouttome input::placeholder { color: #fff; opacity: 1; font-size: 16px !important;}
.reachouttome textarea::placeholder { color: #fff; opacity: 1; font-size: 16px !important;}
.reachouttome textarea { height: 170px !important; min-height: 170px !important; max-height: 170px !important; width: 100% !important; min-width: 100% !important; max-width: 100% !important;}
.reachouttome .gform_footer input{background-color: #fff !important; font-weight: 600 !important; margin-top: 20px !important; padding: 15px 40px !important; color: #000 !important; font-size: 15px; border-radius: 10px !important;}
.reachouttome form{width: 80% !important;}


.progress-wrap::after{color: #f0e242 !important;}
.progress-wrap{box-shadow: inset 0 0 0 2px #f0e242 !important;}

.progress-wrap svg.progress-circle path { stroke: #ffffff !important; stroke-width: 4px; }


/* inner banner  */

.innerbanner{height: 70vh; display: flex; align-items: center; justify-content: center; background: url(../../../wp-content/uploads/2025/07/Rectangle-94.png);background-position: center; background-size: cover; background-repeat: no-repeat;}
.innerbanner h1{color: #fff; font-size: 70px; border-bottom: 2px solid #F0E242; font-family: "Gelasio", serif; width: fit-content; margin: auto;}
.innerbanner p{color: #fff; font-size: 25px;  font-family: "Gelasio", serif;margin-top:30px;}

.eventssection{padding-top: 80px !important; padding-bottom: 80px;}
.eventssection h2{color: #fff; font-size: 40px; font-family: "Gelasio", serif;}
.eventssection h2 strong{border: 1px solid #F0E242; padding: 10px; padding-bottom: 0px; font-size: 45px; border-radius: 3px; color: #F0E242; position: relative; margin-right: -11px;}
.eventssection .col-md-4{margin-top: 20px;}
.eventssection .col-md-4::before{content: ''; background-color: #f1c40f; height: 229px; width: 93% !important; display: block; z-index: -1; position: absolute; top: 8px; left: 23px;}
.eventssection .event-card { position: relative; z-index: 999; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); height: 230px; background-size: cover; background-repeat: no-repeat; background-position: left; }
.eventssection .event-overlay {background: rgba(0, 0, 0, 0.5); height: 100%; color: white; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.eventssection .event-title { font-size: 24px; color: #fff; font-family: "Gelasio", serif; line-height: 36px; }
.eventssection .event-date { font-size: 14px; text-align: right; font-weight: 500; color: #fff; font-style: italic; border-bottom: 2px solid #cfa80d; width: fit-content; margin-left: auto; }

.pasteventssection{padding-top: 20px !important; padding-bottom: 80px;}
.pasteventssection h2{color: #fff; font-size: 40px; font-family: "Gelasio", serif;}
.pasteventssection h2 strong{border: 1px solid #F0E242; padding: 10px; padding-bottom: 0px; font-size: 45px; border-radius: 3px; color: #F0E242; position: relative; margin-right: -11px;}
.pasteventssection .col-md-4{margin-top: 20px;}
.pasteventssection .col-md-4::before{content: ''; background-color: #f1c40f; height: 229px; width: 93% !important; display: block; z-index: -1; position: absolute; top: 8px; left: 23px;}
.pasteventssection .event-card { position: relative; z-index: 999; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); height: 230px; background-size: cover; background-repeat: no-repeat; background-position: left; }
.pasteventssection .event-overlay {background: rgba(0, 0, 0, 0.5); height: 100%; color: white; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.pasteventssection .event-title { font-size: 24px; color: #fff; font-family: "Gelasio", serif; line-height: 36px; }
.pasteventssection .event-date { font-size: 14px; text-align: right; font-weight: 500; color: #fff; } 


.innerbanenrblogs{height: 70vh; display: flex; align-items: center; justify-content: center;}
.innerbanenrblogs h1{ color: #fff; text-align: center; font-size: 60px; font-family: "Gelasio", serif; border-bottom: 2px solid #F0E242; width: fit-content; margin: auto; }

.venueinformation{padding-top: 80px !important; padding-bottom: 80px;}
.venueinformation h2{color: #fff; font-size: 30px; font-family: "Gelasio", serif; border-bottom: 2px solid #F0E242; width: fit-content; }
.venueinformation p{color: #fff; font-size: 16px; margin-top: 17px; line-height: 26px;}
.venueinformation .additionalinformation{margin-top: 40px;}
.venueinformation .datarow{display: flex; align-items: center;}
.googlemap iframe{filter: invert(1); width: 100% !important; height: 280px !important;}

.relatedposts{padding-top: 0px !important; padding-bottom: 80px;}
.relatedposts h2{color: #fff; font-size: 30px; font-family: "Gelasio", serif; margin-bottom: 10px; border-bottom: 2px solid #F0E242; width: fit-content; margin-left: 15px;}
.relatedposts .col-md-4{margin-top: 0px;}
.relatedposts .col-md-4::before{content: ''; background-color: #f1c40f; height: 229px; width: 93% !important; display: block; z-index: -1; position: absolute; top: 8px; left: 23px;}
.relatedposts .event-card { position: relative; z-index: 999; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); height: 230px; background-size: cover; background-repeat: no-repeat; background-position: left; }
.relatedposts .event-overlay {background: rgba(0, 0, 0, 0.5); height: 100%; color: white; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.relatedposts .event-title { font-size: 24px; color: #fff; font-family: "Gelasio", serif; line-height: 36px; }
.relatedposts .event-date { font-size: 14px; text-align: right; font-weight: 500; color: #fff; } 


.bookfilmspage h3{color: #fff; font-size: 30px; display: flex ; justify-content: end; padding-bottom: 10px !important; margin: 20px 0px; font-family: "Gelasio", serif;}
.bookfilmspage h3 strong{color:#F0E242 !important;}

.mediasparkilling{margin-top: 80px !important;}


.audiobooks .homebookvideos{margin-top: 0px !important;}
.audiobooks .vc_tta-panel-body{padding: 20px !important;}

.joinourpatreon{margin-top: 40px !important; }
.joinourpatreon .supportbutton{margin-top: 20px;}


.followmore{padding-top: 80px !important; padding-bottom: 80px ;}
.followmore h2{color: #fff; font-size: 30px; font-family: "Gelasio", serif; margin-bottom: 10px; border-bottom: 2px solid #F0E242; width: fit-content; margin-left: 0px;}
.followmore p{color: #fff; font-size: 16px; margin-top: 17px; line-height: 26px;}
.followmore .vc_col-sm-3 .wpb_single_image{border-bottom: 2px solid #fff !important; padding-bottom: 20px;}
.followmore .vc_col-sm-3 .vc_column-inner{border: 1px solid #F0E242 !important; border-radius: 10px; padding: 15px !important; transition: 0.5s;}
.followmore .vc_col-sm-3 .vc_column-inner:hover{transform: scale(0.96);}
.followmore .vc_col-sm-3 a{color: #fff; font-size: 14px;}
.followmore .vc_col-sm-3 {padding: 5px !important;}
.followmore .vc_col-sm-3 .vc_column-inner a{color: #fff; text-align: left; justify-content: end;}


.customrowbookssection{margin-top: 20px !important;}
.customrowbookssection{border: 2px solid #f0e242; border-radius: 15px !important; background: #262626; overflow: hidden; } 
.customrowbookssection .vc_col-sm-4 .vc_column-inner{padding-left: 0px !important;}


.customrowbookssection ul{display: flex ; gap: 20px; margin-top: 20px; margin-bottom: 20px;}
.customrowbookssection ul li{color: #fff; display: flex ; align-items: center;} 
.customrowbookssection ul li:nth-child(1):before{content: url(../../../wp-content/uploads/2025/07/Vector-12.png); margin-right: 7px;}
.customrowbookssection ul li:nth-child(2):before{content: url(../../../wp-content/uploads/2025/07/Vector-13.png); margin-right: 7px;}
.customrowbookssection ul li:nth-child(3):before{content: url(../../../wp-content/uploads/2025/07/Vector-14.png); margin-right: 7px;}
.customrowbookssection ul li:nth-child(4):before{content: url(../../../wp-content/uploads/2025/07/Vector-15.png); margin-right: 7px;}
.customrowbookssection ul li{font-size: 14px !important;}

.customrowbookssection h5{color: #fff; padding: 7px 0px !important;}
.customrowbookssection h5 strong{color: #fff; font-weight: 600; margin-right: 20px !important;}

.custom-product-container { padding: 50px; }
.custom-product-gallery { margin-bottom: 20px; }
.custom-thumbnails { display: flex; justify-content: center; gap: 10px; margin-top: 15px; flex-wrap: wrap; }
.custom-thumbnails img { width: 70px; border-radius: 3px; cursor: pointer; }
.custom-thumbnails img:hover { border: 2px solid #f5a623; }
.custom-product-title { font-size: 32px; font-weight: 500; margin-bottom: 15px; font-family: "Gelasio", serif; color: #fff; letter-spacing: 0.5px; text-align: end; }
.custom-product-desc p{ color: #fff; line-height: 25px; font-size: 16px; text-align: end; }
.custom-product-price { font-size: 28px; font-weight: bold; color: #f5a623; margin-bottom: 20px; }
.custom-cart-section { margin-bottom: 15px; }
.amazon-btn { display: inline-block; background: #232f3e; color: #fff; padding: 12px 20px; text-decoration: none; border-radius: 5px; font-size: 14px; }
.amazon-btn:hover { background: #131a22; }
.custom-long-desc { background: rgba(0,0,0,0.6); padding: 20px; margin-top: 40px; border-radius: 5px; color: #fff; }
.singlebanner{background: url(../../../wp-content/uploads/2025/08/shopbanner.png);}


.tabvideo p{padding-top: 0px !important;}

.woocommerce-page header{position: static;}
.woocommerce-page p{color: #fff !important;}
.woocommerce-page span{color: #fff !important;}
.woocommerce-page li{color: #fff !important;}
.woocommerce-page a{color: #fff !important;}
.woocommerce-page h1{color: #fff !important;}
.woocommerce-page h2{color: #fff !important;}
.woocommerce-page h3{color: #fff !important;}
.woocommerce-page h4{color: #fff !important;}
.woocommerce-page h5{color: #fff !important;}
.woocommerce-page h6{color: #fff !important;}
.woocommerce-page svg{fill: #fff !important;}
.woocommerce-page .wp-block-woocommerce-cart-totals-block{border: 1px solid #fff; border-radius: 10px; padding: 20px !important; display: flex ; flex-direction: column; justify-content: center;}
.woocommerce-page .wc-block-components-button {background: #fff !important; color: #000 !important;}
.wc-block-components-quantity-selector{color: #fff; border: 1px solid #fff !important;}
.wc-block-components-product-name{color: #fff; font-size: 20px;}
.wc-block-cart-item__remove-link{color: #fff !important;}
.wc-block-components-panel__button{color: #fff !important;}

.wc-block-cart-items {border: 1px solid #fff !important; padding: 20px !important; display: block; border-radius: 10px !important; margin-bottom: 0px !important;}
.wp-block-woocommerce-cart{padding-top: 80px !important; padding-bottom: 60px !important;}
.wp-block-woocommerce-checkout-order-summary-block{border: 1px solid #fff; border-radius: 10px !important;}

.wp-block-woocommerce-checkout {padding-top: 80px !important; padding-bottom: 60px !important;}
.wp-block-woocommerce-checkout .wc-block-components-order-summary-item__quantity span{color: #000 !important;}

.woocommerce-page{color: #fff !important;}

.wp-block-woocommerce-product-new{margin-top: 20px !important;}
.hoverabsolutebox img{width: 150px; margin-top: 20px;}


.exploremorebutton a { padding: 18px 37px; background-color: #f0e242; color: #000; font-weight: 600; margin-top: 10px; border-radius: 4px; display: block; width: fit-content; }

.bookname p{height:auto !important; padding-top:10px !important;}


.expendcolumnwrapper .expendcolumn:nth-child(2){transform:scale(1.05); background:#000 !important;}
.expendcolumnwrapper:hover .expendcolumn{transform:scale(1.0) !important;}

.mostpopular p{text-align: center; background: #f0e242; display: flex ; align-items: center; justify-content: center; padding: 10px !important; margin-bottom: 20px !important; color: #000 !important; border-radius: 4px; font-weight: 600;}





/* Responsive */

h1{text-transform: capitalize;}
h2{text-transform: capitalize;}
h3{text-transform: capitalize;}



@media (max-width: 5000px) and (min-width: 2000px){
  h1{font-size:42px !important; line-height: 55px !important;}
	h2{font-size:36px !important; line-height: 50px !important;}

	p{font-size:18px !important; line-height: 28px !important;}

}


@media (min-width: 1200px) {
    .container {
        width: 1300px !important;
    }
}

@media (max-width: 1450px) and (min-width: 1024px){
.expendcolumn .authoravatar img { margin-top: -15px !important;}
}
@media (max-width: 3000px) and (min-width: 1700px){
.expendcolumn{height: 118vh !important;}
}
@media (max-width: 991px){
	h1{font-size:28px !important; line-height: 40px !important;}
	h2{font-size:22px !important; line-height: 32px !important;}
	h3{font-size:18px !important; line-height: 30px !important;}
	h4{font-size:16px !important; line-height: 26px !important;}
	h6{font-size:14px !important; line-height: 24px !important;}
	p{font-size:14px !important; line-height: 24px !important;}
	a{font-size:14px !important; line-height: 24px !important;}
	span{font-size:14px !important; line-height: 24px !important; }

  .homebanner h3{margin-top: 0px !important;}
  .homebanner h1{margin-top: 40px !important;}
  .homebanner h1 span{font-size: 28px !important;}
  .amazonclipbox{display: flex ; margin-bottom: 40px; margin-top: 30px !important;}

  header .navigation .navbar{width: -webkit-fill-available;}
  header .navigation .navbar-collapse{background-color: #fff;}
  header .navigation a{color: #000 !important;}
  header .navigation li.current-menu-item{border-bottom: 1px solid #000 !important; width: fit-content;}
  .booksectionhome { padding-top: 40px !important; padding-bottom: 40px !important; }
  .payanpiterson { padding-top: 40px !important; padding-bottom: 40px; height: 70vh; align-items: center !important;}
  .homepassion { padding-top: 40px !important; padding-bottom: 40px; }
  .mediaandspeaking { padding-bottom: 40px !important; }
  .decodingsection { padding-bottom: 40px; }
  .reachouttome { padding-bottom: 40px; }
  footer{padding-top: 40px; padding-bottom: 40px;}

  .innerbanner { height: 55vh !important; padding-top: 80px !important;}
  .pasteventssection{padding-bottom: 40px !important;}
  .mediasparkilling { margin-top: 40px !important; }
  .followmore { padding-top: 40px !important; padding-bottom: 40px; }
  .venueinformation { padding-top: 40px !important; padding-bottom: 40px; }
  .relatedposts { padding-top: 0px !important; padding-bottom: 40px; }
  .relatedposts p{color: #fff;}

  .booksectionhome ul{display: block;}

  .wp-block-woocommerce-cart { padding-top: 40px !important; padding-bottom: 30px !important; }
  .wp-block-woocommerce-checkout { padding-top: 40px !important; padding-bottom: 30px !important; }

}
@media (max-width: 767px){
	.dropdown:hover > .dropdown-menu{width: 100%; text-align: center;}
	.head-menu .main-nav .navbar .navbar-nav li .dropdown-menu li a:hover{color: #fff;}

  header .row{display: block;}
  header .navigation{justify-content: end;}
  .navbar-toggle { background-color: #000000; margin-top: 0px !important;}
  .logocolumn{position: absolute;}
  header .hbutton{text-align: end; margin-top: 20px;}
  header { padding: 20px 0px; }
  .booksectionhome h2{text-align: left !important; justify-content: left;}
  .booksectionhome p{text-align: left !important;}
  .booksectionhome a{display: flex ; align-items: center; width: fit-content; margin-bottom: 20px !important; padding: 12px 40px;}
  .booksectionhome .wpb_row:nth-child(2){ flex-direction: column-reverse; margin: 30px 0px !important;}
  .payanpiterson .wpb_text_column{padding: 30px 15px !important;}
  .homepassion .passionblock .vc_column-inner{padding: 40px 20px !important;}
  .homepassion .passionblock h3{margin-bottom: 20px !important;}
  .expendcolumnwrapper { display: block; }
  .expendcolumn{width: 100%; height:100% !important;}
  .expendcolumn .authoravatar img{margin-top: 0px !important;}
  .expendcolumn:hover { width: 100% !important; height: 100% !important;}
  .expendcolumn p{height: 100% !important;}
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body { background-color: #000000 !important; }
  .vc_tta-panel  .wpb_content_element{padding: 20px 15px !important;}
  .vc_tta-panel{margin: 10px 0px !important;}
  .vc_tta-panels{border: 0px !important;}
  .vc_tta-panel-title a{background: #f0e242 !important; text-align: center !important; width: 100%; margin-top: 0px !important;}
  .vc_tta-panel-title a span{color: #000 !important; font-size: 18px !important;}

  .homebookvideos .vc_col-sm-3{margin: 25px 0px !important;}
  .mediaandspeaking .exploreourvideos a{margin-top: 0px !important;}
  .homesubscribesection{padding: 30px 20px !important; margin-bottom: 20px !important;}
  .reachouttome form { width: 100% !important; }
  .reachouttome input{padding-left: 10px !important; font-size: 14px !important; padding: 10px !important;}
  .reachouttome .gform_footer input{padding: 12px 30px !important; margin-bottom: 40px !important;}
  footer .fmenu ul li{padding-bottom: 10px !important;}
  footer h3{margin-bottom: 10px; margin-top: 20px;}
  .progress-wrap.btn-right-side { right: 20px !important; }
  .booksectionhome h2{margin-top: 30px !important;}
  .bookfilmspage h3{justify-content: left !important; margin: 0px 0px 10px !important;}
  .customrowbookssection ul{display: block;}
  .customrowbookssection ul li{padding: 7px 0px;}
  .eventssection .col-md-4{margin-right:15px !important;}
  .eventssection { padding-top: 40px !important; padding-bottom: 40px; }
  .pasteventssection .col-md-4{margin-right: 15px !important;}
  footer .flogo img{width: 60% !important;}
 .followmore .vc_col-sm-3 .vc_column-inner{margin-top: 15px !important;}

 .shorterimage{margin-top: 30px !important;}
 .supportbutton{margin-bottom: 20px !important;}

 #hoverBox{display: none !important;}
 .venueinformation .datarow{display: block;}
 .venueinformation .datarow .col-md-5{padding-left: 0px !important; padding-right: 0px !important;}
 .relatedposts h2{margin-left: 0px !important;}
 .venueinformation p{margin-top: 8px !important;}

 .homebanner .wpb_single_image.vc_align_left{text-align: center !important;}
	
	.homebookvideos iframe { height: 100% !important; }
	header .hbutton{display:none !important;}
	.homebookvideos { margin-top: 30px !important; }
	.hoverabsolutebox { height: fit-content; }
	header {padding-bottom:6px !important;}
	
	.expendcolumnwrapper .expendcolumn:nth-child(2){transform:scale(1) !important;}
	
	header .logocolumn { padding-left: 15px !important; padding-right: 0px !important; }
	

}
@media (max-width: 577px){
header .hlogo img{width: 70% !important; position: relative !important; top: 8px !important;}
	.booksectionhome a::after{top:2px !important;}
	.booksectionhome a{width: 100%; text-align: center; justify-content: center;}
	.shorterimage img { width: 100% !important; }
}
@media (max-width:375px)
{

}
@media (max-width:320px){

}

body::after {
		content: '';
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(10px);
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		background-color: hsla(0, 100%, 50%, 0.8);
		color: white;
		font-size: 1.2rem;
		z-index: 1000;
		width: 100%;
		text-align: center;
		transition: all;
		pointer-events: none;
		opacity: 0;
		white-space: pre;
	}

@media (max-height: 290px) {
		body::after {
			opacity: 1;
			content: "🙈 \A \A Sorry. It doesn't look very good this tiny.  \A \A Email to claim your prize: \A contact@ryanpitterson.com";
		}
	}
	@media (min-width: 3333px) {
		body::after {
			opacity: 1;
			content: "😅 \A \A Whoa! You have a huge screen!  \A \A Email to claim your prize: \A contact@ryanpitterson.com";
		}
	}
	@media (min-width: 895px) and (max-width: 905px) {
		body::after {
			opacity: 1;
			content: "👀 \A \A Thanks for checking out \A the responsiveness of my website!  \A \A Email to claim your prize: \A contact@ryanpitterson.com";
		}
	}