/*
 Theme Name:     Anjober
 Theme URI:      http://www.scstudio.com.ar
 Description:    Sitio web Anjober
 Author:         SC Studio
 Author URI:     http://www.scstudio.com.ar
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization
------------------------------------------------------- */

#footer-info {
  text-align: center;
  color: #FFF;
  padding-bottom: 10px;
  float: none;
}

#footer-info a {
  color: #FFF;
}

#map iframe {
    width: 100%;
    height: 350px;
    border: none;
}

#tabs .et_pb_tab_3 .et_pb_tab_content {
    display: flex;
    justify-content: space-between;
}

#tabs strong {
    color: #9ec400 !important;
}

ul.et_pb_tabs_controls {
    background: none !important;
}

ul.et_pb_tabs_controls::after {
    top: 0 !important;
}

.et-pb-contact-message {
  text-align: center !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  color: #9ec400 !important;
  padding: 40px !important;
}


@media (max-width: 768px) {

    .container {
        width: 95% !important;
    }
    
    #home .et_pb_text_0 {
        max-width: 100% !important;
    }
    
    #tabs .et_pb_tab_3 .et_pb_tab_content {
        display: block;
    }
    
    .et_pb_tabs_controls li a {
          padding: 4px 14px !important;
    }
    
    .et_pb_row {
        width: 92% !important;
    }

}





