/*
Theme Name: Divi Child By WaterMark Design
Theme URI: http://gowatermarkdesign.com/
Description: A Custom Child Theme For Divi
Author: Mark Haugstad
Author URI: http://gowatermarkdesign.com/
Template: Divi
Version: 4.2
*/

@import url(../Divi/style.css);

/* =Theme customization starts here
------------------------------------------------------- */

.service-btn {
background-color:#c13f3f;
color:#fff;
padding:10px 30px;
border-radius:100px;
border:2px solid #c13f3f;
font-size:18px;
transition:all .5s ease;
}
.service-btn:hover{
letter-spacing:2px;
transition:all .5s ease;
}
.et-pb-contact-message {
color: #fff;
font-family: “montserrat”;
}
.et-pb-slider-arrows a {
background-color: #e6b980;
}
@media screen and (min-width:981px) and (max-width:1024px) {
.colpad{
padding-top:25px;
}
}
@media screen and (max-width:479px) {
.colbor{
border:none!important;
}
}