/*
 Theme Name:     Divi Child Theme by BlackStone Studio
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         BlackStone Studio
 Author URI:     http://www.blackstonestudio.com
 Template:       Divi
 Version:        3.15
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

 
/*navigation */

.ctaBtn {
	background:#1bac4b;
	padding:15px 0 13px; 
	z-index:100000;
}

.ctaBtn .container{
	text-align:right;
}
.ctaBtn a {
	background:#0071a9;
	padding:7px 20px;
	border-radius:5px; 
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	margin-right:-5px;
}
 

/*headings*/

h1, h2, h3, h4, h5, h6 {
overflow-wrap: normal;
}

/*footer */

#footer-info {
text-align: center; 
width: 100%;
}

footer .footer-widget .fwidget {
	margin-bottom:15px!important;
}

.et_pb_widget { 
    display: block;
    clear: both;
}

footer #nav_menu-2 {
	clear:both;
	font-weight:bold;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}

footer #nav_menu-2 ul{
	margin-left:-15px; 
}

footer #nav_menu-2 li:before {
    border-color: transparent;
}

footer #nav_menu-2 li {
	float:left; 
}

footer #nav_menu-2 a{ 
	font-size:20px;
}


/*Pull Page Header*/

.fullpageheader .header-content-container {
	background-color: rgba(0,0,0,0.8);
	padding: 35px;
	margin-top:-30px;
	max-width:1320px;
}

.fullpageheader .scroll-down:hover {
	transform: scale(1.1);
	transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
}

/*Service Icons*/

.serviceicons .et_pb_column {
	border-right: 1px dotted #ffffff;
}

.serviceicons .et_pb_column:last-child {
	border-right: none;
}

.serviceicons .et_pb_blurb_content:hover {
    opacity: 1;
	transform: scale(1.1);
	transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
}

/*Projects Hover Boxes*/

.projects-hover .et_pb_module_header{
	background: rgba(0,0,0,.2);
    top: -0;
    padding: 135px 0;
    position: relative;
    width: 100%;
    height: 348px;
	cursor:pointer;
}

.projects-hover .et_pb_module_header:hover{
	background: rgba(0,0,0,.7);
    top: 0;
    padding: 135px 0;
    position: relative;
    width: 100%;
    height: 348px;
	transform: scale(1.1);
	transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
}

.projects-hover .et_pb_blurb h4 a {
    text-decoration: none;
    border-top: 3px solid;
    width: 100%;
    display: block;
    background: rgba(0,0,0,.7);
    padding: 10px 0;
}

.projects-hover .et_pb_blurb h4 a:after {
	content: attr(data-icon);
	font-family: ETmodules!important;
    position: relative;      
    text-shadow: none;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\e03c";
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	display: block;
    text-align: center;
	padding: 10px 0 5px;
}

/* Contact Form */

.contactForm {
	font-size: 14px;
}

.contactForm p {   
	max-width: 98%;
	padding:5px;
	}

.contactForm div.wpcf7 .wpcf7-form-control { 
	border: none;
	background:#161616; 
	font-size: 15px; 
	padding:5px;
	max-width: 100%;
	color:#ffffff; 
	}

.contactForm div.wpcf7 input[type=text],.contactForm div.wpcf7 input[type=tel], .contactForm div.wpcf7 input[type=email] {
	width: 100%;
}

.contactForm div.double p { 
	width: 49%; 
	padding:5px;
    display: inline-block; 
	}

.contactForm div.double p:last-child {
	margin:0;
}

.contactForm textarea { 
	width: 100%;
	height:110px;
	margin-bottom:-5px;
}

.contactForm .wpcf7-captchar{
	width: 100px!important;
}

.contactForm .wpcf7-captchac {
	width:72px !important;
}

.contactForm .captcha, .contactForm .required {
	float:left;
	padding: 5px; 
}
	 
.contactForm .wpcf7-submit {
	font-size:20px !important;
	text-transform:uppercase;
	font-family:'Oswald',Helvetica,Arial,Lucida,sans-serif;
    background:#0071a9!important;
	color:#ffffff !important;
    font-weight: normal!important;
    margin: -20px 0;
    padding: 7px 13px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	cursor:pointer;
	float:right;
}

.contactForm .required {
	margin:-20px 0;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
}

.wpcf7-not-valid-tip {
	color: #f9dc00!important;
    font-weight: bold!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    border: none!important;
    text-align: center;
    font-weight: bold;
	color: #f9dc00!important;
}


/*extras*/

.screen-reader-text {
display:none;
}

.divibars-container .divibars-close{
	font-size:70px!important;
	min-height:50px!important;
	min-width:50px!important;
	margin-top:15px;
	cursor:pointer;
}

ul.et_pb_side_nav, .et_pb_scroll_top.et-pb-icon {
	background:rgba(27,172,75,0.75);
}

.et_pb_bg_layout_dark a{
	color:#ffffff;
}


/*-------------------[768px]------------------*/
@media only screen and (max-width: 980px) {

	
/*Make Nav Fixed on Tablet and Mobile*/
	
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
	

/*Service Icons*/

.serviceicons .et_pb_column_2 {
	border-right: none;
}

.serviceicons .et_pb_column_1, .serviceicons .et_pb_column_2 {
		border-bottom: 1px dotted #ffffff;
}

	
}





/*-------------------[480px]------------------*/
@media only screen and (max-width: 767px) {

	#logo{
		max-height:70%!important;
		max-width:70%!important;
	}
	
/*navigation */

.ctaBtn .container {
	text-align:center;
}

.ctaBtn a { 
	margin-right:auto;
}
	
/* Contact Form */

.contactForm .wpcf7-submit{
		margin:0;
}
	
}





/*-------------------[New Divider Point]------------------*/
@media only screen and (max-width: 480px) {
	
	
/*Service Icons*/

.serviceicons .et_pb_column {
	border-right: none;
}

.serviceicons .et_pb_column {
		border-bottom: 1px dotted #ffffff;
}
	
.serviceicons .et_pb_column:last-child {
	border-bottom: none;
}
	
}








/* =Plugin CSS
------------------------------------------------------- */


