/*
Theme Name: Chemdry
Theme URI: http://peakstudios.com/
Description: Wordpress Theme Based on Dev2 microsite template.
Author: Peak Studios
Version: 1.0
Tags:
*/


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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***********************************************/
/*  2. General				    			   */
/*                                   		   */
/*  Applies to all pages 					   */
/***********************************************/

/* =General
-----------------------------------------------------------------------------*/
html {
	background-color: #9ccdf8;
	height:100%;
	transition: all 1s ease-out;
}
body {
	text-align: left;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:18px;
	background-color:#fff;
	transition: all 1s ease-out;

}
a.moreInfo:link, a.moreInfo:visited,
a.moreTest:link, a.moreTest:visited {
	display:block;
	height:16px;
	background:transparent url(images/ico_arrow_purple.png) no-repeat scroll 0 0;
	color:#004789;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding-left:20px;
	margin:20px 0;
}
a.moreInfo:hover, a.moreInfo:active,
a.moreTest:hover, a.moreTest:active {
	color:#999999;
}

img.float_r {
	float:right;
	padding:0 0 16px 16px;
	clear:both;
}

img.float_l {
	float:left;
	padding:0 16px 16px 0;
	clear:both;
}

img.float_l, .alignleft, img.alignleft {
	display: inline;
	float: left;
	padding:0 16px 16px 0;
	clear:both;
}
img.float_r, .alignright, img.alignright {
	display: inline;
	float: right;
	padding:0 0 16px 16px;
	clear:both;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Typography
-----------------------------------------------------------------------------*/
p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
}


#header h1, #header p.franName {
	color: #004789;
	font-size: 30px;
	font-weight: bold;
	left: 285px;
	line-height: 34px;
	position: absolute;
	top: 42px;
	width: 475px;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}



h2 {
	font-size:18px;
}
h3 {
	font-size:15px;
}
h4 {
  color: #95459A;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 5px 5px 0;
}
h4 span {
	font-size:24px;
	color:#95459a;
}

h5 {
  border-bottom: 1px solid #999;
  color: #004789;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

input, select, th, td {
	font-size:12px;
}


/* =Wrappers
-----------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 100%;
	position:relative;
}

#innerWrapper {
	background:#fff;
}

#content {
	margin-top:20px;
	padding-bottom:20px;
}


/* =Header
-----------------------------------------------------------------------------*/
#header {
	width:100%;
	background:#fff;
	position: relative;
	z-index: 999;
}



#header h3 {
  color: #004789;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}

#header h3 span, #header h3 span a, #header h3 span a:visited {
	color:#95459a;
	text-decoration:none;
}



a.logoMain {
	position: relative;
	display: block;
	margin: 0 0 -10px 0;
	padding: 0;
}
a.logoMain img {
	transition:width 0.5s;
	-moz-transition:width 0.5s; /* Firefox 4 */
	-webkit-transition:width 0.5s; /* Safari and Chrome */
	-o-transition:width 0.5s; /* Opera */
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	width:340px;
}


img.attachment-header_img{
	display:none;
}
/* =Utility Nav
-----------------------------------------------------------------------------*/
ul#utilityNav {
	position:absolute;
	top:60px;
	right:20px;
	transition: all 0.5s;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
}


ul#utilityNav li {
	display:inline;
	float:left;
	margin-left:10px;
}
ul#utilityNav li a {
	display:inline-block;
}
ul#utilityNav li a{
	background-color: #95459a;
	color:#fff;
	font-size: 16px;
	padding:10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}




ul#utilityNav li a:hover {
background-color: #40AE49;
}
/* =Main Nav
-----------------------------------------------------------------------------*/
.navMain {

}

.navMain > ul {
	display:flex;
	flex-flow: row nowrap;
}
.navMain > ul > li {
	flex: 1 1 auto;
	position:relative;
	min-width: 0;
}

.navMain ul li a {
	display:block;
	padding:20px 10px;
	text-align:center;
	background:#004789;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}

.navMain ul li:hover > a {
	background:#40AE49;
}

.navMain ul li ul.sub-menu {
	visibility:hidden;
	position:absolute;
	height:auto;
	background-image:none;
	left:0;
	z-index: 999;
	width: 100%;
	overflow: hidden;
}

.navMain ul li ul.sub-menu li {
	background-image:none;
	width: 100%;
}

.navMain ul li ul.sub-menu li a {
	background:white none;
	text-transform:none;
	text-indent:0;
	color:#40AE49;
	text-decoration:none;
	padding:10px;
	height:auto;
	font-size:14px;
}

.navMain ul li ul.sub-menu li a:hover {
	background:#40AE49 none;
	text-transform:none;
	color:#fff;
}

.navMain ul li:hover ul.sub-menu, .navMain ul li a:hover ul.sub-menu {
	visibility:visible;
	border:1px solid #40AE49;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	font: normal 10px Arial, sans-serif;
	color: white;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	background-color:#8fb7dd;
}


#footer_boxes div.boxed {
	width:23%;
	padding:10px;
	padding-bottom:0px;
	float:left;
	margin-top:10px;
	margin-bottom:4px;
	text-align:left;
}

#footer_boxes div#___plusone_0{
	min-height:0px;
}

#footer_boxes div.footer_box_last{
	border:none;
	margin-top:0;
}

#footer_boxes h5 {
  border-bottom: 1px solid #fff;
  color: #004789;
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 10px;
}

#footer_boxes p.fran_name{
	margin:0 0 10px 0;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	line-height:8px;
}
#footer_boxes p.fran_name a:link, #footer_boxes p.fran_name a:visited{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#004789;
}

#footer_boxes p.footer_phone {
	color:#95459A;
	font-size:18px;
	font-weight:bold;
	line-height:0;
	margin:15px 0 14px;
	padding:0 0 8px;
}

#footer_boxes ul {
	margin:0 6px;
}

#footer_boxes ul li {
	text-align:left;
	margin-bottom:3px;
}

#footer_boxes ul li a:link, #footer_boxes ul li a:visited {
	font-size:14px;
	text-decoration:none;
	color:white;
}

#footer_boxes ul li a:hover, #footer_boxes ul li a:active {
	text-decoration:none;
	color:#95459A;
}

#footer p {
	margin: 8px 0px;
	padding: 0px;
	font: normal 14px Arial, sans-serif;
	color:white;
}
#footer img {
	vertical-align: middle;
}

#footer img.facebook, #footer img.cleaningIcons, #footer img.contactIcon {
	margin-right:6px;
}
#footer .contactIcons {
	margin-top:-2px;
	margin-left: 0px;
	padding-left: 0px;
}

#footer a:hover, #footer a:active {
	color:#95459A;
	text-decoration: none;
}

.videos_li {
	padding-top:8px;
	padding-bottom:8px;
}

a.footer-link, a.footer-link:visited, a.footer-link-inner, a.footer-link-inner:visited, #footer p.bottom_links span {
	color: white;
	margin: 0px 10px;
	padding: 0px;
	text-decoration: none;
}

a.footer-link-inner, a.footer-link-inner:visited {
	margin:0;
}

a.chemdry-link, a:visited.chemdry-link {
	color: white;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.home-depot-link img {
	border: none;
}

.video-cover img {
	width:100%;
	margin:0;
	height:auto;
}

.video-cover span {
	display:block;
    overflow: hidden;
    position: relative;
}

.video-cover i {
	color: #fff;
	cursor: pointer;
	font-size: 20vw;
	margin: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 20px #000, 0 0 100px #000;
	top: 30%;
	width: 100%;
}

.youtube-video {
	margin-bottom:20px;
}

/***********************************************/
/*  3. Home Page				    		   */
/*                                   		   */
/*  Applies to homepage 					   */
/***********************************************/
.royal-content {
	z-index: 100;
	position:absolute;
	top:0;
	left:0;
	display:block;
	padding:40px;
}

.royal-content p {
	font-size: 20px;
	line-height: 24px;
	color:#fff;
	margin-bottom:20px;
}

.royal-content a {
	font-size: 20px;
	line-height: 24px;
	color:#fff;
	display:inline-block;
	padding:10px 20px;
	font-weight: bold;
	border:1px solid #fff;
	text-decoration: none;
}

.royal-content a:hover {
	background-color: #004789;
}

.royal-content.slide-1 {
	left:auto;
	right:40px;
	top:40px;
	width:50%;
	background-color: rgba(149, 69, 154, 0.5);
}

.royal-content.slide-2 {
	left:40px;
	right:40px;
	top:40px;
	background-color: rgba(104, 104, 104, 0.5);
}

.royal-content.slide-3 {
	left:40px;
	right:40px;
	top:40px;
	background-color: rgba(149, 69, 154, 0.5);
}

.royal-content.slide-4 {
	left:40px;
	right:40px;
	top:50%;
	background-color: rgba(50, 115, 82, 0.5);
}

.royal-content.slide-5 {
	left:40px;
	right:auto;
	top:40px;
	width:50%;
	background-color: rgba(0, 71, 137, 0.5);
}

#homeContent {
	width:65%;
	padding:40px 20px 40px 40px;
	float:left;
}

#homeContent h2, #homeContent h3, #homeContent h4, #homeContent h5 {
  color: #004789;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 20px;
}

body.home #content {
	float:right;
	width:25%;
	padding: 20px 40px 40px 20px;
}

section#boxes {

}

section#boxes .side-box {
	position: relative;
	padding:0;
	border:1px solid #999999;
	margin-bottom: 20px;
}

section#boxes .side-box .side-box-inner {
	padding:10px;
}

/* =Testimonial Box
-----------------------------------------------------------------------------*/

.testimonial {
	font-size:16px;
	color:#666666;
	position: relative;
    overflow: hidden;
	line-height:22px;
}

span.reviewer {
	display:none;

}
.feedback-author {
	font-size: 16px;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	color: #004789;
	margin-left: 30px;
}

.feedback-author a {
	color:#30745B;
}

.testimonial_wrapper {
	background-color:#dcebf7;
	padding:20px;
	margin-bottom:10px;
	position: relative;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
overflow:visible;
}

.testimonial_wrapper .testimonial {
	overflow: visible;
	padding:0 30px;
}

.testimonial_wrapper .testimonial::after {
    position: absolute;
    font-family: 'FontAwesome';
    bottom: 0;
    right: 0;
    content: "\f10e";
    font-size: 24px;
    color: #004789;
}
.testimonial_wrapper .testimonial::before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    content: "\f10d";
    font-size: 24px;
    color: #004789;
}


.rotating_quote {
   position: absolute;
   top: 200px;
   height: 150px;
   width:268px;
 }

/* =Typography
-----------------------------------------------------------------------------*/
body.home #content h3 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	padding:20px;
	background-color:#95459a;
}

/***********************************************/
/*  4. 2 Column Pages				    	   */
/*                                   		   */
/*  Applies to all two column pages 		   */
/***********************************************/

body.twoColumn #content {
	margin-top:20px;
}

body.twoColumn #content #contentMain {
  float: right;
  margin-right: 40px;
  width: 65%;
}

body.twoColumn #float_r {
	float:right;
	margin:0 0 20px 20px;
}

body.twoColumn #float_l {
	float:left;
	margin:0 20px 20px 0;
}

body.twoColumn .attachment-header_img {
	margin-left:16px;
}

body.page-template-template_full_width.twoColumn #content #contentMain {
  float: none;
  margin-right: 0;
  width: 95%;
	padding:0 40px;
}

/* =SideBar
-----------------------------------------------------------------------------*/

body.twoColumn #content #sideBar {
  float: left;
  margin-left: 40px;
  width: 25%;
}

/* =SubNav -*/

#sideBar .sidebar-box {
  border: 1px solid #999999;
  margin-bottom: 20px;
  width: 100%;
	display: block;
}

#sideBar #subBox h3 {
color: #fff;
font-size: 20px;
font-weight: normal;
margin-bottom: 20px;
padding: 20px;
background-color: #004789;
}

#sideBar ul.subNav {
	padding:20px;
}

#sideBar ul.subNav li a,
#sideBar ul.subNav li a:visited {
  color: #666666;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-decoration: none;
  line-height: 20px;
}

#sideBar ul.subNav li a:hover,
#sideBar ul.subNav li a:active,
#sideBar ul.subNav li.current_page_item a {
	color:#40AE49;
}

#sideBar ul.subNav li.current_page_parent {
	display:none;
}



#sideBar #orgBox {
  position: relative;
  width: 100%;
	text-align: center;
}


#sideBar #orgBox h3,
#sideBar #specialsBox h3,
#sideBar #sidebarForm h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #95459A;
	text-align: left;
}

#sideBar #specialsBox p.coupon {
	margin:10px;
}

/* =cityNav -*/

#sideBar #cityBox h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #40AE49;
	text-align: left;
}

#sideBar div.cityNav ul {
  padding: 20px;
}

#sideBar div.cityNav ul li a,
#sideBar div.cityNav ul li a:visited,
#sideBar div.cityNav ul li {
	display:block;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	line-height: 20px;
	text-decoration:none;
}

#sideBar div.cityNav ul li a:hover,
#sideBar div.cityNav ul li a:active,
#sideBar div.cityNav ul li.current_page_item a {
	color:#40AE49;
}

#sideBar div.cityNav ul li.current_page_parent {
	display:none;
}

/* =sidebarForm -*/

#sideBar #sidebarForm h3 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #95459A;
	text-align: left;
}

#sideBar #sidebarForm .gform_wrapper {
	padding:0 20px;
}

#sideBar #sidebarForm .gform_wrapper .top_label .gfield_label,
body.home .gform_wrapper .top_label .gfield_label {
	font-size: 16px;
	color:#666;
}

#sideBar #sidebarForm .gform_wrapper input.large,
#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li label,
body.home .gform_wrapper input.large,
body.home .gform_wrapper ul.gfield_checkbox li label  {
	font-size: 14px;
	color:#666;
}

body.home .gform_wrapper ul.gfield_checkbox li label  {
	display:inline;
}

#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li,
body.home .gform_wrapper ul.gfield_checkbox li {
	padding:10px 0 10px 45px !important;
}

body.home .gform_wrapper ul.gfield_checkbox li {
	margin-right:20px;
}

#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li:nth-child(1),
body.home .gform_wrapper ul.gfield_checkbox li:nth-child(1) {
	background: transparent url(images/40x40_carpet.png) no-repeat scroll left center;
}
#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li:nth-child(2),
body.home .gform_wrapper ul.gfield_checkbox li:nth-child(2) {
	background: transparent url(images/40x40_rugs.png) no-repeat scroll left center;
}
#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li:nth-child(3),
body.home .gform_wrapper ul.gfield_checkbox li:nth-child(3) {
	background: transparent url(images/40x40_upholtery.png) no-repeat scroll left center;
}
#sideBar #sidebarForm .gform_wrapper ul.gfield_checkbox li:nth-child(4),
body.home .gform_wrapper ul.gfield_checkbox li:nth-child(4) {
	background: transparent url(images/40x40_pet.png) no-repeat scroll left center;
}

#sideBar #sidebarForm .gform_wrapper .gform_footer input.button {
	font-size: 14px;
}
body.home #req-form {
	display:table;
	background-color:#004789;
	width: 100%;
}
body.home #req-form .split-left,
body.home #req-form .split-right {
	display: table-cell;
	width: 50%;
}
body.home #req-form .split-left {
	padding:40px;
}

body.home #req-form .split-right {
	background: transparent url(images/vanhouse.jpg) no-repeat scroll center bottom / cover;
}

body.home #req-form .split-left h2 {
	font-size: 28px;
font-weight: normal;
line-height: 32px;
margin-bottom: 20px;
	color:#fff;
}

body.home #req-form .split-left .gform_wrapper .top_label .gfield_label,
body.home #req-form .split-left .gform_wrapper ul.gfield_checkbox li label {
	color:#fff;
}

body.home #req-form .split-left .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	background-color:#40AE49;
}

body.home #req-form .split-left .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color:#fff;
	color:#40AE49;
}

/* =Typography
-----------------------------------------------------------------------------*/
body.twoColumn #content #contentMain h1 {
  border-bottom: 1px solid #999;
  color: #004789;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
	line-height: 32px
}

body.twoColumn #content #contentMain h2 {
color: #95459a;
font-size: 24px;
font-weight: normal;
margin-bottom: 20px;
line-height: 28px
}

body.twoColumn #content #contentMain h3 {
	color:#40AE49;
	font-size:20px;
	font-weight:bold;
	margin:0 0 20px 0;
}

body.twoColumn #content #contentMain h3 span {
	color:#690;
	text-decoration:underline;
	text-transform:uppercase;
}

body.twoColumn #content #contentMain ul {
	margin:0 0 20px 20px;
	padding:0;
}

body.twoColumn #content #contentMain ul li {
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  list-style: outside none disc;
  margin-bottom: 20px;
}

body.twoColumn #content #contentMain ul#green {
	display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;

}

body.twoColumn #content #contentMain ul#green li {
	list-style-image:url(images/leaf_icon_sm.png);
	padding-bottom:4px;
	color:#690;
	flex: 0 0 auto;
	width:48%;
}

body.twoColumn #content #contentMain ol {
	margin:0 0 20px 20px;
	padding:0;
}

body.twoColumn #content #contentMain ol li {
	list-style-type: decimal;
	padding-bottom:4px;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

body.twoColumn #content #contentMain ul li a, body.twoColumn #content #contentMain p a,
body.twoColumn #content #contentMain ul li a:visited, body.twoColumn #content #contentMain p a:visited,
body.twoColumn #content #contentMain ol li a, body.twoColumn #content #contentMain ol li a:visited {
	text-decoration:none;
	color:#40AE49;
}

body.twoColumn #content #contentMain ul li a:hover, body.twoColumn #content #contentMain p a:hover,
body.twoColumn #content #contentMain ul li a:active, body.twoColumn #content #contentMain p a:active,
body.twoColumn #content #contentMain ol li a:hover, body.twoColumn #content #contentMain ol li a:active {
	text-decoration:underline;
	color:#004789;
}

a.footer_bb {
	padding-right:75px;
}
a.footer_bb2 {
	padding-right:75px;
	padding-left:0px;
	margin-left:0px;
}

ain p a:hover,
body.twoColumn #content #contentMain ul li a:active, body.twoColumn #content #contentMain p a:active {
	text-decoration:underline;
	color:#004789;
}

a.footer_bb {
	padding-right:75px;
}
a.footer_bb2 {
	padding-right:75px;
	padding-left:0px;
	margin-left:0px;
}


/***********************************************/
/*  5. Forms                    			    	   */
/*                                   		   */
/***********************************************/

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 20px;
	width: auto;
	margin: 0 16px 0 0;
	border: none;
	color:#fff;
	font-weight: bold;
	padding:12px;
	background-color:#004789;
}

.gform_wrapper .gform_footer input.button:hover {
	background-color:#95459A;
	cursor: pointer;

}

body.twoColumn #content #contentMain .gform_wrapper li.gfield_html ol li {
	font-size:20px;
}

body.twoColumn #content #contentMain .gform_wrapper li.gfield_html ol li a {
	display:inline-block;
	background-color:#40AE49;
	padding:12px;
	color:#fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
}

body.twoColumn #content #contentMain .gform_wrapper li.gfield_html ol li a:hover {
	background-color:#004789;
}

.gform_confirmation_message_6 {
	color:#666666;
	font-size:20px;
	line-height: 24px;
}

.gform_wrapper .review-list .ginput_container_radio ul li:nth-child(2) {
	display:none;
}

/***********************************************/
/*  6. Awards						    	   */
/*                                   		   */
/***********************************************/
div.award_wrap {
	margin-bottom:20px;
}

img.award{
	float:left;
}
p.awards_desc {
	float:right;
	width:540px;
	padding-top:10px
}

/***********************************************/
/*  7. Chemdry Vs Steam						   */
/*                                   		   */
/***********************************************/

div.vs_float_l,
div.vs_float_r  {
	float:left;
	width:45%;
	margin-bottom: 20px;
}
div.vs_float_l p,
div.vs_float_r p  {
	font-weight: bold;
}

body.twoColumn #content #contentMain div.vs_float_l ul li,
body.twoColumn #content #contentMain div.vs_float_r ul li  {
	list-style: none;
}

div.vs_float_l ul li:before {
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -15px;
color: #40AE49;
}

div.vs_float_r ul li:before {
font-family: 'FontAwesome';
content: '\f00d';
margin:0 5px 0 -15px;
color: #e51010;
}

div.vs_float_l img,
div.vs_float_r img {
	border:1px solid #CCC;
	padding:6px;
	margin:20px 0;
	width:80%;
	height:auto;
}

span.caption {
	display:block;
	margin-bottom:10px;
}

/***********************************************/
/*  8. Contact Page							   */
/*                                   		   */
/***********************************************/

div#local_sites {
	float:right;
	width:250px;
	height:350px;
}

/***********************************************/
/*  9. Specials Page						   */
/*                                   		   */
/***********************************************/

a.printIcon {
	position:absolute;
	right:80px;
	top:190px;
}

p.coupon {
	background: transparent url(images/img_logo_header.png) no-repeat scroll center 10px;
	text-align:center;
	position:relative;
	margin:0;
	padding:90px 10px 0;
	border:2px dashed #7f7f7f;
	width:auto;
	height:auto;
}
p.coupon span {
	display:block;
}
p.coupon span.coupTitle {
	color:#004785;
	font-size:18px;
	margin-bottom:4px;
}
p.coupon span.coupDesc {
	color:#95459A;
	font-weight: bold;
	line-height:20px;
	margin-bottom:2px;
	font-size: 16px;
}
p.coupon span.coupDisc {
	line-height:12px;
	margin-bottom:2px;
	font-size: 10px !important;
}
p.coupon span.coupCode {
	color:#40AE49;
	font-weight:bold;
	font-size:14px;
}

/* fix for coupons in clean living box */
#cleanLivingBox h4.specTitle {
	margin-bottom:10px;
	padding:10px 0 0 0;
	width:122px;
	height:22px;
	background:white url(images/ico_coupons.png) no-repeat scroll right top;
	color:#004785;
	font-size:18px;
	position: relative;
    left: 0;
    top:0;
}

#cleanLivingBox p.coupon {
	height:auto;
	padding:0;
	margin-bottom:20px;
	background:none;
	position:relative;
}

#cleanLivingBox p.coupon span.coupTitle {
	color:#666666;
	font-size:16px;
	margin-bottom:6px;
}
#cleanLivingBox p.coupon span.coupDesc {
	color:#95459A;
	font-weight:bold;
	line-height:14px;
	margin-bottom:6px;
}
#cleanLivingBox p.coupon span.coupCode {
	color:#40AE49;
	font-weight:bold;
	font-size:14px;
}

#cleanLivingBox p.coupon span.coupExp,
#cleanLivingBox p.coupon span.coupDisc,
#cleanLivingBox p.coupon span.franName,
#featuredCoup p.coupon span.coupExp,
#featuredCoup p.coupon span.franName {
	display:none;
}



/***********************************************/
/*  10. testimonials Page					   */
/*                                   		   */
/***********************************************/

span.author {
	display:block;
	text-align:right;
	font-weight:bold;
	font-style:italic;
}


/***********************************************/
/*  11. Other Locations						   */
/*                                   		   */
/***********************************************/

body.page-template-template_other_locations #content #contentMain {
	float: none;
	margin-right: 0;
	width: auto !important;
	padding:40px !important;
}

body.page-template-template_other_locations #content #contentMain ol {
	min-height: 400px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start;
	width: auto;
}

body.page-template-template_other_locations #content #contentMain ol li {
	font-size: 18px;
	line-height: 22px;
	flex: 1 1 auto;
  margin: 20px;
	width:22%;
}

body.page-template-template_other_locations #content #contentMain ol li span.comp-name {
	font-weight: bold;
	color:#95459A;
	display:block;
}

body.page-template-template_other_locations #content #contentMain ol li span.comp-phone {
	font-weight: bold;
	color:#004789;
	display:block;
}

body.page-template-template_other_locations #content #contentMain ol li span.comp-street {
	display: block;
}


/***********************************************/
/*  12. Responsive      					   */
/*                                   		   */
/***********************************************/
@media screen and (max-width: 1200px) {

.navMain ul li a {
  font-size: 14px;
  padding: 20px 10px;
}

body.twoColumn #content #contentMain {
  float: right;
  margin-right: 40px;
  width: 68%;
}
}

@media screen and (min-width: 960px) {
	#header.fixed-header h1, #header.fixed-header p.franName {
		font-size: 24px;
		top: 15px;
		left: 175px;
	}

	#header.fixed-header {
		position: fixed;
		top:0;
		left:0;
	}
	#header.fixed-header h3 {
		font-size: 24px;
		right: 120px;
		top: 25px;
	}
	#header.fixed-header a.logoMain img {
		width:200px;
	}
	#header.fixed-header ul#utilityNav {
		top:15px;
	}
	#header.fixed-header ul#utilityNav li a span {
		display:none;

	}

}
@media screen and (max-width: 960px) {
	.navMain, #quickQuoteBox, #carousel, #allergenIMG {
		display:none;
	}

	#wrapper {
		margin: 0;
		position: relative;
		width: 100%;
	}

	#header {
		background: #ffffff none no-repeat scroll 0 0;
		height: auto;
		width: 100%;
		position: relative;
		z-index: 2;
		padding:20px 0;
	}
	#header h1, #header p.franName {
    color: #004789;
    font-size: 24px;
    font-weight: bold;
    left: 0;
    line-height: 26px;
    position: relative;
    top: 0;
    width: auto;
	text-align: center;
}
#header h3 {
    position: relative;
    right: 0;
    top:0;
	text-align:center;
	font-size: 24px;
}
body.home #content {
  clear: both;
  float: none;
  padding: 0;
  width: 100%;
}

#header h3 span, #header h3 span a, #header h3 span a:visited {
  color: #95459a;
  font-size: 24px;
  text-decoration: none;
}
ul#utilityNav {
    display: block;
    position: relative;
    right: 0;
    top: 0;
}

ul#utilityNav li {
	display:block;
	float:none;
	margin: 0 20px;
}

ul#utilityNav li a {
    display: block;
    height: auto;
    text-indent: 0;
}

ul#utilityNav li a.schedApp:link, ul#utilityNav li a.schedApp:visited {
    background: #40AE49 none no-repeat scroll 0 0;
    width: 100%;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	font-weight:100%;
	text-align:center;
	padding:10px 0;
	margin:10px 0;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

ul#utilityNav li a.contactUs:link, ul#utilityNav li a.contactUs:visited {
	display:none;
}

a.logoMain {
    left: 0;
    position: relative;
    top: 0;
	margin:0 auto;
	display:block;
	width:200px;
}

a.logoMain img {
	width:200px;
}

	#leafyBG {
		width:100%;
	}

	#innerWrapper {
    	background: #ffffff none no-repeat scroll 0 0;
		padding:20px;
	}

	#homeContent {
		padding: 20px 0;
		width: 100%;
	}


	#leftBox, #centerBox, #rightBox {
    float: none;
    margin-left: 0;
    max-height: 450px;
    min-height: 0;
    padding: 26px 10px 10px;
    position: relative;
    width: 95%;
}


#featuredCoup {
	margin-bottom:20px;
}

body.twoColumn #content #contentMain {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}


body.twoColumn #content #sideBar {
    float: none;
    margin-left: 0;
    width: 100%;
}

	#footer {
    color: white;
    font: 10px Arial,sans-serif;
    margin: 0;
    padding:0;
    text-align: left;
    width: 100%;
}


body.twoColumn #content #sideBar ul.subNav {
    width: auto;
}

body.twoColumn #content #sideBar #cleanLivingBox {
    width: auto;
}


body.twoColumn #content #sideBar div.cityNav {
    width: auto;
}


#footer_boxes div.boxed {
    border:none;
    float: left;
    margin-bottom: 4px;
    margin-top: 10px;
    min-height: 220px;
    padding: 10px 10px 0;
    text-align: left;
    width: 44%;
}

.royal-content {
  padding: 20px;
}
.royal-content p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.royal-content.slide-4 {
  top: 40%;
}

}
@media screen and (max-width: 800px) {
	body.page-template-template_other_locations #content #contentMain {
		padding: 20px !important;
	}
body.page-template-template_other_locations #content #contentMain ol li {
	width:31%;
}

.gform_wrapper .review-list .ginput_container_radio ul li:nth-child(2) {
		display:block;
	}
body.page-template-template_full_width.twoColumn #content #contentMain {
		padding:0;
	}
}
@media screen and (max-width: 600px) {
.royal-content p {
  font-size: 12px;
  line-height: 14px;
}
.royal-content a {
  font-size: 14px;
  line-height: 14px;
  padding: 8px;
}



body.page-template-template_other_locations #content #contentMain ol li {
	width:45%;
}
}
@media screen and (max-width: 600px) {
.royal-content {
	display: none;
}
#footer_boxes div.boxed {
  border: medium none;
  float: none;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: auto;
  padding: 10px 10px 0;
  text-align: left;
  width: 100%;
}
}

@media screen and (max-width: 360px) {
	#allergenIMG img {
		width:100%;
	}
}
/* =Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

span.peak {position:absolute; left:-99999px; top:-99999px;}


/* =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;
	}
}
