/* 
 Theme Name:     Darwin Barra Fishing
 Author:         
 Author URI:     
 Template:       Divi
 Version:        1.0 
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@font-face {
    font-family: 'sinibold';
    src: url('sini-bold-webfont.woff2') format('woff2'),
         url('sini-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#top-menu a, .et_mobile_menu li a {
    font-family: 'sinibold';
font-size:18px;
}
.et_pb_slider .et_pb_slide {
    padding-bottom: 36%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'sinibold';
}

#contactbuttons .et_pb_button {
    font-size: 1.4em !important;
}

body #page-container #contactbuttons .et_pb_button:before {
top: -1px;
font-size: 1.4em !important;
}

@media only screen and (max-width: 580px) {


}

*/ Gallery Slide Height */

.et_pb_slides, .et_pb_slide, .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.et_pb_slider .et_pb_slide, .et_pb_section {
    min-height: 250px;
}

@media only screen and ( max-width:980px ) and (min-width:650px) {
.et_pb_slider .et_pb_slide, .et_pb_section {
    min-height: 450px;
}
}



@media only screen and ( min-width:580px ) {
/* Set the slider height */
.mobileslider, .mobileslider .et_pb_container {
height: 310px !important;
}