/* 

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 !important;
}

.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;}


.audio-events  .post-item .post-item-description > h2 > a { font-size: 15px; }
#page-content p { font-size: 1.2em; }


@media only screen and (min-width: 1024px) {
  #header[data-transparent="true"] + #page-title {
    top: -120px;
    margin-bottom: 0px;
    padding-top: 420px;
  }
  #page-content { padding-top: -120px !important; }
}

@media only screen and (max-width: 600px) {
  #header[data-transparent="true"] + #page-title {
    padding-top: 330px;
    margin-bottom: -290px;
  }
  #header .header-inner #logo a, #header .header-inner #logo a span, #header #header-wrap #logo a, #header #header-wrap #logo a span {
    font-size: 28px !important;
  }

}