/*
Theme Name:   Mount Pleasant Studio
Description:  Mount Pleasant Studio - Custom Theme 
Author:       John Fairclough
Author URI:   https://fastgenerations.com/
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  Mount Pleasant Studio
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
}

h1 {
    margin: 20px 0;
    padding-bottom: 1.5vh;
    text-transform: uppercase;
    font-weight: 500;
}

h2 {
    margin: 20px 0;
}

h3 {
    margin: 20px 0;
}

h4 {
    margin: 20px 0;
}

h5 {
    margin: 20px 0;
}

p {
    margin: 12px 0;
    line-height: 1.8;
    color: #1e1e1c;
    padding-bottom: 12px;
}

a {
    color: #2b82bc;
    text-decoration: none;
}

ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

li {
    line-height: 1.8;
}

section {
    padding: 5vh 5vw;
}

.bold {
    font-weight: 600;
}

/********** BUTTONS **********/

.btn {
    border: 1px solid #2b82bc;
    border-radius: 4px;
    width: 220px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 5vh 0;
}

.btn:hover {
    background: #2b82bc;
    color: #fff;
    transition: 0.3s ease-in;
}


.btn a {
    text-decoration: none;
}

.btn2 {
    border: 1px solid #2b82bc;
    border-radius: 4px;
    width: 220px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 5vh 0;
    background: #2b82bc;
    color: #fff;
}

.btn2:hover {
    background: #fff;
    color: #2b82bc;
    transition: 0.3s ease-in;
}


/********** IMAGES **********/
img {
    width: 100%;
}

/********** GENERAL ALIGNMENT AND SPACING **********/

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.column {
    flex-direction: column;
}

.align-center {
    margin: 0 auto;
}

.align-items-center {
    align-items: center;
}

.justify {
    justify-items: center;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.absolute {
    position: absolute;
}

.width50vw {
    width: 50vw;
}

.width33 {
    width: 33%;
}

.margintop2vh {
    margin-top: 2vh;
}

.margintop5vh {
    margin-top: 5vh;
}

.margintop10vh {
    margin-top: 10vh;
}

.margin-top-180px {
    margin-top: -180px;
}

.margin-right1vw {
    margin-right: 1vw;
}

.margin-bottom2vh {
    margin-bottom: 2vh;
}

.margin-bottom5vh {
    margin-bottom: 5vh;
}

.margin-bottom10vh {
    margin-bottom: 10vh;
}

.width33percent {
    width: 33%;
}

.padding2vw {
    padding: 0 2vw;
}

.padding2vh2vw {
    padding: 2vh 2vw;
}

.width900px {
    max-width: 900px;
    margin: 0 auto;
}

/********** GENERAL PAGE/ TEMPLATE SETTINGS **********/

.container {
    margin: 60px auto;
    width: 90%;
    max-width: 1200px;
}

.slider {
    margin: 40px auto;
    max-width: 1200px;
}

.slider-class {
    max-width: 50vw;
}

.slider-catering {
    margin: 40px auto;
}

.text {
    padding: 0 5vw;
}

.text2 {
    padding: 2vh 0;
}

.background-colour {
    background: #f8f8f8;
}

.post-outer img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.post-outer iframe {
    width: 100% !important;
    max-height: 600px;
}

.post-outer nav {
    height: 100%;
}

.post-outer p {
    font-size: 18px;
}

.nav-links {
    font-size: 18px;
}

/* VIDEO HEADER */
.page-video-header {
    margin-top: -180px;
    position: relative;
}

.page-video-header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relative {
    position: relative;
}

.header-overlay-title {
    position: absolute;
    width: 90%;
    max-height: 80px;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

}




/********** SEO TEMPLATE SETTINGS **********/

.seo-content {
    margin: 60px auto;
    width: 90%;
    max-width: 1200px;
}





/********** HEADER **********/
/* NAV BAR */
/* LOGO */
.head {
    position: relative;
}


.logo a img {
    max-width: 120px;
    margin: 20px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}






/* MENU ICONS*/
/* Group */
.aa {
    display: flex;
    position: absolute;
    top: 20px;
    right: 130px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.2);
    margin-right: -100px;
    padding-right: 100px;
    padding-left: 10px;
    height: 65px;
    border-radius: 50px;
    transition: .5s ease;

}

.aa:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: .5s ease;
}

.a1 {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    cursor: pointer;
    opacity: .8;
    transition: .6s ease;
}

.a1:hover {
    opacity: 1;
    transition: .6s ease;
}

.a1 svg {
    width: 20px;
    height: 20px;
}


/* Phone */
.a1a {
    display: flex;
    flex-direction: column;
    width: 70px;
}

#tel-hover:hover~#tel-hid {
    opacity: 1;
    transition: 2s ease;
}

#tel-hid {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    padding-left: 10px;
    margin-top: 10px;
}

/* Email */
.a2a {
    display: flex;
    flex-direction: column;
    width: 70px;
}

.a1a a,
.a2a a {
    text-decoration: none;
}

#email-hover:hover~#email-hid {
    opacity: 1;
    transition: 2s ease;
}

#email-hid {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    margin-left: -70px;
    margin-top: 10px;
}

/* Email */
.a3a {
    display: flex;
    flex-direction: column;
    width: 70px;
}



#map-header {
    opacity: 0;
    color: black;
    font-size: 45px;
    white-space: nowrap;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);

}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    /* 15% from the top and centered */
    padding: 10vh 10vw;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    transition: .5s ease;

}

.mapouter {
    position: relative;
    z-index: 10;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 45px;
    position: absolute;
    top: 5vh;
    right: 5vw;
    cursor: pointer;
}

.close:hover,
.close:focus {
    text-decoration: none;

}

/* Top Navigation */
nav {
    height: 30vh;
}

.lower label {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

.lower label:hover {
    cursor: pointer;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}


.lower~.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

#op {
    display: none;
}

#op:checked~.overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -moz-perspective: 300px;
}

/* MENU */
.menu-btn {
    position: absolute;
    right: 75px;
    top: 41px;
    z-index: 1000;
    cursor: pointer;
}

.menu-button-visual {
    display: block;
    width: 40px;
    height: 22px;
}


.menu-btn:hover .bar1,
.menu-btn:hover .bar2,
.menu-btn:hover .bar3 {
    background-color: rgba(255, 255, 255, 1);
}

/* Menu Bars */
.bar1,
.bar2,
.bar3 {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 4px 0;
    transition: 0.4s;
}


/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    /* background-color: #2b82bc; */
    width: 40%;
    height: 3px;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-4px, -4px);
    /* background-color: #2b82bc; */
    width: 40%;
    height: 3px;
}

/* STOP BODY SCROLL */
.lock-scroll {
    overflow: hidden;
    height: 100%;
}

/* MENU */
menu {
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
    padding: 15vh 0;
}

.menu {
    align-items: center;
}

.menu p {
    margin: 0;
}



.menu div * {
    transition: .2s ease-in-out;
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}

.menu div *:hover {
    opacity: 1;
}

.line {
    border-right: 1px solid white;
    margin: 0 60px;
    height: 300px;
}


.group1 h1,
.group2 h1 {
    font-weight: 300;
    color: #2b82bc;
}

.group3 h2 {
    font-weight: 300;
}

.group1 {
    margin: 0 20px 0 0;
}

.group2 {
    margin: 0 0 0 20px;
}

.group4 {
    font-weight: 100;
    font-size: 20px;
}

.group1 * {
    /* margin-bottom: 10px;
    margin-right: 2vw; */
    margin: 0;
    padding: 10px 0;
}

.group2 * {
    /* margin-bottom: 10px; */
    margin: 0;
    padding: 10px 0;
}

.group3 * {
    /* margin-bottom: 5px; */
    margin: 0;
    padding: 4px 0;
}

.group4 * {
    margin: 0;
    padding: 2.5px 0;
}


/* MENU2 */
.menu2 {
    display: none;
    color: #E4EFF7;
    margin-top: 100px;
}





.menu-drawer {
    margin-bottom: 0;
}

.menu-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    padding: 0 30px;
}

.menu-drawer__title {
    border-top: #fff 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 30px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    opacity: 0.8;
}

.menu-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

.menu-drawer__content a {
    color: #fff;
}

.menu-drawer__content a h4 {
    font-weight: 400;
}

/* OPTIONAL HOVER STATE */
.menu-drawer__title:hover {
    opacity: 1;
}

.menu-drawer__trigger:checked+.menu-drawer__title+.menu-drawer__content-wrapper {
    max-height: 350px;
}

.menu-drawer__trigger:checked+.menu-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}












/********** HOME **********/
/* OVERLAY */
#main1 {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    top: 0;
}

video {
    object-fit: inherit;
}

.header {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: 1s ease;
}

.headline,
.subheadline,
.subheadlineBtn {
    transform: translateY(10%);
    opacity: 0;
    transition: 1s ease;
}

.headline {
    font-size: 4em;
    letter-spacing: 25px;
    font-weight: bolder;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    font-family: 'Coda Caption', sans-serif;
    width: 100%;
}

.headline img {
    width: 80%;
    margin: 0 auto;
}

.subheadline {
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 300;
    margin: 40px 2vw;
}

.top-btn {
    margin-top: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subheadlineBtn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    font-weight: 300;
}

.subheadlineBtn:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}


.header-slide-in {
    transform: translate(0);
    opacity: 1;
}

.header-fade-out {
    opacity: 0;
}

.model-slider {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}


.panels-outer {
    position: relative;
}

.panels {
    width: 80%;
    margin: 10% auto;
    line-height: 1.5;
}

.panel {
    display: flex;
    margin: 2em 0;
    align-items: center;
    opacity: 0;
    transform: translateY(10%);
    transition: 1s ease;
}

.panel iframe {
    margin: 20px;
}


.panel-fade-in {
    opacity: 1;
    transform: translate(0);
}

.featured-text {
    background: #fff;
    border-radius: 3px;
    padding: 2em;
}

.featured-text h1 {
    color: #000;
}

.featured-text h5 {
    color: #000;
    margin-bottom: 2vh;
}

.featured-text p {
    color: #000;
}

.featured-text a {
    color: #2b82bc;
}


/* VIDEO HEADER */
.video-header {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.vid-div {
    margin-top: -180px;
}


.vid-div video {
    pointer-events: none;

    height: 100%;
    width: 100%;
    z-index: -1;
    display: block;

}


/* BLURB */
.blurb {
    align-items: center;
    flex-direction: column;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.blurb h1 {
    font-size: 40px;
    margin-top: 10vh;
}

.blurb p {
    margin: 0 auto;
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
}

.blurb .btn2 {
    margin: 30px;
}


/* STUDIO SPECS  */
.studio-div,
.basement-div {
    width: 50vw;
    background: #f8f8f8;
    margin: 0 1vw;
}

.studio-img,
.basement-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.studio-text,
.basement-text {
    padding: 40px;
}

.studio-points-outer {
    margin: 4vh 0;
}

.studio-points {
    align-items: center;
    margin: 1vh 0;
}

.tick svg {
    width: 20px;
    height: 20px;
}

.studio-text p,
.basement-text p {
    margin: 0 20px;
    padding: 0;
}

.studio-text .btn {
    margin-bottom: 0;
}



.downloads {
    display: flex;
    justify-content: center;
}

.downloads a {
    margin: 0 1vw;
}



/* BASEMENT SPECS  */


/* GREEN SCREEN PACKAGES  */

.green-screen-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.green-slider {
    width: 98vw;
    margin: 10vh 1vw 5vh 1vw;
}

.green-screen-packages {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.green-screen {
    height: 100%;
    padding: 15vh 0;
}

.green-screen-title {
    color: #000;
}

.green-text {
    color: #767676;
    width: 700px;
    margin: 5vh auto;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
    padding-right: 80px;
}

.tab-btns {
    margin-top: 200px;
    margin: 0 auto;
}

/* Style tab links */
.tablink {
    background-color: #f8f8f8;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 60px;
    font-size: 14px;
    border: 1px solid white;
}

.tablink:hover {
    color: #2b82bc;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    width: 50vw;
    margin: 60px auto;
}

.tabcontent img {
    width: 100%;
    height: 100%;
    max-width: 1200px;
}

.green-imgs {
    margin: 0 auto;
}

.paint-img {
    width: 100%;
    margin: 5vh auto;
}

/* USEFUL INFO */
.useful-info {
    margin: 0 2vw;
    padding: 3vh 2vw;
    background: #E4EFF7;
}

.useful-info a {
    padding-bottom: 1vh;
}

/* FAQs */
.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #000 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 30px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
    color: #2b82bc;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}



/* TESTIMONIALS */
.panels-title {
    text-align: center;
    color: black;
}

.testimonials-p {
    margin: 0 auto 10vh auto;
    color: #666666;
    font-size: 18px;
    line-height: 1.6;
}

.testimonials {
    background: #F8F8F8;
    padding-bottom: 15vh;
    z-index: 1;
    position: relative;
    padding-top: 60px;
}

.quotes-outer {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}


.quotess {
    width: 60%;
    margin: 2.5vh auto;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    padding: 20px 3vw;
    cursor: pointer;
}

.quotess:hover {
    background: #fff;
}

.quotess h3,
.quotess p {
    color: #767676;
}

.quotes {
    font-size: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    color: black;
}

.quotess p {
    font-style: italic;
    line-height: 1.6;
    font-weight: 200;
    font-size: 18px;
}

.quotess h3 {
    align-self: flex-end;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.quotess h4 {
    color: #2b82bc;
    align-self: flex-end;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

/* .outer-logos {
    margin: 5vh auto;
} */

.logos {
    margin: 2vh auto;
    display: flex;
    flex-direction: row;
    background: white;
    flex-wrap: wrap;
    justify-content: center;
}

.logos a {
    width: 20%;
    padding: 20px;
}

.logos img {
    height: 100px;
    width: unset;
    cursor: pointer;
    margin: 0 auto;
}

/* VIDEO HOVER */
.vid-hide {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 50vw;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
}

.vid-hov:hover>.vid-hide {
    display: block;
}





/********** CLIENTS  **********/
.testimonial-block {
    max-width: 1200px;
    margin: 40px auto;
    align-items: flex-start;
}

.testimonial-video video {
    width: 500px;
    height: 100%;
}

.testimonial-info {
    margin-left: 2vw;
}

.testimonial-info h4 {
    margin-top: 0;
    color: #2b82bc;
}

.testimonial-info h2 {}

.testimonial-info p {
    max-width: 800px;
}


/********** COVID 19  **********/


/********** LIVE STREAMING **********/
.live-video {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.live-video video {
    width: 854px;
    height: 480px;
}


/********** VIDEO GALLERY **********/
.video-top {
    align-items: center;
    justify-content: space-between;
}

.video-top h1 {
    padding-bottom: 0;
}

.video-gallery-outer {
    margin-top: 40px;
}

.video-gallery {
    justify-content: space-between;
    margin-bottom: 40px;
}


.gallery-vid:hover>.video-title p {
    color: #2b82bc;
}

.gallery-vid:hover>div video {
    opacity: 1;
    transition: .2s ease;
}

.video-title {
    background: #f8f8f8;
    font-size: 1.2em;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 2vw;
    text-transform: capitalize;
}

.bhs .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.video-gal-btn .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.bhs h1 {
    padding: 0;
}







/********** ABOUT **********/

.staff {
    width: 33%;
    margin: 0 auto;
    padding: 0 2vw;
}

.bio-img img {
    width: 100%;
    height: 100%;
}

.bio {
    margin-top: 5vh;
}

.remove-btm-mrg {
    margin-bottom: 0 !important;
}

/********** INDUSTRIAL KITCHEN **********/

.kitchen-points ul li {
    font-size: 20px;
    font-weight: bold;
}


/********** Wind Powered **********/
.windpowered-img {
    margin-bottom: 5vh;
}

.windpowered-img img {
    width: 100%;
}

.ecotricity {
    width: 200px;
    margin-top: 40px;
}


/********** recommended-suppliers **********/

.recommended-suppliers {
    width: 100%;
}

.recommended-suppliers .background-colour {
    padding: 2vh 2vw;
}

.background-colour p {
    padding: 0;
}

.rec-title {
    margin-bottom: 40px;
    font-size: 20px;
    color: #2b82bc;
}

.rec {
    width: 250px;
    background: #fff;
    margin: 1vh 0;
    padding: 25px;
}

/********** Local Information **********/

.brand-logo {
    width: 150px;
    height: 150px;
}

.brand-logo img {
    width: 150px;
    height: 150px;
}

.item {
    width: 25%;
    min-width: 300px;
    max-width: 400px;
    padding: 2vh 2vw;
}

.local p {
    margin: 0;
    padding: 0;
}

.item p {
    padding: 0;
}

/********** Find us **********/

.find-us-address {
    padding: 2vh 2vw;
}

.find-us {
    background: #F8F8F8;
}

.find-us div {
    padding: 2vh 2vw;
}

.red {
    color: red;
}

.yellow {
    color: #D6CF00;
}

.pink {
    color: pink;
}

.orange {
    color: orange;
}

.blue {
    color: #2b82bc;
}

.purple {
    color: purple;
}

.black {
    color: black;
}

#PureChatWidget {
    display: none;
}











/********** NEWS BLOG **********/

.rblogger {
    flex-wrap: wrap;
}

.blog-outer {
    margin-bottom: 10vh;
    width: 50%;
    padding: 20px;
}

.blog-box {}

.blog-img-box {
    position: relative;
}


.blog-img-box img {
    max-width: 560px;
    height: 315px;
    object-fit: cover;
}

.blog-img-box:hover>.blog-date-outer {
    background: rgba(43, 130, 188, 1);
    transition: 1s ease;
}

.blog-date-outer {
    position: absolute;
    background: rgba(43, 130, 188, .5);
    padding: 10px;
    width: 150px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s ease;
}

.blog-info {
    margin-top: 2vh;
}

.blog-category {
    font-size: 16px;
}

.content-area img {
    margin: 40px 0;
}


/********** INSTAGRAM **********/

#sb_instagram {
    padding: 20px 0 !important;
}

.sbi_photo_wrap a {
    height: 300px !important;
}

#sb_instagram #sbi_load {
    width: unset;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: flex;
}

#sbi_load {
    display: flex;
    margin: 20px 5px;
}

#sb_instagram #sbi_load .sbi_load_btn {
    margin: 0;
}

#sb_instagram .sbi_follow_btn a {
    margin-top: 0;
}

.sbi_load_btn {
    border: 1px solid #2b82bc !important;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 5vh 0;
    white-space: nowrap;
}

.sbi_load_btn:hover {
    background: #fff !important;
    color: #2b82bc !important;
    transition: 0.3s ease-in;
}


.sbi_follow_btn a {
    border: 1px solid #2b82bc !important;
    width: 200px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-out;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 5vh 0;
}

.sbi_follow_btn a:hover {
    background: #2b82bc !important;
    color: #fff !important;
    transition: 0.3s ease-in !important;
}

















/********** REVIEWS **********/
.wp-google-content-inner .wp-google-reviews {
    justify-content: flex-start !important;
    margin-top: 20px !important;
}


.google-outer {
    background: #f8f8f8;
    padding: 20px;
}

.wp-google-reviews {
    display: flex !important;
    flex-wrap: wrap;
}

.wp-google-content-inner .wp-google-reviews .wp-google-review .wp-google-right {
    width: unset !important;
}


.wp-google-reviews .wp-google-review {
    min-width: unset !important;
    max-width: unset !important;
    width: 28% !important;
    min-width: 300px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
    padding: 20px !important;
    margin: 20px !important;
    background: #fff !important;
}

.wp-google-reviews .wp-google-review * {
    margin: 5px 0 !important;
    font-size: 20px !important;
}

.wp-google-review .wp-google-right .wp-google-time {
    font-size: 16px !important;
}

.wp-google-right .wp-google-feedback .wp-google-text {
    font-size: 16px !important;
}

.wp-google-right .wp-google-feedback .wp-google-text span {
    font-size: 16px !important;
}

.wp-google-feedback {
    display: flex !important;
    flex-direction: column;
}

/********** CONTACT **********/
.contact-map {
    width: 100%;
    height: 50vh;
    /* margin-top: -180px; */
    position: relative;
    z-index: 1;
}

form p {
    line-height: 1.2;
    margin-top: 30px;
}

input,
textarea {
    border: 2px solid #000;
    border-radius: 3px;
    width: 100%;
    padding: 20px;
}

.form-btn {
    cursor: pointer;
    background: #2b82bc;
    border: 2px solid #2b82bc;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease-in;
}

.form-btn:hover {
    background: #246FA1;
    transition: 0.3s ease-in;

}

/********** THANK YOU **********/

.thanks {
    width: 100%;
    background: #000;
    padding-bottom: 30vh;
}

.thanks-text {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    top: 40%;
    left: 50%;
}


/********** FOOTER **********/
footer {
    background: #F8F8F8;
}

footer * {
    color: #666666;
    text-decoration: none;
}

.footer {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px;
    z-index: 3;
}

.studio-footer,
.about,
.contact,
.info {
    width: 200px;
}

.phone {
    margin-top: 2vh;
}

.info,
.phone p {
    font-size: 16px;
    font-weight: 300;
}


.footer-title {
    font-size: 18px;
    color: #727272;
    margin-top: 4vh;
    font-weight: 500;
}

.studio-footer a,
.about a,
.contact a,
.info a {
    margin: 1vh 0;
    cursor: pointer;
    font-weight: 300;
}

.info {
    line-height: 1.4;
}

.underline {
    text-decoration: underline;
}

.follow h1 {
    margin-top: 2vh;
}

.follow a {
    font-weight: 300;
    margin-right: 20px;
    padding-top: 1vh;
}

.top-copy {
    background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(248, 248, 248, 1) 100%);
    padding: 2vh 0;
    width: 100%;
    margin: 0 auto;
}

.top-copy-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.copy {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.copy div p {
    font-size: 12px;
}

.copy * {
    color: #727272;
}

.copy div {
    width: 33%;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    height: 100px;
}


.copy div a {
    margin-right: 10px;
}

.up {
    margin-top: 3vh;
    width: 20px;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: none;
}
.jwc-col {
	width: 40%;
}

/* MEDIA QUERIES */




@media only screen and (max-width: 350px) {
    .subheadline {
        display: none;
    }

    .top-btn {
        margin-top: 25px;
    }

    /* .logo {
        display: none;
    } */

    .container {
        width: 96%;
    }

    .studio-text,
    .basement-text {
        padding: 10px;
    }

    .studio-div,
    .basement-div {
        margin: unset;
    }
}

@media only screen and (max-width: 380px) {
    .menu-btn {
        right: 60px;
    }
}

@media only screen and (max-width: 393px) {
    .subheadliner {
        margin: 0;
    }
}


@media only screen and (max-width: 430px) {
    #sbi_load {
        flex-direction: column;
        align-items: center;
    }

    .sbi_follow_btn {
        margin-top: 20px;
    }
}



@media only screen and (min-width: 307px) and (max-width: 467px) {
    .header {
        top: 37%;
    }

    .subheadline {
        margin: 7px 2vw;
    }

    .top-btn {
        margin-top: 7px;
    }

    .page-video-header {
        margin-top: 0px;
    }

    .aa {
        top: 30px;
    }

    .menu-btn {
        top: 51px;
    }
}

@media only screen and (max-width: 470px) {

    .a1a,
    .a2a,
    .a3a {
        width: 18vw;
    }

    .btn {
        width: 100%;
    }

    .btn2 {
        width: 100%;
    }

    .form-btn {
        width: 100%;
    }

    .subheadlineBtn {
        width: 90%;
        margin: 0 auto;
    }

    h1,
    .blurb h1 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 479px) {
    .aa {
        right: 105px;
        padding-right: 70px;
    }

    #email-hid {
        display: none;
    }

    .menu-btn {
        right: 30px;
    }

    .a1a,
    .a2a,
    .a3a {
        width: 13vw;
    }
}

@media only screen and (min-width: 467px) and (max-width: 489px) {
    .header {
        top: 40%;
    }
}

@media only screen and (max-width: 545px) {

    .find-us-address,
    .contact-address {
        display: inline;
    }
}

@media only screen and (min-width: 489px) and (max-width: 581px) {
    .header {
        top: 45%;
    }
}

@media only screen and (max-width: 600px) {
    .gallery-vid {
        margin-bottom: -40px;
    }

}

@media only screen and (max-width: 620px) {

    .video-title {
        margin-top: 102px;
    }

    video,
    .video-title {
        width: 100% !important;
    }

    .gallery-vid,
    .testimonial-video {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }

    .gallery-vid iframe,
    .testimonial-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 685px) {
    .column-mobile {
        flex-direction: column;
    }

    .downloads {
        flex-direction: column;
        align-items: center;
    }

    .downloads a {
        margin-bottom: 10px;
    }

    .follow {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin-bottom: 40px;
    }
	.jwc-col {
		width: 100%;
	}

    .footer-title-social {
        display: none;
    }

    .social-icon {
        display: block;
    }

    .social-link {
        display: none;
    }

    /* .logo {
        height: 100px;
    } */

    .rblogger {
        flex-wrap: nowrap;
        display: inline;
    }

    .blog-outer {
        width: 100%;
        padding: 0;
    }

}

@media only screen and (max-width: 700px) {
    .header-overlay-title {
        display: none;
    }

    .header {
        display: none;
    }
}

@media only screen and (max-width: 885px) {
    .column885 {
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .nowrap {
        white-space: nowrap;
    }

    .policy a {
        margin: 0 25px;
    }

    .useful-info-outer {
        width: 100%;
    }

    .green-screen-content-outer {
        width: 100%;
        margin-bottom: 10vh;
    }

    .tabcontent {
        margin: 60px auto;
        width: 80vw;
    }

    .video-mobile video {
        width: 100%;
        height: 100%;
    }

    .find-us {
        display: inline;
    }

    .find-us div {
        width: 100%;
    }

    .staff-outer {
        display: inline;
    }

    .staff {
        padding: 0;
        width: 100%;
        margin-bottom: 60px;
    }

    .bio-img {
        max-width: 200px;
    }

    .local {
        flex-direction: column;
    }

    .local div {
        width: 100%;
    }

    .subheadline {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1000px) {
    .column-1000 {
        flex-direction: column;
    }

    .flex100 {
        display: flex;
    }

    .quotess {
        width: 80%;
    }

    .studio-div,
    .basement-div {
        width: 100%;
        margin-bottom: 40px;
    }

    .video-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .bhs .btn h1 {
        font-size: 16px;
    }

    .video-gal-btn .btn {
        height: 100%;
        padding: 2px 10px;
    }

}

@media only screen and (max-width: 1057px) {
    #main1 .vid-div {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1150px) {
    .testimonial-block {
        display: inline;
    }

    .testimonial-info {
        margin: 20px 0 60px 0;
    }

    .testimonial-video video {
        width: 100%;
        max-width: 400px;
    }
}

@media only screen and (max-width: 1247px) {
    .logos a {
        width: fit-content;
    }
}

@media only screen and (max-width: 1255px) {
    menu {
        display: none !important;
    }

    .menu2 {
        display: block;
    }

    .phone-icon {
        display: none;
    }

}

@media only screen and (max-width: 1300px) {
    .video-gallery {
        display: inline;
    }

    .gallery-vid {
        margin-bottom: 40px;
    }

    .video-title {
        width: 560px;
        justify-content: center;
        padding: unset;
    }



    .recommended-suppliers {
        flex-direction: column;
    }

    .rec-outer {
        display: flex;
        flex-wrap: wrap;
    }

    .rec {
        margin: 5px;

    }
}

@media only screen and (max-width: 479px) {
    .a1a, .a2a, .a3a {
        width: 10vw !important;
    }

    .a1 {        
        margin: 10px 10px 10px 0 !important;
    }
}




#ht-ctc-chat svg {
    width: 70px !important;
    height: 70px !important;
}    
