/*
Theme Name: Get Property
Theme URI: http://get-property.ie
Author: Matteo Bandiera
Author URI: http://matteobandiera.com
Description: Responsive theme for get-property.ie
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: get-property
*/
body{
    background-color: #ededed;
}
.wrapper{
    margin-top: -600px;
    z-index: 1;
}
h2.heading {
    font-size: 18px!important;
}
#contactForm .form-control:focus{
    outline: none;
    border:1px solid #ee9700; 
    box-shadow: 0 0 3px #aaa; 
    }
#contactForm h2 {
    margin:0;
    margin-bottom: 30px;
    display: inline;
    font-size: 20px;
}
#contactForm .btn-submit {
    background-color: #ffa200;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ee9700));
    background: -webkit-linear-gradient(top, #ffa200, #ee9700);
    background: -moz-linear-gradient(top, #ffa200, #ee9700);
    background: -ms-linear-gradient(top, #ffa200, #ee9700);
    background: -o-linear-gradient(top, #ffa200, #ee9700);
    background: linear-gradient(top, #ffa200, #ee9700);
    border: 1px solid #ffa200;
    border-bottom: 1px solid #ee9700;
    border-radius: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    box-shadow: inset 0 1px 0 0 #f9af2f;
    -webkit-box-shadow: 0 1px 0 0 #f9af2f inset ;
    -moz-box-shadow: 0 1px 0 0 #f9af2f inset;
    -ms-box-shadow: 0 1px 0 0 #f9af2f inset;
    -o-box-shadow: 0 1px 0 0 #f9af2f inset;
    color: white;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #ee9700;
    margin: 10px auto;
    display: block;
}
#contactForm .btn-submit:hover {
    opacity:.85;
    cursor: pointer; 
}

.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float: right;
}
#contactForm .form-control:focus:invalid, #contactForm .form-control:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
#contactForm label.error {
    float: right;
    margin-right: 6px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}
#contactForm .error > i{
    color: #d45252;
    font-size: 25px;
}
#contactForm input.valid, #contactForm textarea.valid { /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
#contactForm .form-control {
    border-radius: 1px;
}
#contactForm label i.fa,
#contactForm .required_notification i.fa {
    font-size: 14px;
    vertical-align: baseline;
    color: #d45252;
    height: auto;
    padding-left: 5px;
}
#contactForm label.control-label{
    padding-right: 0;
}
html {
    position: relative;
    min-height: 100%;
}
hr {
    margin-bottom: 0;
    background-color: orange;
}
footer .row {
    background-color: #fff;
}
a {
    color: #031F47;
}
i.fa {
    font-size: 20px;
    padding-right: 5px;
    color: #ffa200; 
    vertical-align: middle;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #031F47
}
#content{
    padding: 0 40px;
    padding-bottom: 40px;
    font-size: 14px;
    margin-top: 200px;
}
#content blockquote{
    font-size: 16px;
    font-weight: 300;
}
#content > .row{
    background-color: #fff;
    padding: 20px;
}
#content .heading{
    font-size: 20px;
}
div#map {
    min-height: 300px;
}
@media (min-width: 768px){
    header{
        width: 720px;
    }
    .linkHome{
        width: 150px;
        height: 120px;
        left: 50%;
        margin-left: -90px;
        top:0;
        z-index: 4;
        display: block;
        position: absolute;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    .navbar-nav >li > a {
        font-size: 14px!important;
    }
    nav.navbar{
        margin-top: -40px!important;
    }
    h2.heading {
        font-size: 20px;
    }
}
@media (min-width: 992px){
    header{
        width: 940px;
    }
    footer{
        padding: 0 10px;
    }
    .navbar{
        padding: 0 20px;
    }
    .certifications{
        margin-top: 30px;
    }
}
@media (min-width: 1200px){
    header{
        width: 1100px;
        margin: 0 20px;
    }
    footer{
        padding: 0 30px;
    }
    .navbar{
        padding: 0 50px;
    }
}
header .master-head img {
    width: 100%;
    height: auto;
}
header {
    padding-top: 0px;
}
nav.navbar{
    margin-top: -50px;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > .menu-item {
    width: 25%;
}
.navbar-nav > .menu-item:nth-child(3),
.navbar-nav > .menu-item:nth-child(4){
    text-align: right;
} 
.navbar-nav >li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.navbar-brand {
    display: none;
}
@media (min-width:768px){
    .navbar-nav{
        background-color: transparent;
        border: 0;
    }
    .nav>li>a:focus, 
    .nav>li>a:hover{
        background-color: transparent;
    }
}
.navbar-nav > li > a{
    color: #fff;
}
.nav>li>a:focus, 
.nav>li>a:hover{
    background-color: transparent;
    color: #262626;
}
.nav>.active>a, 
.nav>.active>a:focus, 
.nav>.active>a:hover {
    background-color: transparent;
    color: #262626;
}
.navbar-nav>.open>a, 
.navbar-nav>.open>a:focus, 
.navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-menu>li>a{
    color: #fff;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    background-color: transparent;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    background-color: transparent;
    color: #262626;
}
.dropdown li > a {
    padding: 10px;
    font-size: 14px;
}
#footer-menu-id >li>a:focus,
#footer-menu-id >li>a:hover {
    color: #fff;
}
#footer-menu-id>.active>a, 
#footer-menu-id>.active>a:focus, 
#footer-menu-id>.active>a:hover{
    color: #fff;
}
/*.admin-bar .navbar-fixed-top {
    margin-top: 46px;
}*/
#footer-menu-id li{
    padding: 0;
}

#footer-menu-id li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-content {
    margin-top: 70px;
    min-height: 400px;
}
.footer-text{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-size: .8em;
    line-height: 1.5;
}
.footer-text:first-child{
    margin-top: 10px;
}
.certifications {
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
}
.certifications li {
    display: inline-block;
    width: 19%;
    overflow: hidden
}
.certifications img {
    max-height: 30px;
    width: auto;
}


@media (max-width: 767px){
    h2.heading {
        font-size: 1em;
    }
    .breadcrumb {
        margin-top: -35px!important;
    }
    footer ul li {
        padding: 2px 0!important;
    }
    /* footer .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #ffa200;
    } */
    footer > div.row:first-child > div.col-lg-12 {
        background-image: none;
        background-color: #031F47;
        height: auto;
    }

    #footer-menu-id > li.menu-item {
        width: 100%;
    }

    #footer-menu-id .dropdown-menu>li>a:hover {
        color: #ee9700;
    }

}
.heading {
    color: #031F47;
}
.breadcrumb {
    float: right;
    margin-top: -43px;
    margin-bottom: 0;
    background-color: transparent;
}
.breadcrumb>li+li:before {
    color: #031F47;
    content: '|';
}
.navbar-brand {
    color: #fff;
}
footer > .row:first-child > .col-lg-12{
    background-image: url('./images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 41px;
}
footer .navbar-nav>li>.dropdown-menu{
    top:auto;
    bottom: 100%!important;
}

#footer-menu-id{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 41px
}

@media screen and (max-width: 767px) {
    #footer-menu-id {
        height: auto;
    }
}

#footer-menu-id > .menu-item {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}
#footer-menu-id > .menu-item > a {
    text-transform: uppercase;
}

@media screen and (max-width: 767px){
    #content{
        padding: 0;
    }
    section#testimonial {
        display: none;
    }
    .navbar-brand {
        display: block
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px){
    #content{
        padding: 0 20px;
    }
    nav.navbar {
        margin-top: -42px;
    }
}

@media screen and (max-width: 991px){
    .certifications {
        margin-top: 20px;
    }
    .certifications img {
        max-height: 22px;
    }
    #content{
        font-size: 14px;
    }
    footer ul li {
        padding: 5px 0;
    }
    
}
@media screen and (min-width: 992px){
    .footer-text{
        font-size: .875em;
    }
}
.separator {
    height: 1px;
    background-color: #031F47;
    width: 100%
}
.space-mid {
    margin-bottom: 30px;
}

@media screen and (min-width: 768){
    .space-mid{
        margin-bottom: 0;
    }
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title{
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  text-shadow: 2px 2px #000;
  color: #FFF;
}
.copyright{
    text-align: center;
    color: #031F47;
    margin: 10px 0 0;
    padding: 10px;
    border-top: solid 1px lightslategray;
    font-size: .9em;
}
form#contactForm{
    margin: 50px auto 0px;
}
.contact-widget{
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
}
.form-group{
    margin-top: 10px;
} 
.dropdown-menu{
    background-color: #ffa200;
    width: 100%;
}
.dropdown-menu > li > a{
    color: #fff;
}
.side-note{
    line-height: 1.4;
    font-size: 16px;
    color: #000;
    border-left: 2px solid #ee9700;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px){
    .master-head{
        display: none;
    }
    nav.navbar{
        margin-top: 0;
    }
    header{
        top:0;
        left:0;
        width: 100%;
        z-index: 9999;
    }
}
@media(max-width:767px){
    .mb-slideshow{
        display: none;
    }
    .home .mb-slideshow {
        display: block;
    }
    .wrapper{
        margin-top: 0;
    }
    #content{
        margin-top: 50px;
    }
    .my-navbar{
        background-color: #031F47;
           
    }
    header{
        top:0;
        position: fixed;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .navbar-nav > .menu-item{
        width: 100%;
        text-align: left!important;
    }
    .nav>li>a:focus, 
    .nav>li>a:hover{
        color: #fff;
    }
    .dropdown-menu>.active>a, 
    .dropdown-menu>.active>a:focus, 
    .dropdown-menu>.active>a:hover{
        color: #FFF;
    }
    #breadcrumbs{
        display: none;
    }
    .logo{
        height: 40px;
        width: auto;
    }
    .navbar-brand{
        padding-top: 5px;
        padding-bottom: 5px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }
}
.page-background{
    /* Set rules to fill background */
    min-height: 100%;
    /*min-width: 1024px;*/
        
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
        
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.ad-title-box{
    position: relative;
}
.ad-title{
    font-size: 1.25em;
    font-weight: 700;
    border-bottom: 1px solid rgba( 12,12, 12, .4);
}
.ber-rating{
    position: absolute;
    top: 1px;
    right: 40px;
}
.jumbotron{
    padding: 10px!important;
    border-radius: 0!important;
}
.jumbotron h2{
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.jumbotron p{
    font-size: 14px;
}
.property-ad{
    margin-bottom: 60px;
}
em{
    font-weight: 700;
}
.mb-slideshow,
.mb-slideshow:after{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.mb-slideshow{
    list-style: none;
    position: relative;
    height: 600px;
    z-index: -1;
}

.mb-slideshow:after{
    content: '';
    background: transparent url(./images/mb-slideshow/pattern.png) repeat top left;
    position: absolute;
}

.mb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 24s linear infinite 0s; 
}

.mb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -13px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    animation: titleAnimation 24s linear infinite 0s; 
}
.mb-slideshow li div h3 { 
    padding: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
}
@media screen and ( min-width: 767px){
    .mb-slideshow li div h3{
        font-size: 24px;
        font-weight: 400;
    }
}
.mb-slideshow li:nth-child(1) span { 
    background-image: url(./images/mb-slideshow/1.jpg) 
}
.mb-slideshow li:nth-child(2) span { 
    background-image: url(./images/mb-slideshow/2.jpg);
    animation-delay: 6s; 
}
.mb-slideshow li:nth-child(3) span { 
    background-image: url(./images/mb-slideshow/3.jpg);
    animation-delay: 12s; 
}
.mb-slideshow li:nth-child(4) span { 
    background-image: url(./images/mb-slideshow/4.jpg);
    animation-delay: 18s; 
}
.mb-slideshow li:nth-child(5) span { 
    background-image: url(./images/mb-slideshow/5.jpg);
    animation-delay: 24s; 
}
.mb-slideshow li:nth-child(6) span { 
    background-image: url(./images/mb-slideshow/6.jpg);
    animation-delay: 30s; 
}
.mb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.mb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.mb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.mb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.mb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}
.home footer{
    margin-top: 400px;
}
@media screen and (max-width: 767px){
    .home footer{
        margin-top: 0;
    }
}
#contactForm #hiddenRecaptcha-error {
    margin: 0;
    float: left;
    color: #b03535;
}