/*
_____ _
|_   _| |__   ___ _ __ ___   ___ _   _ _ __ ___
| | | '_ \ / _ \ '_ ` _ \ / _ \ | | | '_ ` _ \
| | | | | |  __/ | | | | |  __/ |_| | | | | | |
|_| |_| |_|\___|_| |_| |_|\___|\__,_|_| |_| |_|

*  --------------------------------------
*         Table of Content
*  --------------------------------------
*  01. Button
*  02. Box Width
*  03. Slider Shortcode
*  04. Contact Form
*  05. Client Testimonial Shortcode
*  06. Coming Soon
*  07. 404 Page
*  08. Blog Post
*  09. Blog Sidebar & Widget
*  10. Blog Pagination
*  11. Menu Overide
*  12. Main Menu
*  13. Mobile Menu
*  14. Footer
*  15. Team Shortcode
*  16. Isotope CSS3 transition
*  17. Themeum Tab
*  --------------------------------------
*  -------------------------------------- */

body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

body .elementor-accordion .elementor-accordion-item+.elementor-accordion-item{
    border-top: 1px solid;
}
td {
    border: 1px solid #f5f5f5;
    padding: 5px 10px;
}
.confirm-modal{
    color: #222;
}
.page-internal-padding{
    padding: 80px 0;
}
.elementor-custom-embed iframe{
    pointer-events: initial !important;
}
.dialog-type-lightbox{
    z-index: 99999 !important;
}
.mfp-wrap{
    z-index: 999999;
}
h2.thm-heading-title,
.filterable-portfolio a{
    transition: .4s;
}
/* -------------------------------------- *
*          01. Button
* --------------------------------------- */
b, strong{
    font-weight: 500;
}
img{
    max-width: 100%;
}
.btn,
input[type=submit],
input[type="button"].wpneo-image-upload,
input[type="button"].wpneo-image-upload-btn,
input[type="button"]#addreward,
input[type="button"].removeCampaignRewards,
input[type="submit"].wpneo-submit-campaign,
a.wpneo-cancel-campaign,
.wpneo-edit-btn,
.wpneo-image-upload.float-right,
.wpneo-save-btn,
.wpneo-cancel-btn,
.dashboard-btn-link,
.removecampaignupdate,
#addcampaignupdate {
    padding: 12px 35px;
    font-weight: 300;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    transition: 400ms;
    -webkit-transition: 400ms;
    letter-spacing: .5px;
    display: inline-block;
}
input[type=submit],
input[type="button"].wpneo-image-upload,
input[type="button"].wpneo-image-upload-btn,
input[type="button"]#addreward,
.wpneo-edit-btn,
.wpneo-image-upload.float-right,
.wpneo-save-btn,
.wpneo-cancel-btn,
.dashboard-btn-link,
#wpneo_active_edit_form,
#addcampaignupdate,
.wpneo_donate_button,
.wpneo-profile-button,
.select_rewards_button,
.woocommerce-page #payment #place_order,
.woocommerce input.button,
input[type="submit"].wpneo-submit-campaign {
    color: #fff;
    cursor: pointer;
}
/* input[type=submit]:hover,
input[type="button"].wpneo-image-upload:hover,
input[type="button"].wpneo-image-upload-btn:hover,
input[type="button"]#addreward:hover,
.wpneo-edit-btn:hover,
.wpneo-image-upload.float-right:hover,
.wpneo-save-btn:hover,
.dashboard-btn-link:hover,
#wpneo_active_edit_form:hover,
#addcampaignupdate:hover,
.wpneo_donate_button:hover,
.wpneo-profile-button:hover,
.select_rewards_button:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce input.button:hover,
input[type="submit"].wpneo-submit-campaign:hover {
    background: #23d0ec;
    color: #fff;
} */
.btn.btn-calypso{
    /* background-color: #23d0ec; */
    border: 1px solid ;
    color: #fff;
    border-radius: 30px;
}
.btn.btn-calypso:hover{
    /* color: #23d0ec; */
    background-color: #fff !important;
}
.btn.btn-white {
    background: #fff;
    color: rgba(0, 0, 0, 0.80);
}
.btn.btn-white:hover {
    color: #fff;
}
.btn.btn-dark {
    background: #fff;
    color: #393939;
}
.btn.btn-dark:hover {
    background: #1F1F1F;
    color: #fff;
}
.btn.btn-border-calypso {
    background: transparent;
}
.btn.btn-border-calypso:hover {
    color: #fff;
}
.btn.btn-border-white {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn.btn-border-white:hover {
    color: #fff;
}
.btn.btn-border-dark {
    background: transparent;
    border: 2px solid #393939;
    color: #393939;
}
.btn.btn-border-dark:hover {
    background: #393939;
    color: #fff;
}
.calypso-login-register a.calypso-dashboard {
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.btn.focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline-offset: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.entry-content .elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}


p {
    margin-top: 0;
    margin-bottom: 10px;
}

/* -------------------------------------- *
*           02. Box Width
* --------------------------------------- */
.boxwidth {
    position: relative;
    max-width: 1240px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxwidth #masthead.sticky {
    max-width: 1240px;
    top: 0;
}
.admin-bar #masthead.sticky {top:32px}
.elementor-element .elementor-widget-text-editor{
    font-family: inherit;
}

/* -------------------------------------- *
*           03. Slider Shortcode
* --------------------------------------- */
.slide-popup-media {
    width: 84px;
    height: 84px;
    display: inline-block;
    line-height: 79px;
    border: 5px solid #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 26px;
    color: #fff;
    transition: 400ms;
}
.slide-popup-media i {
    padding-left: 7px;
    position: relative;
}
.slide-popup-media:hover {
    background: #fff;
    color: #000;
}
.slider_content_wrapper {
    position: relative;
}
.thm-slide-control {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 50px;
    margin: 0 auto;
    left: 50%;
    right: auto;
    top: auto;
    margin-left: -50px;
}
.thm-slide-control li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.thm-slide-control li {
    margin: 0 3px;
}
.thm-slide-control li button {
    width: 30px;
    height: 8px;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: 400ms;
}
.thm-slide-control li button:hover {
    width: 50px;
    background: #fff;
}
.thm-slide-control li.slick-active button {
    background: #fff;
}
.slider-button .slider-button-1,
.slider-button .slider-button-2 {
    transition: 400ms;
}
.slide-video-right {
    margin-top: 0;
}
.slider-single-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-button.btn-media-slider.text-center {
    margin-top: 40px;
}

.slider_content_wrapper .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -600px;
}
.slider_content_wrapper .owl-dots .owl-dot{
    display: inline-block;
    margin-left: -35px;
}
.slider_content_wrapper .owl-dots .owl-dot:first-child{
    margin-left: 35px;
}

.slider_content_wrapper .owl-dots .owl-dot .dot-with-bg::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .4s;
}
.slider_content_wrapper .owl-dots .owl-dot .dot-with-bg::before{
    opacity: .9;
}
.dot-with-bg{
    height: 70px;
    width: 70px;
    background-size: cover;
    display: inline-block;
    background-position: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .4s;
}


/* -------------------------------------- *
*          04. Contact Form      	  	  *
* --------------------------------------- */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=date],
.wpcf7-form input[type=number],
.wpcf7-form textarea {
    border: 1px solid #ddd;
    padding: 11px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 35px;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    font-family: inherit;
}
.wpcf7-form textarea{
    height: 126px;
    font-family: inherit;
    font-size: 16px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder{
    color: #B8C1CC;
}
div.wpcf7-mail-sent-ok {
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
}
span.wpcf7-not-valid-tip {
    position: relative;
    top: -25px;
}
.map-info-content {
    text-align: center;
}

.travel-form p{
    color: #5B6065;
}
.wpcf7-form .travel-form input[type=text],
.wpcf7-form .travel-form input[type=email],
.wpcf7-form .travel-form input[type=date],
.wpcf7-form .travel-form input[type=number],
.wpcf7-form .travel-form textarea{
    background: #F7F9FA;
    border: 1px soild #EFEFEF;
    font-weight: 300;
}
.wpcf7-form .travel-form input[type=submit]{
    text-transform: uppercase;
    border: none !important;
    border-radius: 3px!important;
    color: #fff !important;
}
.wpcf7-form .travel-form input[type=submit]:hover{
    background: #222222;
}
/* -------------------------------------- *
*    05. Client Testimonial Shortcode     *
* --------------------------------------- */
.testimonial_content_wrapper span {
    display: block;
    margin-bottom: 50px;
}
.testimonial_content_wrapper .person_name {
    margin: 0;
    font-weight: 600;
    color: #000;
}
.testimonial_content_wrapper .client-info.layout2 img {
    border-radius: 100%;
    z-index: 2;
    float: left;
}
.testimonial_content_wrapper ul.slick-dots{
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 50px;
}
.testimonial_content_wrapper ul.slick-dots li{
    list-style: none;
    display: inline-block;
    float: left;
    font-size: 0;
    margin-right: 10px;
}
.testimonial_content_wrapper ul.slick-dots li button{
    width: 10px;
    height: 14px;
    background-color: #ffffff;
    border: 1px solid #6D7784;
    border-radius: 50%;
}


.testimonial_content_wrapper .slick-prev,
.testimonial_content_wrapper .slick-next {
    background: #222538;
    padding-top: 3px;
    border-radius: 4px;
    overflow: hidden;
    height: 35px;
    line-height: 28px;
    width: 36px;
    text-align: center;
    color: #fff;
    position: absolute;
    cursor: pointer;
    transition: 400ms;
    -webkit-transition: 400ms;
    z-index: 1;
    top: 50%;
    margin-top: -18px;
    
}
.testimonial_content_wrapper .slick-prev {
    margin-left: -36px;
    left: 0;
}
.testimonial_content_wrapper .slick-next {
    left: auto;
    right: 0;
    margin-right: -36px;
    top: 50%;
}

.testimonial_content_wrapper .slick-next:hover,
.testimonial_content_wrapper .slick-prev:hover {
    background: #11121b;
}
.slide img {
    height: 600px;
    width: auto;
}
.slide:not(:first-of-type) {
    display: none;
}
.slide.initialized{
    display:block;
}



/* -------------------------------------- *
*    06. Coming Soon    				  *
* --------------------------------------- */

.mc4wp-form-fields input[type='email']{
    height: 50px;
    width: 300px;
    text-indent: 20px;
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.coming-soon-wrapper{
    min-height: 100vh;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.coming-soon-wrapper::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: .4;
}

.comingsoon-inner{
    margin-top: 100px;
}
.comingsoon-title{
    font-size: 52px;
    line-height: 63px;
    color: #001e00;
    font-weight: 400;
}
.comingsoon-newslatter-descrip{
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 300;
}
.comingsoon-newslatter-descrip i{
    color: #d7dbdd;
}
.coming-soon-copyright{
    color: #96989D;
}
#comingsoon-countdown {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.countdown-section{
    float: left;
    padding: 15px;
    text-align: center;
    color: #222;
}
.countdown-section{
    margin-right: 30px;
    margin-left: 30px;
}
.countdown-section span{
    display: block;
    line-height: 24px;
    font-size: 18px;
}
.countdown-section span.countdown-amount{
    font-size: 56px;
    /* color: #00BBFF; */
    line-height: 66px;
}

.coming-soon-newslatter .mchimp-newsletter{
    position: relative;
}

.coming-soon-newslatter .mchimp-newsletter{
    text-align: left;
}

.coming-soon-newslatter .mchimp-newsletter input[type="email"]{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 56px;
    width: 100%;
    font-size: 16px;
    color: #666666;
    box-shadow: none;
    padding: 0 0 0 20px;
}
.coming-soon-newslatter .mchimp-newsletter *[type="submit"]{
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
}
.comingsoon-footer .social-share ul{
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
}
.comingsoon-footer .social-share ul li{
    display: inline-block;
}
.comingsoon-footer .social-share ul li a{
    line-height: 35px;
    border-radius: 50%;
    font-size: 22px;
}

.comingsoon-footer .social-share ul li:not(:last-child){
    margin-right: 10px;
}
/* -------------------------------------- *
*    		07. 404 Page      			  *
* --------------------------------------- */

.calypso-error-wrapper {
    padding: 80px 0 100px;
}
.calypso-error-wrapper .error-logo{
    padding-bottom: 65px;
}
.error-logo{
    font-size: 30px;
}

.error-title {
    font-size: 60px;
    line-height: 1;
    color: #43484d;
    font-weight: 500;
}

.error-icon{
    color: #43484d;
    margin-bottom: 30px;
}

.error-button{
    margin-top: 40px;
}

.error-button .btn.calypso-btn{
    border-radius: 5px;
}

/* -------------------------------------- *
*    		08. Blog Post      			  *
* --------------------------------------- */


/* classic layout */                                    

.blog-post-item-col .calypso-classic-post{
    margin-bottom: 50px;
}

.blog-post-item-col .calypso-classic-post.post-wide{
    margin-bottom: 0;
}
.blog-post-item-col .calypso-classic-post.post-wide{
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #E5E6EA;
    border-radius: 0px;
}

.blog-post-item-col:first-child .calypso-classic-post.post-wide{
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.calypso-classic-post .calypso-blog-content{
    font-size: 16px;
    line-height: 24px;
    color: #86939E;
}
.calypso-classic-post .blog-details-img{
    margin-bottom: 25px;
}
.calypso-classic-post.post-wide .blog-details-img{
    margin-bottom: 0;
    margin-right: 30px;
}
.classic-post-date a{
    font-size: 12px;
    text-transform: uppercase;
    color: #A8ACB9;
    font-weight: 400;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
    transition: 200ms;
}
.thm-default-postbox h2 a,
.calypso-classic-post .content-item-title a{
    color: #222328;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    transition: 200ms;
}


.calypso-classic-post.post-wide .content-item-title a{
    font-size: 30px;
    line-height: 1.2;
}
.thm-default-postbox h2 a{
    font-size: 30px;
    font-weight: 700;
}

.calypso-classic-post .blog-post-meta-2{
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
}
.calypso-classic-post .blog-post-meta-2 li,
.calypso-classic-post .blog-post-meta-2 li a{
    color: #666;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 20px;
}

.calypso-classic-post .blog-post-meta-2 li{
    margin-left: 7px;
}

.calypso-classic-post .blog-post-meta-2{
    margin-left: -7px;
}

.thm-default-postbox .thm-readmore,
.calypso-classic-post .thm-readmore{
    font-size: 14px;
    text-transform: uppercase;
    color: #222328;
    margin-top: 40px;
    display: inline-block;
    transition: 200ms;
}
.calypso-classic-post.post-wide .thm-readmore{
    margin-top: 20px;
    transition: 400ms;
}
.calypso-classic-post.post-wide .classic-post-date a{
    margin-bottom: 10px;
    transition: 400ms;
}

.style2 .calypso-classic-post .classic-post-date a{
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 14px;
    margin-bottom: 0;
    transition: 400ms;
}
.style2 .calypso-classic-post .content-item-title a{
    color: #5B6065;
}
.style3 .calypso-classic-post .content-item-title{
    margin-top: 30px;
    padding: 0 20px;
}
.style3 .calypso-classic-post .calypso-blog-content{
    margin-top: 15px;
    padding: 0 20px;
}
.style3 .calypso-classic-post .content-item-title a{
    color: #5B6065;
    font-size: 20px;
    line-height: 24px;
    transition: 400ms;
}
.thm-post-date-3-wrap{
    position: absolute;
    left: 20px;
    bottom: -15px;
}
.thm-post-date-3{
    background-color: #00499D;
    height: 50px;
    width: 50px;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 400ms;
}
.style3:hover .thm-post-date-3{
    background-color: #0CB3F3;
}
.thm-post-date-3  span.month{
    font-size: 12px;
    padding-left: 6px;
}
.thm-post-date-3  span.date{
    font-size: 40px;
    letter-spacing: -1.33px;
    position: absolute;
    right: -4px;
    bottom: 1px;
    font-weight: 700;
}
.blog-details-img{
    position: relative;
}
/* default layout */

.calypso-blog-content{
    margin-top: 35px;
}

.calypso-classic-post.post-wide .calypso-blog-content{
    margin-top: 25px;
}

.thm-default-postbox{
    padding: 50px 30px;
    position: relative;
    height: 100%;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.thm-default-postbox:hover .thm-readmore,
.thm-default-postbox:hover .calypso-blog-content{
    color: #fff;
}

.thm-default-postbox .thm-post-bg{
    /*background-color: #23d0ec;*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.thm-default-postbox:hover .thm-post-bg{
    opacity: 1;
}

.thm-default-postbox .thm-post-bg::after{
    opacity: .95;
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-background-image: linear-gradient(-180deg,#23d0ec 0%,#239cec 100%);
    -moz-background-image: linear-gradient(-180deg,#23d0ec 0%,#239cec 100%);
    -ms-background-image: linear-gradient(-180deg,#23d0ec 0%,#239cec 100%);
    background-image: linear-gradient(-180deg,#23d0ec 0%,#239cec 100%);
}

.thm-default-postbox::after{
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    left: 15px;
    background: #E1E8EE;
    height: 1px;
}

.thm-default-postbox::before{
    content: '';
    position: absolute;
    bottom: 15px;
    top: 15px;
    left: 0;
    background: #E1E8EE;
    width: 1px;
}

.default-postbox-col:nth-child(1) .thm-default-postbox::after,
.default-postbox-col:not(.col-md-12):nth-child(2) .thm-default-postbox::after,
.col-md-4.default-postbox-col:nth-child(3) .thm-default-postbox::after,
.col-md-3.default-postbox-col:nth-child(3) .thm-default-postbox::after{
    opacity: 0;
}


.col-md-3.default-postbox-col:nth-child(4n + 1) .thm-default-postbox::before{
    opacity: 0;
}

.col-md-4.default-postbox-col:nth-child(3n + 1) .thm-default-postbox::before{
    opacity: 0;
}

.col-md-6.default-postbox-col:nth-child(2n + 1) .thm-default-postbox::before{
    opacity: 0;
}

.col-md-12.default-postbox-col .thm-default-postbox::before{
    opacity: 0;
}
.thm-default-postbox .calypso-blog-content{
    font-size: 16px;
    line-height: 24px;
    color: #86939E;
    margin-top: 15px;
}

.thm-default-postbox:hover h2 a{
    color: #fff;
}

.thm-default-postbox ul{
    list-style: none;
    padding: 0;
    margin: 0 0 6px;
}

.thm-default-postbox ul.blog-post-meta-2{
    margin-left: -13px;
    margin-bottom: 0;
}

.thm-default-postbox:hover .classic-post-date a{
    color: #fff;
}

.thm-default-postbox ul.blog-post-meta-2 li {
    margin-left: 13px;
}

.thm-default-postbox ul.blog-post-meta-2 li a,
.thm-default-postbox ul.blog-post-meta-2 li  {
    font-size: 14px;
    color: #838D8F;
    font-weight: normal !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: none;
    display: inline-block;
}

.thm-default-postbox:hover ul.blog-post-meta-2 li a,
.thm-default-postbox:hover ul.blog-post-meta-2 li  {
    color: #fff;
}


.thm-post-top{
    text-align: center;
}

.calypso-post .thm-post-top .blog-post-meta li{
    float: none;
}

.page-template-blog-right-sidebar, .page-template{
    background-color: #fff;
}
.blog-post-meta {
    margin: 0;
    padding: 0;
}

.featured-wrap {
    overflow: hidden;
}
.calypso-post.calypso-single-post-item .blog-post-meta {
    margin-bottom: 30px;
}
.separator-wrapper {
    margin-bottom: 30px;
}
.calypso-post .blog-post-meta li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #8E9EB0;
}
.calypso-post .blog-post-meta li .img-author img {
    margin-right: 5px;
}
.calypso-post .blog-details-img{
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}
.blog-details-img img {
    transition: .3s;
}

.calypso-post .blog-post-meta li span,
.calypso-post .blog-post-meta li a {
    color: #8E9EB0;
    font-weight: 400;
    transition: 400ms;
    -webkit-transition: 400ms;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calypso-post .thm-post-top .blog-post-meta li span,
.calypso-post .thm-post-top .blog-post-meta li a{
    font-size: 14px;
}

.calypso-post .grid2 .blog-post-meta li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #B4B4B4;
    font-weight: 300;
}
.calypso-post .grid2 .blog-post-meta li a {
    background-color: #afafaf;
    padding: 3px 10px 3px;
    color: #fff;
    border-radius: 3px;
    font-weight: 300;
}


.calypso-post .blog-post-meta .meta-category a{
    background-color: #afafaf;
    padding: 3px 10px 3px;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
}

.calypso-post .blog-post-meta .meta-category a:hover{
    color: #fff;
}


.data-author{
    display: inline-block;
    float: left;
    margin-top: 20px;
    color: #6D7784;
    font-weight: 300;
}
.data-author img {
    margin-right: 5px;
}
.data-author a{
    color: #6D7784;
}
.data-comments{
    display: inline-block;
    float: right;
    margin-top: 20px;
    line-height: 50px;
    color: #B4B4B4;
    font-weight: 300;
}
.calypso-post .content-item-title {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 24px;
}

.single .calypso-post .content-item-title {
    font-size: 36px;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 25px;
    word-wrap: break-word;
    letter-spacing: -1.38px;
}
.calypso-post .content-item-title a {
    color: #222538;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.single-content-flat .calypso-blog-title {
    padding: 28px 0px 0 0px;
}

.calypso-index-post {
    word-wrap: break-word;
}
.separator-wrapper .calypso-index-post .blog-details-img {
    overflow: hidden;
    transition: .3s;
}
.single .calypso-single-post .calypso-blog-title {
    width: 100%;
    overflow: hidden;
}
.blog-date-wrapper i {
    margin-right: 4px;
}
.entry-summary .wrap-btn-style a.btn-style {
    margin-top: 20px;
    padding: 0;
    font-weight: 400;
    float: left;
}
.blog-quote-content {
    position: absolute;
    bottom: 70px;
    width: 77%;
    margin: 0 !important;
}
.entry-blog .entry-summary p,
.entry-blog .entry-summary{
    font-size: 16px;
    line-height: 26px;
    color: #86939E;
}
.quote-cont-blog.entry-blog {
    position: absolute;
    bottom: 10px;
}
.quote-cont-blog-wrapper.entry-summary.clearfix {
    position: absolute;
    width: 78%;
    overflow: hidden;
    bottom: 35px;
}
span.blog-content-quote {
    font-size: 30px;
}
.quote-cont-blog a {
    margin-top: 0 !important;
}
.calypso-quote {
    /*background: #23d0ec;*/
    color: #fff;
}
.calypso-quote a, .blog-quote-content i{
    color: #fff !important;
}
.entry-summary {
    line-height: 24px;
    color: #222538;
}
.entry-summary .wrap-btn-style a.btn-style:hover {
    color: #000;
}
.entry-summary .wrap-btn-style a.btn-style i {
    font-size: 13px;
    margin-left: 2px;
}
.calypso-latest-post {
    background-color: #fff;
}
.calypso-latest-post .calypso-blog-title {
    padding: 30px;
}

.widget_categories .postform {
    padding: 0;
    width: 100%;
}
.widget_text .textwidget {
    padding: 28px;
}

/* single post meta */

.single-post-meta{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    color: #949494;
    font-size: 12px;
    margin: 70px 0;
    margin-left: -15px;
}
.single-post-meta li{
    display: inline-block;
    margin-left: 15px;
}
.single-post-meta li > i{
    color: #000;
}
.single-post-meta li > span,
.single-post-meta li > a{
    color: #000000;
    margin-left: 5px;
}

/* post navigation */

.thm-post-navigation{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 25px;
    margin-bottom: 25px;
}
.thm-post-navigation span a{
    color: #222;
    text-transform: uppercase;
}
.thm-post-navigation span.next-post,
.thm-post-navigation span.prev-post{
    display: block;
    padding: 15px 0;
    font-size: 14px;
}

.thm-post-navigation span.next-post{
    text-align: right;  
}

/* -------------------------------------- *
*    	09. Blog Sidebar & Widget      	  *
* --------------------------------------- */
.widget-blog-posts-section .media-left,
.widget-blog-posts-section .media>.pull-left {
    padding-right: 15px;
}
.widget-blog-posts-section .entry-title {
    font-size: 16px;
    margin: 0;
    padding: 12px 0 0 0;
    line-height: 24px;
    font-weight: 500;
}
.widget-blog-posts-section .entry-title a {
    color: #293340;
}
.widget-blog-posts-section .media .pull-left img {
    margin-bottom: 16px;
    height: 54px;
    width: 54px;
    border-radius: 4px;
}
.widget-blog-posts-section .entry-date {
    font-size: 14px;
}
.widget-popular-news-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_themeum_popular_posts_widget {
    padding: 0;
    margin: 0;
}
.widget {
    word-break: break-word;
}
.widget_recent_comments a {
    word-break: break-word;
}
.search-no-results #searchform {
    position: relative;
}
.search-no-results #searchform .btn-search {
    position: absolute;
    right: 0;
    padding: 14px 20px;
    top: 0;
}
.widget select {
    width: 100%;
    background: #fff;
    padding: 25px;
    border: 1px solid #f2f2f2;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    color: #333;
    font-weight: 400;
}
.textwidget img {
    display: block;
    max-width: 100%;
    height: auto;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #f2f2f2;
}
#sidebar .widget {
    margin-bottom: 28px;
    padding: 15px 20px 15px;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    position: relative;
}
#sidebar .widget.widget_rss ul li,
#sidebar .widget ul li.recentcomments{
    padding: 11px 35px;
    display: block;
}
#sidebar .widget ul{
    margin: 0 -20px;
    border-top: 1px solid #f5f5f5;
}
#sidebar .widget ul ul{
    margin: 0;
    padding: 0 0 0 15px;
}
#sidebar .widget ul ul li{
    padding: 0;
}
.widget{
    padding: 28px;
}
.widget-area .widget:last-child {
    margin-bottom: 0px;
}
.single-wrapper-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.widget{
    padding: 28px;
}
#sidebar h3.widget_title {
    font-size: 20px;
    font-weight: 400;
    color: #384351;
    padding: 0 30px 11px 30px;
    line-height: 1;
    margin: 0 -20px 10px;
}

#sidebar .widget{
    font-size: 14px;
    line-height: 18px;
}
/* #sidebar h3.widget_title::before {
    content: '';
    height: 34px;
    width: 12px;
    position: absolute;
    left: 0px;
    top: 0;
    background: #23d0ec;
    left: 18px;
} */

#sidebar h3.widget_title::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 28px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    left: 18px;
}

#sidebar .themeum-title .icon-bar {
    background: #000;
}
.widget-blog-posts-section img {
    width: 100%;
    display: block;
}
.widget-blog-posts-section img {
    width: 100%;
    display: block;
    height: 100%;
}
.widget.widget_archive label {
    font-weight: 400;
}
aside.widget-area .themeum-title {
    margin-bottom: 30px;
}
.widget-popular-news a {
    color: #555;
}
.widget-popular-news a:hover {
    color: #000;
}
.widget-popular-news .media>.pull-left {
    padding-right: 15px;
}
.widget_title {
    margin-top: 0;
    margin-bottom: 22px;
}
.widget .tagcloud {
    display: block;
}
.widget .tagcloud a {
    display: inline-block;
    padding: 2px 6px;
    margin: 0px 5px 6px 0;
    -webkit-transition: all 300ms ease-in;
    font-size: 14px !important;
    background: #8E9EB0;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 300;
}
.calypso-widgets img{
    width: 60px;
    border-radius: 6px;
}
.calypso-widgets h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
span.latest-widget-date {
    font-size: 12px;
}
.calypso-widgets.media {
    border-bottom: 1px solid #D1D9E2;
    margin-bottom: 14px;
    padding-bottom: 12px;
}
.widget-blog-posts-section .calypso-widgets:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.widget .tagcloud a:hover {
    color: #fff;
}
.widget >ul {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    list-style: none;
}
.widget ul.children {
    list-style: none;
    padding-left: 10px;
}
#sidebar .widget ul.children li:last-child {
    border-bottom: none;
}
#sidebar .widget ul li {
    color: #000;
    line-height: 18px;
    border-bottom: 1px solid #F5F5F5;
}
#sidebar .widget ul li:last-child{
    border-bottom-color: transparent;
}
#sidebar .widget_themeum_social_share_widget .themeum-social-share li {
    padding: 10px 0px 10px;
    color: #000;
}
.widget ul > li:last-child {
    border-bottom: none;
}
.widget.widget_categories ul li {
    text-transform: capitalize;
}
.widget_nav_menu ul {
    padding: 0px;
}
.widget_nav_menu ul li {
    list-style: none;
    padding: 3px 0;
}
.widget_nav_menu ul.menu .sub-menu li:first-child {
    border-bottom: none;
}
.sidebar .widget_categories ul>li>a {
    padding-right: 82%;
}
.widget ul li:nth-child() a {
    padding-top: 0;
}
.widget ul li:last-child a {
    padding-bottom: 0;
}
.widget.widget_recent_comments ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: break-word;
}
.widget.widget_rss ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    word-break: break-word;
}
.widget.widget_recent_comments ul li a {
    color: #38434a;
    padding: 0;
    border-left: 0 none;
}
.widget ul li a {
    color: #38434a;
    display: block;
    transition: .4s;
}
#sidebar .widget ul li {
    padding: 0 30px 0 30px;
}
#sidebar .widget ul li a{
    padding: 11px 0 11px;
    display: inline-block;
}
.bottom .widget ul li a {
    color: #d2d2d2;
    line-height: 28px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.widget.widget_nav_menu ul.sub-menu {
    padding-left: 20px;
}
#sidebar .widget.widget_nav_menu ul.sub-menu li:last-child {
    border-bottom: none;
}
.widget_text .textwidget {
    padding: 0;
}
.widget.widget_rss .widget_title a {
    color: #222;
}
.widget.widget_rss ul li a {
    border: 0 none;
    padding: 0;
}
.widget.widget_rss a:hover,
.widget.widget_recent_comments a:hover {
    border-left: 0px;
    text-decoration: underline;
}
.widget.widget_search #searchform {
    position: relative;
}
.calypso-widgets a {
    color: #222538;
}
.widget.widget_search #searchform input {
    height: 48px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    padding: 0 20px;
    margin: 0;
    background: none;
    border: 1px solid #f5f5f5;
}
.widget.widget_search #searchform .btn-search {
    height: 50px;
    line-height: 50px;
}
.widget.widget_search #searchform i {
    position: absolute;
    right: 15px;
    top: 0px;
}
.widget.widget_search #searchform .btn-search i {
    font-size: 16px;
    line-height: 50px;
}
.widget.widget_search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px;
    border-radius: 0;
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.widget.widget_search .btn-search:hover {
    color: rgba(255, 255, 255, .7);
}
#sidebar #themeum_social_share_widget-2 ul>li {
    float: left;
    padding-right: 15px;
}
#sidebar #themeum_social_share_widget-2 ul>li a:hover {
    color: #00aeef;
}
.breadcrumb {
    background-color: transparent;
    text-align: right;
    color: #000;
}
.breadcrumb a {
    color: #000;
}

.calypso-index-post {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
}
.calypso-index-post.grid2{
    border-radius: 0;
}
.calypso-single-post-author {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: 40px 0;
    border-radius: 4px;
    background: #fff;
}
.single-blog-author img{
    border-radius: 50%;
}
.calypso-single-post-author strong {
    display: block;
    margin-bottom: 10px;
}
.calypso-single-post-author .avatar {
    border-radius: 50%;
    float: left;
}
.calypso-single-post-author .calypso-author-meta-data {
    margin-left: 90px;
}
@media (max-width: 768px) {
    .post-navigation .blog-post-review-content .blog-post-review-pre {
        width: 100%;
        text-align: center;
    }
    .blog-post-review-content .blog-post-review-pre img,
    .blog-post-review-content .blog-post-review-next img {
        float: none;
        display: inline-block;
    }
    .post-navigation .blog-post-review-content .blog-post-review-next {
        width: 100%;
        text-align: center;
    }
}

.post-navigation {
    padding-bottom: 30px;
}
.post-navigation a {
    font-size: 16px;
}
.featured-wrap .carousel-inner img {
    width: 100%;
}
.featured-wrap-link .entry-link-post-format {
    padding: 59px 28px;
    /*background-color: #23d0ec;*/
}
.featured-wrap-link .entry-link-post-format h4 {
    position: relative;
    z-index: 3;
    font-size: 32px;
    color: #fff;
    word-break: break-all;
    line-height: 34px;
}
.featured-wrap-quite h2 {
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}
.featured-wrap-quite blockquote {
    margin: 0;
}
.featured-wrap-quite .entry-quote-post-format {
    padding: 28px;
    /*background: #23d0ec;*/
    color: #fff;
    border-radius: 6px;
}
.blog-content-wrapper h2.entry-title.blog-entry-title {
    font-size: 34px;
    margin-bottom: 20px;
    color: #000;
    margin-top: 0;
}
.blog-content-wrapper .entry-headder li {
    display: inline-block;
    padding-right: 10px;
}
.blog-content-wrapper .entry-headder li a {
    color: #777;
    padding-left: 8px;
}
.form-submit {
    margin: 20px 0 0;
}
.featured-wrap .entry-content-gallery a.left.carousel-left {
    transform: translateY(-50%);
    top: 48%;
    position: absolute;
    padding: 20px;
    font-size: 60px;
    color: #777;
}
.featured-wrap .entry-content-gallery a.right i {
    position: absolute;
    transform: translateY(-50%);
    top: 48%;
    font-size: 60px;
    font-weight: 500;
    text-align: right;
    width: 100%;
    padding: 20px;
    color: #777;
}
.featured-wrap img {
    width: 100%;
    height: 100%;
}
.single-post-content {
    font-size: 16px;
    line-height: 26px;
    color: #222538;
}
.single-post-content p {
    margin-bottom: 26px;
}
.single-post-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 8px;
}
.calypso-single-post-item .blog-details-img {
    margin-bottom: 30px;
}
.calypso-single-post-item .blog-details-img img {
    border-radius: 4px;
}
.blog-details-img .carousel-control-next, .blog-details-img .carousel-control-prev{
    font-size: 34px;
}
.calypso-single-post-item .entry-video {
    margin-bottom: 30px;
}

.site-content .entry-content p{
    overflow: hidden;
}
.elementor-slick-slider ul.slick-dots{
    bottom: -50px !important;
}
.elementor-image-carousel .slick-dots li{
    margin: 0 4px !important;
}
.elementor-image-carousel .slick-dots li button:before{
    font-size: 14px !important;
}

/* -------------------------------------- *
*    	10. Blog Pagination      	  	  *
* --------------------------------------- */
.themeum-pagination{
    display: block;
    width: 100%;
}
.themeum-pagination ul.page-numbers{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    margin-top: 75px;
    font-family: montserrat;
    overflow: hidden;
    border-top: 1px solid #E5E6EA;
    border-bottom: 1px solid #E5E6EA;
    padding: 20px 0;
}
.themeum-pagination .page-numbers li a,
.themeum-pagination .page-numbers li span{
    transition: .4s;
}
.themeum-pagination .page-numbers li{
    display: inline-block;
    border: none;
}
.themeum-pagination .page-numbers li.act-left{
    float: left;
}
.themeum-pagination .page-numbers li.act-right{
    float: right;
}
.themeum-pagination .page-numbers li.act-left a,
.themeum-pagination .page-numbers li.act-right a{
    color: #86939E;
}


.themeum-pagination .page-numbers li span,
.themeum-pagination .page-numbers li a{
    color: #222328;
    margin: 0 15px;
}

.themeum-pagination .page-numbers li span:hover,
.themeum-pagination .page-numbers li a:hover{
    background: transparent;
}

/* -------------------------------------- *
*           11. Header CSS            *
* --------------------------------------- */
#elementor-editor-wrapper .header.site-header{
    pointer-events: none;
}
header.site-header{
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 20px 0;
}

.header-transparent{
    position: absolute;
}

.logged-in.admin-bar header.site-header{
    top: 32px;
}

/* -------------------------------------- *
*    		12. Main Menu      	  	      *
* --------------------------------------- */

.common-menu-wrap{
    display: block;
    text-align: right;
    width: 100%;
}
.common-menu-wrap .navigation{
    list-style: none;
    margin: 0;
    padding: 0;
}
.common-menu-wrap .navigation li{
    display: inline-block;
    position: relative;
}
.common-menu-wrap .navigation li a{
    color: #222;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
}

/* dropdown menu */

.common-menu-wrap .sub-menu{
    position: absolute;
    background-color: #f7f7f7;
    z-index: 9;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 220px;
    text-align: left;
    left: 0;
    top: 100%;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.common-menu-wrap .sub-menu li{
    display: block;
}
.common-menu-wrap > ul > li > .sub-menu::after{
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #f7f7f7;
    bottom: 100%;
    left: 20px;
    position: absolute;
}
.common-menu-wrap > ul > li:nth-last-child(1) > .sub-menu::after,
.common-menu-wrap > ul > li:nth-last-child(2) > .sub-menu::after{
    left: auto;
    right: 20px;
}

.common-menu-wrap .sub-menu li:last-child{
    border-bottom: 1px solid transparent;
}

.common-menu-wrap li:hover > ul{
    visibility: visible;
    opacity: 1;
}

.common-menu-wrap .sub-menu li a{
    display: block;
    padding: 5px 25px;
    color: #222 !important;
}

.common-menu-wrap .sub-menu li a:hover{
    background-color: #eee;
}


.common-menu-wrap .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.common-menu-wrap .sub-menu .sub-menu .sub-menu,
.common-menu-wrap .sub-menu li:nth-last-child(1) .sub-menu,
.common-menu-wrap .sub-menu li:nth-last-child(2) .sub-menu{
    left: auto;
    right: 100%;
}

.common-menu-wrap .sub-menu li:nth-last-child(1) .sub-menu .sub-menu,
.common-menu-wrap .sub-menu li:nth-last-child(2) .sub-menu .sub-menu{
    right: auto;
    left: 100%;
}

.common-menu-wrap li:nth-last-child(1) .sub-menu,
.common-menu-wrap li:nth-last-child(2) .sub-menu{
    left: auto;
    right: 0;
}
.common-menu-wrap li:nth-last-child(1) .sub-menu .sub-menu,
.common-menu-wrap li:nth-last-child(2) .sub-menu .sub-menu{
    left: auto;
    right: 100%;
}
.common-menu-wrap li:nth-last-child(1) .sub-menu .sub-menu .sub-menu,
.common-menu-wrap li:nth-last-child(2) .sub-menu .sub-menu .sub-menu{
    right: auto;
    left: 100%;
}

/* header Category menu */
.header-cat-menu {
    padding-left: 35px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.header-cat-menu .cat-menu-btn{
    color: #fff;
}
.header-cat-menu .cat-menu-btn i{
    margin-right: 4px;
}

.header-cat-menu .thm-cat-menu{
    position: absolute;
    list-style: none;
    width: 220px;
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.header-cat-menu:hover .thm-cat-menu{
    visibility: visible;
    opacity: 1;
}
.header-cat-menu .thm-cat-menu::before{
    content: '';
    position: absolute;
    bottom: 100%;
    width: 100%;
    background: transparent;
    height: 15px;

}
.header-cat-menu .thm-cat-menu::after{
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #f7f7f7;
    bottom: 100%;
    left: 20px;
    position: absolute;
}
.header-cat-menu .thm-cat-menu li{
    display: block;
}
.header-cat-menu .thm-cat-menu li:not(:last-child){
    border-bottom: 1px solid #eee;
}
.header-cat-menu .thm-cat-menu li a{
    line-height: 30px;
    color: #5B6065;
    display: block;
    padding: 6px 20px;
    transition: .4s;
    font-weight: 400;
}
.header-cat-menu .thm-cat-menu li a:hover{
    color: #27AAE1;
}

/* header icons */

.thm-header-icons .single-icon {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 0 2.5px;
}

/* .thm-header-icons .single-icon > a{
    color: #ffffff;
} */

.thm-header-icons .single-icon:not(:last-child){
    margin-right: 10px;
}

/* cart icon & cart box */

.thm-cart-icon{
    position: relative;
}
.thm-cart-icon .woocommerce.widget_shopping_cart{
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    width: 280px;
    padding: 20px 20px 5px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 9;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}
.thm-cart-icon .woocommerce.widget_shopping_cart::after{
    content: '';
    height: 20px;
    width: 280px;
    bottom: 100%;
    left: 0;
    background:transparent;
    z-index: 99999;
    position: absolute;
}
.thm-cart-icon:hover .woocommerce.widget_shopping_cart{
    opacity: 1;
    visibility: visible;
}
body .thm-cart-icon div.woocommerce .widget_shopping_cart .cart_list li, 
body .thm-cart-icon div.woocommerce.widget_shopping_cart .cart_list li{
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
body .thm-cart-icon div.woocommerce .widget_shopping_cart .cart_list li:last-child, 
body .thm-cart-icon div.woocommerce.widget_shopping_cart .cart_list li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
body .thm-cart-icon div.woocommerce ul.cart_list li img,
body .thm-cart-icon div.woocommerce ul.product_list_widget li img{
    width: 50px;
    border: 1px solid #ddd;
}
body .thm-cart-icon div.woocommerce ul.product_list_widget li img{
    margin-right: 10px;
}
body .thm-cart-icon div.woocommerce ul.cart_list li a, 
body .thm-cart-icon div.woocommerce ul.product_list_widget li a{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

body .thm-cart-icon div.woocommerce .widget_shopping_cart .cart_list li .quantity, 
body .thm-cart-icon div.woocommerce.widget_shopping_cart .cart_list li .quantity{
    font-size: 12px;
    text-align-last: left;
    display: block;
    color: #222;
    /* clear: both; */
}
body .thm-cart-icon div.woocommerce .widget_shopping_cart .cart_list li a.remove, 
body .thm-cart-icon div.woocommerce.widget_shopping_cart .cart_list li a.remove{
    font-size: 18px;
    left: -18px;
    top: 5px;

}

body .thm-cart-icon div.woocommerce .widget_shopping_cart .total, 
body .thm-cart-icon div.woocommerce.widget_shopping_cart .total{
    border-top-style: solid;
    border-top-width: 1px;
    /* color: #00aeef; */
}
body .thm-cart-icon div.woocommerce #respond input#submit, 
body .thm-cart-icon div.woocommerce a.button, 
body .thm-cart-icon div.woocommerce button.button, 
body .thm-cart-icon div.woocommerce input.button{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    transition: .4s;
}
p.woocommerce-mini-cart__empty-message{
    text-align: center;
    color: #999;
}
/******* Popup Search CSS ***********/

.thm-search-icon{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 2.5px;
}

.sticky .thm-search-icon{
    padding-left: 10px;
}

/* search form */

.thm-fullscreen-search{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.thm-fullscreen-search.active{
    opacity: 1;
    visibility: visible;
}

.thm-fullscreen-search .search-overlay{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .85;
    cursor: url(https://image.ibb.co/dquw2G/close_1.png), auto;
}
.thm-fullscreen-search form{
    position: relative;
    width: 40%;
}

.thm-fullscreen-search form input[type="text"]{
    width: 100%;
    border: none;
    border-bottom: 3px solid;
    height: 50px;
    background-color: transparent;
    font-size: 20px;
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.thm-fullscreen-search label{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    font-size: 18px;
}

/* -------------------------------------- *
*    		13. Mobile Menu      	  	  *
* --------------------------------------- */
/* for megamenu */
/* 
@media only screen and (min-width: 768px){
    .wp-megamenu .thm-logo-col{
        position: absolute;
        left: 15px;
        top: 50%;
        z-index: 99999;
        transform: translateY(-50%)
    }
    .wp-megamenu .thm-cat-col{
        position: absolute;
        left: 125px;
        top: 50%;
        z-index: 99999;
        transform: translateY(-50%)
    }
    .wp-megamenu .thm-icon-col{
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 99999;
        transform: translateY(-50%)
    }

    .wp-megamenu .main-menu-wrap{
        position: relative;
        height: 60px;
    }

} */
@media only screen and (min-width: 768px){
    .header-transparent #wp-megamenu-primary>.wpmm-nav-wrap> ul.wp-megamenu>li>a{
        color: #fff;
    }
}
/* end for megamenu */


#mobile-menu {
    top: 70px;
    width: 100%;
    right: 0;
    z-index: 1;
    background: #eeeeee;
}

.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
    position: static;
}
.main-menu-wrap .navbar-toggle{
    padding: 10px;
    cursor: pointer;
}
.navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
}
.navbar-toggle {
    border: none;
    margin: 0;
    z-index: 3;
    font-size: 30px;
    text-align: right;
    color: #fff;
    background: transparent;
    padding-right: 0;
}
.header-borderimage .navbar-toggle .icon-bar,
.header-solid .navbar-toggle .icon-bar {
    background: #000;
}
#navigation #mobile-menu .navbar-nav {
    float: none;
}
#navigation #mobile-menu .navbar-nav {
    margin: 0;
    background-color: #29333f;
}
#mobile-menu .navbar-collapse {
    border: 0;
}
#mobile-menu .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-top: 0 !important;
}
#mobile-menu ul {
    list-style: none;
}
#mobile-menu ul li {
    margin-bottom: 1px;
}
#mobile-menu ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    display: block;
}
#mobile-menu ul li.active>a,
#mobile-menu ul li a:hover {
    background: none;
}
#mobile-menu ul ul {
    padding-left: 35px;
    padding-top: 0;
    padding-bottom: 0;
}
#mobile-menu ul li span.menu-toggler {
    display: inline-block;
    width: 34px;
    cursor: pointer;
    color: #000;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
#mobile-menu ul li:hover .menu-toggler {
    color: #222;
}
#mobile-menu ul li {
    line-height: 20px;
    display: block;
    position: relative;
}
#mobile-menu ul li span.menu-toggler i {
    display: block;
    line-height: 44px;
}
#mobile-menu ul li span.menu-toggler .fa-angle-right,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-down {
    /* display: none; */
}
#mobile-menu ul li span.menu-toggler .fa-angle-down,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-right {
    display: block;
}
#navigation #mobile-menu .navbar-nav>li>a:focus,
#navigation #mobile-menu .navbar-nav>li>a:hover {
    background-color: transparent;
}
@media only screen and (max-width: 768px) {
    #masthead.sticky {
        position: inherit !important;
        animation: none;
        box-shadow: none;
    }
    .admin-bar #masthead.sticky {
        top: 0;
    }
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
    background-color: transparent;
}



/* -------------------------------------- *
*    		14. Footer      	  		  *
* --------------------------------------- */
.footer-wraper{
    position: relative;
}
#footer-wrap a{
    transition: .4s;
}

#footer-wrap.absolute-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}
.bottom-widget .widget{
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
}
.bottom-widget .widget h3.widget-title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.40);
}
ul.themeum-social-share {
    list-style: none;
    padding: 4px 14px;
    text-align: center;
}
ul.themeum-social-share li {
    display: inline-block;
}
.widget_themeum_social_share_widget .themeum-social-share li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.send-arrow {
    margin-bottom: 35px;
}
.mc4wp-form-fields button {
    color: #fff;
    border: none;
    padding: 2px 16px;
    border-radius: 2px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.mchimp-newsletter{
    text-align: right;
}
.mc4wp-form-fields button:hover{
    cursor: pointer;
}
.mc4wp-form-fields .send-arrow {
    position: relative;
}
.mc4wp-form-fields .send-arrow input[type="email"] {
    width: 100%;
    background: #222538;
    color: #8e9eb0;
    padding: 9px 15px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}
.mc4wp-form-fields {
    position: relative;
}
.bottom-widget input[type="email"]::-webkit-input-placeholder {
    color: #8e9eb0;
}
.bottom-widget input[type="email"]::-moz-placeholder {
    color: #8e9eb0;
}
.bottom-widget input[type="email"]:-ms-input-placeholder {
    color: #8e9eb0;
}
.bottom-widget input[type="email"]:-moz-placeholder {
    color: #8e9eb0;
}
.menu-footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.menu-footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.bottom-widget .widget-blog-posts-section {
    margin-top: 40px;
}
.bottom-widget .calypso-widgets.media {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.bottom-widget .calypso-widgets img {
    border-radius: 0;
}
.bottom-widget .calypso-widgets h4 {
    font-weight: 400;
}
.bottom-widget .textwidget strong{
    font-size: 16px;
}
.bottom-widget .textwidget >p:first-child {
    margin-bottom: 0;
    line-height: 30px;
}
.bottom-widget span.latest-widget-date {
    color: rgba(255, 255, 255, 0.4);
}
.bottom-widget .widget_nav_menu ul li:first-child {
    padding-top: 0;
}
.bottom-widget .mc4wp-form input[type="email"] {
    background-color: #222538;
    border: none;
    height: 42px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
    color: #8E9EB0;
    font-weight: 400;
}
.bottom-widget .mc4wp-form input[type="submit"]{
    position: absolute;
    right: 0;
    border-radius: 0 3px 3px 0;
    width: 45px;
    top: 0;
    height: 40px;
}

.bottom-widget iframe{
    max-width: 100%;
}

/* -------------------------------------- *
*           15. Team Shortcode            *
* --------------------------------------- */

/* team css here */



/* -------------------------------------- *
*           23. Login & Registration      *
* --------------------------------------- */
.modal-backdrop.show{
    z-index: 8;
}
.modal {
    text-align: center;
}

.modal #login {
    text-align: center;
}

.modal .modal-backdrop {
    background-color: #16171c;
}

.modal .modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal .modal-dialog,
.wpneo-modal-content {
    max-width: 650px;
}


.modal .modal-content {
    border-radius: 4px;
    background-color: #fff;
    margin-top: 100px;
    text-align: center;
    z-index: 9999;
    color: #222222;
}
.modal .modal-footer a{
    /* color: #00aeef; */
}
.modal .modal-footer .thm-logout-button{
    color: #ffffff;
}
.modal .modal-content .modal-body input:not([type="checkbox"]){
    height: 45px;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 0 auto;
}
.modal .modal-content .modal-body input[type="submit"]{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 5px;
}
.modal .modal-content .modal-body input[type="submit"]:hover{
    background-color: #999 !important;
}
.modal .modal-header {
    padding: 80px 80px 0px 80px;
    border-bottom: none;
    border-radius: 4px;
    display: block;
}

.modal .modal-body {
    padding: 0px 80px 80px 80px;
}

.modal .modal-title {
    color: #313232;
    font-size: 22px;
    font-size: 48px;
    text-align: center;
    font-weight: 300;
}

.modal-header .close{
    position: absolute;
    right: 30px;
    top: 30px;
}

.modal .modal-text{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 45px;
}

.modal button.close {
    filter: alpha(opacity=60);
    opacity: .6;
    background: none;
}

.modal button.close span {
    font-size: 20px;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #B2B2B2;
    color: #999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    background: #fff;
}

.modal input#username,
.modal input#password,
.modal input#usernamelogin,
.modal input#passwordlogin,
.modal input#email {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    height: auto;
    margin-bottom: 14px;
    border-color: #f1f1f1;
    padding: 14px 25px 14px 25px;
    padding: 0.77777778rem 1.38888889rem 0.77777778rem 1.38888889rem;
    font-size: 14px;
    font-size: 0.77777778rem;
}

.modal input#password {
    margin-bottom: 15px;
}

.modal label {
    opacity: .8;
    filter: alpha(opacity=80);
    padding-left: 10px;
    top: 2px;
    position: relative;
}

.modal .submit_button {
    position: relative;
}

.modal .lost-pass {
    position: relative;
}

.modal-footer{
    padding-left: 35px;
    padding-right: 35px;
}

.modal .google-login,
.modal .facebook-login,
.modal .twitter-login,
.modal .register_button {
    color: #ffffff;
    border: none;
    display: inline-block;
}

.modal .condition {
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 12px;
    margin-top: 10px;
}

.modal .google-login {
    background-color: #df4a32;
}

.modal .facebook-login {
    background-color: #39579a;
}

.modal .twitter-login {
    background-color: #51abf1;
}

.modal .haveaccount {
    background: #cdcfd1;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.modal .haveaccount span {
    background: #f6f8fa;
    padding: 10px;
    position: relative;
    top: -16px;
    left: 20px;
    color: #848484;
}


/* notice boared */

.thm-notice-wrap{
    padding: 0 15px;
}
.thm-notice-title{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.thm-notice-title a,
.thm-notice-title h4{
    color: #fff;
    margin: 0;
    font-weight: 400;
}


.thm-notice-board{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #fff;
}
.notice-board-col:last-child .thm-notice-board{
    border-bottom: 0;
    padding-bottom: 0;
}

.thm-notice-board h5 a{
    color: #fff;
}

.notice-left{
    float: left;
    background-color: #00499D;
    height: 50px;
    width: 50px;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 400ms;
}

.notice-left span.month{
    font-size: 12px;
    padding-left: 6px;
}
.notice-left span.date{
    font-size: 40px;
    letter-spacing: -1.33px;
    position: absolute;
    right: -3px;
    bottom: 1px;
}


.notice-right{
    padding-left: 70px;
}

.notice-right h5{
    margin-bottom: 5px;
    line-height: 19px;
}

/* notice boared */

/* sinle notice */

.thm-single-notice .thm-notice-left{
    float: left;
}

.thm-single-notice .thm-notice-left .thm-notice-date-box{
    /* background: #1FCAE9; */
    padding: 15px;
    text-align: center;
}
.thm-single-notice .thm-notice-left .thm-notice-date-box span.thm-day{
    font-size: 50px;
    display: block;
    line-height: 1.1;
}
.thm-single-notice .thm-notice-left .thm-notice-date-box span{
    color: #fff;
    display: block;
}

.thm-single-notice .thm-notice-right{
    padding-left: 140px;
}

.thm-single-notice .thm-notice-right h2{
    margin: 10px 0 20px;
}

.notice-cat-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.notice-cat-list li{
    display: inline-block;
}

.notice-cat-list li a{
    color: #999;
    font-size: 14px;
    margin-right: 6px;
    text-transform: uppercase; 
}
.notice-cat-list li:not(:last-child) a:after{
    content: ','
}

.inner-padding{
    padding: 100px 0;
}


/* course box */

.thm-course-box .course-image{
    margin-bottom: 25px;
    overflow: hidden;
}
.thm-course-box .course-image img{
    transition: 400ms;
}
.thm-course-box:hover .course-image img{
    transform: scale(1.1) rotate(4deg);
}
.thm-course-box h4.course-title a{
    color: #5B6065;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    transition: 400ms;
}

/* Service Slider  */

.service_slider {
    padding: 30px;
}
.service_slider_title{
    position: relative;
    padding: 15px 40px;
}
.srv_slider_control{
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}

.srv_slider_control span{
    padding: 21px 0;
    cursor: pointer;
    width: 45px;
    text-align: center;
    display: inline-block;
    background: #00a7f1;
    float: left;
    transition: 400ms;
}

.srv_slider_control span:hover{
    background: #008cde;
}

.service_slider_title h4{
    margin: 0;
}

.service_slider .slider-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.service_slider .slider-content ul li{
    position: relative;
    padding-left: 25px;
}

.service_slider .slider-content ul li::before{
    content: '\f00c';
    font-family: 'fontawesome';
    position: absolute;
    left: 0;
    top: 0;
}

.service_slider .slider-content ul li p{
    margin: 0;
}

.service_slider .service_slide_inner .slider-icon img{
    width: auto;
}


/* subtitle */

.subtitle-cover{
    padding-top: 40px;
    background-size: cover;
    background-position: center center;
}
.subtitle-cover .subtitle{
    font-size: 52px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}

.subtitle-cover ul.thm-breadcrumb{
    padding: 0;
    margin: 0 0 10px;
    color: #000000;
    text-transform: uppercase;
    margin-left: 5px;
}

.subtitle-cover ul.thm-breadcrumb li{
    display: inline-block;
    position: relative;
}

.subtitle-cover ul.thm-breadcrumb li:not(:last-child){
    margin-right: 20px;
}

.subtitle-cover ul.thm-breadcrumb li:not(:last-child)::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: #A8ACB9;
    top: 50%;
    margin-top: -2.5px;
    right: -15px;
    border-radius: 50%;
}

.subtitle-cover ul.thm-breadcrumb a{
    color: #000;
}

/* team */

.themeum-team-wrap{
    position: relative;
}

.themeum-team-wrap .team-content-image{
    position: relative;
    z-index: 1;
}
.themeum-team-wrap .team-content-socials{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.themeum-team-wrap .team-content-socials a{
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.themeum-team-wrap .team-content-socials a:hover{
    background: rgba(0, 0, 0, 0.3);
}

.themeum-team-wrap .team-content-image::after{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.themeum-team-wrap:hover .team-content-socials{
    opacity: 1;
}
.themeum-team-wrap:hover .team-content-image::after{
    opacity: .9;
}
.themeum-team-wrap .team_content{
    background: #fff;
}

.themeum-team-wrap .team_content .team-content-title a,
.themeum-team-wrap .team_content .team-content-title{
    margin-bottom: 0;
}

.themeum-team-wrap .team_content .team-content-subtitle{
    font-size: 14px;
    color: #86939E;
    font-weight: 400;
}

/* gmap */

.thm-gmap-wrap{
    position: relative;
}
.thm-gmap-contact-info{
    position: absolute;
    width: 400px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%)
}

/* search no result */

.search-error-title{
    margin-top: 20px;
}