/* Styled the Polylang language toggle on desktop and mobile  */

.lang-item-first {
	display: block;
	padding-left: 30px;
	padding-top: 1px;
	margin-top: 5px;
}
.mobile_nav_inner .lang-item-first {
   padding-left:0px;
   padding-top:0px;
   margin-top:15px;     
}

.mobile_nav_inner .lang-item-first a {
   color: #0D0D0D;
    padding: 15px 0;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    font-family: "classico-urw", sans-serif;    
}

.carousel-item.active img {
	width: 100% !important;
}

/* BEGIN Took the following from footer.php so it can be loaded here in the stylesheet */


    footer {
        background-color: #214c3b;
        color: #fdf9ed;
        border-top: 14px solid #1aba8a;
        padding-top:120px;
    }

    footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        footer li {
            margin-top: 12px;
            font-size: 18px;
        }

            footer li a {
                color: #fdf9ed;
                font-size:18px;
            }

            footer li a:hover {
                color: #1aba8a;
                font-size: 18px;
            }
    footer ul.aboutusfooterItems li a{
        font-family: "classico-urw";
        font-weight:bold;
        font-size:24px;
        line-height:1.4;

    }
        footer .aboutusfooterItems{
            padding-top:18px;
            margin-bottom: 30px;
        }
        .footersectiontitle a {
            display: block;
            font-family: "classico-urw";
            font-weight: bold;
            font-size: 24px;
            line-height: 1.4;
            border-bottom: 3px solid #fdf9ed;
            color: #fdf9ed;
            padding-bottom: 5px;
            margin-bottom: 26px;
        }
        .footersectiontitle a:hover {
            color: #1aba8a;
        }
    .social-ico-footer{
        width:40px;
        height:40px;
        margin-right:5px;
    }

	.utility-footer-items a {
	    padding-right:30px;
		color:#fdf9ed;
	}
	.utility-social-footer-items a {
		padding:0px 10px;
		color:#fdf9ed;
	}
	.utility-footer-items a:hover {
	    color: #1aba8a;
	}
	.utility-social-footer-items a:hover {
		color: #1aba8a;
	}
	.left-aligned-utitlity-footer-items a {
		padding-top:10px;
	}

	#about-reco-subitems a {
		color: #fdf9ed;
	  font-size: 18px;
	  font-family: "Figtree-Regular", sans-serif;
	  font-weight: 400;
	  line-height: 25px;
	}

	#about-reco-subitems a:hover {
		color: #1aba8a;
	}

    @media only screen and (max-width: 1970px) and (min-width: 1399px)  {
        .agentsandbrokers{
            margin-top:-34px;
        }

    }

/* END Took the following from footer.php so it can be loaded here in the stylesheet */

.type-news h1 {
   font-size: 54px;
   line-height: 1.05;
}

.news_index_text a {
   text-decoration:underline;
}

#news_index_div .news_index_text {
    padding-top: 25px;
}

.homeslidertextcontent p {
   padding-top: 8px;
    font-size: 24px;
    line-height: 1.47;
    color: #012811;
}