/*
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
*/

/*Custom CSS Rules*/

/*-- Logo link color --*/
.header-scrolled ul li span {
    color: #6786a1 !important;
}
ul#avia-menu li span {
    font-size: 17px !important;
}
#top nav .social_bookmarks {
    font-size: 17px !important;
}
div#magazineViewport a img {
    display: none !important;
}

/* Button Links */
#seewho{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
  text-decoration: none;
  background-color: #429000;
  padding:10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #429000;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

#seewho:active{
  position: relative;
  top:3px;
  left:2px;
  box-shadow: 0px 0px;
}

#seewho:hover{
  background-color: #fff;
  color:#429000;
  font-weight: bold;
}

#seewho2{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
  text-decoration: none;
  background-color: #0675B8;
  padding:10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #0675B8;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
transition: all 0.15s ease 0s;
}

#seewho2:active{
  position: relative;
  top:3px;
  left:2px;
  box-shadow: 0px 0px;
}

#seewho2:hover{
  background-color: #fff;
  color:#0675B8;
  font-weight: bold;
}

#seewho3{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
  text-decoration: none;
  background-color: #FC7948;
  padding:10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #FC7948;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}

#seewho3:active{
  position: relative;
  top:3px;
  left:2px;
  box-shadow: 0px 0px;
}

#seewho3:hover{
  background-color: #fff;
  color:#FC7948;
  font-weight: bold;
}

#seewho4{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color:#fff;
  text-decoration: none;
  background-color: #243261;
  padding:10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #243261;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
transition: all 0.15s ease 0s;
}

#seewho4:active{
  position: relative;
  top:3px;
  left:2px;
  box-shadow: 0px 0px;
}

#seewho4:hover{
  background-color: #fff;
  color:#243261;
  font-weight: bold;
}
.top-section .social-btn {
    margin: 0 8px;
}
.top-section {
    padding-left: 8%;
}

/* Responsive Design */
@media only screen and (max-width: 1024px) {
	.hero-first-row .entry-content-wrapper.clearfix {
      display: flex;
      flex-direction: column-reverse;
      flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 740px) {
    
}
@media only screen and (max-width: 668px) {
    
}
@media only screen and (max-width: 595px) {
	
}
@media only screen and (max-width: 575px) {
	
}
@media only screen and (max-width: 430px) {
  .top-section {
      padding-left: 0;
  }
  .nick_stehr {
      top: 20px;
  }
}
@media only screen and (max-width: 375px) {
	
}
@media only screen and (max-width: 360px) {
    
}
@media only screen and (max-width: 320px) {
    
}
