/*
Theme Name: Divi Child
Template: Divi
Author: Drobotko Taras
Author URI: https://drobotkot.ru
Version: 0.1.0
*/

body #page-container #left-area {
  width: 100% !important;
}

.et_header_style_left .logo_container {
    width: 180px;
    position: static;
}

.container.et_menu_container {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.contacts-top {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    float: right;
    flex: 4 auto;
}

nav#top-menu-nav {
   float: right !important;
}

.contacts-top__email img {
  max-height: 24px !important;
  min-height: 20px !important;
  cursor: pointer;
}

.contacts-top__tel {
  display: inline-block;
  color: #2e2828;
  font-weight: bold;
  cursor: pointer;
  min-height: 24px;
  font-size: 16px;
}

.et_right_sidebar #left-area {
  padding-right: 0 !important;
}

#logo {
  max-height: 100px !important;
}

.et_header_style_left #logo {
  max-width: 100% !important;
}

#main-header {
  height: 100px !important;
  position: fixed !important;
}

.grecaptcha-badge {
  z-index: 999;
}
#et-top-navigation {
    flex: 1 auto;
    padding-left: 15px !important;
}
/* contact form */
.wpforms-field-medium.wpforms-field-required {
    width: 800px;
    margin: 10px auto;
    
}
div.wpforms-container-full .wpforms-form input {
   border-top-width: 0px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 2px;
   border-color: #e2e3e5;
   font-size: 14px;
   
}

.entry-title__sign {
  text-transform: capitalize !important;
}


@media screen and (max-width: 980px) {
 
}

@media screen and (max-width: 630px) {
     .et_header_style_left #logo {
         width: auto !important;
     }
     
.contacts-top__tel {
    min-height: 20px;
    font-size: 14px;
}
.contacts-top__email img {
    max-height: 22px !important;
 }
}

@media screen and (max-width: 580px) {
   .container.et_menu_container {
     flex-direction: column;
     align-items: center;
   }
   
 #logo {
    max-height: 90px !important;
}

.et_header_style_left #et-top-navigation {
     text-align: center !important;
     padding-top: 10px;
}

.contacts-top, #et-top-navigation {
   width: 50% !important;
}

#et_mobile_nav_menu {
     float: none;
}

#main-header {
  height: 190px !important;
  }
  
  .contacts-top__email img {
      margin-top: 10px;
      margin-bottom: -5px;
  }
}