/*
Theme Name: Small Business SEO Default Theme
Theme URI: http://www.webmarketingpros.com
Description: A basic theme based off the Twenty Ten framework.
Author: Kevin Fincel - Small Business SEO
Version: 1.0
License: GNU General Public License
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom:30px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#main {
	width: 100%;
	padding-top: 150px;
}
#container {
	width: 1170px;
	margin: 0 auto;
	height: 100%;
}
#content {
	float:none;
	width:700px;
	margin:0;
	padding:0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	float:none!important;
	margin: 0 auto;
	width: 100%;
}
.one-column2 #content {
	float:none!important;
	margin: 0 auto;
	width: 1170px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 1170px;
}
/* =Fonts
-------------------------------------------------------------- */
html, body {
	font-family: 'Montserrat', sans-serif!important;
	font-size: 14px!important;
  line-height: initial!important;
  color: #333!important;
}

/* =Header Area
-------------------------------------------------------------- */
header {
	background-color:#fff;
	position: fixed;
    width: 100%;
    z-index: 9999;
}
#headerWrapper {
	width: 1170px;
	height: 120px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#logo a {
	display:block;
	padding:0;
}
#logo img {
  max-height: 120px!important;
  vertical-align: middle;
  margin: 30px 0 0 0;
}
#headerRight {
  text-align: right;
  line-height: .6;
  font-size: 1.5em;
}
#headerRight a {
	color:#c23418;
	display: block;
	text-decoration:none;
	font-weight: 500;
  	font-size: 34px;
}
#homeHeader {
	height:430px;
	background: rgb(109,197,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(109,197,245,1) 0%, rgba(2,90,198,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(109,197,245,1) 0%,rgba(2,90,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(109,197,245,1) 0%,rgba(2,90,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc5f5', endColorstr='#025ac6',GradientType=0 ); /* IE6-9 */
}
#homeHeaderWrapper {
	display:block;
	width: 1170px;
	height:411px;
	margin:0 auto;
	padding:0px;
	background:url(images/homeHeader_bg2.png) top center no-repeat;
}
.nav-phone {
	display:none;
}

#customHeader {
	margin: 0;
	background: rgb(2,59,138); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(2,59,138,1) 0%, rgba(1,55,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(2,59,138,1) 0%,rgba(1,55,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(2,59,138,1) 0%,rgba(1,55,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023b8a', endColorstr='#01377f',GradientType=0 ); /* IE6-9 */
}
#customHeaderWrapper {
	display:block;
	width: 1170px;
	margin:0 auto;
	text-align:center;
}
#customHeaderWrapper img {
	max-width:100%;
	height:auto;
}


#interiorHeader {
	margin: 0 0 24px;
	padding: 20px 0;
	background: #023780;
}
#interiorHeaderWrapper {
	display: flex;
  align-items: center;
	width: 1170px;
	margin:0 auto;
}
#interiorHeaderWrapper h1.entry-title {
	color:#fff;
	font-weight:bold;
	font-size: 40px;
    line-height: 1.1;
}
#interiorHeaderWrapper h1.news-title {
	color:#fff;
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	padding-top:23px;
}
.btnCompare a {
	display:block;
	height:37px;
	width:226px;
	background:url(images/btnCompare.jpg) 0 0 no-repeat;
	cursor:pointer;
}
.btnCompare a:hover {
	background-position:0 -37px;
}
#movieLink a {
	display:block;
	position:relative;
	width:499px;
	height:285px;
	float:left;
	margin:120px 0 0 5px;
}
#movieLink a img {
	width:100%;
	height:auto;
}
#btnCompareHome {
	display:block;
	position:relative;
	margin:316px 0 0 65px;
	float:left;
	padding:0;
}
#btnCompareHomeSidebar {
	display:block;
	position:relative;
	margin:0 0 45px 0;
	padding:0;
}
.vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
	
/* =Navigation
-------------------------------------------------------------- */
#mobileHeader {
	display: none;
}
#navWrapper {
	width:100%;
	margin:0 auto;
	background:#075999;
	z-index: 999999999999999;
	position: relative;
}
nav {
	margin: 0 auto;
	padding: 0;
	width: 1170px;
}
#nav {
	padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#nav li {
	margin: 0;
  position: relative;
  list-style: none;
  flex-grow: 1;
  white-space: nowrap;
  padding: 0;
  text-align: center;
  border-left: 1px solid #83accc;
}
#nav li:first-child {
	border:none;
}
#nav ul li {
	border:none;
}
/* main level link */
#nav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0;
  width:100%;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #0778D1;
	color: #fff;
}
/* sub levels link hover */
#nav ul li:hover a {
	background: none;
	border: none;
	color: #fff;
}
#nav ul li:hover a:hover {
	background: #0778D1!important;
    color: #ffffff!important;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
    display: none;
    margin: 0;
    padding: 0 10px;
    width: auto;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #075999;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
    font-weight: normal;
    color: #fff;
    padding: 0 10px;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
.clr {
	clear:both;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 15px;
    font-size: 16px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #003963;
}
a:active,
a:hover {
	color: #83accc;
}
ul.arrow {
	margin: 10px 0px 10px 0;
	padding-left: 20px;
	list-style: none;
}
ul.arrow li {
	margin: 10px 0px 10px 0px;
	padding-left: 25px;
	font-weight: bold;
	color:#0861c9;
	font-size:18px;
	line-height:19px;
}
ul.arrow li { background: url(images/list_arrow.jpg) 0 0 no-repeat; }
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.grecaptcha-badge {
	display:none!important;
	visibility:hidden!important;
}
/* =Social Icons
-------------------------------------------------------------- */
#social {
	position: relative;
	float:right;
	width:275px;
	height:48px;
	margin-bottom:8px;
}
#facebook a {
	display:inline-block;
	float:left;
	border:none;
	width: 48px;
	height: 48px;
	background: url(images/icons/facebook.png) 0 -48px no-repeat;
}
#facebook a:hover {
	display:inline-block;
	background-position: 0 0;
	border:none;
} 
#twitter a {
	display:inline-block;
	float:left;
	margin-left:8px;
	border:none;
	width: 48px;
	height: 48px;
	background: url(images/icons/twitter.png) 0 -48px no-repeat;
}
#twitter a:hover {
	display:inline-block;
	background-position:0 0;
	border:none;
}
#linkedin a {
	display:inline-block;
	float:left;
	margin-left:8px;
	border:none;
	width: 48px;
	height: 48px;
	background: url(images/icons/linkedin.png) 0 -48px no-repeat;
}
#linkedin a:hover {
	display:inline-block;
	background-position:0 0;
	border:none;
}
#feed a {
	display:inline-block;
	float:left;
	margin-left:8px;
	border:none;
	width: 48px;
	height: 48px;
	background: url(images/icons/feed.png) 0 -48px no-repeat;
}
#feed a:hover {
	display:inline-block;
	background-position: 0 0;
	border:none;
}
/* =Content
-------------------------------------------------------------- */
#content {
	color: #333!important;
  	font-size: 18px!important;
  	line-height: 28px!important;
}
#content {
	height:100%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	margin: 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #075999;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
}
#content tr.odd td {
	background: #f2f7fc;
}

.wpb_text_column h2,
.wpb_text_column h3 {
  color:#023b8a ;
  font-weight:bold;
}
.uvc-heading .uvc-main-heading h2, .uvc-heading .uvc-main-heading h3, .uvc-heading .uvc-main-heading h4, .uvc-heading .uvc-main-heading h5, .uvc-heading .uvc-main-heading h6 {
    line-height: 0.9!important;
}



.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
    font-size: 38px;
    line-height: 1.1em;
    color: #023b8a;
    font-weight: bold;
    margin: 0 0 25px 0;
}
#content .entry-title-new {
    font-size: 38px;
    line-height: 1.1em;
    color: #023b8a;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
  color: #333;
  font-size: 12px;
  background: #ccc;
  margin: 0 0 30px;
  padding: 10px 20px;
}
.at-share-btn-elements {
	margin:0 0 28px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label,
.wpcf7-form label {
	color: #333333;
    font-size: 18px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #075999;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#seoTheDifference {
	min-height:454px;
	background:url(images/seoTheDifference.jpg) bottom right no-repeat;
	padding-right:230px;
}
#seoAboutUs {
	min-height:330px;
	background:url(images/seoAboutUs.jpg) bottom right no-repeat;
	padding-right:230px;
}
#pkgStarter {
	display:block;
	height:339px;
	width:179px;
	background:url(images/pkgStarter_bg.jpg) 0 0 no-repeat;
	padding-top:66px;
	float:left;
	margin-top:33px;
}
#pkgStarter ul {
	padding:0;
	margin:0;
	list-style:none;
}
#pkgStarter li {
	margin:0;
	padding:8px 0 8px 15px;
	font-size:14px; 
	font-weight:bold;
	letter-spacing:-1px;
	border-top: 1px solid #e4fbfe;
	color:#2e2e2e;
}
#pkgStarter li:first-child {
	border:none;
}
#pkgStarter a {
	display:block;
	width:89px;
	height:30px;
	background:url(images/pkgStarterBtn.jpg) 0 0 no-repeat;
	margin:0 auto;
	margin:17px 0 0 43px;
}
#pkgBasic {
	display:block;
	height:497px;
	width:215px;
	background:url(images/pkgBasic_bg.jpg) 0 0 no-repeat;
	padding-top:76px;
	float:left;
	margin:0 0 0 20px;
}
#pkgBasic ul {
	padding:0;
	margin:0;
	list-style:none;
}
#pkgBasic li {
	margin:0;
	padding:12px 0 12px 15px;
	font-size:14px; 
	font-weight:bold;
	letter-spacing:-1px;
	border-top: 1px solid #e4fbfe;
	color:#2e2e2e;
}
#pkgBasic li:first-child {
	border:none;
}
#pkgBasic a {
	display:block;
	width:107px;
	height:36px;
	background:url(images/pkgBasicBtn.jpg) 0 0 no-repeat;
	margin:0 auto;
	margin:16px 0 0 52px;
}
#pkgPro {
	display:block;
	height:412px;
	width:215px;
	background:url(images/pkgPro_bg.jpg) 0 0 no-repeat;
	padding-top:62px;
	float:left;
	margin:32px 0 0 20px;
}
#pkgPro ul {
	padding:0;
	margin:0;
	list-style:none;
}
#pkgPro li {
	width:163px;
	height:19px;
	margin:0;
	padding:9px 0 7px 12px;
	font-size:14px; 
	font-weight:bold;
	letter-spacing:-1px;
	border-top: 1px solid #e4fbfe;
	color:#2e2e2e;
	background:url(images/pkgProList_bg.jpg) 0 0 no-repeat;
}
#pkgPro li:first-child {
	border:none;
}
#pkgPro a {
	display:block;
	width:107px;
	height:36px;
	background:url(images/pkgProBtn.jpg) 0 0 no-repeat;
	margin:0 auto;
	margin:10px 0 0 43px;
}
.thankyou {
	background:url(images/thankyou_bg.jpg) bottom right no-repeat;
}
#thankyouContent {
	padding-left:250px;
	min-height:700px;
	background:url(images/thankyou-leftcol_bg.jpg) 0 0 no-repeat;
}
#thankyouContent .form {
	width:280px;
	float:left;
}

/* =My Account
-------------------------------------------------------------- */
#my-account-menu .user-profile {
	display:none;
}
#my-account-menu.position-left {
  padding-right: 30px;
}
#my-account-menu .myaccount-menu li>a {
  text-decoration: none;
}
#my-account-menu .myaccount-menu {
  margin: 0;
}
#my-account-menu.position-left .myaccount-menu li a {
  border-right: 1px solid #e0e0e0;
  background-color: #274188;
  color: #ffffff;
  padding-left: 20px;
  font-size: 14px;
}
#my-account-menu.position-left .myaccount-menu li:hover a,
#my-account-menu.position-left .myaccount-menu li.active a,
#my-account-menu.position-left .myaccount-menu li.is-active a {
  border-right: 0;
  background-color: #075999;
  color: #ffffff;
  padding-left: 20px;
  font-weight: normal;
}
.woocommerce-MyAccount-content .vc_tta-panels h4 {
  margin: 0!important;
}
.woocommerce table.my_account_orders a.invoice {
  margin-left: 6px!important;
}

/* =Search Page
-------------------------------------------------------------- */
.search h2 a {
	text-decoration:none;
}
.search .entry-meta {
  color: #333;
  margin: 0 0 10px;
}
.search .hentry {
  margin: 0 0 40px;
}
/* =404 Page
-------------------------------------------------------------- */
.page404 {
	text-align:center;
}
.page404 #searchsubmit {
    padding: 14px;
    font-size: 16px;
}
/* =New Packages
-------------------------------------------------------------- */
.price-bg ul {
    padding: 0;
    margin: 0;
}

/* =Reviews
-------------------------------------------------------------- */
.srm-review-form input[type=text], .srm-review-form textarea {
    width: 100%;
    display: block;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 15px;
    font-size: 16px;
}
.srm-review-form #review_text {
    border-radius: 0;
    padding: 15px;
    margin-top: 20px;
}
.srm-review-form #submit_review, .public-review-button {
    border-radius: 0;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* =Blog Archives
-------------------------------------------------------------- */
.blog-archive .allposts {
	display: flex;
    flex-wrap: wrap;
}
.blog-archive .allposts .post {
	flex-basis: 46%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 2%;
}
.blog-archive .allposts .post .featuredimage img {
	width:100%;
	height:auto;
	display: block;
}
.blog-archive .allposts .post .entry-title {
    background: #075999;
    padding: 12px;
}

/* =Custom Form Elements
-------------------------------------------------------------- */
.wpcf7-form hr {
  background-color: #075999!important;
  height: 30px!important;
  margin-top: 30px!important;
  margin-bottom: 31px!important;
}
.signupForm {
	width:280px;
	float:left;
}
#SignUpContent {
	width:390px;
	float:left;
	background:url(images/SignUpContent_bg.jpg) top center no-repeat;
	min-height:339px;
}
#contactContent {
	width:280px;
	float:left;
	background:url(images/contact_bg.jpg) 0 0 no-repeat;
	padding:300px 0 15px 0;
}
.wpcf7 h2 {
  margin: 24px 0 20px 0!important;
  background-color: #f4f4f4!important;
  padding: 15px!important;
}
.wpcf7-form h3 {
	margin:15px 0 0 0!important;
	padding:0!important;
}
#contactForm {
	width:335px;
	float:left;
	padding:20px 0 0 55px;
}
.SignUpBasicContent, .SignUpStarterContent, .SignUpProContent {
	background:url(images/SignUpPkgContent_bg.jpg) 90% 100% no-repeat;
	min-height:789px;
}
.wpcf7 h2 {
	margin:24px 0 8px 0!important;
}
.wpcf7 p {
	margin:0;
	padding:0;
	margin-bottom: 0px!important;
}
.wpcf7 * {
	box-sizing : border-box;
}
.wpcf7 .small {
	font-size:10px;
}
.wpcf7-select {
	width:100%;
}
.wpcf7-text {
	width:100%;
}
.wpcf7-textarea {
	margin-bottom:15px;
	height:164px;
	width:100%;
}
.wpcf7 input {
	margin: 0 0 12px 0;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.wpcf7-list-item label {
  font-size: 14px!important;
  color: #333333!important;
}
.submit {
  margin: 20px 0 0 0!important;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  width: auto;
  border: 0px;
  outline: none;
  color: #ffffff!important;
  background-color: #023780;
}
.submit:hover,
.submit:active {
  background-color: #1a4784;
}
span.wpcf7-not-valid-tip {
	z-index: 100!important;
	background: #c90000!important;
	border: 1px solid #eadc00!important;
	font-size: 10pt!important;
	padding: 2px!important;
	color:#ffffff!important;
	width:auto!important;
}
div.wpcf7-response-output {
  margin: 20px 0 0 0!important;
  padding: 0.5em 1em!important;
  width:auto!important;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14!important;
	width:auto!important;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000!important;
	width:auto!important;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500!important;
	width:auto!important;
}
.wpcf7 .form-flex {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.wpcf7-form .form-flex-2>div {
	width: 48%;
}
.wpcf7-form .form-flex-3>div {
	width: 30%;
}
/* WOOCOMMERCE Styles 
-------------------------------------------------------------- */
.woocommerce nav {
	height:auto!important;
}
.woocommerce nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
.woocommerce nav li {
    padding: 0;
    margin: 0;
    background-color: #075999;
}
.woocommerce nav li.is-active, .woocommerce nav li:hover {
	background-color: #0778d0;
}
.woocommerce nav li a {
    line-height: 2.5em;
    font-size: 1.2em;
    padding: 0 10px;
    color: #ffffff;
    display: block;
    text-decoration: none;
}
.woocommerce nav li.is-active a {

}
.woocommerce #container {
	padding:30px 0;
}
#wc-paypal-braintree-card-number, #wc-paypal-braintree-cvv, #wc-paypal-braintree-expiration-date {
    background: #fff!important;
}
.woocommerce-result-count, .woocommerce-ordering {
	display:none!important;
	visibility:hidden!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce div.product form.cart .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    color: #ffffff!important;
    background: #cc0000!important;
}
.single-product .quantity {
	display:none!important;
	visibility:hidden!important;
}
.price {
	margin:15px 0;
}
.woocommerce div.product form.cart .button {
    margin:22px 0 0 0;
}

/* Hourly Rate Product Style for Quantity allowance */
.postid-9178 .quantity {
	display:block!important;
	visibility:visible!important;
}
.postid-9178 .quantity .qty {
  width: 4em;
  text-align: center;
  font-size: 16px;
  padding: 5px;
}
.postid-9178 div.product form.cart .button {
    margin:0;
}
/* Hourly Rate Product Style for Quantity allowance */

.woocommerce-checkout h3 {
	text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 46%;
}
.woocommerce-billing-fields {
	margin-bottom:30px;
}
.woocommerce-billing-fields p,
.woocommerce-additional-fields__field-wrapper p {
	margin-bottom:0px!important;
}
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
    font-size: 16px!important;
    line-height: 16px!important;
    padding: 12px 14px!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f2f2f2!important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f7f7f7!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display:none!important;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block!important;
}
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 0!important;
}
.payment_box iframe {
	background-color:#f2f2f2;
}
.payment_box fieldset {
    background: #ffffff!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left!important;
    padding: 1em 3em!important;
    font-size: 18px!important;
    text-transform: capitalize!important;
}
.woocommerce-checkout #payment div.place-order {
    padding: 1em 3em 2em!important;
    margin-bottom: 40px!important;
}
.select2-selection {
	border-radius: 0!important;
}
.woocommerce-input-wrapper .select2-selection, .woocommerce-input-wrapper .select2-selection__arrow {
	height:45px!important;
}
.woocommerce-input-wrapper #select2-billing_country-container {
	line-height: 42px!important;
    background: #f9f9f9!important;
}

.woocommerce-checkout .mc4wp-checkbox-woocommerce {
	visibility:hidden!important;
	display:none!important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 15px!important;
}

.woocommerce-error {
  border-top-color: black!important;
  background-color: #b81c23!important;
  color: #ffffff!important;
  -webkit-animation: flash linear 1.5s infinite;
  animation: flash linear 1.5s infinite;
}
.woocommerce-error::before {
  color: #ffffff!important;
}
/* Flash class and keyframe animation */
@-webkit-keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .5; } 
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .5; } 
  100% { opacity: 1; }
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.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: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
	font-weight:bold;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
  display: block;
  background: #f4f4f4;
  padding: 20px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin: 30px 0 0 10px;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
#primary {
}
#secondary {
}
#primary h3 {
	margin:0 0 5px 0;
	color:#0861c9;
}
.Q {
	margin:45px 0 45px 0;
}
.quote {
	width:269px;
	margin:0;
	background:url(images/quote-small-repeat.jpg) repeat-y 0 0;
}
.quote .quoteBox-1 {
	padding:10px 0 0;
	background:url(images/quote-small-top.jpg) no-repeat 0 0
}
.quote .quoteBox-1 .quoteBox-2 {
	padding:0 0 20px;
	background:url(images/quote-small-bottom.jpg) no-repeat 0 100%;
	margin-bottom:6px;
}
.quote p {
	min-height:25px;
	font-size:0.8em;
	line-height:15px;
	color:#000;
	padding:0 15px 1.2em;
	margin:0;
}
.quoteAuthor {
	padding:0 0 0 35px;
}
.quoteAuthor p.name {
	font-weight:bold;
	font-size:1.1em;
	color:#075999;
	margin:0;
}
.quoteAuthor p.details {
	font-size:0.9em;
	font-style:italic;
	color:#075999;
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
footer {
	width:100%;
	margin: 0;
}

.stop-wasting-time {
    width: 1170px!important;
    margin: 0 auto!important;
	padding: 30px 0 0 0;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Montserrat', sans-serif !important;
}
.stop-wasting-time .vc_row {
	padding:0 30px!important;
}
.stop-wasting-time h1, .stop-wasting-time h3, .stop-wasting-time h4, .stop-wasting-time h5, .stop-wasting-time h6 {
    color: #046ba6;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
.stop-wasting-time p, .stop-wasting-time ul, .stop-wasting-time ol, .stop-wasting-time dd, .stop-wasting-time pre, .stop-wasting-time hr {
    margin-bottom: 24px!important;
}
.stop-wasting-time .wpb_content_element {
    margin-bottom: 0px!important;
}
@media only screen and (max-width: 1170px) {
	.stop-wasting-time {
	    width: 100% !important;
	}
}



#topfooterWrapper, #bottomfooterWrapper {
	width:100%;
}
#topfooterWrapper {
	background-color: #c2e6fc;
}
#bottomfooterWrapper {
	background-color:#274188;
}
#topFooter {
    width: 1170px;
    margin: 0 auto!important;
    padding: 0 0 30px;
    text-align: center;
}
#topFooter .footer-phone a, #topFooter .footer-phone a:hover {
	color:#274188;
	font-size:32px;
	text-decoration: none;
	display: inline-block;
  padding: 30px 0 6px;
}
#topFooter a.social-icon {
    display: inline-block;
    position: relative!important;
    margin: 15px 0 0;
}

#topFooter1, #topFooter2 {
	float:left;
}
#topFooter1 {
	width:366px;
}
#topFooter2 {
	width:594px;
}
#topFooter h3 {
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	margin:25px 0 0 0;
	padding:0;
	text-shadow: 0.1em 0.1em 0.2em black;
}
#footernav {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#topFooter1 .sub-menu {
	display:none;
}
#footernav li {
	margin:5px 0 5px 0;
}
#footernav li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#footernav li a:hover, #seonews li a:hover {
	color:#fe8f00;
}
#seonews {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#seonews li {
	padding:10px 0 10px 0;
	border-top:1px solid #427fb1;
}
#seonews li:first-child {
	border:none;
}
#seonews li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#topFooter p {
	color:#fff;
	font-size:14px;
	margin:0;
	padding:0;
}
#bottomFooter {
	padding:50px 0 30px 0;
	width: 1170px;
	margin: 0 auto;
	text-align:center;
}
#bottomFooter p {
	margin:0;
	padding:0 0 20px 0;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}
#bottomFooter a {
	color:#ffffff;
	text-decoration:none;
}
#bottomFooter a:hover {
	color:#a9252a;
	text-decoration:underline;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/* =Responsive Style
-------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {
	.vc_row {
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%!important;
    	max-width: 100%!important;
	}
	.vc_row.vc_column-gap-35 > .vc_column_container {
		padding: 0!important;
	}

	#headerWrapper {
	  display: block;
    width: 100%;
    height: auto;
		overflow: hidden!important;
	}
	#logo a {
	  float: none;
	  padding: 0;
	}
	#logo img {
	  max-height: 100px!important;
		margin: 14px 0 -15px 0!important;
	}
	.nav-phone {
		display:block;
	}
	#headerRight {
		display:none;
	}
	#mobileHeader {
		display: block;
		max-width: 100vw!important;
	}
	#navWrapper {
		display:none;
	}
	#homeHeader {
	  height: auto;
	  background: url(images/homeHeader_bg.jpg) 0 0 repeat-x;
	}
	#homeHeaderWrapper {
	  width: 100%;
	  background-size: contain;
	  height:auto;
	  padding-bottom: 20px;
	}
	#main {
	  padding-top: 110px;
	}
	#movieLink a {
	  margin: 0;
	  width: 100%;
    height: auto;
    float:none;
	}
	#btnCompareHome {
	  margin: 0 auto;
    float: none;
	}
	.btnCompare a {
	  margin: 10px auto 0 auto;
	}
	#container {
	  width: 100%;
	  padding: 0 0;
	}
	.woocommerce #container {
	  width: 90%;
	  padding: 0 5%;
	}
	.entry-content img {
		max-width:100%;
		height: auto;
	}
	#content {
	   float: none;
	    width: 100%;
	    margin: 0;
	}
	#customHeaderWrapper {
			width:100%;
	}
	#interiorHeader {
	    height: auto;
	}
	#interiorHeaderWrapper {
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	}
	#interiorHeaderWrapper h1.entry-title {
	    padding-top: 0;
	    padding: 5%;
	    font-size: 34px;
	}
	.one-column2 #content {
		float:none!important;
	    width: 100%;
	}
	#seoAboutUs {
	    min-height: auto;
	    background: transparent;
	    padding-right: 0px;
	}
	#seoTheDifference {
	    min-height: auto;
	    background: transparent;
	    padding-right: 0px;
	}
	#contactContent {
	    width: 100%;
	    float: none;
	    background: none;
	}
	#contactForm {
	    width: 100%;
	    float: none;
	}
	#content textarea, #content input[type="text"], #content input[type="email"], #content select {
	    max-width: 100%;
    	width: 100%;
    	padding: 10px;
	}

	.wpcf7 .form-flex {
		display:block;
	}
	.wpcf7-form .form-flex-2>div {
		width: 100%;
	}
	.wpcf7-form .form-flex-3>div {
		width: 100%;
	}

	.SignUpBasicContent, .SignUpStarterContent, .SignUpProContent {
	    background: none;
	    min-height: 0;
	}
	.blog-archive .allposts {
	    display: block;
	}
	#social {
	    float: none;
	    width: auto;
	}
	#primary, #secondary {
	    float: none;
	    width: 100%;
	}
	#primary img, #secondary img {
	    float: none;
	    margin: 0 auto;
	    display: block;
	}
	#primary h3, #secondary h3 {
		text-align:center;
	}
	.quote {
	    margin: 0 auto;
	}
	.quoteAuthor {
	    padding: 0 0 0 20%;
	}
	#social {
		text-align:center;
	}
	#social > div {
		display:inline-block;
	}
	#facebook a, #twitter a, #feed a {
		float:none;
	}
	#topFooter {
	    width: 100%;
	    min-height: auto;
	}
	#topFooter1, #topFooter2 {
	    float: none;
	    width:100%;
	}
	#bottomFooter {
	    width: 100%;
		padding: 60px 15px 80px;
	}
	#bottomFooter p {
		font-size: 16px;
	}
	#bottomFooter .footerlink {
	  display:block;
	  margin:0 auto;
	  text-align:center;
	}
	#bottomFooter .footerlink a {
	  padding:10px 30px;
		display:block;
	}
	#bottomFooter .footerlinkdivider {
	  display:none!important;
	  visibility:hidden!important;
	}
}
