/*
Theme Name: Innovio
Theme URI: http://innovio.qodeinteractive.com
Description: Multipurpose Landing Page Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: innovio
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.courses-popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.75)
}

.courses-popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .35s ease;
    background-color: #FC322A;
    border: 1px solid #FC322A
}

.courses-popup__close:before,
.courses-popup__close:after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    transition: all .35s ease;
    background-color: #fff
}

.courses-popup__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.courses-popup__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.courses-popup__close:hover {
    border-color: #08104d;
    background-color: #08104d
}

.courses-popup__close:hover:before,
.courses-popup__close:hover:after {
    background-color: #fff
}

.courses-popup__box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 660px;
    min-height: 200px;
    text-align: center;
    padding: 30px 15px;
    color:  #08104d;
    transform: translate(-50%, -50%);
    background-color: #fff;

}

.courses-popup__box>p,
.courses-popup__box>h1,
.courses-popup__box>h2,
.courses-popup__box>h3,
.courses-popup__box>h4,
.courses-popup__box>h5,
.courses-popup__box>h6 {
    padding: 15px 0
}

.courses-popup__box>h1,
.courses-popup__box>h2,
.courses-popup__box>h3,
.courses-popup__box>h4,
.courses-popup__box>h5,
.courses-popup__box>h6 {
    font-size: 36px;
    color: #282EBF
}

.courses-popup__box>p {
    font-size: 24px
}

.courses-popup__box>p>strong {

}

.courses-popup__box>p>strong>span { color: #FC322A; }

.courses-popup__box>p>a.facebook-link {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    display: inline-flex;
    flex-flow: row nowrap
}

@media (max-width: 479px) {
    .courses-popup__box>p>a.facebook-link {
        font-size: 14px
    }
}

.courses-popup__box>p>a.facebook-link>span {
    transition: all .35s ease
}

.courses-popup__box>p>a.facebook-link>span.facebook-logo {
    display: block;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1877F2
}

.courses-popup__box>p>a.facebook-link>span.facebook-logo>img {
    display: block;
    width: 90px;
    transition: all .35s ease
}

.courses-popup__box>p>a.facebook-link>span.facebook-text {
    display: block;
    padding: 5px 15px;
    background-color: #282EBF
}

.courses-popup__box>p>a.facebook-link:hover>span.facebook-logo>img {
    transform: scale(1.05)
}

.courses-popup__box>p>a.facebook-link:hover>span.facebook-text {
    background-color: #FC322A
}

.wpcf7-response-output:before {
    content: '';
    display: table;
    clear: both
}

.wpcf7-response-output {
    margin-top: 15px;
    clear: both;
    margin: 0;
    text-align: center;
    border-width: 1px;
    color: #ffffff;
    line-height: 1.25;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 12px !important;
    padding: 5px 15px !important
}

.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    padding: 0px 15px;
    color: #ffffff !important;
    font-size: 12px !important;
    margin-bottom: 10px;
    border: 1px solid #08104d;
    background-color: #08104d;
    text-align: center
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
    border: 1px solid #FC322A !important;
    background-color: #FC322A
}

.wpcf7-form.sent .wpcf7-response-output {
    border: 1px solid #23cc2b !important;
    background-color: #23cc2b
}

.wpcf7-response-output.wpcf7-validation-errors {

}

.wpcf7-form-control-wrap { display: block;  }

.wpcf7-form-control-wrap > span { display: block; }

.wpcf7-acceptance { margin-bottom: 10px!important; line-height: 1.25; }

.wpcf7-form-control-wrap input { margin-bottom: 15px !important; }