/*
 Theme Name:   Astrid Child
 Description:  Astrid Child Theme
 Author:       KDAB
 Author URI:   http://www.developerdays.com
 Template:     astrid
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         astrid
 Text Domain:  astrid
*/

@font-face {
    font-family: 'kdabicons';
    src: url("/wp-content/themes/astrid-child/fonts/kdab-webfont-va-regular-webfont.eot");
    src: url("/wp-content/themes/astrid-child/fonts/kdab-webfont-va-regular-webfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/astrid-child/fonts/kdab-webfont-va-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/astrid-child/fonts/kdab-webfont-va-regular-webfont.woff") format("woff"), url("/wp-content/themes/astrid-child/fonts/kdab-webfont-va-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body.admin-bar #masthead {
    /* margin-top: 32px*/
}


h1, h2, h3, h4, h5, h6, .fact .fact-number, .fact .fact-name, .site-title {
    color: #00414a;
}


.site a {
    color: #00414a !important;
    text-decoration: underline;
}
    .site a:hover {
        color: #2cde85 !important;
    }

h4 a {
    color: #000;
    font-size: 22px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
}

.site-content {
    margin-top: 0px;
}


.content-margins {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    padding: 15px;
    min-height: 420px;
}
.content-area {
    width: 100%;
}
    .content-area.firstColumn {
        width: 70% !important;
        padding-right: 25px;
    }
.hentry {
    padding: 0;
    border: none;
    margin-bottom: 1px;
}
.container{
    width: 60%;
    margin: auto;
}

.outerHeader{
    height: 119px;
}

.custom-logo-link img {
    margin: 0;
    max-width: 256px;
    max-height: 90px;
}

.main-navigation{
    padding-right:0;
}

.main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 3px 0;
    z-index: 11;
    font-family: 'Titillium Web', sans-serif;
}

    .main-navigation a:hover {
        color: #2cde85;
    }
    .main-navigation li a::before {
        right: 0;
    }



.main-navigation li {
    padding: 10px 9px 10px 6px;
    margin-left: 14px;
}

.main-navigation ul ul ul {
    top: 0 !important;
}
.main-navigation ul ul {
    background-color: #fff;
    border: 1px solid #eee;
}
#mainnav-mobi ul ul {
    background-color: #fff;
    border: 1px solid #eee;
}

.main-navigation li a::after {
    left: 0;
}

.btn-submenu::before {
    color: #656D6D !important;
}

.menu-item-has-children::before {
    content: "\f107";
    font-family: "FontAwesome";
}

#mainnav-mobi {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}


.custom-logo-link {
    display: block;
    position: relative;
    top: -10px;
    transition: 0.5s;
}

    .custom-logo-link.custom-logo-link-scrolled {
        top: -10px;
        display: block;
        transition: 0.5s;
    }

.site-header {
    padding: 0;
    width: 100%;
    position: fixed;
    background-color: #202529;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 100;
    /*top: -20px;*/
    height: 119px;
}

.site-branding{
    padding: 0;
}


.headercontainer {
    z-index: 3;
    position: relative;
    top: 15px;
}



.header-text {
    text-transform: none;
    margin: 0;
    color: #00414a;
    font-size: 26px;
    letter-spacing: unset;
    text-align: left;
    width: 80%;
}

.header-subtext {
    color: #656D6D;
    display: table;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 18px;
    border-bottom: none;
    letter-spacing: unset;
    text-align: left;
    width: 50%;
}


.site-header.has-header,
.site-header.has-video {
    background-color: #fff;
}

.site-header.header-scrolled {
    background-color: rgb(255, 255, 255);
    padding: 0;
    border-bottom: 0 solid transparent;
}
.header-info {
    top: 200px;
}
.header-image {
    background-color: #eaeaee;
    min-height: 350px;
}

.header-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

    .header-image img {
        width: auto;
        min-height: 350px;
        object-fit: cover;
        max-height: 350px;
    }

.wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: none;
}


.parallaxContainer {
    height: inherit;
    max-height: 700px;
    overflow: hidden;
}

.widget-area .widget{
    margin: 0;
}

.content-area{
    padding-bottom: 45px;
}
/*****************************************************************
*
*   Custom post category
*
 * ***************************************************************/

.header-image.header-image-2020 {
    background-color: #185783;
    text-align: right;
}

.maskSection {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.mask {
    flex-grow: 1;
}

.mask2 {
    flex-grow: 1;
    display: none;
}

.maskFill {
    background-color: #eaeaee;
    flex-grow: 100000;
}

.entry-meta.talks-at-qtdd-20{
    display: none;
}

.entry-header.talks-at-qtdd-20 {
    width: 50%;
}
/*****************************************************************
 *   
 *   Header/page  decoration
 *  
 * ***************************************************************/
.triangle {
    height: 0;
    transition: 0.5s;
}

    .triangle::after {
        content: "";
        border-style: solid;
        border-width: 0 0 80px 80px;
        border-color: transparent rgba(255,255,255,0.6);
        display: block;
        width: 0;
        z-index: 3;
        position: relative;
    }


.headerImageTri1::after {
    transform-origin: 50% 50%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent rgba(255,255,255,0.6);
    right: -30%;
    top: 220px;
}


.headerImageTri2::after {
    transform-origin: 50% 50%;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: transparent rgba(255,255,255,0.9);
    right: -70%;
    top: 150px;
}

.headerImageLine {
    height: 100%;
}

.headerImageLine {
    height: 100%;
    background-color: yellow;
}
    .headerImageLine::after {
        content: " ";
        width: 1px;
        height: 100%;
        background-color: white;
        display: block;
        height:;
        right: -2px;
        position: absolute;
    }

.headerImageBox {
    width: 20%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    right: 0;
    left: 80%;
}
.decoPoint {
    position: absolute;
    top: 0;
    right: 20%;
    transition: 0.5s;
}

.decotri1 {
    position: relative;
    right: -70px;
    top: 35px;
}
    .decotri1::after {
        transform-origin: 0% 0%;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        border-color: transparent #00414a;
        position: absolute;
        left: 56px;
    }

.decotri2::after {
    transform-origin: 100% 0%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent #2cde85;
    border-width: 0 0 141px 141px;
}

.decotri3 {
    position: relative;
    right: -220px;
}

    .decotri3::after {
        transform-origin: 0% 0%;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        border-color: transparent #00414a;
        border-width: 0 0 141px 141px;
        position: absolute;
        left: 100px;
    }
.triangleSection {
    width: 100%;
    background-color: #fff;
    position: absolute;
    padding: 20px 0px 20px 20px;
    max-width: 400px;
    min-width: 250px;
    margin: 0 auto;
    margin-right: -2.5%;
    left: 20px;
    top: 90px;
    height: 310px;
}
.innerTriangleSection {
    position: relative;
    top: 98px;
}

.triangleImage {
    width: 141px;
    height: 200px;
    padding-left: 41px;
}

.triangleDecoration {
    position: absolute;
    left: 50px;
    z-index: 5;
    top: -50px;
}

.headerTriangle::after {
    display:none;
    transform-origin: 0% 0%;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: transparent rgba(255,255,255,0.25);
    border-width: 0 0 141px 141px;
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -2;
}



.triangleBlock {
    position: absolute;
    height: 350px;
    width: 100%;
    z-index: 2;
}

.rectangleFill {
    position: absolute;
    height: 100%;
    width: 5%;
    background-color: rgba(255,255,255,0.2);
}


.triangleOuter {
    position: absolute;
    height: 495px;
    width: 247px;
    top: 350px;
    left: 5%;
    background-clip: content-box;
    overflow: hidden;
    transform-origin: 0% 0%;
    transform: rotate(-135deg);
}

.triangleInner {
    position: absolute;
    height: 350px;
    width: 350px;
    background: rgba(255,255,255,0.2);
    transform-origin: 0% 0%;
    transform: rotate(45deg);
}
.headerlogo {
    position: absolute;
    text-align: left;
}

    .headerlogo img {
        width: 149px;
        height: 126px;
        position: relative;
        left: 0;
        top: 25px;
        z-index: 2;
        min-height: 126px;
    }
/*****************************************************************
 *   
 *   Page Title
 *  
 * ***************************************************************/
.entry-header {
    position: relative;
    height: 0px;
    width: 70%;
}

.titleSection {
    position: absolute;
    top: -150px;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 2;
}

.entry-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.page .entry-title {
    margin-bottom: 10px;
}

.entry-title, .entry-title a {
    color: #00414a;
}

.subtitle {
}

/*****************************************************************
 *   
 *   Second column
 *  
 * ***************************************************************/

.secondColumn {
    width: 30%;
    position: relative;
}

.widget-area {
    width: 100%;
}

/*****************************************************************
 *   
 *   Footer
 *  
 * ***************************************************************/
.site-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

    .site-footer a {
        color: #fff !important;
    }


         .site-footer a:hover {
            color: #2cde85 !important;
            text-decoration: underline;
        }

.footer-branding {
    padding: 21px 30px 15px 60px;
}
.footer-contact {
    margin-top: 12px;
    padding: 0 0 10px 0;
}

.footer-contact-block span {
    border-top: none;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.footer-cookie-block span {
    border-top: none;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 8px;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.footer-cookie-block span a {
    position: relative;
    top: -1px;
}

.footer-contact-block {
    width: auto;
}

.footer-info {
    position: relative;
}

.footer-widgets {
    padding: 0;
}

    .footer-widgets .sidebar-column {
        display: flex;
        margin: 25px auto;
        flex-wrap: nowrap;
        padding: 0;
    }

    .footer-widgets .widget {
        margin: auto;
        min-width: 50px;
        padding: 35px 25px;
        max-width: 300px;
    }

.widget_media_image img {
    max-height: 100px !important;
    width: auto;
}


/*****************************************************************
 *   
 *   Contact form 7 styling
 *  
 * ***************************************************************/
.customForm{
    font-family: "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
}

    .customForm input, select, textarea {
        background-color: #fff;
        color: rgb(85, 85, 85);
        font-weight: 300;
    }

    .customForm .photo input {
        background-color: #fff;
        color: rgb(85, 85, 85);
        font-weight: 600;
    }

    .customForm .wpcf7-submit {
        background-color: #fff;
        font-weight: 600;
    }

        .customForm .wpcf7-submit:hover {
            color: white;
        }

    .customForm .title-of-paper input, .customForm .Organization input {
        width: 100%;
    }

    .customForm .wpcf7-list-item {
        margin: 0 1em 0 0;
    }

.wpcf7-form-control.wpcf7-file {
    background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/astrid-child/images/arrow.png");
    padding: .5em;
    padding-right: 2em;
}

.wpcf7-select {
    border-radius: 3px;
    border: 1px solid #ebebeb;
    background-color: white;
}

.wpcf7-text{
    background-color: white;
}
/*****************************************************************
 *   
 *   Timetable css  -  Program page dev post-127 live post-13 tetsLive 738
 *  
 * ***************************************************************/
.page-id-127 .content-area,
.page-id-13 .content-area,
.page-id-738 .content-area {
    width: 1000px;
}



.post-127 table > thead > tr > th, 
.post-13 table > thead > tr > th, 
.post-738 table > thead > tr > th {
    width: 17%;
}
    .post-127 table > thead > tr > th:nth-child(1),
    .post-13 table > thead > tr > th:nth-child(1),
    .post-738 table > thead > tr > th:nth-child(1) {
        width: 100px;
    }

.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) td {
    height: 80px !important;
}


.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) .mptt-event-container:hover {
    border: solid 1px transparent;
    background-color: transparent;
    color: rgb(76, 76, 76);
}


.post-127 .timeslot, 
.post-13 .timeslot, 
.post-738 .timeslot {
    display: none;
}

.post-127 .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
.post-13 .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
.post-738 .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle {
    display: none;
}



.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.event {
    background-color: transparent;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
    border: solid 1px transparent;
    z-index: 0;
}
    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
        border: solid 1px #00414a44;
        background-color: #00414a0f;
        color: #00414aaa;
        z-index: 0;
    }

    .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
        text-decoration: none !important;
    }



.mptt-inner-event-content{
   height: 100%;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    margin: 0;
    font-size: 13px;
    text-align: left;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
/*
tr.mptt-shortcode-row-0, tr.mptt-shortcode-row-1, tr.mptt-shortcode-row-2, tr.mptt-shortcode-row-3,
tr.mptt-shortcode-row-4, tr.mptt-shortcode-row-5, tr.mptt-shortcode-row-6,
tr.mptt-shortcode-row-7, tr.mptt-shortcode-row-8, tr.mptt-shortcode-row-18,
tr.mptt-shortcode-row-19, tr.mptt-shortcode-row-20, tr.mptt-shortcode-row-21,
tr.mptt-shortcode-row-22, tr.mptt-shortcode-row-23 {
    display: none
}
*/
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
    background-color: inherit;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.mptt-shortcode-wrapper .mptt-shortcode-table thead th:nth-child(2) {
   // display: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table thead th::before:nth-child(2) {
    content: "Mon";
}

/*****************************************************************
 *   
 *   Timetable css  -  Column Page
 *  
 * ***************************************************************/


.site-main .post-navigation{
    padding-left: 5px;
    padding-right: 5px;
}

.navDay{
    display: flex;
}

.navDay.next{
    float: right;
}

.green{
    color: green;
}

.prev .green {
    margin-right: 5px;
}

.next .green {
    margin-left: 5px;
}

.event-subtitle {
    font-style: italic;
}

.topNav {
   padding-bottom: 20px;
   padding-left: 5px;
}

.topNav a {
    color: #272727;
}

.topNav a:hover {
    text-decoration: none;
}

.mptt-main-wrapper .column-title{
    margin-bottom: 1rem;
}

.dayPage {
    border: 1px solid #F2F2F3;
    padding: 60px;
    margin-bottom: 60px;
}

/*****************************************************************
 *   
 *   Timetable css  -  Event Page
 *  
 * ***************************************************************/
.mptt-main-wrapper .mptt-content {
    width: 100%;
}

.hentry.mp-event {
    border: none;
}

.event-user{
    display: none;
}

.mptt-main-wrapper.mp-event-item img:not(.avatar) {
    width: auto;
    height: auto;
}

 .mptt-main-wrapper .timeslots-title {
    padding-top: 3rem;
}

.mptt-main-wrapper .event-title {
    margin: 0 0 1rem;
}
.event-subtitle.top {
    font-style: italic;
}

.eventPage {
    border: 1px solid #F2F2F3;
    padding: 60px;
    margin-bottom:60px;
}

/*****************************************************************
 *   
 *   404
 *  
 * ***************************************************************/
.error404 .content-area {
    padding: 0px;
}

/*****************************************************************
 *   
 *   Media queries
 *  
 * ***************************************************************/
@media screen and (max-width: 1550px) {
    .main-navigation li {
        padding: 10px 6px;
        margin: 0 7px;
    }
}
@media screen and (max-width: 1500px) {
    .content-margins, .container {
        width: 75%;
    }
    .decoPoint {
        right: 12.5%;
    }
    .headerImageBox {
        left: 87.5%;
        width: 12.5%;
    }

    .entry-header {
        width: 60%;
    }
    .mask {
        display: none;
    }

    .mask2 {
        display: unset;
    }
}
@media screen and (max-width: 1300px) {

    .content-area.firstColumn {
        padding-right: 0px;
    }


    .footer-widgets .sidebar-column {
        flex-wrap: wrap;
    }
    .main-navigation li {
        padding: 10px 5px;
        margin: 0 7px;
    }

    .content-area.firstColumn {
        width: 100% !important;
        padding-right: 0px;
    }

    .secondColumn {
        width: 100%;
        position: relative;
    }

    .fourImages {
        width: 100%;
        background-color: #fff;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 20px;
        margin-right: auto;
    }

    .content-area {
        float: none;
    }

    .content-margins {
        display: inherit;
    }


    .headerImageBox {
        left: 90%;
        width: 10%;
    }
    .content-margins, .container {
        width: 80%;
    }
    .decoPoint {
        right: 10%;
    }


    .entry-header {
        width: 60%;
    }
    .triangleSection {
        position: relative;
        top: unset;
        left: unset;
        margin-right: auto;
    }

}
@media screen and (max-width: 1100px) {

    .main-navigation li {
        padding: 10px 0px;
        margin: 0 7px;
    }

}
@media screen and (max-width: 1024px) {
    .site-header.has-header, .site-header.has-video, .site-header.has-single, .site-header.has-shortcode {
        background-color: #fff;
        top: 0px;
    }

    .outerHeader {
        height: 145px;
    }

    .headercontainer {
        top: 0;
        width: 100%;
    }

    .fa-navicon {
        color: black;
    }

    .triangleMobile {
        display: block;
    }

    .custom-logo-link img {
        margin: 0 auto;
    }

    .kdabbubble {
        float: right;
    }


    .has-video{
        height: auto;
    }

    .site-content{
        width: auto;
    }


    .main-navigation .menu-item-last a::before {
        background-image: none;
        transition: none;
    }

    .main-navigation .menu-item-last a::after {
        border: none;
        transition: none;
    }

    .main-navigation .menu-item-last a:hover {
        color: #00414a;
    }

    .main-navigation .menu-item-last a {
        height: 28px;
        width: 92px;
        color: #000;
        top: 0px;
    }

        .main-navigation li{
            margin-left: 0px;
        }

        .btn-submenu{
            margin-left: 0px;
        }

        .menu-item-has-children::before {
            content: "";
        }
    .entry-header.talks-at-qtdd-20 {
        width: 80%;
    }

}

@media screen and (max-width: 1210px) and (min-width: 900px) {

    .page-id-127 .content-area, .page-id-13 .content-area {
        width: 900px;
    }
}

@media screen and (max-width: 900px) {

    .page-id-127 .content-area, .page-id-13 .content-area {
        width: 100%;
    }
    .content-margins, .container {
        width: 100%;
    }
}


@media screen and (max-width: 1210px) and (min-width: 577px) {
    .header-info {
        top: 170px;
    }
}

@media screen and (max-width: 700px) {

    .decoItems {
        display: none;
    }
}

@media screen and (max-width: 576px)  {

    .header-subtext {
        width: 80%;
    }
    .kdabbubble {
        padding: 10px 15px 15px;
        margin: 5px 5px 50px;
    }

        .kdabbubble::after {
            bottom: -22px;
            left: 0;
            border-width: 0 0 25px 25px;
        }

    .kdablogo::before {
        font-size: 12px;
    }

    .header-info {
        top: 200px;
        text-align: left;
        margin: 0 auto;
        padding: 0;
    }


    
    }



