/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
.invisible {
  display: none !important;
}

@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket {
display: block !important;
width: 100%;
}

.responsive #socket .sub_menu_socket ul li {
float: none;
border-left: none;
text-align: center;
}

}

@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket ul li {
padding: 10px;
font-size: 15px;
}
}

@media only screen and (max-width: 800px) {
  li#menu-item-fb {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  li#menu-item-yt {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  li#menu-item-ig {
    display: none;
  }
}

@media only screen and (max-width: 1060px) {
  li#menu-item-ldd {
    display: none;
  }
}

/* different logo on sticky header */
.header-scrolled .logo img { 
  opacity: 0; 
}

.header-scrolled .logo a { 
  background-image: url(https://fridaundfred.at/wp-content/uploads/Logo_sticky_header.png); 
  background-repeat: no-repeat; 
  background-size: contain;
}

/* disable special amp */
.main_color .special_amp {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* desktop adaptations */
@media only screen and (min-width: 768px) {
  .mobile-activation {
    display: none !important;
  }
}

/* mobile adaptations */
/* adaptation of mobile menu */
@media only screen and (max-width: 767px) {
  .desktop-activation {
    display: none !important;
  }
  
}

#mobile-advanced li#menu-item-social {
  text-align: center;
  line-height: 70px;
}

#mobile-advanced li#menu-item-social a {
  display: inline;
  border: none;
}

#mobile-advanced li#menu-item-social > a:before {
  content: "" !important;
}

#mobile-advanced .menu-item{
  font-size: 15px;
  font-weight: bold;
}

/* avoid wrap in text */
span.avoidwrap { 
  display:inline-block;
}

/* title wih menu */
.title-with-menu .container .template-page {
  padding-bottom: 20px !important;
}

/* menu height */
@media only screen and (min-width: 768px) {
	#header_main .inner-container {
		height: 150px !important;
	}
}

@media only screen and (max-width: 767px) {
	#header_main .inner-container {
		height: 88px;
	}
}
		
.additional-table-description {
	margin-top: -26px;
}

.table-desc-left th.avia-desc-col {
  text-align: left;
}

/* menu flag and other languages distance */
.av-main-nav .av-language-switch-item.language_de a {
  padding-right: 4px !important;
}

.av-main-nav .av-language-switch-item.language_en a {
  padding-left: 4px !important;
  padding-right: 6px !important;
}

.av-main-nav li#menu-item-ldd a {
  padding-left: 6px !important;
  padding-right: 0px !important;
}

/* color-section bottom-border workaround 
.container_wrap {
  border-top: none !important; 
}*/

/* seperator reduced height */
.reduced-height {
  height: 0px !important;
  line-height: 0px !important;
  margin: 10px 0px 20px 0px !important;
}

/* kontakt form responsive */
@media only screen and (max-width: 767px) {
  .responsive .avia_ajax_form .form_element {
      width: 100%;
      clear: both;
      margin-right: 0;
      float: none;
      margin-left: 0;
  }
}

/* small-icon-list */
#top .av-iconlist-small li {
  padding-bottom: 6px;
}

/* all events - turn of length on mobile */
@media only screen and (max-width: 767px) {
  #supsystic-table-0_length {
    display: none;
  }
}

/* footer table */
#footer .avia-data-table tr.highlight-row {
  background-color: #ffffff;
  color: #222222;
  border-color: #dddddd;
}

/* footer-socket social icons bigger */
#top .social_bookmarks {
height: 50px;
}

#top .social_bookmarks li {
width: 40px;
}

#top .social_bookmarks li a {
width: 40px;
line-height: 40px;
min-height: 40px;
}

#top .social_bookmarks li a {
font-size: 30px;
}

.disable-menu-border li a {
  border: none !important;
}

#footer .avia-logo-element-container {
  background-color: #FFFFFF;
  padding: 10px;
  margin: 0;
}

#footer .avia-logo-element-container a {
  background-color: #FFFFFF !important;
}

#footer .avia-logo-element-container div.new-special-heading {
  display: none !important;
}

/* Partners */
#partnerinnen .avia-logo-element-container a {
  background-color: #FFFFFF !important;
}

#partnerinnen .avia-logo-element-container div.new-special-heading {
  display: none !important;
}
