/*
Theme Name: Motto Child
Template: motto
*/

/*styles:*/

/*Contact form style*/

.av-burger-overlay-active #top .av-hamburger-inner, .av-burger-overlay-active #top .av-hamburger-inner::before, .av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #2bfc86 !important;
}

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select
{
    font-family: "dm-sans", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    color: #222222 !important;
}

.flex_cell
{
    padding: 0px 20px !important;
}

video {
    clip-path: inset(1px 1px);
}

.motto-video-container
{
    opacity: 0;
    /*height: 200px;*/
    -webkit-transition: height, opacity .3s ease-in-out;
    -moz-transition: height, opacity .3s ease-in-out;
    -o-transition: height, opacity .3s ease-in-out;
    transition: height, opacity .3s ease-in-out;
}

.motto-video-preloader
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p
{
    margin: 0px;
}
p.body-copy
{
    margin-bottom: 20px;
}

p.testimonial
{
    font-family: 'DM Serif Display', serif;
    font-weight: normal;
    text-transform: none !important;
    font-size: 50px;
    line-height: 64px;

}
.testimonial-name
{
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #2bfc86;
}


.white-border-right
{
    width: 20px;
    background-color: #ffffff;
    z-index: 999999;
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}
.white-border-left
{
    width: 20px;
    background-color: #ffffff;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.last-element
{
    /*border-bottom: solid 20px #ffffff !important;*/
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
}

.avia-divider-svg svg
{
    left: 18% !important;
}

.avia-section.av-l847gi26-8cbbe1086ce4faa4fe1367202f34fcc8 .avia-divider-svg-top svg
{
    width: 3500px !important;
}

.logo
{
    height: 85%;
    padding-top: 14px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 100 !important;
    letter-spacing: -1px !important;
}
h1.large
{
    font-weight: 100 !important;
    letter-spacing: -1px !important;
    font-size: 70px;
    line-height: 74px;
}

h1.white
{
    color: #ffffff !important;
}

.av_minimal_header_shadow
{
    box-shadow: none !important;
}

#header_meta {
    border: none!important;
}

#top .av_header_transparency .avia-menu-fx
{
    bottom: 0%;
}

.image-overlay
{
    display: none !important;
}

/*Menu item formatting*/
.header_color .avia-menu-fx
{
    height: 3px;
    width: 0px;
}

.menu-item a:hover > .avia-menu-fx
{
    width: 100%;
}

.av-main-nav > li > a
{
    padding: 0px 45px !important;
}

/*End::Menu item formatting*/

.avia-image-container .avia_image { border-radius: 0px !important; }

/* Color section full width */
.full-width-section .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
}
/* End::Color section full width */

/* Parallax stellar formatting */
.photo {
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    position: relative;
}
/* End::Parallax stellar formatting */

h1,h2,h3,h4,h5
{
    text-transform: none !important;
}


.wpcf7-submit
{
    padding: 20px 40px !important;
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
    font-size: 22px !important;
    font-weight: bold;
}

.wpcf7-form p label
{
    font-size: 16px !important;
    font-weight: normal !important;
}

.wpcf7-form-control
{
    margin-top: 10px !important;
    padding: 15px !important;
}

.wpcf7-not-valid-tip
{
    color: #bf0020 !important;
}

/*Floating header*/

.floating-header-main-container
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    height: 0px;
    background-color: rgba(0,0,0,1);
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: height .3s ease-out;
    -moz-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
}

.floating-header-container
{
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1300px;
    padding: 0px 0px;
    height: 0px;
    z-index: 999999;
}


.floating-logo
{
    position: relative;
    float: left;
    height: 60px;
    width: 60px;
    margin-left:8px;
    margin-top:15px;
}

.main-floating-menu
{
    position: relative;
    float: right;
    top: 30px;
    padding-right: 10px;
}

ul.floating-menu
{
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.floating-menu li
{
    float: left;
}

ul.floating-menu li a
{
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    display: block;
    position: relative;
    padding: 0.2em 45px;
    text-decoration: none;
    height: 58px;
}

ul.floating-menu li a:hover
{
    color: #2bfc86;
}


/* Fade in */
a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2bfc86;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}


/* Slide in */
ul.floating-menu li a {
    overflow: hidden;
}

ul.floating-menu li a::after {
    opacity: 1;
    transform: translate3d(-104%, 0, 0);
}

ul.floating-menu li a:hover::after,
ul.floating-menu li a:focus::after{
    transform: translate3d(0, 0, 0);
}
/*End:: Floating header*/

/*begin::work summary*/
.work-outer-container
{
    margin-top: 0px;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 20px;
}

.work-border-left
{
    width: 20px;
    height: 450px;
    position: relative;
    background-color: #ffffff;
    left: 0;
    top: 0;
    float: left;
    display: inline-block;
}

.work-border-right
{
    width: 20px;
    height: 450px;
    position: relative;
    background-color: #ffffff;
    right: 0;
    top: 0;
    float: right;
    display: inline-block;
}

.work-outer-top
{
    margin-top: 30px;
}

.work-outer-container img
{
    display: none;
}


.work-image
{

    width: 70%;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    position: relative;
    display: inline-block;
}
.work-image-left
{
    left: 0;
}
.work-image-right
{
    right: 0;
    float: right;
}

.work-description
{
    position: relative;
    width: 30%;
    padding: 30px;
    font-weight: 100;
    display: inline;
}

.work-description h2
{
    margin-bottom: -8px;
}

.work-description-left
{
    left: 0;
    float:left;
    text-align: right;
    display: inline;
}

.work-description-right
{
    right: 0;
    float: right;
    display: inline;
}

p.work-disciplines
{
    margin-top: 80px;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.work-disciplines-underscore
{
    display: none;
}

/*block style linking*/
ul.general-link
{
    list-style: none;
    margin: 0;
    padding: 0;


}

ul.general-link li
{
    margin-left: 0;
    display: block;
}


ul.general-link-right li
{
    float: left;
}

ul.general-link-left li
{
    float: right;
}

ul.general-link li a
{
    font-size: 18px;
    color: #2bfc86;
    font-weight: 100;
    display: block;
    position: relative;
    padding: 0.2em 0px;
    text-decoration: none;
    height: 40px;
}

ul.general-link li a.black
{
    color: #000000;
}

ul.general-link li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}

ul.general-link li a:hover
{
    color: #000000;
}

/* Slide in */
ul.general-link li a {
    overflow: hidden;
}

ul.general-link li a::after {
    opacity: 1;
    transform: translate3d(-104%, 0, 0);
}

ul.general-link li a:hover::after,
ul.general-link li a:focus::after{
    transform: translate3d(0, 0, 0);
}
/*block style linking*/
/*End:: Floating header*/

/*list of links*/
ul.general-list-link
{
    list-style: none;
    margin: 0;
    padding: 0;


}

ul.general-list-link li
{
    margin-left: 0;
    display: block;
}

ul.general-list-link li a
{
    font-size: 90px;
    color: #2bfc86;
    font-weight: 100;
    display: block;
    position: relative;
    padding: 0px 0px;
    text-decoration: none;
    height: 115px;
    line-height: 115px;
}

ul.general-list-link li a.black
{
    color: #000000;
}

ul.general-list-link li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #000000;
    opacity: 0;
    transition: opacity 700ms, transform 700ms;
}

ul.general-list-link li a:hover
{
    color: #000000;
}

/* Slide in */
ul.general-list-link li a {
    overflow: hidden;
}

ul.general-list-link li a::after {
    opacity: 1;
    transform: translate3d(-102%, 0, 0);
}

ul.general-list-link li a:hover::after,
ul.general-list-link li a:focus::after{
    transform: translate3d(0, 0, 0);
}
/*list of links*/

/*Footer links*/

ul.motto-footer-link
{
    list-style: none;
    margin: 0;
    padding: 0;


}

ul.motto-footer-link li
{
    margin-left: 0;
    display: block;
}

ul.motto-footer-link li a
{
    font-size: 14px;
    color: #2bfc86;
    font-weight: 100;
    display: block;
    position: relative;
    padding: 0px 0px;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
}

ul.motto-footer-link li a.black
{
    color: #ffffff;
}

ul.motto-footer-link li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 700ms, transform 700ms;
}

ul.motto-footer-link li a:hover
{
    color: #ffffff;
}

/* Slide in */
ul.motto-footer-link li a {
    overflow: hidden;
}

ul.motto-footer-link li a::after {
    opacity: 1;
    transform: translate3d(-102%, 0, 0);
}

ul.motto-footer-link li a:hover::after,
ul.motto-footer-link li a:focus::after{
    transform: translate3d(0, 0, 0);
}
/*end: footer links*/


/*discipline work lockup links*/

.work-disciplines a
{
    color: #000000;
}
.work-disciplines a:hover
{
    text-decoration: none;
}

.work-disciplines-project a
{
    color: #000000;
}

.work-disciplines-project a:hover
{
    text-decoration: none;
}

/*end: discipline work lockup links*/

/*more project button*/

.more-projects-outer-container
{
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.more-projects-button-outer
{

    width: 100%;
    background-repeat: no-repeat;
    height: 70px;
    padding-top: 10px;
    background-size: cover;
    position: relative;
    display: inline-block;
    right: 0;
    float: right;
}

.more-projects-button-outer:hover > .more-projects-button-line-2
{
    width: 100%;
}

.centred-link
{
    position: absolute;
    left:50%;
    top: 50%;
    display: inline;
    z-index: 999999;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.centred-link-column
{
    position: absolute;
    left:50%;
    top: 92%;
    display: inline;
    z-index: 999999;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

.centred-link-inner
{
    position: relative;
    left: -200px;
    transition: left 2000ms;
}

.more-projects-button-line
{
    height: 70px;
    background-color: #2bfc86;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 2000ms;
    z-index: 10000;
    text-align: center;
}

.animated-line
{
    height: 5px;
    background-color: #2bfc86;
    width: 0;
    transition: width 2000ms;
    z-index: 10000;
    text-align: center;
    margin-bottom: 15px;
}

.more-projects-button-line-2
{
    height:70px;
    background-color: #000000;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width 1000ms;
    z-index: 10001;
}

/*end::work summary*/

/*centred text on image*/
.image-container {
    position: relative;
    text-align: left;
    color: white;
}
.image-centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    transform: translate(-50%, -50%);
}
/*end:: centred test on image*/

/*Responsive media queries*/


/*Responsive media queries*/

@media screen and (min-width: 2100px) {

    .work-outer-container
    {
        height: 750px;
    }

    .work-border-left
    {
        height: 750px;
    }

    .work-border-right
    {
        height: 750px;
    }

    .work-image
    {

        height: 750px;
    }
}

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

    .avia-divider-svg svg
    {
        left: 13% !important;
    }

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

    .avia-divider-svg svg
    {
        left: 10% !important;
    }

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

    .floating-header-container
    {
        width: 1000px;
    }

}

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

    .av-main-nav > li > a
    {
        padding: 0px 25px !important;
    }

    .floating-header-container
    {
        width: 700px;
    }

    ul.floating-menu li a
    {
        font-size: 18px;
        color: #ffffff;
        font-weight: 100;
        display: block;
        position: relative;
        padding: 0.2em 15px;
        text-decoration: none;
        height: 58px;
    }



}

/*Responsive media queries*/
@media only screen and (max-width: 810px) {

    .work-disciplines a
    {
        color: #ffffff;
    }
    .work-disciplines a:hover
    {
        text-decoration: none;
    }

    ul.general-list-link li a
    {
        font-size: 44px;
        color: #2bfc86;
        font-weight: 100;
        display: block;
        position: relative;
        padding: 0px 0px;
        text-decoration: none;
        height: 64px;
        line-height: 50px;
    }

    ul.general-list-link li a::after {
        height: 4px;
    }


    .centred-link-column
    {
        top: 93%;
    }

    .responsive #top #wrap_all .av-flex-cells .no_margin
    {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    h1
    {
        font-size: 26px !important;
        letter-spacing: -1px !important;
    }

    h1.large
    {
        font-weight: 100 !important;
        letter-spacing: -1px !important;
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .image-centered-content {
        width: 70%;
    }

    body p
    {
        font-size: 16px;
        line-height: 20px;
    }

    p.testimonial
    {
        font-family: 'DM Serif Display', serif;
        font-weight: normal;
        text-transform: none !important;
        font-size: 24px;
        line-height: 30px;

    }
    .testimonial-name
    {
        font-size: 10px;
        line-height: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #2bfc86;
    }

    .work-outer-container
    {
        margin-top: 20px;
        width: 92%;
        height: auto;
        background-color: #000000;
        margin-bottom: 0px;
        margin-left: 4%  !important;
    }

    .work-outer-container img
    {
        display: block;
    }

    .work-border-left
    {
        display: none;
    }

    .work-border-right
    {
        display: none;
    }


    .work-image
    {
        width: 100%;
        height: auto;
        background-image: none !important;
    }

    .work-description
    {
        float: left;
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 30px;
        padding-bottom: 30px;
        font-weight: 100;
    }

    .work-description-left
    {
        left: 0;
        float:left;
        text-align: left;
    }

    ul.general-link-left li
    {
        float: left;
    }

    .work-outer-container h2
    {
        color: #ffffff;
    }

    ul.general-link li a::after {

        background-color: #2bfc86;
    }

    ul.general-link li a:hover
    {
        color: #2bfc86;
    }

    ul.general-link li a.black:hover
    {
        color: #000000;
    }

    p.work-disciplines
    {
        color: #ffffff;
    }

    .work-disciplines-underscore
    {
        display: inline;
    }

    .more-projects-button-outer
    {
        width: 100%;
        padding-left: 30px;
    }

    .centred-link-inner
    {
        transition: left 1200ms;
    }

    .more-projects-button-line
    {

        transition: width 1200ms;

    }


    /*Floating header*/

    .floating-header-main-container
    {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0px 0px;
        height: 0px;
        background-color: rgba(0,0,0,1);
        z-index: 999999;
        overflow: hidden;
        -webkit-transition: height .3s ease-out;
        -moz-transition: height .3s ease-out;
        -o-transition: height .3s ease-out;
        transition: height .3s ease-out;
    }

    .floating-header-container
    {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 96%;
        padding: 0px 0px;
        height: 0px;
        z-index: 999999;
    }


    .floating-logo
    {
        position: relative;
        float: left;
        height: 40px;
        width: 40px;
        margin-left:16px;
        margin-top:23px;
    }

    .main-floating-menu
    {
        position: relative;
        float: right;
        top: 30px;
        padding-right: 5px;
        width: 294px;
    }

    ul.floating-menu
    {
        list-style: none;
        margin: 0;
        padding: 0;

    }

    ul.floating-menu li
    {
        float: left;
    }

    ul.floating-menu li a
    {
        font-size: 12px;
        color: #ffffff;
        font-weight: 100;
        display: block;
        position: relative;
        padding: 0.2em 6px;
        text-decoration: none;
        height: 58px;
    }

    ul.floating-menu li a:hover
    {
        color: #2bfc86;
    }

    /*End:: Floating header*/

}

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

    .responsive #top #wrap_all .container
    {
        width: 92.5% !important;
        max-width: 92.5% !important;
    }

    .responsive #top .logo
    {
        width: 12% !important;
    }

    #av_section_4,#av_section_2
    {
        margin-left: 0px !important;
    }

    .avia-divider-svg svg
    {
        left: 20% !important;
    }

    .white-border-right
    {
        width: 0;
        background-color: #ffffff;
        z-index: 999999;
        position: absolute;
        top: 0;
        height: 100%;


    }
    .white-border-left
    {
        width: 0;
        background-color: #ffffff;
        z-index: 999999;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;

    }


}