/*
Theme Name: Play Vista Experts 2020
Description: Custom Theme for Play Vista Experts
Author: WebLeeDev
Author URI: https://webleedev.com;
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
body{
	font-family: 'PT Sans', sans-serif !important;
	font-weight:400 !important;
	font-size:14px !important;
	color:#333 !important;
	background-color:#2f476b !important;
}
body.home{
	background-color:transparent !important;
}
a{
	color:#444;
	font-weight:400;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: none
}
b, strong{
	font-weight:700;
}
h1, h2, h3, h4, h5, h6{
	color:#181818;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top:0;
}
input,textarea{
	width:100%;
	margin: 0 0 10px 0;
    padding: 6px 15px;
    border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #fafafa;
}
select{
	padding:6px 15px;
	border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #fafafa;
}
textarea{
	height:90px;
}
input[type=submit]{
	background:#666;
	color:#fff;
}
span.captcha input[type=text]{
	width:100px;
}
.container{
	width:990px !important;
	max-width:100% !important;
	background:#fff;
}
body.home #header{
	position:absolute;
	top:0;
	width:100%;
	background:rgba(0,0,0,0.2);
	z-index:10;
}
.header{
	position:relative;
}
.container.header{
	background:none;
}
.header-logo{
	padding:20px 0;
	float:left;
}
.navbar-inverse{
	background-color:transparent;
}
.navbar{
	border:none;
	margin-bottom:0;
}
.navbar-right{
	margin-right:0;
	margin-top:15px;
}

.mainmenu{
	position:absolute;
	top:30px;
	right:6px;
}
.navbar-nav .nav-link{
	color:#fff;
	padding:6px 14px;
	text-decoration: none;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item:focus > a > ul{
	color:#333;
	background-color: #dfdfdf;
    background-color: -moz-linear-gradient(100% 100% 90deg, #dfdfdf, #eee);
    background-color: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#dfdfdf));
}
.navbar-nav .nav-item.menu-item-has-children a{
	background-image:url(images/menu-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:30px;
}
.navbar-nav .nav-item.menu-item-has-children > ul > li > a, .navbar-nav .nav-item.menu-item-has-children > ul > li > a:hover, .navbar-nav .nav-item.menu-item-has-children.current-menu-item > ul > li > a{
	background:none;
	padding-right:0;
	margin-right:0;
}
.navbar-expand-xl .navbar-nav .nav-item{
	position:relative;
}
.navbar-expand-xl .navbar-nav .nav-item > ul{
	display:none;
	position:absolute;
	top:32px;
	left:0;
	background: #eee;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	list-style:none;
	margin:0;
	padding:0;
	min-width:180px;
	z-index:10;
}
.navbar-expand-xl .navbar-nav .nav-item:hover > ul{
	display:block;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    width:100%;
    float:left;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li > a{
	color:#333;
	text-decoration: none;
	padding:6px 14px;
	width:100%;
	float:left;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li > a:hover{
	color:#333;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li > ul{
	list-style:none;
	padding-bottom: 0;
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 15px;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li > ul > li{
	float:left;
}
.navbar-expand-xl .navbar-nav .nav-item > ul > li > ul > li > a{
	background:none !important;
}

ul.page-submenu{
	list-style:none;
	margin:25px 0 0;
	padding:0;
}
ul.page-submenu li{
	background:#91d2f3;
	width:100%;
	padding:10px 0;
	text-align:center;
	margin-bottom:1px;
}
ul.page-submenu li.current_page_item{
	background:#cfa643;
}
ul.page-submenu li a{
	color:#fff;
	text-transform: uppercase;
	font-weight:500;
	text-decoration: none;
}

.page-inner{
	padding-top:20px;
}
body.home .page-inner{
	padding-top:0;
}
.home-button{
	text-align:center;
}
.home-button a{
	border:2px solid #fff;
	padding:20px 50px;
	font-size:50px;
	color:#fff;
	font-weight:700;
	text-shadow:5px 5px 5px #000;
	box-shadow: inset 0 0 20px 5px #000;
}

.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar h4{
	margin-top:20px;
}

.footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-inner{
	background:url(images/double-border.png) repeat-x top center;
	padding:15px 0 40px;
	margin-top:20px;
}
.footer-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-menu ul li{
	float:left;
}
.footer-menu ul li a{
	font-size:11px;
	margin-right:15px;
}
.credits{
	text-align:right;
	font-size:11px;
}
.totop{
	position:fixed;
	right:7.6%;
	bottom:40px;
}

.single-property-area .property-location .open-on-google-maps{
	display:none;
}
.ere-property-carousel.color-light .navigation-wrap .owl-nav div{
	background-color: rgba(0,0,0,0.1) !important;
}
.ere-property .property-date{
	display:none !important;
}

.contact_widget_name {
    background: url(images/mini_icons.png) no-repeat scroll -179px -205px transparent;
}
.contact_widget_phone {
    background: url(images/mini_icons.png) no-repeat scroll -138px -244px transparent;
}
.contact_widget_email {
    background: url(images/mini_icons.png) no-repeat scroll -98px -282px transparent;
    text-decoration: underline;
}
.contact_widget_name, .contact_widget_address, .contact_widget_city, .contact_widget_phone, .contact_widget_email, .contact_widget_statezip {
    padding-bottom: 5px;
    padding-left: 26px;
    line-height: 20px;
    font-size: 1.1em;
}
#social a.facebook {
    background-position: -25px -24px;
}
#social a.rss {
    background-position: -200px -24px;
}
#social a {
    background: transparent url(images/socialicons-small.png) no-repeat top left;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding: 0;
    border-bottom: none;
    text-indent: -9999px;
}
.home-text-area{
	background:rgba(255,255,255,0.7);
	padding:30px;
}

.ere-property.property-list .property-item-content .property-info{
    width:40%;
}
.ere-property.property-list .property-item-content .property-excerpt p {
    margin-bottom:0;
}

/* Featured Image */

.attachment-single-post {
    float: left;
    margin: 0px 20px 0 0px;
    border:1px solid #ddd;
}
.attachment-index-categories {
    float: left;
    margin: 3px 8px 8px 0px;
}
.attachment-blog-page {
    float: left;
    margin: 3px 8px 8px 0px;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;
	
}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {

	border: 10px solid #f1f1f1;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{
width:100%;
float:left;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
.navbar-toggle{
	margin-right:0;
	background-color:#4a89c8;
	color:#fff;
	border-radius:0;
	border:none;
	font-weight:700;
	margin-top:30px;
	text-align:center;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active{
	background-color:#4a89c8;
	margin-top:30px;
}

@media only screen and (max-width:767px) {
.mainmenu {
    position: relative;
    right: 0;
    float: left;
    width: 100%;
    top:0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-inverse .navbar-nav > li {
    padding-bottom: 5px;
    padding-top: 5px;
    width:100%;
    float:left;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li.menu-item-has-children a{
	background:none;
	color:#333;
}
.navbar-right{
	background:#fff;
	margin:0;
}
.navbar-nav > li > ul{
	display:block;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	top:0;
	position:relative;
	background:none;
	border:none;
}
.navbar-nav > li > ul > li{
	border:none;
	padding:0 10px;
}
.footer-widget{
	margin-top:10px;
	margin-bottom:10px;
}
}

@media only screen and (max-width:600px) {
.home-button a{
	font-size:30px;
	padding: 15px 30px;
	box-shadow: inset 0 0 20px 0px #000;
}
}