/*
Theme Name: Clarick Cleaning
Description: Custom Theme for Clarick Cleaning
Version: 1.0
*/

@font-face {
    font-family: 'opensans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#opensans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_bold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#opensans_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensans_light';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#opensans_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	font: 14px 'opensans', Arial, Helvetica, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input {
	font: 13px 'opensans', Arial, Helvetica, sans-serif;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0;
}
a {
	color: #FF6464;
	text-decoration: none;
}
a:hover {
	color: #F88;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0 0 10px;
}
img {
	border: 0;
}
strong {
	font-family: 'opensans_bold', Arial, Helvetica, sans-serif;
}
.a-left {
	text-align: left;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.a-justify {
	text-align: justify;
}
.big-space-after {
	margin-bottom: 50px;
}
.btn {
	display: block;
	min-width: 20px;
	background: #EEE;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.65) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.65) inset;
	padding: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	transition: 0.25s ease;
}
.btn.primary {
	background: #0F8FE6;
	color: #FFF;
	border-color: #0C71B4;
	cursor: pointer;
}
.btn.primary:hover {
	background: #27A0F1;
	text-decoration: none;
}
.btn.secondary {
	background: #e14d43;
	color: #FFF;
	border-color: #CA2D20;
	cursor: pointer;
}
.btn.secondary:hover {
	background: #E66B62;
	text-decoration: none;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.push-left {
	padding: 10px 10px 10px 20px;
}



/* Layout */
#header-top,
#header,
#navigation,
#content,
.bottom-content-inner,
#footer {
	width: 1160px;
	margin: 0 auto;
}
.layout-full {
	clear: both;
}
.layout-half {
	float: left;
	width: 50%;
}
.layout-one-third {
	float: left;
	width: 33.33%;
}
.layout-quarter {
	float: left;
	width: 25%;
}
.layout-one-fifth {
	float: left;
	width: 20%;
}
.layout-one-third.span2 {
	width: 66.66%;
}
.layout-quarter.span2 {
	width: 50%;
}
.layout-quarter.span3 {
	width: 75%;
}
.layout-one-fifth.span2 {
	width: 40%;
}
.layout-one-fifth.span3 {
	width: 60%;
}
.layout-one-fifth.span4 {
	width: 80%;
}

/* Header */
.header-top-container {
	background: #F6F6F6;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
#header-top .search-form {
	padding-left: 10px;
	border-left: 1px solid #DDD;
}
#logo {
	float: left;
	padding: 20px 0;
}
.mobile-nav-button {
	display: none;
}
#header a {
	color: #222;
}
#header .contact-info {
	background: url(images/phone-icon-med.png) right 10px no-repeat;
	padding: 10px 65px 10px 10px;
	border-bottom: 1px solid #DDD;
	margin: 30px 0 10px;
	font-size: 16px;
	text-align: right;
}
#header .contact-info .phone {
	color: #0F8FE6;
	font: 24px/28px 'opensans_bold', Arial, Helvetica, sans-serif;
}
#header .search-form div {
	position: relative;
}
#header .search-form input,
#header .search-form form {
	border: 0;
	margin: 0;
}
#header .search-form input {
	padding: 11px;
}
#header .search-form .input-text {
	width: 200px;
	background: #F6F6F6;
	padding-right: 28px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#header .search-form .input-text:focus {
	background: #FFF;
	outline: none;
}
#header .search-form .input-submit {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 5px;
	background: url(images/search-icon.png) 0 0 no-repeat;
	padding: 0;
	text-indent: -9999px;
}
#header .social-links a {
	display: block;
	margin-right: 10px;
}
#header .social-links i {
	display: block;
	height: 40px;
	width: 40px;
}
#header .social-links .fb i {
	background: url(images/social-icons_40x40.png) -80px 0 no-repeat;
}
#header .social-links .twitter i {
	background: url(images/social-icons_40x40.png) -80px -80px no-repeat;
}

/* Navigation */
.navigation-container {
	background: #e14d43;
}
#navigation {
	padding: 0;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	position: relative;
	float: left;
}
#navigation li a {
	display: block;
	padding: 10px 15px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
#navigation ul.menu li.menu-item-has-children > a {
	background: url(images/menu-arrow-down.png) right center no-repeat;
	padding-right: 25px;
}
#navigation ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	background: #e14d43;
	border-bottom: 2px solid #0F8FE6;
	z-index: 2;
}
#navigation li:hover > ul.sub-menu {
	display: block;
}
#navigation ul.sub-menu li {
	float: none;
}
#navigation ul.sub-menu li.menu-item-has-children > a {
	background: url(images/menu-arrow-right.png) right center no-repeat;
}
#navigation ul.menu li:hover,
#navigation ul.menu li:hover a:hover {
	background-color: #F88;
}
#navigation ul.menu li:hover > a {
	color: #FFF;
}
#navigation ul.sub-menu ul.sub-menu {
	top: 0;
	left: 100%;
}
#navigation ul.menu li.current-menu-item,
#navigation ul.menu li.current-menu-ancestor {
	background: #F88;
}

/* Content */
#banner {
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #E14D43;
	z-index:8888;
}
#banner .multiple-slideshows {
	overflow: hidden;
	position: relative;
}
#banner .slideshow-count-3 .m-slideshow,
#banner .slideshow-count-5 .m-slideshow {
	overflow: hidden;
	position: absolute;
}
#banner .slideshow-count-3 .m-slideshow .m-slideshow-inner,
#banner .slideshow-count-5 .m-slideshow .m-slideshow-inner {
	overflow: hidden;
}
#banner .slideshow-count-5 .m-slideshow-1 {
	width: 25% !important;
	top: 0;
	left: 0;
}
#banner .slideshow-count-5 .m-slideshow-1 .m-slideshow-inner {
	margin: 0 1px 1px 0;
}
#banner .slideshow-count-5 .m-slideshow-2 {
	width: 25% !important;
	top: 50%;
	left: 0;
}
#banner .slideshow-count-5 .m-slideshow-2 .m-slideshow-inner {
	margin: 1px 1px 0 0;
}
#banner .slideshow-count-5 .m-slideshow-3 {
	width: 50% !important;
	position: relative;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
#banner .slideshow-count-5 .m-slideshow-3 .master-slider-parent {
	width: 1180px;
}
#banner .slideshow-count-5 .m-slideshow-3 .m-slideshow-inner {
	margin: 0 1px;
}
#banner .slideshow-count-5 .m-slideshow-4 {
	width: 25% !important;
	top: 0;
	right: 0;
}
#banner .slideshow-count-5 .m-slideshow-4 .m-slideshow-inner {
	margin: 0 0 1px 1px;
}
#banner .slideshow-count-5 .m-slideshow-5 {
	width: 25% !important;
	top: 50%;
	right: 0;
}
#banner .slideshow-count-5 .m-slideshow-5 .m-slideshow-inner {
	margin: 1px 0 0 1px;
}
#banner .slideshow-count-3 .m-slideshow-1 {
	width: 25%;
	top: 0;
	left: 0;
}
#banner .slideshow-count-3 .m-slideshow-1 .m-slideshow-inner {
	margin: 0 1px 0 0;
}
#banner .slideshow-count-3 .m-slideshow-2 {
	width: 50%;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -25%;
	z-index: 1;
}
#banner .slideshow-count-3 .m-slideshow-2 .master-slider-parent {
	width: 1180px;
}
#banner .slideshow-count-3 .m-slideshow-2 .m-slideshow-inner {
	margin: 0 1px;
}
#banner .slideshow-count-3 .m-slideshow-3 {
	width: 25%;
	top: 0;
	right: 0;
}
#banner .slideshow-count-3 .m-slideshow-3 .m-slideshow-inner {
	margin: 0 0 0 1px;
}
#page-title {
	margin-top: 20px;
	color: #37A8F2;
	font: 32px 'opensans_light', Arial, Helvetica, sans-serif;
}
#content {
	z-index:9999;
	position:relative;
}
#content .page-subtitle {
	margin-bottom: 20px;
	color: #37A8F2;
	font-family: 'opensans_bold', Arial, Helvetica, sans-serif;
}
#content .page-content h2 {
	margin-top: 0;
	color: #F88;
	font: 20px 'opensans_bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#content .page-content h3 {
	font-family: 'opensans_bold', Arial, Helvetica, sans-serif;
}
#content .frontpage-block-group {
	border-bottom: 1px solid #CCC;
	margin:-60px 0 90px 0;
	padding: 0 0 3em;
	width:100%;
}
#content .frontpage-block-group.last {
	border-bottom: 0;
}
#content .frontpage-block .post-inner {
	padding: 0 20px;
}
#content .frontpage-block h1 {
	color: #37A8F2;
	font: 32px 'opensans_light', Arial, Helvetica, sans-serif;
}
#content .layout-full h1.post-title {
	margin-top: 0;
	font-size: 32px;
	line-height: 32px;
}
/*#content .tail-above {
	background: url(images/speech-arrow-up.png) top center no-repeat;
	padding-top: 20px;
}*/
#content .group-a .post-inner {
	padding: 30px;
	background:#E14D43;
	color: #FFF;
}
#content .group-a h1.post-title {
	color: #FFF;
	font-weight:800 !important;
}
#content .group-b h1.post-title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: normal;
}
#content .group-c a.btn {
	width: 150px;
	margin: 20px auto 0;
}
#content .group-d .post-image {
	margin-bottom: 10px;
}
#content .group-d .post-image img {
	width: 100%;
}
#content .group-d h1.post-title {
	margin: 0 0 10px;
	font-size: 20px;
	color: #0F8FE6;
}
#content .group-d ul {
	padding-left: 17px;
	list-style-image: url(images/list-item-image.png);
}
#content .group-d ul li {
	margin-bottom: 10px;
}
#bottom-content {
	background: url(images/content-bottom-bg.jpg) center center no-repeat;
	min-height: 300px;
}
#bottom-content a {
	color: #0F8FE6;
}
#bottom-content .post-1 {
	padding: 97px 0;
}
#bottom-content .post-1 .post-inner {
	background: url(images/white-transparent-bg.png);
	padding: 20px;
	border-bottom: 2px solid #0F8FE6;
	color: #0F8FE6;
	font: 24px 'opensans_light', Arial, Helvetica, sans-serif;
	text-align: center;
}

/* FAQ */
.faq-list {
	padding-left: 0;
	list-style: none;
}
.faq-list li {
	border: 1px solid;
	border-color: #DDD #CCC #BBB;
	border-radius: 3px;
	margin-bottom: 10px;
}
.faq-list .faq-item-title {
	padding: 10px 40px 10px 10px;
}
.faq-list .faq-item-content {
	padding: 10px;
}
.faq-list .faq-item-title {
	background: url(images/arrow-down.png) right 10px top 10px no-repeat;
	border-bottom: 0;
	cursor: pointer;
}
.faq-list li.active .faq-item-title {
	background: url(images/arrow-up.png) right 10px top 8px no-repeat;
}
.faq-list .faq-item-content {
	background: #F6F6F6;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	display: none;
}
.faq-list li.active .faq-item-content {
	display: block;
}

/* Testimonials */
.testimonials-list .post-group {
	padding: 0 0 20px;
}
.testimonials-list .post .post-inner {
	padding: 20px;
	border: 1px solid;
	border-color: #EEE #DDD #BBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px;
	text-align: center;
}
.testimonials-list .post .post-image {
	height: 120px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #CCC;
}
.testimonials-list .post .post-image img {
	height: 100%;
}
.testimonials-list .post .post-content {
	height: 76px;
	overflow: hidden;
}
.testimonials-list .testi-short .post-inner {
	padding-bottom: 58px;
}
.testimonials-list .post .read-more {
	margin-top: 19px;
}
.testimonials-list .post .read-more span {
	cursor: pointer;
}

/* Contact Form */
.contact-page-info {
	margin-bottom: 20px;
}
.contact-page-info i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/contact-icons.png) 0 0 no-repeat;
	margin-right: 10px;
}
.contact-page-info .phone,
.contact-page-info .email {
	height: 38px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
}
.contact-page-info .phone i {
	background-position: 0 0;
}
.contact-page-info .email i {
	background-position: -40px 0;
}
.contact-page-info .web i {
	background-position: -80px 0;
}
.contact-page-info .email div,
.contact-page-info .web div {
	line-height: 20px;
}
.contact-form {
	margin-top: 20px;
}
.wpcf7 {
	padding-right: 50px !important;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7-form .field-label {
	margin-bottom: 5px;
}
.wpcf7-form .field-label em {
	font-style: normal;
	color: #e14d43;
}
.wpcf7-form .two-fields .layout-half .wpcf7-form-control-wrap {
	display: block;
	width: 97%;
}
.wpcf7-form .two-fields .layout-half.first .wpcf7-form-control-wrap {
	margin-right: 3%;
}
.wpcf7-form .two-fields .layout-half.last .wpcf7-form-control-wrap,
.wpcf7-form .two-fields .layout-half.last .field_name {
	margin-left: 3%;
}
.wpcf7-form .two-fields .layout-quarter.span3 span {
	float: left;
}
.wpcf7-form .two-fields .layout-quarter.span3 .dash {
	width: 5%;
	text-align: center;
}
.wpcf7-form .two-fields .layout-quarter.span3 .wpcf7-form-control-wrap {
	width: 95%;
}
.wpcf7-form .two-fields .layout-quarter.span3 .field_name {
	margin-left: 5%;
}
.wpcf7-form .two-fields .field_name {
	clear: both;
	margin-top: 2px;
	color: #777;
	font-size: 11px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form .form-field,
.wpcf7-form .form-fields {
	margin-bottom: 10px;
}
.wpcf7-form .form-actions input.btn {
	display: inline-block;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Search Page */
.search-result {
	padding-top: 20px;
	border-top: 1px dashed #999;
	margin-bottom: 20px;
}

/* Footer */
.footer-container {
	background: #222;
	padding: 50px;
	color: #FFF;
	font-size: 13px;
}
#footer h2.post-title {
	margin-top: 0;
	font: 24px 'opensans_light', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#footer .post-content .location,
#footer .post-content .phone,
#footer .post-content .email {
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
}
#footer a {
	color: #FFF;
}
#footer .post-content .location {
	background: url(images/footer-icons.png) 0 5px no-repeat;
}
#footer .post-content .phone {
	background: url(images/footer-icons.png) 0 -35px no-repeat;
}
#footer .post-content .email {
	background: url(images/footer-icons.png) 0 -75px no-repeat;
}
#footer .social-links .post-content:after {
	clear: both;
	content: "";
	display: block;
}
#footer .social-links a.fb,
#footer .social-links a.twitter {
	display: block;
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
	text-indent: -9999px;
}
#footer .social-links a.fb {
	background: url(images/social-icons.png) 0 0 no-repeat;
}
#footer .social-links a.twitter {
	background: url(images/social-icons.png) 0 -100px no-repeat;
}
#footer .social-links a.fb:hover {
	background: url(images/social-icons.png) -100px 0 no-repeat;
}
#footer .social-links a.twitter:hover {
	background: url(images/social-icons.png) -100px -100px no-repeat;
}
.footer-bottom-container {
	background: #111;
}
#footer-bottom {
	width: 1160px;
	padding: 10px 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 13px;
}
#footer-bottom a {
	color: #FFF;
}

/***** NEW CSS *****/

.tp-widget-wrapper {
    text-align: right !important;
}

#logo {
	padding:10px 0 !important;
}
#header .contact-info {
	margin-top:5px !important;
	background-size:35px 35px !important;
	padding-right:45px !important;
	padding-top:13px;
}
.gform_button.button {
	padding:10px 15px;
	background:#E14D43;
	color:#fff;
	text-transform:uppercase;
	transition:0.3s ease;
	border:none;
}
.gform_button.button:hover {
	background:#DC3123;
}