/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900');
/*--------FONT-FAMILY---------*/

body {
	font-family: 'Fira Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

p,
a,
li {
	font-family: 'Fira Sans', sans-serif;
}

p,
li {
	font-size: 20px;
	font-weight: 300;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 45px;
}

h4 {
	font-size: 45px;
}

.custom-font-h3 h3 {
	font-size: 45px!important;
}

.custom-font-h3-footer h3 {
	font-size: 30px!important;
}

.border1 {
	border-right: 2px solid #fff;
}

ul.menu-li li {
	display: inline-block;
	padding-right: 5%;
}

.custom-weight h1,
.custom-weight h2,
.custom-weight h3,
.custom-weight h4 {
	font-weight: 500!important;
}

.custom-font h4 {
	font-size: 25px!important;
}

.display_middle {
	display: inline-table;
	margin: auto!important;
}

.display_middle_content {
	display: inline-table;
	margin: auto!important;
	max-width: 900px;
}

.custom-p p {
	font-size: 35px!important;
	font-weight: 500;
	line-height: 1;
}

.mobile_menu_bar::before {
	color: #fff!important;
}

.display-middle {
	display: inline-table!important;
	margin: auto!important;
}

.custom-blurb .et_pb_blurb_container {
	vertical-align: middle!important;
}

.custom-blurb .et_pb_main_blurb_image {
	width: 200px!important;
}

.text-justify-middle p {
	text-align: justify;
	text-align-last: center;
}

.border-1 {
	border-right: 1px dashed rgba(123, 123, 123, 0.52);
}

ul.share-buttons {
	list-style: none;
	padding: 0;
	text-align: center;
}

ul.share-buttons li {
	display: inline;
	margin: 5px;
	position: relative;
	top: 0;
	transition: top ease 0.3s;
}

ul.share-buttons li:hover {
	top: -10px;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img {
	width: 40px;
}

ul.sub-menu li {
	line-height: 1.2;
}

.blurb {
	background-color: #eee;
	box-shadow: 0px 0px 3px 1px #eeeeee;
	color: #202020;
	transition: all cubic-bezier(.55, 0, .1, 1) .2s;
}

.blurb:hover {
	transform: scale(1.1);
	box-shadow: 0 0 3px 3px #dadada;
}

#et-info-phone {
	margin-right: 0px;
	background-color: #ff1c23;
	padding: 25px 25px 15px 20px;
	border-radius: 0px 0px 15px 15px;
	-webkit-box-shadow: 0px 9px 35px -2px rgba(0, 0, 0, 0.82);
	letter-spacing: 3px;
	font-size: 20px !important;
}

div#et-info {
	float: right;
}

div#top-header {
	background-color: #909090;
}

.border-top {
	border-top: 5px solid #000;
}

.txt-rotate>.wrap {
	padding-right: 15px!important;
}

.custom-font-one-half .et_pb_text_inner {
	font-size: 20px!important;
}

#footer-info a {
	color: #ff1c23;
}

/*------------------------------------Media fonts-------------------------------------*/

/*Laptop */

@media only screen and (max-width: 1366px) {
	p,
	li {
		font-size: 16px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 35px;
	}
	h4 {
		font-size: 35px;
	}
	.custom-font h4 {
		font-size: 20px!important;
	}
	.custom-font-h3-footer h3 {
		font-size: 24px!important;
	}
	.custom-p p {
		font-size: 30px!important;
	}
	.custom-font-h3 h3 {
		font-size: 35px!important;
	}
	.custom-font-one-half .et_pb_text_inner {
		font-size: 16px!important;
	}
}

@media only screen and (max-width: 980px) {
	.border-980 {
		border-right: none;
	}
	.border-5 {
		border-right: none!important;
		border-bottom: 2px solid #fff;
	}
}

@media only screen and (max-width: 768px) {
	p,
	li {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 30px;
	}
	.custom-font-h3 h3 {
		font-size: 30px!important;
	}
	.border1 {
		border-right: none;
		border-bottom: 2px solid #fff;
	}
	.custom-font h4 {
		font-size: 18px!important;
	}
	.custom-font-h3-footer h3 {
		font-size: 20px!important;
	}
	.custom-p p {
		font-size: 25px!important;
	}
	.custom-blurb .et_pb_main_blurb_image {
		width: 100px!important;
	}
	.border-767 {
		border-bottom: none!important;
	}
	.border-1 {
		border-right: 0px dashed rgba(123, 123, 123, 0.52);
		border-bottom: 1px dashed rgba(123, 123, 123, 0.52);
	}
	.border-top {
		border-top: none;
	}
	.custom-font-one-half .et_pb_text_inner {
		font-size: 14px!important;
	}
	.border-980 {
		border-right: none!important;
	}
	#footer-info {
		font-size: 14px;
	}
	#callnowbutton {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.custom-contact p.et_pb_contact_field {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 480px) {
	p,
	li {
		font-size: 14px;
	}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 25px;
	}
	.custom-font-h3 h3 {
		font-size: 25px!important;
	}
	.custom-p p {
		font-size: 20px!important;
	}
	.custom-blurb .et_pb_main_blurb_image {
		width: 50px!important;
	}
	.custom-contact p.et_pb_contact_field {
		max-width: 100% !important;
	}
	.border-top {
		border-top: none;
	}
	.custom-font-one-half .et_pb_text_inner {
		font-size: 14px!important;
	}
}

@media only screen and (max-width: 479px) {
	.border-767 {
		border-bottom: 1px dashed rgba(123, 123, 123, 0.52)!important;
	}
}

/*body {
    font-family: 'Fira Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
p, a, li {
    font-family: 'Fira Sans', sans-serif;
}
p, li {
    font-size: 20px;
    font-weight: 300;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 45px;
}
h4 {
    font-size: 45px;
}
.custom-font-h3 h3 {
font-size: 45px!important;
}
.custom-font-h3-footer h3 {
    font-size: 30px!important;
}
.border1 {
    border-right: 2px solid #fff;
}
ul.menu-li li {
    display: inline-block;
    padding-right: 5%;
}


.custom-weight h1, .custom-weight h2, .custom-weight h3, .custom-weight h4 {
    font-weight: 500!important;
}
.custom-font h4 {
    font-size: 25px!important;
}
.display_middle {
    display: inline-table;
    margin: auto!important;
}
.display_middle_content {
    display: inline-table;
    margin: auto!important;
    max-width: 900px;

}
.custom-p p {
    font-size: 35px!important;
    font-weight: 500;
    line-height: 1;
}
.display-middle {
    display: inline-table!important;
    margin: auto!important;
}
.custom-blurb .et_pb_blurb_container {
    vertical-align: middle!important;
}
.custom-blurb .et_pb_main_blurb_image {
    width: 200px!important;
}
.text-justify-middle p {
    text-align: justify;
    text-align-last: center;
}
.border-1 {
    border-right: 1px dashed rgba(123, 123, 123, 0.52);
}
ul.share-buttons {
    list-style: none;
    padding: 0;
    text-align: center;
}
ul.share-buttons li {
    display: inline;
    margin: 5px;
    position: relative;
    top: 0;
    transition: top ease 0.3s;
}
ul.share-buttons li:hover {
    top: -10px;
}
ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
ul.share-buttons img {
    width: 40px;
}
ul.sub-menu li {
    line-height: 1.2;
}

.blurb {
    background-color: #eee;
    box-shadow: 0px 0px 3px 1px #eeeeee;
    color: #202020;
     transition: all cubic-bezier(.55, 0, .1, 1) .2s;
}

.blurb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px 3px #dadada;
}
#et-info-phone {
     margin-right: 0px;
    background-color: #ff1c23;
    padding: 25px 25px 15px 20px;
    border-radius: 0px 0px 15px 15px;
    -webkit-box-shadow: 0px 9px 35px -2px rgba(0,0,0,0.82);
    letter-spacing: 3px;
font-size:20px !important;
}

div#et-info {
    float: right;
}

div#top-header {
    background-color: #909090;
}

.border-top {
border-top:5px solid #000;
}

.txt-rotate > .wrap {padding-right: 15px!important;}

/*------------------------------------Media fonts-------------------------------------*/

/*Laptop */

@media only screen and (max-width: 1366px) {
    p, li {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 35px;
    }
    h4 {
        font-size: 35px;
    }
    .custom-font h4 {
        font-size: 20px!important;
    }
    .custom-font-h3-footer h3 {
        font-size: 24px!important;
    }
    .custom-p p {
        font-size: 30px!important;
    }
    .custom-font-h3 h3 {
font-size: 35px!important;
}

}
@media only screen and (max-width: 768px) {
    p, li {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 30px;
    }
    .custom-font-h3 h3 {
font-size: 30px!important;
}
    .border1 {
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    .custom-font h4 {
        font-size: 18px!important;
    }
     .custom-font-h3-footer h3 {
        font-size: 20px!important;
    }
    .custom-p p {
        font-size: 25px!important;
    }
    .custom-blurb .et_pb_main_blurb_image {
        width: 100px!important;
    }
    .border-1 {
        border-right: 0px dashed rgba(123, 123, 123, 0.52);
        border-bottom: 1px dashed rgba(123, 123, 123, 0.52);
    }
.border-top {
border-top:none;
}

}
@media screen and (max-width: 480px) {
    p, li {
        font-size: 14px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 25px;
    }
   .custom-font-h3 h3 {
font-size: 25px!important;
}
    .custom-p p {
        font-size: 20px!important;
    }
    .custom-blurb .et_pb_main_blurb_image {
        width: 50px!important;
    }
    .custom-contact p.et_pb_contact_field {
        max-width: 100% !important;
    }
.border-top {
border-top:none;
}
}
*/