/*
Theme Name: Breath EQ
Theme URI: https://breatheq.com/
DESCRIPTION: Breath EQ custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: http://webheads.co.uk
Tags: Isolas
*/

@font-face {
    font-family: 'marcellusregular';
    src: url('/wp-content/themes/breathgym/fonts/marcellus-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/breathgym/fonts/marcellus-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('/wp-content/themes/breathgym/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/breathgym/fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}

canvas { max-width: 100%; height: auto; }

/* general */

#mc-overall-wrapper { /** display: none; load once jquery has loaded - changed to visibility due to lazy load incompatibility on refresh **/ visibility: hidden; }
#mc-overall-wrapper.noscroll { height: 100vh; overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; height: 100%; }

.aos_overflow_fix { overflow: hidden; }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }
body { font: 16px/170% 'proxima_novaregular', sans-serif; background: #fff; color: rgba(37,33,36,0.65);  } 

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, .h1_styler { font: 47px/76px 'marcellusregular', Arial; letter-spacing: 6px; } 
h2, .h2_styler { font: 30px/42px 'marcellusregular', Arial; letter-spacing: 1px; padding: 0 0 40px 0; } 
h3 { font: 24px/32px 'marcellusregular', Arial; letter-spacing: 1px; }
h4 { font: 18px/26px 'marcellusregular', Arial; letter-spacing: 1px; } 
h4 {  }
h5 {  }
p {  }
a { text-decoration: underline; color: rgba(37,33,36,0.65); transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }
input { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { font-size: 0.85em; line-height: 120%; padding: 0 0 10px 0; }
input, textarea { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.apply_transition { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.apply_transition_and_children, .apply_transition_and_children * { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr { display: block; clear: both; border: none; border-top: 1px solid #000000; outline: none; display: block; clear: both; height: 25px; }

::-moz-selection { background-color: #252124; color: #fff; }
::selection { background-color: #252124; color: #fff; }

a.view-article { display: none; }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.aligncenter { display:block; margin:0 auto; }
.no_padding { padding: 0; }

.button, .post-password-form input[type=submit]  { font-family: 'proxima_novaregular', sans-serif !important; padding: 14px 30px !important; display: inline-block !important; border: 1.5px solid #fff !important; background: transparent !important; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size: 14px !important; line-height: 24px !important; text-transform: uppercase; letter-spacing: 2px; border-radius: 0 !important;   transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
/** .button_green:hover { background: #00FFD8; color: #fff; } **/
.button:hover, .post-password-form input[type=submit]:hover { background: #252124 !important; color: #fff !important; border-color: #252124 !important; }

.blog_list_more .button { border-color: #252124 !important; }

.excerpt_text {  }
.text-feature {  }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */   margin-bottom: 30px; }
.embed-container-square { padding-bottom: 100%;   margin-bottom: 30px; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { color: #baaea3; text-decoration: none; }

/** general layout **/

#mc-overall-wrapper * { color: #fff; }

.container { margin: 0 auto; width: 100%; padding: 0 50px; }
.container_capped { max-width: 960px; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important;  font: 1em/130% 'proxima_novaregular', sans-serif; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
input.text, select, textarea,   ._form_element input[type=text] { padding: 15px 20px; margin: 0; border: 1px solid rgba(37,33,36,0.15); outline: none; background-color: #fff; font: 1em/130% 'proxima_novaregular', sans-serif; }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, .sf_date_field li input,   ._form_element input[type=text] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: rgba(37,33,36,0.5) !important; }
:-moz-placeholder { /* Firefox 18- */ color: rgba(37,33,36,0.5) !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: rgba(37,33,36,0.5) !important; }
:-ms-input-placeholder { color: rgba(37,33,36,0.5) !important; }

/** contact form **/

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; /** max-width: 380px; **/ position: relative; }
.form_list li { margin: 0; padding: 0 0 30px 0; /** overflow: auto; **/ clear: both; display: block; }
.form_list li label { display: block; font-weight: bold; padding: 0 0 2px 0;  display: none; }
.form_list li label span.required { color: #89146A; font-weight: normal; font-size: 0.85em; }
.form_list li label span.smallprint { font-weight: normal; font-size: 0.85em; }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; display: block; }
.form_list li p { padding: 0; }

.form_list li .text:focus, .form_list li textarea:focus, .form_list li select:focus  { -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); border-color: #fff; }

    .form_list li .text:focus::-webkit-input-placeholder { color: rgba(37,33,36,1) !important; }
    .form_list li .text:focus:-moz-placeholder { /* Firefox 18- */ color: rgba(37,33,36,1) !important; }
    .form_list li .text:focus::-moz-placeholder {  /* Firefox 19+ */ color: rgba(37,33,36,1) !important; }
    .form_list li .text:focus:-ms-input-placeholder { color: rgba(37,33,36,1) !important; }

    .form_list li textarea:focus::-webkit-input-placeholder { color: rgba(37,33,36,1) !important; }
    .form_list li textarea:focus:-moz-placeholder { /* Firefox 18- */ color: rgba(37,33,36,1) !important; }
    .form_list li textarea:focus::-moz-placeholder {  /* Firefox 19+ */ color: rgba(37,33,36,1) !important; }
    .form_list li textarea:focus:-ms-input-placeholder { color: rgba(37,33,36,1) !important; }

.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li.form_list_col { /** float: left; **/ clear: none; width: 48%; }
.form_list li.form_list_col_right { /** float: right; **/  position: absolute; top: 0; right: 0; }
    .form_list li.form_list_col p { padding:0; }
.form_list li textarea { height: 215px; }
.form_list li.form_button { padding: 20px 0 0 0; text-align: center; }
.form_list li.form_button input { width: 186px; cursor: pointer; font-size: 14px; line-height: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; background: transparent; padding: 16px; border: 2px solid #252124; }
.form_list li.form_button input:hover { background: #252124; color: #fff !important; }

.form_list li.li_checkbox label { padding: 5px 0 15px 0; display: block; clear: both; }
.form_list li.li_checkbox { border: none; padding: 15px 0 16px 0; color: #FFB700; }
.form_list li.li_checkbox .wpcf7-form-control-wrap label { font-weight: normal; display: block; font-size: 0.85em; }
.form_list li.li_checkbox .wpcf7-form-control-wrap { float: left; }
.form_list li.li_checkbox .wpcf7-list-item-label { display: none; }
.form_list li.li_checkbox.li_checkbox_no_float .wpcf7-form-control-wrap { float: none; clear: both; }
/** .form_list li.li_checkbox .wpcf7-list-item-label { display: none; } **/
.form_list li.li_checkbox a { font-weight: normal; text-decoration: underline; color: #FFB700; }
.form_list li.li_checkbox a:hover { text-decoration: none; }
.form_list li.li_checkbox input { /** -webkit-appearance: none; **/ width: 20px; height: 20px; background: #fff; margin: 3px 10px 0 0; float: left; }
/** .form_list li.li_checkbox input:checked { background: url(/wp-content/themes/kemplittle/images/icon-tick.png) center no-repeat #fff; background-size: 11px auto; } **/
li.li_checkbox span.wpcf7-list-item { margin: 0 !important; display: block; width: 50%; float: left; padding: 0 5px 0 0; }

.glide-form-style li.li_checkbox span.wpcf7-list-item { float: none; clear: both; width: 100%; padding: 0; }

    /** gdpr forms **/
    .form_list li.li_gdpr { overflow: visible; }

    .gdpr-box p { visibility: visible !important; -webkit-transform: none !important; opacity: 1 !important; transform: none !important; -webkit-transition: all 0s ease 0s !important; transition: all 0s ease 0s !important; }

    .gdpr-box { position: relative;   display: inline-block; top: -14px; }
    .gdpr-box em { position: absolute; top: -3px; cursor: pointer; left: 10px; text-align: center; width: 21px; height: 21px; font: bold 12px/21px Arial, sans-serif; color: #383838 !important; background: rgba(255,183,0,1); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
    .gdpr-box em.close { background: rgba(255,183,0,1); }
    .gdpr-box-popup { display: none; position: absolute; z-index: 3; top: -15px; right: -270px; width: 220px; background: rgba(255,183,0,1); color: #000; padding: 7px 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.46); -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.46); box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.46); }
    .gdpr-box-popup p { padding: 0; font-size: 11px; line-height: 15px; font-weight: 500; color: #000 !important }
    .gdpr-box-popup p a { color: #000 !important; text-decoration: underline; }
    .gdpr-box-popup p a:hover { text-decoration: none; }
    .gdpr-box-popup-arrow { width: 0; height: 0; border-top: 8px solid transparent; border-right: 8px solid rgba(255,183,0,1); border-bottom: 8px solid transparent; position: absolute; left: -8px; top: 15px; }
    .gdpr-box-popup-arrow:after { width: 0; height: 0; border-top: 8px solid transparent; border-right: 8px solid rgba(255,183,0,1); border-bottom: 8px solid transparent; left: 1px; }

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/breathgym/images/arrow-down.png) 100% 50% no-repeat #fff; background-size: 18px auto; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #1b8000 !important; padding: 20px 0 0 0; text-align: center; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600 !important; font-weight: bold; }

.wpcf7-list-item-label { line-height: 120%; display: block; }
#content_form .wpcf7-list-item-label { display: inline; }

.wpcf7-form-control-wrap.sendcv-cv { display: block; }
.wpcf7-form-control-wrap.sendcv-cv, .wpcf7-form-control-wrap.sendcv-cv * { vertical-align: middle; }
.wpcf7-form-control-wrap.sendcv-cv input { line-height: 1ex; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

.fancybox-hidden { display: none; background: transparent !important; }
#fancybox-wrap, #fancybox-wrap * { -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
#fancybox-wrap { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
.fancybox-bg { display: none !important; }
#fancybox-title { display: none !important; }

.glide-form-style { width: 365px;   max-width: 100%; width: 700px;  position: relative; padding: 25px; background: #fff; }
.popup_close { float: right; font-size: 0.85em; }
.popup_close a { display: block; color: #4A4A4A; text-transform: lowercase; text-decoration: none; padding: 2px 25px 2px 0; background: url(/wp-content/themes/krestonreeves/images/close.png) right no-repeat; background-size: 15px auto; }
.glide-form-style p { line-height: 140%; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; top: 10%; z-index: 10; opacity: 1; background-size: auto 30px; border: none; outline: none; text-indent: -9999px; width: 44px; height: 44px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover { opacity: 1; }
.slick-prev.slick-arrow { left: -100px; }
.slick-next.slick-arrow { right: -100px; }
.slick-arrow.slick-disabled { opacity: 0.4 !important; }

.slick-dots { margin: 0; padding: 80px 0 0 0; list-style: none; list-style-image: none; text-align: center; }
.slick-dots li { margin: 0; padding: 0 4px !important; display: inline-block; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 15px; height: 15px; width: 50px; height: 2px; line-height: 9px;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: rgba(255,255,255,1); }

.page_tone_white .slick-dots li button { background: rgba(0,0,0,0.3); }
.page_tone_white .slick-dots li button:hover, .slick-dots li.slick-active button { background: rgba(0,0,0,1); }

.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 15px 0 0 25px; display: inline-block; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active { padding-top: 25px; }

    .hamburger-box { width: 35px; height: 26px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; margin-top: -1px; }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width: 35px; height: 2px; background-color: #fff; position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::before { top: -10px;  display: none; }
    .hamburger-inner::after { bottom: -10px;     width: 25px; margin-left: 10px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::before { transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  background-color: #fff; }
    .hamburger--spin.is-active .hamburger-inner::before { top: 0 !important; opacity: 0; transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;  background-color: #fff; }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);  background-color: #fff;    width: 35px; margin-left: 0; }

/** home not logged in **/

/**
.page.home:not(.logged-in) { background: url(/wp-content/themes/breathgym/images/bkg_body.jpg) center no-repeat; background-size: cover; }
.page.home:not(.logged-in) #mc-overall-wrapper { background: transparent !important; }
**/
#home_intro_flex { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
#home_intro { padding: 40px 0; width: 100%; }
#home_intro .container_capped { max-width: 800px; }
#home_intro_logo { padding-bottom: 80px; text-align: center; }
#home_intro_logo img { width: 100%; max-width: 252px; height: auto; }

.menu_tabs { display: block; clear: both; list-style: none; list-style-image: none; padding: 0; margin: 0; }
.menu_tabs li { margin: 0; padding: 0 4px; width: 33.33333333333333%; text-transform: uppercase; text-align: center; display: inline-block; font-size: 16px; line-height: 20px; letter-spacing: 2px; }
.menu_tabs li:first-child { padding-left: 0; }
.menu_tabs li:last-child { padding-right: 0; }
.menu_tabs li a { display: block; width: 100%; color: rgba(255,255,255,0.6) !important; text-decoration: none; padding: 14px 0; border-bottom: 1.5px solid rgba(255,255,255,0.6); }
.menu_tabs li a.active { border-color: rgba(255,255,255,1); color: rgba(255,255,255,1) !important; }

.menu_tabs_content_holder { padding: 25px 0 0 0; /** min-height: 160px; **/ }
.menu_tabs_content { display: none; text-align: center; }

/** header **/

#header_main, #header_main * {  transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; }
#header_main { position: fixed; top: 0; left: 0; right: 0; width: 100%; background: rgba(37,33,36,0.15); background: rgba(37,33,36,0.25);  background: rgba(37,33,36,0.35);     background: rgba(37,33,36,0.45); z-index: 99; }
#header_main nav { display: block; }
#header_main nav ul { margin: 0; padding: 0 27px 0 27px; list-style: none; list-style-image: none; }
#header_main nav ul li, #header_main #mobile_profile { margin: 0; padding: 0; float: left; position: relative; font-size: 14px; line-height: 17px; letter-spacing: 2px; text-transform: uppercase; }
#header_main nav ul li a, #header_main #mobile_profile { display: block; text-decoration: none; padding: 24px 18px; }
#header_main nav > ul > li.menu-live > a { padding-left: 38px; background: url(/wp-content/themes/breathgym/images/icon-live.png) 18px 50% no-repeat; background-size: 13px auto; }
/**
#header_main nav > ul > li:nth-last-child(2) a, #header_main #mobile_profile { padding-right: 40px; background: url(/wp-content/themes/breathgym/images/icon-profile.png) right no-repeat; background-size: 25px auto; }
**/
#header_main nav ul li:last-child, #header_mainnnnn nav ul li:nth-last-child(2), #header_main #mobile_profile { float: right; }
#header_main nav ul ul { opacity: 0; height: 0; overflow: hidden; padding: 0; position: absolute; top: 65px; left: 0; background: rgba(37,33,36,0.8); width: 210px; }
#header_main nav ul li:hover ul { opacity: 1; height: auto; }
#header_main nav ul ul li { float: none !important; text-transform: none; }
#header_main nav ul ul li:first-child { padding-top: 10px; }
#header_main nav ul ul li:last-child { padding-bottom: 10px; }
#header_main nav ul ul li a { padding: 8px 24px; }
#header_main.hide { top: -150px; }

@media all and (min-width: 1521px) {
    #header_main nav ul li, #header_main #mobile_profile { font-size: 12px; line-height: 15px; font-weight: bold; }
    #header_main nav ul li a, #header_main #mobile_profile { padding: 25px 15px; }
    #header_main nav ul ul li a { padding: 8px 18px; }
}

#header_main #header_main_mobile { display: none; }

#mc-overall-wrapper { background: #6C6868; }

#mc-overall-wrapper.page_tone_mustard { background-color: #E6B356; }
.page.home #mc-overall-wrapper.page_tone_mustard { background-color: #E2A434; }
  #mc-overall-wrapper.page_tone_grey { background: #6C6868; }
  #mc-overall-wrapper.page_tone_light-green { background: #CFD0A6; }
  #mc-overall-wrapper.page_tone_brown { background: #C4BAA8; }
  #mc-overall-wrapper.page_tone_dark-green { background: #9DBFA8; }
  #mc-overall-wrapper.page_tone_orange { background: #FDBA84; }
  #mc-overall-wrapper.page_tone_salmon { background: #FFA28B; }
  #mc-overall-wrapper.page_tone_light-grey { background: #d9d9d9; }
  #mc-overall-wrapper.page_tone_white { background: #fff; }
  #mc-overall-wrapper.page_tone_dark-grey { background: #252124; }
  /** #mc-overall-wrapper.page_tone_white #header_main { background: rgba(37,33,36,0.75); } **/
  
  #mc-overall-wrapper.page_tone_orange #page_content *, #mc-overall-wrapper.page_tone_orange #page_builder_wrapper * { color: #252124; }
  #mc-overall-wrapper.page_tone_light-grey #page_content *, #mc-overall-wrapper.page_tone_light-grey #page_builder_wrapper *, #mc-overall-wrapper.page_tone_light-grey #page_title:not(.page_title_banner) h1 { color: #252124; }
  #mc-overall-wrapper.page_tone_white #page_content *, #mc-overall-wrapper.page_tone_white #page_builder_wrapper *, #mc-overall-wrapper.page_tone_white #page_title:not(.page_title_banner) h1, #mc-overall-wrapper.page_tone_white #page_title:not(.page_title_banner) h1 * { color: #252124; }

/** banner **/

#page_title { display: block; text-align: center; }
#page_title h1 { padding: 100px 30px 30px 30px; }
    .single-post h1 { max-width: 1100px; margin:0 auto; }
#page_title.page_title_banner { position: relative; min-height: 100vh; }
#page_title.page_title_banner #page_banner_h1 { display: flex; align-items: center; justify-content: center; min-height: 100vh; }
#page_title.page_title_banner #page_banner_h1 h1 { padding-top: 0; padding-bottom: 0; }
#page_title.page_title_banner .page_title_img { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; left: 0; right: 0; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
    #page_title.page_title_banner .page_title_img span.dark { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); }
#banner_scroll { position: absolute; bottom: 65px; left: 50%; margin-left: -17px; width: 34px; display: block; line-height: 9px; }
#banner_scroll img { width: 100%; height: auto; }

    .page-id-155 #page_title.page_title_banner, .category #page_title.page_title_banner { min-height: auto; }
    .page-id-155 #page_title.page_title_banner #page_banner_h1, .category #page_title.page_title_banner #page_banner_h1 { min-height: 40vh; }

#page_banner_small { display: block; clear: both; padding: 130px 0 40px 0; text-align: center; }
#page_banner_small img { width: 100%; max-width: 1000px; height: auto; }
.single-post #page_banner_small { padding: 20px 0 0 0; }

#page_content { padding: 60px 0 55px 0; }
#page_content h2 { max-width: 690px; text-align: center; margin: 0 auto; }
#page_content.page_content_thin .container_capped, .page-id-59 #page_content .container_capped { max-width: 770px; }

#page_content_home.builder_contact .builder_contact_form { padding-top: 0 !important; }

/** .page-id-204 #page_title { padding-top: 100px; } **/
.page-id-204 #page_title h1 { padding-top: 20px; padding-bottom: 0; max-width: 800px; margin: 0 auto; /** max-width: 900px; font-size: 34px; line-height: 40px; **/ }
.page-id-204 #page_title h2 { padding: 0 0 10px 0; }
.page-id-204 #page_content ul.package_list { border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(255,255,255,0.2); margin: 0 0 35px 0; padding: 35px 0 30px 0; }
.page-id-204 #page_content ul.package_list li { max-width: 650px; margin: 0 auto; /** font-size: 18px; line-height: 30px; **/ }

/** builder: scroller subpages **/

.builder_scroller { display: block; clear: both; overflow: hidden; padding: 80px 0 20px 0; text-align: center;  transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; }
  .builder_scroller.mustard { background: #E6B356; }
  .builder_scroller.grey { background: #6C6868; }
  .builder_scroller.light-green { background: #CFD0A6; }
  .builder_scroller.brown { background: #C4BAA8; }
  .builder_scroller.dark-green { background: #9DBFA8; }
  .builder_scroller.orange { background: #FDBA84; }
  .builder_scroller.salmon { background: #FFA28B; }

.builder_scroller .container_capped { max-width: 1090px; }

.submenu_scroller_menu { margin: 0; padding: 0 0 30px 0; list-style: none; list-style-image: none; text-align: center; }
.submenu_scroller_menu li { display: inline-block; margin: 0; padding: 0 5px 15px 5px; font-size: 14px; line-height: 17px; letter-spacing: 2px; }
.submenu_scroller_menu li a { display: block; padding: 15px 10px; text-decoration: none; opacity: 0.5; border-bottom: 1.5px solid #fff; }
.submenu_scroller_menu li a.active { opacity: 1; }
.submenu_scroller_menu li:first-child { padding-left: 0; }
.submenu_scroller_menu li:last-child { padding-right: 0; }

.submenu_scroller .slick-list { overflow: visible; }

.submenu_scroller_holder { max-width: 710px; margin: 0 auto; }
.submenu_scroller article .submenu_scroller_article { padding: 0 60px; text-align: center; }
    .page-id-657 .submenu_scroller.submenu_scroller_slick_videos article .submenu_scroller_article, .page-id-1567 .submenu_scroller.submenu_scroller_slick_videos article .submenu_scroller_article { padding: 0 30px; }
    .page-id-657 .builder_scroller.builder_scroller_videos article .submenu_scroller_img a, .page-id-1567 .builder_scroller.builder_scroller_videos article .submenu_scroller_img a { background-position: 50% 50%; background-size: 55px auto; }
.submenu_scroller article .submenu_scroller_img { position: relative; line-height: 9px; }
.submenu_scroller .slick-active .submenu_scroller_img:hover img { -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); }
.submenu_scroller article .submenu_scroller_img img { width: 100%; height: auto;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.submenu_scroller article .submenu_scroller_img a { cursor: default; text-decoration: none; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -99999px; }
.submenu_scroller article .submenu_scroller_img h3 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0; display: flex; align-items: center; justify-content: center; padding: 0 20px;      font-size: 34px; line-height: 38px; letter-spacing: 4px; }
.submenu_scroller article .submenu_scroller_info { opacity: 1; padding: 35px 0 0 0; }
.submenu_scroller article .submenu_scroller_info * { font-size: 14px; line-height: 22px; }
.submenu_scroller article { opacity: 0.25; }
.submenu_scroller article .submenu_scroller_info { opacity: 0; }
.submenu_scroller .slick-active { opacity: 1; }
.submenu_scroller .slick-active .submenu_scroller_info { opacity: 1; }
.submenu_scroller .slick-active .submenu_scroller_img a { cursor: pointer; }

.builder_scroller .slick-arrow { width: 45px; height: 45px; top: 145px; background: url(/wp-content/themes/breathgym/images/icon-plus.png) center no-repeat; background-size: 45px 45px; }
.builder_scroller .slick-prev.slick-arrow { background-image: url(/wp-content/themes/breathgym/images/icon-minus.png); left: -83px; }
.builder_scroller .slick-next.slick-arrow { right: -83px; display: block; }
.builder_scroller .slick-arrow.slick-disabled { opacity: 0 !important; }

.builder_scroller.builder_scroller_videos { /** padding: 40px 0 80px 0; margin-top: -40px; **/ padding-bottom:80px; }
    body.home .builder_scroller.builder_scroller_videos { background: #FFA28B; }
.builder_scroller .slick-active .submenu_scroller_img { transition: all .6s ease; -o-transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; }
.builder_scroller .slick-active .submenu_scroller_img:hover { margin-top: -2.5%; margin-bottom: -2.5%; margin-left: -5%; margin-right: -5%; }
.builder_scroller.builder_scroller_videos article .submenu_scroller_img a { background: url(/wp-content/themes/breathgym/images/icon-play.png) 93% 90% no-repeat; background-size: 64px auto; }
.builder_scroller.builder_scroller_videos .submenu_scroller_slick_images article .submenu_scroller_img a, .builder_scroller.builder_scroller_videos article.plain .submenu_scroller_img a { background: transparent; }

.submenu_scroller.submenu_scroller_slick_images article .submenu_scroller_img img { height: 500px; object-fit:cover; object-position:center; }

.page-id-623 #page_title.page_title_banner #page_banner_h1 h1 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
.page-id-623 #page_content .container_capped { max-width: 800px; }
.builder_scroller_testimonials .submenu_scroller article { opacity: 1; }
.builder_scroller.builder_scroller_testimonials { padding-top: 20px; }
.builder_scroller.builder_scroller_testimonials .slick-arrow { top: 200px; }
.builder_scroller.builder_scroller_testimonials .slick-dots { padding: 40px 0 40px 0; }
.submenu_scroller_testimonial { background: #81786D; padding: 30px 50px 40px 50px; min-height: 453px; text-align: center; }
.submenu_scroller_testimonial p { padding: 0; font-size: 18px; line-height: 28px; }
.submenu_scroller_testimonial p img { display: block; width: 47px; height: auto; margin: 0 auto 40px auto; }
.submenu_scroller_testimonial p span { color: #C4BAA8 !important; display: block; padding: 25px 0 0 0; margin: 25px auto 0 auto; border-top: 1px solid #C4BAA8; max-width: 315px; }

.membership_notice { background:#fff; padding: 10px 20px; color: #E6B356 !important; max-width: 860px; margin:0 auto; text-align:center; }
.membership_notice * { color: #E6B356 !important; }

/** builder: contact panel **/

.builder_contact { display: block; clear: both; padding: 90px 0;  background: url(/wp-content/themes/breathgym/images/bkg_contact.jpg) center no-repeat; background-size: cover; }
.builder_contact .container_capped { max-width: 1190px; }
.builder_contact .builder_contact_form { background: #fff; padding: 68px; }
#mc-overall-wrapper .builder_contact .builder_contact_form * { color: #252124; }
.builder_contact h2 { text-align: center; }
.builder_contact .builder_contact_form_intro { margin: 0 auto; max-width: 730px; text-align: center; padding-bottom: 15px; }

/** builder: playlist **/

.builder_playlist { display: block; clear: both; padding: 90px 0; background: #252124; text-align: center; }
.builder_playlist .container_capped { max-width: 1140px; }
.builder_playlist_flex { margin: 0 -10px; padding: 15px 0 0 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; text-align: center; justify-content: center; }
.builder_playlist_flex li { margin: 0; padding: 0 10px 40px 10px; width: 33.33333333333333%; }

/** builder: faqs **/

.builder_faq { display: block; clear: both; padding: 90px 0; padding-top: 20px; }
.builder_faq .container_capped { max-width: 1160px; }
.faq_question { border-top: 2px solid #c7c7c7; cursor: pointer; font: 18px/24px 'marcellusregular', Arial; letter-spacing: normal; padding: 11px 0; padding: 11px 30px 11px 0; border-color: rgba(255,255,255,0.2); }
.faq_question img { width: 20px; height: auto; float: right; margin: 2px 0 0 10px;  margin: 2px -30px 0 20px; }
.faq_question.open img { transform: rotate(45deg); }
.faq_question, .faq_question * { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.faq_answer { display: none; padding: 8px 0 0 0; }
.faq_cubes { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; padding: 0 0 25px 0; list-style: none; list-style-image: none; }
.faq_cubes li { margin: 0 0 0.5% 0; border: 1px solid #b6b6b6; border-color: rgba(255,255,255,0.4); padding: 20px 10px 20px 10px; text-align: center; width: 19.5%; font-size: 14px; line-height: 18px; }
.faq_cubes li strong { font-family: 'marcellusregular', Arial; letter-spacing: 1px; padding: 0 0 10px 0; }

/** builder: plain **/

.builder_content { padding-bottom: 25px; display: block; clear: both; }

/** builder: txt / img **/

.builder_flex { display:flex; justify-content:space-between; flex-wrap:wrap; padding: 45px 0 20px 0; border-top: 1px solid rgba(0,0,0,0.1); }
.builder_flex_txt-img { flex-direction: row-reverse; }
.builder_flex_img { width: 20%; line-height: 7px; padding: 0 0 25px 0; }
.builder_flex_img img { width: 100%; height:auto; }
.builder_flex_txt { width: 72%; }

/**  builder: instagram feed **/

.builder_instagram .container_capped { max-width: 1190px; }
.builder_instagram { display: block; clear: both; padding: 90px 0; }
.builder_instagram_mustard { background-color: #E6B356; }
.builder_instagram_grey { background: #6C6868; }
.builder_instagram_light-green { background: #CFD0A6; }
.builder_instagram_brown { background: #C4BAA8; }
.builder_instagram_dark-green { background: #9DBFA8; }
.builder_instagram_orange { background: #FDBA84; }
.builder_instagram_salmon { background: #FFA28B; }
.builder_instagram_light-grey { background: #d9d9d9; }
.builder_instagram_white { background: #fff; }
#mc-overall-wrapper .builder_instagram_orange .builder_instagram_info *, #mc-overall-wrapper .builder_instagram_light-grey .builder_instagram_info *, #mc-overall-wrapper .builder_instagram_white .builder_instagram_info * { color: #252124; }
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a { text-transform: uppercase; font-weight: bold; letter-spacing: 2px; padding: 10px 20px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }

/** builder: blog feed **/

.post_grid { margin: 0 -20px; padding: 0 0 25px 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; gap: 30px 0; }
.post_grid li { margin: 0; padding: 0 20px; width: 33.33333333333333%; }
.post_grid li article { background: #fff; height: 100%; position: relative; display: flex; flex-direction: column; }
.post_grid li article .post_grid_info > div * { color: #252124 !important; }
.post_grid li article h2 { padding: 0 0 25px 0; font-size: 28px; line-height: 140%; }
.post_grid li article p { padding: 0; }
.post_grid li article .post_grid_banner { line-height: 7px; }
.post_grid li article .post_grid_banner img { width: 100%; height: 200px; object-fit: cover; object-position: center; }
.post_grid li article .post_grid_info { padding: 25px; display: flex; flex-direction: column; justify-content: space-between; flex-grow: 1; }
.post_grid li article .post_grid_info_date { padding: 0 0 10px 0; font-size: 14px; line-height: 130%; font-weight: bold; }
.post_grid li article .post_grid_info > p { text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: bold; }
.post_grid li article .post_grid_info > p span { display: inline-block; color: #fff; background: #252124; padding: 7px 20px;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.post_grid li article a { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -9999px; }
.post_grid li article:hover .post_grid_info > p span { background: #6C6868; }

/** breath live **/

.page-id-74 .container_capped { max-width: 980px; }
#breath_live_upcoming { margin: -20px 0 0 0; padding: 0; list-style: none; list-style-image: none; }
#breath_live_upcoming li { margin: 0; padding: 0 0 40px 0; }
#breath_live_upcoming li article { display: flex; background: rgba(255,255,255,0.2); position: relative; }
#breath_live_upcoming li article .breath_live_upcoming_img { width: 43.18181818181818%; min-height: 238px; line-height: 9px; position: relative; }
#breath_live_upcoming li article .breath_live_upcoming_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; }
#breath_live_upcoming li article .breath_live_upcoming_info { width: 56.81818181818182%; padding: 30px 102px 30px 36px; display: flex; align-items: center; }
#breath_live_upcoming li article .breath_live_upcoming_info .breath_live_upcoming_holder {  }
#breath_live_upcoming li article .breath_live_upcoming_info h3 { font-size: 26px; line-height: 40px; padding: 0 0 10px 0; line-height:30px; padding:0 0 17px 0; }
#breath_live_upcoming li article .breath_live_upcoming_info p { padding: 20px 0 0 0; font-size: 14px; line-height: 130%; border-top: 1px solid #fff; }
#breath_live_upcoming li article .breath_live_upcoming_info .breath_live_passcode { padding-top:10px; border:none; }
#breath_live_upcoming li article .breath_live_upcoming_info .breath_live_passcode strong { display:inline-block; padding: 2px 7px; background:#fff; color:#FFA28B; }
#breath_live_upcoming li article .breath_live_upcoming_info span { display: block; text-align: center; position: absolute; top: 0; right: 0; width: 70px; background: #fff; }
#breath_live_upcoming li article .breath_live_upcoming_info span strong { color: #FFA28B; font: 30px/57px 'marcellusregular', Arial; display: block; }
#breath_live_upcoming li article .breath_live_upcoming_info span em { font-style: normal; display: block; font-size: 16px; line-height: 35px; text-transform: uppercase; color: #FFA28B; background: rgba(255,162,139,0.2); }
#breath_live_upcoming li article .breath_live_upcoming_info_wide { width: 100%; }
#breath_live_upcoming li article a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-indent: -9999px; }
#breath_live_upcoming li article a:hover { -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.2); box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.2); }

#breath_live_password { display: block; clear: both; padding: 25px 0 140px 0; text-align: center; font-size: 20px; line-height: 42px; padding-bottom: 40px; }
#breath_live_password strong { display: inline-block; background: #fff; color: #FFA28B; padding: 5px 6px; line-height: 20px; margin-left: 5px; }
#breath_live_library_link { padding: 0 0 140px 0; text-align: center; }

#breath_live_library { display: block; clear: both; background: #252124; padding: 80px 0 70px 0; }
#breath_live_library_h4 { color: #FFA28B; text-transform: uppercase; text-align: center; }
#breath_live_library ol { margin: 0; padding: 0; list-style: none; list-style-image: none; }
#breath_live_library ol li { margin: 0; padding: 0; font-size: 18px; }
#breath_live_library ol li a { display: block; display: flex; justify-content: space-between; align-items: center; gap: 10px 30px; flex-wrap: wrap; padding: 16px 52px 16px 27px; text-decoration: none; border-bottom: 1px solid #1a191a; background: url(/wp-content/themes/breathgym/images/arrow-library-off.png) right no-repeat; background-size: 29px auto; }
#breath_live_library ol li a:hover { -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); background-image: url(/wp-content/themes/breathgym/images/arrow-library-on.png); }
#breath_live_library ol li a strong { color: #FFA28B; font-size:14px; line-height: 17px; opacity:0.8; }
#breath_live_library ol li a strong span { font-weight:normal; color: #FFA28B; }

.searchandfilter ul { margin: 0; padding: 0 0 45px 0; list-style-image: none; list-style: none; text-align: center; }
.searchandfilter ul li { display: inline-block; margin: 0; padding: 0; }
.searchandfilter ul li label { display: block; }
.searchandfilter ul li select { background-color: #252124; border: none; border-bottom: 1px solid #fff; font-size: 14px; line-height: 30px; letter-spacing: 3px; text-transform: uppercase; padding: 15px 40px 15px 0; width: 220px; }

.page-id-1554 form.searchandfilter { display: none; }
#breath_library_list {  }
#breath_library_list article { background: rgba(255,255,255,0.2); padding: 30px; margin-bottom: 40px; }
#breath_library_list article .breath_library_list_heading { /** display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; **/ border-bottom: 1px solid #fff; margin: 0 0 30px 0; }
#breath_library_list article .breath_library_list_heading h2 { padding: 0 0 20px 0; }
#breath_library_list article .breath_library_list_heading p { padding: 0; background: #fff; margin: -30px -30px 0 auto; white-space: nowrap; font: 14px / 16px 'marcellusregular', Arial; letter-spacing: 1.5px; display: flex; flex-direction: column;     float: right; margin: -30px -30px 5px 30px; }
#breath_library_list article .breath_library_list_heading p * { color: #FFA28B; }
#breath_library_list article .breath_library_list_heading p strong { text-transform: uppercase; padding: 8px 15px; }
#breath_library_list article .breath_library_list_heading p span { background: rgba(255,162,139,0.2); padding: 7px 15px; font-size: 13px; line-height: 15px; letter-spacing: normal; text-align: center; }
#breath_library_list article .breath_library_list_heading p span em { font-weight: bold; font-style: normal; }
#breath_library_list article .breath_library_list_ctas { padding: 25px 0 0 0; display: flex; flex-wrap: wrap; gap: 25px; font-size: 22px; line-height: 120%; }
#breath_library_list article .breath_library_list_ctas p { padding: 0; }
#breath_library_list article .breath_library_list_ctas p a { background: #FFA28B; text-decoration: none; padding: 8px 10px; font-size: 14px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }
#breath_library_list article .breath_library_list_shortcode { display: flex; align-items: center; gap: 0 5px; }
#breath_library_list article .breath_library_list_shortcode strong { background: #fff; color: #FFA28B; display: inline-block; padding: 2px 7px; font-size: 16px; letter-spacing: 1px; }
#breath_library_list article > p:last-of-type { padding: 0; }
#breath_library_list article > p { clear: both; }

.wp-pagenavi { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0 0 45px 0; }
.wp-pagenavi span, .wp-pagenavi a { text-decoration: none; background: rgba(255,255,255,0.3);  font-weight: bold; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.wp-pagenavi span { background: #fff; color: #FFA28B !important; }
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink { background: transparent; font-size: 20px; }

.blog_list { margin:0; padding:0; list-style:none; list-style-image:none; }
.blog_list li { margin:0; padding: 0 0 45px 0; }
.blog_list li article { display:block; border-bottom: 1px solid rgba(0, 0, 0, 0.2);     padding: 0 0 20px 0; }
.blog_list li .blog_list_flex { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; }
.blog_list li .blog_list_img { width: 47%; line-height:7px; padding: 0 0 25px 0; }
.blog_list li .blog_list_img img { width:100%; height:260px; object-position:center; object-fit:cover; }
.blog_list li .blog_list_info { width: 47%; }
.blog_list li h2 { text-align:left !important; padding:0 0 10px 0; }
.blog_list li h2 a { text-decoration:none; }
.blog_list li .blog_list_date { font: 16px/18px 'marcellusregular', Arial; padding:0 0 5px 0; }

h1 .blog_list_date { font-size:18px; line-height:22px; display:block; padding: 0 0 5px 0; letter-spacing: 4px; }
.blog_back { text-align:center; padding: 0 0 50px 0; }

/** five tibetans **/

.img-video-link { margin-top: 40px; margin-bottom: 40px; -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.48); }

/** by request **/

.page-id-225 #page_title:not(.page_title_banner) { display: none; }
.page-id-225 .builder_contact { padding-top: 140px; }

/** footer **/

#site_footer { display: block; clear: both; background: #252124; padding: 50px 0 80px 0; text-align: center; }
#site_footer #footer_logo { line-height: 9px; padding: 0 0 25px 0; }
#site_footer #footer_logo a { display: block; }
#site_footer #footer_logo img { width: 110px; height: auto; }
#site_footer #footer_social { margin: 0; padding: 0 0 40px 0; list-style: none; list-style-image: none; }
#site_footer #footer_social li { margin: 0; padding: 0 11px; line-height: 9px; display: inline-block; }
#site_footer #footer_social li img { width: 30px; height: auto; }
#site_footer #footer_social li a { display: block; }
#site_footer small { display: block; font-size: 12px; line-height: 24px; opacity: 0.63; }
#site_footer small a { text-decoration: none; padding: 0 2px; }
#site_footer small a:hover { text-decoration: underline; }
#site_footer small em { font-style: normal; display: block; padding: 15px 0 0 0; opacity: 0.5; }

.small_heading { font-size: 16px; line-height: 20px; }

#signup_offers { width: 100%; max-width: 400px; padding: 20px 25px 30px 25px; }
#signup_offers h2 { padding: 0 0 10px 0; }
#signup_offers .form_list li { padding-bottom: 20px; }
#signup_offers .mc4wp-checkbox label { display: block !important; }
#signup_offers .form_list li.form_button { padding: 0; }

@media all and (min-width: 0px) and (max-width : 1800px) {




}

@media all and (min-width: 0px) and (max-width : 1500px) {



}

@media all and (min-width: 0px) and (max-width : 1420px) {




}

@media all and (min-width: 0px) and (max-width : 1400px) {


}

@media all and (min-width: 0px) and (max-width : 1380px) {


}



@media all and (min-width: 0px) and (max-width : 1200px) {

        /** #breath_live_password { padding-bottom: 100px; } **/
        #breath_live_library_link { padding-bottom: 100px; }

   #page_title.page_title_banner .page_title_img { background-attachment: scroll; }

}

@media all and (min-width: 0px) and (max-width : 1150px) {




}

@media all and (min-width: 0px) and (max-width : 1080px) {

    .builder_playlist_flex { max-width: 800px; margin: 0 auto; }
    .builder_playlist_flex li { width: 50%; }

    .post_grid li { width: 50%; }
    .post_grid li:nth-child(3) { display: none; }

}

@media all and (min-width: 0px) and (max-width : 1000px) {

 .container { padding: 0 30px; }

 .submenu_scroller article .submenu_scroller_article { padding: 0 30px; }
 .builder_scroller .slick-next.slick-arrow { right: -53px; }

 .builder_contact .builder_contact_form { padding: 40px; }

 .post_grid { margin: 0 -15px; }
 .post_grid li { padding: 0 15px; }


}

@media all and (min-width: 0px) and (max-width : 900px) {

 .builder_scroller .slick-arrow { display: block !important; width: 19px; height: 35px; background-image: url(/wp-content/themes/breathgym/images/arrow-right.png); background-size: 19px 35px; }
 .builder_scroller .slick-next.slick-arrow { right: -11px; }
 .builder_scroller .slick-prev.slick-arrow { display: block !important; left: -11px; background-image: url(/wp-content/themes/breathgym/images/arrow-left.png); }

 .faq_cubes li { width: 24.5%; }

}

@media all and (min-width: 0px) and (max-width : 800px) {

  .form_list li.form_list_col { width: 100%; }
  .form_list li.form_list_col_right { position: static; top: auto; right: auto; }

  #breath_live_library ol li a { padding-left: 0; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }

  #site_footer small span { display: block; }

  .faq_cubes li { width: 32.83333333333333%; }

}

@media all and (min-width: 1521px) {
    #header_main nav ul ul li.mobile_only { display:none; }
}

/** @media all and (min-width: 0px) and (max-width : 1050px) { **/
/** @media all and (min-width: 0px) and (max-width : 780px) { **/
@media all and (min-width: 0px) and (max-width : 1520px) {

    #header_main { background: rgba(37,33,36,0.55); background: rgba(37,33,36,0.75); }
    #header_main #header_main_mobile { display: block; padding: 0 25px 0 0;  padding-bottom:15px; }
    #header_main nav { display: none; clear: both; }
    #header_main nav ul { display: block; padding: 0 60px 30px 60px; }
    #header_main nav ul li { float: none !important; text-align: center !important; }
    #header_mainnnnn nav > ul > li:nth-last-child(2) { display: none; } /** hide profile in mobile menu **/
    #header_main nav ul li a { padding: 10px 0; display: inline-block; }
    #header_main nav ul .menu-item-has-children > a { background: url(/wp-content/themes/breathgym/images/arrow-down.png) right no-repeat; background-size: 15px auto; padding-right: 23px; }
    #header_main nav > ul > li.menu-live > a { padding: 15px 19px 15px 38px; }

    #header_main nav ul ul { display: none; opacity: 1; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin-bottom: 12px; height: auto; position: static; top: auto; left: auto; background: transparent; width: 100%; }
    #header_main nav ul ul li a { padding: 8px 0; }

}

@media all and (min-width: 0px) and (max-width : 780px) {

    #page_title.page_title_banner, #page_title.page_title_banner #page_banner_h1 { min-height: 70vh; }

}

@media all and (min-width: 0px) and (max-width : 740px) {

    .builder_playlist_flex { display: block; }
    .builder_playlist_flex li { width: 100%; padding: 0 0 20px 0; }
}

@media all and (min-width: 0px) and (max-width : 700px) {


    .builder_scroller.builder_scroller_videos .slick-arrow { top: 30% !important; }

    .slick-dots { padding: 40px 0 0 0; }
    .builder_scroller.builder_scroller_videos article .submenu_scroller_img a { background-size: 50px auto; }

}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    h1, .h1_styler { font-size: 37px; line-height: 66px; }
    h2, .h2_styler { font-size: 26px; line-height: 32px; }
    h3 {  }

    .home h1, .home .h1_styler { font-size: 37px; line-height: 50px; }
    #home_fish_intro  { font-size: 20px; line-height: 28px; }

    #home_intro_logo img { max-width: 190px; }

    #page_content { padding: 45px 0 20px 0; }
    .builder_scroller { padding: 40px 0 20px 0; }
    .submenu_scroller_menu { display: none; }
    .submenu_scroller article .submenu_scroller_img h3 { font-size: 5.8vw; line-height: 150%; }
    .builder_contact, .builder_playlist, .builder_faq, .builder_instagram { padding: 40px 0; }
    .page-id-225 .builder_contact { padding-top: 80px; }
    .builder_faq { padding-top: 0; }
    .builder_scroller.builder_scroller_videos { padding-bottom: 40px; }
    #home_intro_logo { padding-bottom: 40px; }

    #breath_live_upcoming li article .breath_live_upcoming_info { padding: 25px 102px 25px 25px; }

    /** #breath_live_password { padding-bottom: 65px; } **/
    #breath_live_library_link { padding-bottom: 65px; }

    #site_footer { padding-bottom: 40px; }

    .submenu_scroller_testimonial { padding: 30px 30px 30px 30px; }
    .submenu_scroller_testimonial p { font-size: 16px; line-height: 170%; }

    .blog_list li .blog_list_img, .blog_list li .blog_list_info { width: 100%; }
    .blog_list li .blog_list_img {  }

    .post_grid li { width: 100%;}

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {

}

@media all and (min-width: 0px) and (max-width : 580px) {

    #breath_live_upcoming li article { display: block; }
    #breath_live_upcoming li article .breath_live_upcoming_img { width: 100%; min-height: 10px; }
    #breath_live_upcoming li article .breath_live_upcoming_img img { position: static; top: auto; left: auto; right: auto; bottom: auto; height: auto; }
    #breath_live_upcoming li article .breath_live_upcoming_info { width: 100%; position: relative; display: block; padding-right: 25px; }
    #breath_live_upcoming li article .breath_live_upcoming_info span { top: -57px; }

    .faq_cubes li { width: 49.4%; margin: 0 0 1% 0; }


}

@media all and (min-width: 0px) and (max-width : 550px) {

    .container { padding: 0 20px; }

    .form_list li { padding: 0 0 25px 0; }
    .builder_contact .builder_contact_form { padding: 30px 25px; }
    .form_list li.form_button { padding: 10px 0 0 0; }

    .menu_tabs { max-width: 350px; margin: 0 auto; }
    .menu_tabs li { display: block; width: 100%; }

    #breath_library_list article { padding: 20px; margin: 0 0 20px 0; }
    #breath_library_list article .breath_library_list_heading p { float: none; margin: -20px -20px 25px -20px; text-align: center; }
    #breath_library_list article .breath_library_list_heading h2, #breath_library_list article > p { text-align: center;}
    #breath_library_list article .breath_library_list_ctas { justify-content: center;}
    #breath_library_list article .breath_library_list_ctas p.breath_library_list_cta { width: 100%; }
    #breath_library_list article .breath_library_list_ctas p.breath_library_list_cta a { display: block; width: 100%; text-align: center; }

    .post_grid { gap: 20px; }

}

@media all and (min-width: 0px) and (max-width : 500px) {




}

@media all and (min-width: 0px) and (max-width : 480px) {

    #breath_live_upcoming li article .breath_live_upcoming_info h3 { font-size: 22px; line-height: 32px; }
    #breath_live_upcoming li article .breath_live_upcoming_info { padding: 20px 25px 20px 25px; }
    #breath_live_upcoming li article .breath_live_upcoming_info span { width: 60px; top: -42px; }
    #breath_live_upcoming li article .breath_live_upcoming_info span strong { font-size: 22px; line-height: 42px; }
    #breath_live_upcoming li article .breath_live_upcoming_info span em { font-size: 14px; line-height: 25px; }

}

@media all and (min-width: 0px) and (max-width : 450px) {

    .faq_cubes { display: block; }
    .faq_cubes li { width: 100%; margin: 0 0 20px 0; }

}

@media all and (min-width: 0px) and (max-width : 400px) {


}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }

.post-password-form { max-width: 450px; margin: 0 auto; text-align: center; min-height: 28vh; }
.post-password-form p:first-child { display: none; }
.post-password-form label { display: block; text-align: center; width: 100%; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.post-password-form label input { display: block; margin: 10px 0; width: 100%; color: #252124 !important; padding: 15px 20px; border: 1px solid rgba(37,33,36,0.15); outline: none; background-color: #fff; font: 1em/130% 'proxima_novaregular', sans-serif; }
.post-password-form label input:focus { -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); border-color: #fff; }
.post-password-form input[type=submit] { margin-top: 10px; min-width: 200px; }

/** woocommerce **/

.page-id-155 #page_content .container .woocommerce:last-child { display: none !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price { padding: 30px 0 0 0; font-size: 50px; display: block; line-height: 180%; }
.woocommerce div.product p.price del, .woocommerce div.product span.price del { display: none; }
.summary.entry-summary .input-text.qty.text { height: 55px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { visibility: hidden; }
.single-product #mc-overall-wrapper { background: #FFA28B;      background: #fff; }
    .single-product #mc-overall-wrapper #page_content *, .single-product #mc-overall-wrapper #page_builder_wrapper *, .single-product #mc-overall-wrapper #page_title:not(.page_title_banner) h1 { color: #252124; text-decoration: none; }
    .single-product #header_main { background: rgba(37,33,36,0.75); }

.woocommerce-account h1 { text-transform: uppercase; font-size: 44px; line-height: 60px; letter-spacing: 1.6px; }

.woocommerce .products ul, .woocommerce ul.products { padding: 40px 0 0 0; border-top: 1px solid rgba(255,255,255,0.2); margin: 15px 0 30px 0; }
/** .woocommerce ul.products li.product a img { display: none; }
.woocommerce ul.products li.product a { cursor: default !important; }
.woocommerce ul.products li.product a.button { cursor: pointer !important; } 
.woocommerce ul.products li.product .onsale { display: none !important; } **/
.woocommerce ul.products li.product a img { -webkit-border-radius: 200px; -moz-border-radius: 200px; border-radius: 200px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { text-align:center; }
.shop.woocommerce ul.products li.product .woocommerce-loop-product__title, .belong .woocommerce ul.products li.product .woocommerce-loop-product__title { text-align:center !important; }
.woocommerce ul.products li.product .price del { display: none !important; }
.woocommerce ul.products li.product .price ins { text-decoration: none !important; font-weight: normal !important; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { display: none; }
.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product { padding-right: 20px; /** padding: 20px; margin-bottom: 30px; border: 1px solid rgba(255,255,255,0.2); **/ }
.woocommerce ul.products li.product .woocommerce-loop-product__title { text-align: left !important; margin: 0 !important; line-height: 32px !important; max-width: 100% !important; padding: 0 !important; }

.woocommerce span.onsale { background: #f00; width: 50px; height: 50px; color: #fff !important; text-transform: uppercase; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: none; width: 100%; background: #fff; padding: 50px; margin-bottom: 30px; }
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: none; width: 100%; margin-bottom: 30px; }
.woocommerce .col2-set .col-1 *, .woocommerce-page .col2-set .col-1 *,  .woocommerce .col2-set .col-2 textarea, .woocommerce-page .col2-set .col-2 textarea { color: #252124 !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #order_comments   .woocommerce-cart table.cart td.actions .coupon .input-text { padding: 15px 20px; margin: 0; border: 1px solid rgba(37,33,36,0.15); outline: none; background-color: #fff; font: 1em/130% 'proxima_novaregular', sans-serif; }
.woocommerce-cart table.cart td.actions .coupon .input-text { padding: 16px 10px 17px 10px; }
#order_comments { padding: 30px 50px; height: 150px; }
.woocommerce form .form-row label, .woocommerce-page form .form-row label { display: block; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; opacity: 0.7; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, #order_comments:focus { -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15); border-color: #fff; }
.woocommerce form .form-row.thwcfd-field-radio label:first-child { padding-bottom: 15px; }
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper label { display: inline; text-transform: none; letter-spacing: normal; }
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper label:after { content:"\a"; white-space: pre; height: 10px; display: block; }
.woocommerce form .form-row.thwcfd-field-radio .woocommerce-input-wrapper label:last-child:after { display: none; height: 0; content: ''; white-space: normal; }
.woocommerce form .form-row input[type="radio"] { margin: 0 10px 4px 0; padding: 0; width: 16px; height: 16px; vertical-align: middle; }

.select2-container .select2-selection--single { height: 52px; border-radius: 0; border: 1px solid rgba(37,33,36,0.15); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 52px; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 20px; padding-right: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; right: 10px; }

.woocommerce table.shop_table { border: 1px solid rgba(255,255,255,.5); border-radius: 0; }
.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { border-color: rgba(255,255,255,.5); }
.woocommerce table.shop_table td.product-name a { text-decoration: none !important; cursor: default; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background: #fff; border-radius: 0; padding: 50px; }
#add_payment_method #payment *, .woocommerce-cart #payment *, .woocommerce-checkout #payment * { color: #252124 !important; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { display: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message { background: transparent; padding: 1em 50px; border-top: 2px solid #fff !important; border-bottom: 2px solid #ffff; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: 0; border: 1px solid rgba(255,255,255,.5); }

#add_payment_method #payment .button:hover, .woocommerce-cart #payment .button:hover, .woocommerce-checkout #payment .button:hover, .woocommerce-account .button:hover { color: #fff !important; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { padding: 0; }
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { padding: 1em 0 0 0; }
.woocommerce-info { padding: 20px 0; }
.woocommerce-checkout-payment .woocommerce-info { padding-top: 0; }

.woocommerce-EditAccountForm.edit-account { padding: 30px; background: #fff; }
.woocommerce-EditAccountForm.edit-account * { color: #252124 !important; }
.woocommerce-EditAccountForm.edit-account .button { margin-top: 20px; margin-bottom: -20px; }

.woocommerce input:not(.button) { color: #252124 !important; }

.woocommerce-MyAccount-content .button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order { border-color: #515151 !important; }

.woocommerce-account .container_capped { max-width: 1160px; }
.woocommerce-account #page_content, .woocommerce-page #page_content { padding-top: 20px; min-height: 50vh; }

.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0 20px 40px 0; list-style: none; list-style-image: none; }
.woocommerce-MyAccount-navigation ul li { margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.25); font-size: 14px; line-height: 17px; letter-spacing: 2px; text-transform: uppercase; }
.woocommerce-MyAccount-navigation ul li a { display: block; text-decoration: none; padding: 10px 0; }

.page-id-158:not(.logged-in) #mc-overall-wrapper { min-height: 100vh; background: url(/wp-content/themes/breathgym/images/bkg_login.jpg) center no-repeat; background-size: cover; }
.page-id-158:not(.logged-in) .woocommerce h2 { text-transform: uppercase; font-size: 30px; line-height: 40px; letter-spacing: 1.6px; }
.page-id-158:not(.logged-in) .woocommerce h3 { text-align: center; }
.woocommerce form.login { border: none; padding: 0; }
.input-text.qty.text { padding: 4px 0 !important; }
.page-id-158:not(.logged-in) #page_title { visibility: hidden; height: 100px; }
.page-id-158:not(.logged-in) #page_content .container_capped { max-width: 550px; }

#home_logged_out { font-size: 14px; line-height: 17px; letter-spacing: 2px; text-transform: uppercase; display: inline-block; text-decoration: none; padding: 24px 27px; }
.woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide { width: 48%; float: left; clear: none; padding: 0 0 20px 0; }
.woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(2) { float: right; }

td.product-thumbnail a { display: none !important; }

@media all and (min-width: 0px) and (max-width : 1000px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { padding: 30px; }
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { padding: 30px; }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {  padding: 1em 30px; }
    #order_comments { padding: 30px 30px; }
}

@media all and (min-width: 0px) and (max-width : 550px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { padding: 20px; }
    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { padding: 20px; }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {  padding: 1em 20px; }
    #order_comments { padding: 20px; }

    .woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide { width: 100%; float: none; clear: both; }
    .woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:nth-child(2) { float: none; }

}

.woocommerce .button, .post-password-form input[type=submit], .woocommerce-EditAccountForm.edit-account .button  { background: #252124 !important; color: #fff !important; border-color: #252124 !important; }
.woocommerce .button:hover, .post-password-form input[type=submit]:hover { background: #252124 !important; color: #fff !important; border-color: #252124 !important; }
.woocommerce-EditAccountForm.edit-account .button:hover { border-color: #252124 !important; color: #252124 !important; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-checkout #payment #place_order { color: #fff !important; }
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce-checkout #payment #place_order:hover { color: #252124 !important; }
.woocommerce form.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide { float: none; width: 100%; clear: both; }
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first { float: none; width: 100%; clear: both; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit { background: transparent !important; color: #fff !important; border-color: #fff !important; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover { background: #252124 !important; color: #fff !important; border-color: #252124 !important; }

.woocommerce_subscription_gifting_checkbox  { width: 16px; height: 16px; float: left; clear: left; margin: 4px 5px 0 0 !important; }

.mc4wp-checkbox { padding-top: 15px !important; }
.mc4wp-checkbox input { width: 16px; height: 16px; margin: 5px 10px 0 0; float: left; }

.thwcfe-input-field-wrapper > label { display: block !important; padding: 0 0 10px 0 !important; }
.thwcfe-input-field-wrapper .woocommerce-input-wrapper { display: block; clear: both; }
#reason_join_field .woocommerce-input-wrapper label { display: block !important; clear: both; padding: 0 0 10px 0 !important; text-transform: none !important; letter-spacing: normal !important; }


/** new like a fish **/

/** .home #header_main, .page_tone_white #header_main { background: rgba(37,33,36,0.75); } **/
#home_fish { display: block; /** min-height: 100vh; **/ background: #fff; display: flex; align-items: center; justify-content: center; padding: 0 20px; }
#home_fish_content { text-align: center; padding: 50px 0; }
    #page_content_home #home_fish_content { padding-top: 0 !important; padding-bottom: 0 !important; margin-bottom: -20px; }
#home_fish p { padding: 0; }
#home_fish p img { width: 100%; max-width: 500px; height: auto; }
    #page_content_home #home_fish #home_fish_content p img { max-width:400px; }
#home_fish_menu, #home_fish_logos { display: flex; justify-content: center; list-style: none; list-style-image: none; margin: 0 -20px; padding: 0 0 40px 0; }
#home_fish_menu li,#home_fish_logos li { margin: 0; padding: 0 20px; }
#home_fish #home_fish_menu li a, #home_fish_base #home_fish_menu li a { display: block; background: #E2A434; padding: 8px 16px; text-decoration: none; line-height: 130%;       text-transform: uppercase; font-size: 13px; letter-spacing: 1px; padding: 10px 16px; }
#home_fish #home_fish_menu li:nth-child(1) a, #home_fish_base #home_fish_menu li:nth-child(1) a { background: #d6babf; }
#home_fish #home_fish_menu li:nth-child(2) a, #home_fish_base #home_fish_menu li:nth-child(2) a { background: #a6b8c4; }
#home_fish #home_fish_menu li, #home_fish_base #home_fish_menu li { padding-bottom: 10px; }
#home_fish #home_fish_logos, #home_fish_base #home_fish_logos { width: 900px; max-width: 100%; justify-content: space-between; padding-top: 20px; }
#home_fish #home_fish_logos li a img, #home_fish_base #home_fish_logos li a img { width: 100px; height: auto; position: relative; bottom: 0; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
#home_fish #home_fish_logos li a:hover img, #home_fish_base #home_fish_logos li a:hover img { bottom: 10px; }
#home_fish_base #home_fish_logos { width:100%; margin:0; }

    #page_title #home_fish_menu { position: relative; display: flex; justify-content: center; list-style: none; list-style-image: none; margin: 0 -10px; padding: 40px 0 0 0; }
    #page_title #home_fish_menu li { margin:  0; padding:  0 10px 10px 10px; }
    #page_title #home_fish_menu li a { display: block; background: #E2A434; padding: 8px 16px; text-decoration: none; line-height: 130%;      text-transform: uppercase; font-size: 13px; letter-spacing: 1px; padding: 10px 16px }

    #home_fish_logos_strip { display: block; background: #fff; }
    #home_fish_logos_strip #home_fish_logos { display: flex; justify-content: center; list-style: none; list-style-image: none; margin: 0 auto; padding: 30px 0 20px 0; width: 900px; max-width: 100%; justify-content: space-between; }
    #home_fish_logos_strip #home_fish_logos li { margin: 0; padding: 0 20px; }
    #home_fish_logos_strip #home_fish_logos li a img { width: 100px; height: auto; position: relative; bottom: 0; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
    #home_fish_logos_strip #home_fish_logos li a:hover img { bottom: 10px; }

        #page_title #home_fish_labels { background: #fff; position: relative; display: flex; flex-wrap: wrap; justify-content: center; list-style: none; list-style-image: none; padding: 0; margin: 40px 0 0 0;  padding: 6px 0; }
        #page_title #home_fish_labels li { margin: 0; padding: 0; }
        #page_title #home_fish_labels li a, #page_title #home_fish_labels li span { display: block; background: #fff; padding: 8px 16px; text-decoration: none; line-height: 130%;      text-transform: uppercase; font-size: 13px; letter-spacing: 1px; padding: 6px 16px 4px 16px; color:#252124; }

        #home_fish_base #home_fish_menu li a { text-align:center; }

            #home_fish_intro { text-align: center; font: 24px / 32px 'marcellusregular', Arial; max-width: 550px; margin: 0 auto; padding: 10px 25px 0 25px; }
            .home_boxes { display: flex; flex-wrap: wrap; gap: 30px 0; margin: 0 -15px; padding: 10px 0 55px 0; list-style: none; list-style-image: none;       gap: 55px 0; }
            .home_boxes li { margin: 0; padding: 0 15px; width: 25%; }
            .home_boxes li article { border: 1px solid rgba(0,0,0,0.1); padding: 20px; text-align: center;  display: flex; height: 100%; justify-content: space-between; flex-direction: column;    padding-bottom: 0;      /** background: #f2f2f2; **/ border: none; border: 1px solid rgba(37,33,36,0.65); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
            .home_boxes li article h3 { padding: 0 0 5px 0; font-size: 22px; line-height: 28px;     font-weight: bold; font-size: 20px; }
            .home_boxes li article p { padding: 10px 0 0 0; font-size: 15px; line-height: 150%; }
            .home_boxes li article p a { display: block; background: #E2A434; /** background: #252124; color: #fff !important; **/ font-size: 12px; font-weight: bold; padding: 8px 16px; text-decoration: none; line-height: 130%; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; padding: 10px 16px;     margin-bottom: -18px; }
            .home_boxes li article p a:hover { background: #252124 !important; color: #fff !important; }
            .home_boxes li article.home_boxes_2 p a { background: #d6babf; }
            .home_boxes li article.home_boxes_2 p a:hover { }
            .home_boxes li article.home_boxes_3 p a { background: #a6b8c4; }
            .home_boxes li article.home_boxes_3 p a:hover { }
            .home_boxes li article > p { padding-top: 20px; }

.about_img { display: block; clear: both; text-align: center; padding-top: 30px; }
.about_img img { width: 150px; height: auto; }

@media all and (min-width: 0px) and (max-width : 940px) {

    #home_fish_base #home_fish_logos { max-width: 100%; width: 100%; justify-content: center;  margin: 0; }

    .home_boxes li { width: 33.33333333333333%; }

}

@media all and (min-width: 0px) and (max-width : 750px) {
    #page_title #home_fish_menu { display: block; margin: 0 auto; max-width: 220px; }

    .home_boxes li { width: 50%; }

}

@media all and (min-width: 0px) and (max-width : 620px) {

    #home_fish_base #home_fish_menu { display: block; }
    #home_fish_base #home_fish_logos { flex-wrap: wrap; }
    #home_fish_base #home_fish_logos li { width: 50%; text-align: center; padding-bottom: 20px; }

    #home_fish_base #home_fish_logos { flex-wrap: wrap; justify-content: center; }
    #home_fish_base #home_fish_logos li { width: 50%; text-align: center; padding-bottom: 20px; }

}

@media all and (min-width: 0px) and (max-width : 550px) {

    .home_boxes { margin: 0 -12.5px; }
    .home_boxes li { padding: 0 12.5px; }

}

@media all and (min-width: 0px) and (max-width : 500px) {
    .home_boxes li { width: 100%; }
}