/*
Theme Name: Oh Shoot
Author: SteveO
Version: 1.0.0
Description: This is Fortune WordPress theme
License: ''
License URI: ''
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: sydney
Template: sydney
*/

/**
*Site Branding
*/
@font-face {
  font-family: "Hind-Regular";

  src: url("./fonts/Hind-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Hind-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: 'Hind-Regular', sans-serif;
    background-image: linear-gradient();
    color: #443f3f;
}
.page-wrap{
    padding-top: 0px!important;
}
.site-header{
        background-image: linear-gradient(rgba(255,255,255,0.5), transparent);
}
@media screen and (min-width:768px){
    .hide-desktop{
        display: none;
    }
    .details-block{
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }
    .shift-column{
        position: absolute!important;
        top: 0;
        bottom: 0;
        right: 0;    
    }
    .shift-column .vc_column-inner{
        background-position: right center!important;
    }
    .cta-margin .vc_cta3-container{
        margin-bottom: 0px!important;
    }
}
@media screen and (max-width:767px){
    .hide-mobile{
        display: none!important;
    }
    .shift-column, .bg-column{
        min-height: 300px!important;
    }
    .reverse-column{
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 1024px){
    .site-header {
        background-color: #f5f5f5!important;
        border-bottom: 2px solid #ed1c24;
    }
}
.btn-menu{
    color: #ed1c24!important;
}
.site-header.float-header{
    background-color: #f5f5f5!important;
    background-image: none!important;
    padding: 10px 0;
    border-bottom: 2px solid #ed1c24;
}
.overlay {
    background-color: #fff!important;
}
.into-heading span{
    display:block;
    font-family: 'Hind-Regular', sans-serif;
    margin: 0px;
    color: #fff ;
    font-size: 80px;
    line-height: 58px;
    font-weight:800;
    text-align:right;
}
.header-image .title-post{
    color: #443f3f!important;
}
.sydney-hero-area{
    border-bottom: 3px solid #ed1c24;
}
.intro-line{
    font-size: 24px;
    font-weight: 600;
}

.title-post{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.footer-widgets{
    background-color: #f5f5f5!important;
    border-top: 2px solid #ed1c24;
}
#menu-main-menu-1 li{
    display: inline-block!important;
    padding: 5px 10px;
}
#menu-main-menu-1 li a:hover{
    color: #ed1c24!important;
}
#menu-main-menu-1{
    text-align: center;
}
#sidebar-footer{
    padding:40px 0;
}
#colophon{
    text-align: center;
    color: #fff;
    background-color: #ed1c24!important;
}
/************************** 
* sax-hover-box styles 
***************************/
.sax-hover-box .overlay-box{
    top:-50px;
}
.sax-hover-box .content-button{
    text-align:center;
    padding-right: 35px;
}
.sax-hover-box .overlay-box .inner-box{
    display: inline-block;
}
.sax-hover-box .icon_box span{
    line-height: 40px;
}
.sax-hover-box .overlay-box h4{
    line-height: 1.1;
    margin:15px 0;
}
.sax-hover-box.item:hover .inner-box{
    padding: 0px 21px 18px 80px;
    min-height: 100%;
}
.sax-hover-box .item:hover .icon_box span{
   margin-top: -30px;
}
.sax-hover-box .text p{
    font-size: 16px;
    line-height: 18px;
}
.sax-hover-box .content-button a{
    display: inline-block!important;
    margin-top: 8px;
    background: #ed1c24;
    color: #fff;
    border: 2px solid #ed1c24;
    font-size: 16px!important;
    padding:7px 10px;
}
.sax-hover-box .content-button a:hover{
    background: transparent;
    color: #ed1c24;
}

.sax-hover-box {
  position: relative;
    text-align: center;
}


.sax-hover-box .img-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-height: 210px;
}

.sax-hover-box .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  transition: .3s ease-out;
  background: rgba(0, 0, 0, 0.75);
  transform: translate(0,100%);
}
.sax-hover-box .item:hover .overlay-box {
  transition: .5s ease-in-out;
  top: 0px;
  transform: translate(0,0);
}

.sax-hover-box .inner-box {
  position: relative;
  padding-left: 80px;
  padding-right: 21px;
  transition: 1s ease;
  display: flex;
  flex-direction: column;
}
.sax-hover-box .item:hover .inner-box {
 /* padding: 5px 21px 38px 80px;*/
  transition: .5s ease;
    height: 100%;
}

.sax-hover-box .icon_box {
  position: absolute;
  width: 60px;
  height: 100%;
  text-align: center;
  background: #ed1c24;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 60px;
  color: #fff;
  transition: .5s ease;
}
.sax-hover-box .icon_box span {
    font-size: 21px;
    line-height: 60px;
}

.sax-hover-box .item:hover .icon_box span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -20px;
    transition: .5s ease;
}

.sax-hover-box .overlay-box .text {
  color: #fff;
}

.sax-hover-box .overlay-box h4 {
  color: #fff;
  line-height: 34px;
  transition: .5s ease-in-out;
    font-size: 18px;
}
.sax-hover-box .item:hover .overlay-box h4 {
  color: #ed1c24;
  transition: .5s ease-in-out;
}

.sax-hover-box .overlay-box .text p {
  color: rgba(255, 255, 255, 0.06);
  transform: translate(0,100%);
  transition: 1s ease;
  opacity: 0;
}
.sax-hover-box .item:hover .overlay-box .text p {
  transform: translate(0,0);
  transition: .5s ease;
  transition-delay: .3s;
  opacity: 1;
  color: #fff;
}

/************************** 
* link image styles 
***************************/

.link-image .wpb_single_image{
    position: relative;
}

.link-image .wpb_singleimage_heading{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ed1c24;
    color: #fff;
    margin: 0;
    font-size: 32px;
    padding: 8px 0;
}
/************************** 
* Contact Form
***************************/
.gfield_label{
    font-size: 16px!important;
}
.ginput_container_text input, .ginput_container_email input, .ginput_container_date input{
    height: auto;
    font-size: 15px!important;
    width: 100%!important
}
.ginput_container_textarea textarea{
    max-height: 150px;
    font-size: 15px!important;
}
.gform_footer input{
    width: 100%!important;
}
