/*
 Theme Name:   Proctor Property Theme
 Description:  A Child Theme built for Proctor Property
 Author:       Flair Digital
 Author URI:   https://flairdigital.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../Divi/style.css");
/* Theme customization starts here
------------------------------------------------------- */
/* Media Queries */
@media only screen and (min-width: 981px) { /* styles for screens above 981px */
  #et-top-navigation li#menu-item-3522 {
    margin-left: 3em;
  }
}
@media only screen and (max-width: 981px) { /* styles for screens below 981px */
  span.Name input.wpcf7-form-control, span.Message textarea.wpcf7-form-control {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }
  span.Phone input.wpcf7-form-control, span.Email input.wpcf7-form-control {
    width: 49% !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }
  span.Phone input.wpcf7-form-control {
    margin-right: 2% !important;
  }
  .mobile_menu_bar::before {
    color: #000 !important;
  }
  .et_mobile_menu li a {
    font-size: 18px;
    font-weight: 300;
  }
  #logo {
    max-height: 78% !important;
  }
}
/* End Media Queries */
/* SHELL STYLLS */
/*Header & Navigation*/
#et-top-navigation i.fab {
  font-size: 1.7em;
}
#et-top-navigation i.fa-facebook-square:hover {
  color: #555656 !important;
}
#et-top-navigation i.fa-instagram:hover {
  color: #555656 !important;
}
/*End Header & Navigation*/
/*Headings & Copy*/
.h-hero p {
  font-weight: 400 !important;
}
body, h1, h2, h3, h4, h5, h6, p, a.et_pb_button, #top-menu-nav {
    font-weight: 300 !important;
}
/*End Headings & Copy*/
#main-content .cont-box {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 2px 6px 18px -6px rgba(0, 0, 0, 0.3);
}
#main-content .cont-box:hover {
  border: 1px solid #918c86;
  background: #eaeaea;
}
#main-content .mapp-layout {
  margin: 0;
}
#main-content .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  padding-bottom: 0;
}
/* Contact Form */
span.Name input.wpcf7-form-control, span.Message textarea.wpcf7-form-control {
  width: 97%;
  margin-left: 3%;
  margin-bottom: 3%;
}
span.Phone input.wpcf7-form-control, span.Email input.wpcf7-form-control {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}
span.Phone input.wpcf7-form-control, span.Email input.wpcf7-form-control, span.Name input.wpcf7-form-control, span.Message textarea.wpcf7-form-control {
  background: #ffffff;
  border: none !important;
  padding: 16px;
  box-shadow: 2px 6px 18px -6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
span.Message textarea.wpcf7-form-control {
  height: 190px;
  min-height: 190px !important;
  min-width: 97%;
  max-width: 97%;
}
input.wpcf7-submit {
  float: right;
  padding: 6px 20px;
  background: #918c86;
  border: 1px solid #918c86;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7em;
  box-shadow: 2px 6px 18px -6px rgba(0, 0, 0, 0.3);
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  transition: all 300ms ease-in-out;
}
input.wpcf7-submit:hover {
  background: #5f5f5f;
  border: 1px solid #5f5f5f;
  cursor: pointer;
}
/* END Contact Form */
/*Misc*/
#main-content .padd-20 {
    padding: 20px !important;
}
#main-content .padd-b-0 {
    padding-bottom: 0;
}
#main-content .padd-b-40 {
    padding-bottom: 40px;
}
#main-content .center {
    text-align: center;
}
#main-content .mar-t-20 {
    margin-top: 20px;
}
.clearAll {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}
/* BEGIN clearfix
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/*END clearfix*/
/*END Misc*/
