/*
    Theme Name: Coworking Child
    Theme URI: http://highseastudio.com/demo/coworking
    Description: Coworking premium theme
    Author: HighSeaStudio
    Author URI: http://highseastudio.com/
    Version: 1.1.5
    TextDomain: coworking-child
    Template: coworking
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

.nv-link-pass-years {
    color: #ffffff;
    font-size: 40%;
    display: inline-block;
    margin: 10px;
    text-decoration: underline;
}
.nv-selected {
    /*font-size: 50%;*/
    text-decoration: none;
}
.year-selected {
    font-size: 50%;
    line-height: 65px;
}
.logo {
    padding: 13px 60px 13px 60px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1530px){
    .eventItem h3 {
        padding-left: 50px;
    }
}

.pageHeaderImg h1.past-events {
    top: calc(50% - 40px);
}
.pageHeaderImg .menu-years {
    border: 2px solid rgba(255,255,255,.5);
    position: absolute;
    /*background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;*/
    left: calc(50% - 120px);
    width: 250px;
    top: calc(50% + 40px);
    color: #fff;
    font-size: 86px;
    text-align: center;
    overflow: hidden;
}

.pageHeaderImg .menu-years::after {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    border: solid;
    content: " ";
    height: 0;
    width: 0;
    border-width: 20px 15px 0 15px;
    right: 10px;
    top: 35px;
    background-color: rgba(255,255,255,0);
    border-color: #ffffff transparent transparent transparent;
    z-index: 1;
}

.pageHeaderImg .menu-years ul,
.pageHeaderImg .menu-years li,
.pageHeaderImg .menu-years li a {
    line-height: 30px;
}

.pageHeaderImg .menu-years li {
    display: inline;
}  

.menu-years select {
   background: transparent;
   border: none;
   font-size: 50px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   color: #000;
   color: #fff;
   text-align: center;
   padding: 10px 75px 10px 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu-years select option {
    background-color: #000;
    font-size: 20px;
}

.mepr-account-actions {
    white-space: nowrap;
}
.mepr-account-actions a {
    display: block;
}

.uni-no-footer-social .footerLogo {
    margin: 30px auto !important;
}

.footerMenu {
    position: relative !important;
    margin: 30px auto !important;
    left: unset;
    right: unset;
    bottom: unset !important;
    text-align: center;
}

.footerMenu ul li{
    margin: 0 23px !important;
}

@media only screen and (max-width: 1279px) {
    .pageHeaderImg .menu-years select {font-size: 40px;}
    .pageHeaderImg .menu-years { width: 230px; left: calc(50% - 115px);}
    .pageHeaderImg .menu-years::after { border-width: 18px 13px 0 13px; top: 25px;}
}
@media only screen and (max-width: 767px) {
    .pageHeaderImg .menu-years select {line-height: 40px; font-size: 30px; padding: 10px 50px 10px 32px;}
    .pageHeaderImg .menu-years { width: 150px; left: calc(50% - 75px);}
    .pageHeaderImg .menu-years::after { border-width: 14px 10px 0 10px; top: 22px;}

    .footerMenu ul li {
        display: block !important;
        margin: 10px 23px !important;
    }
    .footerMenu {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .pageHeaderImg .menu-years select {line-height: 30px;font-size: 25px;}
}

input[type="submit"] {
    display: inline-block;position: relative; 
    line-height: 42px;
    padding: 0 33px 0 33px;
    margin-top: 31px; 
    border: 1px solid #2ebd7f;
    color: #2ebd7f;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.bookATour {
    background-image: url('images/logIn.png'); 
    background-size: 40px 40px;
    background-position: center 10px;
    background-repeat: no-repeat;
    line-height: 16px!important;
    padding: 0!important;
    opacity: 0.9;
    position: relative;
}
.bookATour > a {
    padding: 50px 30px 6px!important;
    display: block;
}

.page-template-templ-home-php .bookATour > a {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.7;
}
.bookATour:hover > a {
    color: #FFFFFF;
    opacity: 1;
}

.bookATour:hover > a {
    text-decoration: underline;
}

.bookATour > ul {
    position: absolute;
    right: 3px;
    text-align: left;
    display: none;
}

.bookATour:hover > ul {
    display: block;
}

.bookATour > ul li {
    display: block;
    position: relative;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #fff;
}

.bookATour > ul li a {
    white-space: nowrap;
    display: block;
    line-height: 30px;
    min-width: 156px;
    padding: 0 14px;
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    font-weight: 400;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bookATour > ul li a:hover {
    color: #787878;
}


.isSticky .bookATour > a,
.bookATour > a {
    text-decoration: none;
    color: #000000;
}

.page-template-templ-home-php .bookATour,
.bookATour:hover {
    background-image: url('images/logIn_white.png'); 
}

.isSticky .bookATour {
    background-image: url('images/logIn.png'); 
}

.nviEventItemUrl {
    cursor: pointer;
}

