/*
Theme Name: WPMTA
Theme URI: https://wpmta.org/
Author: Twinbears Creative
Author URI: https://twinsbear-creative.com
Version: 1.0
Description: A customized version of Anzu which adds a number of tiny features we need.
Template: anzu
*/

h1{font-size: 30px;}
p{font-size: 16px;}

@media screen and (max-width: 767px) {
   h1{font-size: 23px!important;}
 }

#btn_cta{
   font-size: 18px;   
   font-weight: bold;
   background-color: #FBC531;
   font-style: italic;
   color: #192A56;
   padding: 5px 15px;
   letter-spacing: 1px;
   border-radius: 0px;
}

#eael-load-more-btn-93533f8{
   font-size: 18px;   
   font-weight: bold;
   background-color: #FBC531;
   font-style: italic;
   color: #192A56;
   padding: 5px 15px;
   letter-spacing: 1px;
   border-radius: 0px;
}

#btn_cta:hover{
   text-decoration: none!important
}

a.contact_link:hover{
  color: #fff;
}

article.post .entry-title{
   font-size: 28px!important;
   color: #192A56;
   font-style: normal;
   margin-bottom: 20px!important;
}

.single_post h2{
   font-size: 23px!important;
   color: #192A56!important;
   font-weight: 600!important;
}

.single_post h3{
   font-size: 20px!important;
   color: #192A56!important;
   font-weight: 600!important;
}

.single_post p{
   font-size: 16px!important;
   margin: 10px 0px;
}

.post-navigation{
   display: none;
}

.footer_logo{
   max-width: 160px;
}

.elementskit-post-body {
   height: 200px;
}