/*
Theme Name: VAYU Wordpress Theme
Theme URI: http://www.htag2.com
Author: patojiku@#2
Author URI: http://www.htag2.com
Description: Theme WordPress - VAYU
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain:
.
Private theme for VAYU
.
*/

#menu {
    height: 8em;
    background-color: black;
    color: white;
    text-align: center;
    padding: 2.5em 2.5em 2.5em 4em;
}

#menu ul {
    margin: auto;
}

#menu li {
    float: none;
    display: inline-block;
    /*margin-right: 4px;*/
}

#menu li a {
    font-size: 14px;
}

#menu > ul > li:nth-child(4) {
    background-image: url(images/logo_vayu.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
}

#menu > ul > li:nth-child(4) > a,
#menu > ul > li:nth-child(4) > a:hover { color: transparent }

#menu ul.sub-menu {
    width: 305px;
    display: none;
    margin-left: -13px;
}

#menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}

#menu ul.sub-menu > li {
    display: inline-block;
}

#menu ul.sub-menu > li > a {
    margin: 0;
    padding: 0;
}

#homepage {
    background-color: black;
    color: white;
}

.divider { text-align: center; }

.slogan {
    font-size: 1.8em;
    text-align: center;
    position: relative;
    margin-top: 2em;
    margin-bottom: calc(2em + 20px);
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-color: black;

}

.page-bg {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/bg.jpg);
    background-size: 100% auto;
    z-index: -1;
}

.white-bg {
    margin-bottom: 50px;
    background-color: white;
    padding: 10px 55px 35px 55px;
    position: relative;
}

.white-bg h1 {
    text-align: center;
}

h1 { font-size: 30px; margin: 20px 0 25px 0; }

#page-linker {
    height: calc(75px * 0.5);
    margin-left: -9999px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

#page-linker img { max-height: 75px; width: auto; }

.page-title { margin-top: 4rem; }

.agenda-item {
    border: solid 3px black;
    margin-top: 33px;
    background-color: white;
    padding: 3em 8em;
}

.agenda-item h1 { margin-top: 0; }

.agenda-item .entrytext { text-align: justify; }

p.datetime {
    width: 6em;
    height: 8em;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 30px;
    margin: 0;
    position: absolute;
    left: -1.5em;
    top: 3em;
}

.datetime span { display: block; }
.datetime .day { font-size: 34px; line-height: 30px; }
.datetime .month { font-size: 26px; line-height: 22px; }


.datetime-promo { color: white; text-decoration: none; }
.datetime-promo span { display: block; text-align: center; }
.datetime-promo .date { font-size: 28px; line-height: 30px; }
.datetime-promo .next { font-size: 12px; line-height: 14px; }


.wpcf7 {
    text-align: center;
    padding: 50px 20% !important;
}

.page-excerpt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-entrytext { text-align: justify; }

#promo {
    position: absolute;
    right: 75px;
    top: 125px;
    border: solid 2px #fe00ac;
    padding: 10px;
    z-index: 3;
}

.frontpagemediaelement {
    position: relative;
    top: -30px;
    left: 40%;
    width: 50%;
}

a:hover { color: #fe00ac; text-decoration: none; }