/*
Theme Name:     Divi Child Theme
Description:    
Author:         
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

i.fa.fa-arrow-down.fa-arrow-down {
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

#main-footer, #footer-bottom {
    background-color: transparent !important;
}

@import 'font-awesome.css';
@font-face {
    font-family: prosto;
    src: url('fonts/prosto-sans-bold.otf');
}
@font-face {
    font-family: madina;
    src: url('fonts/madina-script-alt.ttf');
}
.audio-player-button:hover {
    text-decoration: none;
}
.logo_container_non_module {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.module_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.module_container:before {
    content: 'MODULE';
    z-index: 2;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #612751;
    font-family: prosto, "Open Sans", Arial, sans-serif;
    font-weight: bold;
}
.module_container p {
    color: #f9ad95 !important;
    font-size: 86px;
    line-height: 1em;
    font-family: madina;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    padding: 42px 50px 0px;
    border-radius: 50%;
    position: relative;
}
a {
    text-decoration: underline;
}
a:hover {
    color: #ae368d;
    text-decoration: underline;
}
a:active {
    opacity: 0.75;
}
/*
body {
    min-width: 450px;
}*/

.et_pb_section {
    background-color: transparent !important;
}
.post-password-required .et_pb_section_first {
    padding-top: 75px !important;
}
.post-password-required .et_pb_button {
    background-color: #fff;
    border-color: #fff;
    color: #612751;
}
.post-password-required .et_pb_button:hover {
    background-color: #ae368d;
    border-color: #ae368d;
    color: #fff;
}
.post-password-required .et_pb_button:after {
    display: none !important;
}
.post-password-required input[type="password"] {
    background-color: #fff;
}
.et_menu_container {
    margin: 0 !important;
    width: 100% !important;
}
.main-logo,
.sub-logo {
    text-align: center;
    display: inline-block;
}
.main-logo span,
.sub-logo span {
    display: block;
    font-family: prosto;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.main-logo span.c-title {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 0.9em;
    color: #ae368d;
}
.main-logo span.c-slogan {
    font-size: 12px;
    font-weight: bold;
    color: #612751;
}
.sub-logo span.c-title {
    font-family: madina;
    font-size: 58px;
    color: #612751;
    line-height: 1em;
}
.sub-logo span.c-slogan {
    font-size: 20px;
    font-weight: bold;
    margin-top: -4px;
    color: #612751;
}
#main-header {
    margin-top: 50px !important;
    background-color: transparent !important;
    padding-bottom: 25px;
    position: relative !important;
}
#main-content {
    background-color: transparent !important;
}
.et_post_meta_wrapper {
    display: none !important;
}
#logo {
    max-height: 100% !important;
}
p#footer-info {
    font-size: 16px;
}
.sub_logo_container {
    float: right;
}
.title h2 {
    font-family: prosto, "Open Sans", Arial, sans-serif;
}
.et_boxed_layout #page-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#footer-info {
    float: none;
    text-align: center;
}
#top-menu li.module a {
    padding: 39px 32px !important;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    font-size: 48px !important;
    color: #f9ad95;
}
#top-menu li.module a:hover {
    background-color: #fff;
    opacity: 1 !important;
}
#top-menu li.module a:before {
    content: 'MODULE';
    z-index: 2;
    color: 612751;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #612751;
}
h2 {
    font-size: 23px !important;
    color: #612751;
    margin: 0;
    z-index: 1;
    font-weight: bold;
}
.page .et_pb_section_first {
    padding-top: 10px !important;
}
#scroll {
    padding: 34px 0;
    overflow-x: auto !important;
    /*    margin: 0 40px;*/
}
.menu-nav {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}
.menu-nav a {
    color: #612751;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    padding: 0 15px !important;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.menu-nav a:hover {
    text-decoration: none;
    color: #612751;
}
.menu-nav li {
    list-style-type: none;
    float: left;
    position: relative;
}
.menu-nav li:before {
    content: '';
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.menu-nav li:hover:before {
    opacity: 1;
}
.menu-nav li.current-menu-item:before {
    opacity: 1;
}
.right-arrow {
    position: absolute;
    top: 15px;
    right: 0;
    width: 18px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #612751;
}
.left-arrow {
    position: absolute;
    top: 15px;
    left: 0;
    width: 18px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    color: #612751;
}
.clear {
    clear: both;
}
.arrow-down-circle {
    display: block;
    margin: 0 auto;
    background-color: #ae368d;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: relative;
}
.icon-arrow-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
.et_search_outer {
    display: none;
}
@media (max-width: 768px) {
    #page-container {
        width: 100% !important;
    }
    #main-header {
        background-color: #612751 !important;
        width: 100% !important;
        margin-top: 0px !important;
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 45px;
        top: 0 !important;
    }
    .sub-logo span.c-title {
        color: #fff;
    }
    .sub-logo span.c-slogan {
        color: #fff;
    }
    /*
    .sub_logo_container {
	position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        float: none;
    }

    .module_container {
	position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        float: right;
    }*/
    
    .main-logo span.c-title {
        font-size: 20px;
        line-height: 1.4em;
    }
    .main-logo span.c-slogan {
        color: #ae368d !important;
        line-height: 1.4em;
    }
    .module_container p {
        background-color: #ae368d;
        padding: 36px 38px 0px;
        font-size: 64px;
        color: #fff !important;
    }
    .module_container:before {
        font-size: 14px;
    }
    .sub-logo {
        position: relative;
        top: 5px;
    }
    .sub-logo span.c-title {
        font-size: 42px;
    }
}
@media (max-width: 500px) {
    .module_container p {
        background-color: #ae368d;
        padding: 22px 28px 0px;
        font-size: 45px;
        color: #fff !important;
    }
    .module_container:before {
        font-size: 11px;
    }
    .main-logo span.c-title {
        font-size: 12px;
    }
    .sub-logo span.c-title {
        font-size: 25px;
    }
    .sub-logo span.c-slogan {
        font-size: 12px;
    }
    .sub-logo {
        top: 5px;
        position: relative;
    }
    #main-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* AUDIO PLAYER */

.audio-player-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.audio-player-controls {
    padding: 15px;
}
@-moz-keyframes loadingStripes {
    0% {
        background-position: -20px;
    }
    100% {
        background-position: 0px;
    }
}
@-webkit-keyframes loadingStripes {
    0% {
        background-position: -20px;
    }
    100% {
        background-position: 0px;
    }
}
@-o-keyframes loadingStripes {
    0% {
        background-position: -20px;
    }
    100% {
        background-position: 0px;
    }
}
@-ms-keyframes loadingStripes {
    0% {
        background-position: -20px;
    }
    100% {
        background-position: 0px;
    }
}
@keyframes loadingStripes {
    0% {
        background-position: -20px;
    }
    100% {
        background-position: 0px;
    }
}
.audio-player-progress {
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 25px;
    background-color: #f9ad95;
    overflow: hidden;
}
.audio-player-progress.loading {
    background-image: -webkit-linear-gradient(-45deg, #808e97 25%, transparent 25%, transparent 50%, #808e97 50%, #808e97 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #808e97 25%, transparent 25%, transparent 50%, #808e97 50%, #808e97 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #808e97 25%, transparent 25%, transparent 50%, #808e97 50%, #808e97 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #808e97 25%, transparent 25%, transparent 50%, #808e97 50%, #808e97 75%, transparent 75%, transparent);
    background-size: 20px 20px;
    -webkit-animation: loadingStripes 700ms linear infinite;
    -moz-animation: loadingStripes 700ms linear infinite;
    -ms-animation: loadingStripes 700ms linear infinite;
    -o-animation: loadingStripes 700ms linear infinite;
    animation: loadingStripes 700ms linear infinite;
}
.audio-player-progress-bar {
    -webkit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    transition: width 200ms linear;
    display: block;
    height: 100%;
    width: 0;
    max-width: 100%;
    background-color: #612751;
    border-radius: 25px;
}
.audio-player-button {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
}
.audio-player-button:hover {
    background-color: #ae368d;
}
.audio-player-button:active {
    opacity: 0.75;
}
.audio-player-button::before {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -20px;
    right: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    line-height: 1px;
    font-size: 40px;
    color: #612751;
}
.audio-player-button:hover::before {
    color: #fff;
}
.audio-player-button.icon-pause::before {
    font-size: 18px;
    top: 1px;
    left: -15px;
}
.audio-player-button.icon-backward::before {
    left: -17px;
}
.audio-player-button.small {
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.audio-player-button.small::before {
    font-size: 15px;
}
.audio-player-button-wrappers {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 133px;
    margin: 15px auto 0 auto;
}
#scroll::-webkit-scrollbar {
    width: 12px;
    /* for vertical scrollbars */
    
    height: 12px;
    /* for horizontal scrollbars */
}
#scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
#scroll::-webkit-scrollbar-thumb {
    background: rgba(249, 173, 149, 0.5);
}
.mejs-currenttime {
position: relative;
top: -10px;
}