/*
 Theme Name:   Brentwood Interior Designs
 Theme URI:    http://8theme.com/
 Description:  WooPress Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     woopress
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  brentwood
*/

/* Common ---------------------------------------------------------------- */

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* Top Bar ---------------------------------------------------------------- */

.top-bar {
	background-color: #252525;
}
.top-bar p, .top-bar .topbar-widget a {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.top-bar .topbar-widget a:hover {
	text-decoration: none;
}
body.bordered.fixNav-enabled .fixed-header-area.fixed-already {
	top: 0;
}
@media only screen and (min-width: 991px) {
	.top-bar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Header ---------------------------------------------------------------- */

.header-logo {
	padding-right: 0;
}
.header-search {
	display: none;
}
.navbar-header .navbar-right {
	display: none;
}
@media only screen and (min-width: 481px) {
	.header-logo img {
		max-width: 130px;
	}
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.header-logo img {
		max-width: 120px;
	}
}
@media only screen and (max-width: 992px) {
	.top-bar .top-links .links {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.top-bar .languages-area .topbar-widget {
		padding-right: 0;
	}
	.top-bar .top-links .links {
		padding-left: 0;
	}
}

/* Main Nav ---------------------------------------------------------------- */

.menu-main-container .menu {
	text-align: left;
}
.menu-main-container .menu > li {
	float: none;
	display: inline-block;
}
.menu-main-container .menu > li > a {
	padding-left: 20px;
	padding-right: 20px;
}
.menu-main-container .menu > li.current_page_parent > a {
	color: #b29e6d;
}
body.bordered .st-menu {
	left: 0;
	top: 0;
}
.nav-item-image {
	display: block;
	margin-top: 10px;
	padding: 0 15px;
}
@media only screen and (min-width: 992px) {
	.menu-column4 .nav-sublist-dropdown {
		width: 900px !important;
	}
	.menu .menu-full-width .menu-column4 .nav-sublist-dropdown .container > ul > li {
		width: 25%;
		margin-right: 0;
	}
	.menu .menu-full-width .menu-column4 .nav-sublist-dropdown .container > ul > li > a {
		float: none;
	}
	.menu .menu-full-width .menu-column4 .nav-sublist-dropdown ul > li.menu-item-has-children .nav-sublist {
		padding-top: 10px;
	}
	.menu .menu-full-width .menu-column4 .nav-sublist-dropdown ul > li.menu-item-has-children .nav-sublist ul li a {
		text-transform: none;
		padding-top: 0;
	}
}

/* Top Services Mega Menu ---------------------------------------------------------------- */

.menu .services-wrap.menu-full-width .nav-sublist-dropdown {
	padding: 15px;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul {
	display: block;
	margin-left: -5px;
	margin-right: -5px;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services {
	padding-left: 5px;
	padding-right: 5px;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services a.item-link {
	margin: 15px;
	padding: 0;
	width: 100%;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services a.item-link .menu-item-descr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 13px !important;
	padding: 5px 15px;
	background: rgba(0,0,0,0.75);
	z-index: 99;
	text-align: center;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services a.item-link:hover .menu-item-descr {
	color: #b29e6d;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services a.item-link .nav-item-image {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu .services-wrap.menu-full-width .nav-sublist-dropdown ul > li.special-services a.item-link .nav-item-image img {
	width: 100%;
}

/* Banner ---------------------------------------------------------------- */

.banner::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	background-color: rgba(0,0,0,.4);
}
.back-history {
	display: none;
}

/* Pages ---------------------------------------------------------------- */

.page-heading{
	background-position:center;
}
.page-heading.bc-type-7,.page-heading.bc-type-8 {
	padding: 140px 0 !important;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: none;
}
.breadcrumbs {
	display: none;
}
@media only screen and (max-width: 992px) {
	.content-page {
		display: block;
	}
}

/* Internal Services Page ---------------------------------------------------------------- */

#custom_html-3 {
	background-color: #b29e6d;
	padding: 25px 15px 15px;
}
#custom_html-3 .wi{
}
span.instashow-gallery-media-image {
	width: 274px;
}
span.instashow-gallery-media-image img {
	width: 274px;
}
article.content-small .wp-picture {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
article.content-small .wp-picture::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
article.content-small .wp-picture > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	article.content-small > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-box-align: center;
		align-items: center;
		margin-right: -15px;
		margin-left: -15px;
	}
	article.content-small > div > div {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	article.content-small > div > .wp-picture {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-ms-box-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	article.content-small > div > .main-text {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-ms-box-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.single-post .page-content .sidebar-position-without {
		margin-left: auto;
		margin-right: auto;
		max-width: 850px;
	}
}

/* Sidebar ---------------------------------------------------------------- */

.sidebar-widget {
	margin-bottom: 60px;
}

/* Gallery ---------------------------------------------------------------- */

.gallery-item a {
	display: block;
	width: 100%;
	position: relative;
}
.gallery-item a::after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}
.gallery-item a img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	object-fit: cover;
}
.content .wpb_images_grid_ul {
	padding-left: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.content .wpb_images_grid_ul > li {
	padding: 10px!important;
	float: left;
	text-align: center;
}
.content .wpb_images_grid_ul::after {
	content: '';
	display: block;
	clear: both;
}
@media only screen and (min-width: 481px) {
	.content .wpb_images_grid_ul > li {
		width: 20%;
	}
	.content .wpb_images_grid_ul > li:nth-of-type(5n+1) {
		clear: both;
	}
}
@media only screen and (max-width: 480px) {
	.content .wpb_images_grid_ul > li {
		width: 33.33%;
	}
	.content .wpb_images_grid_ul > li:nth-of-type(3n+1) {
		clear: both;
	}
}
.form-furniture .mc4wp-form input[type="email"] {
	max-width: 100%;
}

/* Portfolio ---------------------------------------------------------------- */

.portfolio-image {
	margin-bottom: 0;
}
.portfolio-image .btn_group a {
	margin-right: 0;
}
.portfolio-image .btn_group a:last-child {
	display: none!important;
}
.portfolio-descr {
	display: none;
}

/* Woocommerce ---------------------------------------------------------------- */

.page-desc-wrapper {
	padding-top: 30px;
}
.category-description:empty {
	display: none;
}
.products-loop {
	position: relative;
}
.wcapf-before-update {
	z-index: 99!important;
}
.filter-wrap a.btn {
	float: none;
}
.wcapf-layered-nav ul li::before {
	opacity: 1!important;
	top: -1px;
	position: relative;
	vertical-align: middle;
	font-size: 1.8rem;
	margin-right: 1rem;
}
.wcapf-layered-nav > ul > li > a {
	text-transform: uppercase;
}
.slider-values::after {
	content: '';
	display: block;
	clear: both;
}
.slider-values p:first-child {
	float: left;
}
.slider-values p:last-child {
	float: right;
}

/* Pagination ---------------------------------------------------------------- */

.pagination-cubic {
	float: none;
	display: block;
	padding-top: 50px;
}
.pagination-cubic .page-numbers {
	text-align: center;
}
.pagination-cubic li {
	float: none;
	padding: 0 5px;
	display: inline-block;
}
.pagination-cubic .page-numbers a,.pagination-cubic .page-numbers span {
	display: inline-block;
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius: 50%;
	float: none;
	padding: 0;
	font: 14px/38px 'Raleway', Arial, Helvetica, sans-serif!important;
	background-color: #ebebeb;
}
.pagination-cubic .page-numbers a:hover {
	background-color: #b29e6d;
}
.pagination-cubic li span.page-numbers.current {
	float: none;
	padding: 0;
	background-color: #b29e6d;
}
.pagination-cubic li .prev,.pagination-cubic li .next {
	width: auto;
	border-radius: 38px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

/* Product List ---------------------------------------------------------------- */

.product-title {
	font-size: 16px!important;
	text-transform: uppercase;
}
.products-page-cats {
	letter-spacing: 0;
}
.product-slide .price {
	display: none;
}
.products-grid .price {
	color: #b29e6d;
}

/* Product Categories ---------------------------------------------------------------- */

.product-categories > li > a {
	font-size: 14px!important;
	display: block;
	position: relative;
	padding-left: 28px;
}
.product-categories > li > a::before {
	content: '\f105';
	font-family: 'FontAwesome';
	top: 12px;
	left: 0;
	color: #b29e6d;
	position: absolute;
	transition: all ease-in-out .3s;
}
.product-categories > li > a:hover::before {
	left: 5px;
}

/* Product Detail ---------------------------------------------------------------- */

.product_meta .posted_in a {
	text-transform: uppercase;
}
.cart .qty {
	text-align: center;
	padding: 0 10px!important;
}
.cart .qty::-webkit-inner-spin-button,.cart .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity {
	position: relative;
}
.quantity .td-quantity-button {
	cursor: pointer;
	right: 0;
	top: 0;
	width: 24px;
	height: 21px;
	line-height: 20px;
	display: block;
	position: absolute;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
}
.quantity .td-quantity-button.min {
	top: auto;
	bottom: 0;
}

/* Footer */

.copyright .copyright-3 .copyright-payment .copyright-payment {
	margin-bottom: 0;
	display: none;
}
.copyright {
	padding-top: 0;
}
.copyright .container .row-copyrights {
	border-top: 0;
	display: block;
}
.copyright .container .row-copyrights::after {
	content: '';
	display: block;
	clear: both;
}
.copyright .textwidget {
	margin: 0;
}
.copyright .textwidget p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
.copyright .textwidget p strong,.copyright .textwidget p a {
	color: #b29e6d;
}
.copyright .copyright-payment li {
	border-right: 1px solid #595959;
	border-bottom: 0;
	float: none;
	width: auto;
	margin: 0;
	padding-right: 13px;
	padding-left: 13px;
}
.copyright .copyright-payment li.lastItem {
	padding-right: 0;
	border-right: 0;
}
.copyright .copyright-payment li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	float: none;
}
.copyright .copyright-payment li a:hover {
	color: #fff!important;
	text-decoration: underline;
}
.copyright .copyright-payment .widget_nav_menu li.current-menu-item a {
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.row-copyrights div:first-child,.row-copyrights .copyright-payment {
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
	.row-copyrights div {
		width: 100%;
	}
	.row-copyrights div.textwidget {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.copyright .textwidget p,.copyright .copyright-payment li a {
		font-size: 10px;
	}
}
@media only screen and (max-width: 480px) {
	#back-top {
		display: block;
	}
}