/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- 
@font-face {
    font-family: 'klavika regular';
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot');
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot?#iefix') format('embedded-opentype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff2') format('woff2'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff') format('woff'),
        url('fonts/klavika-regular-opentypebigfontsitecom.ttf') format('truetype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.svg#klavika-regular-opentypebigfontsitecom') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* #Primary
================================================== */

::selection {
    color: #fff;
    background-color: #004E7E;
}
::-moz-selection {
    color: #fff;
    background-color: #004E7E;
}

.hover-section{
    transition: all .3s ease-in-out;
}

.hover-section:hover{
    background-color: #fff;
    -webkit-transform: scale(1.2);;
    -o-transform: scale(1.2);;
    transform: scale(1.2);;
    transform: scale(1.2);; 
}

.hover-section:hover h3{
    color: #000 !important;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
    content: '4 .column.size-1of4' !important;
}

.btn-explorer:hover{
  padding: .3em 2em .3em .7em;
    text-decoration: none;
    background-color: #fff !important;
    color: #0069b8 !important;
    border: 2px solid #0069b8 !important;
}

#slider-blog .et_pb_slide{
  padding-left: 0px;
}

#slider-blog .et_pb_slide .et_pb_container{
      width: 50%;
    margin-left: 0px;
     background-color: #0068b799;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form label{
    width: 100%;
}

.wpcf7-submit {
    color: #0068b7 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.wpcf7-submit:hover { 
    background-color: #eee; 
    border-color:#eee; 
    padding: 6px 20px !important; 
}

.top_menu{
    line-height: 25px !important;
    float: initial !important;
    width: 100%;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right: 15px;
    background-color: #222222;
    margin: 0px;
}

ul.top_menu li{
    display: inline-block;
    font-size: 14px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: center;
    border-right: 1px solid #fff;
}

ul.top_menu li:last-child{
    border-right: 1px solid transparent;
}


/* #Media
================================================== */

@media only screen and ( min-width: 981px ) {
    .cu-blog .column.size-1of4 {
        width: 24%!important;
        margin-right: 1%;
    }
}

@media (min-width: 767px){
    
}

@media (max-width: 767px) { 
    
}