/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
input[type=radio]:checked:before {
	content: "";
	background-color: #35C200;
}
#gform_wrapper_1 .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 0px !important;
}
#gform_wrapper_1 ul li.gfield {
	margin-top: 5px !important;
}
#gform_wrapper_1 textarea {
	margin-top: 15px;
}
#gform_wrapper_2 .gform_footer,
#gform_wrapper_1  .gform_footer {
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
}
#gform_wrapper_1  #gform_submit_button_1{
	color: #ffffff !important;
    background-color: #ED4A27 !important;
    border-color: #f08425 !important;
    float: none;
}

input#gform_submit_button_2 {
    color: #ffffff !important;
    background-color: #ED4A27 !important;
    border-color: #f08425 !important;
    float: none;
    margin: auto;
}

/* CUSTOM TOP BAR 11/06/18 */
.customTopBar{position: absolute;z-index: 9999999;top:0;left: 0;width: 100%;}
.customTopBar .menuContainer{    max-width: 1200px;
    margin: auto;
}

.customTopBar ul:before{content:"";width:0;height:100px;border-top:0 solid transparent;border-bottom:50px solid transparent;border-right:70px solid #242D63;position:relative;left: -70px;
    top: -24px;}
.customTopBar ul{padding-left: 50px;background-color:#242D63;text-align:right;display:-webkit-inline-box;margin:0;padding:0;box-shadow:700px 0 0 #242D63;    position: relative;
    left: 23%;}
.customTopBar ul li{font-size:15px;color:#fff;line-height:45px;margin-right:5px;margin-left:30px}
.customTopBar ul li.gree img {
    top: 5px;
    height: 15px;
    top: 1px;
    margin-right: 5px;
}
.customTopBar ul li.phone img{top:5px}
.customTopBar ul li.email img{top:5px}
.customTopBar ul li img {
    top: 5px;
}
.customTopBar ul li a{color:#fff}
.customTopBar ul li img{height:20px;display:-webkit-inline-box;position:relative;margin-right:10px}

/* iPAD */
@media screen and (min-width:1023px) and (max-width: 1025px){
	#masthead .menu-container .row-menu .row-menu-inner {padding: 0px 0px 0px 20px;}
	ul#menu-main-menu {
		padding-left: 0px;
	}
	ul#menu-main-menu li a {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	div#logo-container-mobile {
	    padding-top: 20px;
	    padding-bottom: 14px;
	}
	div#logo-container-mobile img {
		padding-left: 20px;
	    max-width: 180px;
	    height: auto !important;
	}
	.customTopBar ul {
		padding-left: 0px;
	}
	.customTopBar ul li:first-child {
	    margin-left: -40px;
	}
	.customTopBar ul li {
	    font-size: 15px;
	    color: #fff;
	    line-height: 45px;
	    margin-right: 20px;
	    margin-left: 20px;
	}
	

}
@media (min-width: 960px) {
	
	body.menu-custom-padding .col-lg-0.logo-container, body.menu-custom-padding .col-lg-12 .logo-container {padding-top: 9px;padding-bottom: 25px;}
	body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a {
    padding-top: 20px;
    padding-bottom: 5px;
    height: 115px;
    line-height: 38px;
}
}
@media (max-width: 960px) {
	.customTopBar {display: none;}
	.menu-smart a {
	    font-weight: 500;
	    text-transform: none;
	}
}
