/*

Theme Name: Perfect Fit Canada

Theme URI: 

Author: Perfect Fit Canada

Author URI:   

Description: 

Version: 1.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

Text Domain: twentythirteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

  


/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 *   4.1 - Site Header

 *   4.2 - Navigation

 * 5.0 - Content

 *   5.1 - Entry Header

 *   5.2 - Entry Meta

 *   5.3 - Entry Content

 *   5.4 - Galleries
   
 *   5.5 - Post Formats

 *   5.6 - Attachments

 *   5.7 - Post/Paging Navigation

 *   5.8 - Author Bio

 *   5.9 - Archives

 *   5.10 - Search Results/No posts

 *   5.11 - 404

 *   5.12 - Comments

 *   5.13 - Multisite

 * 6.0 - Sidebar

 *   6.1 - Widgets

 * 7.0 - Footer

 * 8.0 - Media Queries

 * 9.0 - Print

 * ----------------------------------------------------------------------------

 */





@import url("css/fontface.css");
 @import url("css/html5-reset.css");
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	color: #000;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	color: #000;
}
h5 {
}
p {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #000;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: currentColor;
}
img {
	outline: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
/*************************************  Top block  **********************************************/



#top-block {
	padding: 9px 0 0 0;
	background: #F07A1F;
}
#top-contact {
	float: right;
}
#top-contact p {
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 0px;
}
#top-contact p#top-phone {
	background: url(images/phone-icon.png) no-repeat 0px 2px;
	margin-right: 20px;
	padding: 0 0 0 23px;
}
#top-contact p#top-mail {
	background: url(images/mail-icon.png) no-repeat 0px 3px;
	padding: 0 0 0 31px;
}
#top-contact p a {
	color: #fff;
}
/*************************************  Header  *********************************************/


#header_top {
	min-height: 175px;
}
#header_otr.header_fixed {
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.93);
	transition: all 0.4s ease;
	z-index: 9999;
	width: 100%;
}
#header_otr #header h1#logo img {
	max-width: 225px;
	transition: all 0.4s ease-out;
}
h1#logo {
	margin: 16px 0;
	max-height: 90px;
}
.social-icons {
	float: left;
	padding-top: 14px;
}
.social-icons a {
	float: right;
	display: block;
	width: 34px;
	height: 34px;
	background: url(images/social-icons.png) no-repeat top;
	margin-right: 17px;
}
.social-icons a.twitter {
	background-position: 0px 0px;
}
.social-icons a.pinterest {
	background-position: -53px 0px;
}
.social-icons a.facebook {
	background-position: -105px 0px;
}
.social-icons a.google {
	background-position: -157px 0px;
}
.social-icons a.rss {
	background-position: -208px 0px;
}
.social-icons a.instagram {
	background-position: -260px 0px;
	margin-right: 0px;
}
.social-icons a.linkedin {
	background-position: -309px 0px;
}
.social-icons a.twitter:hover {
	background-position: 0px -34px;
}
.social-icons a.pinterest:hover {
	background-position: -53px -34px;
}
.social-icons a.facebook:hover {
	background-position: -105px -34px;
}
.social-icons a.google:hover {
	background-position: -157px -34px;
}
.social-icons a.rss:hover {
	background-position: -208px -34px;
}
.social-icons a.instagram:hover {
	background-position: -260px -34px;
	margin-right: 0px;
}
.social-icons a.linkedin:hover {
	background-position: -309px -34px;
}
#header_right {
	float: right;
	padding: 23px 0 16px 0;
}
#contact_no {
	float: right;
	text-align: center;
}
#contact_no p {
	font-size: 16px;
	line-height: 18px;
	color: #e30011;
	display: inline-block;
	padding: 0 9px;
	font-weight: bold;
	float: right;
}
#contact_no p#fst_no {
	border-right: 2px solid #e30011;
}
#contact_no .gflag {
	display: none;
}
#contact_no select {
	display: none;
}
#contact_no p br {
	display: none;
}
#contact_no p a {
	display: block;
}
#h_subblock {
	float: right;
	clear: both;
}
#schedule_btn {
	text-align: center
}
/* #schedule_btn a { display:inline-block; background:#fb3a11; height:35px; line-height:35px; padding:0 20px; font-size:15px; color:#fff;}
#schedule_btn a:hover, #schedule_btn a:focus { background:#e30011; text-decoration:none;}#consultation_form { max-width:500px; padding:30px 0 0 0;} */
#schedule_btn {
	display: inline-block;
	background-color: #F07A1F;
	/* background: url(images/bkgrd.png) repeat-x;
	background-size: contain; */
	padding: 5px;
}
#schedule_btn p {
	margin-bottom: 0;
}
#schedule_btn a {
	display: inline-block;
	height: 35px;
	border: 1px solid #fff;
	line-height: 33px;
	padding: 0 20px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#schedule_btn:hover, #schedule_btn:focus {
	background: #ff1829;
	cursor: pointer;
	transition-timing-function: ease-in-out;
	text-decoration: none;
}
#schedule_btn a:hover {
	text-decoration: none;
}
#consultation_form {
	max-width: 500px;
	padding: 30px 0 0 0;
}
#consultation_form table {
	width: 100%;
}
#consultation_form table td {
	font-size: 13px;
	padding-bottom: 14px;
}
#consultation_form input[type="text"], #consultation_form input[type="email"], #consultation_form input[type="tel"], #consultation_form select {
	width: 100%;
	height: 37px;
	padding: 0 15px;
}
/*************************************  Top nav  **********************************************/



.navbar-fixed-top {
	position: relative;
}
.navbar {
	margin: 0px;
	min-height: 45px;
}
.navbar-inverse {
	background: none;
	border: none;
	border-top: 1px solid #e8e8e8;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 0 10px;
	line-height: 45px;
	height: 45px;
	display: block;
	color: #3B3B3B;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #F07A1F;
}
.navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li.current_page_item > a {
	color: #F07A1F;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav li ul {
	display: none;
}
.navbar-nav li:hover ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 0px;
	background: #e8e8e8;
	border-bottom: 5px solid #9c9b9b;
	border-radius: 0 0 5px 5px;
	z-index: 9999px;
	zoom: 1;
}
.navbar-nav li ul li.submenu_hide {
	display: none;
}
.navbar-nav li ul li a {
	line-height: 35px;
	height: 35px;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	padding: 0 15px;
	color: #3B3B3B;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9c9b9b;
	border-top: 1px solid #f0f0f0;
}
.navbar-nav li ul li a:hover {
	text-decoration: none;
	background: #cccbcb;
}
.navbar-nav li ul li:last-child a {
	border-bottom: none;
}
.navbar-nav li ul li:first-child a {
	border-top: none;
}
/************************************  Banner  **********************************************/

#banner-outer .cycloneslider-template-standard .cycloneslider-pager {
	bottom: 15px;
	padding-left: 5px;
	text-align: left;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-pager span {
	border: 2px solid #fff;
	background: none;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
	background: #fff;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-next {
	background: transparent url(https://perfectfitclosets.ca/wp-content/uploads/2016/10/slider-arrows-horizontal.png) no-repeat 0 -16px;
	box-shadow: none;
}
#banner-outer .cycloneslider-template-standard:hover .cycloneslider-prev, #banner-outer .cycloneslider-template-standard:hover .cycloneslider-next {
	opacity: 1;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-prev {
	background: transparent url(https://perfectfitclosets.ca/wp-content/uploads/2016/10/slider-arrows-horizontal.png) no-repeat 0 3px;
	box-shadow: none;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-next .arrow {
	border: none;
	margin: 0px;
}
#banner-outer .cycloneslider-template-standard .cycloneslider-prev .arrow {
	border: none;
	margin: 0px;
}
#banner-outer .soliloquy-theme-classic .soliloquy-pager {
	margin: 0px;
	z-index: 9999;
}
#banner-outer {
	position: relative;
	margin-bottom: 240px;
}
#banner-outer .entry-thumbnail img {
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	display: block;
}
#banner-outer img.ajax-loader {
	width: auto;
}
#banner-outer .soliloquy-container {
	margin: 0 auto;
	z-index: 0;
}
#banner-form-outer {
	position: absolute;
	top: 0px;
	width: 100%;
}
#banner-form {
	float: right;
	background: url(images/banner-form-bg.png) no-repeat;
	padding: 37px 43px 35px 43px;
	width: 320px;
	position: absolute;
	top: 0px; /*margin-top:-569px;*/
	right: 0px;
	z-index: 100;
}
#banner-form h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
}
#banner-form.dealer_form h3 {
	font-size: 19px;
}
#banner-form input[type="text"], #banner-form input[type="email"], #banner-form input[type="tel"] {
	width: 100%;
	clear: both;
	border: none;
	height: 30px;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
	line-height: normal;
	outline: none;
	margin-bottom: 1px;
	padding: 0 10px;
}
#banner-form textarea {
	width: 100%;
	clear: both;
	border: none;
	height: 75px;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
	line-height: normal;
	outline: none;
	margin-bottom: 1px;
	padding: 10px;
}
#banner-form .wpcf7 br {
	display: none;
}
#banner-form p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
}
#banner-form select {
	width: 100%;
	background: #fff;
	height: 30px;
	/* margin-bottom:11px; */
	border: none;
	line-height: 30px;
	font-size: 12px;
}
#banner-form span.wpcf7-not-valid-tip, #banner-form div.wpcf7-response-output.wpcf7-validation-errors {
	color: #000 !important;
}
#banner-form div.wpcf7-response-output {
	padding: 0px !important;
	margin-top: -22px !important;
	font-size: 16px !important;
	line-height: 20px;
}
span.wpcf7-not-valid-tip {
	color: #333;
}
#banner-box-outer {
	position: static;
	bottom: -172px;
	width: 100%;
	z-index: 999;
}
#banner-box {
	position: absolute;
	bottom: -173px;
	z-index: 999;
}
.b-box {
	width: 217px;
	float: left;
	margin-right: 13px;
	background: #f7f7f7;
	position: relative;
	min-height: 338px;
	padding-bottom: 35px;
	margin-bottom: 26px;
}
.b-box:last-child {
	margin-right: 0px;
}
.b-box h3 {
	color: #000;
	font-size: 20px;
	text-align: center;
	height: 44px;
	margin: 0px;
	padding-top: 10px;
	background: #fff;
}
.b-box img {
	margin-bottom: 27px;
	width: 100%;
}
.b-box p {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 18px;
	padding: 0 15px;
}
.b-box .readmore-arrow {
	position: absolute;
	bottom: -25px;
	left: 50%;
	background: url(images/readmore-arrow.png) no-repeat;
	width: 52px;
	height: 51px;
	display: block;
	margin-left: -26px;
}
/**************************************************  Content  *********************************************/



#content-outer {
	background: #FFFFFF;
}
#content {
	background: url(images/content-bg-img.png) no-repeat right top;
	padding: 47px 350px 37px 0;
	min-height: 295px;
}
#content h2 {
	color: #C70001;
	font-size: 36px;
	line-height: 38px;
}
#content h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#content p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#galleryshow {
	background: url(images/banner_bg1.png);
}
#galleryshow #content-outer {
	background: none !important;
}
#slideshow-wrappergallery1 {
	border: 0 !important;
}
#subLeft {
	float: left;
	width: 100%;
	max-width: 646px;
}
#subRight {
	float: right;
	width: 100%;
	max-width: 250px;
}
/**********************************************  Social Icon Block  *********************************************/



#social-icon-block {
	padding: 58px 0 48px 0;
	text-align: center;
}
#social-icon-block h2 {
	text-align: center;
	color: #333;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 27px;
}
#social-icon-block .social-icons {
	padding: 0px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#social-icon-block .social-icons a {
	margin-right: 60px;
}
#social-icon-block .social-icons a.instagram {
	margin-right: 0px;
}
/************************************************  Footer  *****************************************************/



#footer-outer {
	background: #444;
	padding: 59px 0 45px 0;
}
.f-menu {
	margin-left: 30px;
}
.f-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.f-menu ul li {
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0 0 10px 0;
}
.f-menu ul li a {
	color: #fff;
}
.f-menu ul li a:hover {
	color: #F07A1F;
	text-decoration: none;
}
#f-twitter-feed {
}
#f-twitter-feed h2 {
	color: #fff;
	margin-bottom: 34px;
}
#f-twitter-feed p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
#f-twitter-feed p a {
	color: #FD9217;
}
#f-contact {
	/*border-left:1px solid #5b5b5b;*/
	padding-left: 35px;
	padding-bottom: 30px;
}
#f-contact h2 {
	color: #fff;
	margin-bottom: 34px;
}
#f-contact p {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
#f-contact p a {
	color: #fff;
}
#f-contact p a:hover {
	color: #F07A1F;
	text-decoration: none;
}
#perfectfit_closets {
	position: relative;
	z-index: 999;
}
#footer-copyright {
	background: #333;
	padding: 15px 0 0 0;
}
#footer-copyright p {
	color: #fff;
}
#footer-copyright p a {
	color: #fff;
}
#footer-copyright p a:hover {
	color: #F07A1F;
	text-decoration: none;
}
#footer-copyright p#copyright {
	margin: 0 0 0 30px;
}
#footer-copyright p#eKzact {
	float: right;
}
#map_section {
	padding: 20px 0;
}
.map_lcn {
	text-align: center;
	padding: 30px 0
}
.map_lcn img {
	margin-bottom: 12px;
}
.map_lcn p span {
	color: #4aa8c4;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 25px;
}
.map_lcn p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
/******************************* Footer New ************************************/

#footer {
	padding: 38px 0;
	background: #3c3d40;
}
#footer_menu ul {
	margin-top: 23px;
	padding-left: 14px;
	border-left: 2px solid #a5a5a5;
	display: inline-block;
}
#footer_menu ul li {
	list-style: none;
	;
	float: left;
	margin: 30px 13px;
}
#footer_menu ul li a {
	color: #fff;
	font-size: 18px;
	font-family: 'latoregular';
	line-height: 20px;
	text-decoration: none;
}
#footer_menu ul li a:hover {
	color: #F07A1F;
}
#footer hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #585a5f;
}
#footer_second_sec {
	margin: 15px 0 5px 0;
}
#left_side_footer {
	margin-bottom: 12px;
	display: inline-block;
}
#left_side_footer p {
	font-size: 16px;
	line-height: 26px;
	font-family: 'latoregular';
	color: #fff;
	margin-bottom: 10px;
}
#left_side_footer p#ph {
	background: url(images/ph_icon.png)no-repeat top left;
	padding-left: 30px;
}
#left_side_footer p#email1 {
	background: url(images/email_icon.png)no-repeat center left;
	padding-left: 30px;
}
#left_side_footer p#location,
#left_side_footer p#location2{
	background: url(images/location_icon.svg)no-repeat top left;
	background-size: 20px 20px;
	padding-left: 30px;
}
#left_side_footer p#email1 a,
#left_side_footer p#ph a {
	color: #fff;
	text-decoration: none;
	float: none;
	background: none;
	height: auto;
}
#left_side_footer p#email1 a:hover,
#left_side_footer p#ph a:hover {
	color: #F07A1F;
}
#social_icon {
	display: inline-block;
}
#social_icon h5 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'latobold';
	color: #F07A1F;
	margin-bottom: 16px;
	text-transform: uppercase;
}
#social_icon ul li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
}
#social_icon ul li a {
	font-size: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	color: #3c3d40;
	display: inline-block;
	background: #fff;
	margin-right: 0;
}
#social_icon ul li a:hover {
	background: #F07A1F;
	color: #fff;
}
#footer_bottom {
	background: #242526;
	padding: 21px 0;
}
#footer_bottom p#copyright {
	font-size: 14px;
	line-height: 16px;
	font-family: 'latoregular';
	color: #fff;
	text-align: left;
	margin-bottom: 0
}
#footer_bottom p#copyright a {
	font-size: 14px;
	line-height: 16px;
	font-family: 'latoregular';
	color: #fff;
	text-align: left;
	margin-bottom: 0
}
#footer_bottom p#web {
	font-size: 14px;
	line-height: 16px;
	font-family: 'latoregular';
	color: #fff;
	text-align: right;
	margin-bottom: 0
}
#footer_bottom p#web a {
	font-size: 14px;
	line-height: 16px;
	font-family: 'latoregular';
	color: #fff;
	text-align: right;
	margin-bottom: 0
}
#social_icon iframe {
	margin-top: 25px;
}
/************************************************  Inner page *********************************************/



#inner-banner-outer {
	height: auto;
}
#inner-banner-outer img {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	height: auto;
}
#content p {
}
#content p a {
	color: #cb1916;
}
#content a {
	color: #cb1916;
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#content ol {
	margin-left: 20px;
}
#content ol li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	float: none;
	display: block;
	margin: 0 auto;
}
#inner-content {
	padding: 47px 0px 37px 0;
	min-height: 295px;
}
#inner-content h2.entry-title {
	color: #C70001;
	font-size: 36px;
	line-height: 38px;
}
.page-template-page-projects-php #inner-content h2.entry-title {
	color: #fff;
}
#inner-content h2 {
	color: #C70001;
	font-size: 28px;
	line-height: 30px;
}
#inner-content h3 {
	color: #C70001;
	font-size: 20px;
	line-height: 22px;
}
#inner-content h4 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#inner-content p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#inner-content p a {
	color: #cb1916;
}
#inner-content a {
	color: #cb1916;
}
#inner-content ul {
	margin: 0 0 10px 20px;
}
#inner-content ul li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#inner-content ul li a {
	color: #cb1916;
}
#inner-content ol {
	margin: 0 0 10px 20px;
}
#inner-content ol li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#inner-content ol li a {
	color: #cb1916;
}
#inner-content #schedule_btn a {
    color: #fff!important;
}

#sidebar_form {
	position: relative;
	margin-top: 0px;
}
#sidebar_form #banner-form {
}
#sidebar_form div.wpcf7-response-output {
}
/********************************  Blog page  **************************************/



#blog-sidebar {
	padding: 20px 0 20px 30px;
	background: #eee;
	margin-top: 47px;
}
.blog_sidebar {
	margin-bottom: 20px;
}
.screen-reader-text {
	display: none;
}
#blog-sidebar ul {
	margin-left: 20px;
}
#blog-sidebar ul li {
	padding-bottom: 5px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
#blog-sidebar input[type="search"] {
	width: 47%;
	clear: both;
	border: 1px solid #d4d4d4;
	height: 30px;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
	line-height: normal;
	outline: none;
	padding: 0 10px;
	float: left;
	margin: 0 10px 0 0;
}
#blog-sidebar input[type="submit"] {
	background: #333;
	font-size: 14px;
	height: 30px;
	border: none;
	color: #fff;
	float: left;
	padding: 0 10px;
}
#no-page .searchform input[type="search"] {
	width: 200px;
	clear: both;
	border: 1px solid #ddd;
	height: 30px;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
	line-height: normal;
	outline: none;
	padding: 0 10px;
	float: left;
	margin: 0 10px 0 0;
}
#no-page .searchform input[type="submit"] {
	background: #333;
	font-size: 14px;
	height: 30px;
	border: none;
	color: #fff;
	float: left;
	padding: 0 10px;
}
.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.search-page .page {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e8e8e8;
}
#inner-content .post .entry-header h2.entry-title {
	font-size: 30px;
}
#inner-content.search-page .page .entry-header h2.entry-title {
	font-size: 30px;
}
.moretag {
	float: right;
}
.post .entry-thumbnail img {
	max-width: 100%;
}
#blog-sidebar ul {
	margin: 0 0 20px 10px;
	padding: 0;
}
#blog-sidebar ul li {
	list-style: none;
	margin: 0 0 7px 0;
	line-height: 20px;
	font-size: 13px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/arrow.png) no-repeat 0 3px;
	padding-left: 15px;
}
#blog-sidebar ul li a {
	color: #333;
	text-decoration: none;
}
#blog-sidebar ul li a:hover {
	text-decoration: underline;
}
.post-nav-left {
	float: left;
}
.post-nav-right {
	float: right;
}
div.wpcf7-mail-sent-ok {
	border: 1px solid #FFE20B !important;
}
div.wpcf7-response-output {
	margin: -25px auto 0 auto !important;
	padding: 10px 10px 10px 10px !important;
	color: #fff !important;
	font-size: 15px !important;
	text-align: center;
	/*background: #E0E03E;*/

	border: none;
}
.entry-content {
	position: relative;
}
a#bbblogo {
	position: absolute;
	bottom: -180px;
	right: -200px;
}
.testimonialnew {
	clear: both;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	padding: 2px 7px;
	border: 1px #999 solid;
	width: 30%;
}
.wpcf7-form input[type="submit"] {
	background: #444444;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 16px;
	margin-top: 20px;
}
span.wpcf7-not-valid-tip, div.wpcf7-response-output.wpcf7-validation-errors {
	color: #DF4739 !important;
}
/************************************ New Page *****************************/

.new_header #contact_no {
	float: none;
}
#inner-banner-outer.new_banner img {
	max-width: 100%;
	height: 422px;
}
.new_header #contact_no h2 {
	font-family: 'Montserrat', sans-serif;
	color: #f76a1f;
	margin-bottom: 7px;
}
.new_header #contact_no h2 a {
	color: #f76a1f;
	font-weight: 600;
	display: block;
	text-align: right;
}
.new_header #header_right h3 {
	float: right;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.new_header #logo-block {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.header_bot {
	text-align: center;
	padding: 30px 150px 80px;
}
.header_bot h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #f70000;
	font-size: 50px;
	line-height: 52px;
}
.header_bot p {
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	font-weight: 500;
}
#home_new h2.entry-title {
	display: none;
}
.new_sidebar_form #banner-form {
	background: url(images/form_new_bg.png) no-repeat;
	padding: 50px 30px 29px 30px;
}
.new_sidebar_form #banner-form input[type="text"], .new_sidebar_form #banner-form input[type="email"], .new_sidebar_form #banner-form input[type="tel"] {
	height: 35px;
	margin-bottom: 8px;
	border: 1px solid transparent;
}
.new_sidebar_form #banner-form form.invalid input[type="text"].wpcf7-validates-as-required, .new_sidebar_form #banner-form form.invalid input[type="email"].wpcf7-validates-as-required, .new_sidebar_form #banner-form form.invalid input[type="tel"].wpcf7-validates-as-required {
	border: 1px solid #000;
}
.new_sidebar_form #banner-form h3 {
	margin-bottom: 10px;
}
.new_sidebar_form #banner-form textarea {
	height: 100px;
	max-width: 100%;
}
.new_sidebar_form #banner-form input[type="submit"] {
	background: #333333;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-indent: 0;
	height: 42px;
	margin-top: 8px;
}
.new_sidebar_form #banner-form div.wpcf7-response-output.wpcf7-validation-errors {
	font-size: 12px !important;
	line-height: 15px;
}
#home_new {
	text-align: center;
	background: #f2f2f2;
	padding: 80px 0;
}
#home_new p {
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 18px;
}
#home_new #inner-content {
	min-height: auto;
	padding: 0 120px;
}
.offer_sec {
	padding: 100px 0;
	text-align: center;
}
.offer_sec h2 {
	font-size: 46px;
	font-weight: 700;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	margin-bottom: 30px;
}
.offer_sec ul {
	list-style: none;
}
.offer_sec ul li {
	float: left;
	width: 32%;
	margin-right: 14px;
}
.offer_sec ul li img {
	width: 100%;
	margin-bottom: 20px;
}
.offer_sec ul li:nth-child(3n) {
	margin-right: 0;
}
.offer_sec ul li h3 a {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 700;
}
.offer_sec ul li h3 {
	margin-bottom: 20px;
}
.new_social a {
	font-size: 32px;
	margin: 0 24px;
}
.new_social a {
}
.new_social #text-26 br {
	display: none;
}
#bottom-social-icon.new_social {
	background: #f2f2f2;
	padding: 20px 0 30px;
}
#bottom-social-icon.new_social h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 35px;
}
.new_social i.fa-linkedin {
	color: #41a4f4;
}
.new_social i.fa-rss {
	color: #ffa625;
}
.new_social i.fa-instagram {
	color: #aa46bb;
}
.new_social i.fa-pinterest-p {
	color: #d74214;
}
.new_social i.fa-twitter {
	color: #41a4f4;
}
.new_social i.fa-facebook {
	color: #3848aa;
}
.new_social i.fa-google-plus {
	color: #d74214;
}
.new_social i:hover {
	color: #8a8686;
}
.foot_new .foot_logo {
	text-align: center;
}
.foot_add {
	text-align: center;
}
.foot_add h4 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 600;
}
.foot_add a, .foot_add p {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.foot_add {
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	padding: 30px 0;
	margin: 0 14%;
	margin-bottom: 35px;
}
.foot_new p#copyright {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 14px;
}
.foot_new p#copyright a {
	display: none;
}
.foot_new p#web, .foot_new p#web a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	float: right;
	font-size: 14px;
}
.foot_new p#web a {
	margin-left: 3px;
}
 @media (min-width: 1200px) {
#banner-outer {
	min-height: 710px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.navbar-inverse .navbar-nav > li > a {
	padding: 0 11px;
}
.b-box {
	width: 177px;
}
#banner-box-outer {
	bottom: -199px;
}
#banner-form {
	padding: 14px 43px 0px 43px;
}
#banner-form h3 {
	margin-bottom: 15px;
}
#banner-form p {
	margin-bottom: 4px;
}
#banner-form input[type="text"], #banner-form input[type="email"], #banner-form input[type="tel"] {
	height: 24px;
}
#banner-form select {
	height: 30px;
	line-height: 30px;
}
#sidebar_form #banner-form {
	padding: 14px 28px 0px 25px;
	width: 285px;
}
#contact_no {
	margin-left: 15px;
}
#contact_no p {
	font-size: 13px;
	padding: 0;
}
#h_subblock .social-icons a {
	margin-right: 7px;
}
#footer_menu ul li {
	margin: 30px 10px;
}
#social_icon ul li {
	margin-right: 10px;
}
#social_icon ul li a {
	width: 25px;
	height: 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
#header_top {
	min-height: 143px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	padding: 0 4px;
}
#contact_no {
	margin-left: 15px;
}
#contact_no p {
	font-size: 11px;
	padding: 0;
}
#h_subblock .social-icons a {
	margin-right: 3px;
}
#h_subblock {
	margin-left: -30px;
}
#schedule_btn a {
	font-size: 13px;
}
#banner-box {
	margin-top: 10px;
}
.b-box {
	width: 133px;
}
#banner-outer {
	margin-bottom: 0px;
}
#banner-box-outer {
	position: static;
	margin-bottom: 50px;
}
#banner-form {
	padding: 14px 43px 0px 43px;
}
#banner-form h3 {
	margin-bottom: 15px;
}
#banner-form p {
	margin-bottom: 4px;
}
#banner-form input[type="text"], #banner-form input[type="email"], #banner-form input[type="tel"] {
	height: 24px;
}
#banner-form select {
	height: 30px;
	line-height: 30px;
}
#sidebar_form #banner-form {
	padding: 14px 15px 0px 15px;
	width: 275px;
}
.map_lcn {
	padding: 14px 0;
}
.map_lcn br {
	display: none;
}
.map_lcn p {
	font-size: 15px;
}
.map_lcn p span {
	font-size: 18px;
}
#banner-box {
	position: static;
}
#consultation_form {
	max-width: 415px;
}
#footer_menu ul li {
	margin: 30px 7px;
}
#social_icon ul li {
	margin-right: 10px;
}
#social_icon ul li a {
	width: 25px;
	height: 25px;
}
.foot_logo img {
	max-width: 85%;
}
#footer_menu ul li a {
	font-size: 14px;
}
.header_bot {
	padding: 30px 118px 44px;
}
.header_bot h2 {
	font-size: 35px;
	line-height: 40px;
}
#home_new #inner-content {
	padding: 0 50px;
}
.foot_new p#copyright, .foot_new p#web, .foot_new p#web a {
	font-size: 12px;
}
}
 @media (max-width: 767px) {
#header_otr.header_fixed {
	position: static;
}
#top-contact {
	float: none;
	text-align: center;
}
#top-contact .textwidget {
	display: inline-block;
}
h1#logo {
	text-align: center;
}
h1#logo a {
	display: inline-block;
	vertical-align: top;
}
#logo-block .social-icons {
	float: none;
	padding: 20px 0;
	text-align: center;
}
#logo-block .social-icons .textwidget {
	display: inline-block;
	vertical-align: top;
}
#banner-outer {
	margin-bottom: 20px;
}
#banner-box-outer {
	position: static;
	margin-bottom: 50px;
}
#banner-form-outer {
	position: static;
}
#banner-form {
	float: none;
	position: static;
	margin: 0 auto;
}
#banner-box {
	text-align: center;
	position: static;
}
.b-box {
	width: 205px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
#social-icon-block {
	padding: 58px 0 33px 0;
}
#social-icon-block .social-icons {
	text-align: center;
}
#social-icon-block .social-icons a {
	margin-right: 0px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
#content {
	padding: 47px 20px 37px 0;
	background: none;
}
#f-contact {
	border-left: none;
	border-top: 1px solid #5b5b5b;
	padding: 20px 0 0 0;
}
#footer-copyright p {
	text-align: center;
}
#footer-copyright p#eKzact {
	float: none;
}
#sidebar_form {
	margin-top: 20px;
}
a#bbblogo {
	position: relative;
	bottom: auto;
	right: auto;
	clear: both;
	margin: auto;
	display: inline;
}
a#bbblogo img {
	display: block;
	margin: auto;
}
.navbar-nav li ul {
	display: block;
}
.navbar-nav li ul li.submenu_hide {
	display: block;
}
#slideshow-wrappergallery1 #imagegallery1 {
	height: 100%;
}
#slideshow-wrappergallery1 #imagegallery1 img {
	height: 100% !important;
}
#wpcf7-f1243-p1244-o2 form {
	width: 100% !important;
}
#wpcf7-f1243-p1244-o2 form input[type=text], #wpcf7-f1243-p1244-o2 form input[type=email], #wpcf7-f1243-p1244-o2 form input[type=tel], #wpcf7-f1243-p1244-o2 form textarea, #wpcf7-f1243-p1244-o2 form select {
	width: 100% !important;
}
#contact_no {
	margin: 0px;
}
#header_right {
	float: none;
}
#contact_no, #contact_no p {
	float: none;
	padding: 0;
}
#h_subblock {
	float: none;
	text-align: center;
}
#footer_menu ul {
	border-left: 0;
	padding-left: 0;
	margin-top: 0;
}
#footer_menu ul li a {
	font-size: 15px;
}
#footer_menu ul li {
	margin: 8px 6px 8px 0;
}
#social_icon {
	margin-bottom: 20px;
}
#footer_bottom p#copyright {
	text-align: center;
}
#footer_bottom p#web {
	text-align: center;
}
#footer {
	text-align: center;
}
#left_side_footer p#ph {
	background-position: 0px 17px;
	text-align: left;
}
#schedule_btn {
}
#header_otr.header_fixed #header h1#logo img {
	margin: 0 auto;
}
.new_header #header_right h3 {
	float: none;
	text-align: center;
}
.header_bot {
	padding: 30px 0;
}
.header_bot h2 {
	font-size: 36px;
	line-height: 40px;
}
.new_sidebar_form #banner-form {
	margin-bottom: 30px;
}
#inner-banner-outer.new_banner img {
	height: auto;
}
#home_new {
	padding: 30px 0;
}
#home_new #inner-content {
	padding: 0 30px;
}
.offer_sec {
	padding: 30px 0;
}
h1#logo img {
	max-width: 72%;
	width: 175px;
	margin: 0 auto;
}
.offer_sec h2 {
	font-size: 38px;
	line-height: 42px;
}
.offer_sec ul li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.new_social a {
	font-size: 32px;
	margin: 0 14px;
}
#bottom-social-icon.new_social h2 {
	font-size: 32px;
	margin-bottom: 28px;
}
#bottom-social-icon.new_social {
	padding: 0;
}
.foot_new p#web, .foot_new p#web a {
	float: none;
}
.new_header #contact_no h2 a {
	text-align: center;
}
/**************************  Nav  ***********************************/
    
.navbar-inverse .navbar-toggle {
	background: #F07A1F;
	border: 1px solid #F07A1F;
}
.navbar {
	min-height: 50px;
	margin-bottom: 20px;
}
.navbar-inverse {
	height: auto;
}
.navbar-nav {
	margin-right: 0;
	margin-top: 0;
	border: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-header {
	margin: 0;
	border: 0;
	box-shadow: 0 0 5px #8e8e8e;
}
.navbar-collapse {
	border-top: 0;
	box-shadow: none;
}
.navbar-inverse .navbar-brand {
	color: #7d7d7d;
	font-size: 26px;
}
.navbar-inverse .navbar-brand:hover {
	color: #000;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	box-shadow: 0 0 5px #8e8e8e;
	padding: 0;
	margin: 0;
}
ul.navbar-nav {
	margin: 0;
}
.navbar-nav li {
	margin: 0;
	font-size: 12px;
}
.navbar-nav li a {
	background: #f4f4f4;
	line-height: 16px;
	height: auto;
	padding: 10px 15px;
	display: block;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}
.navbar-inverse .navbar-nav > li > a {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background: #fff;
}
.navbar-nav li a:hover, .navbar-nav > li.active > a {
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #8b0238;
}
.navbar-collapse {
	max-height: none;
}
.nav li:hover ul {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}
.nav li ul li:first-child:after {
	background: url(images/dropdowm-top-arrow2.png) no-repeat;
	left: 30px;
}
.nav li ul li a {
	background: #e0e0e0;
	font-size: 12px;
	color: #45484b;
	padding: 0 30px;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #f0f0f0;
}
.nav li ul li a:hover {
	background: #d2d2d2;
	color: #F07A1F;
}
.nav li ul li:last-child a {
	border-radius: 0;
}
.nav li ul li:last-child a:hover {
	border-radius: 0;
}
.navbar-nav li a span#home {
	display: none;
}
.navbar-nav li:first-child a {
	border-left: none;
	text-indent: inherit;
}
}
 @media (max-width: 400px) {
#banner-form {
	width: 100%;
}
#banner-form input[type="submit"] {
	width: 130px;
}
#banner-form h3 {
	font-size: 14px;
}
#social-icon-block .social-icons a {
	margin-right: 0px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
div.wpcf7-response-output {
	margin: 0px auto 0 auto !important;
}
#banner-form h3 {
	margin-bottom: 7px;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
#social-icon-block {
	padding-top: 80px;
}
#footer_menu ul li {
	margin: 11px 10px;
}
#social_icon ul li {
	margin-right: 10px;
}
#social_icon ul li a {
	width: 25px;
	height: 25px;
}
.header_bot h2 {
	font-size: 23px;
	line-height: 26px;
}
.header_bot p {
	font-size: 15px;
}
#home_new #inner-content {
	padding: 0;
}
#home_new p {
	font-size: 15px;
}
.offer_sec h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 18px;
}
#bottom-social-icon.new_social h2,
.widget_text .new_social h2 {
	font-size: 28px;
}
.new_social a {
	font-size: 23px;
	margin: 0 8px;
}
}
 @media (max-width: 400px) {
.social-icons a {
	margin-right: 8px;
}
}
/* ----------- SUB Slider ---------------- */



.testimonialnew h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.testimonial {
	width: 90%;
	margin: auto;
	opacity: 0;
}
.testimonial img {
	float: left;
	margin: 0px 20px 10px 0px;
}
.testimonial p {
/*	font-size:14px!important;
	line-height:1.6em!important;
	color:#666666!important;
	font-style:italic!important;*/
}
.testimonial p span {
	display: block;
	color: #C70001;
	font-size: 16px;
	font-style: oblique;
}
.MobileOnly {
	display: none!important;
}
#slideshow {
	position: relative;
	min-height: 160px;
}
#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	min-height: 152px;
	background-color: #FFF;
}
#slideshow div.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow div.last-active {
	z-index: 9;
}
#slideshow div img {
/*    height: 350px;

    display: block;

    border: 0;

    margin-bottom: 10px;*/

}
/* -------------------------- */
#wpcf7-f955-p939-o2 form {
	background: none repeat scroll 0 0 #f3e9e4;
	border-bottom: 1px solid #ae3d01;
	border-top: 1px solid #ae3d01;
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 50%;
}
#wpcf7-f955-p939-o2 form label {
	display: inline-block;
	width: 22%;
}
#wpcf7-f955-p939-o2 form input[type=text], #wpcf7-f955-p939-o2 form input[type=email], #wpcf7-f955-p939-o2 form input[type=tel], #wpcf7-f955-p939-o2 form textarea {
	border: 0px;
	border: 1px solid #aa4501;
	font-size: 14px;
	color: #282828;
	background-color: #fff;
	padding: 5px;
	width: 65%
}
#wpcf7-f955-p939-o2 form textarea {
	resize: none;
	height: 100px;
	border: 1px solid #aa4501;
	width: 87%;
}
.hear {
	width: 87%!important;
}
#wpcf7-f955-p939-o2 form input[type="submit"] {
	background-color: #aa4501;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 40px;
	text-align: center;
	text-shadow: 1px 1px #000;
}
div.wpcf7-response-output {
	color: #333333!important;
	margin: 0 auto !important;
}
#wpcf7-f955-p939-o2 form p {
	clear: both;
}
/************  wpcf7-f1243-p1244-o2 **********/


#wpcf7-f1243-p1244-o2 form {
	/*background: none repeat scroll 0 0 #f3e9e4;
	border-bottom: 1px solid #ae3d01;
	border-top: 1px solid #ae3d01;*/	
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 55%;
}
#wpcf7-f1243-p1244-o2 form label {
	display: inline-block;
	width: 22%;
}
#wpcf7-f1243-p1244-o2 form input[type=text], #wpcf7-f1243-p1244-o2 form input[type=email], #wpcf7-f1243-p1244-o2 form input[type=tel], #wpcf7-f1243-p1244-o2 form textarea, #wpcf7-f1243-p1244-o2 form select {
	border: 0px;
	border: 1px solid #aa4501;
	font-size: 14px;
	color: #282828;
	background-color: #fff;
	padding: 5px;
	width: 87%
}
#wpcf7-f1243-p1244-o2 form textarea {
	resize: none;
	height: 100px;
	border: 1px solid #aa4501;
	width: 87%;
}
.hear {
	width: 87%!important;
}
#wpcf7-f1243-p1244-o2 form input[type="submit"] {
	background-color: #aa4501;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	padding: 10px 40px;
	text-align: center;
	text-shadow: 1px 1px #000;
}
div.wpcf7-response-output {
	color: #333333!important;
	margin: 0 auto !important;
}
#wpcf7-f1243-p1244-o2 form p {
	clear: both;
}
.page-template-default #sidebar_form {
	margin-top: 0;
}
.page-template-default #sidebar_form #banner-form {
	top: 1px;
}
#slideshow-wrappergallery1 #imagegallery1 img {
	position: relative !important;
	width: auto !important;
}

/* .page-template-page-fullwidth #header_top { display: none;} */
.page-id-9191 #inner-content form{
	width: 50%;
    padding: 20px;
    background-color: #f1f1f1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:0px solid #ccc;
}

.page-id-9191 #inner-content .wpcf7-form input[type=text], .page-id-9191 #inner-content .wpcf7-form input[type=email], .page-id-9191 #inner-content .wpcf7-form input[type=tel], .page-id-9191 #inner-content .wpcf7-form textarea, .page-id-9191 #inner-content .wpcf7-form .wpcf7-select{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
    padding: 7px 7px;
    border: 1px #dddddd solid;
    width: 100%;
    margin-bottom: 10px;
}

.builder-content h2 {
	color: #F07A1F;
	font-size: 36px;
	line-height: 38px;
}
.builder-content h1 a,
.builder-content h2 a,
.builder-content h3 a,
.builder-content h4 a {
	color: #F07A1F;
}
.builder-content h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
.builder-content p {
	color: #333;
	font-size: 14px;
	line-height: 1.42em;
}
.builder-content p a {
	color: #cb1916;
}
.builder-content a {
	color: #cb1916;
}
.builder-content ul {
	margin-left: 20px;
}
.builder-content ul li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.builder-content ol {
	margin-left: 20px;
}
.builder-content ol li {
	padding: 0 0 4px 0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.z-10 {
	position: absolute;
	z-index: 10;
}
.fl-row.z-10 {
	width: 100%;
}
#cta-form {
	margin-right: 20px;
	max-width: 300px;
}
@media screen and (min-width: 993px) {
	#cta-form {
		float: right;
	}
}
#cta-form p {
	color: #fff;
}
#cta-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

#cta-form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

#cta-form br {
	display: none;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, .wpcf7-form .wpcf7-select {
	width: 100%;
	width: 100%;
	clear: both;
	height: 30px;
	font-size: 12px;
	color: #000;
	vertical-align: bottom;
	line-height: normal;
	outline: none;
	margin-bottom: 5px;
	padding: 0 10px;
	background-color: #fff;
}

.wpcf7-form textarea {
	height: auto;
}
