/*--------------------------------------------------------------
>>> RadiantThemes Custom CSS
>>> THEME CUSTOM CSS ||
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Scrollup
# ACCODIAN
# TESTIMONIAL
# EDUSPHEARE THEME CSS
/*--------------------------------------------------------------
# Normalize CSS STARTS[# Normalize]
--------------------------------------------------------------*/
/*.style-default .post-thumbnail img {
    max-height: 400px;
}*/
.three-box-btn {
    border: 1px solid #015ABD;
    padding: 5px;
    border-radius: 50%;
}



.three-box-btn:hover {
    animation: shadow-pulse-effect 1.2s linear infinite;
    display: inline-block;
    background: rgba(1, 90, 189, 0.11);
}




@keyframes shadow-pulse-effect {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 90, 189, 0.11),
            0 0 0 5px rgba(1, 90, 189, 0.11),
            0 0 0 15px rgba(1, 90, 189, 0.11);



    }

    /*   50% {
    box-shadow: 0 0 0 10px rgba(1, 90, 189, 0.11),
      0 0 0 15px rgba(1, 90, 189, 0.11),
      0 0 0 25px rgba(1, 90, 189, 0.11);

 

  }*/



    100% {
        box-shadow: 0 0 0 10px rgba(1, 90, 189, 0.11),
            0 0 0 15px rgba(1, 90, 189, 0.11),
            0 0 0 25px rgba(1, 90, 189, 0.11);
    }
}




.rt-register-form {
    background-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0px 0px 10px 5px rgba(173, 173, 173, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 39px 40px !important;
}



.rt-register-form p {
    margin-bottom: 0;
}



.rt-register-form input[type="text"],
input[type="email"] {
    border: 1px #d8dada solid;
    line-height: 46px;
    height: 46px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}



.rt-register-form input:hover {
    border: 1px #afb1b1 solid;
}



.rt-register-form textarea {
    border: 1px #d8dada solid;
    line-height: 26px;
    height: 110px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    resize: none;
    text-transform: capitalize;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}




.rt-register-form textarea:hover {
    border: 1px #afb1b1 solid;
}



.rt-register-form input[type="submit"] {
    background-color: #015abd;
    border: none;
    margin: 0px;
    width: 100%;
    padding: 11px 41px 11px 41px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 0px;
    letter-spacing: 2px;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}



.rt-register-form input[type="submit"]:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}



.rt-register-form .rt-label-txt {
    margin-bottom: 15px;
}



.rt-register-form .rt-label-txt label {
    text-transform: uppercase !important;
    padding-bottom: 5px !important;
    display: block !important;
    font-weight: 500 !important;
    width: 100% !important;
    font-size: 13px !important;
}

ul li {
    list-style: none;
}

/* INNER PAGE BREADCRUMB GAPPING CSS STARTS*/


* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
}

a {
    color: #222;
}

a:focus,
a:hover {
    color: #0067da;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    outline: 0;
}

iframe {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    /*list-style: none;*/
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
    visibility: inherit !important;
}

strong {
    font-weight: 600;
}

p {
    margin: 0 0 1.1em;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

label {
    font-weight: 400;
}

del,
del * {
    text-decoration: line-through !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222;
}

/*--------------------------------------------------------------
# Normalize CSS ENDS
--------------------------------------------------------------*/

.screen-reader-text {
    display: none;
}

.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 4px 5px 20px 0px;
}

.wp-caption-text a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wp-caption-text a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.wp-caption-text a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.wp-caption-text a:hover {
    color: #0067DA;
}

.gallery-item .gallery-caption {
    padding: 10px 15px 10px 15px;
    background-color: #f8f8f8;
    font-size: 12px;
    line-height: 22px;
    word-break: break-word;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 25%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.gallery-item .gallery-icon img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}



.comment-list .comment.bypostauthor {
    list-style: none;
}

.category.category-science .inner_banner_main .title {
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 40px;
}

.post-read-more .btn {
    /*font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    color: #FFFFFF;
    background-color: #0067DA;
    padding: 12px 42px 12px 41px;
    border-radius: 0px !important;*/
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 11px 0 !important;
    border-radius: 0px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/* PAGE WRAPPER CSS STARTS*/

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1266px;
}

/* PAGE WRAPPER CSS ENDS*/


/* INNER PAGE BREADCRUMB GAPPING CSS STARTS*/

.el-chevron-right::before {
    content: "/";
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 900;
    font-size: 15px;
}

/*--------------------------------------------------------------
# Scrollup CSS STARTS[# Scrollup]
--------------------------------------------------------------*/

body > .scrollup {
    position: fixed;
    bottom: 14px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body > .scrollup.left {
    left: -50px;
}

body > .scrollup.right {
    right: -50px;
}

body > .scrollup.left.active {
    left: 15px;
}

body > .scrollup.right.active {
    right: 15px;
}

body > .scrollup:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

body > .scrollup span[class*="ti-"] {
    font-size: 12px;
    /*color: inherit;*/
    line-height: 40px;
    color: #0751b7;
    font-weight: bold;
    margin-left: 1px;
}

/*--------------------------------------------------------------
# Scrollup CSS ENDS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ACCODIAN CSS STARTS[# ACCODIAN]
--------------------------------------------------------------*/
.radiantthemes-accordion.element-five {
    width: 100%;
    margin: 0 auto;
}

.radiantthemes-accordion.element-five .accord_bdy {
    padding: 0;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0;
}

.radiantthemes-accordion.element-five .ques_bx {
    margin: 0;
    padding: 0;
}

.radiantthemes-accordion.element-five .clearfix:before {
    display: table;
    content: " ";
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a) {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 22px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a):first-child {
    /* border-bottom: none; */
    border-top: none;
}

.radiantthemes-accordion.element-five .ques_bx li {
    float: left;
    width: 100%;
}

.radiantthemes-accordion.element-five .text {
    float: left;
    color: #16193A;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.radiantthemes-accordion.element-five .ques_bx li.a {
    display: none;
    color: #555759;
    margin-top: -18px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0 0px 35px 0px !important;
}

.header_holder .wraper_header_main.mobile-menu-open {
    transform: translateX(0);
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu {
    display: block;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    display: none;
    transition: none;
    opacity: 1;
    visibility: visible;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu > li.menu-item-has-children a:before,
.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li ul li a:after {
    display: none;
}



.moving-image-left-right .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-left-right:hover .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}



/*--------------------------------------------------------------
# ACCODIAN CSS ENDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# TESTIMONIAL CSS STARTS[# TESTIMONIAL]
--------------------------------------------------------------*/
/*TESTIMONIAL ELEMENT ONE CSS STARTS*/

.testimonial.element-one {
    position: relative;
}

.testimonial.element-one .testimonial-item > .holder {
    text-align: center;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
    margin-bottom: 50px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    height: 145px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
    position: absolute;
    bottom: -10px;
    right: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 35px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .title {
    margin-bottom: 3px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    color: #24323d;
    line-height: 30px;
    letter-spacing: 0.06px;
    margin-top: -8px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .designation {
    margin-bottom: 7px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    color: #676767;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-one:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-one > .owl-thumbs {
    display: none;
}

/*TESTIMONIAL ELEMENT ONE CSS ENDS*/

/*TESTIMONIAL ELEMENT SIX CSS STARTS*/

.testimonial.element-six {
    position: relative;
    width: auto !important;
    margin-left: -15px;
    margin-right: -15px;
}

/*.testimonial.element-six .testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
}*/

.testimonial.element-six .testimonial-item {
    margin-left: 1px;
    margin-right: 1px;
}

.testimonial.element-six .testimonial-item > .holder {
    text-align: left;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    padding-top: 37px;
    padding-bottom: 52px;
    padding-left: 38px;
    padding-right: 38px;
    /*box-shadow: 0px 0px 10px 5px rgba(47, 85, 212, 0.1);*/
    margin-top: 15px;
    margin-bottom: 15px;
}





@media screen and (max-width: 1024px) and (min-width: 992px) {
    .testimonial.element-six .testimonial-item > .holder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rt-subscribe-sec input[type="email"] {
        width: 70% !important;
    }

    .rt-ipadpro-area {
        padding: 150px 0 0 0;
    }

    #course-input-search input[type="text"] {
        width: 82% !important;
    }

    #rt-contact-two-form {
        position: relative;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .wraper_blog_main.style-default .container {
        padding: 100px 15px 60px 15px;
    }
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data {
    margin-bottom: 23px;
    font-weight: normal;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote p {
    margin-bottom: 20px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    position: relative;
    min-height: 63px;
    padding-top: 17px;
    padding-left: 80px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    width: 71px;
    height: 71px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
    margin-bottom: 3px;
    margin-top: -9px;
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    color: #24323d;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation {
    margin-left: 8px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    color: #676767;
    line-height: 30px;
    letter-spacing: 0.06px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title u {
    margin-left: 7px;
    text-decoration: underline !important;
}

.testimonial.element-six:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-six > .owl-thumbs {
    display: none;
}

.testimonial.element-six > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

.testimonial.element-six > .owl-dots {
    margin-top: -2px;
}

/*TESTIMONIAL OWL DOT STARTS*/
.testimonial[class*="element-"].owl-dot-style-one .owl-dots {
    text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
}

.testimonial[class*="element-"].owl-dot-style-one .owl-dots > .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #F6A69A;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot.active > span {
    background-color: #F3492F;
}

.testimonial[class*="element-"] .owl-dots > .owl-dot {
    display: inline-block;
    vertical-align: top;
}

.testimonial.element-one > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}

.testimonial.element-one > .owl-dots {
    margin-top: 40px;
}

/*TESTIMONIAL OWL DOT ENDS*/

/*TESTIMONIAL ELEMENT SIX CSS ENDS*/

/*--------------------------------------------------------------
# TESTIMONIAL CSS ENDS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/

/* wraper_error_main */

.wraper_error_main {
    width: 100%;
}

/*--------------------------------------------------------------
# 404 Error Style One
--------------------------------------------------------------*/

.wraper_error_main.style-one > .container {
    padding-top: 230px;
    padding-bottom: 130px;
}

.wraper_error_main.style-one .error_main {
    text-align: center;
}

.wraper_error_main.style-one .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-one .error_main .radiantthemes-counterup {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 250px;
    color: #222;
    line-height: 0.7;
    margin-top: 120px;
    /*for now*/
}

.wraper_error_main.style-one .error_main h1 {
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 35px;
    color: #222 !important;
    line-height: 45px;
    letter-spacing: -1px;
    margin-top: 90px;
}

.wraper_error_main.style-one .error_main h2 {
    margin-bottom: 17px;
    color: #222;
    margin-top: 105px;
}

.wraper_error_main.style-one .error_main .btn [class^="ti-"] {
    display: none !important;
}

.wraper_error_main.style-one .error_main .btn {
    background: #0065D5 !important;
    box-shadow: none !important;
    color: #ffffff;
    border: 0px none !important;
    border-radius: 0px !important;
    padding: 13px 30px 13px 30px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    margin-top: 2px !important;
}

.wraper_error_main.style-one .error_main .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.wraper_error_main.style-one .error_main .btn > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.wraper_error_main.style-one .error_main .btn [class^="ti-"] {
    color: #F3492F;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
}

/*--------------------------------------------------------------
# 404 Error Style Two
--------------------------------------------------------------*/

.wraper_error_main.style-two > .container {
    padding-top: 200px;
    padding-bottom: 200px;
}

.wraper_error_main.style-two .error_main {
    text-align: center;
}

.wraper_error_main.style-two .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-two .error_main img {
    margin-bottom: 30px;
}

.wraper_error_main.style-two .error_main h1 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-two .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Three
--------------------------------------------------------------*/

.wraper_error_main.style-three > .container {
    padding-top: 200px;
    padding-bottom: 160px;
}

.wraper_error_main.style-three .error_main_item {
    margin-bottom: 40px;
}

.wraper_error_main.style-three .error_main_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-three .error_main_item img {
    width: 400px;
    margin-bottom: 10px;
}

.wraper_error_main.style-three .error_main_item h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 80px;
    color: #242c31;
    line-height: 90px;
}

.wraper_error_main.style-three .error_main_item h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

.wraper_error_main.style-three .error_main_item .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Four
--------------------------------------------------------------*/

.wraper_error_main.style-four > .container {
    padding-top: 150px;
    padding-bottom: 200px;
}

.wraper_error_main.style-four .error_main {
    text-align: center;
}

.wraper_error_main.style-four .error_main > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_error_main.style-four .error_main img {
    width: 500px;
    margin-bottom: 25px;
}

.wraper_error_main.style-four .error_main h1 {
    margin-bottom: 35px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
    color: #1a1a1a;
    line-height: 40px;
}

.wraper_error_main.style-four .error_main .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# EDUSPHEARE THEME CSS STARTS[# EDUSPHEARE THEME CSS]
--------------------------------------------------------------*/

/* HEADER AND FOOTER CSS STARTS */

.home-top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-top-header ul li {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
}

.home-top-header ul li a {
    color: #fff;
}

.home-top-header ul li:first-child:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    border-right: 1px solid #fff;
    bottom: 4px;
    right: -9px;
}

.hidden {
    display: none;
}

.wraper_footer.custom-footer {
    overflow: hidden;
}

.footer-one-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-one-nav ul li {
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
}

.footer-one-nav ul li a {
    color: #A3A2A2;
}

.footer-one-nav ul li a:hover {
    color: #e8e8e8;
}

.footer-two-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-two-nav ul li {
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
}

.footer-two-nav ul li a {
    color: #222;
}

.footer-two-nav ul li a:hover {
    color: #0067DA;
}

/* HEADER AND FOOTER CSS ENDS */


/* VIDEO BUTTON CSS STARTS */

.home-two-video-button img {
    position: relative;
    height: 79px;
    width: 79px !important;
    line-height: 79px;
    text-align: center;
    margin: auto;
    border-radius: 50% !important;
    animation: shadow-pulse-two 1.2s linear infinite;
    -webkit-transition: .5s linear;
    display: block;
    background: rgba(225, 225, 225, 0.2);

}

@keyframes shadow-pulse-two {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.2),
            0 0 0 10px rgba(225, 225, 225, 0.2),
            0 0 0 30px rgba(225, 225, 225, 0.2);

    }

    100% {
        box-shadow: 0 0 0 10px rgba(225, 225, 225, 0.2),
            0 0 0 30px rgba(225, 225, 225, 0.2),
            0 0 0 50px rgba(225, 225, 225, 0);

    }

}

/* VIDEO BUTTON CSS ENDS */


/* HOMEPAGE THREE CSS STARTS */
.apply-now a {
    color: #fff !important;
}

.tooltip-inner {
    border-radius: 0 !important;
}

/* HOMEPAGE THREE CSS ENDS */


/* HOMEPAGE FIVE CSS STARTS */

.footer-five-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-five-nav ul li a {
    color: #222222;
}

.coltwo h4 {
    color: #B7B4B0;
}

.coltwo:hover h4 {
    color: #ffffff;
}

.coltwo p {
    color: #B7B4B0;
}

.coltwo:hover p {
    color: #ffffff;
}

.colthree h4 {
    color: #B7B4B0;
}

.colthree:hover h4 {
    color: #ffffff;
}

.colthree p {
    color: #B7B4B0;
}

.colthree:hover p {
    color: #ffffff;
}


/* HOMEPAGE FIVE CSS ENDS */


/*CONTACT US PAGE FORM PORTION CSS STARTS*/
.contact-one .form-row input[type=text] {
    width: 100%;
    height: 58px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 20px;
    border: none;
    background-color: #F5F5F5;
    border-radius: 35px;
}

.contact-one .form-row input[type=text]:hover {
    width: 100%;
    height: 58px;
    padding: 12px 15px 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #F34A30;
    background-color: #ffffff;
    border-radius: 35px;
}

.contact-one textarea {
    height: 150px;
    resize: none;
    width: 100%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #f3f5fd;
    background-color: #F5F5F5;
    border-radius: 35px;
}

.contact-one textarea:hover {
    height: 150px;
    resize: none;
    width: 100%;
    padding: 7px 15px 8px 20px;
    border: 1px solid #F34A30;
    background-color: #ffffff;
    border-radius: 35px;
}

.contact-one input[type=submit] {
    background: #F3492E url(../images/contact-img4.png) no-repeat center left 6px;
    border: none;
    color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 36px;
    font-size: 15px;
    border-radius: 45px;
    font-weight: bold;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 10px;
}

.contact-one input[type=submit]:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.contact-one .col-lg-6,
.contact-one .col-md-6,
.contact-one .col-sm-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.contact-one .col-lg-12,
.contact-one .col-md-12,
.contact-one .col-sm-12 {
    padding-right: 10px;
    padding-left: 10px;
}

/*CONTACT US PAGE FORM PORTION CSS ENDS*/


/*CONTACT US PAGE 1 FORM PORTION CSS STARTS*/
.rt-contact-form-one {
    background: #fff;
    box-shadow: 0px 0px 10px 5px rgba(173, 173, 173, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 39px 40px !important;
}

.rt-contact-form-one p {
    margin-bottom: 0;
}

.rt-contact-form-one input[type="text"],
input[type="email"] {
    border: 1px #d8dada solid;
    line-height: 46px;
    height: 46px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.rt-contact-form-one input:hover {
    border: 1px #afb1b1 solid;
}

.rt-contact-form-one textarea {
    border: 1px #d8dada solid;
    line-height: 26px;
    height: 110px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    resize: none;
    text-transform: capitalize;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.rt-contact-form-one textarea:hover {
    border: 1px #afb1b1 solid;
}

.rt-contact-form-one input[type="submit"] {
    background-color: #0067DA;
    border: none;
    margin: 0px;
    padding: 11px 41px 11px 41px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    color: #FFFFFF;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.rt-contact-form-one input[type="submit"]:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.rt-contact-form-one .rt-label-txt {
    margin-bottom: 15px;
}

.rt-contact-form-one .rt-label-txt label {
    text-transform: uppercase !important;
    padding-bottom: 5px !important;
    display: block !important;
    font-weight: 500 !important;
    width: 100% !important;
    font-size: 13px !important;
}


.rt-contact-two {
    position: relative;
}

#rt-contact-two-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

/*CONTACT US PAGE 1 FORM PORTION CSS ENDS*/


/*LANDING PAGE CSS STARTS*/

.landing-box-one {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.landing-box-one:hover {
    -webkit-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}

.landing-box-one:hover .elementor-widget-image-box .elementor-image-box-title {
    color: #0067DA;
}

.landing-box-one .elementor-image-box-img img {
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

/*LANDING PAGE CSS ENDS*/




/*----------------------------------------------------------------------------------------------------------------------------
# RadiantThemes Recent Default Theme Menu (Start)
----------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------
# Sidr
----------------------------------------*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr.right .sidr-close {
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: right;
}

.sidr.left .sidr-close {
    float: left;
    margin-left: 15px;
}

.sidr-close {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}




/* DEFAULT BLOG SIDEBAR CSS STARTS */


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (min-width: 992px) {

    /*   .wraper_blog_main.style-default .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .wraper_blog_main.style-one.clasic-box-layout .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .blog .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .wraper_blog_main .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .wraper_shop_main .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .wraper_shop_single.style-one .container {
        padding-right: 0px;
        padding-left: 0px;
    }*/
}

.search.search-results .wraper_blog_main.style-default {
    padding-top: 100px;
}

.wraper_blog_main.style-default {
    padding-top: 52px;
}

.wraper_blog_main.style-default .container {
    padding: 0px 0 100px 0;
}

.wraper_blog_main.style-default .widget-area {
    margin-left: 48px;
}

.single-post .wraper_blog_main .widget-area {
    margin-left: 48px;
}

@media screen and (max-width: 991px) {
    .wraper_blog_main.style-default .widget-area {
        margin-left: 0;
    }

    .single-post .wraper_blog_main .widget-area {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 481px) {

    .wraper_blog_main.style-default .widget-area {
        margin-bottom: 40px;
        clear: both;
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper_blog_main .blog_main {
        /*width: 100%;*/
        float: left;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .wraper_blog_main.style-default .widget-area {
        margin-left: 0px;
        margin-right: 0px;
    }

    .wraper_blog_main .blog_main {
        /*width: 100%;*/
        float: left;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.wraper_blog_main.clasic-box-layout .widget-area {
    margin-bottom: 40px;
    clear: both;
    margin-left: 48px;
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .wraper_blog_main.clasic-box-layout .widget-area {
        margin-left: 0;
    }
}

.wraper_shop_main .widget-area {
    margin-right: 48px;
    margin-left: 0px;
}

.wraper_shop_main.right .widget-area {
    margin-left: 48px;
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .wraper_shop_main .widget-area {
        margin-right: 0;
        margin-left: 0;
    }

    .wraper_shop_main.right .widget-area {
        margin-left: 0;
        margin-right: 0;
    }
}

.wraper_blog_main.style-default .blog_main {
    width: 100% !important;
}

.wraper_blog_main .blog_main {
    width: 100%;
    float: left;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.widget-area {
    margin-bottom: 0px;
    clear: both;
    /*margin-top: 15px;*/
}

.widget.woocommerce {
    margin-top: 0;
}


.widget-area > #radiantthemes_image_box_widget-2 {
    background: #fff url(../images/blog-img-1.jpg) no-repeat center center;
    padding-top: 220px;
    padding-bottom: 8px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.widget-area > #radiantthemes_recent_posts_widget-2 {
    margin-bottom: 30px;
    margin-top: 0px;
    background: #fff;
    padding-top: 22px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #tag_cloud-2 {
    margin-bottom: 0px;
    background: #fff;
    padding: 23px 22px 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

/*
.widget-area > #archives-2 {
    margin-bottom: 45px;
}*/

.widget-area > .widget:last-child,
.widget-area > .widget:only-child {
    margin-bottom: 0;
}

.widget-area > .widget .widget-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px !important;
    text-transform: none;
    text-transform: capitalize;
}

.widget-area > #categories-3 ul {
    padding-top: 15px;
}

/*.widget-area > .widget .random-post-wrapper {
    background: #BBD5F8;
    padding-top: 55px;
    padding-bottom: 25px;
    border-radius: 10px;
}*/

.widget-area > .widget .random-post-pic {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 34px;
}

.widget-area > .widget .random-post-data {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .widget-area > .widget .random-post-data {
        width: 400px;
    }

    #learn-press-profile-nav .learn-press-tabs {
        background: transparent;
    }

}

.widget-area > .widget .random-post-data .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.widget-area > .widget .rt-recent-post-with-thumbnail-holder {
    padding-top: 6px;
}

.widget-area > .widget .random-post-data .random-post-excerpt {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #3B434A;
    margin-top: -5px;
}

.widget-area > .widget .widget-title:after {
    display: none;
}

.widget-area > .widget .widget-title a {
    color: inherit;
}

.widget-area > .widget .widget-title img {
    margin-right: 7px;
}

.widget-area > .widget.widget_media_image img {
    padding: 0;
    border: none;
    width: 100%;
}

.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label {
    width: 100%;
    margin: 0;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"] {
    vertical-align: top;
    width: 100%;
    height: 48px;
    padding: 0px 45px 0px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: #918C8C;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #B0B0B0;
    letter-spacing: 0.6px;
}

.widget-area > .widget.widget_search .search-form input[type="submit"] {
    border-radius: 0px !important;
    display: inline-block;
    padding: 9px 0px;
    letter-spacing: 0.8px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #0067D9 url(../images/blog-search-1.png) no-repeat center center !important;
    color: #ffffff;
    border: none;
    color: transparent;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    font-weight: bold;
}

.widget-area > .widget.widget_search .search-form input[type="submit"]:hover {
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);*/
    box-shadow: none;
}

/* Drop Down new css*/
.rt-select-wrapper {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #E7F1FB;
}

.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.rt-select-wrapper .rt-select-button:before,
.select2-container .select2-selection > .select2-selection__arrow:before {
    content: "\e64b";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -11px;
    font-family: 'themify';
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.widget-area > .widget select {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    padding: 0 10px 0 0;
    font-size: 13px;
    height: 37px;
    border: 1px solid #E7F1FB;
    background-color: #ffffff;
}

.widget-area > .widget select:hover {
    border: 1px solid #E7F1FB !important;
    background-color: #ffffff;
}

.widget-area > .widget select:focus {
    border: 1px solid #afb1b1 !important;
    background-color: #ffffff;
}

.wp-block-archives.wp-block-archives-dropdown .rt-select-wrapper,
.wp-block-categories.wp-block-categories-dropdown .rt-select-wrapper {
    position: relative;
    width: auto;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    min-width: 250px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #E7F1FB;
}

.wp-block-archives.wp-block-archives-dropdown .rt-select-wrapper .rt-select-text {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.wp-block-archives.wp-block-archives-dropdown .rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.wp-block-archives.wp-block-archives-dropdown .rt-select-wrapper .rt-select-button:before {
    content: "\e64b";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -11px;
    font-family: 'themify';
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/* End Drop Down new css*/

.widget-area > #woocommerce_product_search-2 {
    border-radius: 0;
    margin-top: 0px;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #woocommerce_price_filter-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px 30px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #woocommerce_products-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px 30px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #woocommerce_product_tag_cloud-2 {
    margin-bottom: 0px;
    margin-top: 0px;
    background: #fff;
    padding: 23px 22px 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0;
    margin-right: 0;
}

#woocommerce_product_categories-2 {
    margin-top: 45px;
}

#woocommerce_product_categories-2 .widget-title {
    margin-bottom: 25px;
}

#woocommerce_products-2 .widget-title {
    margin-bottom: 25px;
}

#woocommerce_product_tag_cloud-2 {
    margin-top: 38px;
}

.widget-area > .widget.widget_search .search-form button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
    /*border-radius: 36% !important;*/
    display: inline-block;
    padding: 0;
    line-height: 46px;
    font-size: 15px;
    letter-spacing: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: 1px solid #0067D9;
    background: #0067D9 url(../images/blog-search-btn.png) no-repeat top right !important;
    color: transparent;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    font-weight: bold;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
    content: "\e610";
    position: absolute;
    font-family: "themify";
    font-size: 18px;
    vertical-align: middle;
    padding: 0;
    left: 0;
    right: 0;
}

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    font-size: 15px;
    color: #000;
    line-height: 52px;
    padding: 0 28px !important;
}

.widget-area > .widget .textwidget {
    margin-bottom: 20px;
}

.widget-area > .widget .textwidget > *:last-child {
    margin-bottom: 0 !important;
}

.widget-area > .widget .textwidget p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 26px;
}

.widget-area > .widget .textwidget img {
    margin: 12px 0px 15px 0px;
}

.widget-area > .widget.widget_rss ul {
    margin: 0;
}

.widget-area > .widget.widget_rss ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.widget-area > .widget.widget_rss ul li:last-child,
.widget-area > .widget.widget_rss ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_rss ul li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_rss ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_rss ul li a:hover {
    color: #0067DA;
}

.widget-area > .widget.widget_rss ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.widget-area > .widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    color: #9b9a9a;
    line-height: 22px;
}

.widget-area > .widget.widget_rss ul li .rss-date:before {
    margin-right: 10px;
    content: "\f017";
    font-family: "FontAwesome";
}

.widget-area > .widget.widget_rss ul li .rssSummary {
    display: block;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_entries ul,
.widget-area > .widget.widget_recent_comments ul {
    margin: 0;
}

.widget-area > .widget.widget_recent_entries ul li,
.widget-area > .widget.widget_recent_comments ul li {
    /*margin-bottom: 15px;
padding-left: 23px;
padding-bottom: 15px;
border-bottom: 1px #e2e2e2 solid;*/
    font-size: 15px;
    line-height: 32px;
}

.widget-area > .widget.widget_recent_entries ul li:last-child,
.widget-area > .widget.widget_recent_entries ul li:only-child,
.widget-area > .widget.widget_recent_comments ul li:last-child,
.widget-area > .widget.widget_recent_comments ul li:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*.widget-area > .widget.widget_recent_entries ul li:before,
.widget-area > .widget.widget_recent_comments ul li:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    color: #000;
}*/

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_recent_entries ul li a:before,
.widget-area > .widget.widget_recent_comments ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_recent_entries ul li a:hover:before,
.widget-area > .widget.widget_recent_comments ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.widget-area > .widget.widget_recent_entries ul li .post-date,
.widget-area > .widget.widget_recent_comments ul li .post-date {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #282828;
    line-height: 20px;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
    color: inherit;
}

.widget-area > .widget.widget_recent_entries ul li .post-date,
.widget-area > .widget.widget_recent_comments ul li .post-date {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #282828;
    line-height: 20px;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li.recentcomments a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_recent_entries ul li a:before,
.widget-area > .widget.widget_recent_comments ul li.recentcomments a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_recent_entries ul li a:hover,
.widget-area > .widget.widget_recent_comments ul li.recentcomments a:hover {
    color: #0067DA;
}

.widget-area > .widget.widget_recent_entries ul li a:hover:before,
.widget-area > .widget.widget_recent_comments ul li.recentcomments a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 36px;
    color: #222222;
    letter-spacing: 0.6px;
}

.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_archive ul li:only-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_categories ul li:only-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_meta ul li:only-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_pages ul li:only-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:only-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_layered_nav ul li:only-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a {
    position: relative;
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_archive ul li a:before,
.widget-area > .widget.widget_categories ul li a:before,
.widget-area > .widget.widget_meta ul li a:before,
.widget-area > .widget.widget_pages ul li a:before,
.widget-area > .widget.widget_nav_menu ul li a:before,
.widget-area > .widget.widget_layered_nav ul li a:before,
.widget-area > .widget.widget_product_categories ul li a:before {
    /*display: none;*/
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.widget-area > .widget.widget_archive ul li a:hover:before,
.widget-area > .widget.widget_categories ul li a:hover:before,
.widget-area > .widget.widget_meta ul li a:hover:before,
.widget-area > .widget.widget_pages ul li a:hover:before,
.widget-area > .widget.widget_nav_menu ul li a:hover:before,
.widget-area > .widget.widget_layered_nav ul li a:hover:before,
.widget-area > .widget.widget_product_categories ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.widget-area > .widget.widget_archive ul li a:hover,
.widget-area > .widget.widget_categories ul li a:hover,
.widget-area > .widget.widget_meta ul li a:hover,
.widget-area > .widget.widget_pages ul li a:hover,
.widget-area > .widget.widget_nav_menu ul li a:hover,
.widget-area > .widget.widget_layered_nav ul li a:hover,
.widget-area > .widget.widget_product_categories ul li a:hover {
    color: #0067DA;
}

.widget-area > .widget.widget_archive ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_product_categories ul li ul {
    margin-top: 0;
    margin-left: 15px;
}

.widget-area > .widget.widget_rating_filter ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_rating_filter ul li:last-child,
.widget-area > .widget.widget_rating_filter ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li,
.widget-area > .widget.widget_top_rated_products ul li {
    margin-bottom: 15px;
}

.widget-area > .widget.widget_recent_reviews ul li:last-child,
.widget-area > .widget.widget_recent_reviews ul li:only-child,
.widget-area > .widget.widget_top_rated_products ul li:last-child,
.widget-area > .widget.widget_top_rated_products ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li img,
.widget-area > .widget.widget_top_rated_products ul li img {
    width: 40px;
    margin-top: 8px;
}

.widget-area > .widget.widget_recent_reviews ul li .star-rating,
.widget-area > .widget.widget_top_rated_products ul li .star-rating {
    float: left;
    margin-top: 7px;
}

.widget-area > .widget.widget_recent_reviews ul li .reviewer,
.widget-area > .widget.widget_top_rated_products ul li .amount {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.widget-area > .widget.widget_price_filter .ui-slider {
    margin-bottom: 22px;
    background-color: #252525;
}

.post-type-archive .widget-area > .widget.widget_price_filter button[type="submit"] {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
    border: none !important;
}

.post-type-archive .widget-area > .widget.widget_price_filter button[type="submit"]:hover {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
    border: none !important;
}

.widget-area > .widget.widget_layered_nav_filters ul li {
    width: 100%;
    margin-bottom: 7px;
    padding: 0;
}

.widget-area > .widget.widget_layered_nav_filters ul li:last-child,
.widget-area > .widget.widget_layered_nav_filters ul li:only-child {
    margin-bottom: 0;
}

.widget-area > .widget.widget_products ul li {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px #e2e2e2 solid;
}

.widget-area > .widget.widget_products ul li:first-child {
    padding-top: 0;
}

.widget-area > .widget.widget_products ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li:only-child {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area > .widget.widget_products ul li > a {
    margin-bottom: 1px;
    font-weight: 500;
    color: inherit;
}

.widget-area > .widget.widget_products ul li img {
    width: 30%;
}

.widget-area > .widget.widget_products ul li .star-rating {
    display: none;
}

.widget-area > .widget.widget_products ul li .woocommerce-Price-amount {
    font-size: 13px;
    font-weight: 500;
    color: #0067DA;
}

.widget-area > .widget.widget_products ul li del {
    opacity: 0.7;
}

.widget-area > .widget .tagcloud {
    margin: 20px 0px 0px 0;
    font-size: 0;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-weight: 400;
    color: inherit;
    font-size: 13px !important;
    line-height: 30px;
    /*color: #0065D5;*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;


}


.widget-area > .widget .tagcloud > a.tag-cloud-link {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 25px;
    background: #ffffff;
    color: #222222;
    padding: 0px 10px;
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #C0C0C0;
    text-transform: capitalize;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF !important;
    background-color: #0065D5;
    border: 1px solid #0065D5;
    padding: 0px 10px;
    border-radius: 0;
}

/*.widget-area > .widget .tagcloud > a:first-child.tag-cloud-link {
	text-align: center;
	background: #0065D5;
    border:1px solid #0065D5;
    border-radius: 10px;
    color: #ffffff;
    padding: 0px 10px;
}*/

.widget-area > .widget .tagcloud > [class*="tag-link-"]:after {
    display: inline-block;
    vertical-align: middle;
    content: "/";
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
    visibility: hidden;
    display: none;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"]:last-child:after,
.widget-area > .widget .tagcloud > [class*="tag-link-"]:only-child:after {
    display: none;
}

.widget-area > .widget.widget_calendar .calendar_wrap {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.widget-area > .widget.widget_calendar #wp-calendar {
    width: 100%;
    table-layout: fixed;
}

.widget-area > .widget.widget_calendar #wp-calendar caption {
    padding: 9px 10px 10px 4px;
    /*border: 1px #e2e2e2 solid;*/
    border-bottom: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    color: #373737;
    line-height: 24px;
    letter-spacing: 1px;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > th {
    padding: 2px 5px;
    border: 1px #e2e2e2 solid;
    text-align: center;
    font-size: 70%;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td#today {
    background: rgba(0, 0, 0, 0.05);
}

.widget.widget_calendar .wp-calendar-nav-next {
    float: right;
}

.widget-area > #search-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 30px 29px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #categories-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #categories-2 ul {
    list-style-type: none;
}

.widget-area > #recent-posts-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 30px 29px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #recent-posts-2 ul {
    list-style-type: none;
}


.widget-area > #recent-comments-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 30px 29px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #recent-comments-2 ul {
    list-style-type: none;
}

.widget-area > #archives-2 {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 30px 29px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #archives-2 ul {
    list-style-type: none;
}

.widget-area > #meta-2 {
    margin-bottom: 0px;
    background: #fff;
    padding: 30px 30px 30px 29px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.widget-area > #meta-2 ul {
    list-style-type: none;
}


.error_main {
    padding: 100px 0 100px 0;
    text-align: center;
    margin: 0 auto;
}

.error_main a.btn {
    background: #0065D5 !important;
    box-shadow: none !important;
    color: #ffffff;
    border: 0px none !important;
    border-radius: 0px !important;
    padding: 13px 30px 13px 30px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    margin-top: 2px !important;
    letter-spacing: 2px;
}

.error_main a.btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    color: #fff !important;
}

.error_main h1 {
    margin-bottom: 11px;
    font-weight: 700 !important;
    font-size: 35px;
    color: #222 !important;
    line-height: 45px;
    letter-spacing: -1px;
    margin-top: 90px;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Header Style Default STARTS
--------------------------------------------------------------*/

.wraper_header.style-default {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    /* nav */
    /* nav level one */
    /* nav level two */
    /* nav level three */
}

.wraper_header.style-default .wraper_header_main {
    width: 100%;
    background-color: #fff;
}

.wraper_header.style-default .wraper_header_main > .container {
    padding-top: 3px;
    padding-bottom: 3px;
}

.wraper_header.style-default .header_main {
    position: relative;
}

.wraper_header.style-default .header_main .brand-logo {
    max-width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    float: left;
    text-align: left;
    font-size: 0;
}

.wraper_header.style-default .header_main .brand-logo > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_header.style-default .header_main .brand-logo > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.wraper_header.style-default .header_main .brand-logo .site-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 26px;
    color: #000;
    line-height: 1.1;
}

.wraper_header.style-default .header_main .header-responsive-nav {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wraper_header.style-default .header_main .header-responsive-nav i {
    font-size: 20px;
    color: #222;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
}

.wraper_header.style-default .nav {
    float: right;
    text-align: right;
}

.wraper_header.style-default .nav ul {
    list-style-type: none;
}


.wraper_header.style-default .nav > [class*="menu-"] {
    display: block;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 35px;
    list-style-type: none;

}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 35px;
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    content: "\f107";
    font-family: "FontAwesome";
    line-height: 1;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
    /*left: auto;
	right: 0;*/
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    list-style-type: none !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding-top: 9px;
    padding-bottom: 9px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    color: #222;
    opacity: inherit !important;
    visibility: inherit !important;
    cursor: pointer;
    /* transition: all 0.4s ease-in-out !important; */
    -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 3px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover {
    color: #0067DA;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
    width: 100%;
    color: #0067DA;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
    float: right;
    margin-left: 7px;
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 1;
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
    left: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
    left: auto;
    right: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
    top: -8px;
    opacity: 1;
    visibility: visible;
}



/*----------------
# Sidr
------------------*/

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
}

.sidr.right .sidr-close {
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: right;
}

.sidr.left .sidr-close {
    float: left;
    margin-left: 15px;
}

.sidr-close {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}

/* MOBILE MENU - SIDR - RADIANTTHEMES MEGA MENU */

.sidr .rt-sub-menu,
.sidr .rt-mega-menu {
    position: static;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: transparent;
    box-shadow: initial;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}

.sidr .rt-sub-menu {
    background-color: transparent;
}

.sidr .rt-sub-menu > li {
    width: 100%;
    float: left;
}

.sidr .rt-mega-menu > .rt-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}

.sidr .rt-mega-menu > .rt-mega-menu-row > .rt-mega-menu-col {
    display: block;
}

.sidr .rt-mega-menu > ul > .menu-item {
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
}

.sidr .rt-mega-menu .rt-megamenu-widget {
    padding: 15px 22px 10px 15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget .rt-megamenu-widget-title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li {
    margin-left: -15px;
    margin-right: -15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li a {
    display: block;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
    color: inherit;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:last-child a,
.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:only-child a {
    padding-bottom: 0;
    border-bottom: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /* MOBILE MENU - SIDR */
    #mobile-menu {
        width: 350px !important;
    }
}

.radiantthemes-website-layout {
    position: relative;
}



/*-----------------
# Mobile Menu (Responsive)
------------------*/

#mobile-menu {
    background-color: #ffffff !important;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s !important;
}

.mobile-menu-nav {
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li a {
        padding-left: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        display: block !important;
    }

    .hidden-sm {
        display: none !important;
    }

}



/* MOBILE MENU - SIDR */

.default-mobile-wrapper {
    padding: 15px 30px 15px 20px;
    overflow: hidden;
    width: 100%;
    background: #222;
}

.default-mobile-logo {
    width: 50%;
    float: left;
}

.default-mobile-logo p {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

#mobile-menu {
    right: -100%;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.mobile-menu-close {
    padding: 7px 0 0 0;
    text-align: right;
    cursor: pointer;
    width: 50%;
    float: right;
}

.mobile-menu-close i {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.mobile-menu-close .ti-close {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /*display: none;*/
}

#mobile-menu .mobile-menu-nav > [class*="menu-"] > ul.menu > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px !important;
    /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
    color: inherit;
    color: #222 !important;
    font-size: 14px;
    text-transform: capitalize;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children a {
    padding-right: 50px;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 8px;
    right: 0;
    width: 47px;
    cursor: pointer;
    text-align: left;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    content: "\e61a";
    font-family: 'themify';
    font-size: 14px;
    line-height: 32px;
    color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before {
    content: "\e622";
    font-family: 'themify';
    font-size: 14px;
    line-height: 32px;
    color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a {
    padding-left: 30px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover {
    color: #0067DA !important;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
    padding-left: 40px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 60px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 70px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 80px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 90px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 100px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 110px !important;
    font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li a {
    padding-left: 120px !important;
    font-size: 90%;
}

/*--------------------------------------------------------------
# Header ENDS
--------------------------------------------------------------*/

/*---------------------------------------
# EXTRA
----------------------------------------*/
pre {
    border-radius: 0 !important;
}

.hentry.style-default .entry-date-category ul li {
    list-style-type: none !important;
}

.wraper_blog_main.style-default .hentry.style-default {
    margin-bottom: 45px;
    overflow: hidden;
}



img.alignnone,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter,
figure.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
figure.alignleft {
    float: left;
    margin: 0px 30px 25px 0px;
}

img.alignright,
figure.alignright {
    float: right;
    margin: 0 0px 25px 30px;
    clear: both;
}



.wp-caption {
    max-width: 100%;
    margin: 0 auto;
}


.wraper_footer.style-default .wraper_footer_copyright .container {
    background-color: #161b27;
    padding: 25px 15px 10px 15px;
}

.wraper_inner_banner_main > .container {
    padding-top: 130px;
    padding-bottom: 135px;
    /*padding-left: 15px;
padding-right: 15px;*/
}

.wraper_header.style-default .wraper_header_main > .container {
    padding-top: 3px;
    padding-bottom: 3px;
    /*padding-left: 15px;
padding-right: 15px;*/
}

.comment-content p,
.wpb_text_column p {
    margin-bottom: 20px;
}

.default-page p {
    /* margin-bottom: 20px;*/
}

.default-page blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 3px solid #0067DA !important;
    font-weight: 500;
}

.default-page .wp-block-quote,
.comment-content blockquote,
.comment-content .wp-block-quote,
.wpb_text_column blockquote,
.wpb_text_column .wp-block-quote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 3px solid #0067DA !important;
    font-weight: 500;
}

.wp-block-pullquote blockquote {
    border-left: 0px !important;
}

.wp-block-quote[style*="text-align:right"] {
    border-right: 4px solid #222 !important;
}

.default-page dt,
.comment-content dt,
.wpb_text_column dt {
    margin-bottom: 20px;
    font-weight: 700;
}

.default-page dd,
.comment-content dd,
.wpb_text_column dd {
    margin: 7px 0px 20px 20px;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
    width: 100%;
    margin-bottom: 25px;
    table-layout: fixed;
}

.default-page table thead tr th,
.default-page table tbody tr td,
.default-page table tbody tr th,
.default-page table tfoot tr td,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr td,
.comment-content table tbody tr th,
.comment-content table tfoot tr td,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr td,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr td,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px #e2e2e2 solid !important;
}

.default-page .default-content table tbody tr:nth-child(even) td,
.default-page table tbody tr:nth-child(even) td,
.comment-content .default-content table tbody tr:nth-child(even) td,
.comment-content table tbody tr:nth-child(even) td,
.wpb_text_column .default-content table tbody tr:nth-child(even) td,
.wpb_text_column table tbody tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.01);
}

.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
    /*vertical-align:top;*/
    height: 45px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    border: 1px #e0e0e0 solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.default-page input[type="password"]:focus,
.comment-content input[type="password"]:focus,
.wpb_text_column input[type="password"]:focus {
    border-color: #252525;
}

.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
    vertical-align: top;
    height: 45px;
    padding: 0px 31px 0px 31px;
    background-color: #0067D9;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
}

.default-page ol,
.comment-content ol,
.wpb_text_column ol {
    margin: 10px 0px 15px 0px;
    padding: 0px 0px 0px 20px !important;
}

.default-page ol > li,
.comment-content ol > li,
.wpb_text_column ol > li {
    position: relative;
    margin: 0px 0px 10px 0px;
    list-style: decimal !important;
}

.default-page ol > li > ol,
.default-page ol > li > ul,
.comment-content ol > li > ol,
.comment-content ol > li > ul,
.wpb_text_column ol > li > ol,
.wpb_text_column ol > li > ul {
    margin: 10px 0px 0px 0px !important;
    padding-left: 30px;
}

.wraper_blog_main.default-page ul li ul {
    padding-left: 45px;
}

.wraper_blog_main.default-page ol li ol {
    padding-left: 45px !important;
}

.default-page ul {
    padding-left: 20px;
    margin-top: 5px;
}

.default-page ul li {
    list-style: disc !important;
}

.default-page ul li ol li ul li {
    list-style: circle !important;
}

.default-page ul li ul li {
    list-style: circle !important;
}


.default-page ol li ul li ul {
    padding-left: 30px;
}

.default-page ol li ul li ul li {
    list-style: circle !important;
}

.default-page ol > li > ol > li,
.default-page ol > li > ul > li,
.comment-content ol > li > ol > li,
.comment-content ol > li > ul > li,
.wpb_text_column ol > li > ol > li,
.wpb_text_column ol > li > ul > li {
    /*list-style: disc !important;*/
}

.default-page code {
    padding: 2px 4px;
    font-size: 90%;
    color: #23282d;
    background-color: #f3f4f5;
    border-radius: 0;
}

kbd {
    border-radius: 0 !important;
}

.comments-area .comment-form > p input[type="text"],
.comments-area .comment-form > p input[type="email"],
.comments-area .comment-form > p input[type="tel"],
.comments-area .comment-form > p input[type="url"],
.comments-area .comment-form > p input[type="password"],
.comments-area .comment-form > p input[type="date"],
.comments-area .comment-form > p input[type="time"],
.comments-area .comment-form > p select,
.comments-area .comment-form > p textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 1px solid #d8dada;
    background: #ffffff;
    /*box-shadow: 0 3px 15px rgba(0,0,0,0.08);*/
    padding: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #4b5264;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.comments-area .comment-form > p.comment-form-author:after {
    content: "\e602";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 21px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.comments-area .comment-form > p.comment-form-email:after {
    content: "\e75a";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 21px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.comments-area .comment-form > p.comment-form-url:after {
    content: "\e665";
    font-family: "Themify";
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 21px;
    font-size: 13px;
    width: 20px;
    height: 100%;
    line-height: 50px;
    text-align: center;
}

.comments-area .comment-form > p input[type="text"]:hover,
.comments-area .comment-form > p input[type="email"]:hover,
.comments-area .comment-form > p input[type="tel"]:hover,
.comments-area .comment-form > p input[type="url"]:hover,
.comments-area .comment-form > p input[type="password"]:hover,
.comments-area .comment-form > p input[type="date"]:hover,
.comments-area .comment-form > p input[type="time"]:hover,
.comments-area .comment-form > p select:hover,
.comments-area .comment-form > p textarea:hover {
    border: 1px solid #afb1b1;
    background-color: #ffffff;

}

.comments-area .comment-form > p textarea {
    height: 150px;
    padding: 0 10px;
    border: 1px solid #d8dada;
    background: #ffffff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}



.comments-area .comment-form > p input[type="text"] {
    border: 1px solid #d8dada;
    background: #ffffff;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}



.comments-area .comment-form > p ::-webkit-input-placeholder {
    color: #222;
}

.comments-area .comment-form > p ::-moz-placeholder {
    color: #222;
}

.comments-area .comment-form > p :-ms-input-placeholder {
    color: #222;
}

.comments-area .comment-form > p :-moz-placeholder {
    color: #222;
}


.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
    background: #0067D9 !important;
    border: none !important;
    color: #fff !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 31px !important;
    padding-right: 31px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    margin-top: 10px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    margin-left: 10px;
    border-radius: 0px !important;
}

.comments-area .comment-form > p.form-submit button[type="submit"] {
    border-radius: 0px !important;
}


.comments-area .comment-form > p button[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
    /*background: linear-gradient(to right, #5525ff 0%, #9547fd 100%) !important;
*/
    /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    border-radius: 0px !important;*/
}

.comments-area .comment-form > p button[type="submit"] span,
.comments-area .comment-form > p button[type="reset"] span {
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type="submit"],
.woocommerce button.button[name="apply_coupon"],
.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    color: #FFFFFF;
    background-color: #0067DA;
    padding: 0 20px;
    border-radius: 0px !important;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item {
    margin-bottom: 15px;
    color: #fff;
}

.single-format-standard .entry-content.default-page ul {
    padding-left: 20px;
    /* padding-left: 0px; */
    margin-right: 15px;
    margin-bottom: 10px;
}

.single.single-post .wraper_blog_main {
    padding-top: 100px !important;
    padding-bottom: 100px;
}


.post.style-default.sticky {
    margin-bottom: 50px !important;
    background: #fff;
    overflow: hidden;
    padding: 30px 30px 35px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.post.style-default.sticky:before,
.page.style-default.sticky:before,
.tribe_events.style-default.sticky:before,
.testimonial.style-default.sticky:before,
.team.style-default.sticky:before,
.portfolio.style-default.sticky:before,
.case-studies.style-default.sticky:before,
.client.style-default.sticky:before,
.product.style-default.sticky:before {
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 0;
    content: "\f08d";
    font-family: "FontAwesome";
    font-size: 30px;
    color: #222;
    line-height: 30px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}

.wp-block-gallery.alignleft {
    max-width: 290px;
    width: 100%;
    float: left;
}


.right-sidebar .widget_archive,
.widget_calendar,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_search,
.widget_text,
.widget_tag_cloud,
.widget_nav_menu,
.widget_nav_menu {
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.wraper_blog_main .widget-area .widget_archive,
.widget_calendar,
.widget_categories,
.widget_pages,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_search,
.widget_text,
.widget_tag_cloud,
.widget_nav_menu,
.widget_nav_menu {
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}

.wp-block-image img {
    border-radius: 0px;
}


.wp-block-cover {
    border-radius: 0;
    margin: 30px 0;
}

.wp-block-button.alignleft {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
}

.wp-block-button.alignright {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*margin-left: 0 !important;*/
    padding: 0;
}

.wp-block-button__link {
    background: #0067DA;
    margin-bottom: 0px !important;
}

.wp-block-button a.wp-block-button__link {
    margin: 0 !important;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid;
    color: #0067DA;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: initial !important;
    border: 2px solid #222;
    color: #222 !important;
}

.wraper_blog_main {
    padding-top: 100px;
    padding-bottom: 0;
}

/*-------------------------------------- Course Share CSS --------------------------------------*/
.rt-sidebar .rt-archive-box-1 .post-share.style-01 {
    display: table;
    /*align-items: center;
width: 100%;*/
    margin: 30px auto 0 auto;
}

.rt-sidebar .rt-archive-box-1 .post-share.style-01 .share-label {
    font-weight: 500;
    margin: 0;
    z-index: 2;
    float: left;
    color: #0067DA;
}

.rt-sidebar .rt-archive-box-1 .post-share .share-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 15px;
}

.rt-sidebar .rt-archive-box-1 .share-media .share-icon {
    color: #ababab;
}


.rt-sidebar .rt-archive-box-1 .share-media:hover .share-icon {
    color: #0067DA;
    border-color: transparent;
    background: #ffffff;
}

.rt-sidebar .rt-archive-box-1 .post-share.style-01 .share-icon {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.rt-sidebar .rt-archive-box-1 .post-share.style-01 .share-icon {

    width: auto;
    /*height: 56px;line-height: 52px;*/
    font-size: 18px;
    border-radius: 0;
    text-align: left;
    margin-right: 14px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    color: #0067DA;
}

.rt-sidebar .rt-archive-box-1 .post-share .share-list {
    position: absolute;
    bottom: 54%;
    left: 30%;
    transform: translate(-50%, -10px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    user-select: none;
}

.rt-sidebar .rt-archive-box-1 .post-share .share-media:hover .share-list {
    transform: translate(-50%, -20px);
    visibility: visible;
    opacity: 1;
}

.rt-sidebar .rt-archive-box-1 .post-share .share-list:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.rt-sidebar .rt-archive-box-1 .post-share .share-list a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 12px;
    color: #ababab;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.rt-sidebar .rt-archive-box-1 .post-share .share-list a:hover {
    color: #0067DA;
}

.rt-sidebar .rt-archive-box-1 .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rt-sidebar .rt-archive-box-1 .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.rt-sidebar .rt-archive-box-1 .post-share ul li a {
    color: #293949 !important;
}

.rt-sidebar .rt-archive-box-1 .post-share li.rt-social-share {
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rt-sidebar .rt-archive-box-1 .date .meta-icon {
    margin-right: 6px;
    margin-left: 30px;
}

.rt-sidebar .rt-archive-box-1 .post.style-default .post-thumbnail img {
    max-height: 400px;
}


.wraper_blog_main .blog_main .author {
    font-size: 13px;
}

.wraper_blog_main .blog_main .date {
    font-size: 13px;
}

.inner_banner_main p.subtitle {
    margin: 0 !important;
    padding: 0 !important;
}


.rt-gen-link a {
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #0067da;
    font-weight: 600;
}

.rt-gen-link a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.rt-gen-link a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}


.wraper_blog_main > .container.page-container {
    padding-bottom: 80px;
}

.default-page .page-links,
.comment-content .page-links,
.wpb_text_column .page-links {
    clear: both;
    margin-bottom: 10px;
    color: #222;
    line-height: 30px;
}

.default-page .page-links a,
.comment-content .page-links a,
.wpb_text_column .page-links a {
    padding: 9px;
}

.default-page .page-links .current,
.comment-content .page-links .current,
.wpb_text_column .page-links .current {
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #0065D5 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 4px !important;
    width: 30px;
    height: 30px;
    display: inline-block;

}


.wp-block-verse {
    border-left: 3px solid #0067DA !important;
}

.wraper_blog_main div.comments-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-bottom: 22px;
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation : portrait) {
    #course-input-search input[type="text"] {
        width: 76% !important;
    }
}

@media only screen and (min-width:240px) and (max-width:812px) and (orientation : landscape) {

    .rt-case-study-box.element-two .rt-case-study-box-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}




/*----------------------------------------------------------------------------------------------------------------------------
# RadiantThemes Recent Default Theme Menu (End)
----------------------------------------------------------------------------------------------------------------------------*/






/*--------------------------------------------------------------
# LP Profile Login/Registration
--------------------------------------------------------------*/
#learn-press-user-profile .learn-press-form-login {
    border: none !important;
    margin-bottom: 20px;
    background: #fff;
    padding: 23px 30px !important;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

#learn-press-user-profile .learn-press-form-login .rwmb-field input {
    margin-bottom: 10px;
    border: 1px #d8dada solid !important;
    line-height: 46px;
    height: 46px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px !important;
    color: #222;
    font-size: 13px;
}

#learn-press-user-profile .learn-press-form-login .rwmb-field input:hover {
    border: 1px #afb1b1 solid;
}

#learn-press-user-profile .learn-press-form-register {
    border: none !important;
}

#learn-press-user-profile .learn-press-form-register .rwmb-field input {
    margin-bottom: 10px;
    border: 1px #d8dada solid !important;
    line-height: 46px;
    height: 46px;
    border-radius: 0;
    width: 100%;
    padding: 0 10px !important;
    color: #222;
    font-size: 13px;
}

#learn-press-user-profile .learn-press-form-register .rwmb-field input:hover {
    border: 1px #afb1b1 solid;
}


.credentials-demo-right-box {
    margin: 0;
    padding: 0;
    float: left;
}

.credentials-demo-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
    border-radius: 0;
    padding: 30px;
    margin: 30px 0 0;
}

.credentials-demo-box p.credentials-demo-info {
    padding: 0;
    margin: 0;
}

.credentials-demo-box .credentials-demo-info span.heading-color {
    font-weight: 600;
}


/*--------------------------------------------------------------
# RadiantThemes Recent Post With Thumbnail
--------------------------------------------------------------*/

.rt-recent-post-with-thumbnail.element-one {
    margin-bottom: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
    position: relative;
    min-height: 85px;
    margin-bottom: 10px;
    padding-left: 105px;

    border-bottom: 1px #e2e2e2 solid;
    padding-bottom: 11px;
    padding-top: 12px;

}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child,
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 90px;
    border-radius: 0px;
    transition: .42s ease-out;
    -webkit-transition: .42s ease-out;
    transform: scale(1);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .title {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    letter-spacing: 0px;
    margin-top: 0px;
    text-transform: capitalize;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .title:hover {
    color: #0067DA;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
    text-transform: capitalize;
    color: #757575 !important;
}

.widget-area > .widget.widget_categories ul li {
    text-transform: capitalize;
}

.widget-area > .widget.widget_categories ul li:last-child {
    border-bottom: none;
}



/* FOR TOTAL LEFT PORTION BLOG CSS STARTS */



.profile .wraper_blog_main.default-page {
    padding-top: 0px;
    padding-bottom: 0;
}

.profile .wraper_blog_main.default-page .container.page-container {
    padding-top: 0px;
    padding-bottom: 80px;
}

@media (max-width:768px) {
    .wraper_blog_main {
        padding-top: 80px;
        padding-bottom: 45px;
    }
}

@media (max-width:480px) {
    .wraper_blog_main {
        padding-top: 56px;
        padding-bottom: 0;
    }
}

/* FOR TOTAL LEFT PORTION BLOG CSS ENDS */


/* FOR LEFT SIDE LEFT PORTION CSS STARTS */

.post.style-default {
    margin-bottom: 100px;
}

.post.style-default .entry-header {
    clear: both;
}

.post.style-default .entry-date-category {
    padding-top: 21px;
}

.post.style-default .entry-date-category .entry-meta .post-date-add .ti-calendar {
    margin-right: 15px;
}

.post.style-default .entry-date-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-default .entry-date-category ul li {
    float: left;
    margin-left: 4px;
}

.post.style-default .entry-date-category ul li a {
    color: #293949;
}

.post.style-default .entry-date-category ul li:first-child {
    margin-left: 0px;
}


.post.style-default .entry-date-category ul li span.category {
    text-align: left;
    width: 100%;
    /*display: flex;*/
}

.post.style-default .entry-date-category ul li a {
    float: left;
    margin-left: 15px;
}

.post.style-default .entry-date-category ul li a:first-child {
    margin-left: 0px;
}

.post.style-default .entry-date-category ul li a:last-child {
    color: #0065D5;
}

.post.style-default .entry-title {
    padding-top: 9px;
}

.post.style-default .entry-content {
    margin-top: -5px;
    width: 100%;
    overflow: hidden;
}

/* FOR LEFT SIDE LEFT PORTION CSS ENDS */



/* FOR LEFT BUTTON AREA CSS STARTS */

.post.style-default .entry-extra {
    margin-top: 22px;
}

.post.style-default .entry-extra-item .post-read-more {
    background: transparent;
    padding: 0px;
    text-align: left;
    /*overflow: hidden;*/
    width: 100%;
    top: 0px;
    left: 0;
}

.post.style-default .entry-extra-item .post-read-more .rt-circular-read-more i {
    float: left;
    background: #0065D5;
    padding-top: 14.5px;
    padding-bottom: 13px;
    padding-left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none !important;
    margin-top: 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    position: absolute;
}

.post.style-default .entry-extra-item .post-read-more .rt-circular-read-more i:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

/* FOR LEFT BUTTON AREA CSS ENDS */


/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.post.style-default .post-share {
    margin-top: -4px;
}

.post.style-default .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post.style-default .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}

.post.style-default .post-share ul li a {
    color: #293949 !important;
}

.post.style-default .post-share li.rt-social-share {
    font-size: 15px;
    color: #293949;
    font-weight: bold;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */


/* DEFAULT BLOG SIDEBAR CSS ENDS */


/* FOR BLOG DETAILS PAGE CSS STARTS */

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Single Page Style Default
--------------------------------------------------------------*/

.single .wraper_blog_main.style-one {
    background-color: initial;
}

.blog_single {
    margin-bottom: 40px;
    padding-right: 0px;
}

.post.single-post {
    margin-bottom: 23px;
}

.post.single-post > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-header {
    margin-top: -5px;
    margin-bottom: 0px;
}

.post.single-post .entry-header > *:last-child {
    margin-bottom: 13px !important;
}

.post.single-post .entry-header .entry-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    word-wrap: break-word;
    margin-top: -10px;
}

.post.single-post .entry-header .entry-title a {
    color: inherit;
}

.post.single-post .entry-meta {
    margin-bottom: 15px;
}

.post.single-post .entry-meta > .holder > .author-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    text-align: center;
}

.post.single-post .entry-meta > .holder > .author-image img {
    border-radius: 50%;
}

.post.single-post .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 13px;
    color: #757575;
    line-height: 25px;
    text-transform: normal;
}

.post.single-post .entry-meta > .holder > .data .meta > span i,
.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 7px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:after {
    content: "-";
    margin-left: 8px;
    margin-right: 6px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:last-child:after,
.post.single-post .entry-meta > .holder > .data .meta > span:only-child:after {
    display: none;
}

.post.single-post .entry-meta > .holder > .data .meta > span a {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post.single-post .post-thumbnail {
    position: relative;
    margin-bottom: 27px;
    border-radius: 0;
}

.post.single-post .entry-main {
    margin-bottom: 30px;
}

.post.single-post .entry-content > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-footer {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px #c5c5c5 solid;
    border-bottom: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 5px;
}

.post.single-post .entry-footer .cat-links {
    float: left;
    padding-right: 10px;
    border-right: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link {
    float: right;
    padding-left: 10px;
    border-left: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before {
    background-position: 0px 0px;
}

.post.single-post .entry-footer .comments-link:before {
    background-position: -30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a {
    color: #6c6c6c;
}

.post-tags {
    margin-top: 1px;
    margin-bottom: 30px;
    font-size: 0;
    width: 100%;
    /*max-width: 980px;*/
}

.post-tags .tags-title {
    display: none;
}

.post-tags a[rel="tag"] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 0px 10px;
    background: #ffffff;
    border: 1px solid #C0C0C0;
    border-radius: 0px;
    font-size: 13px;
    color: #222222;
    text-transform: capitalize;
    line-height: 25px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
    background: #0065D5;
    border: 1px solid #0065D5;
    border-radius: 0px;
    color: #ffffff !important;
    padding: 0px 10px;
}

/*.post-tags a[rel="tag"]:first-child {
	display: block;
	background: #0065D5;
	border: 1px solid #0065D5;
	border-radius: 10px;
	color:
	padding: 1px 10px;
}*/

.post-tags a[rel="tag"]:hover {
    opacity: 1;
}

.post-navigation,
.comment-navigation {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 0;
}

.post-navigation .nav-links,
.comment-navigation .nav-links {
    /*margin-left: -10px;
    margin-right: -10px;*/
}

.post-navigation .nav-links:after,
.comment-navigation .nav-links:after {
    content: " ";
    display: block;
    clear: both;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
    width: 47%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover,
.comment-navigation .nav-links .nav-previous:hover,
.comment-navigation .nav-links .nav-next:hover {
    background: #0067D9;
    color: #fff;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-previous a span {
    position: absolute;
    letter-spacing: 0.6px;
    padding-right: 20px;
    font-size: 14px;
    left: 0px;
    top: 35%;
}

.post-navigation .nav-links .nav-next a span,
.comment-navigation .nav-links .nav-next a span {
    position: absolute;
    letter-spacing: 0.6px;
    padding-left: 20px;
    font-size: 14px;
    right: 0px;
    top: 35%;
}


.post-navigation .nav-links .nav-previous a span:hover,
.post-navigation .nav-links .nav-next a span:hover,
.comment-navigation .nav-links .nav-previous a span:hover,
.comment-navigation .nav-links .nav-next a span:hover {
    color: #fff;
}

.post-navigation .nav-links .nav-next:hover a,
.comment-navigation .nav-links .nav-next:hover a {
    color: #fff;
}

.post-navigation .nav-links .nav-previous:hover a,
.comment-navigation .nav-links .nav-previous:hover a {
    color: #fff;
}


.post-navigation .nav-links .nav-previous a span:before,
.comment-navigation .nav-links .nav-previous a span:before {
    content: "\e64a";
}

.post-navigation .nav-links .nav-next a span:before,
.comment-navigation .nav-links .nav-next a span:before {
    content: "\e649";
}


.post-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-previous a strong {
    display: inline-block;
    font-family: 'Jost' !important;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 30px;
}

.post-navigation .nav-links .nav-next a strong,
.comment-navigation .nav-links .nav-next a strong {
    display: inline-block;
    font-family: 'Jost' !important;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 30px;
}



.post-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-previous {
    float: left;
    word-break: break-word;
}

.post-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a {
    text-align: left;
    padding-left: 35px;

}

.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-next {
    float: right;
    word-break: break-word;
    text-align: right;
}

.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a {
    text-align: right;
    padding-right: 35px;
}

.post-navigation .nav-links:before {
    content: "";
    width: 97%;
    height: 1px;
    background: #e4e4e4;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.comment-navigation .nav-links .nav-previous {
    text-align: left;
}

.comment-navigation .nav-links .nav-previous a:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.comment-navigation .nav-links .nav-next {
    text-align: right;
}

.comment-navigation .nav-links .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 8px;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
}

.author-bio {
    margin-bottom: 40px;
    background-color: #E7F1FB;
    padding: 30px !important;
    /*display: inline-block;*/
}

.author-bio > .holder {
    position: relative;
    padding-left: 140px;
    height: auto;
    min-height: 105px;
}

.author-bio > .holder > .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    text-align: center;
}

.author-bio > .holder > .pic img {
    width: 105px;
    height: 105px;
    /*box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #fff;
    border-radius: 50% !important;
}

.author-bio > .holder > .data {
    padding-top: 20px;
}

.author-bio > .holder > .data .title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    line-height: 28px;
    font-family: Jost;
}

.author-bio > .holder > .data .title span {
    /*font-size: 20px;
    font-weight: 400;*/
    color: #727272;
}

.author-bio > .holder > .data .title a {
    color: inherit;
}

.author-bio > .holder > .data .designation {
    margin-bottom: 8px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    display: none;
    font-weight: 600;
}

.author-bio > .holder > .data p:not(.designation):not(.title) {
    margin-bottom: 20px;
}

.comments-area {
    margin-top: 0px;
    padding-top: 43px;
    padding-bottom: 60px;
}

.comments-area .comments-title {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 30px !important;
}

.comments-area .comment-reply-title {
    margin-bottom: 10px;
    color: #222 !important;
    font-size: 20px !important;
    line-height: 30px !important;
}

.comments-area .comment-reply-title small a {
    color: inherit;
}

.comment-respond h3.comment-reply-title {
    font-size: 20px !important;
    line-height: 30px !important;
}

.comments-area ol.comment-list {
    margin-bottom: 0px;
    padding: 0 !important;
    /*background-color: #F9F9F9;*/
    padding: 30px 0px 0px 0px !important;
}

.comments-area ol.comment-list > li.thread-even,
.comments-area ol.comment-list > li.thread-odd {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 33px;
}

.comments-area ol.comment-list > li,
.comments-area ol.comment-list > li ol.children > li {
    list-style: none !important;
    text-align: left;
}

.comments-area ol.comment-list li .comment-body {
    position: relative;
    margin-bottom: 0;
    padding: 0px 0px 0px 95px;
}

.comments-area ol.comment-list li.pingback .comment-body {
    margin-bottom: 22px;
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li.trackback .comment-body {
    margin-bottom: 22px;
    margin-bottom: 30px;
    background: #fff;
    padding: 23px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta {
    margin-bottom: 12px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
    font-weight: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author a {
    color: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author cite {
    font-style: normal;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    width: 72px;
    border: 1px #fff solid;
    border-radius: 0;
    /*box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);*/
    border-radius: 50%;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
    font-weight: 400;
    font-size: 12px;
    color: #222;
    line-height: 22px;
}

.logged-in-as a {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #222;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
    color: #8A8A8A;
}

.comments-area ol.comment-list li .comment-respond {
    margin-bottom: 37px;
}

.comments-area ol.comment-list li .comment-content {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 28px;
}

.comments-area ol.comment-list li .comment-content > *:last-child {
    margin-bottom: 0 !important;
}

.comments-area ol.comment-list li .comment-content p {
    margin-bottom: 20px;
}

.comments-area ol.comment-list li .reply {
    position: absolute;
    top: 29px;
    left: 303px;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 14px;
    color: #181818 !important;
    line-height: 26px;
}

.comments-area ol.comment-list li .reply .comment-reply-link {
    color: inherit;
    font-size: 13px;
    line-height: 25px;
    /*padding: 11px 20px;*/
    text-transform: capitalize;
    color: #222;
    /*background: #0067DA;*/
    letter-spacing: 2px;
    font-weight: 600;
}

/*
.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: "\e72f";
    font-family: "themify";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}*/

.comments-area ol.comment-list li ol {
    padding-left: 94px;
}

.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}

.comments-area .comment-form > p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.comments-area .comment-form > p.form-submit {
    margin-bottom: 20px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

.comments-area .comment-form .comment-form-cookies-consent {
    margin-top: -10px;
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 7px 0 0;
}

.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email,
.comments-area .comment-form > p.comment-form-url {
    width: 33.33%;
    float: left;
}

.comments-area .comment-form > p label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.comments-area .comment-form > p.comment-form-cookies-consent label {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
}

.comments-area .comment-form > p .required {
    color: #f00000;
}

.comments-area .comment-form > p textarea {
    height: 120px;
    width: 100%;
    resize: none;
    border-radius: 0px;
}


/*
.tag-edge-case ul {
    padding-bottom: 20px;
}*/


body.page .comments-area {
    margin-top: 27px;
}


/** ========================
 *=================== LP Dashboard CSS Starts ===================
 ============================*/
.learn-press-profile-dashboard .profile-progress-status {
    padding: 0 20px;
    margin-bottom: 45px;
}

.learn-press-profile-dashboard .profile-progress-status .status-box {
    background: #fff;
    padding: 23px 20px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.learn-press-profile-dashboard .profile-progress-status h6.status-text {
    margin: 0;
    padding: 0;
}

.learn-press-profile-dashboard .profile-progress-status .status-number {
    font-size: 26px;
    font-weight: 600;
    color: #0067DA;
}

.learn-press-profile-dashboard .profile-courses-progress {
    width: 50%;
    float: left;
}

.learn-press-profile-dashboard p a {
    color: #0067DA !important;
}


.progress {
    height: 5px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.progress-bar {
    height: 5px !important;
    border-radius: 0px !important;
    background: #0067DA !important;
    box-shadow: none !important;
}

h3.profile-courses-heading {
    text-transform: capitalize;
}

.rt-course-progress .single-progress-bar h6.progress-title {
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
}

.curriculum-sections .progress-bg {
    border-radius: 0px !important;
    height: 5px !important;
    background: #DDD !important;
}

.curriculum-sections .progress-bg .progress-active {
    border-radius: 0px !important;
    height: 5px !important;
    background: #0067D9 !important;
}

.learn-press-subtab-content .rt-case-study-box.element-nine.style-4 .rt-case-study-box-item > .holder .data {
    padding: 20px 10px;
}


.learn-press-subtab-content .rt-case-study-box.element-nine.style-4 .rt-case-study-box-item > .holder .ciurse-fees-main {
    padding: 20px 10px;
}


#learn-press-profile-content .lp-tab-sections {
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    background-color: #f8f9f8;
    position: relative;
}

#learn-press-profile-content .lp-tab-sections .section-tab {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

#learn-press-profile-content .lp-tab-sections .section-tab.active span {
    border: none;
    color: #0067DA;
}

#learn-press-profile-content .lp-list-table thead tr th {
    background: #0067DA !important;
}

.learn-press-wishlist-courses .course {
    margin: 0 0 30px 0;
}


.learn-press-wishlist-courses h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 30px;
    margin: 0 !important;
    max-height: 100%;
    /* height: 100px;*/
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

#learn-press-profile-content .learn-press-form .form-fields .form-field textarea {
    height: 120px;
    resize: none;
    line-height: 26px;
}

#learn-press-profile-content .learn-press-form .form-fields .form-field select {
    border: 1px solid #d8dada;
    padding: 0 10px;
    line-height: 46px;
    height: 46px;
    width: 100%;
    color: #CDCECE;
}

#learn-press-user-profile #learn-press-profile-nav {
    width: 100%;
    background-color: #f8f9f8;
    border: none;
    padding: 0 30px 0 30px !important;
    margin-bottom: 30px;
}

#learn-press-user-profile #learn-press-profile-nav .tabs > li {
    float: left;
}

#learn-press-user-profile #learn-press-profile-content {
    width: 100% !important;
}

#learn-press-user-profile #learn-press-profile-content {
    width: 100% !important;
    float: none !important;
}

#learn-press-user-profile #learn-press-profile-nav:before {
    display: none;
}

#learn-press-user-profile .profile #learn-press-profile-header .lp-profile-avatar {
    position: static;
    bottom: auto;
    left: auto;
}


#learn-press-user-profile #learn-press-profile-header {
    overflow: hidden;
    height: auto;
    background: none;
    padding: 0 0 100px 0;
}

#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

#learn-press-user-profile #learn-press-profile-header .lp-profile-avatar img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
}

.lp-user-profile .profile-name {
    position: relative !important;
    left: 0 !important;
    font-size: 28px !important;
    text-align: left !important;
}


#learn-press-profile-nav .tabs > li ul {
    display: none !important;
}

#learn-press-profile-nav .tabs > li a {
    border-radius: 0;
    border: none;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 14px 0 !important;
    margin-right: 60px;
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background-color: #f8f9f8;
}

#learn-press-profile-nav .tabs > li a::before {
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #0067DA;
}


#learn-press-profile-nav .tabs > li.active a::before {
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #0067DA;
}


#learn-press-profile-nav .tabs > li:hover {
    background: none;
    color: #222 !important;
}

#learn-press-profile-nav .tabs > li.active a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: none !important;
    color: #222 !important;
}



#learn-press-profile-nav .tabs > li a:hover {
    background: none !important;
}

#learn-press-profile-nav .tabs > li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #0067DA;
    color: #222;
}

#learn-press-profile-nav .tabs > li:hover:not(.active) > a {
    background: none !important;
    color: #0067DA !important;
}

.learn-press-message .error {
    border-radius: 0px !important;
}

.learn-press-message:before {
    border-radius: 0px !important;
}

#learn-press-profile-content .learn-press-message {
    border-radius: 0px;
}

#learn-press-profile-content .learn-press-message:before {
    background: #0067DA;
    border-radius: 0px;
}

#learn-press-profile-content .lp-avatar-preview {
    width: 100% !important;
    height: 100% !important;
}

.courses-details-desc .nav .nav-item:last-child {
    margin-right: 0
}

.lp-profile-info .author-bio {
    padding: 20px 0;
    margin-bottom: 25px;
}

.lp-profile-info .author-career {
    padding: 0 0 20px 0;
}

.lp-profile-info .profile-author-meta .meta-item {
    margin-bottom: 14px;
}

.lp-profile-info .profile-author-meta .meta-item .author-phone-number,
.lp-profile-info .profile-author-meta .meta-item .author-email {
    font-weight: 600;
}

.lp-profile-info .profile-author-meta .meta-item span {
    float: left;
    text-transform: capitalize;
}

.lp-profile-info .author-social-networks .inner a {
    color: #333;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
    border: 0 !important;
    opacity: 1;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    float: left;
}


.learn-press-form .form-fields input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

.learn-press-form .form-fields .form-field .description {
    line-height: 28px !important;
}

/** ========================
 *=================== LP Dashboard CSS ENDS ===================
 ============================*/

/*--------------------------------------------------------------
# Single Page Style One
--------------------------------------------------------------*/

/* wraper_blog_banner style-one */

.wraper_blog_banner.style-one {
    position: relative;
    width: 100%;
    background: center top no-repeat #191919;
    background-size: cover;
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-one:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: " ";
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%);
}

.wraper_blog_banner.style-one .wraper_blog_banner_main {
    position: relative;
    width: 100%;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
    padding-top: 150px;
    padding-bottom: 100px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags {
    position: relative;
    width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #d7dbe4;
    line-height: 28px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/* wraper_blog_main style-one */

.checkout .wraper_blog_main {
    padding-top: 9px;
    padding-bottom: 0;
}

.checkout .container.page-container {
    padding-top: 0px;
}


.category .container.page-container {
    padding-top: 0px;
}

.wraper_blog_main.style-one {
    width: 100%;
    /*width: 96%;*/
    background-color: #ffffff;
}

.wraper_blog_main.style-one > .container {
    padding-top: 100px;
    padding-bottom: 35px;
}

.wraper_blog_main.style-one.clasic-box-layout {
    padding-top: 9px;
    padding-bottom: 40px;
}

.wraper_blog_main.style-one.clasic-box-layout > .container {
    /*padding-top: 148px;
    padding-bottom: 150px;*/

    padding-top: 0px;
    padding-bottom: 0px;
}

.wraper_blog_main.style-one .blog_single {
    margin-bottom: 0;
}

/* wraper_blog_navigation style-one */

.wraper_blog_navigation.style-one {
    width: 100%;
    max-width: 950px;
}

.wraper_blog_navigation.style-one > .container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link {
    position: relative;
    margin-bottom: 20px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous {
    padding-left: 42px;
    text-align: left;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next {
    padding-right: 42px;
    text-align: right;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon {
    position: absolute;
    top: 9px;
    z-index: 1;
    text-align: center;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow {
    position: relative;
    display: block;
    vertical-align: top;
    width: 25px;
    height: 1px;
    background-color: #222;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow > i {
    position: absolute;
    top: -8px;
    z-index: 1;
    font-size: 15px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon {
    left: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon > .icon-arrow > i {
    left: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon {
    right: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon > .icon-arrow > i {
    right: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next:hover > .icon > .icon-arrow {
    width: 32px;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    display: block;
    margin-top: 2px;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

/* wraper_blog_related_article style-one */

.wraper_blog_related.style-one {
    width: 100%;
}

.wraper_blog_related.style-one > .container {
    padding-top: 0;
    padding-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_title {
    margin-bottom: 51px;
    text-align: center;
}

.wraper_blog_related.style-one .blog_related_title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_title .title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item {
    margin-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder {
    position: relative;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic {
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic:before {
    content: " ";
    display: block;
    padding-top: calc((63 / 100) * 100%);
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic > .placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data {
    margin-bottom: 17px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date {
    margin-bottom: 6px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: #0d1d28;
    line-height: 22px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date i {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #0d1d28;
    line-height: 28px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title a {
    color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder:hover .pic {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}

/* wraper_blog_comments style-one */

.wraper_blog_comments.style-one {
    width: 100%;
    background-color: #f4f5f8;
    margin-bottom: 0px;
}

.wraper_blog_comments.style-one > .container {
    padding-top: 80px;
    padding-bottom: 90px;
}

/*--------------------------------------------------------------
# Single Page Style Two
--------------------------------------------------------------*/

/* wraper_blog_banner style-two */

.wraper_blog_banner.style-two {
    width: 100%;
    padding-top: 40px;
    /* wraper_blog_banner_image */
    /* wraper_blog_banner_main */
    /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-two .wraper_blog_banner_image {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container {
    padding-top: 60px;
    padding-bottom: 0;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container .blog_banner_image {
    padding-top: calc((45 / 100) * 100%);
    background: center top no-repeat #191919;
    background-size: cover;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main {
    width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags {
    width: 100%;
    border-bottom: 1px #ececec solid;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container {
    padding-top: 0;
    padding-bottom: 40px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
    margin-bottom: 20px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
    display: block;
    margin-top: 1px;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
    color: inherit;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
    content: ",";
    margin-right: 5px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
    display: none;
}

/*--------------------------------------------------------------
# Blog No Result Page
--------------------------------------------------------------*/
.category .radiantthemes_loadmore {
    margin-top: 16px;
}

.searchwp-live-search-results {
    border-radius: 0px !important
}

.no-results > .page-header {
    margin-top: -7px;
}

.radiantthemes-search-form {
    margin-top: 0px;
    position: relative;
    margin-bottom: 20px;
}

.radiantthemes-search-form .form-row input[type="search"] {
    vertical-align: top;
    width: 100%;
    height: 47px;
    padding: 0px 45px 0px 10px;
    background-color: #fff;
    border: 1px solid #d8dada;
    border-radius: 0px;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    line-height: 23px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-search-form .form-row input[type="search"]:focus {
    border-color: #afb1b1;
}

.radiantthemes-search-form .form-row button[type="submit"] {
    border-radius: 0;
    display: inline-block;
    padding: 8px 28px;
    letter-spacing: 0.8px;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0;
    position: absolute;
    right: 0%;
    bottom: 1px;
    border: none;
    background: transparent url(../images/blog-search-btn.png) no-repeat top right !important;
    color: transparent;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    font-weight: bold;
}

/*================================== RT-SIDEBAR Start ==================================*/

.rt-sidebar {
    margin: 0;
    padding: 0;
}

.rt-sidebar-bluebar {
    background: #0067DA;
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
}

.rt-sidebar-bluebar .rt-course-desc {
    padding: 12px 15px 12px 30px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
    line-height: 24px;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.rt-sidebar-bluebar .rt-course-value {
    padding: 12px 30px 12px 0;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    /*float: right;*/
    font-weight: bold;
    line-height: 24px;
    text-align: right;
}

.rt-sidebar-detail-grid-area {
    margin: 0;
    padding: 0;
}

.rt-sidebar-detail-box {
    margin: 0;
    padding: 20px 0 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #F6F6F6;
}

.rt-sidebar-detail-box:last-child {
    border-bottom: none;
}

.rt-sidebar-detail-box-left {
    color: #A1A0A0;
    text-transform: capitalize;
    /*font-size: 13px;*/
    float: left;
    letter-spacing: 1.2px;
}

.rt-sidebar-detail-box-left span {
    color: #222222;
    text-transform: capitalize;
    font-size: 13px;
    /*float: right;*/
    font-weight: 600;
}

.rt-sidebar-detail-box-right {
    float: right;
    text-align: right;
}

.rt-sidebar-detail-box-right img {
    border-radius: 0px;
}

.rt-archive-box {
    /*border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;*/
    background: #fff;
    padding: 23px 30px 30px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border: none !important;
    margin-top: 30px;
}

.rt-archive-box-1 {
    /*border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;*/
    background: #fff;
    padding: 9px 30px 16px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border: none !important;
    margin-top: 30px;
}

.rt-archive-box-2 {
    /*border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;*/
    background: #fff;
    padding: 23px 30px 20px 30px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border: none !important;
    margin-top: 30px;
}

.rt-archive-box h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
}

.rt-working-hr {
    font-size: 13px;
    line-height: 28px;
    color: #a2a2a2;
    padding: 0;
}

.rt-working-hr h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #222;
}

.rt-pane-section {
    border-bottom: 1px dashed #CDCECE;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.rt-pane-section p {
    margin: 0;
}

.rt-pane-section:last-child {
    border-bottom: none;
}

.rt-pane-section .rt-left-pane {
    float: left;
}

.rt-pane-section .rt-right-pane {
    float: right;
}

.rt-pane-section .rt-right-pane.closed {
    color: #D6E9FF;
    text-transform: uppercase;
    font-weight: 600;
}

.rt-archive-box select {
    border: 1px solid #E6E6E6;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    color: #CDCECE;
    width: 100%;
    border-radius: 0 !important;
}

.course-data img {
    float: left;
}

.course-data .course-author {
    float: left;
    padding: 14px 0 0 20px;
    font: normal 14px/28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: -10px;
}

.course-data .course-author span {
    display: block;
    width: 100%;
    color: #B9BABB;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.rt-course-category {
    text-align: center;
}

.course-category {
    text-align: center;
    display: inline-block;
    padding-top: 4px;
}


.course-category img {
    float: left;
    margin-top: 5px;
}

.course-category .course-category-head {
    float: left;
    padding: 0 0 0 20px;
    font: normal 14px/28px;
    font-weight: 500;
    text-transform: capitalize;
}

.course-category .course-category-head span {
    display: block;
    width: 100%;
    color: #B9BABB;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
}

.rt-course-ratings {
    padding-top: 1px;
    float: right;
}

.rt-course-ratings span {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}

.rt-course-ratings span.rt-rate-tag {
    text-align: right;
    display: inline-block;
    float: right;
    padding: 0 0 0 5px;
}

.course-data span.rt-rate-tag {
    text-align: right;
    display: inline-block;
    padding: 3px 0 0 5px;
}

.rt-course-ratings .post-ratings {
    font-size: 13px;
    line-height: 27px;
    font-weight: 500;
    color: #b9baba;
    /* margin-left: 24px;*/
}

.stm-lms-wishlist {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px !important;
    float: left;
    margin-left: 30px;
}

.rtlogin {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 22px 0 0 0 !important;
    float: right;
}

.rtlogin .lrm-login {
    float: right;
}

.rtlogin i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    padding-left: 1px;
    border: 1px solid #d8dada !important;
    border-radius: 0;
    text-align: center;
    line-height: 30px;
    color: #ff1f59 !important;
    font-size: 15px;
    opacity: 1;
    transition: .3s ease;
}


.rtlogin span {
    color: #222 !important;
    font-size: 15px !important;
    /*font-weight: 600 !important;*/
    padding-left: 10px;
}

.stm-lms-wishlist i.fa-heart:before {
    color: #ff0000;
}

.stm-lms-wishlist span {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-left: 10px;
    text-transform: capitalize;
    letter-spacing: normal;
}

.rt-buy-course {
    float: right;
}


/*CheckOut*/

#learn-press-course-tabs .course-tab-panel.active {
    width: 100%;
}


.learnpress-page .learn-press-form h4 {
    font-weight: 600;
}

#learn-press-checkout-login,
#learn-press-checkout-register {
    border: none !important;
    padding: 0 !important;
}

.learnpress .checkout-form-login-toggle,
.checkout-form-register-toggle {
    color: #fff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #0067DA;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*
#learn-press-checkout-login a {
    border: 0 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: 0.8px !important;
}*/


.page-template-default .entry-content ul li {
    padding-left: 0px !important;
    list-style-type: none;
    margin-bottom: 10px;
    margin-bottom: 10px;
}


.learnpress button {
    background: #0067DA;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    padding: 0 30px;
    border: none;
    color: #fff;
    border-radius: 0px;
}

.learn-press-form .form-fields .form-field .description {
    font-style: normal !important;
}

.learn-press-form .form-fields .form-field input[type="text"],
.learn-press-form .form-fields .form-field input[type="email"],
.learn-press-form .form-fields .form-field input[type="number"],
.learn-press-form .form-fields .form-field input[type="password"],
.learn-press-form .form-fields .form-field select {
    border: 1px solid #d8dada;
    padding: 0 10px;
    line-height: 46px;
    height: 46px;
    color: #CDCECE;
    width: 100%;
    border-radius: 0px;
}

.learn-press-form .form-fields .form-field textarea {
    height: 125px;
    line-height: 26px;
    resize: none;
    border: 1px solid #d8dada;
    padding: 0 10px;
    color: #CDCECE;
    width: 100%;
    border-radius: 0px;
}



#checkout-form-login h3,
#checkout-form-register h3 {
    line-height: 30px !important;
    font-weight: 800 !important;
    margin-bottom: 0 !important;
    font-size: 20px !important;
}

#checkout-form-login .learn-press-form-login {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 50px 50px 17px 50px;
}

#checkout-form-register .learn-press-form-register {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 50px;
}


/*CheckOut*/

#course-item-content-header {
    top: 0;
    left: 0;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    z-index: 100;
    padding: 0;
}



#course-item-content-header .course-title a {
    color: #inherit;
}

#course-item-content-header {
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ddd !important;
}

#learn-press-content-item #course-item-content-header .course-item-search {
    width: 340px !important;
}

#learn-press-content-item #course-item-content-header .course-item-search input {
    width: 100% !important;
}

#course-item-content-header .course-item-search input {
    height: 45px !important;
    padding: 0 !important;
    margin-top: -7.5px !important;
    background: #f9f9f9 !important;
    font-style: normal !important;
    color: #222 !important;
}

.course-curriculum ul.curriculum-sections {
    padding: 0px 0 0px 0 !important;
}

.course-curriculum ul.curriculum-sections li {
    padding: 13px 0 2px 0 !important;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans {
    padding: 0 !important;
}

.course-curriculum ul.curriculum-sections .section-content .course-item {
    padding: 2px 15px 2px 06px !important;
    background: #ffffff !important;
}

.course-curriculum ul.curriculum-sections .section-header .section-title {
    font-weight: normal !important;
    margin-bottom: 16px !important;
    font-size: 18px !important;
    padding: 0px 0 !important;
    line-height: 14px !important;
}

body.course-item-popup #learn-press-content-item .course-item-title {
    font-size: 22px !important;
    line-height: 50px !important;
    font-weight: 500 !important;
}

#course-item-content-header .course-title {
    font-size: 20px !important;
    padding: 0 0 0 60px !important;
}

#course-item-content-header .toggle-content-item::before {
    color: #222222 !important;
    font-family: "Themify" !important;
    content: "\e659" !important;

}

body.course-item-popup #learn-press-course-curriculum .course-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.course-item-popup .content-item-summary > h3 {
    margin-bottom: 11px !important;
}

body.full-screen-content-item #course-item-content-header .toggle-content-item::before {
    font-family: "Themify" !important;
    content: "\e676" !important;
}

/*================================== RT-SIDEBAR End ==================================*/

/*================================== COURSE TAB INSTRUCTOR START ==================================*/

.instructor-name {
    font-size: 20px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 600;
    margin-top: 22px;
}

.instructor-designation {
    font-size: 15px;
    text-transform: capitalize;
    color: #BEBEBE;
    font-weight: 400;
    margin-bottom: 16px;
}

.instructor-mail {
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}

.instructor-mail a {
    color: #0067DA;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0;
}

.instructor-website {
    font-size: 13px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: -15px;
}

.instructor-website a {
    color: #0067DA;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0;
}

.instructor-social-icon {
    margin-top: 20px;
}

.instructor-social-icon ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.instructor-social-icon ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.instructor-social-icon ul li a {
    margin-left: 20px;
    font-size: 20px;
    color: #8C8C8C;
}

.instructor-social-icon ul li:first-child a {
    margin-left: 0;
}

.instrctor-name-big {
    font-size: 35px;
    color: #222222;
    font-weight: 600;
}

.instructor-devider {
    border-bottom: 1px dotted #8C8C8C;
    margin-top: 23px;
    margin-bottom: 22px;
}

.instructor-devider-course {
    border-bottom: 1px dotted #8C8C8C;
    margin-top: 16px;
    margin-bottom: 0px;
}

.instructor-about-heading {
    font-size: 20px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}

.instructor-courses-heading {
    font-size: 20px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}

.instructor-about-details {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 16px;
}

.teacher-courses {
    margin-top: 15px;
}

.teacher-courses .rt-case-study-box-item {
    padding-top: 0 !important;
}

@media (min-width: 1200px) {
    .course-author .col-md-5 {
        width: 39.666667%;
    }

    .course-author .col-md-7 {
        width: 60.333333%;
    }
}

/*================================== COURSE TAB INSTRUCTOR END ==================================*/

/*@media screen and (max-width: 1024px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 43%;
	}
}

@media screen and (max-width: 768px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 46%;
	}
}

@media screen and (max-width: 480px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 21.5%;
	}
}

@media screen and (max-width: 420px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 9%;
	}
}

@media screen and (max-width: 384px) {
	.radiantthemes-search-form .form-row button[type="submit"] {
		right: 0%;
	}
}*/

/* FOR BLOG DETAILS PAGE CSS ENDS */



/* PAGINATION CSS STARTS */

/*--------------------------------------------------------------
# Pagination / WooCommerce Pagination
--------------------------------------------------------------*/
.post-type-archive .pagination,
.woocommerce nav.woocommerce-pagination {
    padding: 0 !important;
}

.pagination {
    display: block !important;
    padding: 0;
    border-radius: 0;
    text-align: center;
    /*padding: 20px 0;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    width: 36%;*/
    margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination {
    display: block !important;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
    padding-top: 24px;
    margin-bottom: 0px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    padding: 20px 25px;
}

.pagination > * {
    display: inline-block !important;
    float: none;
    min-width: 0px;
    padding: 6px 16px;
    font-size: 17px;
    vertical-align: middle;
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
    margin: 0px 4px;
    border: none;
}

/*.pagination > * {
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #222 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 4px !important;
    width: 30px;
    height: 30px;
}*/
.blog_main .pagination ul.page-numbers {
    padding: 20px 20px !important;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.blog_main .pagination ul li {
    display: inline-block !important;
    vertical-align: top;
    float: none;
    margin: 0px 4px;
    border: none;
}

.blog_main .pagination ul.page-numbers li span {
    display: block;
}

.blog_main .pagination ul.page-numbers li span.current {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #0065D5 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
}

.blog_main .pagination ul.page-numbers li a {
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    font-size: 15px !important;
    color: #222 !important;
    width: 30px;
    line-height: 30px;
    display: block;
}

.blog_main .pagination ul li span {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #F9F9F9 !important;
}

.wraper_blog_main.style-one.clasic-box-layout .pagination {
    padding-top: 0;
    margin-bottom: 42px;
    width: 100%;
    overflow: hidden;
}


.woocommerce nav.woocommerce-pagination ul li a {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #231834;
    background: none !important;
    padding: 8px 16px;
    border-radius: 50%;
    border: 1px #d7dcdb solid;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li span {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0;
    /*margin: 0 4px !important;*/
    width: 30px;
    height: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    border: none;
    display: inline-block;
    padding: 0 !important;
    background: #F9F9F9 !important;
    color: #222 !important;
    width: 30px !important;

}

/*.woocommerce nav.woocommerce-pagination ul li span{
  padding: 0px;
}*/

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #0065D5;
    /*border: 1px solid;*/
}

#woocommerce_price_filter-2 h3.widget-title {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    text-align: center;
    font-weight: 500;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #0065D5 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 4px !important;
    width: auto;
    height: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a {
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 30px;
    background: #F9F9F9;
    color: #222 !important;
    width: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
    color: #0065D5 !important;
}


.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #0065D5 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 4px !important;
    width: 30px;
    height: 30px;
}

.woocommerce ul#shipping_method li {
    list-style: none outside !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
    display: block;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    text-align: center;
    margin: 10px 5px 0 5px;
    width: auto;
    float: none;
}

.pagination > * svg {
    stroke: #010101;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.pagination > *:hover svg {
    transform: translateY(20px);
}

.pagination > * .animated-arrow {
    /*display: none;*/
    /*width: 50px;*/
    /*height: 19px;*/
    /*margin-top: -2px;*/
    /*margin-right: -8px;*/
    /*overflow: hidden;*/
}

.pagination > * .animated-arrow svg {
    stroke: #010101;
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: translateX(-15px) rotate(-90deg);
}

.pagination > *:hover .animated-arrow svg {
    transform: translateX(-10px) rotate(-90deg);
}

.pagination > *:hover {
    color: #0065D5 !important;
    box-shadow: none;
}

/*.pagination > a:focus, a:hover{
	color:#ff5f63 !important;
}*/



.pagination > *.current {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #1a1c26;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #0065D5 !important;
    font-size: 15px !important;
    line-height: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
}



/*.pagination > *.prev,
.pagination > *.next {
  display: none !important;
  margin: 0px 0px 0px 0px;
  width: 80px;
  margin-left: 0px;
  padding: 9px 0;
  border:none;
}*/
.pagination > *.next {
    display: inline-block !important;
    margin: 0px;
    width: auto;
    padding: 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
    background: #F9F9F9;
    color: #222 !important;
    width: 30px;
}

.pagination > *.prev {
    display: inline-block !important;
    margin: 0px;
    width: auto;
    padding: 0;
    border: none;
    position: relative;
    left: 0;
    right: auto;
    background: #F9F9F9;
    color: #222 !important;
    width: 30px;
}


.pagination .next span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #222;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .next:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    /*background: #ff5f63;*/
    margin-left: 10px;
}

.pagination .next span.animated-arrow .ti-arrow-right {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination .prev span.animated-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #222;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination .prev:hover span.animated-arrow {
    width: 35px;
    left: 0;
    right: auto;
    /*background: #ff5f63;*/
    margin-left: 10px;
}

.pagination .prev span.animated-arrow .ti-arrow-left {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
    font-size: 15px;
}

.pagination > .next span.ti-arrow-right {
    vertical-align: middle;
    padding-left: 5px;
    position: relative;
    top: -2px;
}

.pagination > .prev span.ti-arrow-left {
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
    top: -1px;
}


.learn-press-nav-items {
    text-align: center;
    padding: 30px 0 0 0;
}

.learn-press-nav-items .learn-press-pagination {
    width: 100%;
    overflow: hidden;
}

.learn-press-nav-items .learn-press-pagination .page-numbers > li span {
    list-style-type: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0px;
    padding: 9px;
    background: none;
}

.learn-press-nav-items .learn-press-pagination .page-numbers > li a {
    list-style-type: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-align: center;
    font-weight: 500;
    color: #222;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0px;
    padding: 9px;
    background: none;
}


.learn-press-pagination .page-numbers > li span.current {
    color: #0065D5 !important;
    border: none;
    background-color: #fff;
}

.learn-press-pagination .page-numbers > li a:hover {
    color: #0065D5 !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .pagination {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:321px) and (max-width:479px) {
    .pagination {
        width: auto;
        margin-bottom: 50px;
    }

    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next,
    .comment-navigation .nav-links .nav-previous,
    .comment-navigation .nav-links .nav-next {
        width: 47%;
        padding-left: 10px;
        padding-right: 10px;
        padding: 13px 10px;
        box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    .post-navigation .nav-links .nav-previous a,
    .post-navigation .nav-links .nav-next a,
    .comment-navigation .nav-links .nav-previous a,
    .comment-navigation .nav-links .nav-next a {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width:320px) {
    .pagination {
        width: auto;
        margin-bottom: 50px;
    }
}


/* PAGINATION CSS ENDS */

/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/


.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    overflow: hidden !important;
}



/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    padding-left: 24px !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    top: 5px;
}

/* wraper_shop_main */

.wraper_shop_main {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding: 100px 0 0 0;*/
}

.wraper_shop_main > .container {
    padding-top: 96px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .wraper_shop_main > .container {
        padding-top: 65px;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 480px) {
    .wraper_shop_main > .container {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.inner_banner_breadcrumb #crumbs {
    color: #222 !important;
    font-size: 15px !important;
    font-family: 'Lato' !important;
}

.inner_banner_breadcrumb #crumbs a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.inner_banner_breadcrumb #crumbs a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.inner_banner_breadcrumb #crumbs a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.inner_banner_breadcrumb #crumbs a:hover {

    color: #0067DA;
}


/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/

.woocommerce .woocommerce-products-header {
    /*margin-bottom: 20px;*/
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;

}

.woocommerce .woocommerce-ordering {
    border-radius: 0px !important;
}

.woocommerce .woocommerce-ordering select {
    /*height: 46px;*/
    padding-left: 0;
    border: 1px #e2e2e2 solid;
    font-size: 13px;
    border-radius: 0px !important;
}

.radiantthemes-shop {
    margin-top: 10px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: -15px;
}

.radiantthemes-shop:after {
    display: block;
    content: " ";
    clear: both;
}

.radiantthemes-shop > .radiantthemes-shop-box {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 33.33%;
}

.radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 25%;
}

.radiantthemes-shop.five-column > .radiantthemes-shop-box {
    width: 20%;
}

.radiantthemes-shop.six-column > .radiantthemes-shop-box {
    width: 16.66%;
}

/*--------------------------------------------------------------
# Shop Box (Style One)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-one {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-one > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-one > .holder > .onsale {
    top: -10px;
    left: -10px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #333 !important;
    color: #fff !important;
}

.radiantthemes-shop-box.style-one > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-one > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-one > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .added_to_cart {
    width: 100%;
    float: left;
    padding: 8px 10px 9px 10px;
    background-color: #353434;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 25px;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-one > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-one > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-one > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Two)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-two {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-two > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-two > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
}

.radiantthemes-shop-box.style-two > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-two > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    width: 55px;
    height: 50px;
    float: left;
    padding: 8px 10px 8px 10px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ3Mi4zMzcgNDcyLjMzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcyLjMzNyA0NzIuMzM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM5Ni4wNjEsMTE2LjU3N2gtNzYuMzc3VjkxLjcxNUMzMTkuNjg0LDQxLjE0MywyNzguNTQzLDAsMjI3Ljk2OSwwYy01MC41NzMsMC05MS43MTMsNDEuMTQzLTkxLjcxMyw5MS43MTV2MjQuODYySDcwLjQ1ICAgYy01LjU0OSwwLTEwLjA1LDQuNDk3LTEwLjA1LDEwLjA1TDMuOTE0LDQ2Mi4yODRjMCw1LjU1NCw0LjQ5NywxMC4wNTMsMTAuMDU1LDEwLjA1M2g0NDQuMzk3YzUuNTU0LDAsMTAuMDU3LTQuNDk5LDEwLjA1Ny0xMC4wNTMgICBsLTYyLjMxLTMzNS42NTdDNDA2LjExMywxMjEuMDczLDQwMS42MTQsMTE2LjU3NywzOTYuMDYxLDExNi41Nzd6IE0xNTYuMzUyLDkxLjcxNWMwLTM5LjQ5LDMyLjEzLTcxLjYxNCw3MS42MTItNzEuNjE0ICAgYzM5LjQ5LDAsNzEuNjE4LDMyLjEzLDcxLjYxOCw3MS42MTR2MjQuODYyaC0xNDMuMjNWOTEuNzE1eiBNNDQ4LjMyMiw0NTIuMjM1SDI0LjAxNWw1Ni40NzktMzE1LjU2Mmg1NS43NTN2NDQuMjU4ICAgYy00Ljg0OSwzLjI0Ni04LjAzNyw4Ljc2NS04LjAzNywxNS4wMzVjMCw5Ljk4OCw4LjA5LDE4LjA5LDE4LjA4NywxOC4wOWM5Ljk4NSwwLDE4LjA5LTguMDk1LDE4LjA5LTE4LjA5ICAgYzAtNi4yNzUtMy4xOTctMTEuNzg5LTguMDQ0LTE1LjAzNXYtNDQuMjU4aDE0My4yNDR2NDQuMjU4Yy00Ljg0OSwzLjI0Ni04LjA0MSw4Ljc2NS04LjA0MSwxNS4wMzUgICBjMCw5Ljk4OCw4LjA5MywxOC4wOSwxOC4wOSwxOC4wOWM5Ljk4NywwLDE4LjA4OS04LjA5NSwxOC4wODktMTguMDljMC02LjI3NS0zLjIwMS0xMS43ODktOC4wNDYtMTUuMDM1di00NC4yNThoNjYuMzI5ICAgTDQ0OC4zMjIsNDUyLjIzNXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position: center center;
    background-color: #373636;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border-radius: 0;
    font-size: 0;
    color: #fff;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    background-image: none;
    opacity: 1;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added:after {
    position: absolute;
    top: 14px;
    right: 17px;
    margin: 0;
    font-size: 20px;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
    display: none;
}

.radiantthemes-shop-box.style-two > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-two > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-two > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #828080;
    line-height: 28px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Three)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-three {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-three > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-three > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-three > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-three > .holder > .data {
    text-align: left;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale {
    position: static;
    float: right;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-three > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    color: #232222;
    line-height: 25px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box .star-rating {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data .price {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #828080;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data .price {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.radiantthemes-shop-box.style-three > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-three > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons {
    position: absolute;
    top: -1px;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data > .info-box > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button,
.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-bottom: 1px #a9a9a9 solid;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 20px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -22px;
}

/*--------------------------------------------------------------
# Shop Box (Style Four)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-four {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-four > .holder {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.radiantthemes-shop-box.style-four > .holder > .onsale {
    top: 25px;
    left: auto;
    right: 20px;
    min-width: initial;
    min-height: initial;
    margin: 0;
    padding: 0;
    background-color: initial;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .onsale {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .onsale:before {
    margin-right: 6px;
    content: "\f02c";
    font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-four > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-four > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((123 / 100) * 100%);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 2;
    text-align: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info {
    top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    color: #393737;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info ul.product-category {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:after {
    content: "and";
    margin-left: 3px;
    margin-right: 1px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:last-child:after,
.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:only-child:after {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li a {
    color: inherit;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .action-buttons {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .added_to_cart {
    padding: 0;
    background-color: initial;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: -1px;
    right: -20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .secondary-info {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #030712;
    line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price ins {
    font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Five)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-five {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-five > .holder {
    position: relative;
    border: 1px #f2f0f0 solid;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.radiantthemes-shop-box.style-five > .holder > .onsale {
    top: 10px;
    left: auto;
    right: 10px;
    width: 60px;
    min-width: initial;
    height: 60px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    line-height: 50px;
}

.radiantthemes-shop-box.style-five > .holder > .pic {
    position: relative;
    overflow: hidden;
}

.radiantthemes-shop-box.style-five > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-five > .holder > .data {
    padding: 22px 20px 0px 20px;
    text-align: left;
}

.radiantthemes-shop-box.style-five > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #232222;
    line-height: 28px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-five > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-five > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #232222;
    line-height: 23px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons {
    margin-top: 22px;
    border-top: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button,
.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .added_to_cart {
    display: block;
    padding: 10px 0px 11px 0px;
    background-color: initial;
    border-radius: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    color: #393737;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button:before {
    margin-right: 10px;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 112%;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 0;
}

/*--------------------------------------------------------------
# Shop Box (Style Six)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-six {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-six > .holder {
    position: relative;
    text-align: center;
}

.radiantthemes-shop-box.style-six > .holder > .onsale {
    top: 10px;
    left: 10px;
    width: 44px;
    min-width: initial;
    height: 44px;
    min-height: initial;
    margin: 0;
    /* padding: 5px; */
    background-color: #fff;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: #222;
    line-height: 44px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.radiantthemes-shop-box.style-six > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: calc((130 / 100) * 100%);
    /* background: #F8F8F8;*/
}

.radiantthemes-shop-box.style-six > .holder > .pic > .product-image {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transform: perspective(1px) translateZ(0);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.radiantthemes-shop-box.style-six:hover .holder > .pic > .product-image {
    transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.radiantthemes-shop-box.style-six > .holder > .pic > .overlay {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
}


.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons {
    pointer-events: all;
    /* position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;*/

    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 15px;
    font-size: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 5px !important;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    color: #333;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    /*border-radius: 50%;*/
    border-radius: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 !important;
    margin: 0 3px 10px 3px !important;
    border: 0 !important;
    font-size: 0 !important;
    opacity: 0;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    color: #fff;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:before {
    /*font-family: "FontAwesome";*/
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 40px;

}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button {
    display: block !important;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > .add_to_wishlist {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .wooscp-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosq-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .radiantthemes-cart-border,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .woosw-btn {
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.yith-wcqv-button {
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s,
        transform 0.3s ease-in-out 0.2s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    transition: opacity 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
    -webkit-transition: opacity 0.3s ease-in-out 0.4s,
        transform 0.3s ease-in-out 0.4s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
    top: 10px;
    right: 10px;
    font-size: 25px;
    opacity: 0.5;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.add_to_cart_button:before {
    content: "\e60d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.product_type_grouped:before {
    content: "\e63d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .radiantthemes-cart-border:before {
    content: "\e60d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .wooscp-btn:before {
    content: "\e62f";
}


.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .woosw-btn:before {
    content: "\e634";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .woosq-btn:before {
    content: "\e610";
}





.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.yith-wcqv-button:before {
    content: "\e610";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .yith-wcwl-add-to-wishlist:before {
    content: "\e634";
}

.radiantthemes-shop-box.style-six > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #222;
    line-height: 30px;
    letter-spacing: initial;
}

.radiantthemes-shop-box.style-six > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-six > .holder > .data .price {
    color: #0067DA;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .wooscp-btn,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .woosq-btn,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .woosw-btn,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .radiantthemes-cart-border,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.add_to_cart_inline .radiantthemes-cart-border {
    border: 0px;
    border-radius: 0px;
    background: #0067DA;
    border: none;
    padding: 11px 42px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
}


.woocommerce-page div.product div.summary > .wooscp-btn,
.woocommerce-page div.product div.summary > .woosw-btn {
    position: relative;
    display: block;
    color: #333;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .07);
    border-radius: 0;
    height: 40px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    margin: 0 15px 10px 0 !important;
    border: 0 !important;
    font-size: 0 !important;
    opacity: 1;
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    float: left;
}

.woocommerce-page div.product div.summary > .wooscp-btn:before {
    content: "\e60d";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
}

.woocommerce-page div.product div.summary > .woosw-btn:before {
    content: "\e62f";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
}


.action-buttons button.radiantthemes-cart-border a {
    font-size: 100%;
    margin: 0;
    line-height: 40px;
    cursor: pointer;
    top: 0;
    position: absolute;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    background: none;
    left: auto;
    color: #515151;
    width: 40px;
    height: 40px;
    border: 0;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.action-buttons button.radiantthemes-cart-border a:hover {
    background: none;
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
    background: #0065D5 !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
}

.wooscp-btn.wooscp-btn-added:before {
    margin: 0 !important;
}

.woosw-btn.woosw-added:before {
    margin: 0 !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-add_to_cart td p a,
.wooscp_table tbody tr.tr-add_to_cart td p a {
    font-size: 13px !important;
    border: none !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: none !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover td {
    background: none !important;
}

/*--------------------------------------------------------------
# Shop Box (Style Seven)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-seven {
    margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-seven > .holder {
    position: relative;
    text-align: left;
}

.radiantthemes-shop-box.style-seven > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
}

.radiantthemes-shop-box.style-seven > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .overlay {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    background-color: rgba(36, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 40px 9px 25px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button:after {
    content: "\e628";
    font-size: 14px;
    color: #000;
    position: absolute;
    margin: 5px 0 0 5px;
    transition: 0.3s;
    border: none;
    padding: 0;
    font-family: "themify";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price ins {
    font-weight: inherit;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .product-image {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .action-buttons {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Eight)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-eight {
    margin-bottom: 17px !important;
}

.radiantthemes-shop-box.style-eight > .holder {
    position: relative;
    text-align: left;
}

.radiantthemes-shop-box.style-eight > .holder > .onsale {
    top: 15px;
    left: 15px;
    width: 50px;
    min-width: initial;
    height: 50px;
    min-height: initial;
    margin: 0;
    padding: 5px;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.radiantthemes-shop-box.style-eight > .holder > .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic:before {
    content: " ";
    display: block;
    padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .product-image {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 10px;
    transform: translate(0%, -10%);
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}


.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width:1300px) and (min-width:992px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: -30px;
    }

    .wraper_blog_main.style-one.clasic-box-layout > .container {
        padding: 0 15px;
    }

    .wraper_blog_main.style-default .container {
        padding: 0 15px 60px 15px;
    }

    .wraper_blog_main.style-one.clasic-box-layout .container {
        padding: 0 15px;
    }

    .blog .container {
        padding: 0 15px;
    }

    .wraper_blog_main .container {
        padding: 0 15px;
    }

    .wraper_shop_main .container {
        padding: 0 15px;
    }

    .wraper_shop_single.style-one .container {
        padding: 0 15px;
    }

    #rt-contact-two-form {
        position: relative;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .wraper_header.style-default .wraper_header_main > .container {
        padding: 0 15px;
    }

    .wraper_inner_banner_main > .container {
        padding: 0 15px;
    }

    /* .search-no-results .wraper_blog_main.style-default {
        padding-top: 100px;
    }*/
}

@media only screen and (max-width:991px) and (min-width:768px) {

    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: -78px;
    }

    .wraper_blog_main.style-one.clasic-box-layout > .container {
        padding: 0 15px;
    }

    .wraper_blog_main.style-default .container {
        padding: 100px 15px 0 15px;
    }

    .wraper_blog_main.style-one.clasic-box-layout .container {
        padding: 0 15px;
    }

    .blog .container {
        padding: 0 15px;
    }

    .wraper_blog_main .container {
        padding: 0 15px;
    }

    .wraper_shop_main .container {
        padding: 100px 15px 0;
    }

    .wraper_shop_single.style-one .container {
        padding: 0 15px;
    }

    .wraper_inner_banner_main > .container {
        padding: 0 15px;
    }

    .wraper_header.style-default .wraper_header_main > .container {
        padding: 0 15px;
    }

    /*  .search-no-results .wraper_blog_main.style-default {
        padding-top: 100px;
    }*/
}

@media only screen and (max-width:767px) {
    .wraper_blog_main.style-one.clasic-box-layout > .container {
        padding: 0 15px;
    }

    .wraper_blog_main.style-default .container {
        padding: 0px 15px 60px 15px;
    }

    .wraper_blog_main.style-one.clasic-box-layout .container {
        padding: 0 15px;
    }

    .blog .container {
        padding: 0 15px;
    }

    .wraper_blog_main .container {
        padding: 0 15px;
    }

    .wraper_shop_main .container {
        padding: 90px 15px 50px 15px;
    }

    .wraper_shop_single.style-one .container {
        padding: 0 15px;
    }

    .radiantthemes-shop {
        margin-bottom: 60px;
    }

    #course-input-search input[type="text"] {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #course-input-search input[type=submit] {
        position: relative !important;
        width: 100%;
        border-radius: 0px;
    }

    #rt-contact-two-form {
        position: relative;
        top: 0;
        right: 0;
        z-index: 9;
    }

    .category .learnpress button {
        height: auto;
        line-height: normal;
    }

    .wraper_header.style-default .wraper_header_main > .container {
        padding: 0 15px;
    }

    .wraper_inner_banner_main > .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width:767px) and (min-width:720px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 14%;
    }
}

@media only screen and (max-width:719px) and (min-width:675px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 10%;
    }
}

@media only screen and (max-width:674px) and (min-width:650px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 8%;
    }
}

@media only screen and (max-width:649px) and (min-width:620px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 6%;
    }
}

@media only screen and (max-width:619px) and (min-width:595px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 4%;
    }
}

@media only screen and (max-width:594px) and (min-width:480px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 0%;
    }
}

@media only screen and (max-width:414px) {

    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 14.5%;
    }
}

@media only screen and (max-width:375px) {

    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
        top: 10.5%
    }
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 25px 9px 25px;
    background-color: #0065D5;
    border-radius: 0;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    line-height: 25px;
    /*margin-bottom: 20px;*/
    border: 1px solid #0065D5;
    border-radius: 45px;
    text-transform: capitalize;
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button {
        width: auto;
        float: none;
        padding: 6px 12px;
        background-color: #0065D5;
        border-radius: 0;
        font-weight: bold;
        font-size: 15px;
        color: #ffffff;
        line-height: 25px;
        margin-bottom: 20px;
        border: 1px solid #0065D5;
        border-radius: 45px;
    }
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
    opacity: 0;
    visibility: visible;
    transform: translate(0, 0%);
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    border-radius: 5px;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
    width: auto;
    float: none;
    padding: 8px 5px 9px 5px;
    background-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    /*margin-bottom: 20px;*/
    border: 1px solid #000;
    border-radius: 4px;
}


.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.added {
    display: none;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading {
    opacity: 1;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading:after {
    top: 8px;
    right: 10px;
}

.radiantthemes-shop-box.style-eight > .holder > .data {
    text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .woocommerce-loop-product__title {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 15px;
    color: #191818;
    line-height: 28px !important;
    letter-spacing: 0.6px;
    text-align: center;
    margin-top: 18px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .star-rating {
    display: inline-block;
    vertical-align: top;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #191818;
    line-height: 36px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price del {
    margin-right: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price ins {
    font-weight: inherit;
}

/*.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}*/


.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .action-buttons > .radiantthemes-cart-border {
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    opacity: 1;
    visibility: visible;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #0065D5 !important;
    border: 1px solid #0065D5 !important;
    color: #fff !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #0065D5 !important;
    border: 1px solid #0065D5 !important;
    color: #fff !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding: 20px 0;
}

.woocommerce button.button[name="update_cart"] {
    background: #0067DA !important;
    border: 1px solid #0067DA !important;
    padding: 15px 35px !important;
    text-transform: capitalize !important;
}

.woocommerce button.button[name="update_cart"]:hover {
    background: #0067DA !important;
    border: 1px solid #0067DA !important;
}

.woocommerce #payment #place_order {
    background: #0065D5 !important;
    border: 1px solid #0065D5 !important;
    padding: 15px 35px !important;
    text-transform: capitalize !important;
    border-radius: 0px !important;
}

.woocommerce #payment #place_order:hover {
    background: #0065D5 !important;
    border: 1px solid #0065D5 !important;
    border-radius: 0px !important;
}

.shop_single > .summary form.cart .button {
    background: #0067DA !important;
    border: none !important;
    padding: 11px 25px 11px 25px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-radius: 0px !important;
}

.shop_single > .summary form.cart .hover {
    background: #403f41 !important;
    border: 1px solid #000 !important;
}

.woocommerce div.product.shop_single:not(.shop_related) {
    background: #fff;
    padding: 70px 40px 5px 40px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border: none !important;
    margin-top: 100px;
    overflow: hidden;
}

.woocommerce div.product form.cart {
    margin-bottom: 18px;
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    line-height: 35px;
}


.page-template-default .entry-content ul.woocommerce-error li {
    padding-left: 20px !important;
}

.woocommerce h1.entry-title {
    line-height: 45px !important;
    font-weight: 700 !important;
    font-size: 35px !important;
}

.shop_single .rt-product-gallery {
    display: block;
    position: relative;
}

.woocommerce span.onsale {
    min-height: 40px;
    min-width: 60px;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 40px;
    top: 15px;
    left: 15px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-size: 0.857em;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

.wraper_shop_single {
    width: 100%;
    /*padding-top: 100px;*/
    padding-bottom: 0px;
}

.wraper_shop_single > .container {
    /*padding-top: 100px;*/
    padding-bottom: 60px;
}

.shop_single > .onsale {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    line-height: 55px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    display: none;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-two .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li,
.wraper_shop_single.style-three .shop_single > .woocommerce-product-gallery ol.flex-control-nav > li {
    margin-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
}

.shop_single > .summary {
    margin-top: -9px;
}

.shop_single > .summary .product_title {
    color: #222 !important;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 35px;
}

.shop_single > .summary .woocommerce-product-rating {
    margin-bottom: 17px;
}

.shop_single > .summary > .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.shop_single > .summary .price,
.shop_single > .summary .woocommerce-variation-price {
    margin-bottom: 15px;
    margin-top: 1px;
    color: #0067DA !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 25px;
}

.shop_single > .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
    padding-bottom: 2px;
    border-bottom: 1px #d8dada solid;
}

.shop_single > .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.shop_single > .summary table.group_table td {
    vertical-align: middle !important;
}

.shop_single > .summary table.group_table td label {
    margin-bottom: 0;
}

.shop_single > .summary table.group_table td label a {
    color: #0067DA;
}

.shop_single > .summary .wcppec-checkout-buttons {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 40px;
}

.shop_single > .summary .product_meta {
    margin: 25px 0;
    float: left;
    overflow: hidden;
    width: 100%;
}

.shop_single > .summary .product_meta > .posted_in,
.shop_single > .summary .product_meta > .tagged_as {
    display: block;
    margin-bottom: 3px;
}

.shop_single > .summary .product_meta > .sku_wrapper {
    display: block;
    margin-bottom: 14px;
}

.shop_single > .summary .product_meta > .sku_wrapper span {
    font-weight: 500;
}

.shop_single > .summary .product_meta > .sku_wrapper a,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
    color: inherit;
    position: relative;
}

.shop_single > .summary .product_meta > .posted_in a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
}

.shop_single > .summary .product_meta > .posted_in a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.shop_single > .summary .quantity {
    min-width: auto;
    margin: 0px 20px 0px 0px !important;
}

.shop_single > .summary .quantity > .input-group-addon {
    /*display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px #d5d5d5 solid;
    border-radius: 0;
    text-align: center;
    font-size: 17px;
    color: #030712;
    line-height: 27px;
    cursor: pointer;
    user-select: none;*/
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    padding: 0;
    background-color: #E7F1FB;
    border: 1px #E7F1FB solid;
    border-radius: 0px;
    text-align: center;
    font-size: 17px;
    color: #030712;
    line-height: 23px;
    cursor: pointer;
    user-select: none;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}

.shop_single > .summary .quantity > .qty {
    /*width: 35px;
    height: 30px;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px 5px 0px 5px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    margin-top: 1px;*/
    width: 50px;
    height: 50px;
    float: none;
    padding: 0px 5px 0px 5px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
    background: #f7f7f7;
    margin-right: 25px
}

.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_single > .summary .quantity > .qty:focus {
    border: none;
}

.shop_single > .summary select {
    height: 35px;
    padding: 0px 10px 0px 10px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #222;
}

.shop_single > .summary .variations {
    margin-bottom: 30px !important;
}

.shop_single > .summary .variations tr:not(:last-child) td {
    padding-bottom: 15px;
}

.shop_single > .summary .variations label {
    color: initial;
}

.shop_single > .summary form.cart .button {
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0px !important;
}

.woofc-count span {
    background: #0065D5;
}

.shop_single > .summary form.cart .button:before {
    margin-right: 10px;
    content: "\e655";
    font-family: "themify";
}

.shop_single > .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: 18px;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
    font-size: 0;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .ajax-loading {
    display: none !important;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
    display: block;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    font-family: "Themify";
    font-weight: 400;
    font-size: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
    content: "\e635";
}

.shop_single > .summary .product_meta span.posted_in {
    margin-bottom: 14px;
}

.shop_single > .summary .product_meta span.posted_in a {
    font-weight: 500;
}

.shop_single > .summary .product_meta span.tagged_as a {
    font-weight: 500;
}

/*--------------------------------------------------------------
### Shop Details Box (Style One)
--------------------------------------------------------------*/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    border-radius: 0;
}

.wraper_innerbanner {
    padding: 100px 0 0 0;
    overflow: hidden;
}

/*.wraper_inner_banner_breadcrumb > .container {
    padding: 50px 0 !important;
}*/

.wraper_shop_single.style-one .shop_single_tabs {
    margin-top: 0px;
    margin-bottom: 87px;
    border-top: 1px solid #d8dada;
    padding-top: 64px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
    margin-bottom: 22px;
    border-bottom-color: #cfced1;
    text-align: center;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: 40px;
    margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
    margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: -2px;
    padding-bottom: 14px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #222;
    line-height: 25px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: Jost;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    width: auto;
    height: 3px;
    /*background-color: #ff5f63;*/
    background-color: #000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane h2 {
    color: #222;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane p {
    margin-bottom: 14px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Two)
--------------------------------------------------------------*/

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item {
    margin-bottom: 12px;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn {
    position: relative;
    width: 100%;
    padding: 11px 40px 10px 20px;
    background-color: #fff;
    border: 1px #d9dbdb solid;
    box-shadow: initial;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    border-radius: 0px !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn:before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 0;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn.collapsed:before {
    content: "\f067";
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapse h2,
.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapsing h2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Three)
--------------------------------------------------------------*/

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs {
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    border: 1px #ece9e9 solid;
    text-align: center;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li {
    display: table-cell;
    width: 1%;
    float: none;
    margin-bottom: 0;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a {
    display: block;
    margin: 0;
    padding: 7px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #030712;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li.active > a {
    background-color: #ece9e9;
}

.wraper_shop_single.style-three .shop_single_tabs > .tab-content > .tab-pane h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Attributes
--------------------------------------------------------------*/

.shop_single table.shop_attributes {
    border: 1px #d8dada solid;
}

.shop_single table.shop_attributes > tbody > tr > th,
.shop_single table.shop_attributes > tbody > tr > td {
    padding: 7px 15px;
    font-style: normal;
}

.shop_single table.shop_attributes > tbody > tr > th {
    width: 250px;
    font-weight: 500;
}

.shop_single table.shop_attributes > tbody > tr > td {
    text-align: right;
}

/*--------------------------------------------------------------
### Shop Reviews
--------------------------------------------------------------*/

.shop_single .woocommerce-Reviews {
    text-align: left;
}

.woocommerce #reviews #comment {
    height: 140px;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 22px 25px 28px 25px;
    background-color: #f9f9f9;
}

.woocommerce #reviews #comments ol.commentlist li > .comment_container {
    position: relative;
    min-height: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 6px;
    width: 60px;
    padding: 0;
    border: 3px #fff solid;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 80px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}

.shop_single #review_form .comment-reply-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-family: Jost;
}

.shop_single #review_form #respond label {
    display: block;
}

.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"],
.shop_single #review_form #respond textarea {
    padding: 8px 15px 8px 20px;
    border: 1px #d8dada solid;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 0;
    width: 100%;
}

.shop_single #review_form #respond input[type="text"]:hover,
.shop_single #review_form #respond input[type="email"]:hover,
.shop_single #review_form #respond textarea:hover {
    border: 1px #afb1b1 solid;
}


.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"] {
    height: 57px;
}

.shop_single #review_form #respond input[type="submit"] {
    padding: 14px 50px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 15px !important;
    text-transform: none;
    font-weight: bold !important;
}

.woocommerce div.product form.cart .button {
    background: #0065D5 !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    line-height: 25px;
    border: none;
    border-radius: 0px !important;
    text-transform: uppercase;
}

.shop_single #review_form #respond input[type=submit] {
    background-color: #0067DA !important;
    margin: 0 !important;
    padding: 11px 41px 11px 41px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF;
    border: none !important;
}

.shop_single #review_form #respond input[type=submit]:hover {
    border: none !important;
}

.woosw-content-item--add .add_to_cart_inline .radiantthemes-cart-border a {
    border-radius: 0px !important;
    background: #0067DA !important;
    border: none !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff !important;
    width: 100% !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--title a {
    font-weight:  !important;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
    width: 100%;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover,
.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
    color: #f3f3f3 !important;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: none !important;
}

/*--------------------------------------------------------------
### Shop Related
--------------------------------------------------------------*/
ul.payment_methods li {
    list-style: none !important;
}

.shop_related {
    margin-top: 50px;
}

.shop_related > .related.products > h2 {
    color: #222222;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
}



#woosq-popup .slick-slider .slick-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: none;
}

/*--------------------------------------------------------------
# Empty Cart Page
--------------------------------------------------------------*/

/*
.radiantthemes-cart {
    padding-bottom: 70px;
}*/

.woocommerce .cart-empty {
    margin-bottom: 25px;
    text-align: left;
    font-size: 15px;
}

.woocommerce .return-to-shop {
    text-align: center;
    padding-bottom: 70px;
}

.woocommerce .return-to-shop .button {
    background-color: initial;
    border-radius: 0;
    border: none !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    padding: 11px 20px !important;
    box-shadow: 0px !important;
}

.woocommerce .return-to-shop .button:hover {
    background: #0067DA;
    color: #fff;
    border: none !important;
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    /*box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);*/
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.woocommerce-pagetitle {
    margin: 0 15px;
}

.post-type-archive .woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #0067DA;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.post-type-archive .product_meta span.sku_wrapper,
span.posted_in,
span.tagged_as {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.post-type-archive .product_meta span.sku {
    font-weight: 500;
}

.post-type-archive .product_meta span.posted_in a {
    font-weight: 500;
}

.post-type-archive .product_meta span.tagged_as a {
    font-weight: 500;
}

.post-type-archive .rt-edu-product-item {
    overflow: hidden;
}

.post-type-archive .rt-edu-product-item .rt-thumbnail {
    float: left;
    width: 30%;
}

.post-type-archive .rt-edu-product-item .product-info {
    float: right;
    width: 60%;
}

.post-type-archive .rt-edu-product-item .product-info h5.rt-product-name a {
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

.post-type-archive .widget-area > .widget.widget_products ul li img {
    width: 100%;
    float: left;
}

.post-type-archive .thumbnails .thumbnail {
    margin-bottom: 0 !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.post-type-archive #woosq-popup {
    width: 100% !important;
    max-width: 1170px !important;

}

#woosq-popup {
    max-height: 520px !important;
    height: 100% !important;
}

/*.post-type-archive #woosq-popup .single-product .product > div {
    height: 100% !important;
}

.post-type-archive #woosq-popup .single-product .product > div {
    height: 100% !important;
}*/

.post-type-archive .wraper_blog_main {
    padding-top: 0 !important;
}

.post-type-archive .container.page-container {
    padding-top: 0 !important;
}

.post-type-archive .radiantthemes_loadmore {
    margin: 15px auto 0 auto;
}


.woocommerce-pagetitle h1 {
    text-align: center;
    padding-bottom: 50px !important;
    margin: 0 !important;
    overflow: hidden;
    display: block;
    width: 100%;
}

.entry-content.default-page td a {
    position: relative;
    display: inline-block;
}

.entry-content.default-page td a:hover {
    color: #0067DA;
}

.entry-content.default-page td a:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry-content.default-page td a:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}

/*--------------------------------------------------------------
# Login/Register Page
--------------------------------------------------------------*/

legend,
#customer_login h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h3,
.wishlist-title h2 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 400;
    font-size: 24px;
    color: #373834;
    line-height: 35px;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 1px rgba(40, 41, 37, 0.2) solid;
    border-radius: 0;
}

.woocommerce form .form-row label {
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #30302d;
    line-height: 25px;
    text-transform: capitalize;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 46px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    line-height: 46px;
    text-transform: none;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover {
    border: 1px solid #afb1b1;
    background-color: #ffffff;
}

.woocommerce form .form-row textarea {
    height: 148px;
    padding: 7px 10px 7px 10px;
}

.select2-container .select2-selection {
    height: 46px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

.select2-container .select2-selection:hover {
    border: 1px solid #afb1b1;
    background-color: #ffffff;
}

.select2-container .select2-selection > .select2-selection__rendered {
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    line-height: 46px;
    height: 46px;
    padding-left: 12px;
    padding-right: 10px;
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #222;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 0;
    text-transform: capitalize;
    padding: 0.9em 2em 0.9em 2.5em;
}


.woocommerce-info {
    border: 1px solid #c6dfef;
    background: #e8f3fa;
    color: #3097db;
}

.woocommerce-info a {
    color: #3097db;
}

.woocommerce-error {
    border: 1px solid #eec1c1;
    background: #fce4e4;
    color: #fb5455;
}

.woocommerce-error a {
    color: #fb5455;
}

.woocommerce-message {
    border: 1px solid #d6e9c6;
    background: #dff0d8;
    color: #3c763d;
    line-height: 45px;
}

.woocommerce-message a {
    color: #3c763d;
}

.woocommerce-message::before {
    content: "\e015";
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    left: 0.9em;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
}

.select2-container .select2-selection > .select2-selection__arrow {
    /*top: 15px;*/
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container .select2-selection:hover {
    border-width: 1px;
    border-style: solid;
}

.woocommerce form .form-row input.button {
    margin: 10px 15px 5px 0px;
}

/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    min-height: 350px;
    padding: 0px 30px 0px 0px;
}

.woocommerce-MyAccount-navigation > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #10101d;
    line-height: 25px;
}

.woocommerce-MyAccount-navigation > ul > li:last-child,
.woocommerce-MyAccount-navigation > ul > li:only-child {
    margin: 0;
}

.woocommerce-MyAccount-navigation > ul > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ff3c24;
    line-height: 15px;
}

.woocommerce-MyAccount-navigation > ul > li > a {
    color: #10101d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation > ul > li > a:hover {
    color: #ff3c24;
}

.woocommerce-MyAccount-content p {
    margin: 0px 0px 20px 0px;
}

.woocommerce-MyAccount-content #generate_referral_field,
.woocommerce-MyAccount-content #rs_redeem_voucher_code,
.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
    max-width: 70px;
    margin-left: 7px;
}

.woocommerce-MyAccount-content #generate_referral_field:focus,
.woocommerce-MyAccount-content #rs_redeem_voucher_code:focus {
    border: 1px #ff3c24 solid;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/

.woocommerce .product-thumbnail {
    text-align: center;
}

.woocommerce .product-thumbnail .size-woocommerce_thumbnail {
    width: 120px;
    border-radius: 0;
}

.woocommerce .quantity .qty {
    height: 41px;
    padding: 0px 6px 0px 17px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    transition: all 0.3s ease-in-out;
    text-align: center;
    width: 5.8em;
}

.woocommerce .quantity .qty:focus {
    border: 1px #afb1b1 solid;
}

.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text {
    width: 100%;
    max-width: 180px;
    height: 40px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    line-height: 23px;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text:focus {
    border: 1px #0065D5 solid;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    position: relative;
    width: 100%;
    max-width: 350px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
    position: absolute;
    top: 10px;
    z-index: 0;
    width: 40px;
    text-align: center;
    font-family: "themify";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}

.woocommerce .coupon:before,
.woocommerce .checkout_coupon:before {
    left: 0;
    content: "\e613" !important;
    text-transform: capitalize;
}

.woocommerce .coupon:after,
.woocommerce .checkout_coupon:after {
    right: 0;
    content: "\e65d" !important;
}

.woocommerce .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text {
    width: 100% !important;
    height: 42px;
    border: none !important;
    padding: 0px 20px 0 40px !important;
    text-transform: capitalize;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    padding: 8px 46px !important;
    text-transform: capitalize;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
    max-width: 442px !important;
    text-transform: capitalize;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
    opacity: 0;
    text-transform: capitalize;
}

.woocommerce table.shop_table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 15px;
    border-collapse: collapse;
    border: none;
    border-radius: 0;
    text-align: center;
}

.woocommerce table.shop_table > thead > tr > th {
    padding-top: 0;
    padding-bottom: 11px;
    border: none !important;
    border-bottom: 2px #e7e7e7 solid !important;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #1b1919;
    line-height: 28px;
    letter-spacing: 1px;
}

.woocommerce table.shop_table > thead > tr > th.product-remove,
.woocommerce table.shop_table > thead > tr > th.product-price,
.woocommerce table.shop_table > thead > tr > th.product-quantity,
.woocommerce table.shop_table > thead > tr > th.product-subtotal,
.woocommerce table.shop_table > thead > tr > th.product-stock-status,
.woocommerce table.shop_table > thead > tr > th.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th,
.woocommerce table.shop_table > tbody > tr > td {
    padding: 20px 12px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 15px;
}

.woocommerce table.shop_table > tbody > tr > th.product-remove,
.woocommerce table.shop_table > tbody > tr > th.product-price,
.woocommerce table.shop_table > tbody > tr > th.product-quantity,
.woocommerce table.shop_table > tbody > tr > th.product-subtotal,
.woocommerce table.shop_table > tbody > tr > th.product-stock-status,
.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart,
.woocommerce table.shop_table > tbody > tr > td.product-remove,
.woocommerce table.shop_table > tbody > tr > td.product-price,
.woocommerce table.shop_table > tbody > tr > td.product-quantity,
.woocommerce table.shop_table > tbody > tr > td.product-subtotal,
.woocommerce table.shop_table > tbody > tr > td.product-stock-status,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart {
    text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th.product-thumbnail,
.woocommerce table.shop_table > tbody > tr > td.product-thumbnail {
    width: 100px;
}

.woocommerce table.shop_table > tbody > tr > th .remove,
.woocommerce table.shop_table > tbody > tr > td .remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0067DA;
    border-radius: 0;
    font-size: 9px;
    color: #fff !important;
    line-height: 21px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce table.shop_table > tbody > tr > th .yith-wcqv-button,
.woocommerce table.shop_table > tbody > tr > td .yith-wcqv-button {
    display: none;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    display: inline-block;
    padding: 5px 15px 4px 15px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock {
    border-color: #00a300;
    color: #00a300;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    border-color: #ee1111;
    color: #ee1111;
}

.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart a,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart a {
    display: inline-block !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shop_table .cart_item .product-name {
    text-align: left;
}

.shop_table .cart_item .product-total {
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 20px 30px 0px 30px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px #e7e7e7 solid;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #1b1919;
    line-height: 28px;
    letter-spacing: 1px;
}



.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 12px 42px 12px 41px !important;
    border-radius: 0px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;

}

/*.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover {
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}*/

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button {
    padding-top: 0;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button img {
    max-width: 120px;
}

.woocommerce input.input-text[name=coupon_code] {
    width: 100% !important;
}

.woocommerce-page table.cart td.actions .coupon .button {
    height: 40px !important;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
    {
    padding-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left !important;
        width: 68%;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: hidden;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }

    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: 0em;
    }

    .wraper_blog_main.style-default .container {
        padding: 0px 15px 60px 15px;
    }
}

@media only screen and (min-width:592px) and (max-width:800px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: left !important;
        width: 68%;
    }
}

@media only screen and (min-width:415px) and (max-width:800px) {

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        width: auto;
    }

    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        overflow: hidden;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        float: right;
    }

    .woocommerce button.button[name=update_cart],
    .woocommerce button.button[name=update_cart]:disabled {
        line-height: 24px !important;
    }

    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        margin: 0;
    }

    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: 0em;
    }
}

@media only screen and (min-width:413px) and (max-width:591px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:414px) {

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
    }

    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: 0em;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.woocommerce #payment #place_order {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.woocommerce form #customer_details {
    width: 48%;
    float: left;
}

.woocommerce form #customer_details > [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce form #order_review_heading,
.woocommerce form #order_review {
    width: 48%;
    float: right;
}

.woocommerce form .about_paypal {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Order Received Page
--------------------------------------------------------------*/

p.woocommerce-thankyou-order-received {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 400;
    font-size: 24px;
    color: #373834;
    line-height: 35px;
}

/*--------------------------------------------------------------
# YITH WISHLIST POPUP
--------------------------------------------------------------*/

#yith-wcwl-popup-message {
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
    padding: 12px 20px 14px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 26px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 0;
    background: #0065D6;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    background-color: #e5e5e5 !important;
    border: 0;
    height: 5px;
    width: 97% !important;
}

.woocommerce .widget_price_filter .price_slider_amount {
    line-height: 35px !important;
    border-bottom: none;
    padding: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    font-size: 15px;
    line-height: 45px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 8px;
    height: 13px;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    top: -.4em;
    margin-left: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: 0;
    cursor: ew-resize;
    outline: 0;
    margin-left: 0;
    top: 1px;
    width: 10px;
    height: 14px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .13);
    background-color: #0065D6;
}

.widget-area > .widget.widget_price_filter .button {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 0 20px !important;
}

.widget-area > .widget.widget_price_filter .button:hover {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    background-color: #0067DA !important;
    padding: 0 20px !important;
}



/*.widget-area > .widget .widget-title {
  color: #3c3c3c !important;
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
    color: #222 !important;
}

.search .woocommerce-pagetitle {
    padding-top: 100px;
}

.woocommerce-checkout-payment .woocommerce-checkout #payment ul.payment_methods {
    padding: 20px 0 0 0 !important;
}

.woocommerce-checkout-payment .woocommerce-checkout #payment ul.payment_methods li {
    padding: 0 20px !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em;
}

.woofc-area.woofc-style-01 {
    background-color: #0067DA !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    color: #0067DA !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    color: #222 !important;
}

.post.style-three .entry-main .post-meta > span {
    color: inherit !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn {
    color: #222 !important;
    text-transform: none !important;
}

.entry-main i {
    color: #0067DA !important;
}

.single-post .entry-main .entry-content.default-page li a {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.single-post .entry-main .entry-content.default-page li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.single-post .entry-main .entry-content.default-page li a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
    color: #222 !important;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    color: #222 !important;
}

.comments-area .comment-reply-title {
    color: #222 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    color: #222 !important;
}

.wraper_blog_main.style-four > .container {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

/*.widget-area .widget.widget_media_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
}

.widget-area .widget.widget_media_image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}

.widget-area .widget.widget_media_image img {
    width: 100%;
    height: 250px !important;
}*/

/* SEARCH PAGE CSS STARTS */

/* FOR LEFT SIDE LEFT PORTION CSS STARTS */

.wraper_blog_main.style-one.clasic-box-layout .hentry.style-default {
    margin-bottom: 100px;
}



.hentry.style-default .entry-header {
    clear: both;
}

.hentry.style-default .entry-date-category {
    padding-top: 0;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #222;
}

.hentry.style-default .entry-date-category .entry-meta .post-date-add .ti-calendar {
    margin-right: 15px;
}

.hentry.style-default .entry-date-category ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-bottom: 10px;
}

.hentry.style-default .entry-date-category ul li {
    float: left;
    margin-left: 4px;
    text-transform: capitalize;
    display: contents;
}

.hentry.style-default .entry-date-category ul li a {
    color: #222;
    display: contents;
    letter-spacing: 0.6px;
}

.hentry.style-default .entry-date-category ul li:first-child {
    margin-left: 0px;
}

.hentry.style-default .entry-date-category ul li a:last-child {
    color: #222;
}

.hentry.style-default .entry-title {
    padding-top: 10px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 4px;
    text-transform: capitalize;
}

/*.hentry.style-default .entry-content {
    margin-top: 22px;
}*/

/* FOR LEFT SIDE LEFT PORTION CSS ENDS */



/* FOR LEFT BUTTON AREA CSS STARTS */

.hentry.style-default .entry-extra {
    margin-top: 22px;
}

.hentry.style-default .entry-extra-item .post-read-more {
    background: transparent;
    padding: 0px;
    text-align: left;
    /*overflow: hidden;*/
    width: 100%;
    top: 0px;
    left: 0;
}

.hentry.style-default .entry-extra-item .post-read-more .rt-circular-read-more i {
    float: left;
    background: #0065D5;
    padding-top: 14.5px;
    padding-bottom: 13px;
    padding-left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: none !important;
    margin-top: 0px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    position: absolute;
}

.hentry.style-default .entry-extra-item .post-read-more .rt-circular-read-more i:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

/* FOR LEFT BUTTON AREA CSS ENDS */


/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.hentry.style-default .post-share {
    margin-top: -11px;
    margin-right: 0px;
}

@media screen and (max-width: 480px) {
    .hentry.style-default .post-share {
        margin-top: -8px;
        margin-right: 0px;
    }

}

.hentry.style-default .post-share.style-01 {
    display: inline-flex;
    align-items: center;
}

.hentry.style-default .post-share.style-01 .share-label {
    font-weight: 500;
    margin-right: -20px;
    z-index: 2;
}

.hentry.style-default .post-share .share-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.post-share.style-01 .share-media .share-icon {
    color: #ababab;
}


.post-share.style-01 .share-media:hover .share-icon {
    color: #0067DA;
    border-color: transparent;
    background: #ffffff;
}

.hentry.style-default .post-share.style-01 .share-icon {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.hentry.style-default .post-share.style-01 .share-icon {
    height: 56px;
    width: 56px;
    line-height: 52px;
    font-size: 18px;
    border-radius: 0;
    text-align: right;
    margin-right: 14px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
}

.hentry.style-default .post-share .share-list {
    position: absolute;
    bottom: 54%;
    left: -40%;
    transform: translate(-50%, -10px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    user-select: none;
}

.hentry.style-default .post-share .share-media:hover .share-list {
    transform: translate(-50%, -20px);
    visibility: visible;
    opacity: 1;
}

.hentry.style-default .post-share .share-list:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.hentry.style-default .post-share .share-list a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 12px;
    color: #ababab;
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.hentry.style-default .post-share .share-list a:hover {
    color: #0067DA;
}

.hentry.style-default .post-share ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

.hentry.style-default .post-share ul li {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    list-style-type: none !important;
}

.hentry.style-default .post-share ul li a {
    color: #293949 !important;
}

.hentry.style-default .post-share li.rt-social-share {
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.hentry.style-default .date .meta-icon {
    margin-right: 6px;
    margin-left: 30px;
}

.hentry.style-default .post.style-default .post-thumbnail img {
    max-height: 400px;
}

.post.style-default .post-thumbnail {
    margin-bottom: 27px;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */

/* BLOG MASNORY CSS STARTS */

/*=====================================================
Box Grid 1
=====================================================*/
.rt-masonry.style-seven {
    column-gap: 28px;
}


.rt-masonry {
    columns: 3;
    column-gap: 30px;
    padding-top: 9px;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .rt-masonry {
        columns: 2;
    }
}

@media (max-width: 992px) {
    .rt-masonry {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .rt-masonry {
        columns: 1;
    }
}

.rt-masonry .rt-grid {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    /*padding-left: 7px;*/
    /* padding-right: 7px;*/
}

.rt-masonry.style-seven .rt-grid {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    padding-left: 7px;
    /*padding-right: 7px;*/
}

.rt-masonry .rt-grid img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}


.rt-image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 0px;
}

.rt-image-box img {
    max-width: 100%;
    display: block;
    /*width: 100%;
    height: auto;*/
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.rt-image-box:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}

/*=====================================================
Box Grid 2
=====================================================*/
.radiant_lifestyle_section_two-col {
    padding: 22px 30px 12px 30px;
    background: #ffffff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, .05);
}

.radiant_lifestyle_section_two-col h3 {
    font-size: 20px;
    color: #222222;
    line-height: 30px !important;
    margin-bottom: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}

.radiant_lifestyle_section_two-col h3 a {
    color: #222222;
    text-decoration: none;
    cursor: pointer !important;
}

.radiant_lifestyle_section_two-col h3 a:hover {
    color: #0067DA;
}

.radiant_lifestyle_section_two-col p {
    font-size: 13px;
    color: #757575;
    line-height: 25px;
    margin-bottom: 7px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.rt-masn-brdr {
    border-bottom: 1px solid #ededed;
    margin-bottom: 17px;
    display: block;
    position: relative;
}

.radiant_lifestyle_section_two-col .radiant-masonory-date p {
    color: #8b8989;
    font-size: 15px;
    line-height: 30px;
    margin-top: 3px;
}

.loadmore {
    width: 100%;
    display: block;
    text-align: center;
    /* overflow: hidden;*/
    margin: 0 auto;
}

.rtloadmore {
    padding: 0;
    text-align: center;
    background: #0067D9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: uppercase;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 100px auto;
    width: 14.3%;
    height: 48px;
    line-height: 45px;
}

.rtloderstyle {
    padding: 0;
    text-align: center;
    background: #0067D9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: uppercase;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 100px auto;
    width: 14.3%;
    height: 48px;
    line-height: 45px;
}

.rtloderstyle img {
    width: 50px;
    height: 50px;
}

.rtlazyload {
    padding: 11.5px 0px 11.5px 0px;
    text-align: center;
    background: #0067D9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: capitalize;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 100px auto 100px auto;
    width: 14.3%;
    line-height: 25px;
}

.rtlazyload img {
    width: 16px;
    height: 16px;
}

.rt-no-more-post {
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 92px;
}

.radiantthemes_loadmore_item {
    margin: 15px auto 0 auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.radiantthemes_loadmore_item p {
    margin-bottom: 0px;
    margin-top: 25px;
}

.radiantthemes_loadmore {
    padding: 11.5px 0px 11.5px 0px;
    text-align: center;
    background: #0067D9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: uppercase;
    clear: both;
    cursor: pointer;
    text-align: center;
    width: 14.3%;
    line-height: 25px;
}

.rtloadmore-six {
    padding: 11.5px 0px 11.5px 0px;
    text-align: center;
    background: #0067D9;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    border: 0px;
    text-transform: uppercase;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto 100px auto;
    width: 14.3%;
    line-height: 25px;
}

.col-lg-8 .rtloadmore,
.col-md-8 .rtloadmore {
    width: 21.5%;
}

.col-lg-8 .rtloderstyle,
.col-md-8 .rtloderstyle {
    width: 21.5%;
}

.col-lg-8 .rtlazyload,
.col-md-8 .rtlazyload {
    width: 21.5%;
}

.col-lg-8 .radiantthemes_loadmore,
.col-md-8 .radiantthemes_loadmore {
    width: 21.5%;
}

.col-lg-8 .rtloadmore-six,
.col-md-8 .rtloadmore-six {
    width: 21.5%;
}


.col-sm-12 .rtloadmore {
    width: 25%;
}

.col-sm-12 .rtloderstyle {
    width: 25%;
}

.col-sm-12 .rtlazyload {
    width: 25%;
}

.col-sm-12 .radiantthemes_loadmore {
    width: 25%;
}

.col-sm-12 .rtloadmore-six {
    width: 25%;
}


.col-xs-12 .rtloadmore {
    width: 25%;
}

.col-xs-12 .rtloderstyle {
    width: 25%;
}

.col-xs-12 .rtlazyload {
    width: 25%;
}

.col-xs-12 .radiantthemes_loadmore {
    width: 25%;
}

.col-xs-12 .rtloadmore-six {
    width: 25%;
}

.course-meta {
    margin-bottom: 0px !important;
}

.courses-details-desc {
    margin-top: 0px !important;
}

.rt-course-single {
    margin-bottom: 42px !important;
}

@media screen and (max-width: 1091px) {

    .rt-subscribe-sec {
        padding: 0 20px;
    }

    .rt-subscribe-sec input[type="email"] {
        width: 60% !important;
    }

}

@media screen and (max-width: 768px) {

    .rt-contact-form-one {
        padding: 30px !important;
    }

    .rt-subscribe-sec {
        padding: 0 20px;
    }

    .rt-subscribe-sec input[type="email"] {
        width: 55% !important;
    }

    /* body.course-item-popup #learn-press-course-curriculum {
     left: 0 !important;
 }*/

    #learn-press-content-item #course-item-content-header .course-item-search {
        opacity: 1 !important;
        width: 190px !important;

    }

    #course-item-content-header .course-title {
        margin: 0 !important;
        font-size: 13px !important;
        padding: 0 0 0 20px !important;
    }

    /*.radiantthemes-website-layout header.wraper_header.floating-header {
    position: absolute !important;
    z-index: 999;
}*/

    #learn-press-profile-header .lp-profile-avatar {
        position: relative !important;
        bottom: 0;
        left: 0;
    }

    .learn-press-profile-dashboard .profile-progress-status .status-box {
        margin-bottom: 30px;
    }

    #learn-press-profile-nav .tabs > li a {
        margin-right: 50px;
    }

    .courses-details-desc .nav .nav-item {
        margin-right: 15px !important;
    }

}

@media screen and (max-width: 767px) {
    #learn-press-profile-nav .tabs > li {
        width: 100%;
        display: block;
    }

    #learn-press-profile-nav .learn-press-tabs {
        z-index: 999;
    }

    #learn-press-profile-nav .learn-press-tabs li a {
        color: #222 !important;
    }

    #learn-press-user-profile #learn-press-profile-nav {
        padding: 0 !important;
    }

    #learn-press-profile-nav:hover #profile-mobile-menu {
        background: #0067DA !important;
    }

    #learn-press-profile-nav .tabs > li a {
        margin: 0;
        padding: 14px !important;
    }


    .wraper_blog_main.clasic-box-layout .widget-area {
        margin: 0 !important;
    }

    .learn-press-profile-dashboard .profile-progress-status .status-box {
        margin-bottom: 30px;
    }

    .learn-press-profile-dashboard .profile-courses-progress {
        width: 100%;
    }

    #learn-press-profile-nav .learn-press-tabs {
        background: #0067DA !important;
        color: #fff !important;
    }

    #learn-press-profile-nav .tabs > li.active > a {
        background: #0067DA !important;
        color: #fff !important;
    }

    /*.wraper_inner_banner_breadcrumb > .container {
        padding: 0 0 30px 0 !important;
    }*/

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce nav.woocommerce-pagination {
        margin-bottom: 50px;
    }


    .wraper_blog_main.style-default .hentry.style-default {
        margin-bottom: 50px;
    }

    .hentry.style-default .entry-extra .pull-right {
        float: left !important;
        width: 100%;
    }

    .hentry.style-default .post-share ul li:first-child {
        margin-left: 0;
    }

}


@media screen and (max-width: 480px) {
    .rt-subscribe-sec input[type="email"] {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .rt-subscribe-sec input[type="submit"] {
        width: 100% !important;
    }

    #course-item-content-header .course-title {
        display: none;
    }

}

.lazy-load {
    transition: opacity 0.15s;
    opacity: 0;
}

.lazy-load.is-loaded {
    opacity: 1;
}

.rt-no-more-post {
    display: none;
}

body#page-id-9636 {
    background: #f8f8f8;
}

/* BLOG MASNORY CSS ENDS */

/* SEARCH PAGE CSS ENDS */


/*Buy this course CSS Starts*/

.buy-course-container {
    /*display: flex;
flex-direction: column;
justify-content: center;*/
    align-items: center;
    float: right;
    padding: 18px 16px 0 0px;
}

.buy-course {
    width: 12px;
    height: 12px;
    float: right;
    display: flex;
    justify-content: space-around;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    background: url("../images/dwn-arrow.png")
}



.buy-course-menu {
    display: none;
    flex-direction: column;
    /*width: 293px;*/
    width: 288px;
    margin: 0 auto;
    padding: 20px 0;
}

.buy-course-menu span {
    padding: 10px;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.buy-course-menu span:last-child {
    border: none;
}

.buy-course-menu span:hover {
    background: #eee;
}

#openDropdown:checked + .buy-course-menu {
    display: flex;
    animation: openDropDown 0.4s ease;
}

@keyframes openDropDown {
    from {
        transform: rotateX(50deg);
    }

    to {
        transform: rotateX(0deg);
    }
}

#course-item-content-header .form-button.lp-button-back button {
    background: #0067DA !important;
    border: 1px solid #fff !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 27px !important;
    letter-spacing: 2px !important;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto !important;
}


.learnpress-page .lp-button {
    background: #0067DA !important;
    border: 1px solid #fff !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 27px !important;
    letter-spacing: 2px !important;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 293px !important;
}

.learnpress-page .lp-button:hover {
    background: #fff !important;
    color: #0067DA !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.content-item-wrap .lp-button {
    width: auto !important;
    margin: 0px 0px 0px 0px;
    border: none !important;
    padding: 11px 41px 11px 41px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.content-item-wrap .lp-button:hover {
    /* box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    background: #0067DA !important;
    color: #fff !important;
    border: none !important;
}


/*Buy this course CSS Ends*/

.course-rate {
    overflow: visible !important;
    margin: 8px 0 0 0 !important;
}



/*TAB CSS STARTS*/

.radiantthemes-accordion.element-five {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.radiantthemes-accordion.element-five .accord_bdy {
    padding: 0 0 50px 0;
    font-size: 15px;
    color: #555759;
    font-weight: 400;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
    padding: 0 70px 35px 30px;
}

.radiantthemes-accordion.element-five .title {
    height: 40px;
    background: #6bb170;
    color: white;
    text-align: center;
    padding-top: 13px;
}

.radiantthemes-accordion.element-five .ques_bx {
    margin: 0;
    padding: 0;
}

.radiantthemes-accordion.element-five .ques_bx li {
    padding: 10px 0;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.radiantthemes-accordion.element-five .ques_bx li.question {
    font-weight: bold;
    cursor: pointer;
}

.radiantthemes-accordion.element-five .ques_bx li.a {
    display: none;
    color: #555759;
}

.radiantthemes-accordion.element-five .plus {
    opacity: 1;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -2px;
    float: right;
}



.radiantthemes-accordion.element-five .plus::after,
.radiantthemes-accordion.element-five .plus::before {
    content: "" !important;
    background: currentColor;
    height: 2px;
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transition: transform .3s ease-out;
}

.radiantthemes-accordion.element-five .plus::after {
    transform: rotate(90deg);
}

.radiantthemes-accordion.element-five .text {
    float: left;
    font-size: 15px;
    color: #555759;
    font-weight: 600;
}



.radiantthemes-accordion.element-five .minus {
    opacity: 1;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    float: right;
}

.radiantthemes-accordion.element-five .minus::before {
    transform: rotate(135deg);
}

.radiantthemes-accordion.element-five .minus::after {
    transform: rotate(45deg);
}

/*TAB CSS STARTS*/

.homepage-five-course .rt-case-study-box-item .holder .data {
    border-bottom: 1px solid #fbfbfb !important;
    border-left: 1px solid #fbfbfb !important;
    border-right: 1px solid #fbfbfb !important;
}

.homepage-five-course .rt-case-study-box.element-two .rt-case-study-box-item > .holder .ciurse-fees-main .row {
    border-top: none !important;
}

/* FORM CSS STARTS*/

.lrm-form .fieldset {
    position: relative;
    margin: 1.4em 0;
    padding: 0 !important;
    clear: both;
}

.lrm-user-modal-container input[type=text] {
    background-color: #f7f7f7;
    color: #000;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
}

.rt-instrust-box {
    background: #f9f9f9;
    padding: 70px 0 85px 0;
}

#course-select select {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #E6E6E6;
    font-size: 13px;
    padding-left: 25px;
    color: #222;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#course-select select:hover {
    border: 1px #afb1b1 solid;
}

.course-search-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.course-search-select select::-ms-expand {
    display: none;
}

.course-search-select:after {
    content: "";
    display: inline-block;
    border-top: .3em solid #999;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 10px;
    height: 5px;
    pointer-events: none;
}

#course-input-search input[type="text"] {
    width: 78%;
    padding: 10px !important;
    border: 1px solid #E6E6E6;
    font-size: 13px;
    color: #222;
    padding-left: 25px;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#course-input-search input[type="text"]:hover {
    border: 1px #afb1b1 solid;
}

.learn-press-content-protected-message button.button-enroll-course {
    padding: 0 41px !important;
    width: auto !important;
    border: 0px !important;
    margin-left: 30px !important;
}

@media screen and (max-width: 1024px) {
    .course-key-search {
        margin-top: 10px;
    }
}

#course-input-search input[type=submit] {
    background: #0067D9;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border: none;
    position: absolute;
    border-radius: 0;
}

/*EDUSPHEARE THEME INNERPAGE CSS ENDS*/


/*EDUSPHEARE THEME WISHLIST CSS STARTS*/

.edu-wishlist-grid .woosw-list table.woosw-content-items tr:nth-child(n) td {
    /*background-color: rgba(0, 0, 0, 0.04) !important;*/
    border: 1px solid rgba(0, 0, 0, .08) !important;
    text-align: center !important;
}

.edu-wishlist-grid .woosw-list table.woosw-content-items tr:nth-child(2n) td {
    /*background-color: rgba(0, 0, 0, 0.03) !important;*/
    border: 1px solid rgba(0, 0, 0, .08) !important;
    text-align: center !important;
}

.edu-wishlist-grid .woosw-list table.woosw-content-items tr td {
    padding: 0px 5px !important;
}

.edu-wishlist-grid .woosw-list table.woosw-content-items {
    width: 100%;
}

.edu-wishlist-grid .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    background: #0067DA;
    color: #fff;
    font-size: 9px;
    line-height: 21px;
    border-radius: 0;
    padding-left: 2px;
}

/*.edu-wishlist-grid .woosw-content-item--stock {
    text-transform: capitalize;
    font-weight: 700;
}

.edu-wishlist-grid .add_to_cart_inline .radiantthemes-cart-border {
    float:right;
    margin-top: -20px;
}

@media screen and (max-width: 614px) {

   .edu-wishlist-grid .add_to_cart_inline .radiantthemes-cart-border {
    margin-top: 0px;
}
}*/

.edu-wishlist-grid .woosw-list table.woosw-content-items tr:hover td {
    background-color: #fbfbfb;
}




.edu-wishlist-grid .woosw-share {
    padding: 0;
    margin: 0;
}

.edu-wishlist-grid .woosw-copy {
    padding: 0;
    margin: 0;
}

.edu-wishlist-grid .woosw-copy-btn input[type=button] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 13px 32px;
    background: #0067DA;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 2px;
}

.edu-wishlist-grid .woosw-copy-url input {
    color: #7e7e7e;
    border: none;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    border-radius: 0;
    height: 47.3px;
}

.edu-wishlist-grid .amount {
    font-weight: 700;
    color: #0067DA;
}


.edu-wishlist-grid .wraper_inner_banner {
    padding: 100px 0 0 0;
    background: none !important;
}

.edu-wishlist-grid .wraper_blog_main {
    padding-top: 0px;
    padding-bottom: 0;
}

.edu-wishlist-grid .container.page-container {
    padding-top: 0px;
    padding-bottom: 100px;
}

.single-lp_course .container.page-container {
    padding-top: 115px;
    padding-bottom: 100px;
}

.single-lp_course .learn-press-breadcrumb {
    margin-bottom: 50px;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-transform: capitalize;
    display: none;
}

.single-lp_course .learn-press-breadcrumb a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.single-lp_course .learn-press-breadcrumb a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.single-lp_course .learn-press-breadcrumb a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
    color: #0067DA;
}

.single-lp_course .learn-press-breadcrumb a:hover {

    color: #0067DA;
}

.single-lp_course .rt-case-study-box.element-two .rt-case-study-box-item {
    flex: none;
    max-width: 100%;
    margin-bottom: 0px;
}



/*EDUSPHEARE THEME WISHLIST CSS ENDS*/

/*EDUSPHEARE THEME COURSE STYLE ONE CSS STARTS*/

.course-style-one .radiantthemes_loadmore {
    margin-top: 15px;
}

#course-select-style-one select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
    color: #BABABA;
    border-radius: 0px !important;
    z-index: 999;
}

#course-input-search-style-one input[type="text"] {
    width: 78%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid transparent;
    padding-left: 10px;
    border-radius: 0px !important;
    text-transform: capitalize;
}

@media screen and (max-width: 785px) {
    #course-input-search-style-one input[type="text"] {
        width: 75%;
    }
}

@media screen and (max-width: 485px) {
    #course-input-search-style-one input[type="text"] {
        width: 50%;
    }
}

#course-input-search-style-one input[type=submit] {
    background: #0067D9;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border: none;
    position: absolute;
    border-radius: 0px !important;
}

/*EDUSPHEARE THEME COURSE ONE CSS ENDS*/


/*EDUSPHEARE THEME COURSE TWO CSS STARTS*/

/*.course-style-two .rt-case-study-box.element-two > .rt-case-study-box-item > .holder {
    margin-bottom: 30px;
}*/

/*.course-style-two .radiantthemes_loadmore {
    display: none;
}*/

#course-select-style-two select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
    color: #BABABA;
    border-radius: 0px !important;
    z-index: 999;
}

#course-input-search-style-two input[type="text"] {
    width: 78%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid transparent;
    padding-left: 10px;
    border-radius: 0px !important;
    text-transform: capitalize;
}

@media screen and (max-width: 785px) {
    #course-input-search-style-two input[type="text"] {
        width: 75%;
    }
}

@media screen and (max-width: 485px) {
    #course-input-search-style-two input[type="text"] {
        width: 50%;
    }
}

#course-input-search-style-two input[type=submit] {
    background: #0067D9;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border: none;
    position: absolute;
    border-radius: 0px !important;
}

/*EDUSPHEARE THEME COURSE TWO CSS ENDS*/


/*EDUSPHEARE THEME COURSE THREE CSS STARTS*/

/*.course-style-three .rt-case-study-box.element-two > .rt-case-study-box-item > .holder {
    margin-bottom: 30px;
}*/

/*.course-style-three .radiantthemes_loadmore {
    display: none;
}*/

#course-select-style-three select {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d8dada;
    padding-left: 15px;
    color: #BABABA;
    border-radius: 0px;
    z-index: 999;
}

#course-input-search-style-three input[type="text"] {
    width: 78%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d8dada;
    border-bottom: 1px solid #d8dada;
    border-left: 1px solid #d8dada;
    border-right: 1px solid transparent;
    padding-left: 10px;
    border-radius: 0px;
    text-transform: capitalize;
}

.profile-recover-order {
    border-radius: 0px !important;
    background: #fbfbfb;
}

.profile-recover-order input[name="order-key"] {
    border: 1px solid #d8dada;
    border-radius: 0px;
    padding: 7px 10px;
    width: 290px !important;
}

@media screen and (max-width: 785px) {
    #course-input-search-style-three input[type="text"] {
        width: 75%;
    }
}

@media screen and (max-width: 485px) {
    #course-input-search-style-three input[type="text"] {
        width: 50%;
    }
}

#course-input-search-style-three input[type=submit] {
    background: #0067D9;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border: none;
    position: absolute;
    border-radius: 0px;
}

.rt_item .course-s2 .holder .pic {
    transform: scale(1) translateY(0);
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.rt_item .course-s2 .holder .pic img {
    width: 100%;
    float: left;
}

.rt_item .course-s2 > .holder {
    margin-bottom: 30px !important;
}

/*.wraper_inner_banner_breadcrumb .inner_banner_breadcrumb {
    margin-left: 14px;
}*/


.hid-opa {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}

.vis-opa {
    transform: none;
    opacity: 1;
    transition: transform 1s ease-in-out, opacity 1s linear;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 12px 31px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
    line-height: 25px;
    border: none;
    border-radius: 0px !important;
    text-transform: uppercase;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #0067DA;
    border: 0;
    display: inline-block;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #0067DA;
    text-decoration: none;
    color: #fff;
}


ul.woocommerce-error li {
    list-style-type: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    border: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.rt-subscribe-sec input[type="email"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c7c7c7;
    opacity: 1;
    /* Firefox */
}

.rt-subscribe-sec input[type="email"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c7c7c7;
}

.rt-subscribe-sec input[type="email"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c7c7c7;
}


#course-input-search input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 1;
    /* Firefox */
}

#course-input-search input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222;
}

#course-input-search input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #222;
}

/*EDUSPHEARE THEME COURSE THREE CSS ENDS*/

/*--------------------------------------------------------------
# EDUSPHEARE THEME CSS ENDS
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Maintenance Mode Page
--------------------------------------------------------------*/

/* wraper_maintenance_main */

/*.wraper_maintenance_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/

.wraper_maintenance_main > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_maintenance_main > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 40px;
    vertical-align: middle;
}

.wraper_maintenance_main > .table > .table-cell .container {
    padding-top: 40px;
    padding-bottom: 0;
}

.maintenance_main_item {
    text-align: center;
    padding-bottom: 170px;
}

.maintenance_main_item > *:last-child {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Maintenance Mode Style One
--------------------------------------------------------------*/

.wraper_maintenance_main.style-one {
    background-repeat: no-repeat;
    padding: 0px 0 250px 0;
    background-position: bottom;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #0A0114;
    line-height: 32px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 strong {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h2 {
    color: #0A0114;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Two
--------------------------------------------------------------*/

.wraper_maintenance_main.style-two {
    background-repeat: no-repeat;
    background-position: calc(50% + 250px) center;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 50px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 strong {
    display: block;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 40px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Three
--------------------------------------------------------------*/

.wraper_maintenance_main.style-three {
    background-repeat: no-repeat;
    background-position: calc(50% + 200px) bottom;
    background-size: 500px auto;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 25px;
    color: #1a1a1a;
    line-height: 35px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 strong {
    display: block;
    margin-top: 7px;
    font-weight: 700;
    font-size: 70px;
    line-height: 75px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/

/* wraper_comingsoon_main */

.wraper_comingsoon_main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wraper_comingsoon_main > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_comingsoon_main > .table > .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 40px;
    vertical-align: middle;
}

.comingsoon_main {
    width: 95%;
    max-width: 1170px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px) {}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px) {
    .wraper_comingsoon_main.style-one {
        position: relative;
    }
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px) {
    .wraper_comingsoon_main.style-one {
        position: relative;
    }
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px) {
    .wraper_comingsoon_main.style-one {
        position: relative;
    }
}

/*--------------------------------------------------------------
# Coming Soon Style One
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-one .comingsoon_main > .holder {
    margin-bottom: 60px;
}

.wraper_comingsoon_main.style-one .comingsoon_main > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-one .comingsoon_main h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 65px;
    color: #fff;
    line-height: 75px;
}

.wraper_comingsoon_main.style-one .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
    padding-top: 7px;
    padding-bottom: 12px;
    border-top: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 600;
    font-size: 75px;
    line-height: 82px;
}

/*--------------------------------------------------------------
# Coming Soon Style Two
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-two .comingsoon_main > .holder {
    margin-bottom: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-two .comingsoon_main h1 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 90px;
    color: #fff;
    line-height: 100px;
}

.wraper_comingsoon_main.style-two .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding: 10px 25px 12px 25px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    font-weight: 400;
    font-size: 18px;
    color: #0f1a2e;
    line-height: 28px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}

/*--------------------------------------------------------------
# Coming Soon Style Three
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-three .comingsoon_main > .holder {
    margin-bottom: 45px;
}

.wraper_comingsoon_main.style-three .comingsoon_main > .holder > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 {
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 1px;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 strong {
    display: block;
    text-transform: none;
    font-weight: 600;
    font-size: 75px;
    line-height: 85px;
    letter-spacing: initial;
}

.wraper_comingsoon_main.style-three .comingsoon_main h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:only-child {
    margin-right: 0;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 67px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

/*--------------------------------------------------------------
# lds-circle
--------------------------------------------------------------*/

.lds-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }

    100% {
        transform: rotateY(3600deg);
    }
}

/*--------------------------------------------------------------
# lds-default
--------------------------------------------------------------*/

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}

.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}

.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}

.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}

.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}

.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}

.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}

.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}

.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

/*--------------------------------------------------------------
# lds-dual-ring
--------------------------------------------------------------*/

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-ellipsis
--------------------------------------------------------------*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*--------------------------------------------------------------
# lds-facebook
--------------------------------------------------------------*/

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

/*--------------------------------------------------------------
# lds-grid
--------------------------------------------------------------*/

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/*--------------------------------------------------------------
# lds-heart
--------------------------------------------------------------*/

.lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
}

.lds-heart div {
    top: 32px;
    left: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
}

.lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

    5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}

/*--------------------------------------------------------------
# sk-rotating-plane
--------------------------------------------------------------*/

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border-width: 32px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/*--------------------------------------------------------------
# lds-ring
--------------------------------------------------------------*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-ripple
--------------------------------------------------------------*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# lds-roller
--------------------------------------------------------------*/

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# lds-spinner
--------------------------------------------------------------*/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

body > .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    content: " ";
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body.mobile-menu-open > .overlay {
    opacity: 1;
    visibility: visible;
}


.comments-area .comment-reply-title small a {
    color: inherit;
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Fixing
--------------------------------------------------------------*/

.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev,
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: initial;
    border: 1px #015ABD solid;
    text-align: center;
}

.team[class*='element-'].owl-nav-style-one .owl-nav {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 0;
}

.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev:before,
.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #015ABD;
    line-height: 36px;
}

.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-next:before {
    content: "\f105";
}

.team[class*='element-'].owl-nav-style-one .owl-nav > .owl-prev:before {
    content: "\f104";
}




/*
====================================================== 
====================================================== 
====================================================== 
15-july-21 
======================================================
======================================================
======================================================*/




.single-lp_course .lp-archive-courses .rt-course-single-row {
    width: 1170px;
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
}

.single-lp_course .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
    width: 100% !important;
    max-width: 100% !important;
    ;
    margin: 0;
    padding-right: 0 !important;
}

.single-lp_course .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
    width: 100% !important;
    padding: 0 20px;
}

.courses-details-desc .course-summary .course-detail-info {
    display: none;
}


/*==============================COURSE TAB SECTION==============================*/

ul.course-nav-tabs {
    margin: 10px 0 10px 0 !important;
    text-align: center;
    float: left;
    width: 100%;
    border: 0px none;
    background: #f8f9f8;
    padding: 0 !important;
}


ul.course-nav-tabs li.course-nav {
    border-radius: 0;
    border: none;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    text-transform: capitalize;
    background-color: #f8f9f8;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

ul.course-nav-tabs li.course-nav::before {
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #015abd;
}

ul.course-nav-tabs li.course-nav.active::before {
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #015abd;
}

ul.course-nav-tabs li.course-nav label {
    background-color: #f8f9f8 !important;
}


ul.course-nav-tabs li.course-nav:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #015abd;
    color: #222;
}

ul.course-nav-tabs li.course-nav:last-child {
    margin-right: 0
}


/*================ Courses ================*/
.post-type-archive-lp_course .lp-content-area {
    width: 1266px !important;
    max-width: 100%;
    margin: 0 auto;
}

.post-type-archive-lp_course .lp-courses-bar {
    display: none !important;
}

.rt-case-study-box.element-nine .rt-case-study-box-item > .holder > .pic {
    position: relative;
    overflow: hidden;
    transform: scale(1.06);
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}

.rt-case-study-box.element-nine .rt-case-study-box-item > .holder:hover > .pic {
    transform: scale(1.06) translateX(3%);
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}

/*.rt-case-study-box.element-nine.style-4 .rt-case-study-box-item > .holder > .pic .course-price{display:none !important;}*/

.rt-case-study-box.element-nine .course-hover {
    display: none !important;
}

/*.rt-case-study-box.element-nine .rt-case-study-box-item > .holder:hover .data h3 a{color: #222 !important;}
.rt-case-study-box.element-nine .rt-case-study-box-item > .holder:hover .ciurse-fees-main .course-students{color: #222 !important;}
.rt-case-study-box.element-nine .rt-case-study-box-item > .holder:hover .ciurse-fees-main .rt-price{color: #222 !important;}
.rt-case-study-box.element-nine .course-data{color: #222 !important;}*/

.learnpress-checkout .lp-archive-courses .learn-press-breadcrumb {
    display: none !important;
}


.lp-user-profile.guest .lp-content-area {
    width: 1266px !important;
    max-width: 100%;
    margin: 0 auto;
}

.page-template-default .entry-content ul li {
    list-style-type: none !important;
}


.lp-user-profile.guest .learn-press-form-login button[type="submit"],
.lp-user-profile.guest .learn-press-form-register button[type="submit"] {
    border: none;
    background-color: #015abd;
    padding: 11px 62px 11px 62px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 0px;
}

.lp-user-profile.guest .learn-press-form-login .form-field input,
.lp-user-profile.guest .learn-press-form-register .form-field input {
    margin-bottom: 10px !important;
    border: 1px #d8dada solid !important;
    line-height: 46px !important;
    height: 46px !important;
    border-radius: 0 !important;
    width: 100% !important;
    padding: 0 10px !important;
    color: #222 !important;
    font-size: 13px !important;
}


/*lp-profile after login*/
.entry.hentry #learn-press-profile .wrapper-profile-header {
    background-color: #015abd !important;
}

.entry.hentry #learn-press-profile .lp-user-profile-socials a:hover {
    border-color: #015abd;
    color: #fff;
    background: #015abd
}

.entry.hentry #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active,
.entry.hentry #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
    background-color: #015abd !important;
}

.entry.hentry #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before {
    color: #015abd !important;
}

.entry.hentry #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist:hover a::before {
    color: #fff !important;
}

.entry.hentry #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active a i.fas::before {
    color: #fff !important;
}

.entry.hentry #learn-press-profile .lp-profile-nav-tabs li a i.fas::before {
    color: #015abd !important;
}

.entry.hentry #learn-press-profile .lp-profile-nav-tabs li:hover a i.fas::before {
    color: #fff !important;
}

.entry.hentry #learn-press-profile .lp-profile-nav-tabs li a::before {
    color: #015abd !important;
}

.entry.hentry #learn-press-profile .lp-profile-nav-tabs:hover a::before {
    color: #fff !important;
}


.entry.hentry #learn-press-profile .profile-courses > h3 {
    overflow: hidden;
    width: 100%;
    text-transform: capitalize;
    line-height: 36px !important;
    letter-spacing: 0px !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #222222 !important;
    font-size: 28px !important;
}

.entry.hentry #learn-press-profile-nav .tabs > li > a {
    padding: 0 !important;
}

.entry.hentry #learn-press-profile .dashboard-general-statistic__row .statistic-box {
    width: 240px;
    padding: 15px;
}

.entry.hentry #learn-press-profile #profile-content .lp-button {
    padding: 0 !important;
    text-align: center;
    background: #015abd;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    height: 48px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #FFFFFF;
    overflow: hidden;
    display: block;
    border: 0px;
    border-radius: 0px;
    clear: both;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: 13.8%;
}

.entry.hentry #learn-press-profile #profile-content .lp-button:hover {
    background: #015abd !important;
    color: #fff !important;
    border: 0px !important;
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.entry.hentry .learn-press-profile-dashboard .profile-courses-progress {
    width: 100%;
    float: left;
}

.rt-case-study-box-item .holder {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    /* padding-bottom: 25px;
    float: left; */
    overflow: hidden;
    width: 100%;
}

.rt-case-study-box-item .holder > .pic > .holder > img {
    width: 100%;
}

.rt-case-study-box-item .holder > .pic {
    position: relative;
    overflow: hidden;
    transform: scale(1.06);
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}

.rt-case-study-box-item .holder > .pic > .holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.rt-case-study-box-item > .holder:hover > .pic {
    transform: scale(1.06) translateX(3%);
    transition: transform 1s cubic-bezier(.23, .02, 0, .75);
}*/

.rt-case-study-box-item > .holder .data {
    margin: 0;
    padding: 15px;
    text-align: left;
    position: relative;
    z-index: 9;
    bottom: 0;
    background: none;
    box-shadow: none;
}

/*.rt-case-study-box-item .holder > .pic .course-price{display:none !important;}*/

.rt-case-study-box.element-nine .course-hover {
    display: none !important;
}

.rt-case-study-box-item > .holder .data h3 {
    font-size: 15px;
    line-height: 21px;
    color: #222222;
    font-weight: 500;
    margin: 1px 0 15px 0;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

/*.rt-case-study-box-item .holder:hover .data h3 a{color: #222 !important;}
.rt-case-study-box-item .holder:hover .ciurse-fees-main .course-students{color: #222 !important;}
.rt-case-study-box-item .holder:hover .ciurse-fees-main .rt-price{color: #222 !important;}
*/
.rt-case-study-box-item .holder .course-data {
    color: #222 !important;
}

.rt-case-study-box-item .holder .ciurse-fees-main .course-students {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #434343;
    float: left;
    letter-spacing: 0.8px;
}

.rt-case-study-box-item .holder .ciurse-fees-main .rt-price {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #434343;
    float: right;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.rt-case-study-box-item .holder .ciurse-fees-main {
    padding-bottom: 15px;
    overflow: hidden;
}

.rt-case-study-box-item .holder .course-data {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.rt-case-study-box-item .holder .course-data p.category {
    margin: 0 0 10px 0 !important;
}

.rt-case-study-box-item .holder > .pic > img {
    width: 100%;
}

.rt-course-single-row .course-curriculum ul.curriculum-sections .section-header {
    display: table;
    border-bottom: 1px solid #00adff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rt-course-single-row .course-curriculum ul.curriculum-sections .section-header .section-left {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
}

.rt-course-single-row .course-curriculum ul.curriculum-sections .section-header .section-meta {
    display: none !important;
    white-space: nowrap;
    padding-left: 20px;
    text-align: right;
    font-size: 14px;
    vertical-align: middle;
}

.rt-course-single-row .course-curriculum .section-header .section-left .section-toggle {
    display: none;
}

.rt-course-single-row .course-curriculum ul.curriculum-sections .section-header .section-left p {
    margin-top: 20px !important;
    font-size: 14px;
    line-height: 27px;
    color: #222;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
    color: #222 !important;
}

.learnpress-page .lp-button,
.learnpress-page #lp-button {
    padding: 0 24px !important;
}

.learnpress-page .lp-button:hover,
.learnpress-page #lp-button:hover {
    background: #fff !important;
    color: #015abd !important;
    border: 1px solid #015abd !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#course-item-content-header {
    background: #f9f9f9 !important;
    border-bottom: 1px solid #ddd !important;
}

#course-item-content-header,
#course-item-content-footer {
    position: fixed;
    height: 60px;
    right: 0;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-archive-courses #popup-course {
    top: 0 !important;
    z-index: 99999;
}

.single-lp_course #popup-course #popup-header {
    background-color: #015ABD !important;
}

.single-lp_course #popup-course #popup-header .popup-header__inner .course-title a:hover {
    color: #fff !important;
}

.single-lp_course .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
    color: #fff !important;
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle {
    display: none;
}

.single-lp_course .course-curriculum .section-header .learn-press-progress {
    display: none;
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum .section .section-header {
    height: auto !important;
    padding: 0 20px !important;
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum {
    width: 100% !important
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link::before {
    padding: 7px 0;
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta {
    padding: 13px 0 0 0 !important;
}

.single-lp_course #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item {
    height: auto !important;
}

.single-lp_course #popup-course #sidebar-toggle::before {
    color: #0067D9 !important;
}

.single-lp_course .quiz-intro-item::before {
    color: #0067D9 !important;
}

.single-lp_course #popup-course #popup-sidebar {
    z-index: 9999;
}

.single-lp_course #popup-course #popup-content #learn-press-quiz-app .quiz-content {
    margin-bottom: 40px;
    color: #999999 !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 27px !important;
}

.single-lp_course #popup-course #popup-footer .course-item-nav .prev a,
.single-lp_course #popup-course #popup-footer .course-item-nav .prev::before,
.single-lp_course #popup-course #popup-footer .course-item-nav .next a,
.single-lp_course #popup-course #popup-footer .course-item-nav .next::before {
    color: #666 !important;
    font-weight: bold;
}

.single-lp_course #popup-course #popup-footer .course-item-nav .prev:hover a,
.single-lp_course #popup-course #popup-footer .course-item-nav .prev:hover::before,
.single-lp_course #popup-course #popup-footer .course-item-nav .next:hover a,
.single-lp_course #popup-course #popup-footer .course-item-nav .next:hover::before {
    color: #666 !important;
}

#popup-course #popup-course #popup-footer .course-item-nav .prev a,
#popup-course #popup-footer .course-item-nav .next a {
    color: #666 !important;
}

.learnpress.learnpress-page #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
    padding-top: 70px;
}

.learnpress.learnpress-page .learn-press-profile-course__tab__inner a.active {
    border-top: 4px solid #015abd;
    color: #015abd;
    background: transparent;
}

.learnpress.learnpress-page .learn-press-course-tab-filters .learn-press-filters a.active {
    color: #015abd;
}

.learnpress.learnpress-page .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a {
    color: #015abd;
}

.learnpress.learnpress-page .learn-press-filters > li span {
    color: #015abd;
}

.learnpress.learnpress-page .learn-press-tabs .learn-press-tabs__nav {
    padding: 0px 0 1px 0 !important;
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs {
    padding-bottom: 0 !important;
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li {
    padding-bottom: 0 !important;
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
    color: #fff;
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul {
    padding-bottom: 0 !important
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
    color: #fff;
}

.learnpress.learnpress-page #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
    background: #015abd;
}

.learnpress.learnpress-page .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a {
    color: #015abd;
}

.learnpress.learnpress-page .learn-press-profile-course__tab ul.learn-press-profile-course__tab__inner {
    padding-bottom: 0 !important;
}

.learnpress.learnpress-page #learn-press-profile-basic-information button,
form[name="profile-change-password"] button {
    background-color: #0067DA;
    margin: 0px 0px 0px 0px;
    padding: 11px 22px 11px 22px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-radius: 0;
}

.learnpress.learnpress-page #learn-press-profile-basic-information button:hover,
form[name="profile-change-password"] button:hover {
    /* box-shadow: 0px 8px 25px rgb(0 0 0 / 25%); */
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    opacity: 1;
}

.wraper_inner_banner_breadcrumb .inner_banner_breadcrumb {
    text-align: left;
    width: 1150px;
}

/*.wraper_blog_main.default-page .container {
  width: 100% !important;
}*/

@media (min-width: 1200px) {
    .container {
        width: 1140px !important;
    }
}



.learnpress.learnpress-page #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
    background: #ccdff3 !important;
    color: #015abd !important;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.learnpress.learnpress-page #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview::before {
    color: #015abd !important;
}

.learnpress.learnpress-page #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .item-name {
    color: #434343;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.learnpress.learnpress-page .courses-details-desc .nav .nav-item .nav-link p {
    padding: 0;
    margin: 0;
}

.learnpress.learnpress-page #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
    padding-bottom: 0;
}

.learnpress-page .lp-button {
    width: 100% !important;
}

.rt-archive-box-1 form {
    width: 100%;
}

.ti-stander {
    position: relative;
    top: 0;
    float: left;
    width: 8%;
}

.learnpress.learnpress-page #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
    display: none;
}

.course-item-popup.course-item-lp_lesson .course-curriculum ul.curriculum-sections .section-content .course-item .item-name-sub {
    float: left;
    width: 65% !important;
    padding: 20px 0 !important;
    margin-left: 10px;
}

.learnpress.learnpress-page #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 0;
    text-align: right;
    width: 30%;
}


.learnpress.learnpress-page #popup-course #popup-sidebar {
    flex: 0 0 340px;
}

.learnpress.learnpress-page #popup-course #popup-content #learn-press-content-item .content-item-wrap {
    width: 900px;
}


.learnpress.learnpress-page #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .course-item-meta {
    width: 30%;
    display: block !important;
}
