/*
Theme Name:     Construct Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.services-block a:hover i, .services-block h3 a:hover {
	color: #777 !important;	
}
.services-block h3 {
	font-size: 1.2em;
}
li.no-arrow a:before {
	content: "" !important;
}
li.no-arrow a {
	padding-left: 0 !important;
}
a.wprt-button:hover {
	background-color:#ffffff !important;
	color:#000000 !important;
	border-color: #000000 !important;
}
.wprt-contact-form-1 .wpcf7-form-control.wpcf7-submit, .gform_wrapper .button, .gform_button {
	color: #f4f4f4;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
}
.wprt-contact-form-1 .wpcf7-form-control.wpcf7-submit:hover, .gform_wrapper .button:hover, .gform_button:hover, .gform_button:focus {
	background-color:#ffffff !important;
	color:#000000 !important;
	border: 1px solid #000000 !important;	
}
#footer-widgets .widget-title > span:after {
	background-color: transparent !important;
}
#footer {
	background-color: #2d2929;
}
#footer-widgets .widget .widget-title {
	margin-bottom: 0 !important;
}
.cbp img {
	display:none;
}
.header-style-5 #site-header {
	background-color: rgba(0,0,0,0.5) !important;
}