/*
Theme Name: Fuchs Event
Theme URI:  
Author: Jan Purkert
Author URI: http://www.purkert.cz
Description:  
Version: 0.1
License: Apache License, Version 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Tags: turorial, blank
Text Domain:  fuchs
Domain Path: /languages/

    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Roboto', sans-serif;

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body, h1, h2, h3, ul, li {
    margin: 0;
    padding: 0;

}

body, html {

    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #272727;

}

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


.logo_area {
    padding: 20px 0 0 16px;
    min-height: 70px;
    box-sizing: border-box;
}



a.logo {
    background-image: url(images/fuchs-event-prague-sm.svg);
    width: 50px;
    background-size: 50px auto;
    height: 50px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: 0 9px;
}
nav {
    display: none;
}

header {
    position: relative;
}
.eut-toggle-hiddenarea {
    color: #838383;
    position: absolute;
    right: 12px;
    top: 18px;
}

nav {
    display: none;
}

nav.show{
    display: block;
    z-index: 10000;
    overflow-y: hidden;
    position: fixed;
    height: 100vh;
    background: white;
    width: 100%;
    top: 0;
    padding-top: 120px;
    -webkit-animation-name: moveright;
    -webkit-animation-duration: 4s;
    animation-name: moveright;
    animation-duration: 450ms;
    animation-iteration-count: 1;

}

@-webkit-keyframes moveright {
    from {-webkit-transform: translateX(100%);transform: translateX(100%)}
    to {-webkit-transform: translateX(0%);transform: translateX(0%)}
}
@keyframes moveright {
    from {-webkit-transform: translateX(100%);transform: translateX(100%)}
    to {-webkit-transform: translateX(0%);transform: translateX(0%)}
}


nav.show ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

nav.show ul li a{
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.200em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    border-bottom: 1px solid #eef1f6;
    cursor: pointer;

}
.eut-item {
    width: 24px;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.eut-item span {
    left: 0;
    height: 2px;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    background-color: #838383;
}
.eut-item span:nth-child(2) {
    top: 7px;
}

.eut-item span:nth-child(3) {
    top: 14px;
}


.eut-item.clicked {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    top: 40px;
    left: 26px;
    z-index: 10000;
    transition: translateY 250ms ease-in;

}


.eut-item.clicked span:first-child {
    transform: translateY(7px) rotate(-45deg);

}

.eut-item.clicked span:nth-child(2) {
    transform: translateY(0px) rotate(45deg);
}

.eut-item.clicked span:nth-child(3) {
   display: none;
}
@media (min-width: 1023px) {
    .logo_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;

    }

    a.logo {
        background-image: url(images/logo.svg);
        background-repeat: no-repeat;
        position: relative;
        background-size: 133px auto;
        width: 133px;
        display: block;
        height: 166px;
        margin: 0 auto;
        padding: 0;

    }

    .eut-toggle-hiddenarea {
        display: none;
    }

    nav {
        display: block;
    }



}




 nav {
     height: 61px;
     transition: background 700ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
     z-index: 1;
     margin-bottom: 0;
 }


 nav.active {

    position: fixed;
    top: 0;
    width: 100%;
    right: 0px;
    background: white;
    color: black;
    z-index: 100;
 }
nav ul {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul li {
     padding: 0px 0.313em 0px 0.313em;
     margin: 0px 0.313em 0px 0.313em;
     text-decoration: none;
     zoom: 1;
     line-height: 60px;
     font-family: "Nunito Sans";
     font-weight: 700;
     font-style: normal;
     font-size: 15px;
     text-transform: none;
     letter-spacing: 0px;
    list-style-type: none;
 }

@media (min-width: 960px) and (max-width: 1160px) {


		nav ul li, 
	nav ul li a{ 
		 font-size: 13px !important;
		    line-height: 20px;
		margin-top: 37px;
		}
	nav.active ul li{
		line-height: 60px;
	}
	
	nav {
		height:auto;
	}
	
}
 
nav.active ul {
	  -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
}

nav ul li.current_page_item  a
{
    color: #c30021;
}


.front-wrapper {
    height: 700px;
    background-image: url('images/prag.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




@media (max-width: 1440px) {
    .front-wrapper {
        height: 550px;
        background-size: cover;
        background-position: center;
    }
}


@media  (max-width: 1023px) {
    .front-wrapper {
        height: 450px;
        background-size: cover;
        background-position: center;
    }
}




@media (max-width: 767px) {
    .front-wrapper {
        height: 350px;
        background-size: cover;
        background-position: center;
    }

}


.headline-container {
    padding: 0 5%;
    background-color: rgba(0,0,0,0.25);
}


@media (min-width: 1023px) {
    .front-wrapper
    {
            background-size: cover;
        background-position: center;
    }



    .headline-container {
        max-width: 1170px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;

    }

}

h1 {

    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 80px;
    text-transform: none;
    line-height: 88px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 18px;
}



.headline-container .description {

    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    text-transform: none;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}



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


    h1 {
        font-size: 36px;
    }

    .headline-container .description {
        font-size: 24px;
        line-height: 1.2em;
    }

}



section.main {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1023px) {
    section.main {
        padding: 10%;
    }



}



@media (min-width: 1023px) {
    section.main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    div.content {
        width: 70%;
        min-height: 100vh;
    }

    .content {
        padding-right: 51px;
    }

    aside  {
        width: 30%;
        position: relative;
    }


}


h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 18px;
}


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


    h2 {
        font-size: 29px;
        line-height: 1.14em;
    }
}



p {
    position: relative;
    margin-bottom: 30px;
    color: #272727;
    font-size: 16px;
    font-family: "Nunito Sans";
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

a {
    color: #c30021;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


a:hover, a:focus, a:visited {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.wp-block-column .wp-block-image img {
    width: 100%;
    object-fit: cover;
}

.inpage-navigation .wp-block-button__link {
    display: block;
    border: 1px solid #ccc;
    color: #c30021;
    background-color: #ffffff;
}

.wp-block-separator {
    position: relative;
    overflow: visible;
    max-width: 70% !important;
}

hr {

    display: block;
    border: none;
}

.wp-block-separator:before {
    height: 2px;
    width: 100px;
    background: white;
}

.wp-block-separator:before, .wp-block-separator:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.wp-block-separator:after {
    height: 32px;
    width: 64px;
    background-image: url('images/fox.svg');
    background-repeat: no-repeat;
    color: #BBBBBB;
    background-size: 100%;
    vertical-align: middle;
    margin: 20px 0;
    position: relative;

}

ul, ol {
    margin-bottom: 28px;
    margin-left: 20px;
    line-height: 30px;
}

ul {
    list-style: disc;
}

ul#sidebar > li {
	  list-style: none;
}

strong {
    font-weight: bold;
}

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

    .eut-wrapper .textwidget ul.fuchs-list,
    #sidebar > ul
    {
        margin-left: 0;
    }
}
.eut-widget-title {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 20px;

}

.widget, .widgets, .widget p {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 14px;
    letter-spacing: 0px;
    color: #272727;
    margin-bottom: 54px;
}

.fuchs-list li {
    padding-left: 32px;
    position: relative;
    list-style-type: none;
}
.fuchs-list li:before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 24px;
    background-image: url('images/fox.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    margin-left: -32px;
    }



#eut-bottom-bar {
    background-color: #f0f0f0;
    padding-top: 30px;
}

#eut-bottom-bar {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding: 30px 5%;
    box-sizing: border-box;
}

@media only screen and (min-width: 1023px) {

	.fixed {
    top: 160px;
    position: fixed;
    width: 350px;
}

.fixed.stable {
    top: auto;
    bottom: 0;
    position: absolute;
    width: 351px;
}



    .eut-container {
        max-width: 1170px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-bottom: 30px;
    }



}

@media  (min-width: 1023px) and (max-width: 1220px){
		section.main {
	   padding: 40px;
		}
 
		.fixed { 
			 width: 300px;
		}
	}




input[type="text"], input[type="input"], input[type="password"], input[type="number"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], input[type="date"], textarea, select, #eut-theme-wrapper .select2-choice, #eut-theme-wrapper .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid;
    padding: 0 18px;
    outline: none;
    color: inherit;
    margin: 0;
    width: 100%;
    font-size: 13px;
    margin-bottom: 18px;
    font-family: inherit;
    background: transparent;
    border-radius: 0;
    border-color: inherit;
    height: auto;
    min-height: 44px;
    line-height: 1;
    display: block;
    background-color: #fff;
    border-color: #ccc;
    max-width: calc(100vw - 10%);
    box-sizing: border-box;
    padding: 0.857em 1.714em;
}

.container .cf7-smart-grid.has-grid .wpcf7-form-control,
.wpcf7 input[type="submit"] {
    display: inline-block;
    padding: 0.857em 1.714em;
    min-width: 10em;
    line-height: 1.4;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    vertical-align: top;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #000000;
    color: #ffffff;
}

.container .cf7-smart-grid.has-grid input[type="submit"].wpcf7-form-control,
.cf7-smart-grid.has-grid .wpcf7-submit
{
    width: auto!important;
    background-color: #000000!important;
    font-size: 100%!important;
}


.cf7sg-container .cf7-smart-grid.has-grid .container {
    max-width: none!important;
}
.top-footer {
    background-color: #c30021;
    padding: 60px 30px;
}

.cf7-smart-grid.has-grid .field > label em {
    color: #272727!important;
}

.top-inner {
    max-width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 1023px) {
    .top-inner > div {
        width: 50%;
    }

    .top-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-footer {
        padding: 60px 0;
    }
}


@media  (min-width: 1023px) and (max-width: 1220px){
		
	.top-footer {
    padding: 60px 40px;
}
}


.left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0px 10px 10px 0;
    list-style-type: none;
}
.left a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: #c30021;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.right ul li {
    list-style-type: none;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

.right ul li i {
    margin-right: 20px;
    line-height: inherit;
    opacity: 0.5;
}

.right ul li a {
    color: white;
}

.bottom_footer {
    color: #ffffff;
    background-color: rgba(74,74,72,1);
    padding: 30px 0;
}
.bottom_footer p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;

}

footer .eut-container {
    padding-bottom: 0;
}

.img_gallery  {
    max-width: 100%;
    position: relative;
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

ul.rslides_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.rslides_tabs li {
    list-style-type: none;
    display: block;
    z-index: 1000;
    width: 14px;
    height: 14px;
    background: white;
    margin: 0 6px 6px 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    opacity: .4;
    will-change: opacity;
    -webkit-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}

.rslides_tabs li a {
    color: transparent;
    list-style-type: none;
    display: block;
    z-index: 1000;
    width: 14px;
    height: 14px;
    background: white;
    margin: 0 6px 6px 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    opacity: .4;
    will-change: opacity;
    -webkit-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;

}

.rslides_here:after {
    content: '';
    height: 4px;
    width: 4px;
    background: black;
    border-radius: 50%;
    top: 5px;
    position: absolute;
    left: 5px;
}

p img {
    float: left;
    margin-right: 10px;
}

h3, .eut-h3 {
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    text-transform: none;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 15px;
}

blockquote:before {
    content: '"';
    position: absolute;
    top: 0.2em;
    left: -0.4em;
    font-size: 2.5em;
    color: #c30021;
}

.eut-quote-text, blockquote p, blockquote {
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    text-transform: none;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 0;
    position: relative;
}

.wp-block-quote cite, .wp-block-quote footer {
    font-size: 13px;
    font-style: italic;
}

blockquote {
    margin-bottom: 30px;
    position: relative;
    opacity: 0.8;
}

img.emoji {
      display: inline !important;
      border: none !important;
      box-shadow: none !important;
      height: 1em !important;
      width: 1em !important;
      margin: 0 .07em !important;
      vertical-align: -0.1em !important;
      background: none !important;
      padding: 0 !important;
  }

h2.widgettitle {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    text-transform: none;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

#sidebar > ul > li {
    list-style-type: none;
}

.eut-wrapper ul li ul {
    margin-left: 20px;
}
.video-wrapp {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.eut-background-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-color: black;
}

.video-wrapp iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

.eut-copyright {
    padding: 0 5%;
}

.subpages-widget-2 {
	    margin-left: 20px;
}


.flex {
   display: flex;
    flex-wrap: wrap; 
}

.flex > .item {
    min-width: 50%;
}

#recent-posts-3 {
    margin-bottom: 0;
}

#text-6 {
    margin-bottom: 56px;
}