/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.6.5.1604758889
Updated: 2020-11-07 15:21:29

*/

html.no-overflow{
    overflow: hidden;
}

.et_pb_row {
    width: 90.41%;
}

/* Header */

div#desktop_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: .5s;
}

ul.mobile_menu-items {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

div#mobile_hamburger {
    position: fixed;
    top: 0;
    right: 4.795%;
    z-index: 999999999;
}

.mobile_menu .et_pb_code_inner {
    display: grid;
    grid-template-rows: 1fr 5fr 1fr;
}

.mobile_menu div {
    height: 100%;
}

.footer-logo{
    text-align: center;
}

.footer-logo svg {
    width: 60px;
}

ul.mobile_menu-items li {
    margin-bottom: 40px;
}

ul.mobile_menu-items a {
    font-size: 28px;
    text-transform: uppercase;
    display: block;
    width: max-content;
    margin: auto;
    color: white;
}

div#mobile_header {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: .5s;
}

.mobile_menu {
    display: none;
    position: fixed;
    width: 0;
    height: 100vh;
    right: 0;
    top: 0;
    transition: .5s;
    background: #1D8081;
}

.mobile_menu.active{
    width: 100%;
}

div#mobile_hamburger{
    display: none;
}

@media (max-width: 981px){
    div#desktop_header {
        display: none;
    }

    div#mobile_header {
        display: block;
    }

    div#mobile_hamburger{
        display: block;
    }
}

div#desktop_header.sticky {
    padding: 30px;
    background: #1D8081 !important;
}

div#mobile_header.sticky {
    padding: 30px;
    background: #1D8081 !important;
}

div#desktop_header.sticky .header_logo-content,
div#mobile_header.sticky .header_logo-content {
    max-width: 150px;
}

.header_desktop_row {
    display: flex;
    align-items: center;
}

.header_logo-content {
    max-width: 350px;
    transition: .5s;
}

div#mobile_header .header_logo-content {
    max-width: 250px;
    transition: .5s;
}

@media (max-width: 1200px) and (min-width: 981px){
    .header_logo-content {
        max-width: 230px;
    }
}
 
.header_logo-content svg{
    width: 100%;
    height: auto;
}

ul.header_desktop-menu {
    display: flex;
    list-style: none;
    text-transform: uppercase;
    font-size: 18px;
    justify-content: flex-end;
    padding: 0;
}

ul.header_desktop-menu li:not(:last-child) {
    margin-right: 50px;
}

ul.header_desktop-menu li a {
    color: white;
    display: block;
    width: max-content;
}

/* Hamburger mobile */

.header_mobile_hamburger-content button {
    margin-right: 0;
    margin-left: auto;
    width: 44px;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
  }
  .line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  
  /* Social menu mobile */

ul.mobile_menu-items-social {
    display: flex;
    margin: auto;
    justify-content: center;
    width: fit-content;
    padding: 0;
    list-style: none;
    margin-bottom: 75px;
}

ul.mobile_menu-items-social li {
    margin: 0;
    width: max-content;
}

ul.mobile_menu-items-social li:not(:last-child) {
    margin-right: 15px;
}

ul.mobile_menu-items-social li a::before{
    font-size: 32px;
    color: #333;
}

li.et-social-icon path {
    fill: white;
}

/* Footer */

.footer_logo-content.footer_element.footer_element_01 {
    margin-bottom: 38px;
}

.footer_element.footer_element_02 {
    margin-bottom: 70px;
}

.footer_element.footer_element_03 {
    margin-bottom: 70px;
}

ul.footer_menu-list-items {
    display: flex;
    list-style: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: white;
    justify-content: center;
    padding: 0;
}

ul.footer_menu-list-items a{
    color: white;
}

ul.footer_menu-list-items li:not(:last-child) {
    margin-right: 40px;
}

@media (max-width: 768px){
    
    .footer_logo-content.footer_element.footer_element_01 {
        width: 100px;
        margin: auto;
        margin-bottom: 42px;
    }
    
    .footer_logo-content.footer_element.footer_element_01 svg{
        width: 100% !important;
        height: 100%;
    }
    
    ul.footer_menu-list-items {
        flex-direction: column;
        margin: auto;
        width: fit-content;
        text-align: center;
    }
    
    ul.footer_list-info li {
        margin: auto !important;
        margin-bottom: 16px !important;
        text-align: center;
    }

    ul.footer_menu-list-items li:not(:last-child){
        margin-right: 0;
        margin-bottom: 16px;
    }
    
    ul.footer_list-info span:first-child {
        display: none;
    }
    
    ul.footer_list-info li:not(:last-child) {
        margin: auto;
        margin-bottom: 18px;
    }
    
}

ul.footer_list-info {
    display: flex;
    list-style: none;
    font-size: 18px;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 0;
}

ul.footer_list-info li,
ul.footer_list-info li > a {
    display: flex;
    align-items: center;
}

ul.footer_list-info li:not(:last-child) {
    margin-right: 40px;
}

ul.footer_list-info li span:first-child {
    margin-right: 12px;
}

.footer_element.footer_element_04 {
    text-align: center;
}

ul.footer_social-icons {
    padding: 0;
    text-align: center;
    justify-content: center;
}

ul.footer_social-icons li:first-child {
    margin-right: 20px;
}

.footer_element.footer_element_04 > span {
    display: block;
    margin-bottom: 31px;
}

ul.footer_list-info a{
    color: white;
}

.footer_logo-content.footer_element.footer_element_01 {
    text-align: center;
}

.footer_element.footer_element_04 span {
    font-size: 18px;
    color: white;
}

ul.footer_social-icons {
    display: flex;
    list-style: none;
    align-items: center;
    color: white;
}



@media (max-width: 1050px){
    ul.footer_list-info {
        flex-direction: column;
        width: fit-content;
        margin: auto;
        align-items: flex-start;
    }

    ul.footer_list-info li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 18px;
    }
}