/*
Theme Name: Villas Edenia theme
Author: Villas Edenia
Description: Just a starter theme for Villas Edenia theme
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter, Villas Edenia
*/
html {
	scroll-behavior: smooth;
  }
body{
font-family: 'Montserrat', sans-serif;
    color: #8e9a9e;
    font-size: 14px;
    padding:0px;
    margin:0px;
    line-height: 18px;
    background-color: #fff;

}
ul#menu-1-008ff5a {
    align-items: center;
}
div#page {
    overflow: hidden;
}
.pdtb-75{
padding:60px 15px;
}
.pdb-75{
padding:0px 15px 60px;
}
.pdt-75{
padding:60px 15px 0px;
}
.position-relate{
position:relative;
}
span.dropcap1 {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
}
.footer-width-fixer a {
    color: #52dae6;
}
.blue-anchor a{
color:#52DAE6;
}
.color-red{
	color:#d66270;
}
.news-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
}
.news-featured img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    max-height: 500px !important;
    width: 100%;
}
.news-section .container {
    max-width: 750px;
    margin: 0 auto;
}
.news-content h3 {
    font-size: 19px;
    line-height: 24px;
    color: #1c588f;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.news-content h3 a {
    font-size: 19px;
    line-height: 24px;
    color: #1c588f;
    text-decoration:none;
    font-weight: normal;
}
.news-content p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;
}
.news-read a {
    color: #d66270;
    font-size: 12px;
    text-decoration: none;
}
.news-read {
    text-align: right;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 0px;
}
.news-section {
    padding: 75px 0px;
}
span.post-meta-cats {
    padding: 15px 0 0px;
    display: block;
    color: #8e9eac;
    font-size: 11px;
    text-transform: uppercase;
}
span.post-meta-cats a {
color: #e8544f;
text-decoration:none;
}
.news-featuredsign img {
    max-width: 100%;
}
.news-contentsign h3 {
    font-size: 19px;
    line-height: 24px;
    color: #1c588f;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}
.news-contentsign h3 a {
    font-size: 19px;
    line-height: 24px;
    color: #1c588f;
    text-decoration:none;
    font-weight: normal;
}
.news-contentsign p {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 24px;
}
.news-contentsign p {
    color: #000;
}
.news-contentsign ol li{
color: #000;
} 
.news-contentsign img {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    font-style: italic;
    color: #aeb1b4;
    font-size: 12px;
}
.news-contentsign h2 {
    font-size: 20px;
    color: #2a303b;
    font-weight: 400;
}
.news-contentsign a {
    color: #52DAE6;
}
.mobile-menu {
    position: static !important;
}
@media (min-width:320px) and (max-width:568px) {
.news-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 30px;
}
	.news-section .container {
    padding: 0px 15px;
}
}
@media (min-width:569px) and (max-width:991px) {
	.news-section .container {
    padding: 0px 15px;
}
}
