/*
Theme Name: Getleads
Description: Child theme for the GetLeads. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Theme URI: http://themeforest.net/user/XpeedStudio
Author: XpeedStudio
Author URI: http://xpeedstudio.com
Version: 2.1
* Tags: one-column, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Template: getleads
*/
@import url("../getleads/style.css");

.sections {
    padding: 0px 0!important;
}
.qsomos {
	min-height: 570px;
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 280px) and (max-width: 479px){
	.navbar-brand>img {
    display: block;
    height: 80px;
}
	.fw-container{
	padding-left: 15px!important;
    padding-right: 15px!important;
	}
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) and (max-width: 759px){
	.navbar-brand>img {
    display: block;
    height: 80px;
}
	.fw-container{
	padding-left: 15px!important;
    padding-right: 15px!important;
	}
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) and (max-width: 839px){
	
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 840px) and (max-width:959px){
	
}


.padding-top-btm-40 {
	padding-top:40px;
	padding-bottom:35px;
}
.padding-top-btm-50 {
	padding-top:50px;
	padding-bottom:50px;
}
.margin-btm-70 {
	margin-bottom:70px!important;
}
.margin-btm-20 {
	margin-bottom:20px!important;
}
.margin-btm-35 {
	margin-bottom:35px!important;
}
.margin-btm-25 {
	margin-bottom:25px!important;
}
.margin-top-btm-15 {
	margin:20px 0px!important;
}
.margin-bottom-15 {
	margin-bottom:15px!important;
}
.padding-left-0 {
	padding-left:0px;
}
.padding-right-0 {
	padding-right:0px;
}
.control-label {
	color:#303030;
}
.border-none {
	border:none;
}
.color-black {
	color:#000000;
}
.fix-padding-top {
	padding-top:4px;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea.form-control {
	border: none;
	color: #818181;
	outline: 0;
	text-align: left;
	vertical-align: top;
	border: 0;
	/*border-radius: 4px;*/
	width:100%;
	padding: 8px 12px;
	font-weight: 400;
	margin: 0 0 10px 0;
	background-color: #fff;
	box-shadow:none!important;
	border: 1px solid #E9E9E9;
	min-height: 45px;
	background: #f5f5f5;
}
.liteblue-break {
	background: #E4F6EE;
}
.white-break {
	background: #ffffff;
}
.clean-darkblue-break {
	background: #494D57;
}
.lightblue-break {
	background: #F6F6F6;
}
.more-link {
	display: inline-block;
	padding: 0 2px;
	font-family:inherit;
	font-weight:400;
}
.more-link:hover {
	text-decoration: none;
}
.custom-link {
	display: inline-block;
	padding: 0 2px;
	font-family: inherit;
	font-weight: 500;
	color: #46b289;
}
.custom-link:hover, .custom-link-blog:hover {
	color: #333333;
}
span.edit-link a{
	color: #A9A9A9;
}
p.helpfulmsg {
	color: #A9A9A9;
}
input[type="submit"], .custom-botton, .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .body-content .blog .woocommerce-cart-form .coupon input[type="submit"], .woocommerce .wc-proceed-to-checkout a.button.alt, .shopping_cart_dropdown .qbutton, button {
	display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    padding: 10px 22px;
    min-height: 40px;
    background-color: #1ABC9C;
    color: #FFF;
    border: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    font-weight: inherit;
    text-transform: capitalize;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);	
}
.manual-button {
	background: #46b289!important;
	border-color: #3fa07b!important;
	border-bottom: 3px solid #3a9572 !important;
	border-bottom-color: #3a9572 !important;
	border-radius: 2px !important;
	color: #fff !important;
	width: 100% !important;
	height: 78px !important;
	font-size: 22px !important;
	padding-top: 22px!important;
}
.manual-button:hover {
	background: #42a781!important;
}
.vc_btn3.vc_btn3-size-md {
	padding-top: 9px!important;
	padding-bottom: 9px!important;
}