/* Global Styles */
body {
	font-size: 15px;
}
img {
	max-width:100%;
	height:auto;
}
p, section p, section[class] p, section[id] p, div p, div[class] p, div[id] p, article p {
	font-size: 15px;
	line-height: 1.33em;
	margin:0 0 1em;
	color: #555;
	font-family: OpenSans-Regular;
}
h5, ol, ul, li, span, td {
	font-size: 15px;
	line-height: 1.33em;
	color: #555;
}
a, a:focus {
	outline:none;
}
a:hover {
	text-decoration:none;
}
li a, li a:hover, li a:focus, a.phone, a.phone:hover, a.phone:focus, .phone a, .phone a:hover, .phone a:focus {
	text-decoration: none;
	color: inherit;
}
div[class] h1, div[id] h1, div[class] h2, div[id] h2, div[class] h3, div[id] h3,
.thumblink-container h3,
.call-intention h3,
.call-us-now,
.headline-box h3,
.about-container h3,
h5 {
	font-family: sans-serif;
	color: #0C0C0C;
}
#secondary h1, #secondary h2, #secondary h3, #secondary h4 {

}
/* Generic Styles */
#header {
	padding: 10px 15px;
	/*background-color: #8E0000;*/
	background: #fff;
}
#navigation {
	position: relative;
	z-index: 2;
}
.banner {
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 0;
}
.banner .heading {
	font-size: 36px;
}
.banner .sub-heading {
	font-size: 32px;
}
.banner .transparency.pad-all {
	padding: 15px;
	z-index: 100;
}
#main-body {
	padding: 45px 0;
}
#logo {
	text-align:left;
	margin: 0 0 20px;
}
#logo a img {
	max-height: 110px;
	max-width: 100%;
	height: auto;
	width: auto;
}
#toll-head {
	text-align:right;
	color: #fff;
}
#toll-head * {
	text-decoration: none;
	color: #0C0C0C;
}
#toll-head h2 {
	text-transform: capitalize;
	font-family:OpenSans-Light;
	font-size: 32px;
	color: #090709;
	margin: 0;
}
#toll-head h2 strong, #toll-head h2 a {
	font-family: OpenSans-Bold;
	font-weight: normal;
	color: #8E0000;
}
#toll-head p {
	margin: 0;
	font-family:OpenSans-Regular;
	font-size: 14px;
	color:#0c0c0c;
}
#toll-head p span:first-child {
	position:relative;
	margin-right:10px;
}
#toll-head p span:first-child:after {
	content: ".";
    font-size: 26px;
    margin-top: -10px;
    position: absolute;
    right: -8px;
    top:2px;
}
#toll-mid {
	text-align: center;
	padding: 10px;
}
#toll-mid h3 {
	text-transform: capitalize;
	color: #fff;
	font-family:OpenSans-Light;
	font-size: 34px;
	margin: 10px 0;
	text-align:left;
}
#toll-mid h3 strong {
	font-family:OpenSans-Bold;
	font-weight:normal;
}
#toll-mid button, .right-sign-button button {
	font-size: 22px;
	text-transform: capitalize;
	background: #f3cc03;
	border-width: 0 0 5px 0;
	border-color: #E2BE03;
	border-style: solid;
	border-radius: 25px;
	padding: 6px 20px 6px 15px;
	outline: none;
	line-height:32px;
	color: #0C0C0C;
}
.right-sign-button button {
	font-size: 18px;
	float:none;
	display:table;
	margin:25px auto;
	text-transform:none;
	padding:10px 15px;
	line-height:24px;
}
#toll-mid button:hover, .right-sign-button button:hover {
	background: #E2BE03;
	border-color: #f3cc03;
}
#toll-mid button span, .right-sign-button button span {
	margin-right: 8px;
	padding-bottom: 4px;
	vertical-align: bottom;
	font-size: 24px;
	font-family:OpenSans-Light;
	height:33px;
	width:33px;
	border-radius:16px;
	background:#fff;
	left:-8px;
}
.right-sign-button button span {
	height:25px;
	width:25px;
	font-size: 18px;
	float:left;
	margin-right:0px;;
}
#toll-mid button span:before, .right-sign-button button span:before {
	font-family:'Glyphicons Halflings';
	width: 1em;
	height: 1em;
	position: absolute;
	color: #0C0C0C;
	left: 4px;
	top: 3px;
}
#toll-mid button:hover .glyphicon:before  {
	color: #E2BE03;
}
#toll-mid button strong, .right-sign-button button strong {
	font-family:OpenSans-Bold;
	font-weight:normal;
}
.thumblink-box {
	margin-bottom: 30px;
}
.thumblink-box:before,
.thumblink-box:after {
	content: " ";
	display: table;
}
.thumblink-box:after {
	clear: both;
}
.thumblink-box figure, .thumblink-box .figure {
	text-align: left;
}
.thumblink-box figure img, .thumblink-box .figure img {
	max-width: 100%;
	height:auto;
	margin-bottom: 1em;
}
.thumblink-box h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1em;
	text-transform: capitalize;
	font-weight: 600;
	font-family:OpenSans-Regular;
	color: #4f6367;
}
#services .text-box {

}
#services .thumblink-box .text-box p {
	line-height: 1.25em;
}
#services .button {
	background: #6E0D11;
	border-color: #4E0000;
	border-style: solid;
	border-width: 0 0 2px 0;
	color: #fff;
	display: inline-block;
	font-family:OpenSans-Bold;
	font-size: 14px;
	outline: none;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: capitalize;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#services .button:hover {
	background: #4E0000;
	border-color: #6E0D11;
}
.call-intention h3 {
	font-size: 34px;
	color: #0C0C0C;
}
.call-intention p {
	padding-left: 25px;
}
.call-intention .col p:last-child {
	margin-bottom: 0;
}
.call-us-now {
	text-align: center;
	text-transform: capitalize;
	font-family:OpenSans-Regular;
	font-size: 30px;
	font-weight: 500;
}
#call-now h2, #call-now h3 {
	font-size: 32px;
	font-family: OpenSans-Regular;
	margin-bottom: 0;
	color: #0C0C0C;
}
.call-us-now strong {
	font-weight: 900;
}
.call-intention {
	margin-bottom: 30px;
}
.call-intention p:before {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	top: 1px;
	content: "\e074";
	color: #6E0D11;
	margin-left: -25px;
	margin-right: 10px;
}
.clients-quote blockquote {
	border-width: 1px 1px 1px 4px;
	border-style: solid;
	border-color: #eee #eee #eee #6E0D11;
}
.clients-quote blockquote p {

}
.clients-quote h3 {
	font-size: 24px;
	font-family:OpenSans-Bold;
	color: #0d0d0b;
}
#home-testimonial p {
	font-size: 18px;
	color: #555;
	display:inline-block;
	width:100%;
	font-family:OpenSans-Italic;
	line-height:20px;
}
.clients-quote p a {
	text-decoration: underline;
	float:right;
	font-size:14px;
	font-family:OpenSans-Regular;
}
.headline-box {
	padding: 30px;
}
.headline-box p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height:20px;
	font-family:OpenSans-Regular;
	color: #555;
}
.headline-box p:last-child {
	margin-bottom: 0;
}
.headline-box ul {
	margin: 0 0 15px 15px;
	padding: 0 0 0 0;
}
.headline-box ul li {
	color: #555;
}
.headline-box h3 {
	margin: 0 0 15px;
	font-size: 24px;
	font-family:OpenSans-Bold;
}
.brandicon-box {
	padding: 0 30px 30px;
}
.callnow-container {
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-family:OpenSans-Light;
	font-size: 24px;
	padding: 15px;
	margin-bottom: 30px;
}
.callnow-container strong {
	font-family:OpenSans-Bold;
	font-weight:normal;
}
.seo-headline-container .seo-content {
	padding: 30px;
	margin: 0 0 0 0;
}
.seo-headline-container {
	border: 1px solid #eeeeee;
	background: #f6f6f6;
}
.seo-headline-container:before,
.seo-headline-container:after {
	content: " ";
	display: table;
}
.seo-headline-container:after {
	clear: both;
}
.seo-headline-container figure {
	margin: 0;
}
.seo-headline-container figure img {
	max-width: 100%;
	height:auto;
}
.seo-content {
}
.seo-content h3 {
	font-size: 24px;
	font-family:OpenSans-Bold;
	color: #0C0C0C;
}
.seo-content p {
}
.seo-content :last-child {
    margin-bottom: 0;
}
.content.primary, .about-container {
	margin-bottom: 30px;
}
.content.primary > div:last-child {
	margin-bottom: 0;
}
.about-container h3 {
	text-transform: capitalize;
	font-size: 24px;
	font-family:OpenSans-Bold;
}
.about-container p {
	font-size: 14px;
	line-height:20px;
	font-family:OpenSans-Regular;
	color: #555;
	margin:0 0 10px;
}
.about-container p img {
	width: 100%;
	max-width: 480px;
	float: none;
	height:auto;
	margin: 0 0 15px 0;
}
#toll-foot {
	text-align: center;
	color: #0C0C0C;
	text-transform: capitalize;
	background: #f3cc03;
}
#toll-foot h3 {
	color: #0C0C0C;
	margin: 35px 0;
	font-size: 38px;
	font-family:OpenSans-Light;
}
#toll-foot h3 strong {
	font-family:OpenSans-Bold;
	font-weight:normal;
}
#foo-logo {
	margin-bottom: 30px;
	text-align: left;
}
.menu-footer-menu-container {
}
#menu-footer-menu {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
#menu-footer-menu:before,
#menu-footer-menu:after {
	content: " ";
	display: table;
}
#menu-footer-menu:after {
	clear: both;
}
#menu-footer-menu, #menu-footer-menu * {
	background: none;
	background-color: transparent;
	color: #fff;
}
#menu-footer-menu li {
	margin-right: 15px;
	float:left;
}
#menu-footer-menu li:first-child {
	margin-top: 0;
}
#menu-footer-menu li a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.footer li a:hover, .footer li a:active, .footer li a:focus {
	text-decoration: none;
}
#foo-social-links {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#foo-social-links:before,
#foo-social-links:after {
	content: " ";
	display: table;
}
#foo-social-links:after {
	clear: both;
}
#foo-social-links li {
	float: left;
	margin: 0 0 0 0;
}
#foo-social-links a.icon {
	background: #8E0000;
}
#foo-social-links a.icon:before {
	color: #fff;
}
#foo-social-links a.icon:hover {
	background: #4E0000;
}
#menu-privacy {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-privacy li.active a {
	 text-decoration: underline;
}
#foo-policy {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}
#foo-policy:before,
#foo-policy:after {
	content: " ";
	display: table;
}
#foo-policy:after {
	clear: both;
}
#foo-policy li {
	float: left;
	margin-right: 15px;
}
#foo-policy li a {
	font-size: 13px;
	text-transform: uppercase;
	font-family:OpenSans-Regular;
}
#foo-policy li .fp-active {
	text-decoration:underline;
}
#foo-locations .row .col-xs-12 h3 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.33em;
}
#foo-locations h4 {
	text-transform: uppercase;
	margin: 0 0 1em;
	font-size: 16px;
	font-family:OpenSans-Bold;
}
#foo-locations address span {
	display: block;
	clear: both;
}
#foo-locations address span strong {
	text-transform: uppercase;
	font-family:OpenSans-Bold;
	font-weight:normal;
	letter-spacing: 0.05em;
	font-size: 16px;
}
/* --Generic Styles */
/* Whitby Plumbers */
hr {
	border-top: 1px solid #a1a7b5;
}
.wbp-blue-1 {

}
.wbp-blue-2 {
	background: #0C0C0C;
}
.clients-quote a {
	color: #2e3f51;
}
.clients-quote a:hover {
	color: #4b6367;
}
.footer {
	background: #0C0C0C;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer p, .footer li, .footer a, .footer span {
	color: #fff;
}
.footer address, .footer address * {
	line-height: 1.5em;
}
.foo-container {
	margin: 35px 0;
}
.callnow-container {
	background: #6E0D11}
.headline-container {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #6E0D11;
}
.accredited-business {
	text-align: center;
	padding: 20px 0;
}
.verisign-trusted {
	text-align: center;
}
.mcafee-secure {
	text-align: center;
	margin-top: 15px;
}
.seo-headline-container figure, .seo-headline-container .figure {
	text-align: center;
	margin:0 0 0 0;
}
#foo-logo img {
	max-width: 100%;
	height:auto;
}
/*--n--*/
/* --WhitbyPlumbers */
/*--Banner Slider--*/
.caption h4 {
	font-family:OpenSans-Regular;
	font-size: 60px;
	font-size: 6rem;
	margin:0px;
	color: #0C0C0C;
}
.caption h3 {
	font-family:OpenSans-Bold;
	font-size: 60px;
	font-size: 6rem;
	color: #0C0C0C;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.caption span {
	font-family:OpenSans-Regular;
	font-size:24px;
	margin:0px;
	clear:both;
	float:left;
	list-style-position:inside;
	position:relative;
	padding:6px 20px 0;
	color: #4f6367;
}
.caption span:before {
	content:".";
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
/* ------ Interior Blog ------- */
.main-body-interior {
     padding: 50px 0;
}
#custom_cf7-2 {
     background: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #6E0D11;
}
#custom_cf7-2 h3 {
     font-size: 22px;
     font-family: "OpenSans-Bold", sans-serif;
     padding:15px;
     background: #6E0D11;
     text-align:center;
     text-transform:uppercase;
     margin:0 0 20px;
     color:#ffffff;
}
.subscribe-mail {
     padding:0 30px 15px;
     display:inline-block;
     width:100%;
}
.subscribe-mail > span {
     font-size: 15px;
     display:block;
	color: #fff;
}
.subscribe-mail input {
     display:block;
     width:100%;
     margin:0 0 5px 0;
     border-radius:3px;
     border:0px;
     padding:3px 10px;
     color: #0C0C0C;
}
.subscribe-mail textarea {
	padding:3px 10px;
}
.widget_tabs {
	margin-top: 30px;
}
#tabbed-sidebar-widgets .widgettitle {
     display:table;
     margin:0 auto 20px;
     list-style:none;
     padding:0px;
     border-bottom:0px;
}
#tabbed-sidebar-widgets .widgettitle .tab-title {
     font-size:13px;
     line-height:18px;
     font-family:OpenSans-Regular;
     padding:0;
     text-transform:uppercase;
     color: #0C0C0C;
     float:left;
}
#tabbed-sidebar-widgets .widgettitle .tab-title span {
     color: #0C0C0C;
     text-transform:uppercase;
     padding:0 7px;
     border-left: 1px solid #b2b6bb;
}
#tabbed-sidebar-widgets .widgettitle .tab-title:first-child span {
     padding-left:0px;
     border-left:0;
}
#tabbed-sidebar-widgets .widgettitle .selected {
     text-decoration:underline;
     font-family:OpenSans-Bold;
     background:none!important;
     color: #8E0000!important;
}
.tab-container .tab-content ul {
     padding:0px;
}
.tab-container .tab-content ul li a {
     font-size: 14px;
     color: #555;
     font-family:OpenSans-Regular;
     line-height:20px;
     margin:0 0 20px;
     padding:0 20px;
     list-style:none;
     display: inline-block;
}
.tab-container .tab-content ul li a:before {
     display: inline-block;
     font-family:'Glyphicons Halflings';
     font-style: normal;
     font-weight: normal;
     line-height: 1;
     position: relative;
     top: 1px;
     left:2px;
     content: "\e074";
     color: #f3cc03;
     margin-left: -25px;
     margin-right: 10px;
}
.add-container {
     margin-top: 30px;
}
.two-col-b .clients-quote {
     margin-top: 30px;
}
.blogpost {
     display:inline-block;
}
.blogpost .content {
     display:inline-block;
     margin-bottom:30px;
}
.type-post .entry-header img {
     float:left;
     margin-right:18px;
     width:16%;
}
.type-post .entry-header h3 {
     margin:0 0 5px;
}
.type-post .entry-header h2.entry-title {
     position:relative;
     top:-4px;
     margin:0px;
}
.type-post .entry-header h3 a {
     margin-top:-4px;
}
.type-post .entry-header h3 a, .type-post .entry-header .entry-title {
     font-size:24px;
     font-family:OpenSans-Bold;
     color: #0C0C0C;
     text-decoration:none;
     display:table;
}
.type-post .icon-date {
     font-size:18px;
     font-family:OpenSans-Bold;
     color: #555;
}
.type-post .entry-content, .type-post .comments-link {
     display:table;
}
.type-post .entry-content p {
     color: #555;
     font-family: OpenSans-Regular;
     font-size: 14px;
     line-height: 1.66em;
     margin: 0 0 1.33em;
}
.type-post .entry-content p a {
     text-decoration:underline;
     float:right;
     color: #0C0C0C;
     text-transform:uppercase;
}
/* ------ Interior Blog ------- */
/* pagination starts */
.navigation {float:right;}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #555;
	border-radius: 0px;
	cursor: pointer;
	padding:2px 10px;
	height:26px;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #0C0C0C;
}
/* pagination ends */
.banner img {
     height:auto;
}
intput.wpcf7-text, input[type='text'],input[type='email'],input[type='password'],input[type='tel'],textarea {
	border-radius:0px;
	border:1px solid #CCCCCC;
	height:35px;
}
textarea {
	height:6em;
}
input[type='submit'] {
	border-radius:10px;
	width:auto;
	padding: 10px 15px;
	background: #f3cc03;
	color:#0C0C0C;
	text-transform:uppercase;
	font-family: OpenSans-Bold;
	font-size: 18px;
	line-height: 1em;
	border-color: #E2BE03;
}
input[type='submit']:hover {
	background: #f3cc03;
	border-color: #E2BE03;
}
#wpcf7-f82-p28-o1 input[type='text'], #wpcf7-f82-p28-o1 input[type='email'], #wpcf7-f82-p28-o1 textarea, #commentform input[type='text'], #commentform input[type='email'], #commentform textarea {
	width:100%;
	max-width: 480px;
}
.wpcf7-form p {
	display: block;
}
input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control {
	width:100%;
	max-width: 480px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#secondary input.wpcf7-form-control.wpcf7-submit, .sidebar input.wpcf7-form-control.wpcf7-submit {
	float: right;
}
#header.pos-fixed {
	top:0px;
}
.archive-title {
	display:none;
}
.slideropacity {
    	width: 100%;
}
.banner .table, .banner .cell {
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	vertical-align: middle;
}
.contentheading {
	color: #0C0C0C;
    	font-family: OpenSans-Bold;
    	font-size: 34px;
}
.caption h6.sub {
     position: relative;
     margin-top:-1em;
}
.container {
     position: relative;
}
div[class]:before, div[class]:after, div[id]:before, div[id]:after {
     content: '';
     display: table;
     clear: both;
}
.error  { padding: 10px 0 20px 0; color: #FF0000; }
input.error, textarea.error { color:#000000; }
/* common classes, started 08012014 */
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.wrap {
    padding: 0;
    margin: 0;
}
.thumb {
    display: inline-block;
    height: auto;
    width: auto;
}
.thumb.left {
    padding-right: 1em;
    padding-bottom: 1em;
}
.thumb.right {
	padding-bottom: 1em;
}
.share.wrap {
    display: inline-block;
    padding-bottom: 24px;
}
.more-link {
    display: inline-block;
}
.share-more {
    clear: both;
}
.share-more .addthis_toolbox.addthis_default_style a {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0 5px 10px 0;
}
.addthis_toolbox.addthis_default_style.addthis_24x24_style a span,
.addthis_toolbox.addthis_default_style.addthis_24x24_style a span svg {
	height: 24px !important;
	width: 24px !important;
}
.addthis_toolbox.addthis_default_style.addthis_32x32_style a span,
.addthis_toolbox.addthis_default_style.addthis_32x32_style a span svg {
	height: 32px !important;
	width: 32px !important;
}
.post.preview .post-title {
    font-size: 24px;
    line-height: 1em;
    padding: 0 0 0 0;
    margin: 0 0 6px 0;
    text-transform: capitalize;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #0C0C0C;
    vertical-align: top;
    display: inherit;
}
.post.preview .post-title a {
    color: #0C0C0C;
}
/* misc mods, added 08012014 */
.post.preview {
    margin-bottom:1.33em;
}
.post.preview .date, .post.preview p {
    font-size: 14px;
    color: #666;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.36em;
}
.post.preview .date {
    margin: 0 0 10px 0;
}
.post.preview p {
}
.post.preview .thumb img {
    height: 100px;
    width: 100px;
}
a.more-link {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    text-decoration: underline;
    font-size: 14px;
    color: #0C0C0C;
    text-transform: capitalize;
}
.more-link .plain-chev {
    text-decoration: none;
    display: inline-block;
    padding-right: 0.33em;
}
.paginate.wrap { margin: 4.5em 0 0 0; }
.page-header {
    margin-top: 0;
}
.sidebar .widget, #secondary .widget {
     margin-bottom: 2.33em;
}
.widget a {
	color: #0C0C0C;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}
.widget h2 h3 h4 h5 {
	color: #0C0C0C;
    font-family: OpenSans-Bold;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.widget-title {
	font-family: OpenSans-Bold;
    color: #0C0C0C;
}
.testim-title {
	font-size: 24px;
	font-family: OpenSans-Bold;
	color: #0C0C0C;
 }
.entry-header .entry-title {
    display: block;
    line-height: 1em;
    color: #0C0C0C;
    font-family: OpenSans-Bold;
    font-size: 2.286em;
    margin: 0 0 20px;
}
.entry-content {
	padding-bottom: 15px;
}
a.at300b .at4-icon, a.at300m .at4-icon {
	height: 24px;
	width: 24px;
	background-position: center center;
}
a.inactive:hover, a.inactive:focus, a.inactive:active {
	color: inherit;
	pointer-events: none;
}
.listless {
	padding-left: 0;
	margin-left: 0;
}
.listless li {
	list-style-type: none;
	padding: 0 0 0 0;
}
/* media queries */
@media (min-width: 1em) and (max-width : 568px) {
	.caption {
	}
	.banner {
		min-height: 160px;
	}
	.banner img {
		/*display:none;*/
	}
	#logo h2 {
		font-size: 24px;
	}
	#logo, #foo-logo {
		text-align:center;
	}
	.pos-fixed {
	}
	#toll-head {
		text-align:center;
	}
	#toll-head h2 {
		font-size:20px;
		font-size:2rem;
	}
	#toll-mid h3 {
		font-size:20px;
		font-size:2rem;
		text-align:center;
	}
	#toll-foot h3 {
		font-size:20px;
	}
	#menu-footer-menu li {
	float:none;
	margin-top:20px;
	}
	#foo-social-links {
		display:table;
		margin:0 auto 15px;
	}
	#foo-policy {
		display:table;
		margin:0 auto 30px;
	}
	.call-us-now {
		font-size:20px;
		font-size:2rem;
	}
	.callnow-container {
		font-size:30px;
	}
	.banner .caption h4 {
		font-size: 3rem;
	}
	.banner .caption h3 {
		font-size: 3rem;
	}
	.banner .caption span {
		font-size: 0.875em;
		padding:0px 8px 0;
	}
	.banner .caption span:before {
		left:0px;
		top:-4px;
	}
	.thumblink-container h3 {
		font-size: 25px;
	}
	#toll-mid button {
		font-size: 15px;
		line-height:25px;
	}
	#toll-mid button span {
	vertical-align: bottom;
	font-size: 20px;
	font-size: 2rem;
	height:26px;
	width:26px;
	border-radius:16px;
	left:-8px;
	}
	#toll-mid button span:before {
		left:3px;
		top:3px;
	}
	.seo-headline-container figure, .seo-headline-container .figure {
		float:none;
	}
	.thumblink-box figure, .thumblink-box .figure {
	}
	.thumblink-box > div {
	}
	.hidden-xs {
		display:block!important;
	}
	.right-sign-button button {
	}
	.type-post .entry-header h3 a, .type-post .entry-header .entry-title {
		font-size:20px;
		font-size:2rem;
	}
	.main-body-interior {
		padding: 20px 0;
	}
	.two-col-b {
		margin-top:1em;
	}
	#toll-head p span:first-child {
		display:block;
		margin-right:0px;
	}
	#toll-head p span:first-child:after {
		content:"";
	}
	#wpcf7-f82-p28-o1 input[type='text'], #wpcf7-f82-p28-o1 input[type='email'], #wpcf7-f82-p28-o1 textarea, #commentform input[type='text'], #commentform input[type='email'], #commentform textarea {
	display:block;
	}
}
@media (min-width: 768px) {
	hr {
		margin: 30px 0;
	}
	#logo {
		text-align: left;
		margin-bottom: 0;
		margin-top: 3px;
	}
	#foo-logo {
		text-align: left;
	}
	.footer .logo-text {
		font-size: 17px;
	}
	#toll-head p span:first-child:after {
		top: 0px;
	}
	#toll-head {
		text-align: right;
	}
	#toll-head p {
		font-size:11px;
	}
	#toll-head h2 {
		font-size: 20px;
	}
	#toll-mid button {
		font-size: 20px;
		line-height: 32px;
	}
	#toll-mid h3 {
		text-align: left;
		font-size: 20px;
		margin-top:10px;
	}
	#foo-social-links {
		margin:0 0 15px;
	}
	#foo-policy {
		margin:0 0 30px;
	}
	.thumblink-container h3 {
		font-size: 34px;
	}
	.thumblink-box figure, .thumblink-box .figure {

	}
	.thumblink-box div h4 {
	}
	.thumb.right {
		padding-left: 1em;
	}
	.call-intention h3 {
		font-size: 34px;
	}
	.single.thumb.pull-right {

	}
	#toll-foot h3 {
		margin: 35px 0;
		font-size: 30px;
	}
	#foo-logo {
		text-align: left;
	}
	#menu-footer-menu {
		text-align: left;
	}
	#menu-footer-menu li {
		float: left;
		margin-top: 0;
		margin-right:10px;
	}
	#menu-footer-menu li a {
	}
	#foo-policy {
		margin-bottom: 0;
	}
	#foo-locations address span {
	}
	/*--n--*/
	.banner .caption h4 {
	}
	.banner .caption h3 {
		font-size: 4rem;
	}
	.banner .caption span {
		font-size: 2rem;
		padding:5px 10px 0;
	}
	.banner .caption span:before {
		left:0px;
		top:0px;
	}
	.callnow-container {
		font-size:34px;
	}
	.call-us-now {
		font-size:30px;
		font-size:3rem;
	}
	.right-sign-button button {
	}
	#navigation.pos-fixed {
		top:74px;
	}
	.type-post .entry-header h3 a, .type-post .entry-header .entry-title {
		font-size:24px;
	}
	.main-body-interior {
		padding: 45px 0;
	}
	#toll-head p span:first-child {
		display:inline;
		margin-right:10px;
	}
	#toll-head p span:first-child:after {
		content:".";
	}
		#wpcf7-f82-p28-o1 input[type='text'], #wpcf7-f82-p28-o1 input[type='email'], #wpcf7-f82-p28-o1 textarea, #commentform input[type='text'], #commentform input[type='email'], #commentform textarea {
	display:inline;
	}
}	/* min 768 */
@media (max-width:1199px){
	.pad-all.transparency, .pad-all.transparency * {
		font-size: 1.25em;
		line-height: 1.1em;
	}
}
@media (max-width:960px){
     #menu-main-menu li.current-menu-item > span.menu-drop:after {
          color: #fff;
          font-weight: bold;
          font-family: OpenSans-Bold;
     }
     #menu-main-menu li.menu-item-has-children > span.menu-drop:after {
          color: #fff;
     }
     #menu-main-menu li.menu-item-has-children span.menu-drop:after, #navigation li.no-anchor.menu-item-has-children > a.active > .menu-drop:after {
          content: "+";
     }
     #menu-main-menu li.menu-item-has-children.expand span.menu-drop:after {
          content: '-';
     }
     .menu ul li {
          position: relative;
     }
     #menu-main-menu li.menu-item-has-children span.menu-drop {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          font-size: 24px;
          padding: 0 15px;
          font-weight: bold;
          color: #fff;
          line-height: 2.33em;
          /* display: inline-block; */
          height: auto;
          text-align: right;
          width: 4em;
          /* border-left: 1px solid rgba(255,255,255,0.25); */
     }
}
@media (max-width:767px){
	.single.thumb.float-r-sm, .single.thumb.float-l-sm {
		padding: 0 0 0 0;
	}
     .banner h1, .banner h2, .banner h3, .banner h4 {
          margin: 0 0 15px 0;
     }
	.footer .logo-text {
		font-size: 25px;
	}
}
@media (max-width:640px){
	.content.primary h5 {
		font-size: 15px;
	}
	.content.primary h4 {
		font-size: 18px;
	}
	.content.primary h3 {
		font-size: 21px;
	}
	.content.primary h2 {
		font-size: 25px;
	}
	.content.primary h1 {
		font-size: 28px;
	}
     .banner {
          height: auto;
     }
     .banner .caption {
          top: 0;
          padding-top: 20px;
          padding-left: 15px;
		background-color: rgba(255,255,255,0.75);
     }
     .banner img {
          position: relative;
          width: 100%;
          height: auto;
     }
}
@media (max-width:480px) {
     .thumb.right, .thumb.left {
          float: none;
          padding: 0 0 0 0;
          margin: 0 0 1.33em 0;
     }
}
@media (max-width:360px){
	div#slide-inner {
		position: relative;
		height: auto;
	}
	section#banner-carousel img.sheer.full-width {
		position: absolute;
		display: none;
	}
	.slideropacity.wrap.table {
		display: block;
		height: auto !important;
		background: #fff;
	}
	section#toll-mid {
		background: #0c0c0c;
		position: relative;
		float: none;
		display: block;

	}
	.thumblink-box figure, .thumblink-box .figure {
		float: none;
		width: auto;
		display: block;
		clear: both;
	}
	#services .text-box {
		display: block;
		width: auto;
		clear: both;
	}
	#foo-locations .col-xs-6 {
		width: auto;
		clear: both;
		float: none;
		display: inline-block;
	}
}
@media (max-width:320px) {
	.banner {
		height: auto;
	}
	.banner .caption {
		position: relative;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.banner .caption h3, .banner .caption h4 {
		font-size: 24px;
		display: block;
		letter-spacing: inherit;
		line-height: 1.33em;
	}
	.banner .caption .sub {
		font-size: 17px;
	}
	.post.preview .thumb img {
		margin-bottom: 15px;
	}
	.post-title a {
		display: block;
		clear: both;
		font-size: 18px;
	}
}	/* max 320 */
	/*--n--*/
/* =====================
   Desktop Starts
=======================*/
@media (min-width:961px){
	body {
		padding-top: 150px;
	}
	.header-top-sticky.pos-fixed {
		position: fixed;
		top: 0;
		width: 100%;
		display: block;
		height: auto;
		z-index: 999;
	}
	.admin-bar .header-top-sticky.pos-fixed {
		top: 32px;
	}
	#header {
		height: auto;
	}
	.banner .table, .banner .cell {
		min-height: 100%;
	}
	.menu ul li a {
		/*min-height: 40px;*/
	}
}
@media (min-width: 992px) {
	.thumblink-box figure, .thumblink-box .figure {
		min-height: 9em;
		overflow: hidden;
		text-align: center;
	}
	.thumblink-box figure img, .thumblink-box .figure img {
		position: absolute;
		min-height: 100%;
		height: auto;
		max-width: none;
		width: auto;
		min-width: 133%;
		margin: 0 -66%;
		display: inline-block;
	}
     .seo-headline-container figure, .seo-headline-container .figure {
	}
	#toll-head p span:first-child:after {
		top: 3px;
	}
	#toll-mid button {
		font-size: 18px;
	}
	.footer .logo-text {
		font-size: 25px;
	}
	#menu-footer-menu li a {
	}
	#menu-footer-menu li {
		margin-right:15px;
	}
	#toll-head p {
		font-size:14px;
	}
	#toll-mid h3 {
		text-align: left;
		font-size: 20px;
		font-size: 2rem;
	}
	.right-sign-button button {
	}
	.two-col-b {
		margin-top:0px;
	}
}
/* =====================
   Widescreen Starts
=======================*/
@media (min-width: 1200px) {
	#toll-head h2 {
		font-size: 32px;
	}
	#toll-mid h3 {
		text-align: left;
		font-size: 34px;
	}
	#toll-foot h3 {
		font-size: 38px;
	}
	#foo-locations address span {
	}
	.callnow-container {
		font-size: 24px;
	}
	#toll-mid button {
		font-size: 23px;
		margin-top: 4px;
		line-height: 33px;
	}
	#toll-mid button span {
		font-size: 24px;
		height:33px;
		width:33px;
		border-radius:16px;
	}
	#toll-mid button span:before {
		left:5px;
		top:4px;
	}
	/*--Banner Slider--*/
	/*--.banner .caption {
		left:6%;
	}--*/
	.banner .caption h4 {
		font-size:60px;
		font-size:6rem;
	}
	.banner .caption h3 {
		font-size:60px;
		font-size: 6rem;
	}
	.banner .caption span {
		font-size:24px;
		padding:0px 20px 0;
	}
	.banner .caption span:before {
	/*--	left:5px;-- */
		top:0px;
	}
	.thumblink-box figure img, .thumblink-box .figure img {
	}
.right-sign-button button {
    }
    #navigation.pos-fixed {
         top:74px;
    }
}/* end widescreen */
.textwidget label {
	font-weight: normal;
	color: #555;
	display: block;
	max-width: 100%;
	float: none;
}
.textwidget .wpcf7-form-control-wrap {
	margin-top: 5px;
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.textwidget form p {
	margin: 0 0 0 0;
}
.textwidget .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	margin: 15px 15px 0;
}
#secondary .textwidget input.wpcf7-form-control.wpcf7-submit {
	/*float: none;*/
	margin: 0 auto;
}
#secondary .textwidget input.wpcf7-form-control.wpcf7-submit:focus, #secondary .textwidget input.wpcf7-form-control.wpcf7-submit:active {
	outline: none;
}
.textwidget div.wpcf7 .ajax-loader {
	position: absolute;
	left: 15px;
	top: 15px;
}
