/*
Theme Name: Simple Sale 
Author: AJ

*/

h4 { color: #ff5e0d; margin-bottom:20px;}

.productswrap { display:block !important;}

#getnow .gform_heading { text-align:center !important;}
.gform_body ul li {
width: 25%;
float: left;
}
.gform_body ul li .medium {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #83c726;
    display: block;
    font-size: 15px;
    height: 53px;
    line-height: 1.42857;
    padding: 15px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
}	
.gfield_label {display:none;}
.gform_wrapper ul li.gfield { clear:none !important;}
.gform_title { font-size:35px !important;}
.gform_heading .gform_description span { font-size: 20px; margin-bottom: 20px; font-family: "Fugaz One",cursive;
    font-weight: 700;}
.gform_button {
    background-color: #c2262d;
    color: #ffffff;
    transition: background-color 0.35s ease 0s, border-color 0.35s ease 0s, color 0.35s ease 0s;
	display: block;
    width: 100% !important;
	padding: 15px 12px;
    text-align: center;
	border-radius: 2px;
	text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
	border: medium none !important;
	
}
.gform_button:hover{
   background-color: #2584c1;
    border-color: #2584c1;
    color: #ffffff;
}

#main ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#main ul li {
	margin-bottom: 0.5em;
    padding-left: 2em;
    position: relative;
    text-align: left;
}

#main ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 125%;
    left: 0;
    line-height: 1;
    position: absolute;
}

.one_half{
 
 padding-right: 20px;
 }
 .home #service-area h1, .home #main h1{ color: #0070c2;}
 
.home #service-area h4 { font-family: "Raleway","Helvetica Neue",Arial,sans-serif !important; }

.page-template-default h2 { color: #0070c2;}

.list-unstyled ul {
list-style: outside none none;
padding-left: 0;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@media only screen and (max-width: 640px) {
.gform_body ul li {
width: 100%;

}
}