/*
 Theme Name:     tekmoto
 Template:       Divi
 Version:        1.0.0
*/

#main-header {
    box-shadow: none !important;
}
#main-footer {
    display: none !important;
}

.margB-0 {
    margin-bottom: 0 !important;
}
.margB-1 {
    margin-bottom: 1em !important;
}

.padB-0 {
    padding-bottom: 0 !important;
}
.padB-1 {
    padding-bottom: 1em;
}
.padB-2 {
    padding-bottom: 2em;
}
h1, h2, h3, h4 {
    padding-bottom: 26px;
    line-height: 1.1;
}
.green {
    color: #00ae42;
}
.blue {
    color: #002f3a;
}
.et_pb_button_module_wrapper {
    margin-top: 26px !important;
}
/* Menus */ 
#top-menu li.menu-item-149, #top-menu li.menu-item-150, #top-menu li.menu-item-151 {
    padding-right: 4px;
    top: 12px;
}
#top-menu li.menu-item-151 {
    padding-right: 0;
}
#top-menu li>a {
    font-weight: 600;
}
/* Success */
.success-title {
    position: absolute !important;
    top: 30px;
    left: 30px;
}
.success-button {
    position: absolute !important;
    left: 30px;
    bottom: 70px;
}
/* Contact form */
.et_contact_bottom_container {
    float: none;
    text-align: center;
    margin: auto;
}
.et_pb_contact_form_container .et_pb_button {
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
}
.border {
    width: 20%;
    min-width: 200px;
    background-color: #00ae42;
    height: 8px;
    margin-bottom: 160px;
}
/* Partners */
body .partner-nav .et_pb_bg_layout_light.et_pb_button:hover, body .partner-nav .et_pb_bg_layout_light .et_pb_button:hover, body .partner-nav .et_pb_button:hover {
    background-color: transparent !important;
    color: #E6E6E6 !important;
}
body #page-container .et_pb_section .partner-nav .et_pb_button_1:after {
    content: attr(data-icon);
    font-family: "ETmodules"!important;
    color: #00AE42;
    line-height: inherit;
    font-size: inherit!important;
    opacity: 1;
    margin-right: -1.3em;
    right: auto;
    display: inline-block;
}
/* Hover effects */
/* .custom-image:hover, .custom-image {
    transition: 1000ms ease-in-out !important;
    animation-duration: 500ms !important;
} */
.image-hover {
  overflow: hidden;
}
.image-hover img {
  -webkit-transition: all .75s;
  transition: all .75s;
}
.image-hover img:hover  {
  opacity: 0%;
}
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
    .break span {
        display: table;
    }
}

@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
    body .partner-nav .et_pb_column {
        max-width: 50% !important;
        display: inline-block !important;
}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .margB-30 {
        margin-bottom: 30px !important;
    }
}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
.margT-30 {
    margin-top: 30px !important;
}
.border {
    width: 50%;
    min-width: 0;
    margin-bottom: 60px;
}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
.owl-carousel img {
    margin-bottom: 1em;
}
.owl-carousel h6 {
    font-size: 85%;
    margin-top: 2em;
}
}

/* Adjust mobile break point */
@media only screen and (max-width: 1210px) {
    #et_mobile_nav_menu {
    display: block !important;
    }
    #top-menu, #et-secondary-menu {
    display: none !important;
    }
    page-container {}
    }