/*
 Theme Name:     Venture Creations Divi Child Theme
 Theme URI:      http://www.venturecreationsmedia.com
 Description:    Venture Creations Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

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

/* =Theme customization starts here
------------------------------------------------------- */


h1 {
  font-family: "baker-signet-web", serif;
}

h2 {
  font-family: "baker-signet-web", serif;
}

h3 {
  font-family: "baker-signet-web", serif;
}

h4 {
  font-family: "baker-signet-web", serif;
}

p {
  font-family: "lato", sans-serif;
}

.henderson-sans {
  font-family: "henderson-sans-basic", sans-serif;
  color: #404141;
}

.baker-signet-web-helper {
  font-family: "baker-signet-web";
}

.baker-signet-web-quote-helper {
  font-family: "baker-signet-web" !important;
  font-size: 20px !important;
  text-align: center !important;
  color: #404141;
}


.lato-web-helper {
  font-family: "lato";
}

.top-border-line {
  border-top: 1px dashed #404141 !important;
  padding-top: 10px;
}


.bottom-border-line {
  border-bottom: 1px dashed #404141 !important;
  padding-bottom: 10px;
}

.text-center-helper {
  text-align: center;
}

.small-top-space {
  padding-top: 20px !important;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

/*---- Footer Image Helper Start ----*/

#main-footer {
background: url("https://wpbev.venturecreations.com/wp-content/uploads/2018/01/blur_white_footer-min.png") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

/*---- Footer Image Helper Ends ----*/


/*---- Grey Angles Begins ----*/

.section__diag-left {
  background-image: linear-gradient(145deg, #fff 60%, #dfe1e2 60%) !important;
}
.section__diag-right {
  background-image: linear-gradient(35deg, #dfe1e2 60%, #fff 60%) !important;
}

.section__diag-left-short {
  background-image: linear-gradient(153deg, #fff 60%, #dfe1e2 60%) !important;
}
.section__diag-right-short {
  background-image: linear-gradient(37deg, #dfe1e2 60%, #fff 60%) !important;
}

/*---- Grey Angles Ends ----*/



/*---- White Angles Begins ----*/

.white_section_diag-left {
  background-image: linear-gradient(145deg, #dfe1e2  60%, #fff 60%) !important;
}
.white_section_diag-right {
  background-image: linear-gradient(35deg, #fff 60%, #dfe1e2  60%) !important;
}

.white_section_diag-left-short {
  background-image: linear-gradient(153deg, #dfe1e2  60%, #fff 60%) !important;
}
.white_section_diag-right-short {
  background-image: linear-gradient(37deg, #fff 60%, #dfe1e2  60%) !important;
}

/*---- White Angles Ends ----*/




/*---- Column Helpers Begins ----*/

.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    box-shadow: none;
    border-color: #dfe1e2;

}

.one-half { width: 48%; }
.one-third { width: 30.66%; }

.last {
    margin-right: 0 !important;
    clear: right;
}

@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

/*---- Column Helpers Ends ----*/



/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/

.gform_wrapper .top_label .gfield_label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  display: none;
}


/*** FIELD STYLING ***/

input[type=text], textarea {
  background: #ffffff;
  border: 2px solid #dfe1e2 !important;
  border-radius: 0;
  color: #404141 !important;
  padding: 15px !important;
}


.ginput_container .ginput_container_select {
  background: #ffffff;
  border: 2px solid #dfe1e2 !important;
  border-radius: 0;
  color: #404141 !important;
  padding: 15px !important;
}

.gform_wrapper.gf_browser_chrome select {
  font-size: inherit;
  font-family: inherit;
  background: #ffffff;
  border: 2px solid #dfe1e2 !important;
  border-radius: 0;
  color: #404141 !important;
  padding: 15px !important;
 }

 .gform_wrapper.gf_browser_gecko select {
   font-size: inherit;
   font-family: inherit;
   background: #ffffff;
   border: 2px solid #dfe1e2 !important;
   border-radius: 0;
   color: #404141 !important;
   padding: 15px !important;
  }




  /*** BUTTON STYLING ***/

  .gform_wrapper .gform_footer input.button {
    font-family: "lato", sans-serif;
    font-weight: 900;
    width: 98% !important;

    float:left;
    background: transparent;
    border: 2px solid #404141;
    font-size: 18px;
    color: #404141;
    padding: 12px 32px;
    border-radius: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
  }

/*** BUTTON HOVER STYLING ***/

.gform_wrapper .gform_footer input.button:hover {
  font-family: "lato", sans-serif;
  font-weight: 900;
  color: #404141;
  background: rgba(0, 0, 0, 0.05);
  border: 2px solid #404141;
}
