/*
Theme Name: Free Voters Guide Theme
Author: Tim Zook
Author URI: http://zookatron.com/
Description: Custom WordPress theme for FreeVotersGuide.com
Version: 1.0.0
*/



/*----------------------------------------------------------------------*/
/*---------------------- Reset default browser CSS ---------------------*/
/*----------------------------------------------------------------------*/

/* @font-face {
	font-family: 'CronosPro';
	src: url('fonts/cronospro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CronosPro';
	src: url('fonts/cronospro-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'CronosPro';
	src: url('fonts/cronospro-semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
} */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}

/* focus styles are important */
:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
	min-width: 100%;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

article, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em
}

h1, h2, h3, h4, h5 {
	/* font-family: 'CronosPro', sans-serif; */
	font-weight: 600;
}

hr {
	clear: both;
}

p {
	margin-bottom: 1em;
	line-height: 1.8em;
}

ul, ol {
	margin: 0 0 1.6em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

li {
	line-height: 1.5em;
}

strong {
	font-weight:bold;
}

cite, em, i {
	font-style: italic;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

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

a img {
	border: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #892528;
}

a:active, a:hover, a:focus {
	text-decoration: underline;
}

body, input, textarea
{
	color: #142341;
	font-size: 16px;
	/* font-family: 'CronosPro', sans-serif; */
	background: url('img/bg.jpg');
}

::-webkit-input-placeholder {
	color: #142341;
}

:-moz-placeholder {
	color: #142341;
}

::-moz-placeholder {
	color: #142341;
}

:-ms-input-placeholder {
	color: #142341;
}

.mobile-hero {
	display:none;
}





/*----------------------------------------------------------------------*/
/*--------------------------- Header Styling ---------------------------*/
/*----------------------------------------------------------------------*/

header.site-header
{
	;
}

header.site-header .site-header-bar
{
	background: #8a2425;
	height: 36px;
}

header.site-header .site-header-bar span
{
	display: block;
	width: 100px;
	/* font-family: 'CronosPro', sans-serif; */
	color: white;
	font-weight: 600;
	font-size: 22px;
	float: right;
	text-align: right;
	padding-top: 8px;
}

header.site-header .site-header-bar iframe
{
	margin-top: 7px;
	display: block;
	float: right;
}

header.site-header .site-header-inner
{
	margin: 0 auto;
	width: 960px;
}

header.site-header .site-logo {
	display: block;
	width: 954px;
	height: 94px;
	background: url('img/logo.png');
	margin: 15px 3px;
}





/*----------------------------------------------------------------------*/
/*---------------------------- Footer Styling --------------------------*/
/*----------------------------------------------------------------------*/

footer.site-footer
{
	clear: both;
	text-align: center;
	width: 940px;
	margin: 0 auto;
	padding: 15px 10px;
	background: #c1c1c1;
}

footer.site-footer a
{
	text-decoration: none;
	color: #7f7f7f;
	margin: 0 auto;
}





/*----------------------------------------------------------------------*/
/*-------------------------- Main Menu Styling -------------------------*/
/*----------------------------------------------------------------------*/

header.site-header nav.site-menu
{
	clear: both;
}

header.site-header nav.site-menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

header.site-header nav.site-menu li
{
	float: left;
	position: relative;
}

header.site-header nav.site-menu a
{
	display: block;
	cursor: pointer;
}

header.site-header nav.site-menu a:hover
{
	background-position: 0 -46px;
}

header.site-header nav.site-menu .menu-item-1 a {
	width: 204px;
	height: 46px;
	/*background-image: url('img/electioninfo.png');*/
	text-align: center;
	font-size: 26px;
	padding-top: 12px;
	color: #000053;
}

header.site-header nav.site-menu .menu-item-2 a {
	width: 181px;
	height: 46px;
	/*(background-image: url('img/rights.png');*/
	text-align: center;
	font-size: 26px;
	padding-top: 12px;
	color: #000053;
}

header.site-header nav.site-menu .menu-item-3 a {
	width: 174px;
	height: 46px;
	/*background-image: url('img/resources.png');*/
	text-align: center;
	font-size: 26px;
	padding-top: 12px;
	color: #000053;
}

header.site-header nav.site-menu .menu-item-4 a {
	width: 230px;
	height: 46px;
	/*background-image: url('img/registertovote.png');*/
	text-align: center;
	font-size: 26px;
	padding-top: 12px;
	color: #000053;
}

header.site-header nav.site-menu .menu-item-5 a {
	margin-left: 10px;
	width: 156px;
	height: 46px;
	background-image: url('img/donate.png');
}

.banner {
	background-image: url('http://tvg.viralmediapartners.com/wp-content/themes/votersguide/img/banner.jpg');
	margin-top: 70px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-size: contain;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}


/*----------------------------------------------------------------------*/
/*--------------------------- General Styling --------------------------*/
/*----------------------------------------------------------------------*/

body .page
{
	margin: 0 auto;
	min-width: 100%;
	/*background: url('img/bg-map.png') no-repeat center 36px;*/
}

.main
{
	clear: both;
	width: 960px;
	margin: 0 auto;
}

/*Content*/

.content
{
	padding: 0;
	width: 720px;
	float: left;
}

.page-title
{
	clear: both;
	font-size: 40px;
	padding: 30px 0px 20px 0px;
	margin: 0px;
	text-transform: uppercase;
}

.entry-content
{
	padding: 0px;
}

.entry-header
{
	padding: 7px;
}

.entry-header .entry-meta
{
	padding: 0px;
}

.entry-header .entry-title
{
	clear: both;
	font-size: 40px;
	padding: 30px 0px 20px 0px;
	margin: 0px;
	text-transform: uppercase;
}

.entry-meta p
{
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2
{
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

/*Links*/

.edit-link a
{
	float: right;
	padding: 0 8px;
}

.read-button
{
	float:right;
	padding-bottom: .5em;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link
{
	margin: 1.625em 0 0;
}

.post-password-required input[type=password]
{
	margin: 0.8125em 0;
}

/*Format featured images in pages and singles*/
.entry-image img {
	float: left;
	clear: none;
}

.feature-img {
	float: left;
	margin: .5em;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly */
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

/* Prevent stretching of full-size images with height and width attributes in IE8 */
img.size-full {
	max-width: 97.5%;
	width: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0 auto;
	float: none;
	display: block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	padding-bottom: 10px;
	padding-top: 5px;
}

.entry-content .btn-a:hover {
	padding: 7px 13px;
	border-top: 1px solid #b60000;
	border-left: 1px solid #b60000;
	border-right: 1px solid #440000;
	border-bottom: 1px solid #440000;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.07);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.07);
	box-shadow: 0 2px 0 rgba(0,0,0,.07);
	background: #b60000;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5e0000),color-stop(1, #b60000));
	background: -moz-linear-gradient(center bottom,#5e0000 0%,#b60000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b60000', endColorstr='#5e0000');
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

.entry-content .btn-a {
	padding: 7px 13px;
	border-top: 1px solid #b60000;
	border-left: 1px solid #b60000;
	border-right: 1px solid #440000;
	border-bottom: 1px solid #440000;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.07);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.07);
	box-shadow: 0 2px 0 rgba(0,0,0,.07);
	background: #b60000;
	background: #882324;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7a1e1f),color-stop(1, #932b2c));
	background: -moz-linear-gradient(center bottom,#7a1e1f 0%,#932b2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#932b2c', endColorstr='#7a1e1f');
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}



/*----------------------------------------------------------------------*/
/*--------------------------- Sidebar Styling --------------------------*/
/*----------------------------------------------------------------------*/

.main-sidebar
{
	float: right;
	padding: 40px 0 0px 30px;
	width: 200px;
}

.main-sidebar h2 {
	padding-bottom: 15px;
}

.main-sidebar .checkboxes {
	width: 200px;
	height: 41px;
	float: left;
}

.main-sidebar input[type="submit"] {
	margin: 5px 28px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 15px;
	background: #882324;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7a1e1f),color-stop(1, #932b2c));
	background: -moz-linear-gradient(center bottom,#7a1e1f 0%,#932b2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1e1f', endColorstr='#932b2c');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	display: block;
	text-transform: uppercase;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	width: auto;
	text-transform: uppercase;
	display: block;
}

.main-sidebar input[type="checkbox"] + label div {
	width: 170px;
}

.main-sidebar .info-box {
	padding-top: 15px;
	width: 200px;
	float: left;
	text-align: center;
}

.main-sidebar .info-box .note {
	font-size: 12px;
}

.main-sidebar form .errors {
	width: 180px;
}

.main-sidebar form .success {
	width: 180px;
}



/*----------------------------------------------------------------------*/
/*-------------------------- Hope Page Styling -------------------------*/
/*----------------------------------------------------------------------*/



body.home .personalized {
	display: block;
	font-size: 48px;
	text-align: center;
	padding: 90px 0px 0px 0px;
	color: #fff;
	/* text-shadow: 0 0 20px #fff; */
}

body.home .home-form .form-div {
	width: 712px;
	float: left;
}

input[type="text"],
input[type="email"],
select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 10px;
	border: 1px solid #b2b2b2;
	background: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #444444;
	outline: none;
	width: 178px;
	/* font-family: 'CronosPro', sans-serif; */
	font-size: 20px;
	margin: 0px 10px 8px 0px;
	display: block;
	float: left;
	color: #142341;
}

select {
	width: 200px;
}

input[type="submit"] {
	width: 406px;
	height: 40px;
	background-image: url('img/submit.png');
	border: none;
	cursor: pointer;
	float: left;
}

input[type="submit"]:hover
{
	background-position: 0 -40px;
}


body.home .home-form #email {
	width: 260px;
}

body.home .home-form #address {
	width: 460px;
}

body.home .home-form #zip {
	width: 143px;
}

body.home .home-form .checkboxes {
	width: 235px;
	height: 41px;
	float: left;
	margin-left: 20px;
}

body.home .home-form .info-box {
	width: 270px;
	height: 41px;
	float: left;
}

.info-box a {
	font-size: 20px;
	text-decoration: underline;
}

body.home .home-form .info-box .note {
	font-size: 12px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	display: block;
	padding-top: 2px;
	padding-bottom: 6px;
	cursor: pointer;
}

input[type="checkbox"] + label div {
	display: block;
	float: right;
	width: 205px;
	padding-top: 11px;
	font-size: 16px;
	line-height: 16px;
}

input[type="checkbox"] + label span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 8px 0px 0 0;
	vertical-align: middle;
	background: white url("img/checkbox.png") -20px top no-repeat;
}

input[type="checkbox"]:checked + label span {
	background: white url("img/checkbox.png") left top no-repeat;
}

input.error, textarea.error {
	background: #FFCFC9;
}

form .errors {
	display: none;
	text-align: center;
	width: 280px;
	margin: 10px auto;
	padding: 7px 10px;
	border: 1px solid #C00;
	background: #FFCFC9;
	color: #C00;
	font-weight: bold;
	font-size: 16px;
}

form .success {
	display: none;
	text-align: center;
	width: 280px;
	margin: 10px auto;
	padding: 7px 10px;
	border: 1px solid #142341;
	background: white;
	color: #142341;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7em;
}

body.home .home-form .info-div {
	float: right;
	width: 218px;
	padding: 10px 10px 10px 20px;
}

body.home .home-form .info-div h3 {
	font-size: 20px;
	padding-bottom: 13px;
	padding-left: 5px;
}

body.home .home-form .info-div ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}

body.home .home-form .info-div ul li {
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 8px 20px;
}

body.home .star-divider {
	width: 960px;
	height: 19px;
	background: url('img/star-divider.gif') no-repeat 0 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	clear: both;
}

body.home .link-boxes a {
	width: 226px;
	height: 177px;
	display: block;
	float: left;
	margin-right: 14px;
	padding:0;
}

body.home .link-boxes a:last-child {
	margin-right: 0px;
}

body.home .link-boxes a:hover {
	background-position: 0 177px;
}

body.home .link-boxes a.facebook {
	background-image: url('img/facebook.png');
}

body.home .link-boxes a.twitter {
	background-image: url('img/twitter.png');
}

body.home .link-boxes a.email {
	background-image: url('img/email.png');
}

body.home .link-boxes a.search {
	background-image: url('img/search.png');
}

body.home .about-box {
	background: url('img/bg-wh.png') no-repeat bottom right;
	height:335px;
}

body.home .about-box h2 {
	text-transform: uppercase;
	padding-bottom: 15px;
}

body.home .about-box .left {
	float: left;
	width: 441px;
	border-right: 1px solid white;
	padding-right: 38px;
}

body.home .about-box .right {
	float: right;
	width: 442px;
	padding-left: 38px;
}

.btn {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 10px 0;
	background: #882324;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7a1e1f),color-stop(1, #932b2c));
	background: -moz-linear-gradient(center bottom,#7a1e1f 0%,#932b2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a1e1f', endColorstr='#932b2c');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	display: block;
	text-transform: uppercase;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
	width:200px;
	height: 20px;
	cursor: pointer;
	text-align:center;
	-webkit-appearance: none;
}


.tweet-box {
    background: url(https://freevotersguide.com/wp-content/uploads/2018/07/tweet.png);
    width: 192px;
    height: 76px;
    margin-top: 15px;
}

.fb-share-box {
    background: url(https://freevotersguide.com/wp-content/uploads/2018/07/fb-share.png);
    width: 192px;
    height: 76px;
}


/*----------------------------------------------------------------------*/
/*-------------------------- Responsive Queries ------------------------*/
/*----------------------------------------------------------------------*/


.topnav {
    display: none;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #8a2425;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #8a2425;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}





@media only screen and (max-width: 960px) {

.main {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

body.home .home-form .form-div {
    width: 100%;
    float: none;
    padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    margin-bottom:20px;
}

.banner {
	padding: 0px 0px 25px 0px !important;
	background-image: none !important;
	margin-top: 0px;
	margin-bottom: 10px;
	background-size: cover;
	height: auto !important;
    font-size: 26px !important;
    line-height: 34px !important;
	color:#142340 !important;
}

header.site-header .site-header-inner {
    margin: 0 auto;
    width: 100%;
}

header.site-header .site-logo {
	display: block;
	width: 98%;
	height: 94px;
	background: url('img/logo-mobile.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:contain;
	margin: 15px 3px;
}

.topnav {display: block;}

.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
    float: left;
    display: block;
}

.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.topnav.responsive a.mobile {
    text-align: center;
}

.mobile {
	width: 100%;
	text-align: center;
}
.mobile .hamburger {
	margin-left: 10px;
}

header.site-header .site-header-bar {
    height: 96px;
}

header.site-header .site-header-bar span {
	float:none !important;
	margin:auto;
   	width: 90% !important;
    font-size: 16px !important;
    text-align: center !important;
}

body.home .home-form .info-div {
    float: left;
    width: 100%;
    padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.tweet-box {
    width: 40%;
    height: 76px;
    margin-top: 0px;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    margin-left: 20px;
}

.fb-share-box {
    width: 40%;
    float: left;
    height:76px;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-div input, .form-div select {
    width: 100% !important;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}

select#state {
    width: 95%;
    margin-bottom:10px;
}

body.home .home-form .info-box {
    margin-top: 20px;
}

.site-menu {display:none;}

.star-divider {display: none;}

body.home .about-box .left {
    float: left;
    width: 90%;
    border-right: none;
    padding-right: 0px;
    margin-left: 20px;
}

body.home .about-box .right {
    float: left;
    width: 90%;
    padding-left: 0px;
    margin-left: 20px;
}

body.home .about-box {
    background: none!important;
    height: auto;
}

.content {
    width: 95%;
    padding: 10px;
}

.main-sidebar {
    width: 95%;
}

input[type="text"], input[type="email"], select {width:90%;}

}


@media only screen and (max-device-width: 960px) {

.main {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

body.home .home-form .form-div {
    width: 100%;
}


header.site-header .site-header-inner {
    margin: 0 auto;
    width: 100%;
}

header.site-header .site-logo {
	display: block;
	width: 98%;
	height: 94px;
	background: url('img/logo-mobile.png');
	background-repeat:no-repeat;
	background-position: center;
	background-size:contain;
	margin: 15px 3px;
}

.topnav {display: block;}

.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
    float: left;
    display: block;
}

.topnav.responsive {position: relative;}
.topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
}
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
}
.topnav.responsive a.mobile {
    text-align: center;
}


.mobile {
	width: 100%;
	text-align: center;
}

header.site-header .site-header-bar {
    height: 96px;
}

header.site-header .site-header-bar span {
	float:none !important;
	margin:auto;
   	width: 90% !important;
    font-size: 16px;
    text-align: center;
}

body.home .home-form .info-div {
    float: none;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
    padding: 10px 10px 10px 20px;
}

.tweet-box {
    width: 40%;
    height: 76px;
    margin-top: 0px;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    margin-left: 20px;
}

.fb-share-box {
    width: 40%;
    float: left;
    height:76px;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-div input {
    width: 100% !important;
}

select {
    width: 100%;
    margin: auto;
}

body.home .home-form .info-box {
    margin-top: 20px;
}

.site-menu {display:none;}

.star-divider {display: none;}

body.home .about-box .left {
    float: left;
    width: 90%;
    border-right: none;
    padding-right: 0px;
    margin-left: 20px;
}

body.home .about-box .right {
    float: left;
    width: 90%;
    padding-left: 0px;
    margin-left: 20px;
}

body.home .about-box {
    background: none!important;
    height: auto;
}

.content {
    width: 95%;
    padding: 10px;
}

.main-sidebar {
    width: 95%;
}


input[type="text"], input[type="email"], select {width:90%;}

.mobile-hero {
	display:block !important;
}



}

