/*

Theme Name: Vercoe
Description: Child theme for the Cornerstone starter theme
Author: Orion
Template: cornerstone-master
Version: 1.1

Add your custom theme css

*/

@import url(../cornerstone-master/style.css);

/********************************************************************************
 * 
 * Author's custom styles
 * 
 * *****************************************************************************/





/******************  FONTS  ******************************/


.Fatface{
    font-family: 'Abril Fatface', cursive;
}

.Roboto{
    font-family: 'Roboto', sans-serif;
}



.test{ border:1px solid #000; }
.test2{ border:1px solid #fff; }

.pos-relative{ position:relative; }

.full-img{ min-width:100%; } 

.full-screen-div{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(http://vercoe.dev.php7.ocsdev.com.au/wp-content/uploads/2022/11/banner-1.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-text{
    position: absolute;
    bottom: 50px;
    left: 5%;
}

.hero-text p{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}


.hero-text h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    text-transform: uppercase;
    color:#c38363;
}


.fullscreen {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}


/*
.header-index-image{
  background: url(http://vercoe.dev.php7.ocsdev.com.au/wp-content/uploads/2022/11/banner-1.jpg) no-repeat center center fixed; 
}
*/

/***********************    MENU   *******************************************/

.menu-wrap{
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 9;
    width: 100%;
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 2%;
    -webkit-transition: all 0.25s ease; /*safari and chrome */
    -moz-transition: all 0.25s ease; /* firefox */
    -o-transition: all 0.25s ease; /* opera */
    transition: all 0.25s ease; /* opera */
}

.menu-desk{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.menu-wrap ul.menu-desk{
       margin-left: 16%;
}

.menu-wrap ul.menu-desk li{
    list-style: none;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 0.7rem 1rem;
    


}

.menu-wrap ul.menu-desk li a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 6px;

    position: relative;

    line-height: 1;
    text-decoration: none;
    display: block;

    -webkit-transition: all 0.25s ease; /*safari and chrome */
    -moz-transition: all 0.25s ease; /* firefox */
    -o-transition: all 0.25s ease; /* opera */
    transition: all 0.25s ease; /* opera */   

}

.menu-wrap ul.menu-desk li a:before, .menu-expanded li a:before  {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #c38363;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.menu-wrap ul.menu-desk li > a:hover:before, .menu-expanded li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.to_btn a:before{
    visibility: hidden;
}

.to_btn a:hover:before{
    visibility: hidden !important;
}

.wrap-logo{
    float: left;
}

.scrollMenu{
    background: url(./img/bg-footer.png) repeat center center;
}

.scrollMenu.menu-wrap ul.menu-desk{
    padding-top: 6px;
}

.wrap-logo{
    padding-top: 6px;
}

.scrollMenu .wrap-logo{
    padding-top: 6px;
}

.menu-wrap.scrollMenu {
    padding-top: 10px;
    padding-bottom: 10px;
}

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


/**************************************** menu  **********************************************************/



.to_logo.active, .to_logo.active a{
  border: none;
}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 25px;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.95);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right:9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;
}

.bar {
  position: fixed;
  right: 15px;
  top: 35px;
}
.bar:before {
  top: -6px;
}
.bar:after {
  top: 6px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 200px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(00, 00, 00, 1);
  z-index:999;
  overflow: hidden;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  top:50px;
  z-index: 2;
  list-style:none;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 3px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.menu-expanded .to_btn a{
  /*display: block;*/
}

.btn{
    border: 1px solid #c38363;
    padding: 0.5rem 1.5rem;
}



.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}



/******************************   OVERLAY   **********************************/


.container-overlay {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  background: rgba(195, 131, 99, 0.9);
  
  /*background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
*/

/*
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=0 );
*/

  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.container-overlay:hover .overlay {
  height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 66%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.container-overlay img{
  -webkit-transition: -webkit-transform 0.5s ease-in;
     -moz-transition: -moz-transform 0.5s ease-in;
       -o-transition: -o-transform 0.5s ease-in;
          transition: transform 0.5s ease-in;
}

.container-overlay:hover img{
  transform: scale(1.2);
  /*
   -webkit-transition: -webkit-transform 0.5s ease-in;
     -moz-transition: -moz-transform 0.5s ease-in;
       -o-transition: -o-transform 0.5s ease-in;
          transition: transform 0.5s ease-in;*/


}

.section-gallery h2{
     font-family: 'Abril Fatface', cursive;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

/***********************   CONTENT  *****************************************/

#content{
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}


.info-row{
    background: #949494;
    padding-top: 90px;
    padding-block: 90px;
}
.info-row .columns{
    text-align: center;
}
.info-row h4, .grid-expertise h4{
    font-family: 'Abril Fatface', cursive;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
#content .info-row p, #content .grid-expertise p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px;
}

#content h1{
    font-family: 'Abril Fatface', cursive;
    font-size: 75px;
    line-height: 75px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#c38363;
    letter-spacing: 5px;
}

.left{ text-align:left; }

.section-content{
    padding-top: 140px;
    padding-bottom: 140px;
    width: 100%;
    position: relative;
    display: block;
}


.section-content p{
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #1e1c1b;
    line-height: 1.4;
    margin-top: 22px;
    max-width: 80%;
}

.section-content p.max-right{
    max-width: 86%;
}


.section-content p.subtitle-top{
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}


.bg-white{ background:#fff; }
.bg-grey{ background:#f3f3f3; }
.bg-pink{ background:#be768d; }
.font-white{ color:#fff; }
.font-pink{ color:#be768d }
.font-brown{color: #c38363;}
.bg-brown{ background:#c38363; }

.bg-black{ background:#171616; }
.text-22{font-size: 22px;}

.to-right{ text-align:right; }
.to-left{ text-align:left; }

.flex-box-text{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.max-right{
    max-width: 86%;
}

#content .expertise h1{
    text-align: center;
}
#content .expertise p{
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.grid-expertise{
    margin-top: 0;
}

.grid-expertise .columns{
    text-align: center;
    margin-top: 90px;
}

.svg-max-icon{
    max-width: 80px;
    margin-bottom: 16px;
}

/********** Gallery   ********/

.section-gallery{
    padding:0;
    margin: 0;
}

.section-gallery .columns{
    padding-left: 0;
    padding-right: 0;
}


/********************   FOOTER   ****************************************/

#footer{
    width: 100%;
    background: url(./img/bg-footer.png) repeat center center; 
}

#footer.section-content{ padding-bottom:0; }

#footer .details-row p.subtitle-footer{
    font-weight: bold;
}

#footer .details-row p, #footer .details-row p a{
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

#footer .details-row p:first-of-type{
    margin-top: 22px;
}

.number{
    cursor: pointer !important;
}

.subfooter{
    border-top: 1px solid #fff;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    color: #fff;
}
.subfooter a{ color:#fff; }

.subfooter span {
    margin-right: 20px;
}

.details-row ul{
    list-style: none;
    margin-left: 0;
    margin-top: 50px;
}

.details-row ul li{
    padding-right: 13px;
    display: inline-block;
}

/********************   FORM     ***********************************/

.gform_description, .gform_title{
    display: none;
}

.gform_confirmation_message{
     font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
}

.section-content .gform_wrapper.gravity-theme .gfield_label{
    color: #c38363;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
}

.gform_button.button{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1.6em;
    -webkit-appearance: none;
    border: 1px solid #c38363;
    border-radius: unset;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #c38363;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
}

.gform_button.button:hover{
    color: #fff;
    border-color: #fff;
}

[type=color], [type=date], 
[type=datetime-local], [type=datetime], 
[type=email], [type=month], 
[type=number], [type=password], 
[type=search], [type=tel], 
[type=text], [type=time], 
[type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.social-icons{
    float: left;
    -webkit-transition: all 0.25s ease; /*safari and chrome */
    -moz-transition: all 0.25s ease; /* firefox */
    -o-transition: all 0.25s ease; /* opera */
    transition: all 0.25s ease; /* opera */
}

.social-icons img{
    height: 43px;
    width: 43px;
}

.max-icon-social{
    height: 43px;
    width: 43px;
    -webkit-transition: all 0.25s ease; /*safari and chrome */
    -moz-transition: all 0.25s ease; /* firefox */
    -o-transition: all 0.25s ease; /* opera */
    transition: all 0.25s ease; /* opera */
}

.max-icon-social:hover{
    scale: 1.2
}

.social-icons:hover{
    scale: 1.2;
}


.section-content p#orion{
    margin: 0;
    margin-top: 10px;
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.section-content p#orion a{

}

/********************  OVERWRITE FOUNDATION  ***************************/

.row{ max-width:90rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}


/********************************************************************************
 * 
 * EXAMPLE Media Queries for Responsive Design.
 * 
 * *****************************************************************************/





/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 
 
    .info-row h4, .grid-expertise h4{
        font-size: 26px;
    }

    #content h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 5px;
    }

    .count-divs div:nth-child(3n){
        width: 100% !important;
    }

    .section-gallery h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .mobilemaillist{
        margin-bottom: 20px;
    }


    .section-content p {
        font-size: 18px;
        max-width: 100%;
    }
   
}



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

    .hide-mobile-xr{ display:none; }
    .display-mobile-xr{ display:block; }

}

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

  .hide-mobile-xr{display: block;}
  .display-mobile-xr{ display:none }

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {

 

}



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

    .hide-mobile{ display:none; }
    .display-mobile{ display:block; }

}

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

  .hide-mobile{display: block;}
  .display-mobile{ display:none }

}



/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  
   /* #content .info-row p, #content .grid-expertise p {
        max-width: unset;
    }

    #content .info-row p, #content .grid-expertise p {
        max-width: unset;
    }*/

    .info-row h4, .grid-expertise h4{
        font-size: 24px;
    }

    #content .info-row p, #content .grid-expertise p {
        max-width: 75%;
    }

    #content h1 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 5px;
    }

    .section-content p {
        font-size: 20px;
        max-width: 80%;
    }


    .section-gallery h2 {
        font-size: 35px;
        line-height: 35px;
    }


}


/* min-width 641px and max-width 1024px, use when QAing portrait tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait){
   

}


/* min-width 641px and max-width 1024px, use when QAing landscapetablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: landscape){
    .info-row h4, .grid-expertise h4 {
        font-size: 19px;
    }
}



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

     

    .info-row .columns {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-row {
        padding-top: 60px;
        padding-block: 60px;
    }

    .to-right, .to-left {
        text-align: left;
        margin-top: 60px;
    }

    .hero-text h1 {
        font-size: 62px;
        line-height: 62px;
    }

    .menu-wrap{
        background: #000;
    }
    .scrollMenu.menu-wrap ul.menu-desk {
        padding-top: 0;
    }

    .subfooter .to-right, .subfooter  .to-left{
        margin-top: 0;
    }

    .menu-wrap ul.menu-desk {
        margin-left: 0;
        float: right;
    }



}






/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {

/************************  CUSTOM SCROLL BAR ************************/
html {
  --scrollbarBG: #000000;
  --thumbBG: #c38363;
}

body::-webkit-scrollbar {
  width: 14px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

}


@media only screen and (min-width: 1025px) and (max-width: 1340px) { 

    .info-row h4, .grid-expertise h4{
        font-size: 22px;
    }

    .hero-text h1 {
        font-size: 72px;
        font-weight: 400;
        line-height: 72px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) { 

    
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}


@media only screen and (min-width: 1341px) and (max-width: 1680px) { 

    .info-row h4, .grid-expertise h4{
        font-size: 24px;
    }

    .hero-text h1 {
        font-size: 72px;
        font-weight: 400;
        line-height: 72px;
    }

    .menu-wrap ul.menu-desk li a {
        font-size: 17px;
        padding-bottom: 6px;

    }




}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}

