/*
 Theme Name:   Addison Planning
 Description:  A Child Theme built for Addison Planning
 Author:       Flair Digital
 Author URI:   https://www.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
*/
/* Theme customization starts here
------------------------------------------------------- */
/* Media Quiries */
@media only screen and (min-width: 1020px) { /* styles for screens above 1020px */

}
@media only screen and (max-width: 1020px) { /* styles for screens below 1020px */
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
}
/* End Media Quiries */
/* ~~~ ### SHELL STYLLS ### ~~~ */
  /*Header & Navigation*/
    #top-menu .sub-menu, #top-menu .sub-menu li, #top-menu .sub-menu li a {
      width: 350px;
    }
    #main-header {
      border-bottom: 1px solid #3e639e;
    }
  /*End Header & Navigation*/
  /*Headings & Copy*/
    h1, h2, h3, h4, h5, h6, p, a {
      font-weight: 300 !important;
    }
    .vert-cen {
      display: flex !important;
      align-items: center !important;
      display: -ms-flexbox;
      display: -webkit-flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
    }
  /*End Headings & Copy*/
  /* Footer Area */
  .widget ul.menu {
    padding-left: 0px !important;
  }
  /* End Footer Area */
/* End Shell Styles */
/*Misc*/
  .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*/





.n10s-hanoi h2 {
    display: block !important;
    font-weight: 500 !important;
}

.n10s-hanoi h2 span {
    display: block !important;
    font-weight: 300 !important;
}

.et_pb_contact_right p {
    color: #ffffff;
}

/* ~~~ Section Styles ~~~ */
.n10s-hanoi .n10s-overlay::before {
    background: #1e417c !important;
}

.n10s-hanoi .n10s-overlay {
    background: rgba(0, 0, 0, 0.4) !important;
}
.shadow-hover:hover {
    box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.5);
}
#mapp0-layout {
    margin: 0 !important;
}
/* ~~~~~ BUTTONS ~~~~~ */

a.et_pb_button,
.button-underline-1,
button.et_pb_contact_submit {
    display: inline-flex;
    font-size: 20px !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    margin: 20px 20px 20px 20px !important;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 4px 6px 7px 0px rgba(0, 0, 0, 0.1);
}

a.et_pb_button:hover {
    display: inline-flex;
    padding: 10px 20px !important;
    margin: 20px 20px 20px 20px !important;
}

.et_pb_bg_layout_light a.et_pb_button,
.et_pb_bg_layout_light a.et_pb_button:hover,
.et_pb_button_module_wrapper a.et_pb_button,
.et_pb_button_module_wrapper a.et_pb_button:hover,
button.et_pb_contact_submit,
button.et_pb_contact_submit:hover {
    color: #ffffff;
    border: 1px solid #3e639e !important;
    background: #3e639e;
}

.et_pb_bg_layout_dark a.et_pb_button,
.et_pb_bg_layout_dark a.et_pb_button:hover {
    color: #3e639e;
    border: 1px solid #ffffff !important;
    background: #ffffff;
}

body.home .header-content .et_pb_button_two {
    border: 1px solid #d1d1d1 !important;
    background: #d1d1d1 !important;
    ;
}

a.et_pb_button::after,
.underline-1,
button.et_pb_contact_submit::after {
    width: 100%;
    height: 3px;
    margin-top: 15px;
    align-self: flex-end;
    left: -100%;
    position: absolute;
    transition: all .3s ease-Out;
    bottom: 0;
}

.et_pb_bg_layout_light a.et_pb_button::after,
.et_pb_button_module_wrapper a.et_pb_button::after,
button.et_pb_contact_submit::after {
    background: #ffffff;
}

.et_pb_bg_layout_dark a.et_pb_button::after,
.underline-1 {
    background: #3e639e;
}

a.et_pb_button:hover::after,
#button-underline_1:hover .underline-1,
button.et_pb_contact_submit:hover::after {
    left: 0;
}

.button-underline-1 {
    border: 1px solid #3e639e;
    color: #3e639e;
}

a.button-underline-1-link {
    color: #3e639e;
    text-decoration: none;
}

#button-underline_1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-underline_1 a.button-underline-1-link {
    position: relative;
    transition: all .45s ease-Out;
    padding-bottom: 3px;
    padding-top: 3px;
}
.fullwidth-buttons-section .et_pb_button {
	width: 100% !important;
}

/* End Buttons */
/* Contact Form */

.wpcf7-form p {
    padding: 0;
}

input.wpcf7-text,
input.wpcf7-email,
input[type="text"]:focus {
    padding: 16px;
    font-size: 14px;
    float: left;
    background: #ffffff;
    border-radius: 3px !important;
    border: 1px solid #7898ca;
    border-top-width: 5px;
}

input.wpcf7-text {
    width: 48%;
    margin-right: 2%;
}

input.wpcf7-email {
    width: 50%;
    margin-right: 0%;
}

textarea:focus,
.wpcf7-textarea {
    padding: 16px;
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
    background: #ffffff;
    border-radius: 3px !important;
    border: 1px solid #7898ca;
    border-top-width: 5px;
}

input.wpcf7-submit {
    color: #ffffff;
    border: 1px solid #3e639e;
    background: #3e639e;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 16px;
    font-size: 20px !important;
    float: right !important;
}

input.wpcf7-submit:hover {
    background: #1e417c;
    border: 1px solid #1e417c;
}
.wpcf7-response-output {
    background: #ffffff;
}
/* End Contact Form */

.et_pb_dp_oc {
    height: 105px !important;
    max-height: 105px !important;
}
