/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */


@font-face {
    font-family: "Capita";
    font-style: normal;
    font-weight: 100;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaxlig%20Font/capitaxlig.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaxlig%20Font/capitaxlig.woff") format("woff"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaxlig%20Font/capitaxlig.ttf") format("truetype"); 
}

@font-face {
    font-family: "Capita";
    font-style: italic;
    font-weight: 300;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaligitalic/capitaligita.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaligitalic/capitaligita.woff") format("woff"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitaligitalic/capitaligita.ttf") format("truetype"); 
}

@font-face {
    font-family: "Capita";
    font-style: normal;
    font-weight: 400;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitareg.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitareg.woff") format("woff"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/capitareg.ttf") format("truetype"); 
}

@font-face {
    font-family: "Gibson";
    font-style: normal;
    font-weight: 300;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-light.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-light.woff") format("woff"),
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-light.ttf") format("truetype");
}


@font-face {
    font-family: "Gibson";
    font-style: normal;
    font-weight: 400;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-regular.eot#iefix") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-regular.woff") format("woff"),
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/gibson-regular.ttf") format("truetype");
}

 @font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: 400;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/Icomoon%20Font/icomoon.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/Icomoon%20Font/icomoon.woff") format("woff"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/Icomoon%20Font/icomoon.ttf") format("truetype");
}

@font-face {
    font-family: "weather";
    font-style: normal;
    font-weight: 400;
    src: url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/weather%20Font/artill_clean_icons-webfont.eot") format("embedded-opentype"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/weather%20Font/artill_clean_icons-webfont.woff") format("woff"), 
         url("//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/weather%20Font/artill_clean_icons-webfont.ttf") format("truetype");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #404041;
  font-family: Gibson;
  font-size:20px;
  line-height:30px;
  font-weight:300;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 900px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 16px;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size:40px;
    line-height:normal;
    color: #3E919C;
    font-weight:400;
    font-family: Gibson;
}
h2 {
    font-size:36px;
    line-height:normal;
    color: #3E919C;
    font-weight:400;
    font-family: Gibson;
}
h3 {
    font-size:30px;
    line-height:38px;
    color: #069;
    font-weight:300;
    font-family: Capita;
}
h4 {
    font-size:16px;
    line-height:normal;
    color:#000;
    font-weight:700;
    font-family: Capita;
}
h5 {
    font-size:13px;
    line-height:normal;
    color:#000;
    font-weight:700;
    font-family: Capita;
}
h6 {
    font-size:11px;
    line-height:normal;
    color:#000;
    font-weight:700;
    font-family: Capita;
}

/* Anchor Links */
a {
    color: #61ccf5;
    text-decoration:none;
}
a:hover, a:focus {
    color: #a4ce5d;
    text-decoration:none;
}

/* Lists */
ul, ol {

}

.body-container ul {
    text-align: left;
    list-style-image: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Images/list_diamond_blue.png);
    padding: 0 0 0 16px;
}
.body-container ol {
    padding: 0 0 0 16px;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

.body-container .page-center{
    padding:30px 15px;
}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-wrapper{
    background: url(//artoflivingretreatcenter.org/wp-content/themes/aolrc/assets/css/../images/bg_header.jpg);
    font-family: Capita;
    position: relative;
    display: block;
}

.header-top-wrapper {
    background-color: rgba(0,0,0,.2);
}


.header-top-wrapper .page-center{
    padding-left: 15px;
    padding-right: 15px;
}


.top-links ul{
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.top-links ul li{
    float: left;
}
.top-links ul li:last-child{
    background: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Images/phone-receiver.png) left center no-repeat;
    padding-left: 16px;
    float: right !important;
}

.top-links ul li:last-child > a{
    color: #fff;
    font-family:Gibson;
    padding: 11.520px 0px 11.520px 11.520px;
}

.top-links ul li a{
    display: inline-block;
    font-size:19px;
    line-height:19px;
    padding:11.520px;
    color: #7acddf;
    font-family: Capita;
    text-decoration:none;
    font-weight:400;
}

.top-links ul li:first-child > a {
    padding: 11.520px 11.520px 11.520px 0;
}

.header-main-wrapper {
    height: 66.594px !important;
}

.header-main-wrapper .page-center {
    padding: 0 0px 0 15px;
}

.custom-logo{
    padding:2px 0;
    width: auto !important;
    float:left !important;
}

.custom-logo img{
    width: 112px;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


.footer-medium-wrapper{
    position:relative;
    padding-top: 50px;
    padding-bottom: 11px;
}

.footer-medium-wrapper:after {
    background-color: rgba(0,0,0,.5);
    background-image: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/Fonts/Icomoon%20Font/footer-background-slider-blur.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 225px;
    z-index: 0;
    overflow: hidden;
    content:"";
}

.footer-medium-wrapper .page-center{
    position: relative;
    z-index: 3;
    padding:0 15px;
}

.footer-Contents{
    float: left !important;
    display: block;
    margin-right: 2.35765% !important;
    width: 23.23176% !important;
    text-align: center;
    font-family: Gibson;
    margin-left:0 !important;
}

.footer-Contents h3{
    font-weight: 400;
    color: #62cdf6;
    text-transform: uppercase;
    font-size:18px;
    line-height:normal;
    margin:0 0 15px 0;
    font-family: Gibson;
}

.footer-Contents .hs-form-required{
    display:none !important;
}

.footer-Contents input[type="email"] {
    background: 0 0;
    border: 2px solid #3883a6;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    padding: 4px 35px 0 10px;
    height: 32px;
    border-radius: 2px;
    font-family: Gibson;
}


/* Placeholder Text */
::-webkit-input-placeholder {
    font-family: Gibson;
    line-height: 20px;
    color:#fff;
    font-weight:200 !important;
} /* Webkit Browsers */
:-moz-placeholder {
    font-family: Gibson;
    line-height: 20px;
    color:#fff;
    font-weight:200 !important;
} /* Firefox 18- */
::-moz-placeholder {
    font-family: Gibson;
    line-height: 20px;
    color:#fff;
    font-weight:200 !important;
} /* Firefox 19+ */
:-ms-input-placeholder {
    font-family: Gibson;
    line-height: 20px;
    color:#fff;
    font-weight:200 !important;
} /* IE10 */



.footer-Contents input[type="submit"] {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    background: #62cdf6;
    border-top: 1px solid #3883a6;
    border-right: 1px solid #3883a6;
    border-bottom: 1px solid #3883a6;
    border-left: 1px solid #4ea9d1;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    width: 32px;
    outline: 0;
    text-indent: -99px;
}
.footer-Contents input[type="submit"]:before {
    content: "\e621";
    color: #000;
}

.footer-Contents form{
    position: relative;
}


.footer-Contents .actions {
    cursor: pointer;
}

.footer-Contents .actions:before {
    content: "\e621";
    color: #000;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 8px;
    z-index: 99;
}

.footer-Contents p{
    color: #fff;
    line-height: 26px;
    font-size:16px;
    font-family: Gibson;
    font-weight:400;
    margin:0 0 10px 0;
}

.custom-donations a {
    background: #0090c6;
    border-radius: 3px;
    border: 1px solid #104b71;
    color: #fff;
    display: block;
    font-family: Capita;
    font-size:15px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto !important;
    width: 102px;
    font-weight: lighter;
    text-decoration:none;
}

.custom-trip-adviser img{
    width:65%;
}

.footer-Contents:last-child{
    margin-right: 0 !important;
}


.weather-plugin {
    margin: 0 auto;
    color: #fff;
}

.weather-plugin .box-icon-weather{
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 49% !important;
}

.weather-plugin i {
    color: #fff;
    font-family: weather;
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.weather-plugin .icon-30:before {
    content: "A";
}

.weather-plugin .box-temp {
    display: inline-block;
    vertical-align: middle;
    width: 49% !important;
    text-align: left;
    font-size: 36px;
    line-height:normal;
    font-family: Gibson;
    border-left: 1px solid #3b8ca8;
    padding-left: 20px;
}
.box-temp .currently {
    font-size: 28px;
    padding-top: 5px;
    font-family: Gibson;
    line-height: normal;
}


.footer-bottom{
    background: #fff;
    text-align: center;
    padding-top: 40px;
    border-bottom: 10px solid #93CCDD;
}
.footer-social-icon {
    margin-bottom: 20px;
}


.footer-social-icon a {
    vertical-align: middle;
    display: inline-block;
     text-decoration:none;
}

.footer-social-icon i.bg-blue {
    color: #fff;
    background: #61ccf5;
    border-radius: 50%;
    margin-right: 5px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.footer-social-icon .icon-facebook {
    font-size: 22px;
}
.footer-social-icon .social-icon i {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.footer-social-icon .icon-facebook:before {
    content: "\e625";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 30px;
}

.footer-social-icon .icon-twitter:before {
    content: "\e61b";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 30px;
}

.footer-social-icon .icon-google-plus:before {
    content: "\e61c";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:20px;
    line-height: 30px;
}

.footer-social-icon .icon-instagram:before {
    display: inline-block;
    width: 14px;
    content: "\e627";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 30px;
}

.footer-social-icon  i.bg-blue:hover {
    background-color: #7fc261;
    background-image: -webkit-linear-gradient(#7fc261,#a3ce5d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7fc261),to(#a3ce5d));
    background-image: linear-gradient(#7fc261,#a3ce5d);
    color: #1e738c;
}

.custom-copyright {
    color: #231f20;
    font-family: Arial;
    font-size:12px;
    line-height:normal;
}
.custom-copyright a{
    text-decoration:none;
}

.custom-copyright p{
    margin:0;
}

.footer-links ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}
.footer-links ul li {
    display: inline-block;
    position: relative;
    right: 3px;
}

.footer-links ul li a {
    margin-right: 6px;
    color: #231f20;
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
}


.custom-footer-group{
    background-image: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/js/background_slider.png);
    background-position: center center;
    background-size: cover;
}


.footer-slider .page-center{
    color: #fff;
    text-align: center;
    max-width: 700px !important;
    margin: 0 auto !important;
    padding-top: 50px;
    position: relative;
    zoom: 1;
    padding-bottom: 28px;
}
ul.slide-testimonials {
    width: 100%;
    transition-duration: 0s;
    margin: 0;
    padding: 0;
}

ul.slide-testimonials li{
   
}
.testimonial {
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 10px;
    font-family: Capita;
    font-weight: 300;
    color: #fff;
}
.footer-slider .author.type-b {
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #fff;
    font-family: Gibson;
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .menu-mobile{
        display:none !important;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.clicked > ul.hs-menu-children-wrapper{
         opacity: 1 !important;
         visibility: visible !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
         opacity: 0;
         visibility: hidden;
    }
    .custom-menu-primary{
        margin: 0 !important;
        width: 980px !important;
        float: right !important;
        margin: 9px 0 0 0!important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
    
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 10px 0 18px;
    margin-right: 30px;
    display: inline-block;
    float: left !important;
    position: static !important;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    font-size:20px;
    line-height:normal;
    font-family: Capita;
    text-decoration:none;
    position: relative;
    font-weight:400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #61ccf5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > a:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f9f2e5;
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    top: 106px;
    right: 0;
    background: #f9f2e5;
    border-bottom: 1px solid #b8b1a6;
    text-align: center;
    width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: inline-block;
    line-height: 16px;
    margin-right: 26px;
    padding: 12px 0 10px;
    position: static;
    float: none !important;
}



.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #676767;
    font-family: Gibson;
    font-size:18px;
    line-height:16px;
    font-weight:300;
    text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #61ccf5;
    text-decoration:none;
}

.menu-mobile-wrapper{
    display:none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: none !important;
}

.sub-menu-wrapper {
    position: relative;
    right: 19px;
}

    
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 15px;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
    font-size: 35px;
    color: #fff;
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .mobile-trigger:hover {
    color: #61ccf5;
  }
  
  .mobile-trigger i.icon-menu {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   }
  
   .mobile-trigger .icon-menu:after {
        content:"\e620";
   }
  

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    height: 60px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top:0px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: block !important;
    position: relative;
    top: -11px;
      
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: #f8f1e4;
    position: static;
  }

   /* Level 1 Menu List Styles */
   
   
   .custom-menu-primary .hs-menu-wrapper > ul{
       
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    
  }

 

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
   
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
   
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}



.banner-area{
    background-size: cover !important;
    background-position: center !important;
    min-height: 450px !important;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #000;
}

.blog .body-container{
    background-image: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/js/bg_blue_diamond_light.png);
    background-repeat: repeat-x;
    background-color: #fff;
    border-top: 1px solid #cccecf;
    margin: -1px 0 0 0;
}


.blog .body-container .page-center{
    padding: 0 15px;
}

.thumbnail-photo {
    width: 750px;
    max-width: 100%;
    margin-bottom: 20px;
}

.thumbnail-photo img {
    width: 100%;
}

.post-header h2 {
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #008fc5;
    margin-top: 0;
    font-family: Capita;
    font-weight: 400;
}

.post-header h2 a{
    color: #61CCF5;
    text-decoration:none;
}

.post-header h2 a:hover{
   color: #61CCF5;
   text-decoration:none;
}

.hs-blog-listing .post-body {
    font-size:20px;
    line-height:30px;
    color:#404041;
    font-weight:300;
    font-family: Gibson;
}

.single-post-extra {
    margin-bottom: 30px;
}
#hubspot-author_data {
    color: #61ccf5;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-family: Gibson;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.date{
    color: #bbbdbf;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-family: Gibson;
    text-decoration: none;
    font-weight:400;
}

.date:before {
    content: "|";
    border-left: #bbbdbf;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.share {
    margin-top: 10px;
    margin-bottom: 20px;
}

.share-heading{
    font-size:16px;
    line-height:normal;
    color:#bbbdbf;
    font-weight:400;
    text-transform: uppercase;
    font-family: Gibson;
}



.blog-sidebar-form {
    background: #fdf5e9;
    border: 1px solid #f2e4d2;
    padding: 15px 15px 13px;
    margin-bottom: 20px;
    color: #676767;
}
.blog-sidebar-form h3{
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Gibson !important;
    font-size: 16px !important;
    line-height: normal !important;
    display: block !important;
    color: #676767 !important;
}

.blog-sidebar-form input[type="email"] {
    width: 100% !important;
    padding: 4px 35px 0 10px !important;
    height: 32px;
    background: #fff !important;
    border: 1px solid #969490 !important;
    font-size: 16px !important;
    line-height: 27px !important;
    color: #000 !important;
    font-family: Gibson !important;
    margin: 0 !important;
}


.blog-sidebar-form form{
    position:relative;
}

.blog-sidebar-form input[type="submit"] {
    color: #676767 !important;
    background-color: #e6e7e8 !important;
    border: 1px solid #969490 !important;
    border-radius: 0 !important;
    border-width: 1px;
    padding: 0px;
    position: absolute;
    right: 0;
    top:0px;
    height: 32px;
    width: 32px !important;
    outline: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    background-color: none !important;
    text-indent: -999px;
}

.blog-sidebar-form .actions:before {
    content: "\e621";
    color: #000;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top:8px;
    right: 16px;
    z-index: 99;
    font-size: 16px;
    line-height: 16px;
    cursor:pointer;
    width:8px;
}

.blog-sidebar-form .hs-form-required {
    display:none !important;
}


.blog-sidebar-form .hs-error-msgs label{
    color: #a3ce5d;
    text-align: center;
}




.custom-recent-post{
    background: #fdf5e9;
    border: 1px solid #f2e4d2;
    padding: 15px 15px 13px;
    margin-bottom: 20px;
    color: #676767;
    display:block;
}

.custom-recent-post h3{
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Gibson;
    font-size: 16px;
    line-height: normal;
    display: block;
    color: #676767;
}

.custom-recent-post ul{
    line-height: 24px;
    padding-left: 25px;
    margin: 0;
    list-style-image: none;
    list-style-position: unset !important;
}
.custom-recent-post ul li{
    margin-bottom: 20px;
}

.custom-recent-post ul li a{
    color: #676767;
    font-size:16px;
    line-height:24px;
    font-weight:400;
    font-family: Gibson;
}

.custom-recent-post ul li a:hover{
    text-decoration:underline;
}

.custom-topics{
    background: #fdf5e9;
    border: 1px solid #f2e4d2;
    padding: 15px 15px 13px;
    margin-bottom: 20px;
    color: #676767;
    display:block; 
}

.custom-topics h3{
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
    font-family: Gibson;
    font-size: 16px;
    line-height: normal;
    display: block;
    color: #676767; 
}

.custom-topics ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}
.custom-topics ul li a{
    color: #676767;
    font-size:15.8043px;
    font-family: Gibson;
    text-decoration:none;
    line-height:normal;
    font-weight:400;
}

.custom-topics ul li a:hover{
    text-decoration:underline;
}

.custom-topics .filter-link-count{
    display:none !important;
}

.return-to-blog{
    padding-top: 13px;
}
.return-to-blog a{
    color: #61CCF5;
    text-transform: uppercase;
    font-size:16px;
    line-height:normal;
    font-weight:400;
    font-family: Gibson;
}

.return-to-blog a:hover{ 
   opacity: .8; 
}

.icon-arrow-left {
    margin-right: 10px;
}
.icon-arrow-left:before {
    content: "\e622";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.hs-blog-listing .return-to-blog{
    display:none !important;
}

.section.post-header h1 {
    color: #069;
    margin:0;
    font-size:36px;
    line-height:normal;
    font-weight:400;
    font-family: Capita;
    margin: 0 0 20px 0;
}

.footer-share{
    width:100%;
    margin:0 0 12px 0;
    
}
.footer-share:before{
    content: "";
    display: block;
    width: 60px;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom:12px;
}

.footer-share h3{
    font-family: Capita;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    margin:0 0 20px;
    color:#000;
}

.custom-related-wrapper{
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both;
}

.custom-related-wrapper h3{
    font-family: Capita;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    margin:0;
    color:#000;
}
.custom-related-wrapper h3.related-title{
    font-family: Capita;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    margin:0 0 20px;
    color:#000;
}
.custom-related-wrapper h3.related-title::before{
    content: "";
    display: block;
    width: 60px;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 12px;
}

.related-post-item {
    float: left;
    width: 33% !important;
    margin: 0 0 1em !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}

.related-post-item h3{
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post-item h3 a{
    color: #61CCF5;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 400;
    font-family: Capita;
}

.related-post-item a:hover{
    text-decoration:underline;
}

.custom-related-post-date{
     opacity: .6;
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Capita;
    color: #000;
    font-weight: 400;
}

p#post-bottom-tags {
    margin: 0 !important;
    color: #000;
    font-weight:400;
    opacity: .6;
}

p#post-bottom-tags a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.post-pagination{
    border-top: 1px solid #c4c5c7;
    border-bottom: 1px solid #c4c5c7;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.post-pagination a {
    font-weight: 700;
}

.post-pagination .newer {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
    float: left !important;
}

.post-pagination .older{
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
    float: right !important;
}

.post-pagination span.prev-label {
    font-size: 24px;
    line-height: normal;
    color: #61ccf5;
    margin-bottom: 15px;
    font-weight:400;
}

.title-post {
    display: block;
    color: #676767;
    font-weight: 600;
    font-size: 18px;
    font-family: Gibson;
}

.older a{
    display: block;
    font-weight:400;
    font-size: 18px;
    font-family: Gibson;
    color: #61ccf5;
    text-decoration: none;
}
.older a:hover{
    color: #a4ce5d;    
}

.post-pagination .newer i.icon-arrow-left {
    margin-right: 5px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-pagination .prev-label .icon-arrow-left:before {
    content: "\e622";
}

.next-label{
    font-size: 24px;
    line-height: normal;
    color: #61ccf5;
    margin-bottom: 15px;
    text-align:right;
    font-weight:400;
}

.post-pagination i.icon-arrow-right {
    margin-right: 5px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-pagination span.next-label:after {
    content: "\e621";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #61ccf5;
}

p#footer-tags {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
p#footer-tags a {
    text-transform: capitalize;
}

.custom_listing_comments {
    padding: 25px 0;
}

/* =============== Blog Content Column =============== */

.blog .blog-content {
    padding-top: 2em;
    float: left;
    display: block;
    margin-right: 2.35765% !important;
    width: 65.88078% !important;
    padding-left: 95px;
}

.custom_listing_comments a {
    font-size: 24px;
    line-height: normal;
    color: #676767;
    font-weight: 400;
    font-family: Gibson;
}



/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid #c4c5c7;
    margin-bottom: 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top:0px;
  padding: 10px 0 0 0;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    display: block !important;
    text-align: center;
    background: 0 0;
    text-transform: uppercase;
    color: #999;
    padding: 30px 0;
    margin-bottom: 65px;
}

a.next-posts-link.load-more {
    background-color: #016789;
    background-image: linear-gradient(#016789,#0f4a71);
    border: 1px solid #175479;
    font-weight: 100;
    color: #61CCF5;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    font-family: Capita;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    outline: 0;
    font-size: 24px;
}
a.next-posts-link.load-more:hover{
    background-color: #7fc261;
    background-image: -webkit-linear-gradient(#7fc261,#a3ce5d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7fc261),to(#a3ce5d));
    background-image: linear-gradient(#7fc261,#a3ce5d);
    border: 1px solid #158152;
}

.no-post {
    background-color: #000;
    background-image: none !important;
    border: 1px solid #175479;
    font-weight: 100;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    font-family: Capita;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    outline: 0;
    font-size: 24px;
}




.blog-pagination a {
    padding-right:15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {
    padding-top:48px;
    width: 23.23176% !important;
    margin-left: 5.5298% !important;
    word-wrap: break-word;
    float:left !important;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

.body-container label{
    font-size:18px;
    line-height:normal;
    color:#404041;
    font-weight:700;
    font-family: Capita;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    border: 1px solid #6f7070;
    background: #f4fafd;
    background-image: linear-gradient(#f4fafd,#fff);
    padding: 10px;
    border-radius: 2px;
    font-size:16px;
    line-height:normal;
    color:#000;
    font-weight:400;
    font-family: Capita;
    width:100%;
    display:block;
    outline:none;
    margin:7px 0 8px 0;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, .body-container 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border: 3px solid #676767;
    outline-offset: 0;
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin:0;
  text-align:left;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color: red;
    font-size: 14px;
    line-height: normal;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */




/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;.body-container 
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #016789;
    background-image: linear-gradient(#016789,#0f4a71);
    border: 1px solid #175479;
    font-size:24px;
    line-height:46px;
    font-weight:100;
    font-family: Capita;
    display: inline-block;
    width:auto;
    margin:10px 0 15px 0;
    padding:1px 13px;
    color:#fff;
    border-radius: 5px;
    outline:none;
    cursor:pointer;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor:pointer;
}


.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
    background-color: #7fc261;
    background-image: -webkit-linear-gradient(#7fc261,#a3ce5d);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7fc261),to(#a3ce5d));
    background-image: linear-gradient(#7fc261,#a3ce5d);
    border: 1px solid #158152;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
ul.blog-social-icon{
    list-style:none;
    margin:0;
    padding:0;
}
.blog-social-icon i {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

ul.blog-social-icon li {
    display:inline-block;
}

.blog-social-icon i.bg-grey {
    background: #bbbdbf;
    color: #fff;
}
.blog-social-icon .icon-facebook:before {
    content: "\e625";
}
.blog-social-icon .icon-twitter:before {
    content: "\e61b";
}
.blog-social-icon .icon-google-plus:before {
    content: "\e61c";
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e621";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-pagination{
    display: block !important;
}
.blog-pagination .no-post{
    display: none;
}
    
.hs-blog-post .blog-listing.banner-area{
    display:none !important;
}
.hs-blog-listing .blog-post.banner-area{
    display:none !important;
}

.custom-form{
    width:50% !important;
}

button.slick-prev.slick-arrow::before {
    font-family: icomoon;
    content: "\e622" !important;
    font-size: 40px;
    color: #fff !important;
    opacity: 1 !important;
}
button.slick-next.slick-arrow:before{
    font-family: icomoon;
    content: "\e621" !important;
    font-size: 40px;
    color: #fff !important;
    opacity: 1 !important;    
}
.slick-prev {
    left: -25% !important;
    top: 43% !important;
} 
.slick-next{
    right: -25% !important; 
    top: 43% !important;
}

.slick-prev, .slick-next{
    height:40px !important;
    width:40px !important;
}



.hs-blog-listing .footer-share{
    display:none !important;
}

.hs-blog-listing .custom-related-wrapper{
    display:none !important;
}

.hs-blog-listing .footer-tags{
    display:none !important;
}

.hs-blog-listing .post-pagination{
    display:none !important;
}

.hs-blog-listing .custom_listing_comments{
     display:none !important;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
}


.header-top-wrapper.lp{
    height:42.031px !important;
}

.header-main-wrapper.lp .mobile-trigger{
    display:none !important;
}

.hs-blog-listing .share.footer {
    display: none !important;
}


.top-links.lp ul li a{
    padding: 11.520px 0px 11.520px 11.520px;
}

.custom-copyright.lp{
    padding:10px 0;
}

.mobile-social-icon a i:hover {
    background: #969490;
    color: #f7eddd;
}

.banner-post-area {
    background-size: cover;
    min-height: 450px !important;
    margin: 0px 0 0;
    background-size: cover;
    background-position: center;
}

.hs-blog-listing .banner-post-area{
    display:none !important;
}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */


@media (max-width:1199px) {
    .container-fluid .row-fluid .page-center{
        max-width:970px;
    }
    .custom-menu-primary{
        width: 800px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        margin-right: 18px;
    }
    .sub-menu-wrapper {
        position: relative;
        right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 16px;
        line-height: 16px;
    }
    .blog .blog-content{
        padding-top: 32px;
    }
    .custom-google-search .hs-button.primary{
        top: 42px;
    }
}

@media (max-width: 1090px) {
    .slick-prev {
         left: -15% !important;
    }
    .slick-next {
        right: -15% !important;
    }
    .footer-slider .page-center{
        max-width: 70% !important;
    }
}


@media (max-width: 1024px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 16px;
        line-height:normal;
    }
    .custom-menu-primary{
        top: 11px;
    }
 
    .header-wrapper{
        padding: 0 10px;
    }
    .footer-medium-wrapper:after{
        background-position: center -55px;
    }
    .footer-Contents p{
        line-height:20px;
    }
    .custom-donations a{
        line-height:20px; 
    }
    .weather-plugin i {
         font-size: 72px;
    }
    .weather-plugin .box-temp{
        font-size: 27px;
    }
    .box-temp .currently{
        font-size: 19px;
    }
}

@media (max-width:991px) {
    .container-fluid .row-fluid .page-center{
        max-width:750px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-right: 15px;
    }
     .custom-menu-primary {
        width: 540px !important;
    }
    .footer-Contents h3{
        font-size: 16px;
    }
    .footer-Contents p {
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        font-family: Gibson;
        font-weight: 300;
    }  
    .custom-donations a{
        font-size: 14px;
        line-height: 28px;
    }
    .footer-bottom{
       padding-top: 43px; 
    }
    .footer-Contents .actions:before{
        top: 9px;
        font-size: 16px;
        line-height: 16px;
    }
     .slick-prev {
         left:-15% !important;
    }
    .slick-next {
        right:-10% !important;
    }
}

@media (max-width:890px) {
     .container-fluid .row-fluid .page-center{
        max-width:667px;
    }
     .custom-menu-primary {
        width: 86% !important;
        float: left !important;
    }
   
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        font-size: 14px;
        line-height: 16px;
    }
    .footer-medium-wrapper:after {
        background-position: center -0px;
    }
}  



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .header-top-wrapper{
        display:none !important;
    }
    .menu-mobile {
        width: 70% !important;
        float: right !important;
        text-align: right;
        display: block !important;
    }
    .menu-mobile a {
        font-size: 35px;
        color: #fff;
        vertical-align: middle;
        margin-right: 35px;
        position: relative;
        right: 48px;
    }
    .icon-phone:before {
        content: "\e629";
        font-family: icomoon;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .menu-mobile a {
        font-size: 35px;
        color: #fff;
        vertical-align: middle;
        margin-right: 35px;
        position: relative;
        right: 48px;
        height: 99px;
        padding: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
     }
    .plan-your-trip{
        background: #e9a52e;
        text-align: center;
    }
    .menu-mobile a:hover.blue {
         color: #61ccf5;
    }
    .plan-your-trip:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
  
   .custom-logo {
        padding:15px 0 2px 0px;
    }
    .header-main-wrapper {
        min-height: 99px !important;
        border-bottom: none;
    }
    
    .header-group {
        min-height: 99px !important;
    }
    .hs-blog-post .header-group {
        min-height: 82px !important;
    }
   .header-wrapper {
        padding: 0 15px;
        height: 84px !important;
        position: fixed;
        top: 0;
        width: 100% !important;
        z-index: 99
   }
   .custom-menu-primary.desktop{
       display:none !important;
   }
   .menu-mobile-wrapper{
       overflow-x: hidden !important;
   }
   .mobile-open .mobile-menu-container {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        width: 100%;
        top: 84px;
        position: fixed;
        max-height: calc(100vh - 84px);
        background: #f7eddd;
        z-index:99;
    }
    .mobile-open{
        overflow-x:hidden !important;
    }
    .custom-menu-primary.mobile ul{
        padding-right: 4%;
        background: #f8f1e4;
        border-right: 1px solid #f3e8d4;
        position: static;
   }
   .custom-menu-primary.mobile ul li{
        border-bottom: 1px solid #f3e8d4;
        display: block;
        width: 100%;
        text-align: left;
   }
   .custom-menu-primary.mobile ul li a{
        color: #676767;
        font-size:25px;
        display: block;
        line-height: 60px;
        padding-left: 28px;
        font-family: Capita;
        text-decoration:none;
   }
   .custom-menu-primary.mobile ul li:hover > a{
       color: #61ccf5;
   }
   
   .custom-menu-primary.mobile ul ul li{
        line-height: 16px;
        padding: 12px 0 10px;
        border:none;
   }
   
   .custom-menu-primary.mobile ul ul li a{
        background: #f7eddd;
        color: #676767;
        padding-left: 40px;
        font-size: 20.9px;
        line-height: 60px;
        font-family: Gibson;
        font-weight: 300;
   } 
   .custom-menu-primary.mobile ul ul li a:hover{
       color: #61ccf5;
   }
   
   
   .mobile-open .mobile-social-icon{
        display: inline-block;
        height: 100%;
        margin: 0;
        padding-top: 20px;
        padding-right: 0;
        width: 14% !important;
        text-align: center;
        float: right !important;
   }
   .mobile-social-icon a{
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 14px;
   }
   .mobile-social-icon .icon-facebook {
         font-size: 22px;
   }
   .mobile-social-icon i.bg-blue{
        background: #646059;
        color: #f7eddd;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        display: inline-block;
   }
  .mobile-social-icon i{
        height: 30px;
        width: 30px
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
   }
   .mobile-social-icon .icon-facebook:before {
        content: "\e625";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .mobile-social-icon .icon-twitter:before {
        content: "\e61b";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
    }
    .mobile-social-icon .icon-google-plus:before {
        content: "\e61c";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
   .mobile-social-icon .icon-instagram:before {
        display: inline-block;
        width: 15px;
        display: inline-block;
        width: 14px;
        content: "\e627";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size:18px;
    }
   .mobile-menu-container .mobile-social-icon{
       display:none !important;
   }
   .mobile-open .mobile-menu-container .mobile-social-icon{
       display:block !important;
   }
   .footer-medium-wrapper{
        padding-left: 10px;
        padding-right: 10px;
   }
   
   .footer-Contents{
       width: 48.82117% !important;
       min-height: 100px !important;
   }
   
   .footer-Contents:nth-child(2),
   .footer-Contents:nth-child(4){
       margin-right:0% !important;
   }
   .footer-Contents p{
       display:none !important;
   }
   .footer-medium-wrapper:after{
       background-color: rgba(0,0,0,0);
       height:340px;
   }
   .footer-medium-wrapper:after {
        background-position: center 0px;
   }
   .footer-bottom{
        padding-left: 15px;
        padding-right: 15px;
   }
   .footer-social-icon i.bg-blue{
       background: #646059;
   }
  .footer-social-icon i.bg-blue{
      background: #646059;
  }
   .footer-social-icon i.bg-blue:hover{
    background: #969490;
    color: #f7eddd;
  }
  .blog .body-container .page-center{
      max-width:100%!important;
      padding:0;
  }
  .blog .blog-content{
       width: 100% !important;
       padding-left: 0;
  }
  .blog .blog-sidebar{
      width: 100% !important;
      padding-right: 0;
      margin-left: 0 !important;
  }
  .custom-google-search .hs-button.primary {
       top: 26px;
  }
  
  .blog-listing-wrapper .post-listing .post-item{
      padding: 30px 20px 25px 20px;
      background: url(//4157581.fs1.hubspotusercontent-na1.net/hubfs/4157581/ArtofLivingRetreatCenter%20-Jan2018/js/post-item-bg.jpg) repeat-x #fff;
  }
  .post-header {
    padding: 0 15px;
   }
   .hs-blog-listing .post-body{
        padding: 0 15px;
   }
   .single-post-extra{
       padding: 0 15px; 
   }
   .thumbnail-photo{
       display:none !important;
   }
   .banner-area{
        margin: -16px 0 0 0 !important;
        min-height: 138px !important;
   }
   .blog-pagination{
       padding: 30px 15px;
   }
   .testimonial{
        font-size: 22px;
        line-height: 34px;
   }
   .hs-blog-post .body-container .page-center {
        max-width: 100%!important;
        padding: 0 20px;
   }
   .related-post-item{
       width:100% !important;
   }
   .custom-form{
     width:100% !important;
   }
   .hs-blog-listing .hs-author-profile{
       padding:0 20px;
   }
}  

@media (max-width:600px) {
    .footer-medium-wrapper:after{
        height: auto;
    }
    .footer-Contents {
        width: 100% !important;
        min-height: 60px !important;
        margin: 0 0 25px 0;
    }
    .weather-plugin .box-temp{
        width: auto !important;
    }
    .weather-plugin .box-icon-weather{
        width: auto !important;
        float:none !important;
    }
    .testimonial{
        font-size: 20px;
        line-height: 32px;
    }
    .footer-slider .author.type-b{
        font-size: 24px;
    }
    .post-pagination span.prev-label{
        font-size:12px;
    }
    .title-post{
        font-size: 12px;
    }
    .post-pagination .newer i.icon-arrow-left{
        font-size: 12px;
    }
    .next-label{
         font-size: 12px;
    }
    .post-pagination span.next-label:after{
         font-size: 12px;
    }
    .older a{
        font-size: 12px;
    }
    .post-pagination .newer{
        width:100% !important;
        float:left !important;
    }
    .post-pagination .older{
        width:100% !important;
        float:left !important;
    }
    .banner-post-area {
        background-size: cover;
        min-height: 138px !important;
    }
    
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .menu-mobile a {
        font-size: 20px;
        height: 70px;
        top: -64px;
     }
     .mobile-trigger{
        font-size: 20px;
        top: 35px;
     }
}

@media (max-width:330px) {
    .custom-logo {
       padding: 10px 0 2px 0px;
    }
    .menu-mobile a{
        top: -59px;
    }
}


@media (max-width:320px) {
   .post-header h2{
    line-height:18px;
    font-size:18px;
   }
}