/*
 Theme Name:   Gostudy Child
 Theme URI:    https://rasitheme.com/wp/gostudy/
 Description:  Child Theme for Gostudy Education WordPress Theme
 Author:       RaisTheme
 Author URI:   https://rasitheme.com/
 Template:     gostudy
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  gostudy-child
*/
.rt-social-icons .elementor-icon svg {
    display: block;
    height: 2em;
    position: relative;
    width: 2em;
}

.rt-social-icons .elementor-icon svg path {
    fill: #fff;
}

.rt-social-icons a{
    margin-right: 1rem !important;
}

.feedback-single .quote-svg{
    display: none;
}

.woocommerce form .form-row .input-select{
    height: 50px;
    padding: 10px 20px;
}

.woocommerce form .form-row .select__field:before {
    content: '';
    display: none;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 900;
    line-height: 49px;
    color: #94a0b9;
    padding-top: 1px;
    pointer-events: none;
}

.lp-section-instructor{
    display: none;
}

.elementor-2159 .elementor-element.elementor-element-17332f4 {
    display: inline-flex;
    width: auto;
    flex-grow: 1;
    justify-content: center;
}

.rt-courses .course-price {
    display: none;
}

.header-learnpress-course-summery {
    width: 68%;
}

.fade {
    transition: opacity .15s linear;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    background: #0000004f;
    overflow-y: scroll;
    align-items: center;
    justify-content: center;
    padding-top: 16rem;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 0;
    width: auto !important;
    align-items: center;
    font-size: 45px;
    font-weight: normal !important;
    height: auto;
    line-height: 27px;
}

body #devis .modal-header .close:hover,  body #devis .modal-header .mailbox-attachment-close:hover {
    background: transparent !important;
    border-color: transparent!important;
    color: inherit !important;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}

.modal-footer>* {
    margin: .25rem;
}

input[type='number'], input[type='date'], input[type='email'], input[type='text'], textarea {
    display: block;
    height: 50px;
    max-width: 100%;
    margin: 0 0 20px 0;
    color: inherit;
    border: 1px solid #d6d5d7;
    border-radius: 5px;
    padding: 14px 20px 12px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
    background-color: #ffffff;
    text-transform: unset;
    transition: 0.3s;
    width: 100%;
}

.confirmation{
    padding: 1rem;
    display: none;
    text-align: center;
    background: #4CAF50;
    color: #fff;
    border-radius: 8px;
}

.rt-theme-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media only screen and (max-width: 1200px) {
    .rt-theme-header, .rt-mobile-header {
        background-color: #fff !important;
        color: rgba(30, 40, 69, 1) !important;
    }
    .mobile__devices a {
        color: var(--gostudy-back-to-top-background);
    }
    .footer_top-area .rt-logotype-container img {
        width: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .rt-logotype-container img {
        width: 150px;
    }
}

.course-price{
    display: none;
}

.course-featured-review{
    display: none!important;
}

.modal .lp-button{
    width: 100%;
}

.elementor-icon-box-content ul li{
    color: #fff;
    line-height: normal;
    margin-bottom: 1rem;
}
.elementor-icon-box-title span{
    color: #fff !important;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{
    display: flex;
    gap: 3rem;
    text-align: left;
}

.rt-course-author-name , .course-students , .course-lessons{
    display: none;
}
.lp-enroll-btn {
    float: inherit;
    text-align: center;
}

.meta-data .post_author {
    display: none;
}
.meta-data {
    justify-content: space-between;
    width: 100%;
}
#comments , .comments_post{display: none !important;}
.meta-data>span:not(:last-of-type):after {
    display: none;
}


/*nos formation filtrer*/

.main-nos-formation .nf-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.main-nos-formation .nf-header .sub-title{
    font-size: 16px;
    line-height: 42px;
    color: #FF1F59;
}

.main-nos-formation .nf-header .title{
    font-size: 36px;
    line-height: 42px;
    color: #29303B;
}

.main-nos-formation .nf-form{
    padding: 1rem 5rem;
    background-color: #F0F4F5;
}

.main-nos-formation .nf-form form{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

.nf-listing{
    padding: 3rem 5rem;
}

.nf-listing .courses{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

@media (max-width: 767px) {

    .nf-listing {
        padding: 2rem 1rem;
    }

    .nf-listing .courses {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

.main-nos-formation .nf-form {
    padding: 1rem 1rem;
    background-color: #F0F4F5;
}

.main-nos-formation .nf-form form {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}
}
