/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com
 Description:  Divi Child Theme
 Author:       Sabrina Schulz
 Author URI:   
 Template:     Divi
 Version:      1.0
*/





/* Global */
:root {
    --first: #335078;
	--secound:#919191;

  }

/*Fonts*/
#main-content .et_pb_column .et_pb_module h1 {font-size: calc(28px + (42 - 28) * ((100vw - 320px) / (1600 - 320))); font-weight:800}
#main-content .et_pb_column .et_pb_module h2 {font-size: calc(20px + (36 - 20) * ((100vw - 320px) / (1600 - 320))); font-weight:800} 
#main-content .et_pb_column .et_pb_module h3 {font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1600 - 320))); font-weight:800}
#main-content .et_pb_column .et_pb_module h4 {font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:300}
#main-content .et_pb_column .et_pb_module h5 {font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1600 - 320)))}
#main-content .et_pb_column .et_pb_module h6 {font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1600 - 320))); }

h2.woocommerce-loop-product__title{font-size:16px!important;font-weight:400!important}

#main-content .et_pb_column .et_pb_module h1,
#main-content .et_pb_column .et_pb_module h2,
#main-content .et_pb_column .et_pb_module h3,
#main-content .et_pb_column .et_pb_module h4,
#main-content .et_pb_column .et_pb_module h5,
#main-content .et_pb_column .et_pb_module h6{font-family:'Roboto', sans-serif, Arial;text-transform:uppercase}

#main-content body{font-family:'Roboto', sans-serif, Arial;}

.footer-container {
display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
	align-content: flex-start;}

@media (max-width: 768px) {.footer-container {-ms-flex-wrap: wrap;flex-wrap: wrap}}

.flex-item {-ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -webkit-align-self: auto; -ms-flex-item-align: auto; -ms-grid-row-align: auto; align-self: auto;    width: 100%;margin: 3px 0!important}

.guide-description{padding: 25px 0; line-height:1.4em}

/* Popup */
hr.ays-popup-hrs-default, .ays_lil_title{display:none}
.ays_lil_window .ays_lil_main {letter-spacing: 1px!important;padding:0!important}
.ays_lil_header {height: 10px!important}