/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/


@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

* {
    font-family: Roboto !important;
}

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }

}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
        text-align: center;
    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
    height: 850px;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 100%;
    text-align: center;
}

.hero-style .slide-title h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    transition: all .4s ease;
}

.hero-style .slide-title h2 span {
    font-family: 'Carattere', cursive !important;
    font-size: 150px;
    text-transform: capitalize;
    color: #ea4c53;
}

.product_meta {
    display: none !important;
}

.woocommerce .thim-social-share {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

form.variations_form.cart {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ea4c53;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    padding: 12px 30px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #ba363c;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.navigation .width-navigation .navbar-nav>li>a,
.navigation .width-navigation .navbar-nav>li>span {
    font-size: 16px;
    color: #f5f5f5;
}

.width-logo>a::before {
    display: block;
    position: absolute;
    content: "";
    background: #fff;
    width: 190px;
    height: 160px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 10%);
}

.width-logo>a {
    position: relative;
}

.site-header .navbar-nav {
    margin-top: -10px;
}

.site-header.affix .width-logo>a::before {
    display: none;
}

.site-header.affix .width-logo>a {
    width: 80px;
}

.site-header.affix .navigation .navbar-nav #magic-line {
    display: none !important;
}

.footer {
    background: #474747;
}

.footer h4.title {
    color: #fff;
    font-weight: 100;
}

.footer .sc_heading .line {
    background: #fff;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.elementor-column.elementor-element-36363d2 {
    width: 30% !important;
}

.navigation .width-navigation .navbar-nav>li.current-menu-item>a, .navigation .width-navigation .navbar-nav>li>a:hover {
    color: #F44336;
    font-size: 17px;
	font-weight: 600;
    
}
.navigation .width-navigation .navbar-nav>li>a, .navigation .width-navigation .navbar-nav>li>span {
	font-size: 17px;
	font-weight: 600;
}

.home .navigation .width-navigation .navbar-nav>li>a, .navigation .width-navigation .navbar-nav>li>span {
    color: #000000;
}

a.course-thumbnail::before {
    display: block;
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 28%) !important;
    opacity: 1 !important;
}

/* .woocommerce-shipping-totals.shipping, th.product-total, tr.order-total, tr.cart-subtotal, td.product-total, .order_details tfoot, .woocommerce-Price-amount {
	display: none !important;
} */
#order_review table.shop_table tr>*:first-child {
    width: 100% !important;
}

#woo-cart-panel .woocommerce-mini-cart__total, .multiply-symbol {
	display: none !important;
}
.product_list_widget .quantity[data-type=type-1] , .product_list_widget .quantity[data-type=type-2] {
    display: none !important;
}

.product_list_widget .ct-product-actions {
    display: none !important;
}

.woocommerce div.product .product_title, .woocommerce-page div.product .product_title {
    word-wrap: break-word;
    line-height: normal;
}

@media (max-width: 767.98px) {

    .width-logo>a::before {
        width: 120px !important;
        height: 100px !important;
        left: 27% !important;

    }
    
    .width-logo>a img {
        width: 80px !important;
    }
    
    .hero-style {
        height: 400px !important;
    }
    
    #masthead .navigation .width-logo {
        left: 15px;
        position: relative;
    }

    .slide-inner.slide-bg-image.sm {
        display: block !important;
    }
    
    .slide-inner.slide-bg-image.lg {
        display: none !important;
    }
    
}
