/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

#landing-header { min-height: 118px }

.w-100 { width: 100% }

#footer { background-image: url('http://s6.clarkcommunications.ca/onelife/wp-content/uploads/2018/08/dark-wood-bg.jpg')}
#footer p {margin-bottom: 16px;}

.header-v1 #navigation > ul > li > a { text-transform: uppercase; padding-left: 11px; padding-right: 11px }
.header-v1 #navigation > ul > li:last-of-type > a { padding-right: 0 !important }

h2 { color: #333 !important }
.feature p { font-size: 20px }

.color-light h1 { color: #e96e34 !important }

.imagebox { background-color: #2a2b33 !important; color: #cccccc !important }

.bt { border-top: 4px solid #f17030 }
.bb { border-bottom: 4px solid #f17030 }

a.button.green { border-color: #56b835 !important; background-color: #56b835 !important }
a.button.green:hover { border-color: #3ea71f !important; background-color: #3ea71f !important }
a.button.red { border-color: #e23534 !important; background-color: #e23534 !important }
a.button.red:hover { border-color: #c62f2e !important; background-color: #c62f2e !important }
a.button.blue { border-color: #466bae !important; background-color: #466bae !important }
a.button.blue:hover { border-color: #3c5c96 !important; background-color: #3c5c96 !important }

.wpcf7-form .wpcf7-submit.block {
display: block;
width: 100%;
padding: 20px;
background-color: #e4a638
}

.wpcf7-form .wpcf7-submit.block:hover {
display: block;
width: 100%;
padding: 20px;
background-color: #333
}

.owl-theme .owl-controls .owl-nav .owl-prev:after { color: rgba(255,255,255,0.7) !important }
.owl-theme .owl-controls .owl-nav .owl-next:after { color: rgba(255,255,255,0.7) !important }

::placeholder { color: #666 }
:-ms-input-placeholder  { color: #666 }
::-ms-input-placeholder { color: #666 }

.portfolio-item h4 { font-size: 20px !important }

.wpcf7-form-control.wpcf7-submit { margin-top: 15px; }
.wpcf7-form-control-wrap { overflow: hidden }

.color-light .wpcf7-form .wpcf7-submit { width: auto }

#fullimagecenter h1 { visibility: hidden }
#transparentimage h1 { visibility: hidden }

#footer .widget ul li {
padding: 7px 10px 7px 0;
border: none;
}

#footer .widget ul li:after { display: none }

#nav_menu-2 { margin-left: 40px; }

.background-center { background-position: center }

@media (max-width: 767px) {
	
	#nav_menu-2 { margin-left: 0px; }
	#topbar { display: none }
	.homepage-videobg-holder { padding-top: 100px !important; padding-bottom: 80px !important }
}

@media (min-width: 960px) and (max-width: 1199px) {

	#navigation > ul > li > a {
	font-size: 15px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
	}
	
	.hide-sm-desktop { display: none }

}
	
@media (min-width: 1600px) {
	
	.team p { font-size: 20px }
	#footer .container .four .widget_text, #footer .container .four #contact-2 { margin-left: 50px }
	
}

@media (min-width: 960px) {
	.mobile-only {display:none !important}
}