/*
Theme Name: A-Team 2020
Theme URI:  www.TheATeamSells.ca/rev
Description: A-Team Template
Version: 2.2.1
Author: Mike Gucciardi
Author URI: wwww.DesignsByGucci.com
*/


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
}
#content
{
    padding: 25px;
}
.content
{
    padding: 25px;
}
@media (min-width: 768px) {
    #content
    {
        padding: 42px;
    }
    .content
    {
        padding: 42px;
    }
}
@media (min-width: 1200px) {
    #content
    {
        padding: 52px;
    }
    .content
    {
        padding: 52px;
    }
	
	.sidebar {
		position: absolute;
		min-width: 250px;
		max-width: 250px;
		height:100%;
		float: right;
		background: #7386D5;
		color: #fff;
		transition: all 0.3s;
	}
}

@media (min-width: 768px) {
    .col-left
    {
        padding-right: 32px!important;
    }
    .col-right
    {
        padding-left: 32px!important;
    }
}

.one-col {
    max-width: 780px;
}


.va-wrapper-fix 
{
    display: table!important; 
    height: 100%;
    width: 100%;
}
.va-outter-div 
{
    display: table-cell;
    vertical-align: middle;
}
.va-inner-div
{
    display: inline-block;
}
@media (min-width: 768px) {
    .flex-row {
      display: flex; /* equal height of the children */
    }

    .flex-col {
      flex: 1; /* additionally, equal width */
      padding: 1em;
    }
}
.bootstrap-realtypress
{
    margin: auto;
}
/* Fonts */
h1,
h2,
h3 {
    font-family: 'Montserrat', sans-serif;
}


h1 
{
    font-size: 2.2em;
    font-weight: 800;
}
    
h2
{
    font-size: 1.6em;
    font-weight: 700;
}
h3
{
    font-size: 1.3em;
    font-weight: 700;
    padding-top: 15px;
}
p
{
    font-size: 17px;
    line-height: 1.4em;
}

.blue-font
{    
    color: #1d489a;
}
.red-font
{
    color: #e21a22;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for templates or sticky footer method. */
body > .container {
    padding: 40px 15px 0;
    padding-bottom: 40px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

/* Nav Bar */
.logo-header {
    width: 60px;
    margin-top: -9px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.navbar {
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 0.5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05);
    z-index: 1000000;
}

.navbar-nav {
    padding-right: 10px;
    margin-top: 5px;
}

.navbar-brand {
    font-weight: 800;
    margin-left: 10px;
    margin-top: 9px;
}
.navbar button:hover 
{
    background: none;
}
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    .navbar-brand {
        font-weight: 800;
        margin-left: 50px;
    }
}

.navbar-text {
    position: absolute;
    right: 10px;
}

.navbar-toggler {
    position: absolute;
    left: 10px;
    border-color: rgba(0, 0, 0, 0)!important;
    width: 60px!important;
    margin-top: 2px;
}

.navbar-toggler:focus {
    outline: none!important;
}

.collapse.show {
    background: #f1f1f1;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 800px) {
    .brand-header {
        display: none;
    }
}

.nav-item {
    float: right;
}

.nav-item {
    margin-right: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    background: #e21a22;
}

.dropdown-menu a {
    color: #fff;
}

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
}

.icon i {
    font-size: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
}

.icon.social {
    float: left;
    margin: 0 8px 0 0;
    cursor: pointer;
    background: #f1f1f1 ;
    color: #262626;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social:hover {
    color: #fff!important;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social.fb i {
    left: 14px;
    top: 10px;
}

.icon.social.in i {
    left: 11px;
}

.icon.social.tw i {
    left: 12px;
}

.icon.social.yt i {
    left: 11px;
}

.icon.social.fb:hover {
    background: #1C479A;
}

.icon.social.in:hover {
    background: #f30689;
}

.icon.social.tw:hover {
    background: #00aced;
}

.icon.social.yt:hover {
    background: #f30606;
}

/* Sub-Nav Css */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* css dropdown */
.dropdown-divider
{
    padding: 0px!important;
}

.dropbtn 
{
    color: rgba(0, 0, 0, 0.5)!important;
    font-size: 16px;
    border: none;
    padding: 8px;
    display: block;
}

.dropdown 
{
    position: relative;
    display: inline-block;
}

.dropdown-content 
{
    display: none;
    position: absolute;
    background-color: #1C479A /* #e21b23 RED */;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 6px 0px;
    border-radius: 5px;
}

.dropdown-content a 
{
    color: #fff;
    padding: 0px 16px 2px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover 
{
    background-color: #fc232c;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* pushy nav fixes */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #8e8e8e;
}

.pushy a {
    text-decoration: none;
    font-weight: 200;
    color: #a7a6a6;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.pushy a:hover {
    text-decoration: none;
    color: #E11B22!important;
    font-weight: 300;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav-icon {
    max-width: 35px;
    margin-top: -5px;
    margin-right: 8px;
    opacity: 0.2;

    /* color: #000!important; */
    background: #000;
    padding: 10px;
    border-radius: 30px;
}

.pushy li {
    list-style: none!important;
    margin-left: -47px;
    font-weight: bold;
}

.pushy ul:first-child {
    margin-top: 30px;
}

.sub-link {
    border: none!important;
    margin-top: -15px;
    font-weight: normal!important;
    padding-left: 75px;
    font-size: 14px;
}

.sub-link li {
    padding-left: 202px;
}

.site-overlay {
    background: rgba(255, 255, 255, 0.5)!important;
}

.pushy {
    background: #f1f1f1;
}

.pushy-submenu li {
    margin-top: -23px;
    line-height: 1.3em;
}

.pushy-submenu li:first-child {
    margin-top: -10px;
}

/* Banners */
#banner .container
{
    text-align: center;
}
#banner .headshot
{
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
@media (max-width: 875px)
{
    #banner .headshot
    {
        display: none;
    }
}
img.logo 
{
    margin-top: 108px;
    max-width: 310px;
}
#search-block
{
    max-width: 453px;
    margin-right: auto;
    color: #fff;    
}
#search-block p
{
    margin-top: -6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
    text-shadow: -2px 1px 4px rgba(150, 150, 150, 0.8);
}
.bootstrap-realtypress .sc-rps-search-location-form .look-search-blurb {
    padding-left: 0px!important;
    color: #fff!important;
    margin-top: 2px;
    text-shadow: -2px 1px 4px rgba(150, 150, 150, 0.8);
}
#slogan {
    color: #fff;
    font-weight: 600;
    text-shadow: -2px 1px 4px rgba(150, 150, 150, 0.8);
}

h1#slogan {
    font-size: 38px;
    line-height: 0.8em!important;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    h1#slogan {
        font-size: 28px;
    }
}

#search-form
{
    max-width: 460px;
}
#search-form button {
    padding: 10.7px 14px;
    font-size: 14px;
    color: #fff;
    background: #1d489a;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -moz-border-top-left-radius: 0px!important;
    -moz-border-bottom-left-radius: 0px!important;   
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important; 
}

#search-form input {
    padding: 8px 12px;
    color: #007bff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    -webkit-border-top-right-radius: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -moz-border-top-right-radius: 0px!important;
    -moz-border-bottom-right-radius: 0px!important;   
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important; 
}

/* Responsive banner */
#banner {
    padding: 40px;
}

#banner {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
}
#banner.home {
        min-height: 450px;
        background-image: url('img/banners/background-toronto-white.jpg');
}
@media (min-width: 767px) {
    #banner {
        background-size: 1920px!important;
    }
}

@media (min-width: 1246px) {
    #banner {
        background-size: 1920px!important;
    }
}

/* #sub-banner {
    height: 75px;
    background: #f5f5f5;
    color: #454444;
}*/
#sub-banner {
    background: #e21a22;
    color: #fff;
    -webkit-box-shadow: 0px 1px 14px 3px #11111140;
    -moz-box-shadow: 0px 1px 14px 3px #11111140;
    box-shadow: 0px 1px 14px 3px #11111140;
    padding-bottom: 10px;
}

h1.sub-h2 {
    text-align: center;
    padding-top: 18px;
    font-size: 34px;
    line-height: 1.1em;
}


/* Banner Slim */
#banner.slim {
        height: 300px;
        background-image: url('img/banners/background-toronto-white.jpg');
}
.page-listings #banner, .page-our-listings #banner, .page-list-your-property #banner, .single-rps_listing #banner {
    background-image: url('img/banners/listings.jpg');
}
.page-favourites #banner, .page-calculator #banner, .page-privacy-policy #banner {
    background-image: url('img/banners/faves.jpg');
}
.page-about #banner {
    background-image: url('img/banners/aboutus.jpg');
}
.page-services #banner {
    background-image: url('img/banners/aboutus.jpg');
}
.page-meet-the-team #banner {
    background-image: url('img/banners/aboutus.jpg');
}
.page-testimonials #banner {
    background-image: url('img/banners/testimonials.jpg');
}

.page-blog #banner, #banner.blog {
    background-image: url('img/banners/blog.jpg');
}
.page-contact #banner {
    background-image: url('img/banners/services.jpg');
}
    
#site-title {
    margin-top: 125px;
    font-weight: 400;
    text-shadow: -2px 1px 4px rgba(42, 41, 41, 0.9);
}
#site-title span
{
    color: #fff;
    padding: 0px 20px;  
}
h1#site-title {
    font-size: 48px;
    line-height: 0.8em!important;
    margin-bottom: 15px;
    font-weight: 700;
}

@media (max-width: 480px) {
    h1#site-title {
        font-size: 38px;
    }
}

#breadcrumb
{
    text-align: right;
    margin-top: 125px;
    color: #fff!important;
    text-shadow: -2px 1px 4px rgba(42, 41, 41, 0.9);
}
#breadcrumb a
{
    color: #fff!important;
    padding: 10px;

}
#breadcrumb p  
{
    text-align: center;
    color: #fff!important;
    padding: 10px;
    max-width: 225px;
    margin-left: auto;
}
/* homepage circles */
#home-featured a
{
    color: #000;
    text-decoration: none;
}
/* Medium Devices, Desktops */
@media (min-width: 768px) and (max-width: 992px) {
    #home-featured {
        padding: 60px;
    }

    .third-feature {
        margin: auto;
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    #home-featured {
        padding: 40px 10px!important;
        margin-top: 11px;
    }
}

.ft-dark-spin {
    text-align: center;
}

.ft-dark-spin p {
    text-align: justify;
    font-size: 15px;
}

.fa-home {
    margin-top: -2px;
}

.fa-list {
    margin-top: 10px;
}

.fa-cogs {
    margin-top: 8px;
}

.ft-dark-spin span {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.ft-dark-spin span i {
    border: none!important;
    padding: 25px;
    color: #000;
}

.ft-dark.ft-dark-spin:hover span,
.ft-dark-spin:hover span,
.ft-dark-spin:hover span,
.ft-dark-spin:hover i,
.ft-dark-spin:hover i,
.ft-dark-spin:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border: 1px solid #cccccc;
    background: #1C479A;
    color: #fff;
}

.ft-dark-spin span,
.ft-dark-spin span,
.ft-dark-spin span,
.ft-dark-spin i,
.ft-dark-spin i,
.ft-dark-spin i {
    display: inline-block;
    color: #f8f8f8;
    border: 1px solid rgba(226, 220, 220, 0.43);
    background: #f5f5f5;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    .ft-item.ft-dark-spin {
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
        padding: 40px;
    }
}

/* Our Properties Widget */
#our-properties-widget {
    background: #f5f5f5;
    text-align: left;
    padding: 35px 40px;
}

h2 {
}

#our-properties-widget {
}

.listing-widget-wrapper {
    padding: 8px;
}

.listing-widget {
    padding: 15px;
    text-align: left;
    background: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.listing-widget:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    text-decoration: none;
}

.listing-widget img {
    width: 100%;
}
.listing-widget h4 {
    font-size: 20px;
    margin-top: -16px;
    margin-top: 4px;
    color: #000!important;
    text-decoration: none;
}
.listing-widget h4:hover, .listing-widget p:hover, .listing-widget a:hover 
{
    text-decoration: none!important;
}



.listing-widget span {
    font-size: 17px;
    margin-top: -4px;
    display: block;
}

.listing-widget ul {
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    border-top: 1px #f1f1f1 solid;
    width: 100%;
    padding-top: 12px;
    margin-bottom: -6px!important;
}

.listing-widget i {
    max-width: 10px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.listing-widget .fa-bath {
    margin-right: 12px;
    margin-top: 4px;
}

.listing-widget li {
    float: left;
    margin-right: 18px;
}

/* About */
@media (max-width: 768px)
{
    .about-logo-web
    {
        display: none;  
    }
}
@media (min-width: 768px)
{
    .about-logo-mobile
    {
        display: none;
    }
}
/* aboutme widget */
.about-me-widget-wrapper {
    max-width: 550px;
    margin: auto;
    text-align: center;
    padding: 60px 25px;
}

button {
    padding: 10px 20px;
    color: #fff!important;
    background: none;
    border: solid 1px #e21a22;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 22px;    
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
    font-weight: 600;
}
button:hover {
    background: #e21a22;
    transform: scale(1.1);
}

#about-me-video {
    background:  no-repeat left center #1C479A;
    text-shadow: -1px 2px 12px #6a6a6b;
    /*box-shadow: inset 5px 1px 20px #737373;*/
}

#about-me-video h2 {
    color: #fff;
    margin-bottom: 18px;
}

#about-me-video a {
    text-decoration: none;
}

.align-middle {
    display: table-cell;
    vertical-align: middle;
}

#about-me-video h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background: #e21a22;
    padding: 12px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#about-me-video .logo
{
    max-width: 180px;
}
#about-me-video .button 
{
    text-align: center;
    /* margin-top: 165px; */
    text-shadow: -2px 1px 4px rgba(150, 150, 150, 0.8);
}
@media (max-width: 574px) {
#about-me-video .button 
    {
        /* margin-top: 250px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
#about-me-video .button 
    {
        /* margin-top: 250px; */
    }
}

.modal-video 
{
    padding: 35px;
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
    /* margin: 30px 0 7px; */
    margin-top: -8px;
    font-size: 1.1em;
    margin-bottom: -6px;
}

.overlay {
  background-color: rgba(226, 26, 34, 0.82);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 58%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
    color: #fff;
    font-style: italic;
    margin-bottom: 9px;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}




/* Footer */
footer {
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 0.5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.05);
    background: #fff;
}

#newsletter-signup {
    padding: 40px;
    max-width: 500px;
    margin: auto;
    /*background: #f1f1f1;*/
    text-align: center;
}

#newsletter-signup h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
}

h3.nl-t1 {
    font-size: 16px!important;
}

#newsletter-form {
    margin-top: 20px;
    padding: 0px 25px;
}

#newsletter-form button {
    /* min-width: 80px; */
    padding: 8.5px 12px;
    color: #fff;
    background: #e21a22;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -webkit-border-top-left-radius: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -moz-border-top-left-radius: 0px!important;
    -moz-border-bottom-left-radius: 0px!important;   
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important; 
}

#newsletter-form input {
    padding: 8px 12px;
    font-style: italic;
    color: #000;
    background: #f1f1f1;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-top-right-radius: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -moz-border-top-right-radius: 0px!important;
    -moz-border-bottom-right-radius: 0px!important;   
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important; 
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select {
    height: 41px!important;
    color: #000;
}

@media (max-width: 480px) {
    input {
        width: 100%!important;
    }

    button {
        width: 100%;
    }
}

#logo-footer {
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 0.5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.05);
    display: none;
}

#logo-footer img {
    max-width: 250px;
    margin: auto;
    display: block;
    padding: 20px;
    margin-bottom: -5px;
}

#copyright {
    padding: 15px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #3b3b3b /* #1C479A */;
    line-height: 1.3em;
}

p.copyright {
    display: block;
}


/* Testimonials */
.testimonial:first-child
{
    margin-top: 25px
}
.testimonial blockquote {
    margin: 10px 0px 0;
    background: #666464;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
    font-family: sans-serif;
    color: #fff;
}

.testimonial blockquote:before, .testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #fff;
	font-style: normal;
}

.testimonial blockquote:before {
	top: 0;
	left: 10px;
}

.testimonial blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}

.testimonial div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid  #666464;
	margin: 0 0 0 40px;
}
.testimonial
{
    margin-bottom: 35px;
    padding: 0;
}
.testimonial p {
	margin: 8px 0 0 20px;
	text-align: left;
}

/* Contact Form */
#contact-form
{
    padding: 40px;
    background: #f1f1f1;
}

@media (min-width: 768px) {
    #contact-form
    {
        padding: 50px;
    }
}
@media (min-width: 1200px) {
    #contact-form
    {
        padding: 60px;
    }
}
label 
{
    font-size: 14px;
    font-weight: 600;
}
textarea.wpcf7-form-control.wpcf7-textarea 
{
    width: 100%;
    max-height: 180px;
}
input.wpcf7-form-control {
    width: 100%;
}
input, textarea, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.dropdown 
{
    padding: 5px 10px;
}
input.wpcf7-form-control.wpcf7-submit 
{
    min-width: 80px;
    padding: 8px 12px;
    color: #fff;
    background: #e21a22;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80px;
    margin-left: 15px;
    margin-right: 15px;
}
span.wpcf7-not-valid-tip
{
    background: #e21a22;
    color: white;
    padding: 4px 10px;
}
.wpcf7-validation-errors 
{
    border: none!important;
    background: #f1f1f1;
    color: #e21a22;
    padding: 0px!important;
    margin-left: 0px!important;
}
.wpcf7-select {
    padding: 5px;
}
/* Es Calculator */
.es_calc_form 
{
    padding: 0px;
}
.es_calc_container {
    width: 350px;
    margin: auto;
}
.es_calc_rangeslider_container
{
    width: 100%;
}
@media (max-width:770px) {
    .es_calc_input {
    width: 100%!important;
    }
}
/* Favourites */
div.rps-favorites .container-fluid 
{
    padding: 0px!important;
}

/* blog */

img.attachment-single-post-thumbnail.size-single-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#blog-wrapper-single h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 30px;
}


/*div#blog-wrapper, div#blog-wrapper-single 
{
    background: #f1f1f1;
}*/
#blog-wrapper div#content, #blog-wrapper-single div#content  
{
    margin-bottom: 36px;
    padding-top: 56px;
    padding-bottom: 36px;
}
#blog-wrapper-single div#content  
{
    margin-top: 36px;
}
#blog-wrapper-single div#content {
    background: #fff;
}
.alm-listing.alm-ajax.container {
    padding: 7px;
}
.listing-widget-wrapper a
{
    color: #000;
    text-decoration: none;
}
.alm-btn-wrap
{
    margin-top: 10px;
}
#blog-wrapper div#content h2 {
    padding-top: 10px;
}
.blog-featureimg img
{
  display: block;
  width: 100%;
  height: auto;
}

.blog-wrapper {
    padding: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.blog-title {
    font-size: 24px;
    color: #000!important;
    line-height: 28px!important;
    display: block;
    margin-top: 8px;
}
h2.blog-title {
    font-size:28px!important;line-height: 31px!important;margin-top: 7px;
}
.blog-postinfo {
    margin-bottom: 15px;
}
.blog-icon1 {
    max-width: 22px;
    margin-top: -4px;
}
.blog-icon2 {
    max-width: 19px;
    margin-left: 15px;
    margin-top: -4px;
}
.blog-info {
    font-size: 15px!important;
}

.blog-button {    
    padding: 13px;
    background: #2c459c;
    color: #fff;
    margin-top: 5px;
}
.blog-button:hover {
    background: #e11b22;
}


/*blog new */
.archive #blog-wrapper {
    background: #f1f1f1;
}
.blog-post {
    background: #ffff;
    padding: 30px;
}
.sidebar-widget  {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}


/* Blog Sidebar */
.sidebar-widgets h2
{
    font-size: 20px;
}
.sidebar-widgets ul 
{
    margin-left: -20px;
    padding-right: 6px;
}
.sidebar-widgets li {
    border-bottom: 1px solid #e3e3e3;
    padding: 4px 0px;
    list-style: none!important;
    margin-left: -19px;
}
.sidebar-widgets a {
    color: #212121!important;
    font-size: 14px;
}
.sidebar-widgets a:hover {
    color: #ff0000!important;
}

.wp-most-popular img {
    display: none;
}
.tagcloud {
    margin-top: 22px;
}
a.tag-cloud-link {
    background-color: #e11b22!important;
    padding: 12px 10px;
    color: white!important;
    font-size: 12px!important;
    margin-right: 0px;
}
a.tag-cloud-link:hover {
    background: #2d459d!important;
    color: #fff!important;
}
#sidebar-archives {
    margin-top: 24px;
}

/* Single Listing Page */
ul.breadcrumb 
{
    display: none!important;
}
div#single-listing 
{
    padding: 0px!important;
}

.col-sm-12.col-property-result {
    padding: 0px;
}
.post-type-archive-rps_listing  form.result-filter-frm.result-search-form-h, .post-type-archive-rps_listing header.result-header {
    display: none;
}
.col-inner-result {
    margin-top: 10px;
}




/* Services */
.service-btn {
    border: 4px solid white;
    margin-bottom: -0px!important;
    background-color: #5e5f5f!important;
}    
figcaption p
{
    margin-top: 20%;
    text-align: center;
}
.btn-service a {
  min-height: 300px!important;
  width: 100%;
}

/* List Your Property */
@media (max-width: 768px)
{
    .container {
    max-width: 100%;
    }
}


/* SLIDER FIX */
.carousel-indicators-wrapper {
    padding-left: 0px!important;
}
.bootstrap-realtypress .carousel-indicators-new {
    list-style-type: none;
    padding: 0px;
    max-height: 439px;
    overflow-y: auto;
    margin-top: -5px;
}

.bootstrap-realtypress .carousel-indicators-new li {
    list-style-type: none;
    cursor: pointer;
    width: 50%;
    display: inline-block;
    padding-left: 9px;
}

.bootstrap-realtypress .carousel-indicators-new li:first-child {
    margin-top:-14px;
}

