/* 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 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;
}

p.wp-block-paragraph a, ul.wp-block-list a, ol.wp-block-list a {
    text-decoration:underline;
}

.homeslidertextcontent .panellinks li {
    margin-bottom:8px;
}

.wp-block-separator {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    height:1px;
}

table.table td, table.table th {
    border: 1px solid #ddd;
}

.wp-block-buttons .wp-block-button__link {
   background-color: #bd4f2e;
   color:#fdf9ed;
	margin-bottom:20px;
	text-decoration:none !important;
}

.wp-block-buttons .wp-block-button__link:hover {
   background-color: #e06a3d;
	
}

/* BEGIN Table Styles */

.wp-block-table table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.wp-block-table table thead, .wp-block-table table th {
    color: var(--sand);
    background-color: var(--green);
    background: var(--green);
}

.wp-block-table table thead {
    vertical-align: bottom;
}

.wp-block-table table td, .wp-block-table table th {
    border: 1px solid #ddd;
}

.wp-block-table table tbody {
    vertical-align: inherit;
}

.wp-block-table table td {
    min-width: 5px;
}

/* END Table Styles */

.mobile-side-nav .accordion-body .sub_nav a {
    color: #012811 !important;
}

.site-alert-content a {
	text-decoration:underline;
}

td a {
	text-decoration:underline;
}

@media (max-width: 991px) {
    .general_side_menu {
        margin-right: 0px;
    }
}

.post-password-form {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.post-password-form input[type="submit"] {
	font-family: "classico-urw", sans-serif;
    background-color: #bd4f2e;
    color: #fdf9ed;
    border-radius: 8px;
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
	border:0;
}