/*
COLORS: MAGENTA e6027e - Blue 009ee3
*/

body.home .left_col{width:100%; float: none;}
body.home .sidebar{display:none;}
body.home #body_center{
  width: 890px!important;
  padding:0 30px!important;
}

img.size-full{max-width: 100%; width:100%; height:auto;}

#menu_wrapper{
    display:block;
    width:960px;
    margin:0 auto;
    background-color: #ef7d03;
    border-radius: 15px 15px 0 0;
}
#menu_left, #menu_right{display: none;}
#menu_center{
    display: block;
    float:none;
    background-image: none;
    padding: 0 15px;
}
#menu_center a:hover{ color: #312783;}
.sub-menu{background-color: #ef7d03;}

.home_hero{
  background-image: url("https://www.alldigitalweek.eu/wp-content/themes/gow/images/bg_home_2022-8.png");
  background-size: cover;
  padding: 100px 0;
  margin:30px 0;
}
  .home_hero h2{
    margin:0;
    color:#fff!important;
    text-align: center;
    font-size: 2.5em;
    animation: fadeIn linear 0.8s,slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
  }
  .home_hero h5{
    color:#fff!important;
    text-align: center;
    font-size: 1.2em;
    margin:10px 0 0 0;
  }

.col_20_wrap{margin: 0 0 10px 0!important;}
  .col_20{
    animation-delay: 1s;
    animation: slide-up 1.1s cubic-bezier(0.4, 0, 0.6, 1) both,fadeIn linear 0.8s;
  }
.home_container{width:70%; margin:auto;}


/* Header */
#sociallinks li:nth-child(2){
  display: none;
}

/* Events (post type) */
body.single-event-2022 .left_col p,
body.single-event-2021 .left_col p,
body.single-event-2020 .left_col p{ 
  padding: 6px 5px;
  border-bottom: 2px dotted #cfcfcf;
  margin: 0;
}
/* Typography */
.left_col a{
  border-bottom: 1px dotted #e6027e;
  transition: color .4s ease-out;
}
.left_col a:hover{
  color: #009ee3;
  border-bottom: 1px dotted #009ee3;
}

.home_p {
    margin-top: 30px;
    color: #009ee3;
    font-size: 20px;
    font-weight: 400;
}
.left_col h3{
  color: #e6027e;
}

/* Buttons */
a.btn_inline{
  /*border:2px solid #e6027e!important;*/
  border-radius: 25px 4px;
  padding: 8px 14px;
  background: #e6027e;
  color: #ffffff!important;
}
.btn_inline:hover{ color:#009ee3 ; border-color: #009ee3;}


/* Widgets */
.getevo_box{
  background-color: #eeeeee;
  border-radius: 0px 30px;
  padding: 1rem;
}

.nomargin{margin:0!important;}
.nomargin-top{margin-top:0!important;}
.nomargin-bottom{margin-bottom:0!important;}
.mb-2{margin-bottom: 20px;}


/* Custom html */
table.zebra-rows{
    border-spacing: 0.5rem;
    border-collapse: separate;
    color: #525252;
    width: 100%;
}
table.zebra-rows td,table.zebra-rows th{ padding: 0.5rem; border: 1px solid #d9d9d9; vertical-align: top;}
table.zebra-rows th{background-color:#009ee3; color:#fff;}
table.zebra-rows p{margin:0 0 0.4rem 0;}

/* Animations ################### */

@keyframes fadebackground {
  from {background-color: #EF7D00;}
  to {background-color: #312783;}
}
/* animation: fadebackground 6s infinite; */

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
/* animation: fadeIn linear 7s; */

.slideUp-animation{
  animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both
}
@keyframes slide-up{
  0% {transform: translateY(100px)}
  100% {transform: translateY(0)}
}

.FadeFour {
    background: linear-gradient(270deg, #ef7d00, #e30613, #312783, #009fe3);
    background-size: 800% 800%;
    animation: bgFadeFour 30s ease infinite;
}

@keyframes bgFadeFour {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
