/*
Theme Name: KTB4
Template: wp-bootstrap-starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: donostia.it
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.17+sympa
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'GT_walsheim_pro_bold';
  src: url('fonts/GT-Walsheim-Pro-Bold.eot');
  src: local('☺'), url('fonts/GT-Walsheim-Pro-Bold.woff') format('woff'), url('fonts/GT-Walsheim-Pro-Bold.ttf') format('truetype'), url('fonts/GT-Walsheim-Pro-Bold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT_walsheim_pro_bold_oblique';
  src: url('fonts/GT-Walsheim-Pro-Bold-Oblique.eot');
  src: local('☺'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.woff') format('woff'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.ttf') format('truetype'), url('fonts/GT-Walsheim-Pro-Bold-Oblique.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}


body {
    margin: 0;
    -webkit-font-smoothing: auto;
    font-family: 'Fira Mono', monospace;
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    font-weight: 400;
}
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #e63346;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
  color: #aa212f; 
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #333;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

strong, b  {
	font-weight: 600 !important;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 15px;
font-family: 'GT_walsheim_pro_bold', sans-serif;
text-transform: uppercase;}

h1 {
  font-size: 36x;
  padding-bottom: 10px;
  line-height: 1.15; 
letter-spacing: -0.02em;   
}
h2 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 18px;
  line-height: 1.25;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
p {
  margin-bottom: 15px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  background-color: #fff;
  z-index: 3;
  width: 100%;
  padding: 10px 0;
}


.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  outline: medium none;
  text-decoration: none;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}
body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 500;
  /*background: #f9f9f9;*/
}


.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #333 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.dropdown-menu {
  min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }
  .dropdown-menu li a {
    padding: 0;
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 30px 0;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " \2192";
}
.post-navigation .nav-previous a::before {
  content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    flex: 1;
    /* margin-top: 75px; */
}



.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 30px;
}
.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}
.entry-title > a {
  color: inherit;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
  border: medium none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}
.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# VARIE DONOSTIA
--------------------------------------------------------------*/
.bottom30 {
	margin-bottom: 30px;	
	}
 
picture.bottom30 {
	 display: block;
	 }

.btn_cta {
font-weight: 500;
font-family: 'GT_walsheim_pro_bold', sans-serif;
text-transform: uppercase;
border: 2px solid #e63346;
padding: 0px 15px;
font-size: 20px;
color: #fff;
background: #e63346;
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
}

.btn_cta:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.anchor_button_wrapper a {
  font-weight: 500;
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  color: #333;
  font-size: 20px;
  margin-right: 20px;
  display: inline-block;
}

.anchor_button_wrapper a:hover {
  text-decoration: none;
}

.anchor_button_wrapper a span {
  border-bottom: 2px solid #333;
}

.anchor_button_wrapper a span:hover {
  border-bottom: 2px solid #e63346;  
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css propery: value; pairs here */
}

.breadcrumbs {
	margin: 5px 0;
}

.main_titile {
	font-size: 50px;
}

.container {
  width: 1200px;
  max-width: 100%;
}

.submenu {
  padding: 0;
}

.submenu li {
  display: inline-block;
  list-style: none;
}

.submenu a {
  font-weight: 500;
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  text-transform: uppercase;
  border: 2px solid #e63346;
  padding: 0px 15px;
  font-size: 20px;
  color: #fff;
  background: #e63346;  
}

.submenu .current-menu-item a,
.submenu .current-menu-parent a {
  background: #fff;  
  color: #333;
}

.submenu a:hover {
  text-decoration: none;
  background: #fff;  
  color: #333;  
}

.event_header_wrapper {
  border-bottom: 2px dashed #e63346;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.box_events_expanded_wrapper {
  padding-bottom: 30px;
  border-bottom: 1px dashed;
}

.home .box_events_expanded_wrapper {
  padding-bottom: 0px;
  border-bottom: none;
}

.box_events_expanded_wrapper a:hover {
  text-decoration: none;
  color: #e63346;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header_flex_wrapper {
    display: flex;
    justify-content: space-between;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #e63346 !important;
}

.is-active .hamburger-inner, 
.is-active .hamburger-inner:after, 
.is-active .hamburger-inner:before {
    background-color: #e63346 !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    box-shadow: none;
}

.bloginfo_description {
	margin-bottom: 0;
}
.brand_wrapper {
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
}

.navbar-brand {
    position: relative;
    z-index: 31;
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 70px;
}
.nav_wrapper {
	background: #eb6324;
}
.brand_text {
    line-height: 1;
}

.hamburger {
    padding: 0 !important;
}



.mega_menu {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0px;
  justify-content: space-between;
  margin: 15px 0 0 0;
}

.mega_menu > li {
    padding: 01;
}

.mega_menu > li ul a {
    color: #333;
    font-size: 20px;
    font-weight: 300;
}

.mega_menu > li ul {
	padding-left: 0;
}

.mega_menu > li > a {
  color: #e63346;
  font-size: 20px;
  font-weight: 300;
  display: block;
  padding: 0;
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  text-transform: uppercase;
letter-spacing: -0.02em;  
border-bottom: 2px solid #e63346;

}
.mega_menu a:hover {
  color: #333 !important;
}
.mega_menu > li > a:hover {
	text-decoration: none;
}

.mega_menu > li.current-menu-item > a, .mega_menu .wpml-ls-current-language a {
    border-bottom: 2px dotted #e63346;
    display: inline-block;
    width: auto;
    color: #333;
}

.mega_menu li {
	list-style: none;
}

.menu_info_top_wrapper {
    font-size: 12px;
    background-color: #c1282e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.menu_info_top_wrapper a {
	color: #fff;
	}
.menu_info_top_wrapper li {
	display: inline-block;
}


.menu_info_top_wrapper ul {
	padding: 0;
	margin: 0;
}

.menu_info_left li {
	margin-right: 15px;
}

.menu_info_right li {
	margin-left: 15px;
}

.loghi_header {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}

.loghi_header img {
  height: 35px;
}

.loghi_header_wrapper {
  text-align: right;
}

.freie_berlin_logo {
  margin-left: 10px;
}




/*--------------------------------------------------------------
## menu desktop
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
		.hamburger {
		display: none !important;
	}
	
	
	#hamburger {
	    display: flex;
		align-items: center;	    
	}
	
	.main_menu_wrapper {
	    background: transparent;
	    position: relative;
	    z-index: 3;
	    width: 100%;
	    padding: 0;
	    height: auto;
	}
	
	.header_flex_wrapper {
		display: flex;
	}


.menu_utilities {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
}

.menu_utilities li {
  list-style: none;
  margin: 0 5px;
}

.menu-utilities-container {
  display: flex;
  flex-direction: column-reverse;
}

.menu_utilities a {
  font-size: 20px;
  margin: 0 0 0 20px;
  display: inline-block;
}

.menu_utilities img {
  height: 23px;
  position: relative;
  top: 4px;
}

.wpml-ls-item a {
  color: #333;
}

.wpml-ls-item a:hover {
  text-decoration: none;
}

.wpml-ls-current-language a {
  border-bottom: 2px solid #e63346;
}

.searchform_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e63346;
  z-index: 4;
  padding: 30px 0;
  top: 150px;
  height: 100vh;
}

.searchform_wrapper form#searchform {
  display: flex;
  flex-direction: row-reverse;
}

.searchform_wrapper input#s {
  border: none;
}

input#searchsubmit {
  border: none;
}

.subscribe_menu_item a {
  background: #e63346;
  color: #fff;
  padding: 2px 7px;
}

.wpml-ls-item a {
  margin: 0 0 0 0px;
}

.wpml-ls-item:last-child:after {
  /* content: "/";
  display: inline-block;
  margin-left: 5px; */
}

}

/*--------------------------------------------------------------
## menu mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {


div#hamburger {
    position: fixed;
    z-index: 2;
    background: #333;
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 50px 0px;
    top: 0;
    overflow: scroll;
}

button.hamburger {
    z-index: 3;
    display: flex;
    align-items: center;
}





#content.site-content {
    margin-top: 58px;
}


.mega_menu > li > a {
    padding: 0;
}


.mega_menu > li ul a {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-left: 0px;
}

.navbar-brand img {
    max-width: 100%;
    height: 40px;
}


header#masthead {
    padding: 10px 0;
}


.navbar-brand {
    max-width: 100%;
    width: auto;
    left: 0px;
}

.menu_button_wrapper {
    right: 10px;
}

.mega_menu > li {
    flex-basis: 100%;
    padding: 0px;
}

.mega_menu > li > a {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.mega_menu .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 0px !important;
    transform: none !important;
    position: relative !important;
}

.main_menu_wrapper {
  padding: 0 15px;
}

.searchform_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  background: #e63346;
  z-index: 4;
  padding: 30px 0;
  top: 150px;
  height: 100vh;
}

.searchform_wrapper form#searchform {
  display: flex;
  flex-direction: row-reverse;
}

.searchform_wrapper input#s {
  border: none;
}

input#searchsubmit {
  border: none;
}

.mega_menu > li.current-menu-item > a, .mega_menu .wpml-ls-current-language a {
  color: #fff;
}

.mega_menu a:hover,
.mega_menu a:active {
  color: #fff !important;
}


.menu_utilities img {
  height: 23px;
  position: relative;
  top: 2px;
}

}




/*--------------------------------------------------------------
# Benjamin Lectures
--------------------------------------------------------------*/

.info_event_container {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  margin-top: 15px;
}

#bl_header {
border-bottom: 2px dashed #e63346;
margin-bottom: 30px;
padding-bottom: 30px;
}

.active_benjamin_lectures_wrapper {
  padding: 30px;
  border: 3px solid #e63346;
  border-radius: 0 0 30px 0;
  margin-bottom: 30px;
  background: #e63346;
  color: #fff;
}

.active_benjamin_lectures_wrapper a {
  text-decoration: none;
  color: #fff;
}

.benjamin_lectures_wrapper {
  padding: 30px;
  border: 2px solid #333;
  border-radius: 0 0 30px 0;
  margin-bottom: 30px;
}

.single-benjamin_lectures .content_event h2,
.single-benjamin_lectures .content_event h3 ,
.bl_section h2,
.bl_section h3 {
  text-transform: inherit;
}
/*--------------------------------------------------------------
# summer school
--------------------------------------------------------------*/

.active_summer_school_wrapper {
padding: 30px;
border: 3px solid #e63346;
border-radius: 0 0 30px 0;
margin-bottom: 30px;
background: #e63346;
color: #fff;
}

.active_summer_school_wrapper a {
  color: #fff;
}

.summer_school_wrapper {
padding: 30px;  
}
.summer_school_header {
  border-bottom: 3px dashed #E63346;  
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.btn_cta.resume {
  text-decoration: none;
  color: #fff;
}

.btn_cta.resume span {
  border: none;
}

.btn_cta.resume span:hover {
  border: none;
  color: #E63346;
}

.btn_cta.resume:hover {
color: #E63346;
}

.summer_school_wrapper {
  border-bottom: 2px dashed #333;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ss_info_snippet {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
}

/*--------------------------------------------------------------
# People
--------------------------------------------------------------*/
.snippet_people_image img {
	border-radius: 50%;
}

.snippet_people_wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #333;
}

.archive_people_header {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 2px dashed #E63346;  
}

.former_team_index_title {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: 2px dashed #E63346; 
 margin-top: 120px; 
}
/*--------------------------------------------------------------
# HOMEPAGE
--------------------------------------------------------------*/

.all_events_home {
  font-size: 30px;
}

.bl_sidebar_home {
  padding-bottom: 15px;
  border-bottom: 1px solid #E63346;
}

.wrapper_ktbontour_sidebar {
  padding-bottom: 15px;
  border-bottom: 1px dashed;
}

.ktb_desc_home_wrapper {
  /* border-right: 1px solid #e63346;
  padding-right: 30px; */
}

.wrapper_ktbontour_sidebar a:hover {
  color: #E63346;
}

.ktbontour_sidebar_list div:last-child {
  border-bottom: none;
} 

.events_home_wrapper {
  padding: 30px;
  /* border: 2px dashed #e63347; */
  margin-bottom: 30px;
  background: #f8f8f8;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
	color: #b3b3b3;
	background-color: #333;
	padding: 60px 0;
}

.body:not(.theme-preset-active) .post-type-archive-downloads  footer#colophon {
	display: none;
}

.site-title_footer img {
  width: 150px;
}

.site-title_footer {
  color: #fff;
}

.site-title p {
  font-size: 16px;
}

.menu_footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;  
}

.menu_footer li {
  list-style: none;
  margin-right: 30px;
  padding-bottom: 30px;
}

.menu_footer a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #e63346;
}

.menu_footer .current-menu-item a {
  border-bottom: 1px solid #fff;
}


.menu_footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.loghi_footer img {
  height: 60px;
  margin-right: 15px;
}

.newsletter_footer, 
.follow_us {
 font-family: 'GT_walsheim_pro_bold', sans-serif;
 text-transform: uppercase;
 color: #fff; 
}


.menu_footer .wpml-ls-current-language a {
  border-bottom: 1px solid #fff;
}

.follow_us a {
  color: #fff;
border-bottom: 1px solid #e63346;
margin: 0 5px;
}

p.follow_us {
  font-size: 20px;
}

.newsletter_footer a {
  color: #fff;
  border-bottom: 1px solid #e63346;
  font-size: 20px;
}

.newsletter_footer a:hover {
  text-decoration: none;
}

.loghi_footer {
  margin: 60px 0;
}

.developed_by {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}




/*--------------------------------------------------------------
# post type translation
--------------------------------------------------------------*/

img.arrow {
  width: 17px;
  margin-right: 0px;
}
/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

.event_box_wrapper {
  min-height: 100px;
  height: 180px;
}

.event_list_icon_box img {
  width: 50px;
}

.event_box_wrapper .event_datails_in_box span, .event_box_wrapper h2 span {
  background: #fff;
  padding: 0 4px;
}

.event_list_icon_box img {
  position: absolute;
  /* bottom: 15px;
  right: 15px; */
  bottom: 0;
  right: 0;
  background: #fff;
  max-width: 40px;
}

.event_datails_in_box span {
  font-size: 15px;
}

.img-bkg-post {
  padding: 15px;
  min-height: 250px;
  margin-bottom: 30px;
  position: relative;
}

.home .img-bkg-post {
  margin-bottom: 0px;
}

.img-bkg-post h2 {
  margin: 0px 0px 20px 0px;
}

.flat_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info_event_row span {
  background: #e63346;
  color: #fff;
  font-family: 'Fira Mono', monospace;
  font-weight: 500;
  padding: 0 0px;
  font-size: 18px;
}


.events_category_img {
  height: 54px;
  float: right;
}

.event_header {
  border-bottom: 2px dashed #e63346;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.event_snippet_heading_a {
  color: #000;
}

/* .content_event #description strong,
.content_event #description b {
  color: #e63346;
} */
/*--------------------------------------------------------------
# Forum
--------------------------------------------------------------*/

.forum_header {
  border-bottom: 2px dashed #e63346;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.btn_all_debates {
font-weight: 500;
font-family: 'GT_walsheim_pro_bold', sans-serif;
text-transform: uppercase;
border: 2px solid #e63346;
padding: 0px 15px;
font-size: 20px;
color: #fff;
background: #e63346;  
}

.btn_all_debates.active {
 background: #fff;
 color: #333; 
}

.btn_all_debates:hover {
text-decoration: none;
background: #fff;
color: #333;  
}

.new_debate_snippet {
  background: #333333;
  padding: 30px;
  color: #fff;
}

.new_debate_snippet h3 span {
  background: #fff;
  color: #e63346;
}

.new_debate_snippet h3 {
  margin-bottom: 15px;
}

.new_debate_snippet .read_more span {
  background: #fff;
  color: #e63346;  
}

.debate_snippet_wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.debate_header {
  border-bottom: 2px dashed #e63346;
}

.interventions_list li {
  position: relative;
}

.interventions_list li:before {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 24px;
  color: #e63346;
  bottom: 0;
  font-size: 16px;
  position: absolute;
  left: -30px;
  top: 0;
}

.interventions_list li {
  list-style: none;
  margin-bottom: 60px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.interventions_list li a {
  color: #333;
  border-bottom: 1px solid #e63346;
  text-decoration: none;
}

.interventions_list {
  padding: 0;
}

.interventions_list .author_string {
  text-transform: uppercase;
}

.small_text_preview {
  margin-left: 28px;
  display: block;
}

.podcast_list li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 24px;
  color: #e63346;
  position: relative;
  bottom: -4px;
}

.podcast_list li {
  list-style: none;
}

.podcast_list li a {
  color: #333;
  border-bottom: 1px solid #e63346;
  text-decoration: none;
}

.podcast_list {
  padding: 0;
}

.intervention_header {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 2px dashed #e63346;
  font-size: 20px;
}

.intervention_header p {
  margin-bottom: 0px;
}

.single_translation_content {
  font-family: 'Libre Baskerville', serif;
}

.single_translation_content h1,
.single_translation_content h2,
.single_translation_content h3 {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  text-transform: inherit;
}

.glossary_list {
  padding: 0;
}

.glossary_list li {
  list-style: none;
}

.letter_title {
  background: #e63346;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.glossary_list a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e63346;
}

.publication_header {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 2px dashed #e63346;
  font-size: 20px;
}

.paper_header {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 2px dashed #e63346;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Focus
--------------------------------------------------------------*/

.focus_year_title i {
  margin-right: 10px;
}

.focus_snippet_title {
  margin: 0 0 15px 0;
}

.focus_snippet_wrapper {
  padding: 30px;
  border: 3px solid #e63346;
  border-radius: 0 0 30px 0;
  margin-bottom: 30px;
}


.focus_snippet_wrapper h3 span {
 display: inline-block;
 background: #e63346;
 color: #fff;
 padding: 2px 7px; 
}

.all_focus_snippet_wrapper {
  background: #333;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.readmore_focus_snippet a {
   display: inline-block;
   background: #e63346;
   color: #fff;
   padding: 2px 7px; 
  }
  
  .focus_header {
   border-bottom: 2px dashed #e63346;
   margin-bottom: 15px;
   padding-bottom: 15px;
  }
  
  .focus_header h1 {
    margin: 15px 0 15px 0;
    padding: 0;
  }
  
  .publication_list li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 24px;
  color: #e63346;
  position: relative;
  bottom: -4px;  
  }
  
  .publication_list li {
  list-style: none;
  }
  
  .publication_list li a {
  color: #333;
  border-bottom: 1px solid #e63346;
  text-decoration: none;
  }
  
  .publication_list {
  padding: 0;
  margin-bottom: 40px;
  }
  
  .publication_list .author_string {
  text-transform: uppercase;
  }
  
  .event_list li:before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 24px;
    color: #e63346;
    position: relative;
    bottom: -4px;  
    }
    
    .event_list li {
    list-style: none;
    }
    
    .event_list li a {
    color: #333;
    border-bottom: 1px solid #e63346;
    text-decoration: none;
    }
    
    .event_list {
    padding: 0;
    margin-bottom: 40px;
    }
  
  .podcast_list li:before {
    content: "\f025";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 24px;
    color: #e63346;
    position: relative;
    bottom: -4px;  
    }
    
    .podcast_list li,
    .related_projects_list li {
    list-style: none;
    }
    
    .podcast_list li a,
    .related_projects_list li a {
    color: #333;
    border-bottom: 1px solid #e63346;
    text-decoration: none;
    }
    
    .podcast_list,
    .related_projects_list {
    padding: 0;
    margin-bottom: 40px;
    }  
    
   .related_projects_list li:before {
     content: "\f5d2";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     margin-right: 10px;
     font-size: 24px;
     color: #e63346;
     position: relative;
     bottom: -4px;  
     } 
    
  
  .paper_list li:before {
  content: "\f6d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 24px;
  color: #e63346;
  position: relative;
  bottom: -4px;  
  }
  
  .paper_list li {
  list-style: none;
  }
  
  .paper_list li a {
  color: #333;
  border-bottom: 1px solid #e63346;
  text-decoration: none;
  }
  
  .paper_list {
  padding: 0;
  margin-bottom: 40px;
  }
  
  .paper_list .author_string {
  text-transform: uppercase;
  }
  
.events_title_tax_focuses,
.podcast_title_tax_focuses {
  background: #e63346;
  color: #fff;
  padding: 2px 37px;
}

.summerschool_title_tax_focuses,
.projects_title_tax_focuses {
  background: #333;
  color: #fff;
  padding: 2px 37px;
}

.podcast_info_snippet {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.podcast_snippet_wrapper {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dashed #333;
}

.snippet_project_wrapper h3 {
  color: #e63346;
}

.snippet_project_wrapper .project_img {
  border: 1px solid #333;
  margin-bottom: 30px;
}

.snippet_project_wrapper img {
  max-width: 100%;
  width: 200px;
  margin-bottom: 30px;  
}
/*--------------------------------------------------------------
# Varie
--------------------------------------------------------------*/


.translation_accordion_trigger img {
  transform: rotate(-90deg);	
      transition: all 0.1s ease-in-out;
  
  }
  
  .translation_accordion_trigger.collapsed img {
    transform: rotate(0deg);
    
  }

.translation_accordion_trigger {
  width: 100%;
  display: block;
  text-align: center;
}  

.translation_accordion_trigger_wrapper {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 20px;
}

.translation_accordion_trigger_wrapper:hover {
  cursor: pointer;
}

.translation_accordion_trigger_wrapper .collapse {
  padding-top: 15px;
}

.translation_accordion_trigger {
  margin-bottom: 0;
  font-family: 'GT_walsheim_pro_bold', sans-serif;
  font-size: 20px;
}

.translation_accordion_trigger .arrow {
  margin-right: 10px;
}

.backto {
  font-family: 'GT_walsheim_pro_bold', sans-serif;
font-weight: 500px;
font-size: 26px;
} 

.backto span.label_name {
 text-transform: uppercase; 
}

.snippet_project_wrapper {
  border: 2px solid #e63346;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.project_header_archive {
  border-bottom: 2px dashed #e63346;
  margin-bottom: 30px;
}

.podcast_header {
 border-bottom: 2px dashed #e63346;
 margin-bottom: 30px; 
}

.podcast iframe {
  margin-bottom: 30px;
}

.snippet_podcast_list div:last-child {
  border-bottom: none;
}



.main_content_wrapper h2,
.main_content_wrapper h3 {
  text-transform: inherit;
}

.section-title {
  text-transform: uppercase !important;
}

.responsive-container {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Bootstrap lg-xl
--------------------------------------------------------------*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
.menu-utilities-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #e63346;
}

.menu-utilities-container a {
  color: #fff;
}
#menu-utilities {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

#menu-utilities li {
  list-style: none;
}

.header_flex_wrapper {
  padding-top: 30px;
}


header#masthead {
  position: fixed;
}

#content.site-content {
  margin-top: 120px;
}

.anchor_button_wrapper a {
  display: inline-block;
  margin-bottom: 15px;
}

.submenu a {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 15px;
}

.loghi_header_wrapper {
  text-align: center;
}


}
/*--------------------------------------------------------------
## Bootstrap md-lg
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {

.menu-utilities-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #e63346;
}

.menu-utilities-container a {
  color: #fff;
}
#menu-utilities {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

#menu-utilities li {
  list-style: none;
}

.header_flex_wrapper {
  padding-top: 30px;
}


header#masthead {
  position: fixed;
}

#content.site-content {
  margin-top: 120px;
}

.home .box_events_expanded_wrapper {
  padding-bottom: 0;
  border-bottom: none;
}

.anchor_button_wrapper a {
  display: inline-block;
  margin-bottom: 15px;
}

.thumb_bl_evidenza,
.bottom30md {
  margin-bottom: 30px;
}

.loghi_header_wrapper {
  text-align: center;
}
	
}
/*--------------------------------------------------------------
## Bootstrap sm-md
--------------------------------------------------------------*/

@media screen and (min-width: 576px) and (max-width: 767px) {

.menu-utilities-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #e63346;
}

.menu-utilities-container a {
  color: #fff;
}
#menu-utilities {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

#menu-utilities li {
  list-style: none;
}

.header_flex_wrapper {
  padding-top: 30px;
}


header#masthead {
  position: fixed;
}

#content.site-content {
  margin-top: 120px;
}

.menu_footer {
  flex-direction: column;
}

.developed_by {
  text-align: center;
}

.box_events_expanded_wrapper {
  padding-bottom: 0;
  border-bottom: none;
}

.ktb_desc_home_wrapper {
  border-right: none;
  padding-right: 0;
}

.col_img_event {
  margin-bottom: 30px;
}

.archive .box_events_expanded_wrapper {
  padding-bottom: 30px;
  border-bottom: 1px dashed;
}

.thumb_bl_evidenza,
.bottom30sm {
  margin-bottom: 30px;
}

.submenu a {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 15px;
}

.anchor_button_wrapper a {
  display: inline-block;
  margin-bottom: 15px;
}

.loghi_header_wrapper {
  display: none;
}

}

/*--------------------------------------------------------------
## Bootstrap xs telefonetto
--------------------------------------------------------------*/

@media screen and (max-width: 575px) {
	

body {
    font-size: 16px;
}

.menu-utilities-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #e63346;
}

.menu-utilities-container a {
  color: #fff;
}
#menu-utilities {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}

#menu-utilities li {
  list-style: none;
}

.header_flex_wrapper {
  padding-top: 30px;
}


header#masthead {
  position: fixed;
}

#content.site-content {
  margin-top: 120px;
}

.menu_footer {
  flex-direction: column;
}

.developed_by {
  text-align: center;
}
.box_events_expanded_wrapper {
  padding-bottom: 0;
  border-bottom: none;
}
.ktb_desc_home_wrapper {
  border-right: none;
  padding-right: 0;
}

.anchor_button_wrapper a {
  display: inline-block;
  margin-bottom: 15px;
}

.submenu a {
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 15px;
}

.col_img_event,
.thumb_bl_evidenza,
.bottom30mobile {
  margin-bottom: 30px;
}

.searchform_wrapper {
  top: 120px;
}

.loghi_header_wrapper {
  display: none;
}

}