/*!
Theme Name: AgentHub
Theme URI: https://inboundrem.com/
Author: inboundREM
Author URI: https://inboundrem.com/
Description: SEO Optimized Real Estate WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: agenthub
*/

/* Table of Contents
-----------------------------------------------
0.0 Font Includes
1.0 Global Styles
2.0 Header
    2.1 Menu Toggle
    2.2 Menu Overlay
3.0 Menu Overlay
19.0 Media Queries

*/

/* ------------------------------------------------------------------------ */
/* x.x Global Styles
/* ------------------------------------------------------------------------ */
body {
	font-family: 'Karla', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a {
	color: #274abb;
}
a, a img, button, input, textarea {
    text-decoration: none;
	outline: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover, a:focus {
	color: #444;
	text-decoration: none;
}

a:hover img {
	opacity: .8;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: #274abb;
}

/* ------------------------------------------------------------------------ */
/* x.x Forms
/* ------------------------------------------------------------------------ */
.form-control {
	height: 45px;
	border: 2px solid #dfdfdf;
	box-shadow: 0 2px 4px rgba(0,0,0,.06);
	border-radius: 6px;
}
.form-control:focus {
	border-color: #274abb;
	box-shadow: 0 2px 4px rgba(0,0,0,.06);
}

/* ------------------------------------------------------------------------ */
/* x.x Buttons
/* ------------------------------------------------------------------------ */
.btn {
	font-size: 14px;
	text-transform: uppercase;
	border: none;
}
.btn-primary {
	color: #fff;
	background-color: #274abb;
	padding: 9px 12px;
    border-radius: 6px;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background-color: #444;
	box-shadow: none;
}

/* ------------------------------------------------------------------------ */
/* x.x Header
/* ------------------------------------------------------------------------ */
/* Site Name */
#masthead .site-title {
	margin: 0;
}

#masthead .site-title .navbar-brand.site-name {
	display: flex;
	align-items: center;
    font-size: 24px;
	font-weight: bold;
    color: #274abb;
}
#masthead .site-title .navbar-brand.site-name:hover {
    color: #444;
}

/* Site Logo */
#masthead .navbar-brand.sticky {
	display: none;
}
#masthead  .navbar-default.navbar-sticky .navbar-brand:not(.sticky) {
	display: none !important;
}
#masthead  .navbar-default.navbar-sticky .navbar-brand.sticky {
	display: block;
}

/* Dropdown Indicators */
#masthead .navbar-nav > li > .dropdown-arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	color: #282828;
}

#masthead .navbar-default .navbar-nav > li.dropdown > a {
	padding-right: 20px;
}
#masthead .navbar-nav li .dropdown-arrow:before {
	content: '\f107';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#masthead .navbar-nav li .dropdown-menu .dropdown-arrow:before {
	content: '\f105';
}
#masthead .navbar-nav li .dropdown-menu .dropdown-arrow {
	float: right;
}

/* Menu Toggle */
.navbar-default .navbar-toggle {
	border-color: #404040;
	color: #404040;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #404040;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	color: #fff;
    background-color: #274abb;
	border-color: #274abb;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle.account-toggle {
	right: 0;
	margin: 0 15px 0 0;
	padding: 0;
	width: 44px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}

/* Admin Menu Fixes */
.admin-bar #masthead.sticky-header .navbar.navbar-sticky {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar #masthead.sticky-header .navbar.navbar-sticky {
		top: 46px;
	}
}
@media screen and (max-width: 600px) {
	.admin-bar #masthead.sticky-header .navbar.navbar-sticky {
		top: 0;
	}
}

/* ------------------------------------------------------------------------ */
/* x.x Header Top
/* ------------------------------------------------------------------------ */
#header-top {
	background-color: #274abb;
	font-size: 14px;
	color: #fff;
}

#header-top .widget {
	display: inline-block;
}

#header-top .topbar-left .widget {
	margin-right: 15px;
}
#header-top .topbar-left .widget:last-of-type {
	margin-right: 0;
}

#header-top .topbar-right {
	text-align: right;
}

#header-top .topbar-right .widget {
	margin-left: 15px;
}
#header-top .topbar-right .widget:last-of-type {
	margin-left: 0;
}

#header-top .widgettitle {
	display: none;
}

#header-top p {
	margin: 0;
	line-height: 40px;
}

#header-top a {
	color: #fff;
}
#header-top a:hover {
    color: rgba(255, 255, 255, 0.70);
}

/* Topbar Menus */
#header-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Menu Widget */
#header-top .widget_nav_menu ul li {
	margin-right: 15px;
	display: inline-block;
	line-height: 40px;
}
#header-top .widget_nav_menu ul li:last-child {
	margin-right: 0;
}
#header-top .widget_nav_menu ul li i {
	margin-right: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header-top ul.sub-menu {
	display: none;
}

/* Mobile Top Bar */
#header-top.topbar-mobile {
    font-size: 0;
}
#header-top.topbar-mobile > div {
	display: inline-block;
	width: 50%;
}
#header-top.topbar-mobile a {
	color: #fff;
	background-color: #274abb;
	line-height: 30px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#header-top.topbar-mobile a i {
	margin-right: 5px;
}

/* ------------------------------------------------------------------------ */
/* x.x Login Modal
/* ------------------------------------------------------------------------ */
#login-modal .modal-header {
	padding: 15px 40px;
	text-align: center;
	border: none;
}
#login-modal .modal-title {
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

#login-modal .modal-body {
	padding: 0 40px 15px 40px;
}

#login-modal .form-heading {
    text-align: center;
    margin-bottom: 20px;
}
#login-modal .modal-footer {
    text-align: center;
    border: none;
}
#login-modal .modal-footer > div {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}

/* ------------------------------------------------------------------------ */
/* x.x Search Header
/* ------------------------------------------------------------------------ */
#header-search {
	position: relative;
	background: #f5f5f5;
	padding: 10px 0;
}

body:not(.side-search) #header-search .search-widget-area {
	background: none;
}

body:not(.side-search) #header-search .widgettitle {
	display: none;
}

body:not(.side-search) #header-search .widget:not(.search-bar) {
	display: none;
}

/* x.x Search Header Box
/* ------------------------------------------------------------------------ */
body.side-search #header-search .widgettitle {
	font-size: 15px;
    letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

/* Side Search Menus */
body.side-search #header-search .widget_nav_menu ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
body.side-search #header-search .widget_nav_menu ul li {
    display: inline-block;
	font-size: 14px;
    padding: 5px 9px;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* ------------------------------------------------------------------------ */
/* x.x Page Header
/* ------------------------------------------------------------------------ */
#page-header {
    background: url(assets/images/header-bg.jpg) no-repeat scroll center 0/cover;
    background-attachment: fixed;
}

.page-header-wrap {
	background-color: rgba(0, 0, 0, 0.55);
	padding: 100px 0;
	color: #c1c1c1;
}

.page-header-wrap a {
	color: #fff;
}
.page-header-wrap a:hover, .page-header-wrap a:focus {
	color: #274abb;
}

.page-header-wrap .page-title {
	font-size: 38px;
	color: #fff;
	margin: 0;
}
.page-header-wrap .page-subtitle {
	font-size: 18px;
	color: #fff;
}

.page-header-wrap.dark {
	color: #666;
}
.page-header-wrap.dark .page-title, .page-header-wrap.dark .page-subtitle {
    color: #333;
}
.page-header-wrap.dark a {
	color: #333;
}
.page-header-wrap.dark a:hover, .page-header-wrap.dark a:focus {
	color: #274abb;
}

/* ------------------------------------------------------------------------ */
/* x.x Content Area
/* ------------------------------------------------------------------------ */
body:not(.page-template-page-builder) .main-content-area {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* x.x Blog Posts
/* ------------------------------------------------------------------------ */
.type-post.hentry {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	width: 100%;
	margin: 0 0 45px 0;
	overflow: hidden;
	border-radius: 6px;
	border-bottom: 3px solid #274abb;
}

.post-thumbnail {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    background: #222;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}

.type-post .entry-content {
    padding: 30px 40px;
    background: #fff;
}
.type-post .entry-content .entry-header {
    margin-bottom: 10px;
}
.type-post.single .entry-content .entry-header {
    margin-bottom: 15px;
}

.type-post .entry-content .entry-title, .type-post .entry-content .entry-title a {
    font-size: 26px;
    margin: 0;
}
.type-post .entry-content .read-more {
	display: inline-block;
	margin: 15px 0 0 0;
	font-weight: bold;
}
.type-post .entry-content .read-more i {
    font-size: 20px;
    position: relative;
    padding-left: 5px;
    top: 1px;
    transition: 0.2s;
}
.type-post .entry-content .read-more:hover i {
    padding-left: 7px;
}

.type-post .updated {
    display: none;
}

.type-post .entry-meta {
    padding: 15px 40px;
	font-size: 14px;
	line-height: 32px;
	color: #989898;
	border-top: 1px solid #eee;
}

.type-post .entry-meta i {
	margin-right: 8px;
}
.type-post .entry-meta a {
	color: #989898;
}
.type-post .entry-meta a:hover {
    color: #274abb;
}

.type-post .entry-meta .byline img {
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.type-post .entry-meta .posted-on {
	float: right;
}

/* Single */
.single-post .type-post .entry-content .entry-title, .type-post .entry-content .entry-title a {
	font-size: 28px;
	margin-bottom: 25px;
}

/* Post Navigation */
.post-navigation {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.post-navigation .nav-links {
	float: left;
	width: 100%;
}
.post-navigation .nav-links > div {
	font-size: 17px;
	display: inline-block;
	width: 50%;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}
.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}

.post-navigation .nav-links a {
	position: relative;
	display: block;
	color: #333;
}

.post-navigation .nav-links a:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-size: 34px;
}

.post-navigation .nav-links .nav-previous a {
	padding-left: 40px;
}
.post-navigation .nav-links .nav-previous a:before {
	content: '\f104';
	left: 0;
}
.post-navigation .nav-links .nav-next a {
	padding-right: 40px;
}
.post-navigation .nav-links .nav-next a:before {
	content: '\f105';
	right: 0;
}

.post-navigation .nav-links a span {
	display: block;
}
.post-navigation .nav-links a span.meta-nav {
    margin-bottom: 1px;
    font-size: 14px;
	color: #999;
}

/* x.x Posts Pagination
/* ------------------------------------------------------------------------ */
.blog .pagination, .archive .pagination {
    display: block;
    text-align: center;
    margin-top: 0;
}
.pagination .nav-links {
    font-size: 0
}

.pagination .nav-links .page-numbers {
    background-color: #444;
    font-size: 16px;
	color: #fff;
    padding: 10px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.pagination .nav-links .page-numbers:first-child {
	border-radius: 6px 0 0 6px;
}
.pagination .nav-links .page-numbers:last-child {
	border-radius: 0 6px 6px 0;
	border-right: none;
}
.pagination .nav-links .page-numbers.current {
    background-color: #274abb;
}
.pagination .nav-links a.page-numbers:hover {
    background-color: #274abb;
	color: #fff;
}

/* x.x Comments
/* ------------------------------------------------------------------------ */
.comment-container {
	float: left;
	width: 100%;
}
.comment_number .comment_number_inner i {
	position: relative;
	top: -1px;
	padding:0 10px 0 0;
}
.comments-number {
  font-size: 18px;
}
ul.comment-list {
	list-style: none;
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 30px 0 0;
}
.comment-list li {
	display: inline-block;
	position: relative;
	width: 100%;
}
.comment-list li ul.children li:last-child {
	padding: 0;
}

.comment-list > li {
	margin: 5px 0;
}
.comment-list > li:last-child {
	margin: 0;
}
.comment {
	margin: 10px 0;
}
.comment .avatar {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
}
.comment-text {
	position:relative;
	padding: 0 0 0 80px;
	min-height: 60px;
	font-size: 90%;	
}
.comment-text .comment_date {
	font-size: 85%;
	float: left;
	font-style: italic;
	color: #c3c3c3;
	margin-top: 5px;
}
.comment-text .comment-info {
	display: inline-block;
	vertical-align: center;
	width: 100%;
}

.comment-text .name,
.comment-text .name a {
	float: left;
	margin: 0 10px 0 0;
	font-size: 16px;
	letter-spacing: normal;
	text-transform: none;
}
.comment-text .name a {
	margin: 0;
}
.comment-text .replay,
.comment-text .comment-reply-link {
	font-size: 13px;
	font-weight: 700;
	float: right;
	text-transform: uppercase;
}
.comment .logged-in-as {
	margin: 10px 0;
}
.comment .form-submit {
	margin: 0 0 20px;
}
.comment-list li ul.children {
	margin: 0;
	padding: 0 0 0 70px;
}
.comment-list li ul.children li {
	margin: 0px 0px 18px 0px;
	border-bottom: none;
}
.comment-list li ul.children li:last-child {
	margin: 0px;
}
#respond h3 {
	margin: 0 0 15px 0;
}
#respond h3.comment-reply-title {
	margin: 0;
}
#respond small {
	display: block;
	margin: 0 0 15px;
	position: relative;
}
.comment .comment-respond {
	margin-top: 40px;
}

#respond textarea,
#respond input[type='text'] {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px 17px;
	resize: none;
}
#respond textarea {
	padding: 15px 17px;
}
#respond textarea {
	margin: 0 0 12px;
}
.comment-form {
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	padding:0;
}
.comment-form form p.form-submit,
.comment p.form-submit {
	margin: 0;
}
.comment-reply-login {
	margin-left: 10px;
}
.comment-form form p.form-submit .success p {
	margin: 10px 0 0;
}
.comment-form form p.logged-in-as {
	margin: 0 0 17px;
}
#cancel-comment-reply-link {
	margin: 0px;
	display: inline-block;
	width: 100%;
}

/* ------------------------------------------------------------------------ */
/* x.x Sidebar
/* ------------------------------------------------------------------------ */
#secondary .widget {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
#secondary .widget .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}

/* Navigation Menu */
#secondary .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    border-radius: 6px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#secondary .widget_nav_menu ul li {
	border-bottom: 1px solid #eee;
}
#secondary .widget_nav_menu ul li:last-child {
	border-bottom: 0;
}
#secondary .widget_nav_menu ul li:first-child a {
    border-radius: 6px 6px 0 0;
}
#secondary .widget_nav_menu ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

#secondary .widget_nav_menu ul li a {
    display: block;
    position: relative;
    padding: .538em 30px .538em .769em;
    color: #777;
}
#secondary .widget_nav_menu ul li a:after {
	display: block;
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 0;
    width: 30px;
    text-align: center;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    line-height: 12px;
    font-size: .923em;
    color: #bbb;
    overflow: visible;
}
#secondary .widget_nav_menu ul li a:hover {
	background: #fafafa;
	color: #274abb;
}

/* IDX Search Widget */
#secondary .widget.search-bar .idx-omnibar-form {
    border-top: 2px solid #274abb;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .98), rgba(255, 255, 255, .95));
    background-color: #274abb;
    border-radius: 6px;
    padding: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

/* ------------------------------------------------------------------------ */
/* x.x Alignments
/* ------------------------------------------------------------------------ */
.alignleft {
	display: inline;
	float: left;
	margin-right: 2%;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 2%;
}

.aligncenter {
	clear: both;
	display: block;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.5% 2% 1% 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.5% 0 1% 2%;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
  	margin: 0.5% auto 2%;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 2%;
}

/* ------------------------------------------------------------------------ */
/* x.x Widgets
/* ------------------------------------------------------------------------ */

/* x.x Latest Posts Widget
/* ------------------------------------------------------------------------ */
.agenthub-posts-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}
.agenthub-posts-widget li {
	padding: 0 0 20px 0;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #eee;
}
.agenthub-posts-widget li:fisrt-child {
	margin-top: 0;
}
.agenthub-posts-widget li:last-child {
	border: none;
}
.agenthub-posts-widget li .widget-content {
    display: table;
}
.agenthub-posts-widget li .widget-thumb {
    display: inline-block;
    width: 80px;
    margin-right: 25px;
}
.agenthub-posts-widget li .widget-thumb img {
	float: left;
	max-width: 100%;
	height: auto;
    border-radius: 6px;
    margin: 0 20px 0 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.agenthub-posts-widget li .widget-text {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px 0 0;
}
.agenthub-posts-widget li .widget-text h4 {
    line-height: 18px;
    margin: 0 0 8px 0;
}
.agenthub-posts-widget li .widget-text h4 a {
	font-size: 16px;
    text-transform: none;
    line-height: 18px;
}
.agenthub-posts-widget li .widget-text .widget-date {
	display: block;
    margin: -5px 0 0 0;
    font-size: 80%;
}

/* x.x Latest Posts Widget
/* ------------------------------------------------------------------------ */
.agenthub-about {
	padding: 0;
	list-style: none;
	margin: 0;
}
.agenthub-about li {
	position: relative;
	padding-left: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.agenthub-about li:last-child {
    border-bottom: none;
}
.agenthub-about i {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
}

/* x.x Properties List Widget
/* ------------------------------------------------------------------------ */
.agenthub-showcase-property {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.agenthub-showcase-property a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.75) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.agenthub-showcase-property a:hover:after {
    opacity: .6;
}

.agenthub-showcase-property a {
    float: left;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.agenthub-showcase-property a:hover {
	box-shadow: none;
}

.agenthub-showcase-property img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.agenthub-showcase-property .agenthub-photos {
    position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1px 10px;
    top: 20px;
	right: 20px;
    color: #fff;
	border-radius: 4px;
    z-index: 9;
}
.agenthub-showcase-property .agenthub-photos i {
	margin-right: 5px;
}
.agenthub-showcase-property .agenthub-address {
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    z-index: 9;
}
.agenthub-showcase-property .agenthub-address h4 {
	font-size: 20px;
    color: #fff;
	margin: 0;
}
.agenthub-showcase-property .agenthub-address .agenthub-city {
	font-size: 14px;
	color: #e0e0e0;
}
.agenthub-showcase-property .agenthub-price {
    position: absolute;
    bottom: 20px;
    padding: 1px 10px;
    margin: 0 20px;
	font-size: 16px;
	font-weight: bold;
    color: #fff;
    background: #274abb;
    border-radius: 4px;
    z-index: 9;
}
.agenthub-showcase-property .agenthub-details {
    position: absolute;
	right: 0;
    bottom: 20px;
    margin: 0 20px;
	padding: 0;
	font-size: 0;
	list-style: none;
    color: #fff;
    z-index: 9;
}
.agenthub-showcase-property .agenthub-details li {
    display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin-right: 5px;
	padding: 1px 10px;
    border-radius: 4px;
}
.agenthub-showcase-property .agenthub-details li:last-child {
	margin-right: 0;
}
.agenthub-showcase-property .agenthub-details li i {
	margin-right: 5px;
}

/* x.x Search Widget
/* ------------------------------------------------------------------------ */
.form-search.form-inline {
	position: relative;
}
.form-search.form-inline .form-control {
	width: 100%;
}
.form-search.form-inline button {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: none;
	border: none;
}

/* x.x Social Menu Widget
/* ------------------------------------------------------------------------ */
.social-icons li a {
	font-size: 16px;
	color: #444;
    line-height: 32px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 32px;
    width: 32px;
	margin-right: 5px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.social-icons li a:hover {
	color: #fff;
}

.social-icons li:last-child a {
	margin-right: 0;
}

#menu-social {
	font-size: 0;
}

#menu-social li {
	display: inline-block;
	margin-right: 0;
	padding: 4px 0;
}

#menu-social li a span {
    display: none;
}

#menu-social li a:before {
	font-family: 'FontAwesome';
}

#menu-social li a[href*="facebook.com"]:before { content: "\f09a"; }
#menu-social li a[href*="twitter.com"]:before { content: "\f099"; }
#menu-social li a[href*="linkedin.com"]:before { content: "\f0e1"; }
#menu-social li a[href*="instagram.com"]:before { content: "\f16d"; }
#menu-social li a[href*="youtube.com"]:before { content: "\f16a"; }
#menu-social li a[href*="houzz.com"]:before { content: "\f27c"; }
#menu-social li a[href*="plus.google.com"]:before { content: "\f0d5"; }
#menu-social li a[href*="pinterest.com"]:before { content: "\f231"; }
#menu-social li a[href*="vimeo.com"]:before { content: "\f27d"; }

#menu-social li a[href*="facebook.com"]:hover { background-color: #3b5998 !important; }
#menu-social li a[href*="twitter.com"]:hover { background-color: #1da1f2 !important; }
#menu-social li a[href*="linkedin.com"]:hover { background-color: #0077b5 !important; }
#menu-social li a[href*="instagram.com"]:hover { background-color: #405de6 !important; }
#menu-social li a[href*="youtube.com"]:hover { background-color: #ff0000 !important; }
#menu-social li a[href*="houzz.com"]:hover { background-color: #7ac142 !important; }
#menu-social li a[href*="plus.google.com"]:hover { background-color: #dd4b39 !important; }
#menu-social li a[href*="pinterest.com"]:hover { background-color: #bd081c !important; }
#menu-social li a[href*="vimeo.com"]:hover { background-color: #1ab7ea !important; }

/* Top Bar */
#header-top .social-icons li a:hover {
	color: #fff;
}

/* Sidebar */
#secondary .social-menu {
	margin: 0;
	padding: 0;
}
#secondary .social-menu li {
	padding: 0;
}

/* Footer */
#site-footer .social-menu {
	margin: 0;
	padding: 0;
}
#site-footer .social-menu li {
	padding: 0;
}
#site-footer .social-menu li a:hover {
	color: #fff;
}

/* ------------------------------------------------------------------------ */
/* x.x Footer
/* ------------------------------------------------------------------------ */
#site-footer {
    background: url(assets/images/footer-bg.jpg) no-repeat scroll center 0/cover;
    background-attachment: fixed;
}

#site-footer .footer-top {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 95px 0px 70px 0px;
}
#site-footer .footer-top .widget {
	padding-bottom: 45px;
}
#site-footer .footer-top .widget .widget-title {
	margin: 0 0 20px;
}

#site-footer {
	color: #adadad;
}
#site-footer a {
	color: #fff;
}
#site-footer a:hover {
	color: #adadad;
}

/* Menu Widget */
#site-footer .footer-top .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#site-footer .footer-top .widget_nav_menu li {
	padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
	margin-bottom: 5px;
}
#site-footer .footer-top .widget_nav_menu li:last-child {
	border-bottom: none;
}

/* Footer Forms */
#site-footer .form-control {
	border: none;
	background-color: rgba(255, 255, 255, 0.13);
	color: #fff;
}

/* Footer Copyright */
#site-footer .footer-bottom {
	background-color: rgba(255, 255, 255, 0.06);
	padding: 30px 0px 20px;
	position: relative;
	font-size: 90%;
}

#site-footer .footer-desclaimer {
    padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1.3;
	font-size: 85%;
}

/* ------------------------------------------------------------------------ */
/* x.x Media
/* ------------------------------------------------------------------------ */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* ------------------------------------------------------------------------ */
/* x.x Captions
/* ------------------------------------------------------------------------ */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #646464;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	padding: 0.5rem 0;
}

/* ------------------------------------------------------------------------ */
/* x.x Accessibility
/* ------------------------------------------------------------------------ */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/* ------------------------------------------------------------------------ */
/* x.x Media Queries
/* ------------------------------------------------------------------------ */
@media (min-width: 1200px) {
	/* Mega Menu
	/* ------------------------------------------------------------------------ */
	#masthead .navbar-default.megamenu .container-fluid .navbar-nav > .megamenu-item > .dropdown-menu {
		width: calc(100% - 20%);
		left: 10%;
	}
	
	/* Properties List Widget
	/* ------------------------------------------------------------------------ */
	.agenthub-showcase-property a {
		max-height: 240px;
	}
	
	/* Search Header
	/* ------------------------------------------------------------------------ */
	body.side-search #header-search .search-widget-area {
		width: 340px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* Mega Menu
	/* ------------------------------------------------------------------------ */
	#masthead .navbar-default.megamenu .container-fluid .navbar-nav > .megamenu-item > .dropdown-menu {
		width: calc(100% - 6%);
		left: 3%;
	}
	
	/* Properties List Widget
	/* ------------------------------------------------------------------------ */
	.agenthub-showcase-property a {
		max-height: 195px;
	}

	/* Search Header
	/* ------------------------------------------------------------------------ */
	body.side-search #header-search .search-widget-area {
		width: 280px;
	}
}
@media (min-width: 992px) {
	
	/* Dropdown Menu
	/* ------------------------------------------------------------------------ */
	#masthead .navbar-default .navbar-nav > li.dropdown:hover > ul.dropdown-menu {
    	display: block;
	}
	
	.navbar-default .navbar-nav .open>.dropdown-menu {
		display: none;
	}
	
	/* Menu Icons */
	.navbar-default .navbar-nav>li>a>i {
		margin-right: 3px;
	}
	
	/* Sub-Sub Menu */
	#masthead .navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu > li.dropdown:hover > ul.dropdown-menu {
    	display: block;
	}
	#masthead .navbar-default .navbar-nav>li.dropdown>ul.dropdown-menu>li.dropdown>ul.dropdown-menu {
		top: 0;
		left: 100%;
	}
	/* End Sub-Sub Menu */
	
	#masthead .navbar-default .navbar-nav>li.dropdown > ul.dropdown-menu, #masthead .navbar-default .navbar-nav>li.dropdown>ul.dropdown-menu>li.dropdown > ul.dropdown-menu {
		-webkit-animation-name: fadeIn;
				animation-name: fadeIn;
		-webkit-animation-duration: 500ms;
				animation-duration: 500ms;
		-webkit-animation-fill-mode: both;
				animation-fill-mode: both;
	}
	@-webkit-keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	
	.dropdown-menu {
		min-width: 210px;
		background-color: #252525;
		border: none;
		border-radius: 6px;
	}
	
	.dropdown-menu>li>a {
		color: #fff;
		padding: 10px 20px;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #383838;
	}
	.dropdown-menu>.active>a, 
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus {
		background-color: #274abb;
	}
	
	/* Mega Menu
	/* ------------------------------------------------------------------------ */
	.navbar-default.megamenu > .container {
		position: relative;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item {
		position: static;
	}
	
	.navbar-default .navbar-nav > li.dropdown > .dropdown-arrow {
		display: none;
	}
	
	.navbar-default .navbar-nav > li.dropdown > a:after {
		content: '\f107';
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%);
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu {
		width: calc(100% - 30px);
		padding: 10px 0 0;
		left: 15px !important;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li {
		float: left;
		width: 33.33333%;
		padding: 0 10px;
		margin-bottom: 10px;
		border-right: 1px solid rgba(255, 255, 255, 0.05);
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li:last-child {
		border-right: none;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-2 > .dropdown-menu > li {
		width: 50%;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-2 > .dropdown-menu > li:nth-child(2n) {
		border-right: 0;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-3 > .dropdown-menu > li {
		width: 33.33333%;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-3 > .dropdown-menu > li:nth-child(3n) {
		border-right: 0;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-4 > .dropdown-menu > li {
		width: 25%;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item.menu-col-4 > .dropdown-menu > li:nth-child(4n) {
		border-right: 0;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu li .dropdown-arrow {
		display: none;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li > .dropdown-menu {
		position: static;
		display: block;
		width: 100%;
	    padding: 0;
		margin-top: 5px;
		box-shadow: none;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li > .dropdown-menu > li {
		margin-bottom: 5px;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li > .dropdown-menu > li:last-child {
		margin-bottom: 0;
	}
	
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu li a {
		border-radius: 3px;
	}
	.navbar-default.megamenu .navbar-nav > .megamenu-item > .dropdown-menu > li > a {
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		background: none;
		border-radius: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
	
	
	/* Search Header Box
	/* ------------------------------------------------------------------------ */
	#header-search {
		display: block !important;
	}
	
	/* Boxed Search */
	body.side-search #header-search {
		padding: 0 !important;
	}
	body.side-search #header-search .search-widget-area {
		position: absolute;
		height: 600px;
		padding: 20px;
		z-index: 1;
	}

	body.side-search #header-search .widget {
		margin-bottom: 15px;
	}
	body.side-search #header-search .widget:last-of-type {
		margin-bottom: 0;
	}
	
	body.side-search .idx-omnibar-form.search-box #omnibar, body.side-search .idx-omnibar-form.search-box .form-group {
		margin-bottom: 10px;
	}
	
	/* Page Header
	/* ------------------------------------------------------------------------ */
	
	/* Boxed Search */
	body.side-search #page-header .page-header-wrap {
		height: 600px;
		padding: 25px 0 !important;
	}
	body.side-search #page-header .text-right {
		text-align: left;
	}
	
	/* Content Area
	/* ------------------------------------------------------------------------ */
	body.side-search:not(.home) .main-content-inner {
		min-height: 585px;
		margin-top: -580px;
		background-color: #fff;
		padding-top: 15px;
		border-radius: 6px 6px 0 0;
	}

	
}

@media (max-width: 991px) {
	/* Mobile Menu
	/* ------------------------------------------------------------------------ */
	.navbar-default .navbar-offcanvas {
		background-color: #1d1d20;
		border: none;
		overflow-x: hidden;
	}
	.navbar-default .navbar-offcanvas:after {
		content: '';
		display: block;
		position: absolute;
		right: -15px;
		top: 0;
		height: 100%;
		width: 15px;
		background: transparent;
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
		   -moz-box-shadow: 0 0 15px rgba(0,0,0,.8);
			-ms-box-shadow: 0 0 15px rgba(0,0,0,.8);
			 -o-box-shadow: 0 0 15px rgba(0,0,0,.8);
				box-shadow: 0 0 15px rgba(0,0,0,.8);
		z-index: 10000;
	}
	
	.navbar-default .navbar-nav {
		padding-top: 15px;
	}
	
	.navbar-default .navbar-nav li a, .navbar-nav li .dropdown-arrow {
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
				transition-property: background-color, color;
	}
	
	#masthead .navbar-nav li .dropdown-arrow:hover {
		cursor: pointer;
	}
	
	#masthead .navbar-default .navbar-nav li a {
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		margin: 0 !important;
	}
	.navbar-default .navbar-nav>li>a>i {
		margin-right: 3px;
		width: 20px;
		text-align: center;
	}
	
	.navbar-default .navbar-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
	.navbar-default .navbar-nav li:last-child {
		border-bottom: none;
	}
	
	#masthead .navbar-default .navbar-nav>li>.dropdown-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		color: #fff;
		text-align: center;
		line-height: 50px;
		border-left: 1px solid rgba(255, 255, 255, 0.05);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		transform: none;
	}
	
	#masthead .navbar-default .navbar-nav>.open>.dropdown-arrow:before, #masthead .navbar-default .navbar-nav .open .dropdown-menu>.open>a>.dropdown-arrow:before {
		content: '\f106';
	}
	
	#masthead .navbar-default .navbar-nav li>a:hover,
	#masthead .navbar-default .navbar-nav li>a:focus,
	#masthead .navbar-default .navbar-nav .open>a,
	#masthead .navbar-default .navbar-nav .open>a:hover,
	#masthead .navbar-default .navbar-nav .open>a:focus {
		color: #fff;
		background-color: #383838;
	}
	
	#masthead .navbar-default .navbar-nav .active>a,
	#masthead .navbar-default .navbar-nav .active>a:hover,
	#masthead .navbar-default .navbar-nav .active>a:focus,
	#masthead .navbar-default .navbar-nav .current-menu-item>a,
	#masthead .navbar-default .navbar-nav .current-menu-item>a:hover,
	#masthead .navbar-default .navbar-nav .current-menu-item>a:focus,
	#masthead .navbar-default .navbar-nav .current-menu-parent>a,
	#masthead .navbar-default .navbar-nav .current-menu-parent>a:hover,
	#masthead .navbar-default .navbar-nav .current-menu-parent>a:focus,
	#masthead .navbar-default .navbar-nav .current-menu-ancestor>a,
	#masthead .navbar-default .navbar-nav .current-menu-ancestor>a:hover,
	#masthead .navbar-default .navbar-nav .current-menu-ancestor>a:focus {
		color: #fff;
		background-color: #274abb;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
	
	#masthead .navbar-default .navbar-nav li .dropdown-menu .dropdown-arrow:before {
		content: '\f107';
	}
	
	.navbar-default .navbar-nav li .dropdown-menu .dropdown-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-left: 1px solid rgba(255, 255, 255, 0.05);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>.dropdown-menu>li>a {
    	padding: 10px 15px 10px 35px;
	}
	
	/* Search Header
	/* ------------------------------------------------------------------------ */
	#header-search {
		display: none;
	}
	
	#header-search .widgettitle {
		display: none;
	}
	
	/* Boxed Search */
	body.side-search #header-search .widget:not(.search-bar) {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	/* Properties List Widget
	/* ------------------------------------------------------------------------ */
	.agenthub-showcase-property a {
		max-height: 230px;
	}
}

@media (min-width: 768px) {
	/* Login Modal
	/* ------------------------------------------------------------------------ */
	#login-modal .modal-dialog {
		width: 450px;
		padding: 80px auto 30px auto;
	}
	
	/* Search Header
	/* ------------------------------------------------------------------------ */
	#header-search form.search-bar .form-control {
		height: 46px;
	}
	#header-search form.search-bar .btn-primary {
		padding: 12px 12px;
	}
	
	/* Page Header
	/* ------------------------------------------------------------------------ */
	#page-header .row {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 767px) {
	/* Login Modal
	/* ------------------------------------------------------------------------ */
	#login-modal .modal-header {
		padding: 15px;
	}
	#login-modal .modal-body {
		padding: 0 15px 15px;
	}
	
	/* Page Header
	/* ------------------------------------------------------------------------ */
	#page-header {
		text-align: center;
	}
	
	/* Content Area
	/* ------------------------------------------------------------------------ */
	.type-post .entry-content {
		padding: 20px 15px;
	}
	
	/* Footer
	/* ------------------------------------------------------------------------ */
	#site-footer .footer-top {
		padding: 55px 0px 45px 0px;
	}
	#site-footer .footer-bottom .col-sm-6 {
		text-align: center;
	}
}
@media (min-width: 480px) and (max-width: 991px) {
	/* Properties List Widget
	/* ------------------------------------------------------------------------ */
	.agenthub-showcase-property {
		width: 48%;
		margin-right: 1%;
	}
	.agenthub-showcase-property:nth-of-type(2n) {
		margin-left: 1%;
		margin-right: 0;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	/* Properties List Widget
	/* ------------------------------------------------------------------------ */
	.agenthub-showcase-property a {
		max-height: 144px;
	}
	.agenthub-showcase-property .agenthub-details {
		display: none;
	}
}
@media (max-width: 479px) {
	/* Footer
	/* ------------------------------------------------------------------------ */
	#site-footer .footer-top .widget_nav_menu li {
		display: block !important;
		width: 100% !important;
	}
}