/* fonts */

/** Allura **/

@font-face {
  font-family: "Allura";
  src: url("../fonts/rubik/Allura-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/** Raleway **/

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/** Source Sans **/

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesans/SourceSans3-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

*,*:focus,*:hover{
    outline: 0px transparent !important;
}

img{
    max-width: 100%;
    height: auto;
}
.no-padding {
    padding: 0;
}

.bold {
    font-weight: 800;

}


.npr {
    padding-right: 0;
}

.npl {
    padding-left: 0;
}

/*
header
 */
.header-wrapper{
  background: none;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
  position: initial;
}

/*
.header-wrapper.fix-no {
  position: absolute;
}

.fix-no .site-header {
    position: relative !important;
}
*/

.header-inner{
    /* margin-top: 4px; */
    background-color: white;
}
.site-branding {
padding-top: 10px;
}

.site-branding img.site-logo {
    /* width: 100%; */
    height: auto;
}

.site-branding img.sticky-logo {
    visibility: hidden;
    height: 0;
    transition: 0.2s;
}

.is-sticky .site-branding img.site-logo {
    visibility: hidden;
    height: 0;
}

.is-sticky .site-branding img.sticky-logo {
    visibility: visible;
    width: 70%;
    height: auto;

}

.is-sticky .site-header {
    /* box-shadow: -1px 9px 5px -4px rgba(0, 0, 0, 0.49); */
}





.main-title {
    /* background: #eee;
    padding: 20px;
    margin-bottom: 20px; */

}
.main-title.white {
    background: white;
}

.main-title h1.page-title {


}

.breadcrumb {

    background-color: #eee;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
}

.home-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-blog {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.home-blog h1, .home-blog p {
    color: #fff;
}

.home-section {
    background-color: #eeeeee;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
Bx Banner
 */
.home-banner {
    padding: 0;
    margin: 0;
}

.slider-wrapper {
    width: 100%;
    position: relative;
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 92%, 0 89%); */
    z-index: 2;
}

.banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    z-index: 99;
    height: 100%;
    display: block;
    animation: fadein .5s ease-in-out;

}

.video-overlay {
    background-image: url("../images/gridtile.png");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
}

.slider-wrapper .bx-wrapper {
    padding: 0;
    margin: 0;
}

.slider-wrapper .bx-wrapper img.main-img {
    width: 100%;
    height: auto;
}

.slider-wrapper .bx-pager {
    position: absolute;
    width: 100%;
    bottom: 50px;
}

.slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus, .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #1074bc;
}



/*
Cards
 */

.card {

}

.card .card-inner {
    box-shadow: 0px 3px 17px 7px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    margin-bottom: 15px;
}

.card .card-inner .entry {
    margin-bottom: 20px;
}

.card .card-inner.entry-thumb,
.card .card-inner .entry-text {
}

.card .card-inner .entry-thumb {
    position: relative;
    overflow: hidden;
}

.card .card-inner .entry-thumb .thumb-link img {
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-inner .entry-thumb .thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.card .card-inner .entry-thumb .thumb-link::after {
    content: "...";
    font-size: 4.5rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -2.6px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.card .card-inner .entry-thumb:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.card .card-inner .entry-thumb:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card .card-inner .entry-thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card .card-inner .entry-text {
    padding: 9px;
    background-color: white;
}

.card .card-inner .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.32;
    margin-bottom: 1.8rem;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.card .entry-excerpt {
    min-height: 90px;
}

.card .card-inner.entry-header .entry-meta {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.card .event-date {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 80px;
    background: #fff;
    z-index: 55;
}

.card .event-date .day {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    display: block;
    color: #053762;
}

.card .event-date .day sup {
    font-size: 15px;
}

.card .event-date .month {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #053762;

}

/*Back to top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #d1e8f5;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

footer.site-footer .widget h2.widget-title {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

/*
Widgets
 */
#secondary .widget ul, #colophon .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*
Content
 */


/*
News Widget
 */

.latest-news .blog-img {
    padding: 0;
}

.latest-news .post-title h3 {
    margin-top: 0;
}

.latest-news .date {
    font-size: 12px;
}

.latest-news .date::before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 8px;
}

/* ===================================================================
 *  Blog
 *
 * ------------------------------------------------------------------- */
.posted-on time::before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 3px;
}


body.blog .content-area {
    background: white;
}

#bricks {
    padding-top: 4.2rem;
}

#bricks .masonry {
    max-width: 1200px;
}

#bricks .pagination {
    margin-top: 6rem;
}

#bricks.with-top-sep {
    position: relative;
}

#bricks.with-top-sep::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100px;
    width: 200px;
    height: 1px;
    background-color: #D1D1D1;
}

.bricks-wrapper:before,
.bricks-wrapper:after {
    content: "";
    display: table;
}

.bricks-wrapper:after {
    clear: both;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
    width: 33.33333%;
}

.bricks-wrapper .brick {
    float: left;
    padding: 0 20px;
}

.bricks-wrapper .featured-grid {
    width: 50%;
}

.bricks-wrapper .featured-grid .entry-content {
    width: 100%;
    background: #151515;
}

@media only screen and (max-width: 1280px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 33.33333%;
    }

    .bricks-wrapper .featured-grid {
        width: 66.66667%;
    }
}

@media only screen and (max-width: 1024px) {
    .bricks-wrapper .brick {
        padding: 0 18px;
    }

}

@media only screen and (max-width: 960px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 50%;
    }

    .bricks-wrapper .featured-grid {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .bricks-wrapper .brick {
        padding: 0 15px;
    }

}

@media only screen and (max-width: 600px) {
    #bricks .row {
        max-width: 460px;
    }

    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 100%;
        padding: 0 10px;
        clear: both;
    }
}

@media only screen and (max-width: 400px) {
    .bricks-wrapper .brick {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}

.js .animate-this {
    opacity: 0;
}

.oldie .animate-this
.no-cssanimations .animate-this {
    opacity: 1;
}

.bricks-wrapper .entry {
    margin-bottom: 40px;
}

.bricks-wrapper .entry-thumb,
.bricks-wrapper .entry-text {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.bricks-wrapper .entry-thumb {
    position: relative;
    overflow: hidden;
}

.bricks-wrapper .entry-thumb .thumb-link img {
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bricks-wrapper .entry-thumb .thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.bricks-wrapper .entry-thumb .thumb-link::after {
    content: "...";
    font-size: 4.5rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -2.6px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.bricks-wrapper .entry-thumb:hover .thumb-link::before {
    opacity: 1;
    visibility: visible;
}

.bricks-wrapper .entry-thumb:hover .thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bricks-wrapper .entry-thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bricks-wrapper .entry-text {
    padding: 1.8rem 2.8rem 3.6rem;
    background-color: white;
}

.bricks-wrapper .entry-header .entry-title {
    font-size: 2.5rem;
    line-height: 1.32;
    margin-bottom: 1.8rem;
}

.bricks-wrapper .entry-header .entry-title a,
.bricks-wrapper .entry-header .entry-title a:visited {
    color: #000000;
}

.bricks-wrapper .entry-header .entry-meta {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}

.bricks-wrapper .entry-header .entry-meta a,
.bricks-wrapper .entry-header .entry-meta a:visited {
    color: #000000;
}


.bricks-wrapper .entry-header .cat-links a:last-child::after {
    display: none;
}

.bricks-wrapper .entry-excerpt {
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #999999;
}


.blog-single .post-thumb img{
    width: 100%;
    height: auto;
    margin-bottom:15px;
}
.blog-single .entry-meta {
    font-size: 1.5rem;
    list-style: none;
    margin-left: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #999999;
}

.blog-single .entry-meta a,
.blog-single .entry-meta a:visited {
    color: #000000;
}

.blog-single .entry-meta li {
    display: inline-block;
    padding-left: 0;
}

.blog-single .entry-meta .date {
    margin-right: 1rem;
}

.blog-single .entry-meta .cat a {
    margin-right: 5px;
}

.blog-single .entry-meta .cat a:last-child {
    margin-right: 0;
}

.blog-single .entry-meta .cat a::after {
    content: ",";
}

.blog-single .entry-meta .cat a:last-child::after {
    content: none;
}

.blog-single .tags {
    margin: 6rem 0 4.2rem;
}

.blog-single .tags span {
    color: #151515;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.blog-single .tags a {
    color: #999999;
    margin-right: 1rem;
}

.blog-single .author-profile {
    margin-top: 9rem;
    padding-left: 9rem;
    position: relative;
}

.blog-single .author-profile a,
.blog-single .author-profile a:visited {
    color: #000000;
}

.blog-single .author-profile img {
    margin: 0.6rem 0 0 0 !important;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-single .author-profile p {
    margin-bottom: 1.2rem;
}

.blog-single .author-profile .author-social {
    list-style: none;
    margin-left: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.blog-single .author-profile .author-social li {
    display: inline-block;
    margin-right: 0.8rem;
    padding-left: 0;
}

.blog-single .author-profile .author-social a {
    color: #999999;
}

.blog-single .pagenav {
    padding-top: 1.5rem;
    margin: 12rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-single .pagenav div {
    padding-top: 1.5rem;
    float: left;
    width: 50%;
}

.blog-single .pagenav a {
    font-size: 2.1rem;
    line-height: 1.571;
    border: none;
    color: #000000;
}

.blog-single .pagenav a span {
    font-size: 1.5rem;
    line-height: 3rem;
    display: block;
    margin-bottom: 1.5rem;
    color: #999999;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .pagenav a:hover span {
    color: #000000;
}


@media only screen and (max-width: 768px) {
    .blog-single .entry-meta {
        font-size: 1.5rem;
    }

    .blog-single .pagenav div {
        float: none;
        width: 100%;
    }

    .blog-single .pagenav div:first-child {
        margin-bottom: 0.9rem;
    }

}

@media only screen and (max-width: 600px) {
    .blog-single .author-profile {
        padding-left: 0;
        text-align: center;
    }

    .blog-single .author-profile img {
        position: static;
        width: 6.6rem;
        height: 6.6rem;
        margin: 0 0 0.6rem 0 !important;
    }

    .blog-single .pagenav {
        text-align: center;
    }

}


/*
Social Menu Top Nav
 */
ul#menu-social {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

ul#menu-social li {
    display: inline-block;
}

ul#menu-social li a span {
    display: none;
}

ul#menu-social li a::before {
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    margin-left: 5px;
    margin-right: 0;
    line-height: 32px;
}

ul#menu-social li.fb a::before {
    content: "\f230";

}

ul#menu-social li.twitter a::before {
    content: "\f081";

}

ul#menu-social li.yt a::before {
    content: "\f166";

}

ul#menu-social li.email a::before {
    content: "\f199";

}

ul#menu-social li.tel a::before {
    content: "\f098";

}


.social-icons a {
  /* color: #d0e8f5; */
  text-decoration: none;
}
.social-icons .fa-stack-1x {
  color: #48AEEB;
}

.social-icons .fa-stack-2x {
  color: #ffffff;
}

.social-icons a span {
  transition: 0.3s;
}

.social-icons a:hover span {
  transform: scale(0.8);
  text-decoration: none;
}

.social-icons .fa-stack {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}


/*
menu
*/
/* Main Navigation */

ul#primary-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

ul#primary-menu > li {
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
}

ul#primary-menu li a {
  background: none;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 21px;
  text-align: left;
  text-decoration: none;
  text-transform: inherit;
  font-weight: 600;
}

ul#primary-menu li.current-menu-item a, ul#primary-menu li a:hover {
  background: none;
}

ul#primary-menu > li.menu-item-has-children > a > span::after{
    font-family: FontAwesome;
    content: "\f0d7";
    display: block;
    float: right;
    position: absolute;
    right: 8px;
    top: 29%;
}

ul#primary-menu > li a span {

    display: block;
}



ul#primary-menu li ul.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    width: 200px;
    z-index:10;
}

ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

@media (max-width: 768px) {
/*
Menu
 */
    ul#primary-menu {
        position: absolute;
        left: 0;
        z-index: 10;
        visibility: hidden;
        height:0;
    }
    ul#primary-menu.active{
        visibility: visible;
        height:auto;

    }
    ul#primary-menu > li {
        width: 100%;
    }

    ul#primary-menu li ul.sub-menu {
        position: relative;
        width: 100%;
    }
    ul#primary-menu li ul.sub-menu li a span {
        margin-left:10px;
    }

    .site-branding img.site-logo {
        width: 80%;
    }

    .site-branding .btn-mobile-toggle {
        float: right;
        top: 10px;
        position: absolute;
        right: 10px;
        border-radius: 0;
    }
    .site-branding .btn-mobile-toggle span:after{
        font-family: FontAwesome;
        content: "\f0c9";
    }
    .site-branding .btn-mobile-toggle.active span:after{
        font-family: FontAwesome;
        content: "\f00d";
    }
}
/* -------------------
  Theme
  -- STYLES
 ------------------- */


 /*__________________________
 __________Header____________
 */

 ul#primary-menu li.current-menu-item a, ul#primary-menu li a:hover {
   /* background: none; */
   /* border-bottom: 3px solid #00c237; */
 }
 ul#primary-menu li a {
   /* background: none;
   border-bottom: 3px solid rgba(#00c237,0); */
 }
 header#masthead {
    /* background: rgba(58, 145, 77, 0.51); */
}

/*__________________________
__________Footer____________
*/

footer {
    background-position: 107% 130%;
    background-size: 20%;
    background-repeat: no-repeat;
    padding: 40px 0px 0px;
    background-color: #292929;
}
img.site-logo.footer {
  width: 230px;
  height: 108px;
  margin-bottom: 10px;
}

.payment-options-footer img{
  width: 277px;
  height: 50px;
  float: right;
}

.copyright-footer {
  text-align: left;
}


@media only screen and (max-width: 768px) {

  img.site-logo.footer {
    width: 200px;
    height: 84px;
    margin-bottom: 10px;
  }

  .payment-options-footer{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .payment-options-footer img{
    width: 200px;
    height: 36px;
    float: none;
  }

  .copyright-footer {
    text-align: center;
  }

}


/*__________________________
__________Global____________
*/

@media (max-width:768px) {
  .wpcf7-form input, .wpcf7-form textarea {
      width: 100% !important;
  }
  div#page {
    overflow-x: hidden;
  }
}



body, p, li {
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Raleway', sans-serif;
   font-weight: 500;
   line-height: 1.5;

}

.h3, h3 {
    font-size: 24px;
    font-weight: 300;
    color: #211c1e;
    line-height: 1.2;
    margin-top: auto;
}

p, li {
    color: #211c1e;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
}

h2 {
    color: #211c1e;
    font-weight: 300;
}

a.e-btn, .wpcf7-submit {
  padding: 10px 40px;
  background: white;
  color: white;
  /* border-radius: 20px; */
  border: 1px solid #211c1e;
  transition: 0.3s;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}

.header-paragraph {
  padding-top: 15px;
  text-align: center;
}

/* rounded */
a.e-btn.e-btn__rounded, .wpcf7-submit {
  /* border-radius: 25px; */
  padding: 10px 50px;
}

a.e-btn.e-btn__pink {
  background-color: #d0e8f5;
}
a.e-btn.e-btn__green {
  background-color: #d1e8f5;
}

.text_and_text a.e-btn:hover {
    background: white;
    color: #403f3f;
}
.text_and_text a.e-btn {
    background: none;
    border: 2px solid white;
    color: white;
    transition: 0.2s;
}

.e-btn-container {
  padding: 30px 0px;
  text-align: center;
}

.c-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* e-btn - Block Difference */
.c-block__white .e-btn, .c-block__white .wpcf7-submit {
  /* background-color: #d0e8f5; */
  color: #211c1e;
}


.c-block__grey .e-btn, .c-block__green .e-btn, .c-block__green .wpcf7-submit  {
  background-color: rgba(255,255,255,0);
  border: 1px solid #d1e8f5;
  color: #d1e8f5;
}

.c-block__black .e-btn, .c-block__black .wpcf7-submit {
  background-color: rgba(255,255,255,0);
  border: 1px solid white;
}

.c-block__navy, .c-block__purple {
  background-image: url(../images/bg_purp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-block__purple {
  background-color: #d1e8f5;
}

.c-block__navy {
  background-color: #324257;
}

a.e-btn:hover, .wpcf7-submit:hover {
  background-color: white;
  color: #757575;
  text-decoration: none;
}


body:not(.home) div#primary {
  padding-bottom: 50px;
  padding-top: 30px;
}

.overlay-slider {
  top: -1px;
}
/* ------ NEWS -------  */

.bricks-wrapper .entry-thumb img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}


/* ------ BLOCKS -------  */

.nav-purple-block {
  /* background: #d1e8f5; */
}

.c-block {
  position: relative;
  z-index: 1;
}

.c-block__white {
  background-color: white;
}
.c-block__black {
  background-color: #22252a;
  color: white;
  /* background-image: url('../images/black-block__overlay.png'); */
}

.c-block__black a{
  color: #46c3e8;
}

.c-block__grey {
  background-color: #f4f4f4;
  color: #5c5c5c;
  /* background-image: url('../images/grey-block__overlay.png'); */
}

.c-block__purple,  .c-c-block__purple p, .c-c-block__purple h1, .c-c-block__purple h2, .c-c-block__purple h3, .c-c-block__purple h4, .c-c-block__purple h5, .c-c-block__purple h6, .c-c-block__purple li {
  color: white;
}

.c-block__navy,  .c-c-block__navy p, .c-c-block__navy h1, .c-c-block__navy h2, .c-c-block__navy h3, .c-c-block__navy h4, .c-c-block__navy h5, .c-c-block__navy h6, .c-c-block__navy li {
  color: white;
}

.c-block__green {
  background-color: #c9e6d6;
  color: #006871;
}

/* background image pos, details */
.c-block__black {
  background-position: 115% 70%;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: 2;
}

.c-block__grey {
  background-position: 30% 54%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.c-block__black h1, .c-block__black h2, .c-block__black h3, .c-block__black h4, .c-block__black h5, .c-block__black h6, .c-block__black li {
  color: white;
}

.c-block__black p {
  color: #b9b9b9;
}


.c-block__black:before, .c-block__black:after {
  content:'';
  /* background-image: url("../images/black-block__cut.png"); */
  width:100%;
  height: 70px;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.c-block__black:before {
  top: -70px;
  pointer-events: none;
}

.c-block__black:after {
  bottom: -70px;
  transform: rotate(180deg);
  pointer-events: none;
}


/*__________________________
__________Custom Home ____________
*/

/* .c-block__navy {
  clip-path: polygon(0 10%, 51% 4%, 100% 0%, 100% 90%, 49% 95%, 0 100%);
}

.c-block__purple {
  clip-path: polygon(0 0, 51% 4%, 100% 9%, 100% 100%, 49% 95%, 0 91%);
} */
.header-contact {
    padding-bottom: 15px;
}

nav#top-navigation {
    background-color: #d1e8f5;
}
nav#top-navigation, nav#top-navigation a, nav#top-navigation p {
  color: #353535;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}



.home .flex-content.flex-content-space .c-block:first-child {
    /* padding-top: 100px !important;
    position: relative;
    top: -100px;
    /* z-index: -1; */
}

.c-infoblock a {
  display: block;
  text-decoration: none;
}

.c-infoblock:hover:after {
  width: 100%;
}
.c-infoblock:after {
  content: '';
  height: 60px;
  width: 0%;
  background: rgb(209 232 245 / 30%);
  position: absolute;
  top: 28%;
  z-index: -1;
  left: -15px;
  pointer-events: none;
  transition: 0.3s;
}


/*__________________________
__________Custom Header____________
*/

.col-header, .col-header a {
  color: white;

}

.col-header b, .col-header strong {
  /* color: #5f4ca1; */
}

.col-header, .col-header a {
  /* color: black; */

}

.col-header:last-child {
    text-align: right;
}
.col-header {
    text-align: center;
}
.col-header:first-child {
    text-align: left;
    padding-left: 0;
}

.col-header {
  display: inline-block;
}

@media (min-width:992px) {
  .header-contact .row {
    display: flex;
    align-items: center;
  }
}

.col-header.tel {
  padding-left: 20px;
}

.col-header__cart {
  text-align: right;
}

.search-quicklink {
  opacity: 0;
  margin-top: -50px;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
}

.search-quicklink.search-open {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  padding: 60px 0px;
  background: #d1e8f5;
  width: 100%;
  top: 0;
  left: 0;
}

.search-quicklink a.e-btn {
  position: relative;
  top: 13px;
}

.header-contact, .search-quicklink {
  text-align: right;
}

.main-navigation .get-search a, .main-navigation .get-search:hover a {
  background-color: #d0e8f5 !important;
  background-image: url(../images/search.png) !important;
  background-size: 40% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: rgb(93 76 160 / 0%) !important;
  transition: 0.3s;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.get-search > a.mega-menu-link:hover {
  color: rgb(93 76 160 / 0%) !important;
  filter: drop-shadow(0px 0px 3px #d0e8f5 );
}

.form-group i.fa.fa-search {
  position: absolute;
  color: white;
  right: 5px;
  top: 8px;
  font-size: 17px;
  transform: rotate(90deg);
  z-index: 999;
  pointer-events: none;
}

.form-group input#searchsubmit {
    background: none;
    padding-right: 30px;
    border: none;
}

.form-group {
  position: relative;
  text-align: right;
  border: 2px solid white;
  border-radius: 10px;
}

.form-group input {
    background: none;
    border: none;
    box-shadow: none;
}
.form-group input#s::placeholder {
    color: white;
}
.form-group input#s {
    text-align: right;
    color: white;
}

ul#top-menu {
  list-style: none;
  padding-left: 0px;
  text-align: left;
  padding-top: 6px;
}

ul#top-menu li {
  display: inline-block;
  padding: 0px 10px;
  position: relative;
}

ul#top-menu li:not(:last-child):after {
  content: '|';
  position: absolute;
  right: 0;
}

.top-nav-message {
  padding-top: 8px;
}

.search-quicklink form#searchform {
  max-width: 336px;
  position: relative;
  top: 5px;
}

ul#primary-menu li a:hover {
  border-bottom: 2px solid #d0e8f5;
}

ul#primary-menu li:hover:before {
    height: 100%;
    width: 100%;
    background: #d0e8f5;
    position: absolute;
    bottom: 0;
}
ul#primary-menu li:before {
    content: '';
    height: 0;
    width: 100%;
    pointer-events: none;
    transition: 0.3s;
}
ul#primary-menu li a:hover {
    border-bottom: 2px solid #d0e8f5;
    position: relative;
    z-index: 1;
}

.site-header {
  background-color: rgba(255,255,255,0);
}
.site-header.bg-show {
  background-color: #5d5d5db5;
}

.col-header__account a {
  background-image: url(../images/account.png);
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}


.col-header__cart a {
  background-image: url(../images/cart.png);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: left;
  color: #979595;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 0px;
  padding-left: 33px;
  width: 100%;
}


/*_______________________________
__________Plugin Adds____________
*/

/* .rev_slider_wrapper:before {
  content: '';
  background: rgba(0, 0, 0, 0.40);
  z-index: 21;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rev_slider_wrapper .tp-parallax-wrap {
  position: relative;
  z-index: 1;
} */
.hesperiden .tp-bullet {
    background: rgba(153, 153, 153, 0.69);
    border-color: rgba(153, 153, 153, 0.53);
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: rgb(255, 255, 255);
    border-color: white;
}

.hesperiden.tp-bullets {
    top: 90% !important;
}


.rev_slider:after {
  content: '';
  /* background-image: url(../images/slider-bottom.png); */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 24;
  pointer-events: none;
}

/* SLICK */
.wc-image-carousel h4 {
font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: 1.2 !important;
    color: #211c1e;
    text-transform: uppercase;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 0px;
	text-align: center;
	margin-bottom: 0;
}
.wc-image-carousel p {
    text-align: center;
	    color: #44aeeb;
    font-size: 1.3em;
    font-weight: normal;
}
.wc-image-carousel {
	background-color: #FFF;
}
.wc-image-carousel img {
  object-fit: cover;
  width: 300px;
  height: 300px;
}
.wc-image-carousel img:hover {

	transition: transform .2s; /* Animation */
}
.slick-dots li button:before {
    font-size: 16px!important;
}
.slick-next:before, .slick-prev:before {
    font-size: 30px!important;
	color: #000!important;
}

.slick-slide {
  margin: 10px;
	position: relative;
}
.slick-slide a:hover {
	text-decoration: none;
}
.slick-slide img:hover{
	    display:block;
    transition: 0.3s;
	 opacity: 0.5;
	background-color: #FFF;

}
.slick-slide .overlay {
position: absolute;
    position: absolute;
    top: 0;
   height: 300px;
    border: 1px solid #FFF;
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 16px;
    padding: 7px;
    text-align: center;
    display: block;
    background: rgba(255,255,255,0.5);
}
.slick-slide .overlay span{
	    line-height: 300px;
    border: 1px solid #FFF;
    vertical-align: middle;
    padding: 7px 20px;;
}
.slick-slide:hover .overlay {
  opacity: 1;
}

/*__________________________
__________Components____________
*/


/* IMAGE and TEXT - flex component */
.c-block__white .image_and_text__image {
  /* border-radius: 25px;
  box-shadow: -20px 20px 0px 5px #fae3f1; */
}

img.image_and_text__image {
  /* max-height: 450px; */
  object-fit: cover;
  object-position: center;
}

.introduction_text h4 {
    font-family: 'Allura', cursive;
    font-size: 25px;
}
.c-block__blue {
    background-color: #d1e8f5;
}

.c-block__beige {
    background-color: #f7f7f7;
}


/* ------ IMAGE LINKS -------  */

.c-imagelink__text {
  padding: 10px;
  text-align: center;
  border: 1px solid black;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  background: white;
  text-transform: uppercase;
}

.c-imagelink.text_over_image .c-imagelink__text {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    color: white;
    font-size: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    background: none;
    transition: 0.2s;
}

.c-imagelinks .col-md-3 .c-imagelink.text_over_image .c-imagelink__text {
  font-size: 3.8rem;
}

.c-imagelink {
    overflow: hidden;
	margin-bottom: 10px;
}

.c-imagelink:hover .c-imagelink__img {
    filter: grayscale(1)brightness(0.5);
}

.c-imagelink.text_over_image:hover .c-imagelink__text {
    transform: scale(.9);
}

.c-imagelink__img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.2s;
}

.c-imagelink__anchor {
  color: #5c5c58;
}

.c-imagelink__anchor:hover {
  text-decoration: none;
}

.c-imagelink:hover img {
    transform: scale(1.1);
}


/* ------ SIDEBAR TABS -------  */

 .tab-block {
/* 	 width: 650px; */
/* 	 height: 290px; */
/* 	 margin: 50px auto; */
/*    border: 2px solid black;  */
}
 .tab-block .tab-mnu {
    list-style: none;
    width: 100%;
    color: white;
    margin: 0;
    padding: 0;
    float: left;
   padding-right: 20px;
}
@media (max-width:768px) {
  .tab-block .tab-mnu {
   display:block;
}
}
 .tab-block .tab-mnu:after {
	 content: '';
	 display: table;
	 clear: both;
}
 .tab-block .tab-mnu li {
	 box-sizing: border-box;
/* float: left;  */
/* 	 background-color: #b2bbc0; */
	 color: #5a5a5a;
	 width: 100%;
	 text-align: center;
	 padding-top: 13px;
	 padding-bottom: 13px;
	 cursor: pointer;
   text-transform: uppercase;
}
 .tab-block .tab-mnu li {
   border-right: 1px solid white;
border-bottom: 2px solid white;
background: #66c9d4;
color: white;
}
 .tab-block .tab-mnu li:hover:not(.active) {
	 background-color: #c0c7cb;
}
.tab-block .tab-mnu .active {
    background-color: #d1e8f5;
    color: #ffffff;
    cursor: default;
}
 .tab-block .tab-cont {
	 box-sizing: border-box;
	 border-top: 1px solid white;
	 background-color: white;
	 color: #292d2f;
   padding-left: 20px;
}
 .tab-block .tab-cont .tab-pane {
	 padding: 20px 25px;
}



/* Info Block */


.c-infoblock {
  text-align: left;
  padding: 40px;
}

.c-block__purple h4.c-infoblock__heading, .c-block__navy h4.c-infoblock__heading, .c-block__navy p.c-infoblock__text, .c-block__purple p.c-infoblock__text {
  color: white;
}
.c-infoblock p {
  font-size: 13px;
}

.c-infoblock__img {
  float: left;
  padding-right: 20px;
  transition: 0.3s;
}

.c-infoblock__heading {
  color: #44aeeb;
  margin-bottom: 4px;
}

.c-infoblock p {
  font-size: 15px;
  color: #5c5c58;
  font-weight: 500;
}

.c-infoblock {
  text-align: left;
  padding: 10px 40px;
  border-right: 1px solid #dedede;
  margin: 30px 0px;
}

.c-infoblock__container .col-xs-12:nth-child(3n) .c-infoblock {
  border-right: 0;
}

.c-infoblock:hover .c-infoblock__img {
  transform: translateY(-8px);
}

/* JOBS */

.c-job__icon {
  background: #d1e8f5;
  border-radius: 10px;
  height: 74px;
  width: 74px;
  background-image: url(../images/search-person.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
.c-job-listings .row {
    position: relative;
    z-index: 1;
}

h4.c-job__heading {
    color: #211c1e;
}

.c-job-listings:after {
    content: '';
    background-color: #fff6f3;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.c-job-listings {
    position: relative;
    padding: 40px;
}

p.c-job__text {
  font-size: 14px;
}

.c-job a {
    color: black;
}

/* Properties */

.c-prop a {
  text-decoration: none;
  color: white;
}

p.c-prop__text {
  font-size: 14px;
}

h4.c-prop__heading {
  padding: 8px 0px;
}

.c-prop-listings {
  padding-bottom: 50px;
}

.c-prop__content {
  padding-bottom: 20px;
}

a.c-prop__btn {
  background-color: rgba(255,255,255,0);
  border: 1px solid white;
}

a.c-prop__btn.e-btn span {
  transition: 0.3s;
}
a.c-prop__btn.e-btn:hover span {
  padding-left: 10px;
}
/* Services / Therapy Cards */


.services_heading h3 {
  color: #d1e8f5;
  padding: 0px 0px 27px;
  margin: 0px 0px 27px;
  border-bottom: 6px solid #c5c5c5;
}

.c-therapycard {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 2px #d6d6d6;
  margin-bottom: 30px;
}

.c-therapycard__image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.c-therapycard__heading {
  font-size: 15px;
  color: #d1e8f5;
}

.c-therapycard__content {
  padding: 6px 15px;
  background-color: white;
}

.c-therapycard__text {
  color: #5c5c5c;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
}

.c-therapycard__link {
  text-align: center;
  width: 100%;
  padding: 10px;
  background: #d1e8f5;
  display: block;
  font-size: 12px;
  color: white;
  font-weight: 500;
  transition: 0.3s;
}

.c-therapycard__link:hover {
  background: linear-gradient(120deg, rgba(0, 138, 63, 0.2), transparent);
  color: #d1e8f5;
  text-decoration: none;
}


/* CLINIC CARD   */
.c-clinic {
  padding: 15px 0px;
}

.c-clinic__heading {
  font-size: 16px;
}

.clinics_heading h3 {
  text-align: center;
}

.fixed-image {
  background-attachment: fixed;
  background-position: 75% 29%;
  background-size: 30%;
  background-repeat: no-repeat;
}
@media (min-width:992px) {
  .row.intro-wrapper.inner-pages {
      display: flex;
  }
  .fixed-image img{
    visibility: hidden;
  }
  .fixed-image {
    background-attachment: fixed;
    background-position: 75% 29%;
    background-size: 30%;
    background-repeat: no-repeat;
  }
}

@media (max-width:992px) {
  .fixed-image {
    background-image: none !important;
  }
}



/* Contact Form */

.c-contactform {
  text-align: center;
}

.c-contactform__form {
  margin: 0 auto;
}

.c-contactform input:not(.wpcf7-submit), .c-contactform textarea {
  width: 100%;
  padding: 13px;
  margin: 12px;
  font-size: 13px;
  outline: 0;
  border: 0;
}

.c-contactform h4 a {
  font-weight: 600;
  color: #006871;
}

.c-contactform h4 {
  padding: 25px 0px 0px 0px;
  font-weight: 300;
  color: #006871;
}

.contact-page-form .c-contactform input:not(.wpcf7-submit), .contact-page-form .c-contactform textarea {
    background: #c9e6d6;
}

/*____________________________
__________ Pages _____________
*/

.main-image-wrapper {
  text-align: center;
  background-color: #d1e8f5;
  display: flex;
  justify-content: center;
  color: white;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 10px;
}

.main-image__title {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: 200;
  font-size: 50px;
  position: relative;
  line-height: 50px;
  padding: 0px;
  margin: 0px;
}


/*__________________________
__________Blog______________
*/


.blog .news-block__content {
  /* border-radius: 15px; */
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 2px #d0d0d0;
  -moz-box-shadow: 0px 0px 6px 2px #d0d0d0;
  box-shadow: 0px 0px 6px 2px #d0d0d0;
}

.blog h1.entry-title a {
  color: #5c5c58 !important;
  font-size: 21px;
}
.blog .entry-thumb {
  /* border-bottom: 5px solid #d1e8f5; */
}
.blog .entry-text .date.blog-single-date {
  font-weight: 600;
  color: #5c5c58;
}
.blog .bricks-wrapper .entry-text {
  padding: 1.8rem 2.8rem 3.6rem;
  /* border-top: 5px solid #66c9d4; */
  background-color: #ffffff;
}

.entry-except {
  padding-bottom: 20px;
}

a.e-btn.entry-e-btn:hover, a.c-lnews__btn.e-btn:hover {
  background-color: white;
  color: #d1e8f5;
}

a.e-btn.entry-e-btn, a.c-lnews__btn.e-btn {
  border-radius: 10px;
  background-color: #d1e8f5;
  color: white;
}


.c-block__navy a.e-btn, .c-block__purple a.e-btn  {
  background-color: rgba(255,255,255,0);
  border: 1px solid white;
  text-decoration: none;
  color: white;
}


.c-block__navy a.e-btn:hover, .c-block__purple a.e-btn:hover  {
  background-color: white;
  border: 1px solid #d1e8f5;
  text-decoration: none;
  color: #d1e8f5;
}

/*________________________________
__________Therapy Checkout________
*/
form#checkout-form .col-md-8 {
    background: #c9e6d6;
    padding: 18px;
    border-radius: 10px;
}

form#checkout-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    float: left;
    padding-right: 7px;
}

form#checkout-form .form-group {
  border: none;
}

form#checkout-form .form-group input {
  background: white;
}

.c-lnews {
  overflow: hidden;
  box-shadow: 0px 0px 6px 2px #d0d0d0;
  margin-bottom: 30px;
}

p.c-lnews__text {
    padding: 10px 0px;
}

.c-lnews__content .text-center:last-child {
  padding: 20px 0px
}

img.c-lnews__image {
  height: 200px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.c-lnews__content {
    padding: 20px;
}

.c-lnews__btnwrapper {
  padding: 20px 0px;
}


/*__________________________
__________MOBILE_____________
*/

@media (min-width:992px) and (max-width:1200px) {
  .search-quicklink a.e-btn {
    padding: 10px 12px;
  }
  ul#primary-menu li a {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.hidden-md-up {
  display: none;
}

.hidden-xs-down {
  display: block;
}
div#map-container ul.overlay {
  position: absolute !important;
  z-index: 1;
}
@media (max-width:992px) {

  .hidden-md-up {
    display: block;
  }

  .hidden-xs-down {
    display: none;
  }

  .btn-slide {
    padding: 8px 20px !important;
  }

  .h2, h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .c-block__white .image_and_text__image {
    margin-bottom: 35px;
  }

  div#map-container ul.overlay {
    position: static !important;
  }

  .mob-standard-logo {
    display: inline-block;
    height: 50px!important;
    object-fit: contain;
    padding: 5px;
  }
  .c-contactform input:not(.wpcf7-submit), .c-contactform textarea, .c-contactform__form {
    width:100%;
  }
  .wpcf7-form input, .wpcf7-form textarea {
    width: 100% !important;
    margin: 10px 0 !important;
  }

}


/*________________________
__________MAP_____________
*/


div#map {
  width: 100%;
  height: 500px;
}

div#map-container ul.overlay {
  position: absolute;
  top: 5px;
  left: 20px;
  list-style: none;
  margin: 0;
  padding: 25px;
}

div#map-container ul.overlay li {
  background: #ea80bf;
  border: 1px solid;
  padding: 10px 20px;
  margin: 12px 0px;
  color: white;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}

div#map-container ul.overlay li:hover {
  background: white;
  color: #ea80bf;
}

.copyright-footer {
    text-align: left;
    border-top: 1px solid #717171;
    padding-top: 10px;
}

/*____________________________
__________Firefox_____________
*/
@-moz-document url-prefix() {
  .fixed-image {
    background: none;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .fixed-image img {
    visibility: visible;
  }
}

/*__________________________
__________Footer_____________
*/

footer {
  padding-bottom: 10px;
}

footer .npl img {
  padding-bottom: 20px;
}

footer p, footer li, footer a {
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    color: white;
}

footer {
  /* background-image: url(../images/footer__overlay.png); */
  background-position: 107% 130%;
  background-size: 20%;
  background-repeat: no-repeat;
  padding: 40px 0px 0px;
}

footer.entry-footer {
    background: none;
}


/* Desktop/Tablet up */
@media (min-width:992px) {
  /* .dynamic-sidebar-footer section:not(.npl) {
    padding-top: 100px;
  } */
}


/*__________________________
__________Mega Menu____________
*/

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 600;
}
*/


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  -webkit-box-shadow: 0px 9px 16px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 9px 16px -4px rgba(0,0,0,0.75);
box-shadow: 0px 9px 16px -4px rgba(0,0,0,0.75);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  color: #fff !important;
}


/*__________________________
__________Team____________
*/

.team-member .team-inner {
  padding: 10px !important;
  text-align: center;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 2px #ededed;
  border: 1px solid #ffffff !important;
}

.team-member .team-picture {
  width: 140px !important;
  height: 140px !important;
  background-position: center;
  background-size: contain;
  border: 2px solid #E980BD;
}

.team-member .team-inner h3{
color: #E980BD;
font-size: 20px;
line-height:1.5em;
font-weight: 700;
}

.team-member .team-inner h5{
color: #44aeeb;
font-size: 14px;
line-height:1.5em;
}

.team-member .btn-primary {
  color: #fff;
  background-color: #E980BD;
  border-color: #E980BD;
}


/*__________________________
__________Pricing Tables____________
*/

table.c-pricing-table-1 {
	width: 750px;
	border-collapse: collapse;
	}

/* Zebra striping */
table.c-pricing-table-1 tr:nth-of-type(odd) {
	background: #eee;
	}

table.c-pricing-table-1 th {
	background: #EA81BE;
	color: white;
	font-weight: bold;
	}

table.c-pricing-table-1 td, table.c-pricing-table-1 th {
	padding: 10px;
	text-align: left;
	font-size: 18px;
	}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table.c-pricing-table-1 {
	  	width: 100%;
	}

	/* Force table to not be like tables anymore */
	table.c-pricing-table-1, table.c-pricing-table-1 thead, table.c-pricing-table-1 tbody, table.c-pricing-table-1 th, table.c-pricing-table-1 td, table.c-pricing-table-1 tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.c-pricing-table-1 thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.c-pricing-table-1  tr { border: 1px solid #ccc; }

	table.c-pricing-table-1 td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	table.c-pricing-table-1 td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}



table.c-pricing-table-2 {
	width: 750px;
	border-collapse: collapse;
	}

/* Zebra striping */
table.c-pricing-table-2 tr:nth-of-type(odd) {
	background: #36393D;
	}

table.c-pricing-table-2 th {
	background: #EA81BE;
	color: white;
	font-weight: bold;
	}

table.c-pricing-table-2 td, table.c-pricing-table-2 th {
	padding: 10px;
	text-align: left;
	font-size: 18px;
	}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table.c-pricing-table-2 {
	  	width: 100%;
	}

	/* Force table to not be like tables anymore */
	table.c-pricing-table-2, table.c-pricing-table-2 thead, table.c-pricing-table-2 tbody, table.c-pricing-table-2 th, table.c-pricing-table-2 td, table.c-pricing-table-2 tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.c-pricing-table-2 thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.c-pricing-table-2  tr { border: 1px solid #ccc; }

	table.c-pricing-table-2 td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	table.c-pricing-table-2 td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}



/*__________________________
__________Contact Form____________
*/

.wpcf7 .c-contactform.alt{
  background-color: #f7f7f7;
  padding: 10px;
}

.wpcf7 .c-contactform.alt h3{
  font-size: 20px;
}

.wpcf7 .c-contactform.alt h4{
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.6em;
}

.wpcf7 .c-contactform.alt p{
  font-size: 14px;
}

.wpcf7 .c-contactform.alt input[type="submit"] {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: #E980BD;
    padding: 10px 40px;
    border: none;
    border-radius: 7px;
    width: auto;
}
.wpcf7 .c-contactform.alt input:hover[type="submit"] {
    background: #494949;
    transition: all 0.4s ease 0s;
}
.wpcf7 .c-contactform.alt input:active[type="submit"] {
    background: #000000;
}

.wpcf7 .c-contactform.alt input[type="text"] {
    width: 92%;
}

.wpcf7 .c-contactform.alt input[type="email"] {
    width: 92%;
}

.wpcf7 .c-contactform.alt textarea {
    width: 92%;
    height: 100px;
}


/* newsletter */
.wpcf7 .footer-signup input[type="email"] {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 10px;
  border-bottom: 1px solid #717171;
  color: white;
  display: inline-block;
  width: 100%;
}



.wpcf7 .footer-signup input[type="email"]::placeholder {
  color: #dadada;
}

.footer-signup {
  position: relative;
}

.footer-signup .wpcf7-submit {
  background: none;
  color: rgba(0,0,0,0);
  border: 0;
  position: absolute;
  right: 0;
  width: 56px;
  height: 56px;
  background-image: url(../images/arrow.png);
  top: 0;
  background-position: right;
  background-repeat: no-repeat;
}


/*__________________________
__________Testimonials____________
*/

.c-testimonials-container {

}

#testimonial-full-box {
    padding: 30px 30px 10px 30px !important;
    margin-bottom: 50px !important;
}

.quote-marks {
  word-break: break-word !important;
  text-align: left !important;
}

.testi-box h4{
  text-align: right !important;
  padding-right: 30px !important;
  font-size: 22px;
}



.quote-marks::before {
    background-image: url(../images/caint-quote-l.png) !important;
    height: 133px !important;;
    width: 141px !important;
    filter: none !important;
    margin: 0px 0px 0px 0px !important;
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
  }

.quote-marks::after {
    background-image: url(../images/caint-quote-r.png) !important;
    filter: none !important;
}

@media (max-width: 576px) {
  #testimonial-full-box {
      padding: 0px 0px 0px 0px !important;
      margin-bottom: 50px !important;
  }

  .quote-marks {
    padding: 10px !important;
    font-size: 18px !important;
  }

  .testi-box h4{
    text-align: left !important;
    padding-right: 0px !important;
    font-size: 16px;
  }
 }


@media (min-width:992px) {
  .row.row-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
  }
}



 /* MOBILE */

 @media (max-width:992px) {
   iframe {
       width: 100%;
       max-width: 100%;
   }

   .c-block__navy {
     clip-path: none;
   }

   .c-block__purple {
     clip-path: none;
   }
   .c-prop .text-center:last-child {
      min-height: 60px;
  }
  .c-job__content .col-xs-2 {
    padding: 0;
  }
  .c-job__icon {
    height: 53px;
    width: 100%;
  }
  p.c-lnews__text {
    padding: 10px 0px;
    height: auto !important;
  }
  footer:before {
    height: 100px;
  }
}


/* LARGE FONT */
.large-font .h1, .large-font h1 {
    font-size: 9rem;
    line-height: 7rem;
}

.large-font .h2, .large-font h2 {
    font-size: 7rem;
    line-height: 5rem;
}

.large-font .h3, .large-font h3 {
    font-size: 9rem;
    line-height: 7rem;
    font-family: 'Allura', cursive;
}

.large-font .h4, .large-font h4 {
    font-size: 5rem;
    line-height: 4rem;
}

@media (max-width:992px) {
  .large-font .h1, .large-font h1 {
    font-size: 4rem;
    line-height: 2rem;
  }

  .large-font .h2, .large-font h2 {
      font-size: 3rem;
      line-height: 1rem;
  }

  .large-font .h3, .large-font h3 {
    font-size: 6rem;
  line-height: 5rem;
      font-family: 'Allura', cursive;
  }

  .large-font .h4, .large-font h4 {
      font-size: 2rem;
      line-height: 1rem;
  }

  .c-imagelink.text_over_image .c-imagelink__text {
      font-size: 5rem;
  }
/*	
  .c-imagelink__img {
    height: 250px !important;
  }

  .woocommerce ul.products li.product a img {
    max-height: 188px;
  }
*/
  .c-infoblock {
    text-align: left;
    padding: 0px 20px;
    border: 0;
    border-bottom: 1px solid #dedede;
    margin: 15px 0px;
}
}



/* Video POPUP */

.video-post-container {
  position: relative;
}

img.video-post-container__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}


.video-post-container:before {
    content: '\f01d';
    position: absolute;
    font-size: 23rem;
    color: #d1e8f5;
    font-family: 'FontAwesome';
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    opacity: 1;
    transition: 0.2s;
    pointer-events: none;
}

.video-post-container:before:hover {
    transform: scale(0.7);
    color: white;
}

.video-post-container.no-play:before{
  opacity: 0;
}


/* Footer Social Icons */

.site-footer .social-icons {

}

.site-footer .social-icons .fa-stack {
width: 1.7em !important;
height: 1.7em !important;
line-height: 1.7em !important;
}

.site-footer .social-icons .fa-stack-2x {
    font-size: 1.7em !important;
    color: #292929;
}

.site-footer .social-icons .fa-stack-1x {
  color: #D1E8F5;
}


/* HEADER SEARCH BAR */

/* Product's AJAX Search */

body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
background-color: #333333 !important;
}


/* MAILCHIMP SIGNUP*/

#mc_embed_signup input.button {
    background-image: url(../images/arrow.png) !important;
}


.shop-the-look a{
  background-color: #111111 !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  }

.last-chance-sale a{
  background-color: #48aeeb !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  }

  .shop-the-look a:hover{
    color: #48aeeb !important;
    }

  .last-chance-sale a:hover{
    color: #111111 !important;
    }


/* WOOCOMMERCE */

.woo-cart-item {
	display: none;
}



.single-product .col-header, .single-product .col-header a, .single-product .header-wrapper a {
  /* color: #5a5a58 !important; */
}

.single-product .search-quicklink a.e-btn, .single-product ul#primary-menu li a:hover {
  color: white !important;
}

.single-product .search-quicklink a.e-btn:hover, .single-product ul#primary-menu li a {
  color: #5a5a58 !important;
}

.single-product .form-group input#s {
  text-align: right;
  color: #595957;
}

.single-product .header-wrapper .form-group {
  position: relative;
  text-align: right;
  border: 2px solid #5b5b59;
  border-radius: 10px;
}

.single-product .form-group input#s::placeholder {
    color: #5b5b59;
}

.single-product .form-group input#searchsubmit {
  background: none;
  padding-right: 30px;
  border: none;
  color: #595957;
}



.archive.woocommerce h1.page-title {
  display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #48aeeb;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-message {
    border-top-color: #48aeeb;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #48aeeb;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product {
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}


.woocommerce ul.products li.product .price {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #44aeeb  !important;
    background: #fff;
    margin-bottom: 0px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1px;
	line-height: 1.2 !important;
    color: #211c1e;
    text-transform: uppercase;
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 0px;
}

.woocommerce ul.products li.product a img {
    object-fit: contain;
    object-position: center;
    border-bottom: 0;
    box-shadow: none;
    margin-bottom: 0;
    opacity: 1;
    transition: 0.3s;
}

.woocommerce ul.products li.product a img:hover {
    opacity: 0.4;
    transition: 0.3s;
}

.woocommerce ul.products li.product a.button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 80%;
    border-radius: 0;
    opacity: 0;
    transition: 0.3s;
    pointer-events:none;
  }
  
  /* .woocommerce ul.products li.product a.button:hover {
    border: 1px solid #44aeeb;
    background-color: #44aeeb;
    color: #ffffff;
    transition: 0.3s;
  } */

  .woocommerce ul.products li.product:hover > a.button {
    opacity: 1;
    transition: 0.3s;
  }

.woocommerce ul.products li.product .added_to_cart {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: small;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

.woocommerce span.onsale {
  border-radius: 0px;
  position:absolute;
  top:0;
  left: 1em;
  min-width: 0;
  line-height: 1em;
  background-color: red;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 9;
}

/* Recent Products */

.widget_recently_viewed_products {
    padding: 1px 10px 10px 10px;
    border: 1px solid #f5f5f5;
}

.widget_recently_viewed_products h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #D1E8F5;
}

.widget_recently_viewed_products a span.product-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    letter-spacing: 1px;
    color: #211c1e;
}

.widget_recently_viewed_products span.amount {
    font-weight: 500;
    color: #44aeeb !important;
}


/*** Woocmmerce Tabs ***/

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
border-radius:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
background: #D1E8F5;
color:#fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
background:transparent;
border:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
padding:0;
}

/* .home .woocommerce .products ul li, .woocommerce ul.products li {
  background-color: #ffffff;
} */

.home .woocommerce ul.products li.product .button {
  color: #ffffff;
  background: #111111;
}

.home .woocommerce ul.products li.product .button {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}

.home .woocommerce ul.products li.product .button:hover {
  color: #ffffff;
  background: #48AEEB;
  border-color: #48AEEB;
}

#tab-pwb_tab > h2 {
  display: none;}

#tab-additional_information > h2 {
  display: none;
  }

  /* Single Product Page */

  .single-product .pwb-single-product-brands {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  }

  .single-product .pwb-single-product-brands a{
  text-decoration: none;
  font-weight: 600;
  color: #333333;
  }

  .single-product .price del {
    font-size: 28px;
    color: red;
	font-weight: 600;
  }

  .single-product span.woocommerce-Price-amount.amount {
    font-size: 28px;
    color: #48AEEB;
	font-weight: 600;
	margin-right: 5px;
  }


  .woocommerce div.product form.cart .variations select {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    }

    .woocommerce div.product form.cart .variations label {
      font-size: 15px;
      text-transform: uppercase;
      color: #333;
    }

  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: baseline;
  }

  .single-product .wc-pao-addon-container {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #F7F7F7;
  }

  .single-product .wc-pao-addon-select {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    }


  .single-product .product_meta span.sku_wrapper{
    display: block;
  }

  .single-product .product_meta span.posted_in{
    display: block;
  }

  .single-product .product_meta span.tagged_as{
    display: block;
  }


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #D1E8F5;
  color: #333;
}

.woocommerce button.button.alt.disabled {
  background-color: #ccc;
  }

  .woocommerce button.button.alt.disabled:hover {
    background-color: #D1E8F5;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
   color: #333;
  }

  /*__________________________
  __________GRAVITY FORMS_____________
  */

  /*** REMOVE LABEL ON FIELDS USING PLACEHOLDER
  .gform_wrapper .top_label .gfield_label,
  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
   display: none;
  }
  ***/
  /*** FIELD STYLING ***/
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 15px 20px !important;
    width: 100%;
    margin: 0;
    font-size: 18px !important;
    border: 1px solid #c7c7c7 !important;
    color: #616161 !important;
    font-weight: 500 !important;
  }
  /*** DROPDOWN STYLING ***/
  .gfield select {
    padding: 15px 20px !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 18px !important;
    border: 1px solid #c7c7c7 !important;
    color: #616161 !important;
    font-weight: 500 !important;
  }


  /*** BUTTON STYLING ***/
  .gform_wrapper .gform_footer input.button {
   background: #48AEEB;
   border: 2px solid #48AEEB;
   font-size: 14px;
   color: #ffffff;
   padding: 10px 20px;
   letter-spacing: 1px;
   cursor: pointer;
    text-transform: uppercase;
  }
  /*** BUTTON HOVER STYLING ***/
  .gform_wrapper .gform_footer input.button:hover {
   background: transparent;
   border: 2px solid #48AEEB;
   color: #48AEEB;
  }

  .gform_wrapper span.ginput_total {
  font-size: 22px !important;
  font-weight: 500 !important;
  }

  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    color: #cccccc !important;
  }

  /*** VAT PRICE FIELD ***/
  .gform_wrapper span.ginput_product_price_label {
    display: none;
  }



  ::-webkit-input-placeholder { /* WebKit browsers */
  color: #cccccc !important;
  opacity: 1;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #cccccc !important;
  opacity: 1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cccccc !important;
  opacity: 1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #cccccc !important;
  opacity: 1;
  }

  /*__________________________
  __________MOBILE MENU_____________
  */

  .jr-header-cart.jr-mobile-cart {
  	display:none;
  	}

  @media (max-width: 992px) {
  	.jr-header-cart.jr-mobile-cart {
  		display: block;
      position: absolute;
      top: 25px;
      left: 15px;
      z-index: 99999;
  	}

  .jr-header-cart.jr-mobile-cart a {
      color: #D1E8F5;
  }

  .jr-header-cart.jr-mobile-cart .fa {
      font-size: 28px;
  }
  	.jr-header-cart.jr-mobile-cart i span {
      font-family: 'Roboto', sans-serif;
      position: absolute;
      font-size: 14px;
      background: #111111;
      padding: 5px 8px;
      top: -8px;
      right: -24px;
      z-index: -1;
      border: 1px solid #48AEEB;
      border-radius: 50px;
  }
  }

  /*__________________________
  __________HOTSPOT IMAGES_____________
  */

  .c-lookbook_three_column {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
  }

  .c-lookbook_three_column .c-lookbook_three_column__content {
    padding: 20px 20px 10px 20px;
    height: 174px;
    }

  .c-lookbook_three_column .c-lookbook_three_column__content h3 {
    color: #48AEEB;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
  }

  body .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-right {
  padding: 15px;
}

  body .woocommerce-lookbook .woocommerce-lookbook-inner img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
    border-radius: 0px;
  }

body .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-right .wlb-close {

}

body .woocommerce-lookbook-quickview .wlb-close {
  color: #fff;
  font-size: 50px;
  border-radius: 0px;
}

body .woocommerce-lookbook-quickview .wlb-close:hover {
  color: #48aeeb;
}

body .woocommerce-lookbook-quickview .wlb-controls .wlb-controls-next {
  color: #fff;
}

body .woocommerce-lookbook-quickview .wlb-controls .wlb-controls-previous {
  color: #fff;
}

body .woocommerce-lookbook-quickview .wlb-controls .wlb-controls-next:hover {
  color: #48aeeb;
}

body .woocommerce-lookbook-quickview .wlb-controls .wlb-controls-previous:hover {
  color: #48aeeb;
}

body .woocommerce-lookbook-quickview select {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
}

body .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-left, body .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-right {
  vertical-align: text-top;
}

body .woocommerce-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations td label, body .woocommerce-lookbook-quickview div.single-product .wlb-product-wrapper form.cart table.variations th label {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-right: 10px;
    padding-top: 15px;
}

body .woocommerce-lookbook-quickview .wlb-product-title a {
  font-size: 30px !important;
  white-space: normal;
  overflow: visible;
}

/*** Divine Blog ***/

.divine-blog-list {
  margin-bottom: 50px;
}

img.divine-news-block__image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.divine-news-block {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (max-width: 576px) {
.divine-news-block {
  margin-top: 30px;
}
}

.divine-entry-meta span.cat-links a {
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  color: #494949;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #D1E8F5;
  padding: 2px 4px;
}

.divine-entry-title h2{
  margin-top: 0px;
  margin-bottom: 0px;
}

.divine-entry-title h2 a{
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
  color: #494949;
  text-decoration: none;
}

.divine-entry-date {
  margin-top: 5px;
}

.divine-entry-date p{
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.divine-entry-more {
  margin: 30px 0px;
}

.divine-entry-more a.e-btn {
  padding: 6px 20px;

}


.pager li>a {
    display: inline-block;
	color: #494949;
    padding: 2px 8px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.pager li>span {
    display: inline-block;
	color: #494949;
    padding: 2px 8px;
    background-color: #D1E8F5;
    border: none;
    border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}


.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	color: #494949;
    padding: 2px 2px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	color: #494949;
    padding: 2px 2px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

/** Tweaks **/

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
  display: none !important;
  }

.woocommerce div.product p.stock {
  font-size: 16px;
  font-weight: 600;
}


/* Outofstock */

.outofstock:before {
    content: 'OUT OF STOCK';
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #D1E8F5;
    color: #7a7a7a;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    left: 5px;
    top: 5px;
    z-index: 1;
    padding: 4px 11px;
}

.single-product .outofstock:before {
    left: 33px;
}

.outofstock {
    position: relative;
}

#b75f792 {
	position: relative !important;
}

.woocommerce-variation-availability > div > .wcwl_email_elements .wcwl_email {
  padding:10px;
}

.wcwl_elements .wcwl_error_highlight {
  border: 2px solid #ffcece !important;
  background: #ffe7e7;
}

.woocommerce-variation-add-to-cart-disabled .quantity,
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
margin-top: 10px !important;
}

.woocommerce .woocommerce_waitlist.button {
	margin-right: 10px;
}

.woocommerce div.product form.cart .variations td.label {
  text-align: left;
}

/* Sustainable Tag Woocommerce */
.gr-product-single-sustainable-tag {
  background-color: #98BF64;
  color: #ffffff;
  font-size: 12px;
  display: initial;
  border-radius: 3px;
  padding: 4px 8px;
}

/* Sustainable Tag Woocommerce Archive */
.gr-product-sustainable-tag {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #98BF64;
  color: #ffffff;
  font-size: 12px;
  display: initial;
  border-radius: 3px;
  padding: 2px 6px;
}

.woocommerce-tabs .panel h2:first-of-type{
display:none;
}


/* adds style to divs */
/* by default all divs are hidden */
div.custom_option {
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 5px;
    min-height: 30px;
    min-width: 40px;
    cursor: pointer;
    text-align: center;
}

/* show only divs with class "is-visible" */
div.custom_option.is-visible {
    display:inline-block;
}

/* adds the style to the selected div */
div.custom_option.on {
    border: 1px solid #000;
}

/** Category archive **/

img.gr-cat-image {
	border-top: 1px solid #fff;
	width: 100%;
	max-height: 570px;
	object-fit: cover;
	object-position: center;
}

/*** Woocommerce Product Filters Mobile ***/

.gr-product-filters-large {
    display: none;
}

/* Large Devices, .visible-lg-* */
@media (min-width: 992px) { 
     .gr-product-filters-small {
        display: none;
    }

    .gr-product-filters-large {
        display: block;
    }
}

.gr-product-filters-btn {
    background: #333;
    border-color: #333;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    display: block; 
    width: 100%;
    }

    .gr-product-filters-btn:active {
        background: #333 !important;
        border-color: #333 !important;
        color: #fff !important;
        border-radius: 0px;
        margin-bottom: 10px;
        }

    .gr-product-filters-btn:hover {
        background: #333 !important;
        border-color: #333 !important;
        color: #fff !important;
        border-radius: 0px;
        margin-bottom: 10px;
        }

    .gr-product-filters-btn .fa{
        margin-right: 8px;
        }

        .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce .woocommerce-ordering select, .woocommerce .quantity .qty{
            border: 1px solid #ccc !important;
            padding: 8px !important;
        }

.pwb-single-product-brands a img.size-medium {
	object-fit: cover;
	object-position: center;
	max-width: 200px;
}

#tab-pwb_tab-content  {
	padding-bottom: 30px;
}

#tab-pwb_tab-content span img.size-medium {
		object-fit: cover;
	object-position: center;
	max-width: 200px;
}

/** New Homepage Hero **/

.gr-main-banner {
  position: relative;
}

.gr-main-banner__image {
  position: relative;
  width: 100%;
  max-height: 800px;
}

.gr-main-banner__button {
  position: absolute;
  top: 60%; 
  left: 70%;
}

.gr-main-banner__button a {
  display: block;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  border: 1px solid #fff;
  padding: 20px 32px;
  letter-spacing: 1px;
  text-decoration: none;
}

.gr-main-banner__button a:hover {
  text-decoration: none;
}

.gr-main-banner__image img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1200px) { 
  .gr-main-banner__button a {
    font-size: 30px;
    line-height: 34px;
    padding: 18px 28px;
  }
}

@media (max-width: 992px) { 
  .gr-main-banner__image {
    max-height: 700px;
  }
  .gr-main-banner__image img {
    max-height: 700px;
  }
  .gr-main-banner__button a {
    font-size: 24px;
    line-height: 26px;
    padding: 14px 24px;
  }

}

@media (max-width: 768px) { 
  .gr-main-banner__image {
    max-height: 550px;
  }
  .gr-main-banner__image img {
    max-height: 550px;
  }
  .gr-main-banner__button a {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 18px;
  }
}

@media (max-width: 576px) { 
  .gr-main-banner__image {
    max-height: 400px;
  }
  .gr-main-banner__image img {
    max-height: 400px;
  }
  .gr-main-banner__button {
    position: absolute;
    bottom: 10%; 
    left: 5%;
  }
  .gr-main-banner__button a {
    font-size: 20px;
    line-height: 22px;
    padding: 14px 18px;
  }
}

/*** New Swatches ICONIC ***/

.iconic-was-has-swatches .variations th.label{
  padding: 0;
  display: table-cell;
}

.iconic-was-has-swatches .iconic-was-swatches__item--out-of-stock .iconic-was-swatch {
  opacity: 0.4;
  background-color: #f0f0f0;
  color: #666 !important;
}

.iconic-was-has-swatches .iconic-was-swatches--text-swatch .iconic-was-swatch {
  border-width: 2px;
  padding: 9px 17px;
}

.iconic-was-has-swatches .iconic-was-swatches {
  margin: 10px 0 20px;
}

.iconic-was-swatches--text-swatch .iconic-was-swatch--selected, 
.iconic-was-swatches--text-swatch .iconic-was-swatch--selected:hover {
	background: #333;
    border-color: #333;
    color: #fff!important;
}

/** Cart/Checkout Tweaks **/

body.woocommerce-cart .main-image-wrapper,
body.woocommerce-checkout .main-image-wrapper,
body.woocommerce-account .main-image-wrapper {
    background-color: #d1e8f5;
    padding: 10px 10px;
}

body.woocommerce-cart .main-image-wrapper .main-image__title,
body.woocommerce-checkout .main-image-wrapper .main-image__title,
body.woocommerce-account .main-image-wrapper .main-image__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

.woocommerce form .form-row .input-checkbox {
position: relative;
}

.woocommerce .checkbox input[type=checkbox] {
	position: relative;
	margin-left: 0;
}

body.woocommerce-checkout .woocommerce-account-fields{
	padding: 0.5em 1em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #48aeeb;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

/*** Woocommerce Widgets ***/

.widget_pwb_dropdown_widget  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.widget_layered_nav h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D1E8F5;
}

.widget_brands_dropdown {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.widget_brands_dropdown h2 {
font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #D1E8F5;
}

.widget_price_filter  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #cccccc;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #DFDCDE;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #666666;
}

.widget_product_categories  {
  padding: 1px 10px 10px 10px;
  border: 1px solid #f5f5f5;
}

.widget_product_categories ul > li.cat-item > a{
  font-family: 'Raleway', sans-serif;
  color: #393e41;
  font-weight: 600;
}

.widget_product_categories ul > li.cat-item {
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}

.widget_product_categories ul.children > li.cat-item > a{
font-family: 'Raleway', sans-serif;
text-transform: none;
font-weight: 400;
margin-left: 10px;
color: #393e41;
}

.widget_product_categories ul.children > li.cat-item {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_product_categories ul.children > li.cat-item > a:before{
content: '- ';
}


.widget_pwb_dropdown_widget h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D1E8F5;
}

.widget_price_filter h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D1E8F5;
}

.widget_product_categories h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D1E8F5;
}

.widget_pwb_dropdown_widget select {
border: 1px solid #ccc;
padding: 8px;
width: 100%;
}

.widget_layered_nav {
	padding: 1px 10px 10px 10px;
	border: 1px solid #f5f5f5;
}

/*

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  padding: 8px !important;
  width: 100% !important;
  font-size: 14px !important;
  color: #333 !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #fff !important;
  padding: 0px !important;
  width: 100% !important;
  font-size: 14px !important;
  color: #333 !important;
}

.select2-container .select2-selection--multiple {
  height: auto !important;
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
    padding-left: 0px !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

li.select2-results__option {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

*/

.woocommerce-widget-layered-nav-list__item {
    display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
}


.woocommerce-widget-layered-nav-list__item a{
	border: 1px solid #f5f5f5;
    display: block;
    padding: 7px 10px !important;
    border-radius: 5px !important;
    background: #f5f5f5;
    line-height: 1;
    white-space: nowrap;
	font-weight: 400;
    color: #666 !important;
}

.woocommerce-widget-layered-nav-list__item a:hover {
	border: 1px solid #ccc;
}

.woocommerce-widget-layered-nav-list__item.chosen a {
	border: 1px solid #ccc;
}



li.woocommerce-widget-layered-nav-list__item span.count {
display: none;
}

/** MArys Must Haves Template **/

.marys-image-links__container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

img.marys-image-link__image {
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 577px) and (max-width: 992px) {
  img.marys-image-link__image {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .marys-image-links__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  img.marys-image-link__image {
    height: 300px;
  }
}