/*
Theme Name: DiviTamar
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Capslock Consulting
Author URI: http://www.capslock.com.au
Template: Divi
*/

/* Remove image filename from gallery images slideshow*/
.mfp-title {
    display: none!important;
}
/* Change the size of pop up window used by the the DP Posts Pro plugin */
.dp_ppp_modal {
max-width: 900px;
max-height: 700px;	
}

/* Right align phone no.*/
#et-info {
float: right;
}

/* Increase phone number font size in header*/
#et-info-phone, #et-info-phone + a {
font-size:125% ;
}


/*h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif !important;
}*/

/*body {
font-family: 'Open Sans', sans-serif !important;
}*/

/* Move slider text to up*/

.home .et_pb_slide_description .et_pb_slide_title {
margin-top: -100px;
}

.et_pb_fullwidth_header_0{
padding-bottom:0 !important;
}

.et_pb_fullwidth_header_0{
padding-top:0 !important;
}

.et_pb_section { padding: 0px 0; }
/*.et_pb_row {padding: 25px 0 0;}*/

/*.et_pb_row {padding-top: 20px;}*/

/* Format quote button*/
.quote_button{
padding-bottom: 1px !important;
}

.quote_button, .quote_button a {
display: inline-block;
padding-bottom: 1px 5px;
color: #fcbf00;
text-align: center;
vertical-align: middle;
background-color:#ffffff  !important;
font-family: "Oswald", Open Sans, Arial, Helvetica, Geneva, sans-serif;
button-border: 2px;
button-border-color: #fcbf00;
font-size: 17px;
font-weight: normal;
}

/*.quote_button:hover{
color:#fff !important;
}*/

.request_quote a {
display: inline-block;
/*padding: 12px 25px;*/
padding: 15px 12px 0px 12px;

color: #fcbf00 !important;

text-align: center;
vertical-align: middle;
background-color: #2b2c2a;

/*background-repeat: repeat-x;*/
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 0 #2b2c2a;
-moz-box-shadow: 0 2px 0 #2b2c2a;
box-shadow: 0 2px 0 #2b2c2a;*/

cursor: pointer;
text-transform: uppercase;
margin: 2px 0;

-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;

line-height: 20px;
font-family: "Oswald", Open Sans, Arial, Helvetica, Geneva, sans-serif;
font-size: 17px;
font-weight: normal;
}

.product_link {
text-align: center;
color:#2a2b2c !important;
font-weight : normal;
cursor: pointer;
}