/*
Theme Name: Vela Child
Description: Child theme for the Vela
Author: Your name here
Template: Vela
*/

.page-id-255 .full-width .section{
	padding-top:50px!important;
}
li.item.no-show, .showmore-portfolio-page.no-display {
    display: none;
}
/*.menu-item-has-children a:after {
    display: none !important;
}*/
.showmore-portfolio-page{
    text-align: center;
    position: relative;
    padding-top: 10px;
    line-height: 30px;
    cursor: pointer;
}
.showmore-portfolio-page span {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #A0A0A0;
    border-bottom: 1px solid #eee;
}
span#foo {
    right: -10%;
    position: absolute;
    width: 10%;
    height: 40px;
    top: 3px;
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 1080px) {
    #nav li.menu-item-has-children > a{
        width: 80%;
    }
    #nav li.menu-item-has-children > a:after{
        display: none;
    }
    #nav li.menu-item-has-children > span:after {
        content:">";    
    }
    #nav li.menu-item-has-children > span {
        width: 20%;
        float: right;
        position: absolute;
        z-index: 9;
        right: 0;
        text-align: center;
        top: 0.8px;
        padding: 15px 0;
        background: #f3f3f3;
        color: #28a9b6;
        height: 45.4px;
    }
    #nav li.menu-item-has-children > span.span-activ {
        background: #28a9b6;
        color: #fff;
        outline: 1px solid #65bec7;
    }
    #nav li.menu-item-has-children > span.span-activ:after {
        content: ">";
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
/*GDPR*/
div#ct-ultimate-gdpr-cookie-popup {
    padding-top: 0px;
}
.ct-ultimate-gdpr-cookie-popup-topPanel {
    padding: 20px 0 20px 0;
}
div#ct-ultimate-gdpr-cookie-content {
    margin-bottom: 5px!important;
}
/*END GDPR*/