/*
Theme Name: Housing
Theme URI: https://wordpress.org/themes/housing/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: housing brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.3
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: housing
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/*body{font-family: 'Roboto', sans-serif;color:#4D565F}*/
img{max-width: 100%;}
.logo a {
	font-size: 16px;
	color: inherit;
	font-weight: 700;
}
.header {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f7f6f7;
}
.header-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header-navigation > ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding:0.6em 0.5em;
	text-transform: capitalize;
	display:block;
	color:#4D565F;
	text-decoration:none;
}
.header-navigation > ul > li {
	margin-right: 20px;
	font-weight: 500;
}
.header-navigation > ul > li:last-child{margin-right:0px}
.header-navigation > ul > li:last-child a{padding-right:0px}
.header-top{background-color: #04555C;}
.header-top a{color: #fff;font-size: 16px;line-height: 1.5;text-decoration: none;}
.header-top a img{margin-right: 10px;}
.banner {
	padding: 80px 0;
	background-color: #fff;
	background-image: url(images/banner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
}
section.banner .row {
	align-items: center;
}
.banner-opacity {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.banner-text{max-width:515px}
/*.banner-text h1{font-size:40px;font-weight:700;color:#021425;}*/

.banner-text p {
	/*border-left: 2px solid #034B51;*/
	/*padding-left: 20px;*/
	font-size: 16px;
	line-height: 1.6;
	margin: 25px 0;
}

.banner-text li {
	padding-left: 35px;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	background-image: url(images/tick-banner.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
    background-size: 18px;
}
.banner-text ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.banner-form {
	padding: 15px;
	background: #fff;
	box-shadow: 0px 10px 40px rgba(4, 85, 92, 0.1);
	margin-left:15px;
}
.gray-bg{background-color: #F8F8F8;}
.heading {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
}
.heading span{color:#FF6500}
.heading + p{margin-top: 10px;font-size: 16px;line-height: 1.5;}

.gallery-box {
	padding: 0;
	border: 1px solid #ECECEC;
	margin: 15px 0;
	background: #fff;
}
.gallery-row {
	margin-top: 40px;
}
.gallery-name h3 {
	font-size: 18px;
	font-weight: 700;
}
.gallery-name {
	padding: 20px 30px;
	 text-align: center;
}
.right-image .col-md-6:first-child{order: 1;}
.client-row {
	margin-top: 50px;
}
.testimonial-box {
	padding: 45px 30px;
	border: 1px solid #D9D9D9;
}
.testimonial-box p{font-size: 16px;line-height: 1.5;margin: 0px;}
.user-image img {
	border-radius: 50%;
	margin-bottom: 25px;
}
.testimonial-box h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.3;
}
.review-star {
	margin-bottom: 15px;
}
.heading-content .container {
	/* max-width: 870px; */
	text-align: center;
}
.heading-content p{font-size: 16px;line-height: 1.5;}
.heading-content p + h2{margin-top: 30px;}
.section-list{margin: 30px 0;}
.section-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.section-list li {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	width: 50%;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	position: relative;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px 21px;
	background-size: 15px;
}

.loction-list li a {
	font-size: 16px;
	line-height: 1.5;
	color: #4D565F;
}
.loction-list ul {
	padding: 0;
	margin: 30px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.loction-list li{width: 25%;padding-left: 32px;position: relative;padding-top: 10px;padding-bottom: 10px;}
.loction-list li::before {
	content: "";
	background-color: #FF6500;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 18px;
}
.content-block p {
	font-size: 16px;
	line-height: 1.5;
}
.content-block .heading {
	margin-bottom: 25px;
}
.content-block .btn-primary{margin-top: 30px;}

.accordian {
	padding: 15px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
.accordian-heading h3 .btn-link {
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	width: 100%;
}
.faq-accordian {
	margin-top: 50px;
}
.icon-accordian .plus {
	background-image: url(images/arrow.png);
	width: 9px;
	height: 15px;
	display: block;
	transition: transform 0.6s;
}
.icon-accordian .plus.minus {
	transform: rotate(90deg);
}
.accordian-body {
	font-size: 16px;
	line-height: 1.5;
	color: #eee;
	padding-top: 15px;
	margin-top: 15px;
}

div#headingOne {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}

div#headingOne button:after, div#headingOne button:before {
	position: absolute;
    top: 50%;
    content: "";
    height: 3px;
    width: 16px;
    right: 18px;
}
div#headingOne button.collapsed:before {
    right: 24px;
    width: 3px;
    height: 16px;
    margin-top: -12px;
    transition: all .3s;
}
div#headingOne button.collapsed:after {
    right: 18px;
    width: 16px;
    height: 3px;
    margin-top: -6px;
}

/*div#headingOne button:before {
    height: 0;
    margin-top: 0;
}*/



span.plus {
    transform: rotate(90deg);
}
.collapsed span.plus {
	transform: rotate(0deg);	
}
.accordian-heading h3 {
	margin: 0;
}
.primary-bg{background-color: #04555C;color:#fff}
.footer{background-color: #04555C;color: #EEEEEE}
.logo{font-size: 16px;line-height: 1.5;}
.footer .logo{margin-bottom: 20px;}
.social ul li a {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.social ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.social ul li + li{margin-left: 10px;}
.footer .list {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer .list  a{font-size: 16px;line-height: 1.5;color: #EEEEEE;text-decoration: none;}
.footer .list  a:hover{color: #FF6500;}
.footer h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 0 20px;
}
.address .icon{margin-right: 15px;}
.address .icon {
	margin-right: 15px;
	min-width: 24px;
}
.address a {
	font-size: 16px;
	line-height: 1.5;
	color: #eee;
}
.address + .address{margin-top: 20px;}
.secondary-bg{background-color: #FF6500;color:#fff}
.footer-bottom p{font-size: 16px;line-height: 1.8;}
.footer-bottom a{font-size: 16px;line-height: 1.5;color:#fff;text-decoration: none;}
.footer-bottom .list-none{list-style: none;}
.footer-bottom li + li{margin-left: 15px;}
select.drop_down {
    padding: 10px 30px;
    margin-top: 36px;
    border-color: #cccccc38;
    background: #cccccc38;
}
.morelinkss {
    outline: none;
}
.woocommerce-housing{
	padding-bottom:40px;
}
.woocommerce-housing .entry-header{
	padding:20px 0;
}
.woocommerce-housing .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text .input-text, .woocommerce-housing .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.woocommerce-housing .nice-select{
	color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
}
.woocommerce-housing .form-row{
	display: block;
}
.woocommerce-housing .col-1,.woocommerce-housing .col-2{
	max-width: unset;
}

/* .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
.woocommerce .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
}
#order_review_heading{
	width: 47.8260869565%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0.6180469716em;
    clear: right;
}
.woocommerce-housing #section-1{
    clear:left;
}
.woocommerce-housing #order_review{
	width: 47.8260869565%;
    float: right;
    margin-right: 0;

} */
.page-id-1341 .woocommerce .col2-set .col-1, .page-id-1341 .woocommerce-page .col2-set .col-1,.page-id-1341 .woocommerce .col2-set .col-2,.page-id-1341 .woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
	padding:0px;
}

.page-id-1341 div#customer_details {
    width: 50%;
    padding: 0px 15px;
}
.page-id-1341 div#order_review {
    width: 50%;
     padding: 0px 15px;
}
.page-id-1341 form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}



.single-product .entry-header{
	display: none;
}
.single-product article{
	padding:40px 0;
}

.woocommerce-housing .single-product div.product form.cart .quantity {
    float: left;
    margin-right: 0.875em;
}
.woocommerce-housing .single-product .quantity .qty{
	width: 4.235801032em;
    text-align: center;
	padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width: auto;
}
.woocommerce-housing button.single_add_to_cart_button{
	background-color: #2c2d33!important;
    border:0;
	border-radius:0;
    color: #ffffff!important;
	cursor: pointer;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
	line-height: 1.5;
}
.text_block .gform_page .button,.text_block .gform_page .button:hover {
	border: none !important;
    box-shadow: none;
    font-size: 16px !important;
    font-weight: 500;
    color: #ffffff !important;
    background: #ff6500 !important;
    border-radius: 5px !important;
	/* font-family: 'Roboto', sans-serif !important; */
}

.woocommerce-housing .add_to_cart_button{
	padding: 0.618em 0.8em!important;
	border-radius: 0px!important;
	margin-right: 10px!important;
}

.woocommerce-housing .add_to_cart_button::after{
	content: unset!important;
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    /* border-color: #43454b; */
    color: #fff;
    cursor: pointer;
    padding: 0.618em 0.7em;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}
a.btn.btn-primary.mobile_btn_link {
    display: none;
}
.single-post .gray-bg {
	    margin-top: 30px;
}
@media(max-width:1024px){
	.woocommerce-housing {
		padding-top: 80px;
	}
	.page-id-1341 div#customer_details {
	    width: 100%;
	    padding: 0px;
	}
	.page-id-1341 div#order_review {
    	width: 100%;
    	padding: 0px;
	}
}

@media(max-width:767px){
	.loction-list li{width: 100%;}
	.footer .col-md-3 + .col-md-3 {
		padding-top: 15px;
	}
	.single-post .gray-bg {
	    margin-top: 0px;
	}

}


.mobile_menu {
    display: none;
}
.mobile_menu h4 {
    font-size: 18px;
    margin: 0pc;
    font-weight: 700;
    border: 2px solid #04555c;
    /* border-radius: 6px; */
    padding: 5px 20px;
    line-height: 1.5;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}
footer.footer .mobile_menu {
	display: none;
}
.slick-prev, .slick-next{
	width:50px!important;
	top: 40%!important;
}
.slick-next {
    right: 0px !important;
	content:none;
	z-index: 999;
}
.slick-prev {
    left: 0 !important;
    z-index: 999;
	content:none;
}    
.slick-prev:before, .slick-next:before {
	/* font-size: 40px !important;
	    opacity: 1 !important;
    color: #04555c !important; */
	content:none!important;
}
@media only screen and (max-width: 1200px) {
	header.header .container,section.header-top.py-4 .container {
	    max-width: 96%;
	}     
}
@media only screen and (max-width: 1100px) {
	ul#menu-main-menu .menu-item {
    	padding: 0px 10px !important;
	}   
	header.header .container,section.header-top.py-4 .container {
	    max-width: 98%;
	} 
}
@media only screen and (max-width: 1024px) {
	section.header-top.py-4 {
		display: none;
	}
	ul#menu-main-menu .menu-item {
    	padding: 0px 10px !important;
	}   
	header.header .container,section.header-top.py-4 .container {
	    max-width: 98%;
	} 
	.header-navigation ul {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    padding: 20px;
	}
	.header-navigation {
		display: none;
	}
	.mobile_menu {
		display: block;
	    display: flex;
	}
	.header-navigation {
	    position: absolute;
	    top: 68px;
	    z-index: 999;	
	    width: 100%;
	    left: 0;
	}
	.header-navigation .menu .menu-item {
    	width: 100%;
    	text-align: center;
    	padding: 5px;
    } 
    header.header .mobile_menu a img {
    	max-width: 50px;
    }
    header.header .mobile_menu a {
	    margin: 0px 6px;
	    line-height: 1;
	    border: 2px solid #04555c;
	    /*border-radius: 6px; */
	}
	.footer .mobile_menu .logo {
    	text-align: center;
	}
    ul#menu-main-menu > .menu-item {
	    padding: 10px !important;
	    border: 1px solid;
	    margin: 5px;
	}
	.menu-item-has-children:before {
	    content: "";
	    background: url(https://housing-disrepair.org/wp-content/uploads/2021/12/Arrow.png);
	    background-size: 18px !important;
	    background-repeat: no-repeat;
	    z-index: 999;
	    width: 50px;
	    height: 50px;
	    right: -18px;
	    /* left: 0; */
	    position: absolute;
	    top: 14px;
	}
	.menu-item-has-children {
		position: relative;
	}
	header.header ul.sub-menu {
	    position: inherit !important;
	}
	header.header ul.sub-menu .menu-item {
	    padding: 10px !important;
	    margin: 15px 0px;
	}
	header.header ul.sub-menu {
	    background: #04555C;
	}
	header.header .menu-item-has-children.active_menu {
		background: #04555C;	
	}
	header.header .menu-item-has-children.active_menu a {
		color: #FFF !important;
	}
	header.header ul#menu-main-menu .menu-item.menu-item-has-children ul.sub-menu {
        display: none !important;
    }
    header.header ul.sub-menu a {
	    color: #FFF !important;
	}
    header.header ul#menu-main-menu .menu-item.menu-item-has-children.active_menu ul.sub-menu {
    	display: block !important;
    }

}
@media only screen and (max-width: 991px) {
	.blog-list .row .col-4 {
    	max-width: 50% !important;
    	padding: 0 15px !important;
	    margin-bottom: 30px !important;
	}

	.blog-list .col-4 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	}	
	.blog-head .col-6 {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.mobile_menu a {
	    margin: 0px 5px;
	}
	.banner-form {
	     margin-left: 0px; 
	}
	.btn-primary {
	    margin-bottom: 15px;
	}
	.cta_strip .heading {
		width: 100%;
	}	
	.cta_strip .heading h2 {
		text-align: center !important;
	}
	.section-list li {
	    width: 100%;
	}
	.blog-head {
	    padding: 20px 0px !important;
	}
	.image_with_text .col-md-6 {
		text-align: center;
	}
	.image_with_text .cta_strip .d-flex.flex-wrap.align-items-center.justify-content-between {
		justify-content: center !important;
	}
	footer.footer .mobile_menu {
		display: block;
	}
	footer.footer .mobile_menu {
	    width: 100%;
	}
	footer.footer .mobile_menu h4.logo {
	    border: none;
	    padding: 0;
	}
	footer.footer .col-md-3 .logo {
		display: none;
	}	
	footer.footer .col-md-3 {
	    width: 50%;
	    vertical-align: top;
	}
	footer.footer .col-md-3 p:empty {
		display: none;
	}

	.gallery-name {
	    padding: 20px 30px;
	}
}	
@media only screen and (max-width: 641px) {
	#section-1 .gf_stylespro .ginput_container .gfsp_icon {
    	line-height: 1.4 !important;
    	border: 1px solid #D9D9D9;
    	border-right: 0;
	}
}
@media only screen and (max-width: 650px) {

	.cta_strip .justify-content-between {

		justify-content:center!important;
	}
	.accordian-body{
		text-align: justify;
	}
	.mobile_menu h4 {
	    font-size: 16px;
	    margin: 0pc;
	    font-weight: 600;
	    padding: 4px 10px;
	    line-height: 2;
	    margin: 0px 5px;
	}
	ul#menu-sub-footer-menu {
	    flex-wrap: wrap;
	}
	ul#menu-sub-footer-menu .menu-item {
		margin: 0px;
		width: 100%;
	}	
	.blog-list .row .col-4 {
	    max-width: 100% !important;
	    padding: 0 15px !important;
	    margin-bottom: 30px !important;
	}
	.blog-list .col-4 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	}
	.header-navigation {
    	position: absolute;
    	top: 68px;
	}
	.banner {
	    padding: 150px 0 70px !important;
	}
	.accordian {
    	padding: 5px 2px;
	}
	header.header .container, section.header-top.py-4 .container {
    	max-width: 100%;
	}
	header.header .container, section.header-top.py-4 .container {
	    max-width: 100%;
	    padding: 0px 8px;
	}
	.page-id-1341 footer.footer {
	    margin-top: 50px;
	}
	a.btn.btn-primary.mobile_btn_link {
	    display: block;
	}
}	
@media only screen and (max-width: 400px) {
	header.header .d-flex.justify-content-between.align-items-center {
		flex-wrap: wrap;
	}
	.header .logo {
		text-align: center;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.mobile_menu {
	    text-align: center;
	    width: 100%;
	    justify-content: center;
	}
	.header-navigation {
	    top: 120px;
	}
	.banner {
	    padding: 175px 0 50px !important;
	}
	/*.banner {
	    padding: 175px 0 50px;
	}*/
}	


/****/
ul {
    list-style-type: square;
    color: #000;
    padding-left: 19px;
}
ul li {
    text-align: left !important;
}
button.d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed {
    text-align: left;
    padding-right: 40px;
}

.page-id-382 input#input_4_16_3,.page-id-382 input#input_4_16_6,.page-id-382 input#input_4_18,.page-id-382 input#input_4_17 {
    border: 1px solid #D9D9D9;
}