﻿/*
 Theme Name:     DunwoodyPsychotherapy
 Theme URI:      http://www.atlantawebdesignga.com
 Description:    Divi Child Theme
 Author:         AtlantaWebDesignGA
 Author URI:     http://www.atlantawebdesignga.com
 Template:       Divi
 Version:        1.2
*/
/* colors in site used in Divi color picker
#324FA6 Bright Blue
#465E8C Dark Blue
#ADC5D9 Light Blue
#4F7302 Green
#BF988A Peach
*/
.hide {
  display: none !important;
}
/* change mobile menu breakpoint */
@media (max-width: 1024px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
}
/* hide logo image */
#logo {
  display: none !important;
}
/* make last primary nav dropdown open left - must add style to menu */
.left-menu ul {
  right: 0px !important;
}
/* fix line height of Divi dropdown nav */
ul.sub-menu li {
  line-height: 1.2;
}
/* remove border from divi header */
#main-header.et-fixed-header, #main-header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* h after ul */
ul > h1, ul > h2, ul > h3, ul > h4, ul > h5, ul > h6 {
  margin-top: 1em;
}
/* Gravity Forms */
.gform_button {
  float: left;
}
.gform_wrapper .gform_validation_errors {
    background: #000 !important;
    border-radius: 5px;
    border: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%;
}