/*
Theme Name: DieCastMasters Theme
Theme URI: http://witmedia.com.au/
Version: 1.0
Description: A customized version of Divi which adds a number of features we need.
Author: Tom Brennan
Author URI: http://witmedia.com.au/
Template: Divi
*/
.search .et_pb_row{ max-width: 1400px;}
body, input, textarea, select {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
} 
.et_pb_menu .et_pb_menu__search-input{color: black !important;background-color: #fff !important;padding: 0.9375rem}


/*BROCHURES*/
.brochures-style ul{ padding:0;}
.brochures-style ul li {list-style: none;font-size: 18px;line-height: 30px;color:#545454;position: relative;padding: 10px 0 10px 50px;background: #fff;box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);margin:10px;}
.brochures-style ul li:before {content: "";position: absolute;left: 10px;top: 8px;width: 30px;height:34px;background: url(../png/pdf_icon.png) no-repeat;background-size: 100%;}
.brochures-style ul.col-2, .brochures-style ul.col-3 {margin: 0 -10px;}
.brochures-style ul.col-2 li {width: 48%;display: inline-block; vertical-align: top;}
.brochures-style ul.col-3 li {width: 31.32%;display: inline-block;vertical-align: top;}


@media screen and (max-width:1400px){
    .brochures-style ul.col-2 li {width: 47.8%;}
    .brochures-style ul.col-3 li {width: 31%;}


}
@media screen and (max-width:1200px){
    .brochures-style ul.col-2 li {width: 47%;}
    .brochures-style ul.col-3 li {width: 30.5%;}

}
@media screen and (max-width:980px){
    .brochures-style ul.col-2, .brochures-style ul.col-3 {margin: 0;}
    .brochures-style ul.col-2 li {width: 100%;margin: 10px 0px;}
    .brochures-style ul.col-3 li {width: 100%;margin: 10px 0px;}

}
@media screen and (max-width:560px){
	.et_pb_menu .et_pb_menu__search-container{padding-left: 0 !important;}
}

/*privacy*/
.privacy-page .privacy-inner {padding-left: 30px;margin-bottom: 20px;}
.privacy-page ul, .privacy-page ol {margin-left: 20px;}