/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

.header-v1 .logo {
	width:205px;
}

#header {
	border-bottom:10px solid #ffd436;
}

.makeitdark:before {
	position: absolute;
	top:0px;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0,0,0,.6);
    visibility: visible !important;
}

.makeitdark iframe {
	border:10px solid #ffffff;
}

.makeitdark h1 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.txtwhite {
	color:#ffffff !important;
	font-size:15px;
}

.txtblack {
	color:#000000 !important;
	font-size:15px;
}

.txtright {
	text-align: right;
}

.header-v1 #navigation > ul > li > a {
	text-transform:uppercase;
}

.navbutton a {
	border:2px solid #ffffff;
	background-color:#ffd436;
	color:#000000 !important;
	box-sizing: border-box;
	margin-top:-10px !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}

.custominclinebottom:after {
    content: "" !important;
    height: 100px !important;
    bottom: -60px;
    background-color: #000000;
    border-top:10px solid #ffd436;
    width: 110%;
    visibility: visible !important;
    transform: rotate(-2deg);
    position: absolute;
    z-index: 9998 !important;
}

.standardbutton {
	background-color:#ffd436;
	color:#000000;
	border:2px solid #ffffff;
	font-size:16px;
	font-family:'Oswald', Arial ,Helvetica, sans-serif;
	font-weight:600;
	padding:10px 20px;
	display:inline-block;
	text-transform:uppercase;
}

.customiconstart h3 {
	color:#ffffff;
	text-transform: uppercase;
	font-size: 24px:;
}

.customiconstart img {
	width:100px;
}

.customgallerystart #gallery-1 .gallery-item {
	width: 16.66666%;
}

/*---------- CF ----------*/

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="date"], .wpcf7-form textarea {
	margin:0px !important;
}

.dbe_cf_row {
	width:100%;
	float:left;
	margin-bottom:10px;
	display:block;
}

.dbe_cf_column_first {
	width:49%;
	float:left;
	display:block;
}

.dbe_cf_column_last {
	width:49%;
	float:right;
	display:block;
}

.dbe_cf_clear {
	clear:both;
}

.borderleft {
	border-left:4px solid #000000;
	padding-top:20px;
	padding-bottom:20px;
}

.wpcf7-form .wpcf7-submit {
	background-color:#ffd436;
	color:#000000;
	border:2px solid #000000;
	font-size:16px;
	font-family:'Oswald', Arial ,Helvetica, sans-serif;
	font-weight:600;
	padding:10px 20px;
	display:inline-block;
	text-transform:uppercase;
}

.wpcf7-form .wpcf7-submit:hover {
	color:#ffd436;
	background-color:#000000;
}