/*
Theme Name: Benton Insurance
Author: Malvolio
Version: 1.0
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */


/* ----- FORMATTING ----- */

body {
    font-family: 'Roboto', Arial, sans serif;
    font-size:   14px;
	line-height: 1.4;
	font-weight: 400;
    padding:     0px 0px 0px 0px;
    margin:      0px;
	color: #505050;
	background: #f8f8f8;
}

p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0,0,0,.8);
}

h1 span {
	color: #febf12;
}



h2, h2 a {
	color: #505050;
	font-size: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

h3 {
	color: #505050;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	font-weight: 700;
	padding: 0px;
	text-transform: uppercase;
}

h3 span {
	color: #000000;
}


h4 {
	color: #505050;
	font-size: 24px;
	margin: 12px 0px 5px 0px;
	font-weight: 700;
	padding: 0px;
}

h5 {
	color: #FFF;
	font-size: 28px;
	margin: 0px 0px -10px 0px !important;
	padding: 0px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}


#footer a {
	color: #505050;
	text-decoration: underline;
}

.content li {
	padding: 0px 0px 5px 0px;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
}

hr {
	border: none;
	border-top: 1px solid #eeeeee;
	margin: 20px 0px;
	clear: both;
}

b, strong {
	font-weight: 700;
}



blockquote {
  margin: 1.5em 0 1.5em;
  padding: 0 2.5em 0 2.5em;
  position:relative;
 border-left: 0px solid #eee;
 font-size: 24px;
}
blockquote:before
 {
  content: "\201C";
  font-size: 4em;
  position:absolute;
  left:5px;
  top: 0.3em;
  line-height: 0.1em;
  color:#febf12;
}

blockquote:after
 {
  content: "\201D";
  font-size: 4em;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
  color:#febf12;
}

blockquote footer {
	display:block;
	font-size:80%;
	line-height:1.42857143;
	color:#999
}

blockquote footer:before {
	content:'\2014 \00A0'
}


/* ----- LAYOUT ----- */

#header {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 20;
	height:100px;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.8); 
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#logo {
	position: absolute;
	z-index: 999999;
}

#logo img {
	margin-top: 30px;
	height: 55px;
}

#menu {
	float: right;
	clear: none;
	width: 100% !important;
}

#slider {
	float: left;
	width: 100%;
}


#slider h1 {
	color: #ffffff;
	font-size: 48px;
	line-height: 46px;
	font-weight: 900;
}

#slider h1 strong {
	color: #febf12;
}

.ms-info {
	float: right;
	width: 50%;
	text-align: center;
	margin-top: 110px;
}



#bghead {
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center !important;
	z-index: 1;
	margin-top: 100px;
}

#bghead h1 {
	font-size: 36px; 
	position: absolute;
	top: 260px;
	color: #ffffff;
}

@media (max-width: 950px) {
#bghead {
	height: 150px !important;
	background-size: cover !important;
}
	
#bghead h1 {
	font-size: 24px !important; 
	top: 170px !important;
}	

.ms-info {
	margin-top: 80px !important;
}
}


.centered {
	max-width: 950px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}


#grey-full {
	margin-top: 15px;
	background-color: #ededed;
    padding: 20px 0px;
	float: left;
	width: 100%;
}

#grey-full .col {
	width: 29%;
	float: left;
	padding: 0px 2%;
}

.gquote {
	text-align: right;
}

.gquote h2 {
	font-size: 52px !important;
	line-height: 52px !important;
	text-transform: uppercase;
	font-weight: 900;
}



#intro-boxes {
	float: left;
	display: flex;
	display:-webkit-box;
    display:-webkit-flex;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
	flex: 0 0 950px;
	-webkit-flex: 0 0 950px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 50px;
}

.ibox {
	flex-grow: 1;
  	flex-shrink: 1;
	-webkit-flex-grow: 1;
  	-webkit-flex-shrink: 1;
	margin: 0px 2% 20px 2%;
	width: 29%;
}

.ibox img {
	margin-bottom: 5px;
}


.ibox h3 {
	font-size: 36px;
	line-height: 36px;
}


.content {
	float: left;
	width: 60%;
	padding: 30px 0px;
}

.sidebar {
	padding: 30px 0px;
	float: right;
	width: 33%;
}



@media (max-width: 720px) {
.ibox, #grey-full .col.qbox {
	width: 96% !important;
}

#grey-full .col.gquote {
	width: 46% !important;
}
	
	
.content, .sidebar {
	width: 100% !important;
}
}

@media (max-width: 500px) {
#grey-full {
	display: none;
}
}



#footer {
	width: 100%;
	float: left;
	background: #ebebeb;
	padding: 20px 0px;
	font-size: 10px;
	color: #000000;
	margin-top: 20px;
}

.copyright {
	color: #ba8300;
	text-transform: uppercase;
	margin-top: 20px !important;
}
.footer-ex {
	text-transform: uppercase;
}







/* ----- SIDEBAR BOXES ----- */

.sbox {
	margin-bottom: 20px;
}

#text-9 .textwidget, #text-11 .textwidget, #text-12 .textwidget, #text-13 .textwidget, #text-4 .textwidget, #text-3 .textwidget, #text-2 .textwidget {
	background: #ffffff;
	padding: 10px 4%;
	width: 92%;
}

.sbox h3 {
	font-weight: bold;
	color: #FFF;
	background-color: #4f4747;
	text-transform: uppercase;
	font-size: 17px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 18px 10px 18px 55px !important;
	background-repeat: no-repeat;
	background-position: 6px center;
}


.sbox ul {
	padding: 0px;
	margin: 0px 20px;
}

.sbox li {
	color: #febf12;
	padding: 6px 0px;
}

.sbox a {
	color: #505050;
	text-decoration: none;
}

.sbox a:hover {
	text-decoration: underline;
}

#text-9 h3 {
	background-image: url(images/farm.png);
}

#text-12 h3 {
	background-image: url(images/business.png);
}

#text-11 h3 {
	background-image: url(images/trades.png);
}

#text-13 h3 {
	background-image: url(images/aviation.png);
}

#text-4 h3, #text-3 h3 {
	background-image: url(images/links.png);
}

#text-2 h3 {
	background-image: url(images/contact.png);
}



#grey-full #gform_wrapper_2, #text-5, #text-7, #text-6, #text-8, #text-10 {	
width: 96%;
padding:10px 0% 10px 4% !important;
background: #0e75c9; /* Old browsers */
background: -moz-linear-gradient(top,  #0e75c9 0%, #0156b4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e75c9), color-stop(100%,#0156b4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0e75c9 0%,#0156b4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0e75c9 0%,#0156b4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0e75c9 0%,#0156b4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0e75c9 0%,#0156b4 100%); /* W3C */
border-radius: 10px;
float: left;

}

#grey-full #gform_wrapper_2 {
	margin-top: -3px;
}



/* ----- FORMS ----- */

input[type="text"], input[type="password"], input[type="email"], textarea {
	padding:7px !important;
	font-family: 'Roboto', Arial, sans serif;
	color:#505050;
	font-size: 14px !important;
	background:#ffffff;
	vertical-align:top;
	border: 1px solid #eeeeee;
	font-weight: 400;
	margin-bottom: 5px;
	border-radius: 5px;
}


input[type="submit"] {
	padding: 7px;
	font-family: 'Roboto', Arial, sans serif;
	color:#505050;
	background: #febf12;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	border: 0px;
}

#gform_wrapper_2 input[type="submit"] {
	float: right;
}

.gform_footer {
	margin-top: -15px !important;
}


.gfield_required {
	display: none;
}

#gform_wrapper_2 label {
	display: none;
}

::-webkit-input-placeholder { /* Chrome */
  color: #cccccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #cccccc !important;
  opacity: 1 !important;
}



a.button, .ibox a, .content a {
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	background-color: #0748a1;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
	float: right;
	color: #fff;
	text-decoration: none;
}

a.button:hover, .ibox a:hover, .content a:hover {
	background: #febf12;
	color: #0748a1;
}

a.email {
	background-color: transparent !important;
	padding: 0px;
	float: none;
	color: #505050;
	text-decoration: underline;
}


/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

.ui-datepicker {
	margin: 0px auto !important;
}
