/*
Theme Name: Brook Child
Theme URI: http://brook.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: brook
Text Domain:  brook
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

#mainPodcast {
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 150px;
}

.addedMarginBottom {
    margin-bottom: 150px;
    color: red;
}

.custom-header-right {
    flex-basis: 80%;
    text-align: right !important;
}

.moto-header {
    color: #FFF;
    margin-top: 17px;
    margin-bottom: -15px;
    letter-spacing: 3px;
    z-index: 1000 !important;
    flex-grow: 0;
}

/*portfolio questions START*/
.flip-card {
    background-color: transparent;
    width: 275px;
    height: 275px;
    perspective: 1000px;
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #FFF;
    color: black;
    padding: 20px !important;
    text-align: left;
    overflow-y: auto;
}

.flip-card-back {
    background-color: #ffde00;
    color: white;
    transform: rotateY(180deg);
    padding: 20px !important;
    text-align: left;
    overflow-y: auto;
}

.portfolioImg:hover {
    background-color: #0a0a0a !important;
}


/*portfolio questions END*/
@media only screen and (max-width: 1024px) {
    .flip-card {
        width: 100%;
        height: 250px;
    }

    .flip-card-front {
        padding: 40px !important;
    }

    .flip-card-back {
        padding: 40px !important;
    }

    .moto-header {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .header-social-networks {
        float: left !important;
        /*background-color: red;*/
    }

    .custom-header-right {
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 768px) {
    .dark-logo-version .dark-logo, .light-logo-version .light-logo {
        width: 90px !important;
    }

    .branding {
        flex-basis: 80%;
        float: left !important;
    }

    .custom-header-right {
        flex-basis: 100%;
        text-align: left !important;
    }

    .moto-header {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .header-social-networks {
        float: left !important;
    }

    .flip-card {
        width: 100%;
        height: 250px;
    }

    .flip-card-front {
        padding: 30px !important;
    }

    .flip-card-back {
        padding: 30px !important;
    }

}