/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html,
.wpcf7-submit {background-color: #243263!important;color:#A12C2F!important;display:block;margin:0 auto;font-weight:700;text-transform: uppercase;border-radius: 5px;}
body {
    overflow-x: hidden;
}
.home .site-branding {display:none!important;color:#A12C2F;}
.home .eventihome a{color:black;}
.site-branding span {color:#243263;}
.menu-toggle {background-color: #A12C2F!important;color:#243263!important;border-radius: 5px;}
.slideout-toggle {background-color: #A12C2F !important;border-radius: 5px;}
.pro-menu-bars {color: #243263 !important;}
#site-navigation,#mobile-menu-control-wrapper {border-radius:6px;}
.home a{color:#fff;}
.copyright-bar a {color:black!important;text-decoration:none!important;}

.wpcf7-submit {background-color: #243263!important;color:white!important;display:block;margin:0 auto;font-weight:700;text-transform: uppercase;border-radius: 5px;}

.polylang_langswitcher {
    position: absolute;
    right: 115px;
    top: 38px;
    list-style-type: none;}

.firma{  -webkit-filter: drop-shadow(2px 2px 2px #fff);
  filter: drop-shadow(2px 2px 2px #fff);}

@media screen and (max-width: 768px) {
      #news h2 a {
          font-size: 25px !important;
      }
}

.single-post .entry-content,.single-post .entry-header, .single-post .entry-meta{padding:0 15px;}
.single-post .entry-header {padding-top:15px;}
.header-widget {
        position: absolute;
        right: 155px;
}
@media screen and (max-width: 768px) {
.site-branding {position: absolute;
    left: 15px;
    top: 15px;}
        .header-widget {
            position: absolute;
            left: 15px;
            
        }
        .header-widget .wp-block-social-links {font-size: 18px !important;}
        .home .header-widget {top:10px;}
}