/*
Theme Name: Treuvis Theme
Theme URI: http: http://thememotive.com/
Description: Child theme is the recommended way to modify an existing theme if you want to make changes in the theme.
Author: ThemeMotive
Author URI: http://thememotive.com/
Template: multipurpose
Version: 1.0.0
*/

@import url("../multipurpose/style.css");

/*Add your custom styles below:*/
/*HEADER*/

header.h8 nav.mainmenu {
    background: #241e20 !important;
}

.top nav>ul>li>a {
    font-size: 14px;
}

header.h8 nav.mainmenu>ul>li>a {
    font-family: "Josefin sans" !important;
    font-weight: bold;
}

header.h8 nav.mainmenu>ul {
    max-width: 1200px !important;
}

form.searchform {
    display: none;
}

.headCta {
    margin-top: 50px;
}

a#headerButton {
        margin: 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
}

a#headerButton:hover {
    background-color:#efefef;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a.gift-nav {
    padding: 15px 20px 10px !important;
    background-color: #ef5350;
    color: #fff !important;
}

a#headerCTA, a#headerPhone {
    text-transform: uppercase;
    font-weight: bold;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid;
    transition: all .5s;
    padding: 15px 20px 10px;
    margin: 0 5px;
    background-color: rgba(188, 170, 164, 0.18);
}

a#headerPhone {
    background-color:#566baf;
    border: 1px solid #566baf;
    color: #fff;
}

a#headerCTA:hover {
    color: #fff;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #bcaaa4;
}

a#headerPhone:hover {
    color: #566baf;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
}

.flexslider .basic h3 {
    font-size: 90px !important;
    line-height: 100px;
    color: #241e20;
    text-shadow: 2px 2px 7px rgba(255, 255, 255, .6);
}

ul.slides li div.basic {
    padding: 230px 0 0;
}

.mainmenu>ul>li>a {
    padding: 0;
}

header li:hover>ul {
    width: 100%;
}

a#ctaHero {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(72, 96, 171, .85);
    color: #fff;
    padding: 20px 40px 12px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a#ctaHero:hover {
    background-color: rgba(255, 255, 255, .85);
    color: #4860ab;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

ul.slides li {
    background-position: center;
}

.top nav>ul>li>a {
    border-radius: 50%;
}

ul#menu-main-menu-top {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

header.h8 nav.mainmenu>ul>li {
    flex-grow: 1;
    font-size: 20px;
    text-align: center;
    padding-top: 4px;
}

header.h8 nav.mainmenu>ul>li>a {
    width: 100%;
    margin-top: -4px;
    padding-top: 4px;
}

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

    a#headerButton {
    font-size: 13px;
    margin: 0;
    padding: 10px 6px;
    }

}

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

    header p.title img {
    width: 200px;
    height: auto;
    }

    .headCta {
    margin-top: 38px;
    width: 100%;
    }

    span.headCtaTxt {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    }

    span.headCtaTxt a {
    flex-grow: 1;
    text-align: center;
    }

}

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

    .headCta {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    }

    .headCta span.headCtaTxt {
    width: 99%;
    padding: 0;
    display: flex;
    }

    a#headerCTA, a#headerPhone {
    width: 100%;
    text-align: center;
    }

    ul.slides li div.basic {
    padding: 80px 20px 0;
    }

    .flexslider .basic h3 {
    font-size: 50px !important;
    line-height: 60px;
    }

    a#ctaHero {
    font-size: 28px;
    }

    div.flexslider .slides > li {
    min-height: 420px;
    }

    div.flexslider:not(.carousel) .slides {
    min-height: 420px;
    }
    
    #establish h2 {
    font-size: 24px;
    margin-bottom: 40px;
    }

}

/*BODY*/

p {
    font-size: 18px;font-family: 'Crimson Text', serif;
}

a {    font-family: Josefin Sans;}

/*HOME*/ /*SERVICES*/

div#establish {
    text-align: center;
    margin-top: 100px;
    margin-bottom: -40px;
    color: #4860ab;
    border-bottom: solid;
}

section#Service .col4 {
    background-color: #fff;
    border: 2px solid #eee;
    width: 24%;
    text-align: center;
    padding: 20px 20px 40px;
    position: relative;
    flex-grow: 1;
}

.home section#Service .col4 {
    background-color: #4860ab;
    width:22%;
    margin:1%;
}

.home #menServices div#button {
    margin: 10px 10px -50px 10px !important;
}

.home #homeServices #Service div#button {
    background-color: #ddd;
    color: #4860ab;
    border: 2px solid #fff;
    margin: 10px 10px -34px 10px;
}

.home #homeServices #Service #emoticon i.fa, .home #homeServices #Service h2, .home #homeServices #Service p {
    color: #fff;
}

article#menServices {
    width: 100% !important;
}

span#emoticon i.fa {
    font-size: 48px;
    padding: 10px 0 0 0;
    color: #4860ab;
}

span#emoticon h2 {
    margin-top: -40px;
}

#Service p {
    padding-top: 0;
}

a div#button {
    background-color: #4860ab;
    color: #fff;
    margin: 10px 0 -50px;
    padding: 6px 0;
}

a div#button:hover {
    background-color: #566baf;
}

section#homeServices {
    padding-top: 70px;
}

#menServices span#emoticon {
    flex-grow: 1;
    min-width: 60px;
    align-self: center;
}

article#menServices {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

div#men2 {
    flex-grow: 1;
    height: 100%;
    text-align: left !important;
    padding: 0 20px;
}

p#show {
    display: inline-block !important;
    padding: 0;
    margin: 0;
}

#Service #menServices a {
    min-width: 150px;
    width: 150px;
    position: initial;
    height: auto;
    align-self: center;
    margin-top: -60px;
    flex-grow: 1;
}

section#Service
 article#menServices {
    padding: 20px;
}

#emoticon span img {
    max-width: 48px;
}



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

    section#Service .col4 {
    width: 48%;
    margin: 0;
    }

    article#menServices {
    flex-direction: column;
    }

    div#men2 {
    text-align: center !important;
    height: 100px;
    }

    #Service #menServices a {
    width: 100%;
    position: absolute;
    align-self: center;
    margin-top: 0;    
        bottom: 58px;
    }
    
    .home section#Service .col4 {
    width:44%;
    }

}

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

    section#Service .col4 {
    width: 99%;
    }

    #Service h2 {
    font-size: 26px;
    }

    span#emoticon i.fa {
    font-size: 36px;
    }

    #emoticon span img {
    max-width: 36px;
    }
    
    .home section#Service .col4 {
    width:98%;
    }

}

/*HOME*/ /* ABOUT   */

section#homeAbout {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #bcaaa4;
    color: #241e20;
}

#homeAbout h3 {
    margin: 0;
    color: #241e20;
    font-size: 38px;
    line-height: 46px;
    text-shadow: 1px 1px 2px #fff;
}

section#homeAbout {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #fff;
    color: #241e20;
        background-image: url(../../uploads/sites/56/2017/06/interior-faded-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

div#button {
    margin-top: 50px;
    margin-bottom: 20px;
}

#button a {
    color: #fff;
    background-color: #241e20;
    padding: 10px 18px;
    margin: 20px 6px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#button a:hover {
    color: #fff;
    background-color: #3f3f3f;
    margin: 20px 6px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



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

    section#homeAbout {
    background-attachment: inherit;
    }

    div#button {
    margin-top: 20px;
    margin-bottom: 20px;
    }

    #button a, #button a:hover {
    margin: 20px 4px 20px 0px;
    }

}

#homeAbout p {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 1px 1px 5px #fff;
}

/*HOME*/ /* VIDEO/GALLERY */

#videoGallery article.col.col2:nth-child(2) {
    background-image: url(../../uploads/sites/56/2017/05/gallery-preview-dark.png);
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: center;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#videoGallery article.col.col2:nth-child(2):hover {
    opacity: .9;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

h2#gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    min-height: 60px;
    margin-top: 14px;
}

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

    h2#gallery {
    min-height: 360px;
    }

}

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

    h2#gallery {
    min-height: 160px;
    }

}

#gallery a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

section#homeGallery {
    padding-top: 60px;
    padding-bottom: 60px;
}

#videoGallery {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

#videoGallery article.col.col2 {
    margin: 20px 1% 0;
    width: 48%;
    padding: 0;
}

@media (max-width: 980px){

    #videoGallery article.col.col2 {
    width: 98%;
    }

}

section#homeTestimonial {
    background-color: #cfd8dc;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url(../../uploads/sites/56/2017/06/zig-zag-pattern-repeat-1.png);
    background-size: 250px;
}

#homeTestimonial p {
    padding: 0px 20px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: 1px 1px 5px rgb(230, 235, 237);
    font-weight: bold;
    color: #3f3f3f;
}

i.fa.fa-star {
    color: #e7711b;
}

p#signature {
    font-weight: bold;
    font-style: italic;
    color: #3f3f3f;
}

/*  CTA */

.cta form.wpcf7-form {
    align-items: center;
    justify-content: center;
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
}

.cta input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin-top: -10px;
}

div#cta-field {
    width: 200px;
}

.cta span.wpcf7-form-control-wrap.your-email {
    width: auto;
}

.cta input#your-email {
    width: 90%;
    padding: 15px 10px;
}

p#cta-form {
    margin-top: 4px;
    color: #fff !important;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-shadow: 1px 1px 4px #000;    
    padding: 0 20px;
}

.page .cta {
        margin-top: -50px !important;
    padding: 150px 0;
}

.single .cta {
    margin-top: -70px !important;
    padding: 150px 20px;
}


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

    .page .cta {
        margin-top: -30px !important;
    }
    
    p#cta-form {
    font-size: 32px;
    line-height: 36px;
    }

}

.page-template-page-homepage-default .cta {
    margin-top: -70px !important;
    padding: 150px 20px;
}

.ctabtn {
    padding: 15px 35px 10px;
    background-color: #4860ab;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

form p {
    color: #3f3f3f;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #4860ab!important;
}

.cta {
    background-image: url(../../uploads/sites/56/2017/10/nail-polish-dark.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

footer {
    background-color: #2b3965;
}

footer strong {
    color: #fff;
}

h3#payment {
    margin-top: 20px;
}

#payment i.fa {
    font-size: 18px;
}

#payment u {
    color: #fff;
    text-transform: uppercase;
}

footer .fa {
    font-size: 26px;
    padding-right: 6px;
}

.gMap {
    background-image: url(../../uploads/sites/56/2017/06/colored-map.png);
    background-size: cover;
    background-position: -60px 50%;
    height: 240px;
    width: 100%;

}

/*SECONDARY PAGES*/ /*  Overview    */

div#vid-thumbnails img {
    width: 200px;
    margin-right: 20px;
    border: 2px solid;

}

div#vid-thumbnails img:hover {
    opacity: .8;
}

#topArea h3, #overview h3, #truevis h3, #difference h3, #giftEvents h3 {
    font-size: 36px;
    color: #211f20;
    text-shadow: 1px 1px 2px #fff;
}

section#topArea {
    margin-top: -34px;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #4860ab;
    color: #fff;
}

#headerMsg h2 {
    margin: 0;
    color: #fff;
    font-size: 48px;
}

#headerMsg p {
    margin: 20px 0 0 !important;
    font-size: 24px;
    line-height: 28px;
}

section#overview {
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 100px 0;
    background-image: url(../../uploads/sites/56/2017/06/interior-faded-bg2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

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

    .cta {
    background-attachment: inherit;
    }

    section#overview {
    background-attachment: inherit;
    padding: 50px 0;
    }

    #headerMsg h2 {
    font-size: 30px;
    }

}

#overview p {
    font-weight: bold;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 1px 1px 5px #fff;
}

#overview article.col.col2:nth-child(2) {
        background-image: url(../../uploads/sites/56/2017/05/gallery-preview-dark.png);
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: center;
    padding: 40px 0;

}

section#truevis {
    padding: 100px 0;
    text-align: center;
    color: #3f3f3f;
    background-color: #cfd8dc;
    box-shadow: 2px 0px 22px rgba(63, 63, 63, .75);
}

#truevis h3 {
    margin: 0;
}

#truevis p {
    font-size: 21px;
    line-height: 32px;
}

#overview h2#gallery {
    margin: 0;
    padding: 80px 0;
}

.page-id-272 h2 {
    text-align: center;    margin: 40px 0;
}

.page-id-272 section#videoGallery {
    margin-bottom: 40px;
}

section#difference {
    padding: 100px 0;
    text-align: center;
    background-image: url(../../uploads/sites/56/2017/05/store-inside.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



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

    section#difference {
    background-attachment: inherit;
    }

}

.flexSection {
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexSection a {
    flex-grow: 1;
    width: 31%;
    margin: 20px 1%;
}

.flexSection div {
    background-color: #4860ab;
    padding: 60px 0;
    color: #fff;
    font-size: 24px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.flexSection div:hover {
    background-color: #2b3965;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

section#giftEvents {
    text-align: center;
    padding: 40px 0;
}

section#gifts {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: stretch;
}

#giftEvents article.col.col2 {
    flex-grow: 1;
    padding: 0 5%;
}

#giftEvents h3 {
    margin: 20px 0 50px;
    font-size: 48px;
}

#gifts p {
    font-size: 24px;
    line-height: 28px;
}

#giftEvents .columns h3 {
    margin: 0 0 20px;
    font-size: 36px;
    color: #4860ab;
}

a#giftCTA {
    padding: 10px 40px;
    background-color: #4860ab;
    color: #fff;
    line-height: 60px;
}

.page-id-294 .single div#button {
    font-size: 24px;
    margin-top: 32px;
}

.page-id-294 .single div#button a {
    margin-left: 0;
}

.giftImg {
    height: 100%;
    width: 100%;
    background-image: url(../../uploads/sites/56/2017/06/treuvis-gift-bg-1.jpg);
    background-position: left top;
    background-size: cover;
    min-height: 300px;
}

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

    .flexSection a {
    width: 48%;
    margin: 10px 1%;
    }

    .flexSection div {
    padding: 40px 0;
    }

    section#difference {
    padding: 30px 0 70px;
    }

}

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

    .flexSection a {
    width: 98%;
    }

    .flexSection div {
    padding: 20px 0;
    }

}

/*  SERVICES    */

.page section#Service {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

#Service a {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 44px;
}

#Service .team a {
    position: inherit;
}

#Service p:last-child {
    display: none;
}

article.col.team {
    margin: 50px 0;
}

.page-id-284 .content.wide .main.single section.columns {
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%!important;
    padding-right: 100%!important;
}

div#bottomSugar {
    margin-bottom: 80px;
}

#bottomSugar h4 {
    text-align: center;
    color: #4860ab;
}

#serviceBooking>p {
    text-align: center;
}



@media (max-width: 800px){

    article#serviceBooking {
    width: 99% ;
    }

}



@media (max-width: 600px){

    .page-id-276 article.col.team {
    margin: 50px 0;
        display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    flex-direction: column;
    }

    .page-id-276 article.col.team h2 {
    order: -1;
    margin-top: -40px !important;
    }

}

p#italic, p#time {
    font-style: italic;
    color: #4860ab;
}

.col.team h2 {
    margin: 0px 0 20px;
    color: #4860ab;
    font-size: 48px;
}

.team h3 {
    font-family: "Josefin sans" !important;
}

table#tablepress {
    background-color: #f5f5f5;
}

/*  GROUPS    */

.page-id-290 .col.team h2 {
    font-size: 36px;
}

/*  EMPLOYMENT  */

.innerbannerArea {
    background-image: none;
    background-color: #4860ab;
    text-align: center;
}

/*  SIDEBAR   */

div#hours {
    background-color: #2b3965;
    padding: 10px 16px;
    font-weight: bold;
    margin-left: -16px;
    margin-right: -16px;
    font-size: 18px;
    line-height: 26px;
    margin-top: -20px;
}

aside.sidebar {
    margin-bottom: 50px;
}

section.widget {
    padding: 26px 16px 16px 16px;
    background-color: #241e20;
    color: #fff;
}

.widget h3 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 22px;
    font-family: "Josefin sans" !important;
    font-weight: bold !important;
}

a#sidebarCTA {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #fff;
    line-height: 40px;
    font-weight: bold;
    color: #4860ab !important;
}

.page-id-298 section.widget:last-child {
    background-color: #4860ab;
}

.page-id-298 a#sidebarCTA {
    margin-bottom: -30px;
}

.sidebar .widget>p {
    font-family: Josefin Sans;
}

.widget strong {
    font-size: 20px;
    text-transform: uppercase;
}

.textwidget {
    width: 100%;
}

.widget p {
    font-family: "Josefin sans" !important;font-size: 16px;
}

aside h3 span, .t01 aside .widget h3 {
    border-bottom: transparent !important;
}

section.main.single {
    margin-top: 28px;
}

/* TESTIMONIAL */

.flex-social {
    text-align: center;
    font-size: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

div#social-icons {
    font-size: 18px;
    line-height: 28px;
    flex-grow: 1;
}

div#social-icons .fa {
    font-size: 38px;
}

.testimonial {
    margin-bottom: 50px;
    margin-top: 50px;
    background-color: #eee;
    padding: 20px;
}

#homeTestimonial h2 {
    font-size: 48px;
}

.testimonial img {
    width: 180px;
    border-radius: 50%;
}

.testimonial>p {
    font-size: 18px;
}

.testimonial>div>p:first-child {
    background-image: url(../../uploads/sites/56/2017/06/quote-xxl.png);
    background-size: 4%;
    text-indent: 40px;
    padding-top: 18px;
}

.testimonial>div:before {
    background: none !important;
}

/* virtual tour */

.page-id-296 iframe {
    margin-top: 40px;
}

/* CONTACT PAGE FORM */

.cta form.wpcf7-form {
    margin-bottom: 0px;
}

form.wpcf7-form {
    margin-bottom: 40px;
}

.wpcf7 #form-full input {
    width: 99%;
    margin: 0 0 10px 0;
}

div#form-half {
    width: 50%;
    float: left;
}

span.wpcf7-form-control-wrap.your-name {
    width: 100%;
}

.wpcf7 input {
    width: 98%;
    margin: 0 1% 10px 0;
}

div#form-full {
    width: 100%;
}

#form-full textarea#your-message {
    width: 99%;
    height: 150px;

}

/*Landing Page*/

section.landingHeroContent {
    padding: 20px 0 70px !important;
}

.landingPageForm h3 {
    text-align: left !important;
    color: #566baf !important;
}

img.attachment-thumbnail-landing.size-thumbnail-landing {
    border: 2px solid #b1b1b1;
}

.landingHeroContent a.standardBtn {
    background-color: #566baf;
    color: #fff;
}

.landing-header a.headCtaBtn {
    text-transform: uppercase;
    font-weight: bold;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: 1px solid;
    transition: all .5s;
    padding: 10px 20px;
    margin: 0 5px;
    background-color: rgba(188, 170, 164, 0.18);
}

.landing-header a.headCtaBtn {
    background-color:#566baf;
    border: 1px solid #566baf;
    color: #fff !important;
}
.landing-header a.headCtaBtn:hover {
    color: #566baf !important;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
}

.landing-video {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-box-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    clear: both;
}

.landing-video a {
    width: 48%;
    height: auto;
    margin: 20px 1%;
}

.landing-video a img {
    width: 100%;
    height: auto;
}

/*Services Booking Pages*/

section#servicesMenu {
    background-color: #e5e5e5;
}

section#anchorMenu {
    text-align: center;
}

section#anchorMenu article.col.col3 {
    flex-grow: 1;
}

#serviceBooking h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}

p#smallPrint {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}

#serviceBooking h3 {
    color: #4860ab;
    font-size: 19px;
    padding-top: 20px;
    font-family: "Josefin sans" !important;
    font-weight: bold;
    margin-bottom: 20px;
}

section#serviceGrid {
    padding: 4px;
    text-align: center;
    margin: 0 auto 100px;
}

a#price {
    background-color: #868686;
    margin-right: 6px;
}

#serviceBooking div#button {
    margin-top: 30px;
}

.page-id-451 #serviceBooking div#button, .page-id-470 #serviceBooking div#button, .page-id-474 #serviceBooking div#button {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 30px;
}
article#serviceBooking {    
    padding: 10px 10px 70px 10px;
    margin: 2px;
    width: 32.99%;
}
section.alacarte .col3 {
    flex-grow: 1;
}
.page-id-451 article#serviceBooking, .page-id-470 article#serviceBooking, .page-id-474 article#serviceBooking {
    position: relative;
    min-height: 230px;
}

.alacarte article#serviceBooking {
    min-height: 50px !important;
    padding: 10px;
    background-color: #f5f5f5;
}

.fax article#serviceBooking {
    min-height: 100px;
}

.men article#serviceBooking {
    padding: 10px 10px 20px 10px;
}


#serviceBooking p {
    padding: 0 20px;
    color: #3f3f3f;
    font-size: 17px;
    line-height: 25px;
}

p#finePrint {
    margin-top: -70px;
    text-align: center;
    font-style: italic;
    color: #4860ab;
        font-family: Josefin Sans;
}

#serviceBooking p a {
    color: #4860ab;
    text-transform: capitalize;
}

article.odd {
    background-color: #dfdfdf;
}

article.even {
    background-color: #f5f5f5;
}

@media (max-width: 1200px){

    article#serviceBooking {
    width: 49% ;
    }

}

@media (max-width: 820px){

    article#serviceBooking {
    width: 99% ;
    }

}



@media (max-width: 480px){

    #serviceBooking h2 {
    font-size: 36px;
    }

}

/* Temporary Event Section */

.eventImg img {
    width: 380px;
}

section.fullwidth.homeEvent {
    background: #eee;
    padding-top: 40px;
}

.homeEvent article.col.col2 {
    margin: 0 auto;
    text-align: center;
}

.homeEvent p {
    padding-top: 0 !important;
    font-size: 24px;
    line-height: 32px;
}

.homeEvent h3 {
    margin: 60px 0 -10px;
    font-size: 36px;
}

.homeEvent div#button {
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
}

.homeEvent p:last-child {
    display: none;
}

/* gallery slider */

.foogallery-image-viewer > .fiv-inner > .fiv-ctrls {
    display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    padding-top: 15px;
}

.foogallery-image-viewer > .fiv-inner > .fiv-ctrls > .fiv-prev, .foogallery-image-viewer > .fiv-inner > .fiv-ctrls > .fiv-next, .foogallery-image-viewer > .fiv-inner > .fiv-ctrls > .fiv-count {
    flex-grow: 1;
    width:auto;
}

.fiv-ctrls {
    display: flex;
}

#interior article.col.col2, #interior article.col.col23 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 20px;
}

#interior p {
    font-size: 22px;
    line-height: 32px;
}
    
section#serviceGallery {
    margin-bottom: -30px;
}

div#foogallery-gallery-1129 {
    margin-top: 100px;
}

#interior h3 {
    font-family: "Josefin sans" !important;
    font-size: 28px;
    line-height: 38px;
    color: #3f3f3f;
}

section#interior {
    margin-top: -60px;
    margin-bottom: -80px;
}

@media (max-width: 820px){

    #interior article.col.col2, #interior article.col.col23 {
    padding: 20px;
    }
    
    div#foogallery-gallery-1129 {
    margin-bottom: -50px;
    }

}

.dip-powder {
    background-image: url("../../uploads/sites/56/2018/03/dip-powder.jpg");
    background-size:cover;
    background-position:center;
}