/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * Common Styles
 */

/** Slider */
.be-slider {
    visibility: hidden;
    position: relative;
}
.be-slide {
    position: absolute;
    top : 0;
    left : 0;
    width : 100%;
}
.be-slider-with-shadow .be-slide{
    margin-bottom: 30px;
}
.be-slider-with-shadow .flickity-page-dots {
    bottom: 0;
}
.be-slide:first-child {
    position: relative;
}
.be-slide-lazy-load {
    opacity: 0;
    transition : opacity 0.3s;
}
.be-slide-lazy-load.flickity-lazyloaded {
    opacity: 1;
}
.be-slider-cols-2 .be-slide {
    width : 50%;
}
.be-slider-cols-3 .be-slide {
    width : 33.33%;
}
.be-slider-cols-4 .be-slide {
    width : 25%;
}
.be-slider-cols-5 .be-slide {
    width : 20%;
}
.be-slider-cols-6 .be-slide {
    width : 16.66%;
}
@media only screen and (max-width : 1024px) {
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width : 50%;
    }
}
@media only screen and (max-width : 767px) {
    .be-slider-cols-2 .be-slide,
    .be-slider-cols-3 .be-slide,
    .be-slider-cols-4 .be-slide,
    .be-slider-cols-5 .be-slide,
    .be-slider-cols-6 .be-slide {
        width : 100%;
    }
}
.be-equal-height-slider .be-slide-inner {
    height : 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.be-slider.flickity-enabled {
    visibility: visible;
}
.be-slider[data-dots="1"] .flickity-viewport {
    margin-bottom: 30px;
}
.be-slider .flickity-page-dots {
    left : 0;
}
.be-slider .flickity-page-dots .dot {
    width : 7px;
    height : 7px;
}
.be-slider .flickity-prev-next-button {
    padding: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    transition : all 0.3s;
}
.be-slider .flickity-button-icon {
    fill : #979797;
}
.be-slider .flickity-button:hover {
    background : transparent;
}
.be-slider .flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.be-slider .flickity-prev-next-button.next {
    right: 0;
    opacity: 0;
}
.be-slider:hover .flickity-prev-next-button.next {
    right: 15px;
    opacity: 1;
}
.be-slider .flickity-prev-next-button.previous {
    left: 0;
    opacity: 0;
}
.be-slider:hover .flickity-prev-next-button.previous {
    left: 15px;
    opacity: 1;
}
.be-slider .flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.be-slider-hide-nav .flickity-prev-next-button,
.be-slider-hide-nav .flickity-page-dots {
    display: none;
}


.exp-icon-tiny .exp-icon {
    font-size: 15px;
}
.exp-icon-small .exp-icon {
    font-size: 22px;
}
.exp-icon-medium .exp-icon {
    font-size: 32px;
}
.exp-icon-large .exp-icon {
    font-size: 45px;
}
.exp-icon-x-large .exp-icon {
    font-size: 62px;
}
.exp-icon-bg {
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-icon-circled.exp-icon-tiny .exp-icon-bg {
    width : 28px;
    height: 28px;
}
.exp-icon-circled.exp-icon-tiny .exp-icon {
    font-size: 12px;
}

.exp-icon-circled.exp-icon-small .exp-icon-bg {
    width : 38px;
    height: 38px;
}
.exp-icon-circled.exp-icon-small .exp-icon {
    font-size: 16px;
}

.exp-icon-circled.exp-icon-medium .exp-icon-bg {
    width : 50px;
    height: 50px;
}
.exp-icon-circled.exp-icon-medium .exp-icon {
    font-size: 21px;
}

.exp-icon-circled.exp-icon-large .exp-icon-bg {
    width : 64px;
    height: 64px;
}
.exp-icon-circled.exp-icon-large .exp-icon {
    font-size: 28px;
}

.exp-icon-circled.exp-icon-x-large .exp-icon-bg {
    width : 86px;
    height: 86px;
}
.exp-icon-circled.exp-icon-x-large .exp-icon {
    font-size: 36px;
}

/**
 * Animated Number
 */
 .tatsu-an {
     line-height: 1;
 }


/**
 * Buttons
 */
 .tatsu-button.circular,
 .tatsu-button.circular:after,
 .tatsu-button.circular:before,
 .tatsu-button-wrap.circular,
 .tatsu-button-wrap.circular:after,
 .tatsu-button-wrap.circular:before {
   border-radius: 32px;
 }
 
 .x-largebtn.tatsu-button.rounded {
     border-radius: 4px;
 }
 
 .smallbtn {
     font-size: 11px;
     line-height: 11px;
     padding: 11px 25px;
 }
 .circular.smallbtn{
    padding: 11px 25px;
 }
 .mediumbtn {
    font-size: 12px;
    line-height: 12px;
    padding: 14px 34px;
 }
 .circular.mediumbtn{
    padding: 14px 34px;
 }
 .largebtn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 40px;
 }
 .circular.largebtn{
    padding: 15px 40px;
 }
 .x-largebtn {
     font-size: 15px;
     padding: 18px 51px;
     line-height: 15px; 
 }
 
 /**
  * Icons 
  */

 .tatsu-icon-bg.medium .tatsu-icon,
 .tatsu-icon.medium {
     font-size: 21px;
 }
 .tatsu-icon-bg.large .tatsu-icon,
 .tatsu-icon.large {
     font-size: 28px;
 }
 .tatsu-icon-bg.xlarge .tatsu-icon,
 .tatsu-icon.xlarge {
     font-size: 36px;
 }
 .tatsu-icon-bg.tiny.plain .tatsu-icon,
 .tatsu-icon.tiny.plain {
     font-size: 16px;
     margin-right: 6px;
 }
 .tatsu-icon-bg.small.plain .tatsu-icon,
 .tatsu-icon.small.plain {
     font-size: 22px;
     margin-right: 12px;
 }
 .tatsu-icon-bg.medium.plain .tatsu-icon,
 .tatsu-icon.medium.plain {
     font-size: 28px;
     margin-right: 15px;
 }
 .tatsu-icon-bg.large.plain .tatsu-icon,
 .tatsu-icon.large.plain {
     font-size: 40px;
     margin-right: 18px;  
 }
 .tatsu-icon-bg.xlarge.plain .tatsu-icon,
 .tatsu-icon.xlarge.plain {
     font-size: 58px;
     margin-right: 25px;
 }
 .align-left .tatsu-icon.plain,
 .align-left .tatsu-icon-bg.plain .tatsu-icon,
 .align-center .tatsu-icon.plain,
 .align-center .tatsu-icon-bg.plain .tatsu-icon,
 .align-right .tatsu-icon.plain,
 .align-right .tatsu-icon-bg.plain .tatsu-icon {
     margin-right: 0;
 }
 .tatsu-gradient-icon.align-none .tatsu-icon-bg {
     margin-right: 0;
 }
 .tatsu-icon-bg.tiny,
 .tatsu-icon.tiny {
     width: 28px;
     height: 28px;
 }
 .tatsu-icon-bg.small,
 .tatsu-icon.small {
     width: 38px;
     height: 38px;
 }
 .tatsu-icon-bg.medium,
 .tatsu-icon.medium {
     height: 50px;
     width: 50px;
 }
 .tatsu-icon-bg.large,
 .tatsu-icon.large {
     width: 64px;
     height: 64px;
 }
 .tatsu-icon-bg.xlarge,
 .tatsu-icon.xlarge {
     width: 80px;
     height: 80px;
 }
 .tatsu-icon-bg.plain,
 .tatsu-icon.plain {
    width: auto;
    height: auto;
 }

/**
 * Title With Icon
 */
 .tatsu-ti.tatsu-ti-wrap.align-right,
 .tatsu-ti.tatsu-ti-wrap.align-left {
     margin: 0;
 }
 .tatsu-ti-wrap.small.plain {
     font-size: 22px;
     width: auto;
     height : auto;
     line-height : 0;
 }
 .tatsu-tc.small.plain {
     padding-left: 40px;
 }
 .tatsu-tc.small.plain.align-right {
     padding-right: 40px;
 }
 @media only screen and (max-width : 767px) {
    .tatsu-tc.small.plain.align-right {
        padding-right: 0;
        padding-left: 40px;
    }
 }

 .tatsu-ti-wrap.medium.plain {
     font-size: 27px;
     width : auto;
     height : auto;
     line-height: 0;
 }
 .tatsu-tc.medium.plain{
     padding-left: 48px;
 }
 .tatsu-tc.medium.plain.align-right{
     padding-right: 48px;
 }
 @media only screen and (max-width : 767px) {
    .tatsu-tc.medium.plain.align-right {
        padding-right: 0;
        padding-left: 48px;
    }
 }

 .tatsu-ti-wrap.large.plain {
     font-size: 32px;
     width : auto;
     height : auto;
     line-height: 0;
 }
 .tatsu-tc.large.plain{
    padding-left: 56px;
}
.tatsu-tc.large.plain.align-right {
    padding-right: 56px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.large.plain.align-right {
        padding-right: 0;
        padding-left: 56px;
    }
 }

.tatsu-ti-wrap.small.circled {
    font-size: 16px;
    width : 40px;
    height : 40px;
}
.tatsu-tc.small {
    padding-left: 58px;
}
.tatsu-tc.small.align-right {
    padding-right: 58px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.small.align-right {
        padding-right: 0;
        padding-left: 58px;
    }
}

.tatsu-ti-wrap.medium.circled {
    font-size: 20px;
    width : 50px;
    height : 50px;
}
.tatsu-tc.medium {
    padding-left: 70px;
}
.tatsu-tc.medium.align-right {
    padding-right: 70px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.medium.align-right {
        padding-right: 0;
        padding-left: 70px;
    }
}

.tatsu-ti-wrap.large.circled {
    font-size: 26px;
    width : 64px;
    height : 64px;
}
.tatsu-tc.large {
    padding-left: 86px;
}
.tatsu-tc.large.align-right {
    padding-right: 86px;
}
@media only screen and (max-width : 767px) {
    .tatsu-tc.large.align-right {
        padding-right: 0;
        padding-left: 86px;
    }
}

.tatsu-list-inner {
    padding-left: 10px;
}


/** 
 * Recent posts
 */
 .exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
     box-shadow : none;
     transform: translate3d(0,0,0);
 }

 /* .exp-recent-posts .exp-posts-loop-style2 .exp-post-details {
     padding: 20px 0;
 } */
.exp-equal-height-slider .exp-post-inner {
    height : 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
 }
.exp-equal-height-slider .exp-post-thumb {
    flex: 0 0 auto;
    width : 100%;
}
.exp-equal-height-slider .exp-post-details {
    flex : 1 0 auto;
    width : 100%;
    display: flex; 
    align-items: center;
}
.exp-posts-loop-style2 .exp-equal-height-slider .exp-post-details {
    align-items: flex-start;
}

.exp-equal-height-slider .exp-post-details-inner {
    width : 100%;
}
.exp-recent-posts .exp-posts-loop-style7 .exp-post-inner:hover {
    transform: none;
    box-shadow: none;
}

/**
 * Blog Module
 */

.exp-module .exp-blog .exp-posts-loop {
	margin-bottom: 0;
}

/** 
 * Contact Form 7
 */

    /** Form Layout */
     .be-form-field-row {
        display:  flex;
        flex-wrap:  wrap;
        margin: 0 -15px;
    }

    .be-form-field-col {
        flex: 0 0 auto;
        width : 100%;
    }
    .be-form-field-row .be-form-field-col {
        padding: 0 15px;
    }    
    .be-col-one-half {
        width:  50%;
    }
    .be-col-one-third {
        width : 33.33%;
    }
    @media only screen and (max-width : 767px ) {
        .be-form-field-row {
            margin : 0;
        }
        .be-form-field-row .be-form-field-col {
            padding: 0;
            width : 100%;
            margin-bottom: 30px;
        }
        .be-form-field-row .be-form-field-col:last-child {
            margin-bottom: 0;
        }
    }

 .exp-form .wpcf7-form-control-wrap {
     display: block;
 }
 .exp-form.wpcf7-form input[type = "submit"]:last-of-type {
     margin-bottom: 0;
 }
 .exp-contact-form-cf7 .wpcf7 .ajax-loader {
     display: none;
 }
 .exp-contact-form-cf7 .wpcf7 .ajax-loader.is-active {
     display: inline-block;
 }
 .exp-contact-form-cf7 .exp-form {
     margin-bottom: 0;
 }

 
 /**
  * Countdown
  */
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
}
.countdown-amount {
    font-size: 50px;
    line-height: 1.2;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}


 /** Newsletter **/
 .exp-mc {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
 }
 .exp-mc-wrap .exp-mc-form,
 .exp-mc-wrap .exp-form > * {
     margin-bottom: 0;
 }
 .exp-mc-align-center .exp-mc {
     justify-content: center;
 }
 .exp-mc-align-right .exp-mc {
     justify-content: flex-end;
 }
 .exp-mc > * {
     flex: 0 0 auto;
 }
 .exp-mc-email {
     margin-right: 25px;
 }
 .exp-mc .exp-mc-email {
     background: transparent;
 }
 .exp-mc-block .exp-mc-email {
    margin-bottom: 25px;
 }
 .exp-mc-form.exp-form .exp-mc-email {
     padding : 11px 0 11px 20px;
 }
 .exp-mc-submit-wrap {
     position: relative;
 }
 .exp-mc .exp-mc-submit {
     padding : 16px 30px;
     transition : all 0.3s;
 }
 .exp-mc-form-loading .exp-mc-submit {
     opacity: 0;
 }
 .exp-mc-form .tatsu-notification,
 .exp-mc-form .exp-subscribe-loader {
     display: none;
 }
 .exp-subscribe-loader {
    position: absolute;
    top : 50%;
    left : 0;
    transform: translate3d(0, -50%, 0);
 }
 .exp-subscribe-loader-inner {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    webkit-animation: exp-spin-animation 1.1s infinite linear;
    animation: exp-spin-animation 1.1s infinite linear; 
 }
 @-webkit-keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes exp-spin-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:767px) {
    .exp-mc-form.exp-form .exp-mc-email {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/** 
 * Tatsu frame specific
 */ 


.tatsu-frame .exp-recent-posts .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-recent-posts br {
    display: none;
}
.tatsu-frame .exp-recent-posts .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-featured-posts .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-featured-posts br {
    display: none;
}
.tatsu-frame .exp-featured-posts .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-blog .exp-post-thumb p {
    margin-bottom: 0;
}
.tatsu-frame .exp-blog br {
    display: none;
}
.tatsu-frame .exp-blog .exp-post-author p {
    margin-bottom: 0;
}

.tatsu-frame .exp-contact-form-cf7 p {
    margin:  0;
}

.tatsu-frame .exp-contact-form-cf7 br {
    display:  none;
}


/*** end tatsu specific settings **/