/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
#mainMenu nav > ul > li > a {
    font-size: 16px !important;
}

#header.dark .header-inner {
    background-color: #40200a;
}

.grid-item .grid-item-wrap .post-meta-category a {
    color: #ffffff;
}

.grid-item .grid-item-wrap .post-meta-category  {
    color: #ffffff;
    /* font-size: 18px; */
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

.grid-item .grid-description a i {
    font-size: 18px !important;
}

.testimonial .testimonial-item {
    border:none;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 350px !important;
}

.fs-12 { font-size: 12px !important;}
.fs-14 { font-size: 14px !important;}
.fs-16 { font-size: 16px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 20px !important;}
.fs-22 { font-size: 22px !important;}
.fs-24 { font-size: 24px !important;}
.fs-26 { font-size: 26px !important;}
.fs-28 { font-size: 28px !important;}
.fs-30 { font-size: 30px !important;}
.fs-32 { font-size: 32px !important;}