/*
 Theme Name:   ASIM Theme
 Theme URI:    http://clienturl.com
 Description:  artifakt Child Theme
 Author:       artifakt Digital Inc
 Author URI:   http://artifaktdigital.com
 Template:     the-artifakt-theme
 Version:      1.0.1
*/

@import url("../the-artifakt-theme/style.css");
@import url("./artifaktidx.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*-------------------------*/
/*--- # Browser Warning ---*/
/*-------------------------*/
.browsehappy {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
    padding: 5px 20px;
    width: 100%;
	text-align: center;
    z-index: 2147483647;
	background-color: rgba(220, 67, 67, .8);
	color: #fff;
	padding: 15px 0;
}

.browsehappy a {
	color: #fff;
	text-decoration: underline;
}

.browsehappy a:hover, .browsehappy a:focus, .browsehappy a:active {
	text-decoration: none;
	color: #fff;
}


/******************/
/*** TYPOGRAPHY ***/
/******************/
@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-BoldItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Medium.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Bold.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-RegularItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-Regular.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/hinted-Metropolis-MediumItalic.woff2') format('woff2'),
        url('./fonts/hinted-Metropolis-MediumItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body {
	font-family: 'Metropolis', sans-serif;
	color: #000;
	line-height: 1.6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Metropolis', sans-serif;
}

h2 {
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

a {
	color: #00244C;
	transition: all .3s ease-out;
}

a:hover, a:active, a:focus {
	color: rgba(0, 36, 76, .8);
	text-decoration: none;
}

.arrow-link {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.arrow-link:after {
	content: '\f105';
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 8px;
}

blockquote {
	font-style: italic;
	border-left-color: #00244C;
	margin: 30px 0px 20px 0px;
	padding: 0px 15px;
	clear: both;
}

blockquote p {
	font-weight: 400;
	font-size: 20px;
}

.fancy-ul {
	padding-left: 9px;
	list-style: none;
	margin: 20px 0;
}

.fancy-ul li {
	margin-bottom: 5px;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
}

.fancy-ul li:before {
	margin: 0 10px 0 -13px;
	content: '\f111';
	font: normal normal normal 4px/1 FontAwesome;
	position: relative;
	color: #00244C;
	bottom: 4px;
}

.twocol-ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.brown-text {
	color: #00244C;
}

.white-text {
	color: #fff;
}

.green-text {
	color: #095645;
}

.page-title {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 2px;
}

.num-title {
	width:-moz-fit-content;
  width:-webkit-fit-content;
  width:fit-content;
	margin: 10px 0;
}

.num-wrapper {
	padding: 10px 0 20px;
}

.num-title h4 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.num-val {
	background-color: #000;
	color: #fff;
	padding: 4px 10px;
}

.num-text {
	border-bottom: 1px solid #000;
	padding-left: 5px;
	padding-bottom: 3px;
}

/***************/
/*** BUTTONS ***/
/***************/
.btn,
.gform_button,
.btn_primary,
.btn-primary,
.wp-core-ui .button-primary,
.idx-omnibar-extra-button,
#impress-widgetsubmit,
#impress-widgetLeadLoginSubmit {
	color: #fff;
	font-family: 'Metropolis', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	height: 50px;
	font-size: 14px;
	padding: 17px 35px;
	border: 2px solid transparent !important;
	background-color: transparent;
	transition: all .5s ease-out;
	background-position: 100% !important;
	background-size: 400% !important;
}
.btn:hover, .btn:focus, .btn:active,
.gform_button:hover, .gform_button:focus, .gform_button:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.wp-core-ui .button-primary:hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active,
.idx-omnibar-extra-button:hover, .idx-omnibar-extra-button:focus, .idx-omnibar-extra-button:active,
#impress-widgetsubmit:hover, #impress-widgetsubmit:focus, #impress-widgetsubmit:active,
#impress-widgetLeadLoginSubmit:hover, #impress-widgetLeadLoginSubmit:focus, #impress-widgetLeadLoginSubmit:active {
	color: #fff;
	background-position: 0 !important;
	outline: 0;
}

#loginform .button-primary,
.white-btn,
.video-panel .gform_button,
.lead-sidebar .gform_button,
.video-panel .brown-btn,
.hw1 .brown-btn {
	border-color: #fff !important;
	background: linear-gradient(45deg, #fff 50%, transparent 50%);
	color: #fff;
}

#loginform .button-primary:hover, #loginform .button-primary:active, #loginform .button-primary:focus,
.white-btn:hover, .white-btn:focus, .white-btn:active,
.video-panel .gform_button:hover, .video-panel .gform_button:focus, .video-panel .gform_button:active,
.lead-sidebar .gform_button:hover, .lead-sidebar .gform_button:focus, .lead-sidebar .gform_button:active,
.video-panel .brown-btn:hover, .video-panel .brown-btn:focus, .video-panel .brown-btn:active,
.hw1 .brown-btn:hover, .hw1 .brown-btn:focus, .hw1 .brown-btn:active {
	color: #00244C !important;
}

.brown-btn,
.gform_button,
.btn_primary,
.btn-primary,
.idx-omnibar-extra-button, #impress-widgetsubmit, #impress-widgetLeadLoginSubmit {
	border-color: #00244C !important;
	background: linear-gradient(45deg, #00244C 50%, transparent 50%);
	color: #00244C;
}

.brown-btn:hover, .brown-btn:focus, .brown-btn:active,
.gform_button:hover, .gform_button:focus, .gform_button:active,
.btn_primary:hover, .btn_primary:focus, .btn_primary:active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.idx-omnibar-extra-button:hover, .idx-omnibar-extra-button:focus, .idx-omnibar-extra-button:active,
#impress-widgetsubmit:hover, #impress-widgetsubmit:focus, #impress-widgetsubmit:active,
#impress-widgetLeadLoginSubmit:hover, #impress-widgetLeadLoginSubmit:focus, #impress-widgetLeadLoginSubmit:active {
	color: #fff;
	background-color: transparent;
}

.search-btn {
	width: 50px;
	min-width: 50px;
	padding: 11px 0 !important;
	font-size: 22px !important;
}



/******************/
/*** SOCIAL BAR ***/
/******************/

.af_contact_social ul {
	padding-left: 0;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	border: 1px solid #e7e9ea;
	width: 40px;
	position: relative;
}

.af_contact_social li {
	display: block;
	padding: 3px;
	margin: 0 2px;
}

.af_contact_social li .fa {
	color: #000;
}

.af_contact_social li:hover .fa {
	color: #00244C;
}

.af_contact_social #facebook-container {
    padding-left: 5px;
}

/************************/
/*** PAGED PAGINATION ***/
/************************/
.paging-navigation {
	text-align: center;
	margin-bottom: 50px;
}

.paging-navigation .pagination,
.paging-navigation > div {
	font-size: 0;
}

.paging-navigation .pagination:empty,
.paging-navigation > div:empty {
	display: none;
}

.page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: transparent;
	padding-top: 8px;
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: bold !important;
}

.page-numbers.current {
	color: #00244C;
	border-bottom: 2px solid #00244C;
	width: 15px;
	margin: 0 12.5px;
}

.page-numbers.next, .page-numbers.prev {
	color: #00244C !important;
	margin: 0;
}

.page-numbers.next .fa, .page-numbers.prev .fa {
	font-weight: bold;
}

.woo-pagination {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 35px;
}

.num-page {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.list-gallery .fa-angle-right:before,
.list-gallery .fa-angle-left:before {
    font-size: 22px;
}

.list-gallery .carousel-control {
	background-image: none;
}


/*************************/
/*** SINGLE PAGINATION ***/
/*************************/
.post-navigation .pagination {
	padding-left: 0;
	list-style: none;
	margin-top: 35px;
	margin-bottom: 0;
	width: 100%;
}

.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
	display: inline-block;
}

.post-navigation .pagination .nav-next {
	float: right;
}

.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
	border: 0;
	border-radius: 0;
	background-color: transparent !important;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

.post-navigation .pagination .nav-previous a i,
.post-navigation .pagination .nav-next a i {
	color: #fff;
}

.post-navigation .pagination .nav-previous a:hover,
.post-navigation .pagination .nav-next a:hover {
	color: rgba(255, 255, 255, .8);
}

/***************/
/*** SIDEBAR ***/
/***************/
.page-sidebar {
	background-color: #ededed;
	padding: 20px 15px 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.page-sidebar .ghalf {
	width: 100%;
	float: none;
}

.page-sidebar a {
	white-space: nowrap;
}

/*****************************/
/*** GENERAL PAGE ELEMENTS ***/
/*****************************/

.span-page {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}


.fluid-width-video-wrapper{
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.2121%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.showvid {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-size: cover;
	background-position: 50%;
	color: #fff !important;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.showvid:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(0, 0, 0, .5);
}

.showvid > span {
	position: relative;
	z-index: 3;
}

.showvid img {
	width: 125px;
	margin-right: 35px;
}

.page-header {
	border-bottom: 0;
}

.banner-header {
	background-position: 50%;
	background-size: cover;
	position: relative;
}

.banner-header:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 36, 76, .8), transparent 90% );
}

/*****************/
/*** TEMPLATES ***/
/*****************/



/*************/
/*** FORMS ***/
/*************/
input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="submit"],
select {
	height: 50px !important;
	border-radius: 0;
}

button {
	border-radius: 0;
}

.gform_button {
	min-width: 150px;
}

textarea {
	height: 115px;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 36, 76, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 36, 76, .6) !important;
}

select {
	background: #fff url( './imgs/select-arrow-black.png' ) 97% 50% no-repeat;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	/* border: 1px solid #efefef; */
}

/* Gforms Resets/ Helper Classes */
.gform_validation_container {
	display: none !important;
}

.gform_footer {
	text-align: right;
}

.gfield_label,
label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	margin: 5px 0;
	display: block;
	text-align: left;
	padding-top: 10px;
}

.gform_wrapper .gfield_required,
.required {
	color: #00244c;
}

.ghalf {
	width: 48.9%;
	display: inline-block;
	float: left;
}

.ghalf.floatright {
	float: right;
}

.floatright + li:not(.ghalf) {
	clear: both;
}

.ginline {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.ginline .gform_fields,
.ginline .gfield {
	margin-bottom: 0 !important;
}

.ginline .gform_body {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.ginline .gform_fields .gfield:first-child {
	padding-left: 0;
}

.ginline .gform_button {
	min-width: 120px;
}

.gtrans .gfield input,
.gtrans .gfield textarea {
	background-color: rgba(255, 255, 255, .8);
}

.gtrans .gfield select {
	background: rgba(255, 255, 255, .8) url( './imgs/select-arrow-black.png' ) 97% 50% no-repeat;
}

.gnolabel label {
	display: none;
}

.gtwocol .gform_fields {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

.gtwocol .gfield {
	width: 100% !important;
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.page-sidebar .gtwocol .gform_fields {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-count: 1;
}

.validation_message,
.validation_error {
	color: #00244C;
}

/***********/
/*** NAV ***/
/***********/
.navbar-collapse {
	padding: 0;
}

#main-menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#main-menu:before,
#main-menu:after {
	display: none;
}

/* Top Level Nav */
.navbar-default .navbar-nav>li>a {
	color: #00244C;
	text-transform: uppercase;
	font-weight: 600;
}

.navbar-default .navbar-nav>li:focus>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active:focus>a,
.navbar-default .navbar-nav>.active:hover>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #00244C;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #555;
}

.navbar-default .navbar-nav .contact-link a:hover,
.navbar-default .navbar-nav .contact-link a:focus,
.navbar-default .navbar-nav .contact-link a:active {
	color: rgba(0, 36, 76, .8);
}

.navbar-default .navbar-nav .contact-link a {
	color: #00244C;
}

/* Secondary Nav */
.navbar-nav>li>.dropdown-menu {
	padding-top: 25px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.dropdown-menu li a {
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-image: none;
	background-color: transparent;
	color: #00244C;
}


/**************/
/*** HEADER ***/
/**************/

.site-header {
	border-bottom: 1px solid #000;
}

.site-header-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

.header-logo {
	position: relative;
}
.header-logo img {
	vertical-align: baseline;
    content: url('https://asimebrahimi.com/wp-content/uploads/2025/07/21.svg');
}

.header-logo:before {
	content: '';
	position: absolute;
	top: 0; right: 100%; bottom: 0; left: -9999px;
	background-color: #fff;
}

.header-logo > div {
	padding: 30px 20px 20px;
}

.header-brokerage > div {
	padding: 20px;
}
.header-brokerage img {
	content: url('https://asimebrahimi.com/wp-content/uploads/2021/08/layer1.png');
}


/**************/
/*** FOOTER ***/
/**************/
.footer-hw {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
}

.footer-hw-left {
	padding-left: 0;
}

.footer-hw-right {
	padding-right: 0;
}

#homeworthform {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

#homeworthform .address-wrap {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 2px;
}

#homeworthform .address {
	border: 2px solid #e7e9ea;
}

#homeworthform .btn {
	min-width: 170px;
}

.site-footer-inner {
	/* background-image: url( './imgs/footer-bg@2x.jpg' ); */
	background-size: cover;
	background-position: 50%;
	clear: both;
	padding: 50px 0 100px;
	position: relative;
}

.site-footer-inner:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	/* background-color: rgba(8, 38, 28, .8); */
}

.site-footer-inner .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width:1200px) {
	.site-footer-inner .container  {
		flex-direction: column;
	}
}

.site-footer-inner img {
	margin-bottom: 30px;
	content: url('https://asimebrahimi.com/wp-content/uploads/2021/08/Asim-lockup-Dark-1.png');
}

.site-footer-inner .btn {
	margin: 45px 10px 0;
	min-width: 160px;
	border: 2px solid #00244C !important;
    background: linear-gradient(45deg, #fff 50%, transparent 50%);
    color: #fff;
    background-color: #00244C;
    margin-left: 0;
}

.site-info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 25px 0;
}

.footer-text-wrapper {
	display: flex;
    flex-direction: column;
    align-content: center;
	align-items: flex-start;
}
@media (max-width:1200px) {
	.footer-text-wrapper{
		align-items: center;
		margin-top: 50px;
	}
}

.footer-divider {
	border: 1px solid #484F56;
    height: 248.38px;
	opacity: 0.3;
	margin-left: 145px;
	margin-right: 145px;
}
@media (max-width:1200px) {
	.footer-divider {
		display: none;
	}
}

.footer-brokerage {
	padding-left: 0;
	content: url(https://asimebrahimi.com/wp-content/uploads/2021/08/Frame.png);
    width: 397px;
}

.footer-contact {
	padding-right: 0;
}
.footer-contact a {
	color: #484F56;
}

.site-info p {
	margin: 0;
	line-height: 1.6;
	font-size: 10px;
	color: #484F56;
}
.margin-bottom {
	margin-bottom: 20px !important;
}

.site-info .fa-heart {
	color: #00244C;
}

.footer-social {
	list-style: none;
	padding-left: 0;
	margin-top: 30px;
	display: none;
}

.footer-social li {
	display: inline-block;
}

/*.footer-social a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	padding-top: 4px;
}

.footer-social a {

}*/



.footer-social a {
	border-radius: 100%;
	padding: 8px 0 0 3px !important;
	width: 35px !important;
	height: 35px !important;
	min-width: auto !important;
	margin: 0 5px !important;
}
.footer-text-wrapper h4 {
	color: #484F56;
	max-width: 400px;
	text-align: left;
	font-style: normal;
	font-size: 16px;
	line-height: 25.12px;
}
@media (max-width:1200px) {
	.footer-text-wrapper h4{
		text-align: center;
	}
}
.footer-text-wrapper span {
	font-size: 24px !important;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 600;
}
.footer-buttons {
	display: flex;
    justify-content: flex-start;
}
@media (max-width:1200px) {
	.footer-buttons {
		flex-direction: column;
	}
}
.copywr {
	display: flex;
    justify-content: space-between;
    font-size: 8px;
	color: #484F56;
	margin: 10px 15px;
}



/****************/
/*** HOMEPAGE ***/
/****************/
/* Main Panel */
.video-panel {
	position: relative;
	padding: 100px 0 100px;
	background-image: url(https://asimebrahimi.com/wp-content/uploads/2021/08/Hero-Background.png) !important;
	background-position: bottom;
}

.video-panel .address-wrap {
	padding-top: 0;
}

.video-panel .ghalf {
	width: 49.8%;
}

.video-panel:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	/* background: linear-gradient( 0deg, rgba(0, 0, 0, 1), transparent 60% ); */
}

.video-panel .panel-inner {
	position: relative;
	z-index: 10;
}

.video-panel h1 {
	font-size: 45.48px;
	letter-spacing: 2px;
	line-height: 54.85px;
	text-transform: uppercase;
	max-width: 508.26px;
}
.video_panel_subtext {
	max-width: 434.81px;
	font-size: 16px;
	line-height: 22.4px;
	margin-top: 24.37px;
	font-weight: 400 !important;
}

.video-panel h3 {
	margin-top: 10px;
}

.video-panel .art-col {
	padding: 0;
	margin-top: 25px;
}

.video-panel .gform_body {
	padding-right: 4px;
}

.video-panel .gform_button {
	min-width: 170px;
}

.main-video {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.video-panel {
	height: 100%;
	/* background-attachment: fixed; */
	overflow: hidden;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.video-panel:after {
	/* background-color: rgba(39,41,48, 0.4); */
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.video-panel .panel-inner {
	position: relative;
	z-index: 10;
}

.video-panel video {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* Team Panel */
.team-panel {
	padding: 70px 0;
}

.team-panel .panel-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.team-panel img {
	max-width: 367.03px;
	padding: 0;
    box-shadow: -30px 30px 0 0 white, -30px 30px 0 5px #dbdddf;
}
.team-panel-img {
	width: auto !important;
}
.team-panel-copy {
	width: auto;
}
.team-panel p {
	max-width: 415.11px;
	line-height: 25.12px;
	color: #484F56;
}

.team-panel .btn {
	min-width: 166.25px;
}
.team-panel h2 {
	max-width: 313.68px;
	color: #00244C;
	line-height: 41px;

}

/* Testimonial Panels */

.testimonial-panel {
	position: relative;
	margin-bottom: 50px;
}

.testimonial-panel:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, .9), transparent 80% );
}

.testimonial-panel .panel-inner {
	padding: 100px 0 100px;
	overflow: hidden;
	position: relative;
}

.t-panel-left {
	padding-left: 0;
}

.t-panel-right .btn {
	padding: 17px 10px;
}

.t-author {
	padding-top: 15px;
	font-weight: 600;
	letter-spacing: 2px;
}

#testimonial-car .carousel-indicators {
	position: static;
	width: 100%;
	margin: 0;
}

#testimonial-car .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0 2px;
	border: 1px solid #fff;
}

#testimonial-car .carousel-indicators .active {
	background-color: #fff;
}


/* Buying / Selling Panels */
.buying-panel,
.selling-panel {
	position: relative;
	padding: 100px 0 100px;
	background-image: url('https://asimebrahimi.com/wp-content/uploads/2021/08/Banner.png') !important;
}

.buying-panel:before,
.selling-panel:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, .8), transparent 80% );
}

.buying-panel .panel-inner,
.selling-panel .panel-inner {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	/* align-items: center; */
}

.entry-content h3 {
	color: #00244C;
}

.buying-left,
.selling-left {
	padding-left: 0;
	padding-left: 0px !important;
	margin-top: 36px;
}

.buying-right,
.selling-right {
	padding-right: 0;
	padding-left: 0px !important;
	margin-top: 36px;
}

.buying-panel h2,
.selling-panel h2 {
	margin-top: 0;
	color: white !important;
}
.buying-panel h2 {
	color: white !important;
}
.selling-panel h2 {
	color: white !important;
}

/* Durham Panel */
.durham-panel {
	padding-top: 15px;
}

.durham-panel h3 {
	margin-top: 10px;
}
.durham-panel h2 span {
	font-size: 24px;
	line-height: 50px;
	/* margin-bottom: 12px; */
	color: #484F56;
	font-weight: 400;
}
.durham-panel h2 {
	color: #00244C;
	font-weight: 600;
}

.durham-map {
	margin-top: 35px;
}

.durham-panel p {
	color: #484F56;
}


/* Listings Panel */
#listings-car .item-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.listing-panel-img {
	background-size: cover;
	background-position: 50%;
	height: 500px;
}

.listing-panel-img a {
	display: block;
	height: 100%;
}

.listing-panel-text {
	padding: 30px 45px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.listings-panel {
	padding-bottom: 100px;
}
.listings-panel h2 {
	color: #00244C;
	font-weight: 600;
}
.list-panel-heading {
	color: #00244C;
	font-weight: 600;
}
.list-panel-btn .centertext {
	position: relative;
	z-index: 3;
	margin-bottom: 50px;
}
.listing-panel-text > div {
	max-width: 450px;
}

.listing-panel-text h4 {
	margin: 20px 0;
	letter-spacing: 1px;
}

.listing-panel-text .delim {
	color: #222;
	padding: 0 5px;
}

#listings-car .carousel-indicators {
	width: 300px;
	margin: auto;
	/* left: calc( 50% - 35px ); */
	left: 230px;
	top: 450px;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: space-evenly;
	-webkit-flex-direction: column;
	flex-direction: row;
}
@media (max-width:1500px) {
	#listings-car .carousel-indicators {
		left: 134px;
	}
}
@media (max-width:1440px) {
	#listings-car .carousel-indicators {
		left: 118px;
	}
}
@media (max-width:1366px) {
	#listings-car .carousel-indicators {
		left: 100px;
	}
}
@media (max-width:1280px) {
	#listings-car .carousel-indicators {
		left: 80px;
	}
}
@media (max-width:1200px) {
	#listings-car .carousel-indicators {
		left: 58px;
	}
}
@media (max-width:1024px) {
	#listings-car .carousel-indicators {
		left: 28px;
	}
}
@media (max-width:1024px) {
	#listings-car .carousel-indicators {
		top: 480px;
	}
}

#listings-car .carousel-indicators li {
	background-color: #e7e9ea;
	border: 1px solid #e7e9ea;
	width: 14px;
	height: 14px;
	margin: 5px 0;
}

#listings-car .carousel-indicators .active {
	background-color: transparent;
}



/* Search Panel */
.search-panel {
	padding: 35px 0;
}

.search-panel .panel-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.search-panel h3 {
	margin: 0;
	margin-right: 30px;
	letter-spacing: 1px;
}

.search-panel p {
	margin: 0;
}



/******************/
/*** CTA PANELS ***/
/******************/
.hp_panel {
	background-size: cover;
	/* background-position: 50%; */
}

.hp_panel h2 {
	font-size: 36px;
}


/***********/
/*** 404 ***/
/***********/

.error-404 {
	background-image: url( './imgs/404.jpg' );
	background-position: 50%;
	background-size: cover;
	color: #fff;
	position: relative;
	height: 450px;
}

.error-404:before {
	content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient( 0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .7), transparent 85% );
}

.error-content {
	position: relative;
	padding-top: 150px;
}

.error-content .btn {
	margin-top: 30px;
}

/*************/
/*** LOGIN ***/
/*************/
.login {
	background-image: url( './imgs/wp-login.jpg' );
	background-size: cover;
	background-position: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	min-height: 100vh;
}

#login {
	width: 450px;
	padding: 35px 0;
	text-align: center;
	color: #fff;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
}

#login p {
	text-align: left;
}

#login form {
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0;
	text-align: left;
	border: 0;
	color: #000;
}

#login h1 a {
	background-image: url( './imgs/header-logo.svg' );
	width: 300px;
	background-size: 300px;
	height: 170px;
	margin-bottom: 0;
}

#login form label {
	color: #fff;
	font-size: 16px;
}

#login form input[type="text"],
#login form input[type="password"] {
	background-color: rgba(255, 255, 255, .8);
}

#login form .submit {
	clear: both;
}

#rememberme {
	background-color: transparent;
	border: 2px solid #fff !important;
	border: 0;
	box-shadow: none;
	transform: scale(1.3);
	margin-left: 2px;
}

input[type=checkbox]:checked:before {
	color: #00244C;
}

#nav a,
#backtoblog a {
	color: #fff !important;
	font-size: 18px;
}

#nav,
#backtoblog {
	margin: 0 !important;
	display: inline-block;
	padding: 0 !important;
	font-size: 18px;
}

.login #nav {
	display: block;
	text-align: center;
}

#login form .button-primary {
	width: 150px;
	height: 50px;
}



/**************/
/*** THANKS ***/
/**************/

.page-template-thanks .main-content {
	color: #fff;
	position: relative;
}

.page-template-thanks .main-content-inner {
	position: relative;
	padding: 150px 0 !important;
}

.page-template-thanks .main-content-inner .btn {
	margin-top: 30px;
}

.page-template-thanks .main-content:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .7), transparent 85% );
}

.page-template-thanks .site-header-inner {
	border-bottom: 1px solid #000;
}

.thanks-content .btn {
	min-width: 250px;
}

.thanks-content h3 {
	color: #fff;
}

/******************/
/*** LEAD PAGES ***/
/******************/

.page-template-leadpage .main-content {
	color: #fff;
	position: relative;
	background-position: 50%;
	background-size: cover;
}

.page-template-leadpage .main-content:before {
	color: #fff;
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 36, 76, .9), rgba(0, 36, 76, .1) 100% );
}

.page-template-leadpage .page-content {
	padding: 20px 0 60px;
	clear: both;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.page-template-leadpage .page-title {
	margin-bottom: 0;
}

.page-template-leadpage .page-header h3 {
	font-weight: 100;
	margin-top: 10px;
}

.lead-content {
	padding-bottom: 20px;
}

.lead-content p {
	line-height: 1.6;
}

.lead-content a {
	color: #fff;
}

.lead-content a:hover,
.lead-content a:focus,
.lead-content a:active {
	color: rgba(255,255,255,.8);
}

.lead-content h4 {
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}

.lead-sidebar {
	overflow: hidden;
}

/*********************/
/*** CONTENT PAGES ***/
/*********************/

.content-top {
	color: #fff;
}

.content-top p {
	margin-bottom: 20px;
}

.banner-header .page-header {
	padding: 80px 0 40px;
	overflow: hidden;
	color: #fff;
  position: relative;
}

.page-header {
	margin: -80px 0 15px 0;
}

.banner-header .page-header h3 p {
	font-weight: 100;
	line-height: 1.2;
}

.banner-header .page-header h3 em {
	font-weight: 600;
}

.page-sidebar {
	border: 1px solid #00246C;
	background-color: transparent;
	color: #00244C;
}

.page-sidebar input[type="text"], input[type="number"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
     border: 1px solid #e7e9ea;
}

.page-sidebar .gform_button {
	width: 100%;
	margin-top: 10px;
}

.sidebar-hw {
	padding: 100px 25px 30px;
	position: relative;
	background-position: 50%;
	background-size: cover;
	margin-bottom: 30px;
}

.sidebar-hw:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, .9), transparent 100% );
}

.sidebar-hw h4,
.sidebar-hw a {
	position: relative;
}

.sidebar-hw h4 {
	line-height: 1.4;
}

.sidebar-hw .btn {
	padding: 17px 10px;
	margin-top: 10px;
}

.team-sidebar-box {
	border: 1px solid #00246C;
	margin-bottom: 30px;
}

.team-sidebar-img {
	position: relative;
	height: 460px;
	/* display: none; */
}

.team-sidebar-img img {
	margin: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}

.team-sidebar-img h4 {
	color: #fff;
	position: relative;
	margin-top: -60px;
}

.team-sidebar-img:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 36, 76, .9), transparent 60% );
}

.team-sidebar-content {
	padding: 10px 20px;
	line-height: 1.5;
}

.team-sidebar-content {
	padding: 10px 20px;
	line-height: 1.6;
	color: #00244C;
}


.page-sidebar h4 {
	background-color: #00244C;
	color: #fff;
	padding: 20px;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 20px;
}

.page-top blockquote {
	margin: 40px 0;
}
.page-top {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-top h2 {
	color: #00244C;
}
.page-top p {
	text-align: center;
    color: #484F56;
    max-width: 550px;
    margin: auto;
}

.content-with-sidebar h4 {
	margin-top: 0;
}

/************************************/
/*** BLOG MAIN / ARCHIVE / SEARCH ***/
/************************************/
.blog .banner-header,
.archive .banner-header,
.search .banner-header {
	margin-bottom: 40px;
}

.blog .main-content,
.archive .main-content,
.search .main-content {
	border-bottom: 1px solid #000;
}

.blog-box {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.blog-box-img {
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.blog-box-img:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 36, 76, .6), transparent 60% );
	opacity: 0;
	transition: all .3s ease-out;
}

.blog-box:hover .blog-box-img:before {
	opacity: 1;
}

.blog-box-img a {
	display: block;
	height: 100%;
	position: relative;
}

.blog-box-content {
	padding: 30px;
}

.blog-box-content p.righttext {
	margin-top: 20px;
	text-align: left;
}

.widget-title {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 8px 15px;
	margin-top: 0;
}

.widget {
	position: relative;
}

.widget:before {
	content: '';
	position: absolute;
	right: 0; top: 29px; left: 0;
	height: 2px;
	background-color: #000;
}

.search-field {
	border: 1px solid #000 !important;
	border-right: 0 !important;
}

.widget_categories ul {
	list-style: none !important;
	list-style-position: inside !important;
}


.cat-item a {
	background-color: transparent !important;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #efefef;
	color: #000;
}

.cat-item a:hover {
	color: #00244C
}

.cat-item a:before {
	content: '\f105';
	font: normal normal normal 16px/1 FontAwesome;
	margin-right: 15px;
}

.dpe-flexible-posts {
	list-style: none;
	padding-left: 0;
	padding-top: 20px;
}

.dpe-flexible-posts li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;

}

.dpe-flexible-posts li a img {
	min-width: 80px;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.dpe-flexible-posts .title {
	color: #000;
}

.dpe-flexible-posts .title:hover {
	color: #00244C;
}

.main-search-info {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #efefef;
}

.no-results .page-header {
	margin-top: 0;
}

.no-results .page-title {
	color: #000;
}


/*******************/
/*** BLOG SINGLE ***/
/*******************/
.single-post .main-content {
	border-bottom: 1px solid #000;
}

.single-post .page-header {
	margin-bottom: 40px;
}

.single-post .page-title {
	color: #000;
}

.post-image {
	margin-bottom: 10px;
}


/* Comments */
#comments {
	border-top: 1px solid #efefef;
}

.comments-title,
#reply-title {
	font-size: 24px;
	color: #000;
}

.comment-body .pull-left {
	margin-right: 20px;
}

.comment-body .pull-left img {
	display: none;
}

.comment-body .pull-left::before {
	content: '\f007';
	font: normal normal normal 40px/1 FontAwesome;
	height: 60px;
	width: 60px;
	display: block;
	padding: 9px 16px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
}

.comment-body .panel,
.comment-body .panel-heading,
.comment-body .panel-footer {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.comment-reply,
.form-submit {
	text-align: right;
}

.comment-list {
	margin-bottom: 35px;
}

#reply-title {
	margin-bottom: 15px;
}

.comment-form {
	padding: 15px;
}

.comment-notes {
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	min-width: 110px;
	padding-right: 20px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
}


/*************************/
/*** TESTIMONIALS MAIN ***/
/*************************/

.testimonial-wrap {
	padding: 30px 0;
}

.t-box-inner {
	border-left: 5px solid #00244C;
	padding-left: 25px;
}

.testimonial-wrap .row .t-box:first-of-type {
	padding: 30px 40px 30px 0;
}

.testimonial-wrap .row .t-box:nth-of-type(2) {
	padding: 30px 0 30px 40px;
}

.t-box-inner .t-excerpt:before,
.t-box-inner .t-excerpt:after {
	content:'"';
}

/***************************/
/*** TESTIMONIALS SINGLE ***/
/***************************/

.single-testimonial .main-content {
	background: url('./imgs/testimonial-individual-bg.jpg');
	background-position: 50% 20%;
	background-size: cover;
	position: relative;
	color: #fff;
	padding-bottom: 50px;
}

.single-testimonial .page-title {
	padding-top: 100px;
}

.single-testimonial .main-content p {
	position: relative;
	font-size: 22px;
	padding-bottom: 50px;
	color: #fff;
	line-height: 1.6;
}

.single-testimonial .main-content:before {
	content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient( 0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .7), transparent 80% );
}

.single-testimonial .entry-content p:first-of-type:before,
.single-testimonial .entry-content p:last-of-type:after {
	content: '"';
}


/*********************/
/*** LISTINGS MAIN ***/
/*********************/

.listing-pg-query {
	padding-top: 50px;
}

.listing-img {
	height: 200px;
	background-position: 50%;
	background-size: cover;
}

.listing-box {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}

.listing-inner {
	border: 1px solid lightgrey;
	min-height: 330px;
}

.listing-status-banner {
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	float: left;
	margin-top: 15px;
	padding: 5px 15px;
}

.listing-info {
	padding: 20px 10px;
}

.listing-info h4 {
	color: #00244C;
}

.listing-info p {
	padding-top: 10px;
}



/***********************/
/*** LISTINGS SINGLE ***/
/***********************/
#map-canvas {
	height: 350px;
}

.single-listings #nav-below {
	display: none !important;
}

.single-listings .content-with-sidebar,
.single-listings .side {
	padding: 40px 0;
}

.single-listings .content-with-sidebar {
	padding-right: 20px;
}

.list-details-wrap {
	background-color: #e7e9ea;
	overflow: hidden;
	margin: 40px 0;
	padding: 20px;
}

.listing-banner {
	text-align: center;
}

.list-gallery .item {
	height: 400px;
	background-size: cover;
	background-position: 50%;
}

.list-gallery .fa-angle-right:before, .list-gallery .fa-angle-left:before {
    font-size: 40px;
}

.list-gallery .fa {
	position: absolute;
	bottom: 0;
	padding: 10px 25px;
	background-color: rgba(255,255,255,0.7);
	color: #000;
}

.list-gallery .fa-angle-right {
	right: 0;
}

.list-gallery .fa-angle-left {
	left: 0;
}

.carousel-control {
	text-shadow: none;
	opacity: 1;
}

/***********************/
/*** PROPERTY SEARCH ***/
/***********************/

.idx-omnibar-form > div > input {
  background: rgba(255,255,255,0.8);
}

.address-label {
	text-transform: uppercase;
}

/************************/
/*** COMMUNITIES MAIN ***/
/************************/

.all-communities {
	margin-bottom: -33px;
	padding-top: 30px;
}

.durham-map-pg {
	margin-bottom: -32px;
}


/**************************/
/*** COMMUNITIES SINGLE ***/
/**************************/

.hood-tagline {
	font-weight: 100;
}

.hood-wrap {
	margin-top: 40px;
	padding-bottom: 45px;
}

.hood-section:first-of-type h3 {
	margin-top: 0;
}

.single-neighbourhood .post-navigation {
	display: none;
}

.wpgmza_map {
	margin-top: 100px;
}

/*****************/
/*** TEAM MAIN ***/
/*****************/

.team-top {
	overflow: hidden;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
	padding: 20px 0 10px;
}

.team-box-inner {
	border: 1px solid #000;
	margin-bottom: 50px;
}

.team-img {
	height: 350px;
	background-size: cover;
	background-position: 50% 0;
}

.team-info {
	padding: 15px 0;
}

.team-info h4,
.team-info p:first-of-type {
	color: #000;
}

.team-info p {
	font-style: normal;
}

.join-team {
	border: 1px solid #000;
	padding: 30px 45px;
	margin: 0 0 45px;
}

.join-team .btn {
	margin-top: 30px;
}


/*******************/
/*** TEAM SINGLE ***/
/*******************/

.single-team_member #nav-below {
	display: none;
}

.single-team_member .page-header h3,
.single-team_member .page-title {
	color: #00244C;
}

.single-team_member .page-title {
	font-weight: bold;
	font-size: 46px;
}

.single-team-img {
	border: 1px solid #000;
	margin-bottom: 30px;
}

.team-contact {
	padding: 20px;
}

.team-contact .team-detail h4 {
	font-size: 18px !important;
}

.team-contact .team-detail h4.caps {
	font-weight: 700;
	color: #00244C;
}

.team-contact .team-detail span {
	font-weight: 400;
}

.team-content-inner {
	padding: 30px 0 50px;
}

.team-content .side {
	padding-top: 30px;
}

.gallery img {
	border: 0 !important;
}

/******************/
/*** HOME WORTH ***/
/******************/

.page-template-homeworth .main-content {
	min-height: 100vh;
	color: #fff;
	position: relative;
}

.page-template-homeworth .main-content:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
}

.hw-header {
	padding-top: 30px;
}

.hw1 {
	padding: 0;
	padding-top: 100px;
}

.address-wrap {
	padding-top: 20px;
}

.hw2 {
	position: relative;
}

.hw1 h1,
.hw2 h1 {
	font-size: 45px;
}

.hw-map {
	margin-top: 50px;
	margin-bottom: 50px;
}

.hw-form {
	margin-top: 30px;
	margin-bottom: 50px;
}

/*********************/
/*** ONE-OFF PAGES ***/
/*********************/

/* Contact Page */

.office-wrap .container {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: -70px;
	margin-top: 50px;
}

.office-box {
	margin: 15px 0;
}

.office-box h4 {
	color: #00244C;
	font-weight: bold;
}

.office-wrap h3 {
	font-size: 34px;
}

.office-title {
	font-size: 28px !important;
	padding-top: 40px;
}

/* Search Page */

.search-by-price {
	display: -webkit-flex;
	display: flex;
}

.idx-omnibar-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 !important;
}

.idx-omnibar-input {
	display: none;
}

.idx-omnibar-form label {
	text-align: left;
	color: #fff;
}

.idx-omnibar-form input {
	height: 50px !important;
	background-color: #e7e9ea;
}

.address-label {
	margin: 5px 0;
	display: block;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
}

.idx-omnibar-extra {
	min-width: 120px;
	width: 120px !important;
	margin-right: 3px;
}

.awesomplete {
	margin-right: 3px;
}

.awesomplete ::-webkit-input-placeholder {
    color: transparent;
}
.awesomplete :-moz-placeholder {
	color: transparent;
}
.awesomplete ::-moz-placeholder {
	color: transparent;
}
.awesomplete :-ms-input-placeholder {
	color: transparent;
}
.awesomplete ::-ms-input-placeholder {
	color: transparent;
}

.idx-omnibar-extra-button {
	min-width: 140px;
	width: 140px !important;
	margin-top: 0 !important;
}

.idx-omnibar-extra-button span {
	margin-left: 0 !important;
}

.idx-omnibar-extra-button i {
	display: none;
}

.idx-omnibar-extra-button, #impress-widgetsubmit, #impress-widgetLeadLoginSubmit {
    height: 50px !important;
		font-size: 14px;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
	margin-bottom: 0;
}

.search-by-price {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #000;
}

.search-by-price ul {
	list-style: none;
	padding-left: 0;
	line-height: 2;
	padding-top: 10px;
}

.price-left {
	padding-left: 20%;
}

.price-right {
	height: 400px;
	background-size: cover;
	background-position: 50%;
}

/* Search By Type */

.search-by-type {
	padding-top: 20px;
}

.search-by-type .img-box-wrap:first-of-type {
	padding-left: 0;
}

.search-by-type .img-box-wrap:last-of-type {
	padding-right: 0;
}

.search-by-type .img-box {
	height: 175px;
	background-size: cover;
	background-position: 50%;
	position: relative;
	margin: 20px 0 50px;
}

.search-by-type .img-box:before {
	content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient( 0deg, rgba(0, 0, 0, .9), transparent 80% );
}

.search-by-type .img-box a {
	display: block;
	height: 100%;
	position: relative;
}

.search-by-type .img-box-inner {
	text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.search-by-type .img-box-inner h3 {
	color: #fff;
}

/* Search By Area */

.search-by-neighbourhood {
	padding: 30px 0;
}

.page-id-170 .search-by-neighbourhood h2 {
	display: none;
}

.search-by-neighbourhood #menu-search-by-area {
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	column-count: 4;
	line-height: 2;
	padding: 30px 0 30px 30px;
}

.search-by-neighbourhood #menu-search-by-area li:after {
	content: '\f054';
	font: normal normal normal 15px/1 FontAwesome;
	color: #00244C;
	margin-left: 5px;
}

/* IDXB Signup / Login */

#impress-widgetEmail {
	width: 100% !important;
}

#impress-widgetLeadLoginSubmit {
	width: 100% !important;
	margin-top: 10px;
}

#IDX-leadToolsBar a:hover {
	color: #000 !important;
}

.impress-lead-login {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 30px auto;
}

#impress-widgetLeadLoginSubmit {
    width: 170px !important;
    padding: 16px 25px 14px !important;
		margin-left: 3px;
}

.idx-omnibar-extra-button:hover, .idx-omnibar-extra-button:focus, .idx-omnibar-extra-button:active, #impress-widgetsubmit:hover, #impress-widgetsubmit:focus, #impress-widgetsubmit:active, #impress-widgetLeadLoginSubmit:hover, #impress-widgetLeadLoginSubmit:focus, #impress-widgetLeadLoginSubmit:active {
	background-color: #00244C !important;
}

.impress-lead-signup {
	display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.impress-lead-signup .ctrl-group {
    width: 49.5%;
}

.impress-lead-signup .ctrl-group input,
.impress-lead-login .ctrl-group input {
	background-color: rgba(255, 255, 255, .8);
}

.impress-lead-login .ctrl-group {
    width: 100%;
}

.signup-btn {
	width: 100%;
}

.idx-omnibar-extra-button, #impress-widgetsubmit, #impress-widgetLeadLoginSubmit {
  float: right;
	width: 150px;
}

.impress-lead-signup ::-webkit-input-placeholder {
    opacity: 0;
}
.impress-lead-signup :-moz-placeholder {
   opacity:  0;
}
.impress-lead-signup ::-moz-placeholder {
   opacity:  0;
}
.impress-lead-signup :-ms-input-placeholder {
   color: transparent !important;
}
.impress-lead-signup ::-ms-input-placeholder {
   color: transparent !important;
}

.impress-lead-login ::-webkit-input-placeholder {
    opacity: 0;
}
.impress-lead-login :-moz-placeholder {
   opacity:  0;
}
.impress-lead-login ::-moz-placeholder {
   opacity:  0;
}
.impress-lead-login :-ms-input-placeholder {
   color: transparent !important;
}
.impress-lead-login ::-ms-input-placeholder {
   color: transparent !important;
}

/* IDXB Pages */

.idx-wrapper .page-header {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-image: url( './imgs/default-header.jpg' );
	background-size: cover;
	background-position: 50%;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 130px 0 75px;
}

.idx-wrapper .page-header:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient( 0deg, rgba(0, 0, 0, .9), transparent 80% );
}

.idx-wrapper .page-title {
	color: #fff;
	position: relative;
}

.impress-lead-login label, .idx-modal-shortcode-preview label {
    position: absolute;
    top: 0;
}

/* Serving Durham */

.stat-box {
	margin: 30px 0;
	position: relative;
}

.stat-box:first-of-type {
	padding-left: 0;
}

.stat-box:last-of-type {
	padding-right: 0;
}

.stat-box-inner {
	border: 1px solid #00244C;
	height: 175px;
	text-align: center;
	position: relative;
}

.stat-box p {
	padding: 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0;
	position: absolute;
	height: 113px;
	width: 100%;
	display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center;
	 align-items: center;
	 -webkit-justify-content: center;
	 justify-content: center;
}

.stat-box h4 {
	padding: 5px;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 0;
}


/******************/
/*** RESPONSIVE ***/
/******************/

/* MD Displays - 1199 and smaller */
@media (max-width:1199px) {
    .header-logo > div {
		width: 275px;
		min-width: 275px;
	}

	.header-brokerage > div {
		width: 100px;
		min-width: 100px;
		padding: 20px 10px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
		padding: 15px 8px;
	}

	.navbar-nav>li>.dropdown-menu {
		padding-top: 21px;
	}

	.navbar-nav>li>.dropdown-menu>li>a {
		font-size: 12px;
	}



	.stat-box-inner {
		height: 200px;
	}

	.stat-box p {
		height: 138px;
	}

}


/* SM Displays - 991 and smaller --- includes iPad portrait */
@media (max-width:991px) {

	.site-header-inner {
		display: block;
	}

	.header-logo > div,
	.header-brokerage > div {
		width: 100%;
	}

	.header-brokerage > div {
		padding-top: 40px;
	}

	.site-navigation {
		clear: both;
		padding: 0 15px;
	}

	.footer-hw {
		display: block;
	}

	.footer-hw-left,
	.footer-hw-right {
		padding: 0;
		text-align: center;
	}

	.footer-hw-right {
		margin-top: 25px;
	}

	.site-info {
		display: flex;
		text-align: center;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.footer-brokerage,
	.footer-contact {
		padding: 0;
		margin-top: 40px;
	}

	.footer-contact {
		margin-top: 20px;
	}

	.team-panel .panel-inner {
		/* display: block; */
	}
	.team-panel p {
		max-width: 100%;
	}

	.team-panel-img {
		margin-bottom: 30px;
	}
	.team-panel .panel-inner {
		justify-content: center;
	}

	.buying-panel:before,
	.selling-panel:before {
		background: linear-gradient( 0deg, rgba(0, 0, 0, .8), transparent 70% );
	}

	.buying-panel .panel-inner,
	.selling-panel .panel-inner {
		display: block;
	}

	.buying-left,
	.selling-left {
		padding: 0;
		padding-right: 75px;
		margin-bottom: 20px;
	}

	.buying-right,
	.selling-right {
		text-align: left;
	}

	.durham-map-mobile {
		padding-bottom: 30px;
		padding-top: 30px;
		margin-top: 25px;
	}

	#menu-neighbourhood-menu {
		padding-left: 0;
		list-style: none;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
	}

	#menu-neighbourhood-menu li a {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 18px;
	}

	#menu-neighbourhood-menu li a:after {
		content: '\f105';
		font: normal normal normal 18px/1 FontAwesome;
		margin-left: 8px;
	}

	.sidebar-hw .btn {
		 padding: 17px 35px;
	}

	.single-listings .content-with-sidebar,
	.single-listings .side {
		padding: 0;
	}

	.search-by-neighbourhood #menu-search-by-area {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
	}

	.search-by-type .img-box-wrap:first-of-type {
		padding-left: 15px;
	}

	.search-by-type .img-box-wrap:last-of-type {
		padding-right: 15px;
	}

	.search-by-type .img-box {
    margin: 15px 0 15px;
	}

	.search-by-type {
		padding-bottom: 40px;
	}

	.search-by-type h2 {
		padding-bottom: 20px;
	}

	.price-left {
    padding-left: 10%;
	}

	.search-by-price h2,
	.search-by-type h2,
	.search-by-neighbourhood h2 {
		font-size: 32px;
	}

	.team-content-inner {
		padding: 15px 0 0;
	}

	.team-content .side {
		padding-top: 0;
	}

	.impress-lead-login label, .idx-modal-shortcode-preview label {
	  top: -30px;
	}

	.list-gallery {
		padding: 40px 0 20px;
	}

	.idx-omnibar-form {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.awesomplete {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.idx-omnibar-extra,
	.idx-omnibar-extra-button {
		margin-right: 0;
		width: 18%;
		min-width: 18%;
	}

	.video-panel {
		background-attachment: initial;
	}

	.header-brokerage img {
		width: 150px;
	}

	#field_3_5 {
		margin-top: 18px;
	}

	.listing-box {
		padding: 0 8px;
	}

	.team-box {
		padding: 0 5px;
	}

	.team-info {
		min-height: 160px;
	}

	.team-img {
		height: 250px;
	}

	.team-sidebar-img {
		position: relative;
		height: 450px;
	}

	.team-sidebar-img h4 {
		margin-top: -40px;
	}

}


/* MENU COLLAPSE */
@media (max-width: 799px){

	.site-navigation {
		border-bottom: 1px solid rgba(0, 0, 0, .5);
		border-top: 1px solid rgba(0, 0, 0, .5);
	}

	#main-menu {
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #00244C;
	}

	.navbar-nav>li {
		width: 100%;
		text-align: center;
	}

	.navbar-nav .open .dropdown-menu {
		padding-top: 5px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px;
	}

	.navbar-default .navbar-toggle {
		outline: none !important;
		background-color: transparent !important;
		border: 0;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #00244C;
		width: 35px;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}

	.navbar-collapse {
		border: 0;
		box-shadow: none;
	}

	.navbar-default .navbar-nav>li>a,
	.navbar-nav>li>.dropdown-menu>li>a {
		font-size: 16px;
	}

	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #00244C;
		background-color: transparent;
	}

	.navbar-collapse {
		border: 0;
		box-shadow: none;
		position: absolute;
		background-color: #fff;
		width: 100vw;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}

}


/* XS Displays - 767 and smaller */
@media (max-width:767px) {

	#main-menu {
		margin: 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #222;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		background-color: transparent;
		color: #00244C;
	}

	.gfield {
		margin-top: 10px !important;
	}

	.ghalf {
		float: none !important;
		width: 100%;
	}

	.ginline {
		display: block;
	}

	.ginline .gfield {
		margin-bottom: 0 !important;
	}

	.ginline .gform_body {
		padding-right: 0;
	}

	.ginline .gform_footer {
		min-width: 100%;
		margin-top: 0 !important;
	}

	.ginline .gform_button {
		width: 100% !important;
	}

	.gtwocol .gform_fields {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	.footer-legal li {
		display: block;
		border-right: 0;
		padding: 0;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		display: block;
	}

	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		min-width: 100%;
		text-align: left;
	}

	.twocol-ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	.header-logo,
	.header-brokerage {
		text-align: center;
	}

	.header-brokerage > div {
		padding: 15px;
	}

	#homeworthform {
		display: block;
	}

	#homeworthform .address-wrap {
		margin-right: 0;
	}

	#homeworthform .btn {
		width: 100%;
		margin-top: 2px;
	}

	.site-footer-inner h4 {
		margin-bottom: 25px;
	}

	.site-footer-inner .btn {
		margin: 20px 0;
		display: block;
	}

	.search-panel .panel-inner {
		display: block;
	}

	.search-panel h3 {
		margin-right: 0;
	}

	.search-panel .btn {
		margin-top: 20px;
		display: block;
	}

	.buying-left,
	.selling-left {
		padding-right: 0;
	}

	.durham-panel {
		text-align: center;
	}

	#menu-neighbourhood-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		text-align: center;
	}

	#listings-car .item-inner {
		display: block;
	}

	.listing-panel-text {
		padding: 30px 15px 45px;
	}

	.listing-panel-img {
		height: 250px;
	}

	#listings-car .carousel-indicators {
		width: 100%;
		left: 0; right: 0; top: auto;
		bottom: 260px;
		display: block;
	}

	#listings-car .carousel-indicators li {
		margin: 0 5px;
	}

	.video-panel .gform_button {
		margin-top: 10px;
	}

	#login h1 a {
		width: 300px;
		background-size: 275px;
		height: 100px;
	}

	.team-top {
		display: block;
		padding-bottom: 15px;
	}

	.team-top-right h3 {
		text-align: center;
	}

	.testimonial-panel {
		position: relative;
	}

	.testimonial-panel:before {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		background-color: rgba(0, 0, 0, .2);
	}

	.testimonial-panel .panel-inner {
		padding: 50px 0;
	}

	.t-panel-left {
		padding-bottom: 75px;
	}

	.t-panel-right {
		padding-left: 0;
	}

	.t-box {
		padding: 30px 20px !important;
	}

	.listing-img {
		height: 250px;
	}

	.showvid > span {
    font-size: 22px;
	}

	.showvid > span img {
    width: 90px;
	}

	.price-left {
    padding-left: 15px;
		position: absolute;
		z-index: 1;
	}

	.price-right:before {
		content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(255, 255, 255, .7);
	}

	.search-by-price ul {
		text-align: center;
	}

	.price-right {
		position: relative;
		height: 300px;
	}

	.search-by-price h2,
	.search-by-type h2,
	.search-by-neighbourhood h2 {
		text-align: center;
	}

	.impress-lead-signup {
		display: block;
	}

	.impress-lead-signup .ctrl-group {
	    width: 100%;
	}

	.hw-header {
		padding-bottom: 80px;
	}

	.hw-header > div {
		text-align: center;
	}

	.af_contact_social li {
		display: inline-block;
	}

	.af_contact_social ul {
		margin: 0 auto;
		padding: 5px;
	}

	.page-header {
		margin-top: 40px;
	}

	.single-team_member .page-header {
		margin-top: 40px;
	}

	.af_contact_social #facebook-container {
	    padding-left: 0px;
	}

	.idx-omnibar-extra {
		width: 49%;
		min-width: 49%;
		margin-bottom: 10px;
	}
	.idx-omnibar-extra-button {
		width: 100%;
		min-width: 100%;
	}

	#impress-widgetLeadLoginSubmit {
		width: 100% !important;
		margin-top: 10px;
	}

	.impress-lead-signup .ctrl-group {
		width: 100%;
	}

	.impress-lead-login {
		display: block;
		width: 100% !important;
	}

	.stat-box:first-of-type {
		padding-left: 15px;
	}

	.stat-box:last-of-type {
		padding-right: 15px;
	}

	.stat-box-inner {
		height: 175px;
	}

	.stat-box p {
		height: 113px;
	}

	.page-template-leadpage .main-content:before,
	.banner-header:before {
		/* background: linear-gradient( 0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4) 100% ); */
	}

	.post-navigation .pagination .nav-next {
		float: none;
	}

	.post-navigation .pagination .nav-previous, .post-navigation .pagination .nav-next {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.showvid > span {
		font-size: 18px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding-left: 15px;
	}

	.showvid > span img {
		width: 60px;
		margin-right: 8px;
	}

	.search-by-neighbourhood #menu-search-by-area {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
		text-align: center;
		padding-left: 0;
	}

	.impress-lead-login {
		display: block;
		margin: 30px auto;
	}

	#impress-widgetLeadLoginSubmit,
	#impress-widgetsubmit {
		width: 100% !important;
		margin-left: 0px;
	}

	.impress-lead-login label, .idx-modal-shortcode-preview label {
	    top: -40px;
	}

	.page-title {
		font-size: 36px;
	}

	.content-top {
		padding: 0;
	}

	.af_contact_social {
		text-align: center;
		margin-top: -2px;
	}

	.af_contact_social ul {
		width: auto;
		display: inline-block;
	}

	.listing-box {
		padding: 0 15px;
	}

	.team-box {
		padding: 0 15px;
	}

	.team-info {
		min-height: auto;
	}

	.video-panel {
		height: auto;
		padding: 50px 0;
	}

	.video-panel .ghalf {
		width: 100%;
		float: none;
	}

	.hw1 h1,
	.hw2 h1 {
		font-size: 36px;
	}

	.hw1 {
		padding-top: 0;
	}

	.single-testimonial .main-content:before {
	  background: linear-gradient( 0deg, rgba(0, 0, 0, 9), rgba(0, 0, 0, .2) 100% );
	}

	.join-team {
		padding: 30px 15px;
	}

	.join-team h2 {
		font-size: 30px;
	}

	.blog-box {
		display: block;
	}

	.blog-box-img {
		height: 250px;
	}

	.blog-box-content {
		padding: 15px 0;
	}

	.team-sidebar-img {
		/* height: 260px; */
	}

	.team-sidebar-img h4 {
		margin-top: -55px;
	}

}

p {
	line-height: 1.6 !important;
	font-weight: 400 !important;
}
#loginform .button-primary, .white-btn, .video-panel .gform_button, .lead-sidebar .gform_button, .video-panel .brown-btn, .hw1 .brown-btn {
    margin-right: 20px;
}
.hp_panel h2 {
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #00244C;
	font-weight: 600;
}
.listings-panel .brown-btn {
	position: relative;
}
.upper-para {
    max-width: 415.11px;
}
.durham-panel {
    padding-top: 100px;
    padding-bottom: 100px;
}
#listings-car .carousel-indicators {
    bottom: 150px;
}
#listings-car {
    height: auto;
    margin-bottom: 0px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 30px;
}
.alignnone {
    margin-top: 75px !important;
}
.entry-content {
	max-width: 600px;
}
.entry-content p {
	color: #484F56;
}
.entry-content h2 {
	color: #00244C;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.entry-content h3 {
}
.entry-content div {
	padding-bottom: 50px;
}
.prepping-your-home {
	padding-bottom: 30px;
}
.prepping-your-home h2 {
	padding-top: 10px;
}
.marketing-your-home {
	padding-bottom: 50px;
}
.lead-content h2 {
	color: #fff;
}
.lead-content p {
	color: #fff;
}
.lead-content h4 {
	text-transform: uppercase;
}
.page-template-leadpage .entry-content {
	width: 100% !important;
}
#payment-calc {
	max-width: none !important;
}
.page-id-174 .entry-content {
	max-width: none;
}
.page-id-174 em {
	text-align: center !important;
	font-size: 18px !important;
	color: #484F56 !important;
}
.page-id-174 .entry-content div {
	padding-bottom: 0 !important;
}
.page-id-174 .wpgmza_map{
	margin-top: 10px ;
}
.page-id-180 .entry-content {
	max-width: none;
}
.page-id-144 .entry-content {
	max-width: none;
}
.SAC-heading {
	text-align: center ;
	font-size: 18px ;
	color: #484F56 ;
}
.team_member-template-default h2 {
	color: #00244C;
}
.team_member-template-default .hp_panel h2 {
	color: white !important;
}
.wp-image-5015 {
	content: url('https://asimebrahimi.com/wp-content/uploads/2017/07/unnamed-3-731x1024.jpg');
}
.blog .team-sidebar-img {
	display: none;
}




/* Mobile Landscape - 375 and smaller */
@media (max-width:375px) {
	.video-panel h1 {
		font-size: 28px;
		line-height: 38px;
	}
	#loginform .button-primary, .white-btn, .video-panel .gform_button, .lead-sidebar .gform_button, .video-panel .brown-btn, .hw1 .brown-btn {
		margin-bottom: 20px;
	}
	.hp_panel h2 {
		font-size: 28px;
		text-align: center;
	}
	.upper-para {
		text-align: center;
	}
	.durham-panel {
		padding-bottom: 25px;
	}
	.listing-panel-text h4 {
		font-size: 18px;
	}
	#listings-car .carousel-indicators {
		bottom: 80px;
	}
	.footer-brokerage {
		width: 300px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer-inner {
		padding: 50px 0 50px;
	}
	#listings-car {
		margin-bottom: -60px;
	}
}



/* XS-Mobile - 375 and smaller */
@media (max-width:375px) {
	#loginform .button-primary, .white-btn, .video-panel .gform_button, .lead-sidebar .gform_button, .video-panel .brown-btn, .hw1 .brown-btn {
		margin-bottom: 0px;
		width: 100%;
	}
	.header-logo img {
		width: 400px;
	}
	.header-brokerage img {
		width: 100px;
	}
	.team-panel img {
		max-width: 280px;
	}
	.hp_panel h2 {
		margin-top: 25px;
	}
	.hp_panel h2 {
		margin-top: 0px;
	}
	.durham-panel {
		padding-bottom: 25px;
		padding-top: 50px;
	}
	.wpgmza_map {
		margin-top: 50px;
	}
	.site-footer-inner img {
		margin-bottom: 0px;
	}
	.team-panel-img {
		margin-bottom: 65px;
	}
	html {
		overflow-x: scroll;
	}
}
