/*
 Theme Name:   Kingster Child
 Theme URI:    http://demo.goodlayers.com/kingster
 Description:  Goodlayers Kingster Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/
/* mobile menu sub items */
ul.mm-listview li a, ul.mm-listview li span.kingster-mm-menu-blank{
    text-transform:none !important;
}

/* metaptyxiaka-listes-boxes */
.metaptyxiaka-listes-boxes ul.menu{
    display: flex;
    flex-flow: wrap column;
    max-height: 1100px;
    width: 100%;
}
.metaptyxiaka-listes-boxes ul.menu li{
    width: calc(33% - 50px);
    margin-right: 50px;
}

@media only screen and (max-width: 1304px) {
    .metaptyxiaka-listes-boxes ul.menu{
        max-height: 1540px;
    }
    .metaptyxiaka-listes-boxes ul.menu li{
        width: calc(50% - 50px);
    }
}
@media only screen and (max-width: 950px) {
    .metaptyxiaka-listes-boxes ul.menu{
        max-height: unset;
    }
    .metaptyxiaka-listes-boxes ul.menu li{
        width: calc(100% - 50px);
    }
}


/* listes-boxes */
.listes-boxes ul.menu{
    padding: 20px 0 0 0;
    margin: 0;
}
.listes-boxes ul.menu li{
    width: 33.33%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    height: 200px;
    position: relative;
    border-bottom: 0;
}

/* listes-boxes 1 triada */
.listes-boxes ul.menu li:nth-child(9n+1){
    background-color:#dfdee3;
}
.listes-boxes ul.menu li:nth-child(9n+2){
    background-color:#ffffff;
}
.listes-boxes ul.menu li:nth-child(9n+3){
    background-color:#b4b2bc;
}

/* proptyxiaka-boxes 2 triada */
.listes-boxes ul.menu li:nth-child(9n+4){
    background-color:#b4b2bc;
}
.listes-boxes ul.menu li:nth-child(9n+5){
    background-color:#dfdee3;
    
}
.listes-boxes ul.menu li:nth-child(9n+6){
    background-color:#ffffff;
}

/* proptyxiaka-boxes 3 triada */
.listes-boxes ul.menu li:nth-child(9n+7){
    background-color:#ffffff;
}
.listes-boxes ul.menu li:nth-child(9n+8){
    background-color:#b4b2bc;
}
.listes-boxes ul.menu li:nth-child(9n+9){
    background-color:#dfdee3;
}
 

.listes-boxes ul.menu li a{
    color: #000000;
    font-size: 28px;
    max-width: 460px;
    display: inline-block;
    line-height: 28px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 1260px) {
    .listes-boxes ul.menu li a{
        font-size: 25px;
    }
}
@media only screen and (max-width: 900px) {
    .listes-boxes ul.menu li a{
        font-size: 18px;
    }
}
@media only screen and (max-width: 769px) {
    .listes-boxes ul.menu li{
        width: 100%;
        float: none;
        text-align: center;
        height: 100px;
        position: relative;
        border-bottom: 0;
    }
    .listes-boxes ul.menu li:nth-child(3n+1){
        background-color:#dfdee3;
    }
    .listes-boxes ul.menu li:nth-child(3n+2){
        background-color:#ffffff;
    }
    .listes-boxes ul.menu li:nth-child(3n+3){
        background-color:#b4b2bc;
    }
}


/* home synergasies */
#home-synergasies-section h3{
    font-size:19px !important;
    letter-spacing: 0px  !important;
}

#home-synergasies-section .gdlr-core-column-10{
    width:180px;
}
#home-synergasies-section .gdlr-core-column-50{
    width:calc(100% - 180px);
}

/* categories - anakoinoseis*/
.category h3 a{
    font-size:22px !important;
}


.category .widget_categories ul li  {
    border-top:0;
    margin-top: 0px;
}
.category ul.children {
    margin-left: -14px;
    margin-top: 0;
}
.category ul.children ul.children{
    margin-left: 15px;
}
.category ul.children ul.children li:before {
    content: "\f111" !important;
    transform: scale(0.6);
}
.category ul.children ul.children ul.children li:before {
    content: "\f10c" !important;
}

.category .kingster-page-caption{
    color:#ffffff;
}

/* bavk to top */

#toTopButton.show {
    opacity: 1;
    visibility: visible;
}
#toTopButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cf118c;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
}
#toTopButton:hover{
    cursor:pointer;
}
#toTopButton i{
    color:#182234 !important;
    font-size:28px;
}
/* breadcrumbs */
.kingster-body .kingster-breadcrumbs, 
.kingster-body .kingster-breadcrumbs a span, 
.gdlr-core-breadcrumbs-item, 
.gdlr-core-breadcrumbs-item a span{
    color: #182234;
}
/* style fixes gradient study page*/
.kingster-page-title-bottom-gradient{
    display:none;
}
/* general h3 to be similar to h4*/
.kingster-body h3 {
    font-size: 28px !important;
}

/* cookie bar fix */
#cookie-bar.fixed{
    bottom:-3px !important;
}
#cookie-bar p {
    margin: 0;
    padding: 35px !important;
}
/* 404 */
.kingster-not-found-wrap .kingster-not-found-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=1);
    background-position: center;
    background-size: cover;
    background-image: url('/wp-content/uploads/2020/10/ktirio1.png');
}

/* Τμήματα και Υπηρεσίες ΕΑΠ sidebar menu color fix*/
.page-id-9642 .kingster-sidebar-area .current-menu-item > a {
    color:  #cf118c !important;
}
.page-id-9642 .kingster-sidebar-area .current-menu-item > a:hover {
    color:  #383838 !important;
}


/* color of category studies - mesa sta mathimata - sxoles ta tabs*/
.gdlr-core-tab-item-content {
    color: #303030 !important;
}
.eap-web-radio{
    /* display:none; */
    background-color: #cf118c;
    color: #ffffff !important;
    padding: 22px;
    position: absolute;
    right: -32px;
    top: 300px;
    z-index: 1;
    transform: rotate(-90deg);
}

.eap-web-kedivim{
    /* display:none; */
    background-color: #cf118c;
    color: #ffffff !important;
    padding: 22px;
    position: absolute;
    left: -30px;
    top: 300px;
    z-index: 1;
    transform: rotate(-90deg);
}


/* body */
.kingster-page-wrapper a {
    color: #cf118c;
    /* text-decoration:underline; */
}
#gdlr-core-custom-menu-widget-14 a{
    color: #cf118c !important;
}


ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li:first-child{
    margin-top:16px;
}
/* top bar menu fix*/
.kingster-top-bar-right.kingster-item-pdlr{
    width:100%;
}
#kingster-top-bar-menu{
    float:right;
    margin-top: 12px;
}
.kingster-body .kingster-top-bar a{
    color:#ce0980;
}
.kingster-top-bar-social-icon{
    font-size: 28px;
}

/* main menu fixed*/

#menu-main-navigation-1 a:hover{
    color:#ce0980 !important;
}


/* footer menu customization */
footer .menu-item a{
    color: #182234;
}
footer .menu-item a:hover{
    color: #ce0980;
}
.footer-menu-first-element{
    margin: 20px 0px !important;
    font-size: 20px;
}
.footer-menu-first-element a{
    color: #182234;
}
.kingster-footer-wrapper .kingster-widget-title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: table-cell;
}
.kingster-footer-wrapper .kingster-column-15{
    width:20%
}
.kingster-footer-wrapper .kingster-column-15:first-child{
    margin-right: 20%;
}

.footer-logos-banner-wrapper{
    background-color:#f3f3f3;
    padding-top:10px;
}
.footer-logos-banner{
    max-width: 1750px;
    margin:auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}
.footer-logos-banner div{
    display: block;
    text-align: center;
    margin:0 40px;
}
.footer-logos-banner div img{
    /* border:1px solid red; */
}
.banner-logo-1 img{
    margin-right: 60px;
}
.banner-logo-2 img{
    margin-right: 65px;
}
.banner-logo-3 img{
    margin-right: 65px;
}
.banner-logo-4 img{
    margin-right: 60px;
}
.banner-logo-5 img{
    margin-right: 60px;
}
.banner-logo-6 img{
    margin-right: 50px;
    margin-top: 20px;
}
.banner-logo-7 img{
    margin-top: 17px;
}

/* home 3 buttons section */
#home_3_buttons h2{
    color: #ce0980;
}
#kingster-page-wrapper{
    /* background-color: #fafafa; */
}
/* home blog section */
#home-blog-section .gdlr-core-block-item-title-divider{
    border-color: #ce0980;
    padding-top: 20px;
}
#home-blog-section .gdlr-core-block-item-title{
    margin-right:18px;
}
#home-blog-section h3{
    min-height:60px;
	font-size:19px !important;
}


/* home sponsores banner - before footer */
.spons-img{
    float:left;
    margin:10px;

}
.spons-img:nth-child(1){
    width: 160px;
    padding: 10px;
    margin-top: 49px;
}
.spons-img:nth-child(2){
    width: 164px;
    padding: 15px 0px;
    margin-top: 49px;
}
.spons-img:nth-child(3){
    width: 119px;
    padding: 0px;
    margin-top: 49px;
}
.spons-img:nth-child(4){
    width: 134px;
    padding: 14px 0 0 0;
    margin-top: 49px;
}
.spons-img:nth-child(5){
    width: 134px;
    padding: 14px 0 0 0;
    margin-top: 45px;
}
.spons-img:nth-child(6){
    width: 134px;
    padding: 14px 0 0 0;
    margin-top: 31px;
}
.spons-img:nth-child(7){
    padding: 10px;
}


/* mathima page*/
#grad-submition-box{

}

.stydies-widget-wrapper{
    width:100%;
}
.stydies-col{
    width:50%;
    height: 450px;
    float:left;
}


.stydies-box-wrapper{
    position: relative;
    height: 100%;
    width:100%;
}
.stydies-box{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.stydies-col h3{
    color:#ffffff;
    font-weight:normal;
}
.stydies-col a{
    font-size: 21px;
    font-weight: bold;;
}
.stydies-col p{
    color:#ffffff;
    font-size: 22px;
}
.stydies-button{
    background-color:#cf118c;
    color:#ffffff !important;
    padding:15px;
    font-size:17px !important;
    margin-top:50px;
}

  /* tabs */
.gdlr-core-tab-item-title{
    color:#ffffff;
    background-color:#cf118c !important;
    padding: 24px 31px 24px  !important;
    
}
.gdlr-core-tab-item-title.gdlr-core-active{
    color:#cf118c;
    background-color:#ffffff !important;
}




/* news blog page*/
.page-id-2721 #kingster-page-wrapper{
    background-color:#f3f3f3;
    margin-bottom: 10px;
}

.page-id-2721 .gdlr-core-item-list .gdlr-core-blog-grid{
    background-color: #fff;
    padding: 0;
}

.page-id-2721 .gdlr-core-item-list .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper,
.page-id-2721 .gdlr-core-item-list .gdlr-core-blog-grid .gdlr-core-blog-title{
    padding-left:20px;
    padding-right:20px;
}
.page-id-2721 .gdlr-core-item-list .gdlr-core-blog-grid .gdlr-core-blog-content{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

/* personnel list page*/
.gdlr-core-personnel-list-column{
    background: white;
    padding: 20px;
}
.page-id-6639 .gdlr-core-personnel-list-column{
    background: transparent;
}

.gdlr-core-personnel-list .gdlr-core-personnel-list-title{
    color:#ce0980;
    font-size: 23px !important;
}

.gdlr-core-personnel-list .gdlr-core-personnel-list-content{
    /* font-size:30px; */
    margin-top: -8px;
}
.gdlr-core-personnel-list .gdlr-core-personnel-list-position{

}

/* antiproedroi einai omws to idio me  personnel list page*/
#antiproedroi-thumbs h3 a{
    font-size:23px;
} 
#antiproedroi-thumbs .gdlr-core-personnel-list .gdlr-core-personnel-list-content{
    font-size:30px;
}

 /* contact form */
@media only screen and (min-width: 1211px) {
    .page-id-1964 .gdlr-core-text-box-item-content{
        width:239px;
        margin:auto;
    }
    .page-id-1964 .gdlr-core-text-box-item-content:first-child{
        width:276px;
        margin:auto;
    }
}


@media only screen and (max-width: 1350px) { 
    .banner-logo-1 img{
        margin-right: 0px;
    }
    .banner-logo-2 img{
        margin-right: 0px;
    }
    .banner-logo-3 img{
        margin-right: 0px;
    }
    .banner-logo-4 img{
        margin-right: 0px;
    }
    .banner-logo-5 img{
        margin-right: 0px;
    }
    .banner-logo-6 img{
        margin-right: 0px;
    }
    .banner-logo-7{
        
    }
}
@media only screen and (max-width: 1600px) {
    .kingster-footer-wrapper .kingster-column-15{
        width:24%
    }
    .kingster-footer-wrapper .kingster-column-15:first-child{
        margin-right: 4%;
    }
}

@media only screen and (max-width: 1370px) {

    .kingster-footer-wrapper .kingster-column-15{
        width:25%
    }
    .kingster-footer-wrapper .kingster-column-15:first-child{
        margin-right: 0%;
    }

    .spons-img:nth-child(1){
        width: 160px;
        padding: 10px;
        margin-top: 49px;
    }
    .spons-img:nth-child(2){
        width: 164px;
        padding: 15px 0px;
        margin-top: 49px;
    }
    .spons-img:nth-child(3){
        width: 119px;
        padding: 0px;
        margin-top: 49px;
    }
    .spons-img:nth-child(4){
        width: 134px;
        padding: 14px 0 0 0;
        margin-top: 49px;
    }
    .spons-img:nth-child(5){
        width: 134px;
        padding: 14px 0 0 0;
        margin-top: 45px;
    }
    .spons-img:nth-child(6){
        width: 134px;
        padding: 14px 0 0 0;
        margin-top: 31px;
    }
    .spons-img:nth-child(7){
        padding: 10px;
    }
}

@media only screen and (max-width: 1260px) {
    .eap-web-radio{
        top: 35px;
    }
    .eap-web-kedivim{
        top: 32px;
    }

}

@media only screen and (max-width: 1000px) {
    #home-blog-section h3{
        min-height:100px;
    }
}


@media only screen and (max-width: 900px) {

    .kingster-footer-wrapper .kingster-column-15{
        width:100%;
    }
    .kingster-footer-wrapper .kingster-column-15 .gdlr-core-space-shortcode{
        margin-top:0 !important;
    }
    .footer-logos-banner div{
        display: block;
        text-align: center;
        margin:0 10px;
    }
    .footer-logos-banner{
        flex-wrap: wrap;
    }
    .stydies-col {
        width:100%;
    }
    .eap-web-radio{
        padding:20px;
        font-size: 13px;
    }

     .eap-web-kedivim{
        padding:20px;
        font-size: 13px;
    }

}



@media only screen and (min-width: 1480px) {
    .gdlr-core-tab-item-title {
        background-color: #f7f7f7;
        width: 200px;
        line-height: 20px;
        display: table-cell !important;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 767px) {
    .category h3 a{
        font-size: 14px !important;
        line-height: 9px !important;
    }
    #home-blog-section h3{
        min-height:unset;
    }
    .eap-web-radio{
        padding: 12px 13px;
        font-size: 12px;
    }
    .eap-web-kedivim{
        padding: 12px 13px;
        font-size: 12px;
        top: 35px;
    }
       
}