/*
Theme Name:     Susastho
Theme URI:      http://trendytheme.net/demo/susastho/
Author:         TrendyTheme
Author URI:     http://trendytheme.net
Description:    Susastho is a clean, unique and very flexible Yoga, Fitness, Lifestyle and Gym WordPress theme.
Version:        1.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    susastho
Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
              CSS TABLE CONTENT 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

# GENERAL
# TYPOGRAPHY
# WORDPRESS CORE
# TABLE STYLE
# BUTTON STYLE
# GLOBAL STYLES
# SECTION TITLE
# HEADER TOPBAR
# HEADER STYLE
# NAVIGATION
    ## DROPDOWN MENU
    ## 2ND LAVEL MENU
    ## MEGA MENU STYLE
    ## MOBILE MENU STYLE
    ## FOOTER MENU
# PAGE HEADER STYLE
# HERO UNIT STYLE
# PRICING TABLE
# FEATURED BOXED STYLE
# MAP SECTION
# CONTACT SECTION
# MAGNIFIC POPUP
# TESTIMONIAL
# TT CAROUSEL
# PROCESS
# BLOG HOME
# BLOG STYLE
    ## POST FORMAT:
        ### POST FORMAT VIDEO
        ### POST FORMAT AUDIO
        ### POST FORMAT QUOTE
        ### POST FORMAT LINK
        ### POST FORMAT GALLERY
        ### POST FORMAT STATUS
        ### POST FORMAT CHAT
        ### PASSWORD PROTECTED POST FORMAT
    ## SINGLE POST
    ## PAGINATION
        ### INNER POST PAGINATION
        ### SINGLE POST PAGER
    ## SIDEBAR STYLE
    ## COMMENTS-WRAPPER
    ## WP Default Comments
# CLASS STYLE
    ## CLASS DETAILS STYLE 
# TRAINER STYLE
    ## TRAINER DETAILS STYLE 
    ## SINGLE TRAINER PAGE 
# 404 PAGE
# WOOCOMMERCE
    ## PRODUCT SINGLE PAGE
    ## CART PAGE
    ## CHECKOUT PAGE
    ## WOOCOMMERCE SIDEBAR
# FOOTER SECTION
# PRELOADER
# VISUAL COMPOSER STYLE OVERRIDE
# KEY FRAME FOR ANIMATION
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/*
*****************************************************************
*                          GENERAL                              *
*****************************************************************
*/

body{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #828282;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

/* Link style
------------------------------ */
a{
    color: #f36a88;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #f15689;
    outline: none;
    text-decoration: none;
}
dl dd{
    margin-bottom: 10px;
}

/* Transition elements
------------------------------------------ */
a,
.side,
.navbar a,
.navbar-default,
.form-control,
.transition,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*
*****************************************************************
*                          TYPOGRAPHY                           *
*****************************************************************
*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    font-family: 'Josefin Slab', serif;
    font-weight: 700;
    color: #212121;
    margin: 0 0 15px;
}
h1 {
    font-size: 50px;
    line-height: 65px;
}
h2 {
    font-size: 40px;
    line-height: 55px;
}
h3 {
    font-size: 25px;
    line-height: 35px
}
h4 {
    font-size: 16px;
    line-height: 26px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}
p img { 
    margin: 0;
}
figure{
    margin-bottom: 15px;
}
ul, 
ol {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol{
    margin-bottom: 10px;
    padding-left: 20px;
}
.tt-fullHeight {
    height: 100vh;
}
.vc_icon_element-inner .entypo-icon-plus:before {
    content: "\f03e" !important;
    font-family: FontAwesome;
    font-size: 30px !important;
}

/* Accessibility
------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*
*****************************************************************
*                      WORDPRESS CORE                           *
*****************************************************************
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* Captions
-------------------------------------------*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
}
.wp-caption figcaption{
    padding: 5px 0 0;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0 none;
    width: auto;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption .wp-caption-text {
    margin: 5px 0;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Clearings
------------------------------------------- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Widgets
-------------------------------------------*/
.widget {
    margin: 0 0 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Content
-------------------------------------------*/
.sticky {
    display: block;
}
.post-wrapper.sticky .post-meta{
    position: relative;
}
.post-wrapper.sticky .post-meta::before{
    content: "\f08d";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
}
.page-wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-wrapper .section-wrapper .container{
    width: 100%;
    padding: 0;
}

.woocommerce-cart .page-wrapper{
    padding-bottom: 50px;
}

/* Comments
-------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/* Infinite scroll
-------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Media
-------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
.video-section {
    top: 0%;
    left: 0%;
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.overlay {
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
}
video, 
object {
    min-width:100%;
    min-height:100%;
}
.audio {
    width: 100%;
}

/*WP Default Comments
--------------------------------------------------*/
.comments-wrapper .comment-notes, 
.comments-wrapper .logged-in-as a,
.comments-wrapper .comment-awaiting-moderation {
    color: #a2a2a2;
    font-style: italic;
}
.comments-wrapper .logged-in-as a:hover{
    color: #f36a88;
}
.comments-wrapper input, 
.comments-wrapper textarea, 
.post-password-form input {
    padding: 0 15px;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
    width: 100%;
}
.comments-wrapper input:focus, 
.comments-wrapper textarea:focus, 
.post-password-form input:focus{
    outline: none;
    box-shadow: none;
}
.comments-wrapper textarea {
    min-height: 120px;
    padding: 15px;
}
.comments-wrapper .form-submit{
    display: inline-block;
    margin-top: 20px;
}
.comments-wrapper .form-submit input{
    border: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background-color: #f36a88;
}
.comments-wrapper .form-submit input:hover{
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.comments-wrapper .form-submit input:focus {
    outline: none;
}
.comments-wrapper li.pingback{
    background-color: #f5f5f5;
    margin-bottom: 8px;
    padding: 5px 10px;
}
.comments-wrapper li.pingback a {
    color: #565656;
}
.comments-wrapper li.pingback a:hover {
    color: #f36a88;
}

/*
*****************************************************************
*                        TABLE STYLE                            *
*****************************************************************
*/

table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th{
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.side table>tbody>tr>td,
.side table>tbody>tr>th,
.side table>tfoot>tr>td,
.side table>tfoot>tr>th,
.side table>thead>tr>td,
.side table>thead>tr>th{
    padding: 6px;
}
thead {
    color: #272829;
    background-color: #f5f5f5;
}
table.event-schedule{
    border: 0;
}
table.event-schedule tr > th,
table.event-schedule tr > td{
    line-height: 30px;
}
table.event-schedule>tbody>tr>td, 
table.event-schedule>tbody>tr>th, 
table.event-schedule>tfoot>tr>td, 
table.event-schedule>tfoot>tr>th, 
table.event-schedule>thead>tr>td, 
table.event-schedule>thead>tr>th{
    border: 0;
    border-top: 1px solid #ddd;
}

/* Form Style
------------------------------------------- */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    border: 1px solid rgba(215, 215, 215, 0.8);
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    color: #555;
    background: rgba(255, 255, 255, 0.2);
}
.toogle-menu-sidebar .form-control {
    color: #ffffff;
}
.form-control:focus {
    box-shadow: none;
}
.dark .form-control{
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.29);
}
.contact-form .form-control{
    color: #333;
}
.form-control:focus {
    border: 1px solid rgba(215, 215, 215, 0.7);
}
.form-group textarea{
    padding: 15px;
    min-height: 200px;
}
.wpcf7-form .btn {
    color: #fff;
    background: rgba(69, 72, 71, 1);
}
.wpcf7-form .btn:hover {
    background: rgba(69, 72, 71, 0.8);
    -webkit-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
    box-shadow: 4px 4px 40px 3px rgba(25, 25, 25, 0.12);
}
.wpcf7-form .dark .btn{
    background: rgb(196, 113, 245);
    background: -webkit-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -moz-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -ms-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    width: 100%;
}
.wpcf7-form .dark .btn:hover{
    opacity: .8;
    box-shadow: none;
}
.wpcf7-form  .btn:focus {
    outline: none;
}

/*placeholder setting for all*/
.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.form-group textarea::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.form-group textarea:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.form-group textarea:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}

/*search form placeholder*/
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eaeaea;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #eaeaea;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #eaeaea;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #eaeaea;
}
.widget .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.widget .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.widget .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.widget .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.alert {
    padding: 11px 15px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*blockquote style*/
blockquote {
    padding: 30px 70px;
    background: #f1f1f1;
    color: #666;
    border: 0;
    margin: 0 0 15px;
    position: relative;
    font-size: 17px;
    font-style: italic;
}
blockquote p {
    margin-bottom: 0 !important;
    z-index: 10;
}
blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
    left: 25px;
    top: 35px;
    z-index: 10;
}



/* =-=-=-=-=-=-=-=-=-=-=-= GUTENBERG SUPPORT =-=-=-=-=-=-=-=-=-=-=-= */

.alignfull,
.alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
}
.wp-block-image{
    max-width: inherit;
}
@media only screen and ( min-width: 950px) {
    .single-post .entry-content .alignwide {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
    }
    .wp-block-gallery {
        margin: 0 -8px 15px -8px;
    }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
    .wp-block-cover-image {
        min-height: 300px;
    }
}
@media (max-width: 567px) {
    .wp-block-cover-image {
        min-height: 220px;
    }
}
.wp-block-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding: 0 !important;
    margin: 15px 0;
    clear: both;
}
.wp-block-gallery.alignleft{
    margin-right: 30px;
}
.wp-block-gallery.alignright {
    margin-left: 30px;
}
.has-single-sidebar.single-post .entry-content .alignwide {
    margin-left: -30px;
    margin-right: -30px;
}
.single-post .creative .entry-content .alignwide {
    margin-left: -100px;
    margin-right: -100px;
}
.has-single-sidebar.single-post .creative .entry-content .alignwide,
.has-single-sidebar.single-post .entry-content .alignfull {
    margin-left: -30px;
    margin-right: -30px;
}
.wp-caption {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    max-width: 100%;
}
.wp-caption figcaption {
    padding: 7px 0;
    font-size: 14px;
    color: #666666;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* ---- NEW GUTENBERG CUSTOMIZE ---*/
.wp-block-cover, .wp-block-cover-image{
    min-height: 450px;
}
.wp-block-column{
    margin-bottom: 30px;
}
.wp-block-column:nth-child(2n+1),
.blog .wp-block-column:not(:last-child) {
    margin-right: 15px;
}
.wp-block-column:not(:first-child), 
.wp-block-column:nth-child(2n) {
    margin-left: 15px;
}
.wp-block-image figcaption {
    line-height: 22px;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignwide{
    padding: 0 15px
}
.blog .wp-block-columns ol,
.blog .wp-block-columns ul,
.blog .wp-block-columns dl {
    padding-left: 0;
    list-style-position: inside;
}
.blog .wp-block-columns blockquote {
    padding: 0 0 0 15px;
    font-size: 20px;
}
.blog .wp-block-columns blockquote cite:before{
    top: 8px;
    width: 15px;
}
.blog .wp-block-columns blockquote cite {
    font-size: 14px;
    padding-left: 20px;
    line-height: 1.3;
    display: inline-block;
}
.blog .wp-block-media-text .has-large-font-size {
    font-size: 22px;
    margin-bottom: 8px;
}
.blog .wp-block-pullquote.is-style-solid-color blockquote {
    width: 100%;
}
.blog .wp-block-gallery.columns-4 figcaption,
.blog .wp-block-gallery.columns-5 figcaption,
.blog .wp-block-gallery.columns-6 figcaption,
.blog .wp-block-gallery.columns-7 figcaption,
.blog .wp-block-gallery.columns-8 figcaption,
.blog .wp-block-gallery.columns-9 figcaption {
    display: none;
}
.wp-block-media-text{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wp-block-separator{
    width: 100px;
    border-color: #ccc;
    margin: 16px auto;
}
.wp-block-separator.is-style-wide{
    width: 100%;
}
.wp-block-separator.is-style-dots:before {
    padding-left: 0;
    font-weight: bold;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 10px;
}
.widget_recent_comments ul li a,
.wp-block-latest-comments__comment-meta a{
    color: #212121;
}
.widget_recent_comments ul li a:hover,
.wp-block-latest-comments__comment-meta a:hover{
    color: #021bdd;
}
.comment-author-link,
.wp-block-latest-comments__comment-author{
    font-weight: bold;
}
.wp-block-latest-comments__comment {
    display: block;
    position: relative;
    overflow: hidden;
}
.wp-block-latest-comments{
    padding-left: 0; 
}
.wp-block-latest-comments li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.posts-content .wp-block-latest-comments li article{
    overflow: hidden;
    margin-bottom: 0;
}
.wp-block-categories,
.wp-block-archives,
.wp-block-latest-posts{
    padding-left: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li{
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.wp-block-latest-posts li{
    margin-bottom: 20px;
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a{
    color: #212121;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover{
    color: #021bdd;
}
.wp-block-categories li .children,
.wp-block-archives li .children,
.wp-block-latest-posts li .children{
    padding-left: 0
}
.wp-block-categories li:before,
.wp-block-archives li:before,
.wp-block-latest-posts li:before{
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    left: 0;
    position: absolute;
    color: rgba(0,0,0,.4);
}
.wp-block-archives-dropdown select{
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
}
@media (min-width: 600px) {
    .blog .wp-block-latest-posts.columns-4 li,
    .blog .wp-block-latest-posts.columns-5 li,
    .blog .wp-block-latest-posts.columns-6 li,
    .blog .wp-block-latest-posts.columns-7 li,
    .blog .wp-block-latest-posts.columns-8 li,
    .blog .wp-block-latest-posts.columns-9 li {
        width: calc(33.3% - 16px);
    }
}

.has-huge-font-size, 
.has-large-font-size,
.has-larger-font-size{
    line-height: 1.5;
}


/*
*****************************************************************
*                        BUTTON STYLE                           *
*****************************************************************
*/

.btn,
.vc_btn3,
.comments-wrapper .form-submit input,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    border: 0;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    letter-spacing: 1.2;
}
.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    background-color: #f36a88;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce .product .entry-summary a.single_add_to_cart_button:hover,
.woocommerce .product .entry-summary a.single_add_to_cart_button:focus,
.woocommerce .product .entry-summary a.single_add_to_cart_button:active{
    background-color: #f36a88;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
    background-color: #ffffff !important;
    color: #212121 !important;
}

/*pink button*/
.btn-pink,
.btn-pink:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color,
.vc_general.vc_btn3.vc_btn3-color-theme_pink_color:hover,
.widget.woocommerce #respond input#submit, 
.widget.woocommerce a.button, 
.widget.woocommerce button.button, 
.widget.woocommerce input.button,
.widget.woocommerce #respond input#submit:hover, 
.widget.woocommerce a.button:hover, 
.widget.woocommerce button.button:hover, 
.widget.woocommerce input.button:hover{
    background-color: #ff0068;
    border-color: #ff0068;
    color: #ffffff;
}

.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
    color: #fff;
}

/*pink button*/
.btn-orange,
.btn-orange:hover,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color,
.vc_general.vc_btn3.vc_btn3-color-theme_orange_color:hover{
    background-color: #ff5a00;
    border-color: #ff5a00;
    color: #ffffff;
}

/*white button*/
.btn-white,
.btn-white:hover,
.btn-white:focus {
    color: #03a9f4;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
button:focus {
    outline: none !important;
}
.vc_general.vc_btn3:focus, 
.vc_general.vc_btn3:hover {
    color: #fff !important;
}
.btn.btn-sm {
    padding: 10px 30px;
}
.main-menu .btn.btn-sm{
    padding: 6px 22px;
    font-size: 13px;
    line-height: 28px;
}
.btn-lg {
    height: 60px;
    padding: 18px 38px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
    padding: 15px 30px !important;
}
.vc_btn3.vc_btn3-size-lg {
    padding: 18px 38px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 45px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty){
    padding-left: 60px !important;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{
    font-size: 28px;
}
.vc_btn3.vc_btn3-size-md strong,
.vc_btn3.vc_btn3-size-lg strong{
    font-size: 20px;
    display: block;
    font-weight: 900;
}
.vc_general.vc_btn3.vc_btn3-shape-rounded{
    border-radius: 3px;
}
.vc_general.vc_btn3.vc_btn3-style-classic{
    border: 0;
}
.vc_general.vc_btn3.vc_btn3-style-classic:hover,
.vc_general.vc_btn3.vc_btn3-style-classic:focus,
.vc_general.vc_btn3.vc_btn3-style-classic:active{
    border: 0;
}

/*alert*/
.alert {
    padding: 10px 15px;
    border-radius: 0;
    border: 0;
}
.tt-alert {
    background-color: transparent;
}
.alert-dismissible .close {
    top: 5px;
}

/*List Style
-------------------------------------*/

.check-circle-list,
.check-square-list {
    padding: 0;
    list-style: none;
}
.check-circle-list li{
    line-height: 33px;
}
.check-circle-list li i{
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.check-circle-list li:hover i{
    color: #f36a88;
}
.check-square-list li{
    line-height: 46px;
}
.check-square-list li i{
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.check-square-list.list-right li i{
    margin-right: 0;
    margin-left: 10px;
}


/*
*****************************************************************
*                       GLOBAL STYLES                           *
*****************************************************************
*/

body.blog,
body.archive,
body.single-post,
body.single-attachment,
body.search{
    background-color: #f5f5f5;
}
.section-wrapper{
    position: relative;
}
.container-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fullwidth .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.vc_row.section-wrapper{
    margin-left: 0;
    margin-right: 0;
}
.vc_row.vc_row-o-full-height{
    min-height: 100vh !important;
}
.vc_row.vc_row-o-equal-height{
    margin-left: 0;
    margin-right: 0;
}
.separator {
    border-bottom: 1px solid #ececec;
}
.media {
    margin-top: 20px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.section-padding {
    padding: 120px 0px;
}
@media screen and (max-width: 767px) {
    .vc_row-o-equal-height .wpb_single_image .vc_figure {
        display: block;
    }
    .wpb_single_image img,
    .wpb_single_image .vc_single_image-wrapper {
        width: 100%;
    }
}
.ie9 .vc_row-o-full-height .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.tt-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.white-text{
    color: #ffffff;
}
.theme-color {
    color: #f36a88;
}
.theme-bg {
    background-color: #f36a88;
}
.dark-bg {
    background-color: #2a2425;
}
.blue-bg{
    background-color: #0084ff;
}
.sky-blue-bg{
    background-color: #0090ff;
}
.purple-bg{
    background-color: #8a00ff;
}
.deep-blue-bg{
    background-color: #011034;
}
.white-bg{
    background-color: #fff;
}
.box-shadow{
    border-radius: 10px;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.box-padding{
    padding: 40px;
}
.box-shadow.box-padding .blog-home-section{
    padding: 60px 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .box-shadow.box-padding .blog-home-section{
        padding: 40px 80px;
    }
}
@media (max-width: 767px) {
    .box-shadow.box-padding .blog-home-section{
        padding: 30px 30px;
    }
}

/*custom margin classes*/
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}

/*margin right*/
.mr-10 {
    margin-right: 10px;
}
.mr-20 {
    margin-right: 20px;
}

/*margin left*/
.ml-10 {
    margin-left: 10px;
}
.ml-20 {
    margin-left: 20px;
}

/*custom padding classes*/
.no-padding .tt-item{
    padding: 0!important;
}
.row.no-padding{
    margin: 0!important;
}

/*padding Left*/
.pl-100 {
    padding-left: 100px;
}

/*padding-bottom*/
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding top*/
.pt-100 {
    padding-top: 100px;
}

/*padding top bottom*/
.ptb-50 {
    padding: 50px 0;
}
.ptb-90 {
    padding: 90px 0;
}
@media (min-width: 1300px) {
    .focus-wrapper {
        padding: 0 70px !important;
    }
}
@media (max-width: 1299px) {
    .focus-wrapper {
        padding: 30px 30px !important;
    }
}
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.gray-bg {
    background-color: #fafafa;
}
.gutter {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

/*Font Size*/
.font-20 {
    font-size: 20px
}
.font-25 {
    font-size: 25px
}
.font-30 {
    font-size: 30px
}
.font-35 {
    font-size: 35px
}
.font-40 {
    font-size: 40px
}

/*font size in extra small devices*/
@media screen and (max-width: 767px) {
    .font-30 {
        font-size: 25px
    }
    h1,
    .font-35,
    .font-40 {
        font-size: 30px
    }
}

/*Line Height*/
.line-height-40 {
    line-height: 40px;
}
.line-height-50 {
    line-height: 50px;
}
.text-light {
    font-weight: 300 !important;
}
.text-regular {
    font-weight: 400 !important;
}
.text-medium {
    font-weight: 500 !important;
}
.text-bold {
    font-weight: 700 !important;
}
.text-extrabold {
    font-weight: 900 !important;
}
.dark-text {
    color: #202020 !important;
}

/* Overlay background
--------------------------------------------*/
.violet-overlay{
    background-color: rgba(174, 0, 255, .7);
}
.blue-overlay{
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    background: -ms-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%); 
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    opacity: .7;
}
.pink-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    opacity: .7;
}

.header-overlay-color{
    background: rgba(253,161,133,1);
    background: -moz-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);
    background: linear-gradient(to right, rgba(253,161,133,1) 0%, rgba(238,69,137,0.6) 100%);

}

.orange-overlay{
    position: absolute;
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg, rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    opacity: .95;
}
.purple-overlay{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    opacity: .7;
}
.red-overlay{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    opacity: .7;
}

/*gradient bg
--------------------------*/
.blue-gradient-bg{
    background: rgba(98,0,255,1);
    background: -moz-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
    background: linear-gradient(135deg, rgba(98,0,255,1) 0%, rgba(255,0,170,1) 100%);
}
.pink-gradient-bg{
    background: rgb(238,69,137);
    background: -moz-linear-gradient(-45deg,  rgba(238,69,137,1) 0%, rgba(225,48,48,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    background: linear-gradient(135deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
}
.orange-gradient-bg{
    background: rgb(255,167,14);
    background: -moz-linear-gradient(-45deg,  rgba(255,167,14,1) 0%, rgba(239,11,0,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: -ms-linear-gradient(-45deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    background: linear-gradient(135deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
}
.purple-gradient-bg{
    background: rgb(239,71,111);
    background: -moz-linear-gradient(45deg,  rgba(239,71,111,1) 0%, rgba(205,71,239,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: -ms-linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    background: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
}
.red-gradient-bg{
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg,  rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%); 
    background: -webkit-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: -ms-linear-gradient(-45deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
    background: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%); 
}
@media screen and (min-width: 768px) {
    .wpb_single_image img {
        width: 100%;
    }
}

/*Verticle Aligne Middle content*/
.valign-wrapper {
    display: table;
    width: 100%;
}
.valign-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.container-fluid.no-gutter,
.no-gutter > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}
.media-body {
    width: auto;
}
.comments-wrapper .media-body ul{
    list-style: disc;
}

/*TT Animate CSS
----------------------------------*/
.tt-animate i {
    text-align         : center;
    overflow           : hidden;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    transition         : all 0.5s;
}
.tt-animate i::before {
    speak                       : none;
    display                     : block;
    -webkit-font-smoothing      : subpixel-antialiased !important;
    -webkit-backface-visibility : hidden;
    -moz-backface-visibility    : hidden;
    -ms-backface-visibility     : hidden;
}

/*Left To Right*/
.tt-animate.ltr i:hover::before {
    -webkit-animation : LeftToRight 0.3s forwards;
    -moz-animation    : LeftToRight 0.3s forwards;
    animation         : LeftToRight 0.3s forwards;
}
.tt-animate.ltr i:before {
    -webkit-animation : RightToLeft 0.3s forwards;
    -moz-animation    : RightToLeft 0.3s forwards;
    animation         : RightToLeft 0.3s forwards;
}

/*Right To Left*/
.tt-animate.btt i:hover::before {
    -webkit-animation : BottomToTop 0.3s forwards;
    -moz-animation    : BottomToTop 0.3s forwards;
    animation         : BottomToTop 0.3s forwards;
}
.tt-animate.btt i:before {
    -webkit-animation : TopToBottom 0.3s forwards;
    -moz-animation    : TopToBottom 0.3s forwards;
    animation         : TopToBottom 0.3s forwards;
}


/*
*****************************************************************
*                         SECTION TITLE                         *
*****************************************************************
*/

.sction-title-wrapper{
    margin-bottom: 60px;
}
.section-intro{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 7px;
    color: #212121;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.section-sub {
    color: #9fa3a7;
    font-size: 18px;
    line-height: 31px;
}
.text-left .section-sub {
    width: 100%;
}
@media screen and (min-width: 992px) {
   .section-sub{
        width: 70%;
        margin: 0 auto;
   } 
}


/*
*****************************************************************
*                        HEADER TOPBAR                          *
*****************************************************************
*/

.top-bar {
    min-height: 46px;
}
.top-bar .topbar-cta li {
    display: inline-block;
}
.top-bar .topbar-cta li+li {
    padding-left: 10px;
}
.top-bar .topbar-cta a {
    letter-spacing: 1px;
    line-height: 46px;
    color: #fff;
}
.header-top .row.no-gutters {
    border-bottom: 1px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    border-color: #efefef;
}
.ie9 .top-bar .topbar-cta a{
    letter-spacing: 0;
}
.top-bar .topbar-cta a i{
    position: relative;
    top: 7px;
}
.top-bar .social-top {
    margin-top: 13px;
    margin-bottom: 0;
}
.top-bar .social-top a i{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
.top-bar .social-top a i:hover {
    color: #fff;
}
.header-wrapper.sticky .header-top-wrapper{
    display: none;
}
.header-top-wrapper {
    background-color: #f36a88;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-transparent .header-top-wrapper{
    background-color: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-dark .header-top-wrapper{
    border-bottom: 1px solid #232323;
}
@media(max-width: 767px) {
    .header-transparent .header-top-wrapper{
        border-bottom: 1px solid rgba(4, 4, 4, 0.06);
        background-color: #fff;
        color: #666;
    }
    .header-transparent .contact-info ul li a,
    .header-transparent .social-icon ul li a i{
        color: #666;
    }
}
@media(max-width: 479px){
    .header-top-wrapper .contact-info.pull-left,
    .header-top-wrapper .social-links-wrap.pull-right{
        float: inherit !important;
        text-align: center;
    }
}
@media(max-width: 600px) {
    .social-links-wrap.pull-left,
    .contact-info.pull-right {
        float: none !important;
    }
    .social-links-wrap.social-top,
    .topbar-cta {
        text-align: center;
    }
    .topbar-cta {
        margin-bottom: 
    }
    .topbar-cta,
    .top-bar .topbar-cta li+li {
        padding-left: 0;
    }
    .top-bar .topbar-cta a {
        line-height: 29px;
    }
}

/*header cart icon*/
.woo-action-button{
    position: relative;
    right: 20px;
    top: 22px;
    float: right;
}
.woo-action-button::before{
    border-left: 1px solid #ddd;
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    height: 22px;
}
.header-wrapper.sticky .woo-action-button{
    top: 25px;
}
.tt-cart-count,
.tt-wishlist-count{
    margin-left: 5px;
    margin-right: 5px;
}
.tt-wishlist-count > a,
.tt-cart-count .cart-contents{
    color: #202020;
    position: relative;
    display: block;
}
.tt-wishlist-count > a:hover,
.tt-wishlist-count > a:focus{
    color: #202020;
}
.tt-wishlist-count span,
.tt-cart-count .cart-contents .cart-count{
    background-color: #f36a88;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 15px;
    left: 8px;
    line-height: 15px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 15px;
    font-size: 10px;
    font-weight: bold;
}


/*
*****************************************************************
*                        HEADER STYLE                           *
*****************************************************************
*/

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}
.header-top{
    background-color: #fff;
}
/* -- contact-info -- */
.contact-info,
.social-links {
    padding: 7px 0px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    display: inline-block;
}
.contact-info ul li a {
    color: #212121;
    margin-right: 40px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .contact-info ul li a {
        margin-right: 12px;
        font-size: 16px;
    }
}
.contact-info ul li:last-child a {
    margin-right: 0px;
}
.contact-info ul li i {
    margin-right: 10px;
    color: #f36a88;
}

/* -- social-links -- */
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    padding: 0px;
}
.social-links ul li a {
    color: #373737;
    font-size: 14px;
    display: block;
}
.social-links ul li:last-child a {
    padding-right: 0px;
}
.social-links ul li a i{
    padding: 9px 10px 0px;
}

/* Atribute Navigation
=================================*/
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -5px;
}
.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}
.attr-nav > ul > li{
    float: left;
    display: block;
}
.attr-nav > ul > li > a{
    display: block;
    position: relative;
    color: #212121;
    padding: 18px 5px;
    font-size: 14px;
}
@media(max-width: 767px){
    .attr-nav > ul > li > a{
        padding: 16px 10px;
    }
}
.attr-nav > ul > li > a span.badge{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
}
ul.cart-list{
    padding: 0 !important;
    width: 250px !important;
}
ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}
ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}
ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}
ul.cart-list > li > h6{
    margin: 0;
}
ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}
ul.cart-list > li > p{
    margin-bottom: 0;
}
ul.cart-list > li.total{
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}
ul.cart-list > li.total > .btn{
    display: inline-block;
    border: none !important;
    height: auto !important;
}
ul.cart-list > li .price{
    font-weight: bold;
}
ul.cart-list > li.total > span{
    padding-top: 8px;
}
.attr-nav > ul > li.side-menu {
    margin-left: 5px;
}

/* Top Search
=================================*/
.top-search{
    background-color: #222;
    margin-top: -1px;
}
.top-search form{
    display: none;
    height: 50px;
}
.top-search input.form-control{
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    padding: 0 15px;
}
.appoint-form-two textarea{
    height: 170px;
    min-height: 170px;
}
.appoint-form-two input[type=submit]{
    border-radius: 30px;
}
.appoint-form-two textarea.form-control,
.appoint-form-two input.form-control{
    background-color: #fff;
}
.top-search .input-group-addon{
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.top-search .input-group-addon.close-search{
    cursor: pointer;
}

/* Side Menu
=================================*/

body.on-side{
    overflow: hidden;
}
.side{
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -300px;
    width: 300px;
    padding: 25px 20px;
    height: 100%;
    display: block;
    background-color: #222;
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1010;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
}
.body-overlay.active{
    visibility: visible;
    opacity: 1;
}
.admin-bar .side{
    padding-top: 60px;
}
.side.on{
    right: 0;
}
.side .widget-title,
.side .widget-title a,
.side .tt-sidebar-wrapper .widget-title{
    border-color: rgba(103, 103, 103, 0.2);
    color: #eee !important;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.side .tt-popular-post .media-body h4 a, 
.side .tt-latest-post .media-body h4 a, 
.side .tt-recent-comments .media-body h4 a{
    color: #aaa;
}
.side .close-side{
    float: right;
    color: #efefef;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
}
.side .widget{
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.side .widget .title{
    color: #555;
    margin-bottom: 15px;
    font-weight: bold;
}
.side .widget ul.link{
    padding: 0;
    margin: 0;
    list-style: none;
}
.side .widget p {
    color: #999;
}
.side .widget ul.link li a{
    color: #999;
    letter-spacing: 1px;
    padding: 5px 0;
    display: block;
}
.side .widget ul.link li a:focus,
.side .widget ul.link li a:hover{
    color: #777;
    text-decoration: none;
}
.side .mobile-menu ul li a{
    color: #999;
    font-size: 15px;
}
.side .mobile-menu ul li a:hover{
    color: #f36a88;
}
.side .mobile-menu.navbar-collapse{
    border: none;
}
.side button.dropdown-menu-trigger{
    color: #aaa;
    width: 30px;
}
/*sidebar title*/
.sidebar-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Josefin Slab', serif;
    margin: -25px -20px 30px;
    padding: 15px 20px;
    background-color: #3e3e3e;
}


/*
*****************************************************************
*                          NAVIGATION                           *
*****************************************************************
*/

.header-wrapper .navbar-default{
    border-color: transparent !important;
}
.header-wrapper .navbar-default{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
    box-shadow: 0px 20px 20px 0px rgba(16, 38, 63, 0.031);
}
.header-transparent .header-wrapper .navbar-default{
    box-shadow: none;
}
.navbar-header h1{
    display: inline-block;
    font-size: 30px;
    margin: 0;
}
@media(max-width: 767px){
    .navbar-header h1{
        font-size: 25px;
        line-height: inherit;
    }
}
.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}
.navbar-brand a{
    display: inline-block;
}
.has-header-topbar .navbar-brand img {
    margin: 0;
}
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}

/* Default Navigation Style
--------------------------------------*/
.navbar-default .navbar-nav>li>a {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    letter-spacing: 1.1px;
}
@media(max-width: 767px){
    .navbar-default .navbar-nav li a{
        color: #ffffff;
    }
}
@media(min-width:768px) {
    .navbar-nav>li>a{
        padding: 23px 15px;
    }
}
.header-transparent .navbar-default,
.header-pink .navbar-default,
.header-blue .navbar-default{
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand,
.header-pink .navbar-brand,
.header-blue .navbar-brand {
    padding: 12px 20px 9px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.header-transparent .navbar-brand h1,
.header-pink .navbar-brand h1,
.header-blue .navbar-brand h1{
    line-height: inherit;
}
@media(max-width: 767px){
    .header-transparent .navbar-brand,
    .header-pink .navbar-brand,
    .header-blue .navbar-brand {
        padding: 15px 40px 15px 15px;
    }
}

/* Navigation Style For Larg Devices
--------------------------------------*/
@media(max-width: 767px){
    .navbar-header h1{
        margin-top: 3px;
    }
}
@media(min-width:768px) {
    .navbar-nav.navbar-center{
        float: none;
        margin: 0 auto;
        display: table;
    }
    .header-wrapper .navbar-brand img {
        width: 100%;
        height: auto;
        margin-top: 0;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }
    .navbar-nav li.has-mega-menu{
        position: static;
    }
    .navbar-nav ul{
        position: static;
        display: block;
        border: 0;
        margin: 0;
        min-width: 200px;
    }
    .navbar-header h1{
        line-height: 66px;
    }
    .header-transparent .navbar-default{
        background-color: transparent;
    }
    .navbar-nav>li>.dropdown-menu {
      margin-top: 23px;
    }
    .sticky .navbar-nav>li>.dropdown-menu {
      margin-top: 13px;
    }
    .navbar-right .dropdown-menu {
      right: auto;
      left: 15px;
    }
    .sticky .navbar-right .dropdown-menu {
      left: 13px;
    }
}

/*Logo*/
.sticky-logo,
.sticky-mobile-logo{
    display: none;
}

/*desktop*/
@media (min-width : 768px) {
    /*show sticky logo*/
    .has-sticky-logo .header-wrapper.sticky .sticky-logo{
        display: inline-block;
    }
}

/*hide site logo when show sticky logo*/
.has-sticky-logo .header-wrapper.sticky .site-logo{
    display: none;
}
.sticky-mobile-logo{
    height: auto;
    min-width: 100%;
}

/*mobile*/
@media (max-width : 767px) {
    /*show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .sticky-mobile-logo{
        display: block;
    }
    /*hide mobile logo when show mobile sticky logo*/
    .has-sticky-mobile-logo .header-wrapper.sticky .mobile-logo{
        display: none !important;
    }
}

/*Navigation Style For Small/Mobile Devices
------------------------------------------*/
.navbar-default .navbar-nav>li>a:before{
    border-color: transparent transparent #f36a88;
    border-style: solid;
    border-width: 4px 5px 4px 5px;
    bottom: 15px;
    content: "";
    left: 50%;
    margin-left: -3px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.nav>li a:focus:before, 
.navbar-default .navbar-nav>li>a:hover:before, 
.navbar-default .navbar-nav>.active>a:before, 
.navbar-default .navbar-nav>.active>a:focus:before, 
.navbar-default .navbar-nav>.active>a:hover:before,
.navbar-default .navbar-nav>li>a:hover:before{
    opacity: 1;
    bottom: 0;
}
.nav>li a:focus:after, 
.navbar-default .navbar-nav>li>a:hover:after, 
.navbar-default .navbar-nav>.active>a:after, 
.navbar-default .navbar-nav>.active>a:focus:after, 
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>li>a:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.navbar .nav li a i{
    margin-right: 8px;
}
.navbar .nav li a.menu-heading {
    position: relative;
    cursor: default;
    color: #202020 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.navbar .nav li a.menu-heading::before {
    display: none;
}
.navbar .nav li a.menu-heading:hover{
    background-color: transparent !important;
}
.navbar-default {
    background-color: #fff;
    margin-bottom: 0;
    border-color: transparent;
    z-index: 1000;
    border: 0;
    border-radius: 0;
}
.header-light .navbar-default {
    background-color: #ffffff;
}
.header-dark .navbar-default{
    background: #777;
}
.header-pink .navbar-default {
    background: rgb(243,10,103);
    background: -moz-linear-gradient(-45deg, rgba(243,10,103,1) 1%, rgba(225,48,48,1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    background: -ms-linear-gradient(-45deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    background: linear-gradient(135deg, rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.header-blue .navbar-default  {
    background: rgb(156,0,255);
    background: -moz-linear-gradient(left, rgba(156,0,255,1) 0%, rgba(3,255,205,1) 100%);
    background: -webkit-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    background: -ms-linear-gradient(left, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    background: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    border-bottom: solid 1px rgba(255, 255, 255, .3);
}
.admin-bar .header-wrapper{
    top: 32px;
}
@media(max-width : 782px) {
    .admin-bar .navbar-fixed-top{
        top: 45px;
    }
    .nav>li a:before{
        display: none;
    }
}
@media(max-width : 600px) {
    .admin-bar .navbar-fixed-top.sticky{
        top: 0;
    }
}
.header-wrapper.navbar-fixed-top{
    position: static;
}
.home.header-bottom .header-wrapper.navbar-bottom-fixed{
    position: absolute;
    bottom: -80px;
    top: auto;
    width: 100%;
    z-index: 100000;
}
@media(max-width: 991px){
    .home.header-bottom .header-wrapper.navbar-bottom-fixed{
        position: static;
    }
}
.header-transparent .header-wrapper.navbar-fixed-top,
.header-wrapper.navbar-fixed-top.sticky,
.header-wrapper.navbar-fixed-top.sticky{
    position: fixed;
}
.header-bottom .header-wrapper.navbar-bottom-fixed.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    bottom: auto;
    z-index: 100000;
}
.header-transparent .header-wrapper.sticky .navbar-default{
    background-color: #011034;
}
@media (min-width: 768px) {
    .header-transparent .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .header-transparent .top-bar .social-top a i{
        color: #202020;
    }
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #f36a88;
    background-color: transparent;
}
.header-dark .navbar-default .navbar-nav>li>a,
.header-dark .attr-nav > ul > li > a{
    color: #fff;
}
.header-pink .navbar-default .navbar-nav>li>a:focus,
.header-pink .navbar-default .navbar-nav>li>a:hover,
.header-pink .navbar-default .navbar-nav>.active>a, 
.header-pink .navbar-default .navbar-nav>.active>a:focus, 
.header-pink .navbar-default .navbar-nav>.active>a:hover,
.header-blue .navbar-default .navbar-nav>li>a:focus,
.header-blue .navbar-default .navbar-nav>li>a:hover,
.header-blue .navbar-default .navbar-nav>.active>a, 
.header-blue .navbar-default .navbar-nav>.active>a:focus, 
.header-blue .navbar-default .navbar-nav>.active>a:hover,
.header-pink .attr-nav > ul > li > a:hover,
.header-blue .attr-nav > ul > li > a:hover {
    color: #ffffff;
}


/* =-=-=-=-=-=-= DROPDOWN MENU =-=-=-=-=-=-= */

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #f36a88;
  background-color: transparent;
}
.navbar-nav>li:hover > .dropdown-wrapper > ul{
    display: block;
}
.navbar-nav>li .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu>li>a {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 24px;
    color: #202020;
    text-decoration: none;
    display: inline-block;
    position: relative;
    outline: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.dropdown-menu>li>a.menu-heading {
    border-top: 0;
}
.dropdown-menu li a:hover{
    background-color: #fafafa;
}
.dropdown>li>a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #f36a88;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown li:hover >a::before {
    width: 100%;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #f36a88;
    background-color: #fafafa;
}
.navbar-default .navbar-nav li.current-menu-ancestor>a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-item>a{
    color: #f36a88;
}
@media screen and (max-width: 767px) {
    .header-brand-color .navbar-default .navbar-nav li.current-menu-ancestor>a,
    .header-brand-color .navbar-default .navbar-nav li.current-menu-parent>a,
    .header-brand-color .navbar-default .navbar-nav li.current-menu-item>a{
        color: #fff;
        font-weight: 700;
    }
}
.navbar-default .navbar-nav li.current-menu-ancestor>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-parent>a.menu-heading,
.navbar-default .navbar-nav li.current-menu-item>a.menu-heading {
    color: #202020;
}
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
    color: #202020;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a:hover,
.navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a:hover {
    color: #f36a88;
}
.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 46px;
    padding-top: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
}
.navbar-nav li .dropdown-wrapper span{
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 15px;
}


/* =-=-=-=-=-=-= 2ND LAVEL MENU =-=-=-=-=-=-= */
.navbar-nav li > .dropdown-wrapper li > .dropdown-wrapper{
    left: 100%;
    margin-left: 10px;
    top: 0;
    padding: 0 0 0 5px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li > .dropdown-wrapper li.dropdown-inverse .dropdown-wrapper{
    left: auto;
    right: 100%;
    margin-right: 10px;
    margin-left: 0;
    padding: 0 5px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li > .dropdown-wrapper li.dropdown-inverse:hover .dropdown-wrapper{
    margin-right: -5px;
}
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    margin-left: -5px;
}
.navbar-nav > li:hover > .dropdown-wrapper,
.navbar-nav > li .dropdown-wrapper li:hover > .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}


/* =-=-=-=-=-=-= MEGA MENU STYLE =-=-=-=-=-=-= */
.navbar-nav li .megamenu-wrapper{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    padding: 20px 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-nav li:hover > .megamenu-wrapper,
.navbar-nav li:hover > .megamenu-wrapper .dropdown-wrapper{
    visibility: visible;
    opacity: 1;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper{
    position: static;
    padding: 0;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul{
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.navbar-nav li.has-mega-menu > .megamenu-wrapper .dropdown-wrapper ul li{
    border: 0;
}
.navbar-nav li.has-mega-menu li.has-mega-menu-child .dropdown-wrapper ul li:last-child a{
    border-bottom: 0;
}
.megamenu-wrapper .dropdown-megamenu{
    width: 100%;
    padding: 20px 20px 10px !important;
}
.megamenu-wrapper .menu-col-1 > li{
    width: 100%;
}
.megamenu-wrapper .menu-col-2 > li{
    width: 48%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-3 > li{
    width: 31%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.megamenu-wrapper .menu-col-4 > li{
    width: 24%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
@media (min-width : 768px) and (max-width : 991px) {
    .megamenu-wrapper .menu-col-4 > li{
        width: 23%;
    }
    .megamenu-wrapper ul li a{
        padding: 10px;
    }
}
@media (min-width : 768px) and (max-width : 991px) {
    .navbar .nav>li{
        padding: 0;
    }
    /*navbar*/
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
}


/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */
@media(max-width : 767px) {
    .navbar-nav li a {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #202020;
    }
    .header-default .navbar-nav li a,
    .header-transparent .navbar-nav li a,
    .header-pink .navbar-nav li a,
    .header-blue .navbar-nav li a,
    .header-bottom .navbar-nav li a{
        color: #ffffff;
    }
    .navbar-nav li a:hover {
        color: #f36a88;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav > li > a {
        padding: 12px 0 12px 0;
    }
    .header-dark .navbar-nav li a,
    .header-brand-color .navbar-nav li a,
    .header-semi-transparent .navbar-nav li a {
        color: #fff;
    }
    .navbar .nav>li{
        padding: 0;
    }
    .navbar-nav li{
        list-style: none;
    }
    .navbar-default ul ul{
        padding-left: 20px !important;
    }
    .navbar-default .navbar-nav li a {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .header-default .navbar-default .navbar-nav li a,
    .header-dark .navbar-default .navbar-nav li a,
    .header-brand-color .navbar-default .navbar-nav li a,
    .header-semi-transparent .navbar-default .navbar-nav li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        background-color: transparent;
        color: #f36a88;
    }
    .navbar-default .navbar-nav li.current-menu-ancestor.has-mega-menu-child>a,
    .navbar-default .navbar-nav li.current-menu-parent.has-mega-menu-child>a{
        color: #ffffff;
    }
    .navbar-nav li .dropdown-wrapper,
    .navbar-nav li .sub-dropdown-wrapper{
        position: static;
        padding: 0;
        margin: 0;
    }
    .navbar-nav>li:hover > .dropdown-wrapper > ul{
        display: none;
    }
    .navbar-nav>li.open > .dropdown-wrapper > ul{
        display: block;
    }
    .navbar-brand {
        padding: 5px 15px;
        margin: 0;
    }
    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger{
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        color: #616161;
        border: 0;
        text-align: center;
        width: 60px;
        height: 45px;
        font-size: 20px;
        line-height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }
    .header-brand-color .dropdown-menu-trigger.menu-collapsed,
    .header-brand-color .dropdown-menu-trigger,
    .header-default .dropdown-menu-trigger,
    .header-transparent .dropdown-menu-trigger,
    .header-pink .dropdown-menu-trigger,
    .header-dark .dropdown-menu-trigger,
    .header-blue .dropdown-menu-trigger,
    .header-semi-transparent .dropdown-menu-trigger {
        color: #fff;
    }
    .header-dark .dropdown-menu-trigger,
    .header-brand-color .dropdown-menu-trigger,
    .header-semi-transparent .dropdown-menu-trigger {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu-trigger:focus {
        background-color: transparent;
    }
    .dropdown-menu-trigger.menu-collapsed {
        color: #f36a88;
    }
    .dropdown-menu-trigger i:last-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:first-child{
        display: none;
    }
    .dropdown-menu-trigger.menu-collapsed i:last-child{
        display: block;
    }
    .has-mega-menu .has-mega-menu-child .collapse{
        display: block;
        padding: 0;
    }
    .has-mega-menu .has-mega-menu-child .dropdown-menu-trigger{
        display: none;
    }
    .mobile-menu.navbar-collapse{
        max-height: 100%;
        padding: 0;
        border-color: rgba(255, 255, 255, .1);
        box-shadow: none;
        margin-top: 20px;
    }
}
.navbar-default .navbar-toggle{
    border: 0;
    margin-top: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-light .navbar-default .navbar-toggle .icon-bar {
    background-color: #f36a88;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f36a88;
}


/* =-=-=-=-=-=-= FOOTER MENU =-=-=-=-=-=-= */
.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav>li{
    display: inline-block;
}
.footer-nav>li{
    margin-right: 20px;
}
.footer-nav>li:last-child{
    margin-right: 0;
}
.footer-menu ul li a{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.footer-menu ul li a:hover{
    color: #81ddff;
}
/*footer dropdown*/
.footer-nav ul.sub-menu{
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 190px;
    background-color: #ffffff;
    padding: 10px;
}
.footer-nav ul.sub-menu li a{
    color: #202020;
}
.footer-nav ul.sub-menu li a:hover{
    color: #f36a88;
}
.footer-nav>li>ul.sub-menu>li ul.sub-menu{
    left: 170px;
    bottom: 0;
}
.footer-nav>li>ul ul{
    display: none;
}
.footer-nav li{
    position: relative;
}
.footer-nav>li > ul.sub-menu li:hover > ul.sub-menu,
.footer-nav > li:hover>ul.sub-menu{
    display: block;
}
@media screen and (max-width: 580px) {
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu ul li {
        float: none;
        display: inline-block;
    }
}


/*
*****************************************************************
*                    PAGE HEADER STYLE                          *
*****************************************************************
*/

.page-title {
    position: relative;
    padding: 80px 0;
    background: #fda185;
    background: -moz-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -webkit-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -o-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -ms-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: linear-gradient(to right, #fda185 0%, #ee4589 100%);
}
.header-transparent .page-title{
    padding: 180px 0 120px;
}
.header-semi-transparent .page-title{
    padding: 220px 0 80px;
}
.title-overlay-color{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title .container {
    position: relative;
}
.page-title h2{
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0;
    word-break: break-word;
    -ms-word-break: break-word;
}
.breadcrumb>li+li:before{
    padding: 0 0;
}
/*Page Sub-title*/
.page-title span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
}
.page-title h2,
.page-title span,
.breadcrumb>li+li:before,
.page-title .breadcrumb li a,
.page-title .breadcrumb li.active{
    color: #ffffff;
}
.header-section-hide .susastho-shop{
    padding-top: 100px;
}
.header-section-hide .login-wrapper{
    margin-top: 100px;
}

/* Page header search
------------------------------------------- */
.page-header-search{
    min-width: 370px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}
.page-header-search .form-control {
    background: rgba(0, 0, 0, .15);
    border: none;
}
.page-header-search .form-control{
    color: #ffffff;
}

/* Breadcrumb
------------------------------------------- */
.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media(max-width: 991px){
    .page-header-search{
        min-width: 100%;
        position: static;
        margin-top: 10px;
    }
}

.has-header-blog-search .page-title .breadcrumb{
    position: static;
    margin: 5px 0 0;
    font-size: 14px;
    width: 60%;
}
@media(max-width: 991px){
    .has-header-blog-search .page-title .breadcrumb{
        width: 100%;
    }
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
}

/* Page Title Center
------------------------------------------- */
.page-title.text-center {
    text-align: center;
}
.page-title.text-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title Left
------------------------------------------- */
.page-title.text-left {
    text-align: left;
}
.page-title.text-left .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 20px 0 0 0;
}

/* Page Title Right
------------------------------------------- */
.page-title.text-right {
    text-align: right;
}
.page-title.text-right .breadcrumb {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    margin: 20px 0 0 0;
}

/* Page Title(only title) Right
------------------------------------------- */
.page-title.title-right {
    text-align: right;
}
.page-title.title-right .breadcrumb {
    left: 0;
    right: auto;
}
@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }
    .page-title .breadcrumb {
        position: static;
        margin-top: 0;
    }
}


/*
*****************************************************************
*                       HERO UNIT STYLE                         *
*****************************************************************
*/

@media(max-width: 1199px){
    .hero-wrapper{
        padding-top: 100px;
    }
}
.hero-overlay {
    position: relative;
}
.hero-unit .hero-intro {
    display: block;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Josefin Slab', serif;
}
@media (max-width: 480px) {
    .hero-unit .hero-intro {
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 1px;
    } 
}
.hero-unit .hero-title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #fff;
}
.hero-unit p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
}
.hero-short-info li {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
}
@media (min-width: 768px) {
    .hero-short-info li+li {
    padding-left: 15px;
    margin-left: 10px;
        border-left: 1px solid #fff;
    }
}
@media (max-width: 480px) {
    .hero-short-info li {
        font-size: 18px;
    } 
}
.hero-button-wrapper {
    margin-top: 60px;
}
.hero-button-wrapper .btn {
    min-width: 160px;
}
.hero-button-wrapper .btn+.btn {
    margin-left: 20px;
}
@media (max-width: 400px) {
    .hero-button-wrapper .btn {
        display: block;
        margin-bottom: 10px;
    }
    .hero-button-wrapper .btn+.btn {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .hero-unit {
        margin-top: 50px;
    }
    .hero-unit .hero-title {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .hero-unit p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 30px;
    }
}
.hero-intro-list {
    background: #00ff78;
    padding: 25px 50px;
    overflow: hidden;
}
.hero-intro-list:nth-child(1) {
    background: #00ff78;
    border-radius: 8px 8px 0 0;
}
.hero-intro-list:nth-child(2) {
    background: #09e470;
}
.hero-intro-list:nth-child(3) {
    background: #05d466;
    border-radius: 0 0 8px 8px;
}
.hero-intro-list h2 {
    font-size: 65px;
    line-height: 60px;
    float: left;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 0;
}
.hero-intro-list span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-intro-list {
        padding: 25px 30px;
    }
    .hero-intro-list h2 {
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    .hero-intro-meta {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hero-intro-list span {
        line-height: 60px;
    }
}
@media (max-width: 500px) {
    .hero-intro-list {
        padding: 20px 20px;
    }
    .hero-intro-list h2 {
        font-size: 40px;
        line-height: 40px;
        float: none;
        margin-right: 0;
    }
    .hero-intro-list span {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Hero Unit Two
-----------------------------------------------*/
.hero-two{
    padding-top: 100px;
}
.hero-two .hero-unit .hero-title {
    font-size: 60px;
    line-height: 70px
}
@media (min-width: 992px) {
    .hero-two .hero-unit p {
        width: 70%;
        margin: 0 auto
    }
}
@media (max-width: 680px) {
    .hero-two .countdown-wrapper {
        margin-top: 120px;
    }
    .hero-button-wrapper {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

/* Hero Unit Three
-----------------------------------------------*/
.hero-three .hero-unit .hero-title {
    font-size: 100px;
    line-height: 110px;
}
.hero-three .hero-unit {
    margin-top: 0;
}

/* Hero Unit Four
-----------------------------------------------*/
.hero-four {
    min-height: 800px;
    padding-top: 150px;
}
.hero-four .hero-unit {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .hero-four {
        min-height: 1000px;
        padding-top: 100px;
    }
    .hero-four .hero-unit .hero-title {
        font-size: 60px;
        line-height: 70px;
    }
    .hero-four .hero-button-wrapper {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .hero-four {
        padding-top: 50px;
    }
}

/* Hero Unit Five
-----------------------------------------------*/
.hero-five .hero-unit {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .hero-five .hero-unit {
        margin-top: 80px;
        margin-bottom: 80px;
    } 
}
.hero-five .hero-unit .hero-intro {
    margin-bottom: 5px;
}

/* Countdown Wrapper
-------------------------------------------------*/
.countdown {
    margin-bottom: 0;
}
.countdown li {
    margin: 10px;
    width: 100px;
}
.countdown li span {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
}
.countdown li p {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 26px;
}
@media (min-width: 768px) {
    .countdown-wrapper {
        margin-bottom: 60px;
    }
    .countdown li {
        margin: 0 20px;
        width: 115px;
        border-right: 5px solid #fff;
        border-left: 5px solid #fff;
    }
    .countdown-border-top,
    .countdown-border-bottom {
        position: relative;
        border-radius: 10px;
    }
    .countdown-border-top:after,
    .countdown-border-top:before,
    .countdown-border-bottom:before,
    .countdown-border-bottom:after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 5px;
        height: 64px;
        border-radius: inherit;
    }
    .countdown-border-top:after,
    .countdown-border-top:before {
        top: -45px;
    }
    .countdown-border-bottom:before,
    .countdown-border-bottom:after {
        bottom: -44px;
    }
    .countdown-border-top:after,
    .countdown-border-bottom:after {
        left: 17px;
    }
    .countdown-border-top:after,
    .countdown-border-bottom:before {
        transform: rotate(65deg);
    }
    .countdown-border-top:before,
    .countdown-border-bottom:before {
        right: 17px;
    }
    .countdown-border-top:before,
    .countdown-border-bottom:after {
        transform: rotate(-65deg);
    }
}


/*
*****************************************************************
*                       PRICING TABLE                           *
*****************************************************************
*/

.pricing-table-section .pricing-table-wrapper {
    margin-bottom: 30px;
}
.pricing-table-wrapper {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background-color: #fff;
}
.pricing-table-intro{
    background-color: #fff;
}
.pricing-table-wrapper:hover,
.banner-pricing-wrapper .pricing-table-wrapper{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    border-color: #fff;
}
.pricing-table-wrapper:hover .purchase-button a{
    background-color: #f36a88;
}
.table-header {
    padding: 60px 0 30px 0;
}
.table-header .package-name {
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    font-size: 11px;
    letter-spacing: 6px;
}
.package-price .currency-symbol, .package-price .price {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #212121;
}
.package-price .currency-symbol {
    margin-right: -5px;
}
.package-price .currency-code {
    font-weight: 700;
    color: #212121;
}
.table-info ul {
    margin-bottom: 0;
}
.table-info ul li {
    text-transform: capitalize;
    font-size: 16px;
    margin: 5px 0;
}
.table-info ul li i{
    color: #ff0024;
    font-size: 14px;
}
.table-info {
    padding-bottom: 35px;
}
.table-footer {
    padding-bottom: 60px;
}
.purchase-button a {
    background-color: #e3e3e3;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 30px;
}
.purchase-button a:hover{
    color: #fff;
}
.pricing-table-intro{
    background-color: #fff;
}
.carousel-section{
    background-color: #ddd;
}
@media screen and ( max-width: 992px ){
    .pricing-table-wrapper{
        margin-bottom: 30px;
    }
}

/*pricing table style two
--------------------------------------*/
.pricing-table-two .pricing-table-wrapper{
    box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -webkit-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 0px 49px 72px 0px rgba(25, 25, 25, 0.12);
}
@media (min-width: 992px) {
    .pricing-table-two .pricing-table-wrapper{
        margin-top: -100px;
    }
}
.carousel-action{
    position: absolute;
    bottom: -530px;
    right: 50%;
    z-index: 1000;
    display: block;
    margin-right: -30px;
}
span#nav-prev {
    background-color: #ff5a00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
span#nav-next {
    background-color: #ff5a00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}

/* pricing table carousel style
------------------------------------------*/
.banner-pricing-wrapper{
    position: relative;
}


/*
*****************************************************************
*                    FEATURED BOXED STYLE                       *
*****************************************************************
*/

.icon-block {
    margin-top: 40px;
}

/*Icon Default Style*/
.icon-block.icon-default .tt-icon {
    margin-bottom: 15px;
}
.icon-block .tt-icon i{
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    
}
.icon-block i.gradient,
.icon-block i.gradient-custom{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon-block .tt-icon.flat-icon i{
    line-height: 44px;
}
.icon-block .tt-icon.flat-icon i::before{
    font-size: 40px;
}
.icon-block.icon-default:hover .tt-icon i{
    color: #f36a88;
}
.icon-block:hover .tt-icon.icon-hover-default i{
    border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.icon-block:hover .tt-icon.icon-hover-default i{
    background-color: #f36a88;
    color: #ffffff;
}
.icon-block:hover .tt-icon.icon-hover-white i{
    background-color: #ffffff;
    color: #f36a88 !important;
}
.icon-block:hover .tt-icon.icon-hover-black i{
    background-color: #202020;
    color: #ffffff;
}

/* Icon Position
------------------------------------------- */
/*icon position left*/
.icon-block.icon-position-left .tt-icon{
    float: left;
    margin-right: 20px;
}
.icon-block.icon-position-left .tt-content{
    overflow: hidden;
}

/*icon position center*/
.icon-block.icon-position-center .tt-icon{
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
.icon-block.icon-position-center .tt-content{
    text-align: center;
}

/*icon position top left*/
.icon-block.icon-position-top-left .tt-icon{
    float: none;
    text-align: left;
}

/*icon postition right*/
.icon-block.icon-position-right .tt-icon{
    float: right;
    text-align: right;
    margin-left: 20px;
}
.icon-block.icon-position-right .tt-content{
    text-align: right;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .icon-block.icon-position-right .tt-icon{
        float: left;
        text-align: left;
        margin-right: 20px;
        margin-left: 0;
    }
    .icon-block.icon-position-right .tt-content{
        text-align: left;
    }
}
.icon-block i {
    font-size: 28px;
}
.icon-block h3 {
    font-size: 25px;
    position: relative;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.icon-block h3 a:hover{
    color: #c03a2b;
}
.tt-icon.flat-icon i{
    display: inline-block;
}
.icon-block.icon-default .tt-icon i{
    font-size: 40px;
}
.icon-block .tt-icon a.theme-color, 
.icon-block h3.theme-color,
.icon-block h3 a.theme-color{
    color: #f36a88;
}

/* Icon Shape
------------------------------------------- */
.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}

/*Square Icon*/
.icon-block.icon-square .tt-icon i {
    line-height: 70px;
}

/*Round Icon*/
.icon-block.icon-round .tt-icon i {
    line-height: 70px;
    border-radius: 4px;
}

/*Circle Icon*/
.icon-block.icon-circle .tt-icon i {
    line-height: 68px;
    border-radius: 50%;
}
.icon-block.icon-square .tt-icon i,
.icon-block.icon-round .tt-icon i,
.icon-block.icon-circle .tt-icon i {
    border: 1px solid #e2e2e2;
}

/*Theme Color Icon Style*/
.icon-block.icon-square .tt-icon i.theme-color,
.icon-block.icon-round .tt-icon i.theme-color,
.icon-block.icon-circle .tt-icon i.theme-color {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-round:hover .tt-icon.icon-hover-default i.theme-color,
.icon-block.icon-circle:hover .tt-icon.icon-hover-default i.theme-color{
    border: 1px solid #f36a88;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-white i,
.icon-block.icon-round:hover .tt-icon.icon-hover-white i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-white i{
    border: 1px solid #ffffff;
}
.icon-block.icon-square:hover .tt-icon.icon-hover-black i,
.icon-block.icon-round:hover .tt-icon.icon-hover-black i,
.icon-block.icon-circle:hover .tt-icon.icon-hover-black i{
    border: 1px solid #202020;
}
@media only screen and (max-width : 767px) {
    .icon-block{
      margin-bottom: 30px !important;
    }
}

/*Featured  Block Common Style
--------------------------------------------*/
.default-block .icon-block {
    margin-top: 30px;
}
.default-block .icon-block {
    border: 1px solid transparent;
    border-radius: 4px;
}
.outline-border .icon-block,
.featured-carousel .icon-block {
    margin-top: 30px;
    padding: 50px 25px 30px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
}
.hover-block .icon-block:hover {
    background-color: #f36a88;
    border: 1px solid transparent;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.hover-block .icon-block:hover .tt-icon i,
.hover-block .icon-block:hover .tt-content h3,
.hover-block .icon-block:hover .tt-content p {
    color: #fff !important;
}
.hover-block .icon-block,
.hover-block .icon-block .tt-icon i,
.hover-block .icon-block .tt-content h3,
.hover-block .icon-block .tt-content p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

/* Featured Border Block
---------------------------------------*/
.outline-border .icon-block {
    margin-top: 30px;
}

/* Carousel Featured Block
----------------------------------------*/
.featured-carousel .icon-block {
    margin-top: 0;
}
.featured-carousel.owl-theme .owl-controls {
    margin-top: 20px;
}
.featured-carousel .owl-item {
    padding: 20px 8px;
}
.featured-carousel.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #dadada;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}
.featured-carousel.owl-theme .owl-dots .owl-dot.active span, 
.featured-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f36a88 !important;
}

/* Featured Plus Box
-------------------------------------------------------------------*/
.border-plusbox {
    overflow: hidden;
}
.border-plusbox .icon-block {
    margin-top: 0;
}
.border-plusbox .icon-block-grid {
    padding: 50px 30px;
    position: relative;
}
.border-plusbox .icon-block-grid:after,
.border-plusbox .icon-block-grid:before {
    content: '';
    position: absolute;
}
.border-plusbox .icon-block-grid:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #eee;
}
.border-plusbox .icon-block-grid:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}
.border-plusbox.hover-block .icon-block:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none; 
}
.border-plusbox.hover-block .icon-block-grid:hover {
    background-color: #f36a88;
}
.border-plusbox.hover-block .icon-block-grid:hover .tt-icon i,
.border-plusbox.hover-block .icon-block-grid:hover .tt-content h3,
.border-plusbox.hover-block .icon-block-grid:hover .tt-content p {
    color: #fff;
}
.border-plusbox.hover-block .icon-block-grid,
.border-plusbox.hover-block .icon-block-grid .tt-icon i,
.border-plusbox.hover-block .icon-block-grid .tt-content h3,
.border-plusbox.hover-block .icon-block-grid .tt-content p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

/*Featured Animated Block
-------------------------------------------------------------------*/
.animated-block .icon-block {
    margin-top: 0;
    border: 0;
}
.animated-block.hover-block .icon-block:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.animated-block .icon-block-grid {
    position: relative;
    overflow: hidden;
    padding:40px 30px 20px 30px;
    min-height: 310px;
}
.animated-block .icon-block-grid:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.animated-block .icon-block-grid .tt-content h3 {
    margin-bottom: 30px;
}
.animated-block .icon-block-grid .tt-content p { 
    overflow:hidden; 
    height:0;
    margin: 0;
}
.animated-block .icon-block-grid:hover .tt-content p { 
    height:126px; 
}
.animated-block .icon-block-grid .tt-icon,
.animated-block .icon-block-grid .tt-content h3,
.animated-block .icon-block-grid .tt-content p { 
    position: relative;
    top: 50px; 
}
.animated-block .icon-block-grid:hover .tt-icon,
.animated-block .icon-block-grid:hover .tt-content h3,
.animated-block .icon-block-grid:hover .tt-content p { 
    top: 0; 
}
.animated-block .icon-block-grid,
.animated-block .icon-block-grid .tt-icon,
.animated-block .icon-block-grid .tt-content h3 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.animated-block .icon-block-grid .tt-content p {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}

/*Featured Animated Flat Block
-------------------------------------------------------------------*/
.animated-block.hover-block .icon-block:hover .tt-icon i, 
.animated-block.hover-block .icon-block:hover .tt-content h3, 
.animated-block.hover-block .icon-block:hover .tt-content p {
     color: inherit; 
}
.animated-block.hover-block .icon-block-grid:hover {
    background-color: #f36a88;
}
.animated-block.hover-block .icon-block-grid:hover .tt-icon i, 
.animated-block.hover-block .icon-block-grid:hover .tt-content h3, 
.animated-block.hover-block .icon-block-grid:hover .tt-content p {
    color: #fff;
}

/* Progress Bar
------------------------------------------- */
.wpb_progress_bar_heading {
    margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    font-size: 15px;
    bottom: 30px;
    color: #565656 !important;
    text-shadow: none !important;
}
.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
    position: absolute;
    top: 0;
    right: 0;
}
.vc_progress_bar .vc_single_bar {
    background: #F5F5F5!important;
    box-shadow: none !important;
    border-radius: 30px !important;
    height: 7px;
    margin-bottom: 50px !important;
}
.vc_progress_bar > div:last-child{
    margin-bottom: 0 !important;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 30px !important;
}

/*
*****************************************************************
*                         MAP SECTION                           *
*****************************************************************
*/

#ttmap {
    height: 400px;
}
#mapcontent p{
    margin: 0;
    font-size: 16px;
}


/*
*****************************************************************
*                      CONTACT SECTION                          *
*****************************************************************
*/

.submit-wrapper {
    position: relative;
    margin-top: 50px;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -22px;
    z-index: 100;
}
div.wpcf7 img.ajax-loader {
    margin-left: 0;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 6px);
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
    color: #ff0000;
    text-align: left;
    font-size: 11px;
    background-color: #ECECEC;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
}
.wpcf7 span.wpcf7-not-valid-tip::before{
    position: absolute;
    top: -5px;
    left: 0;
    content:"";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECECEC;
}
.wpcf7 div.wpcf7-validation-errors{
    color: #ff0000;
    background-color: #fff3f3;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #00c03b;
    background-color: #effdda;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
    text-align: center;
    border: 0;
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 2px !important;
}
div.wpcf7 .input-field {
    margin-bottom: 20px;
}
.picker--opened .picker__frame{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.picker__close, 
.picker__today{
    color: inherit;
}
.picker__today:focus{
    color: #ffffff;
}
.picker__box{
    border: 0;
}

/* Address Info 
-------------------------------------*/
.icon-wrapper.icon-position-left i {
    font-size: 30px;
    line-height: 38px;
    float: left;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper.icon-position-top i {
    font-size: 30px;
    line-height: 38px;
    float: none;
    margin-right: 18px;
    padding-left: 2px;
}
.icon-wrapper .address,
.icon-wrapper .phone,
.icon-wrapper .mail{
    overflow: hidden;
}
.icon-wrapper .mail a {
    color: #999;
}
.icon-wrapper .mail a:hover {
    color: #f36a88;
}

/* Process Wrapper */
.process-wrapper {
    padding: 110px 110px 0px 110px;
    padding-left: 120px !important;
}
.process-wrapper .default-block .icon-block {
    padding: 0;
}
@media screen and (max-width: 768px){
    .process-wrapper {
        padding: 110px 30px 0 30px;
        padding-left: 30px !important;
    }
}


/*
*****************************************************************
*                        MAGNIFIC POPUP                         *
*****************************************************************
*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}
.mfp-bottom-bar {
    display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}
.mfp-arrow-right::after {
    content: "\f105" !important;
}
.mfp-arrow-left::after {
    content: "\f104" !important;
}
.mfp-arrow-right::before ,
.mfp-arrow-left::before {
    border: none !important;
}
.mfp-arrow {
    height: 60px;
}
.mfp-arrow::before, 
.mfp-arrow::after, 
.mfp-arrow .mfp-b, 
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}
img.mfp-img {
    padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
*****************************************************************
*                          TESTIMONIAL                          *
*****************************************************************
*/

.testimonial-wrapper .swiper-container {
    padding-bottom: 80px;
}
.testimonial-wrapper .testimonial-des{
    margin-bottom: 30px;
}
.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    top: auto;
    bottom: 0;
}
.testimonial-wrapper .swiper-button-next:hover,
.testimonial-wrapper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.testimonial-wrapper .swiper-button-next {
    left: 51%;
    right: auto;
}
.testimonial-wrapper .swiper-button-prev {
    right: 51%;
    left: auto;
}
@media (min-width: 600px) {
    .testimonial-wrapper .testimonial-des{
    }
}
.testimonial-wrapper .testimonial-des p{
    font-size: 18px;
    line-height: 35px;
}
.testimonial-header-entry h3{
    margin-bottom: 3px;
}

/*Testimonial Block*/
.tt-testimonial-wrapper {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}
.tt-testimonial-wrapper .testimonial-des p:last-of-type {
    margin-bottom: 30px;
}
.tt-testimonial-wrapper .testimonial-header-entry h3 {
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tt-testimonial-wrapper {
        margin-bottom: 30px;
    }
}

/*
*****************************************************************
*                   TT CAROUSEL SHORTCODE                       *
*****************************************************************
*/

.tt-carousel .tt-content-wrapper .container > div{
    overflow: hidden;
}

.tt-carousel .owl-item.active .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tt-carousel .tt-carousel-inner{
    display: inline-block;
}

.tt-carousel .tt-carousel-inner.zoomIn{
    animation-duration: 1.5s !important;
}
.tt-carousel .tt-carousel-inner > div{
    overflow: hidden;
}

.tt-carousel .item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.tt-carousel.tt-full-height .item {
    height: 100vh;
    min-height: 100%;
}

.tt-carousel .tt-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
    padding: 50px 0;
}

.tt-carousel .tt-content-wrapper a.btn {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    line-height: 50px;
    padding: 0 30px !important;
    height: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}
.tt-carousel .tt-content-wrapper a.btn:hover{
   box-shadow: 0 5px 10px rgba(0,0,0,.2);
   transform: translateY(-3px);
   -webkit-transition: .3s;
   transition: .3s;
}
.tt-carousel .tt-content-wrapper a.btn.btn-outline {
	border: 1px solid rgba(255,255,255,1);
}
.tt-carousel .tt-content-wrapper > .container{
    position: relative;
    z-index: 2;
}
.tt-content-wrapper .tt-intro-sub {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	color: #212121;
	letter-spacing: 2px;
	font-family: Josefin Slab, sans-serif;
}
.tt-content-wrapper .tt-title{
    display: block;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    color: #212121;
    letter-spacing: 0px;
    font-family: Josefin Slab, sans-serif;
}


.tt-content-wrapper .tt-carousel-content{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #212121;
    margin-top: 10px;
}
@media (max-width: 991px){
    .tt-content-wrapper .tt-carousel-content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 575px){
    .tt-content-wrapper .tt-intro-sub{
        font-size: 13px;
    }
}

.tt-content-wrapper.text-center .tt-intro-sub,
.tt-content-wrapper.text-center .tt-title,
.tt-content-wrapper.text-center .tt-carousel-content{
    margin-left: auto;
    margin-right: auto;
}
.tt-content-wrapper.text-right .tt-intro-sub,
.tt-content-wrapper.text-right .tt-title,
.tt-content-wrapper.text-right .tt-carousel-content{
    margin-left: auto;
}

.tt-carousel-btn{
    position: relative;
}
.overlay-enabled .tt-content-wrapper::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:"";
    background: rgba(0, 0, 0, .5) linear-gradient(-45deg, var(--tt-carousel-overlay1, rgba(238, 69, 137, 0.9)) 0%, var(--tt-carousel-overlay2, rgba(253, 160, 133, 0.9)) 100%) repeat scroll 0% 0%
}
.ie11 .overlay-enabled .tt-content-wrapper::before,
.ie .overlay-enabled .tt-content-wrapper::before{
    background: rgba(0, 0, 0, .5);
}

.ie .overlay-enabled .tt-content-wrapper::before{
    background-color: rgba(0,0,0,.5)
}

.overlay-enabled.opacity-one .tt-content-wrapper::before{
    opacity: 0.1;
}
.overlay-enabled.opacity-two .tt-content-wrapper::before{
    opacity: 0.2;
}
.overlay-enabled.opacity-three .tt-content-wrapper::before{
    opacity: 0.3;
}
.overlay-enabled.opacity-four .tt-content-wrapper::before{
    opacity: 0.4;
}
.overlay-enabled.opacity-five .tt-content-wrapper::before{
    opacity: 0.5;
}
.overlay-enabled.opacity-six .tt-content-wrapper::before{
    opacity: 0.6;
}
.overlay-enabled.opacity-seven .tt-content-wrapper::before{
    opacity: 0.7;
}
.tt-carousel .owl-controls{
    margin: 0;
}
.tt-carousel .owl-controls .owl-nav i{
    width: 50px;
    height: 50px;
    font-size: var(--tt-nav-size, 18px);
    background-color: var(--tt-carousel-nav-bg, rgba(0,0,0,.5));
    line-height: 50px;
    color: var(--tt-carousel-nav-color, #ffffff);
    border-radius: var(--tt-carousel-btn-radius, 50%);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.ie .tt-carousel .owl-controls .owl-nav i{
    background-color: #000000;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
}
.tt-carousel .owl-controls .owl-nav i:hover{
    opacity: 1;
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: transparent;
}

.tt-carousel .owl-controls .owl-nav > div{
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -25px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.tt-carousel:hover .owl-controls .owl-nav > div{
    opacity: 1;
    visibility: visible;
}
.tt-carousel .owl-controls .owl-nav .owl-prev{
    left: 10px;
}
.tt-carousel .owl-controls .owl-nav .owl-next{
    right: 10px;
}

/*Owl dots*/
.tt-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.tt-carousel .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	padding: 10px 0;
	margin: 0 2px;
}

.tt-carousel .owl-controls .owl-dots .owl-dot span {
	width: 18px;
	height: 4px;
	background: #ffffff;
	border-radius: 10px;
	display: block;
	transform: rotate(0);
	border: none;
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tt-carousel .owl-controls .owl-dots .owl-dot.active span{
    background-color: #9100ff;
    width: 30px;
    opacity: 1;
}
.tt-carousel .owl-controls .owl-dots .owl-dot:hover span{
    opacity: 1;
}

@media(min-width: 992px){
    .max-width-100{
        max-width: 100%;
    }
    .max-width-90{
        max-width: 90%;
    }
    .max-width-80{
        max-width: 80%;
    }
    .max-width-70{
        max-width: 70%;
    }
    .max-width-60{
        max-width: 60%;
    }
    .max-width-50{
        max-width: 50%;
    }
    .max-width-40{
        max-width: 40%;
    }
    .max-width-30{
        max-width: 30%;
    }
}

@media (max-width: 767px){
    .tt-carousel .tt-content-wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Extra image*/
.tt-extra-image{
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}
.tt-carousel .active .tt-extra-image{
    opacity: 1;
    visibility: visible;
}
/*left*/
.tt-extra-image.img-left-center{
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-left-center{
    left: auto;
    right: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-left-center{
        left: 100px;
    }
    .owl-rtl .tt-extra-image.img-left-center{
        left: auto;
        right: 100px;
    }
}
.tt-extra-image.img-left-top{
    left: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-left-top{
    left: auto;
    right: 0;
}
.tt-extra-image.img-left-bottom{
    left: 0;
    bottom: 0;
}
.owl-rtl .tt-extra-image.img-left-bottom{
    left: auto;
    right: 0;
}

/*right*/
.tt-extra-image.img-right-center{
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-rtl .tt-extra-image.img-right-center{
    right: auto;
    left: 0;
}
@media(min-width: 1200px){
    .tt-extra-image.img-right-center{
        right: 100px;
    }
    .owl-rtl .tt-extra-image.img-right-center{
        right: auto;
        left: 100px;
    }
}
.tt-extra-image.img-right-top{
    right: 0;
    top: 0;
}
.owl-rtl .tt-extra-image.img-right-top{
    right: auto;
    left: 0;
}
.tt-extra-image.img-right-bottom {
	right: 0;
	bottom: -20px;
}
.owl-rtl .tt-extra-image.img-right-bottom {
    right: auto;
    left: 0;
}
@media (max-width: 1250px){
    .tt-extra-image.has-custom-right-value{
        right: 0 !important;
    }
}

/* Text animation delay
/* ------------------------------ */
.delay-100 {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200 {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400 {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700 {
    -webkit-animation-delay: 700ms;
    -moz-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800 {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1200 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.delay-1800 {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms;
}

@media(max-width: 1199px){
    .tt-content-wrapper .tt-title{
        font-size: 40px !important;
    }
}

@media(max-width: 767px){
    .tt-content-wrapper .tt-intro-sub{
        font-weight: 400;
    }
    .tt-content-wrapper .tt-title{
        font-size: 30px !important;
    }
    .tt-content-wrapper .tt-carousel-content {
        font-size: 16px;
    }
    .tt-carousel .tt-content-wrapper a.btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px !important;
    }
    .tt-carousel .owl-controls .owl-dots{
        bottom: 0;
    }
}

/*rtl support*/
.tt-carousel.owl-rtl .text-left {
    text-align: right;
}
.tt-carousel.owl-rtl .text-right {
    text-align: left;
}



/*
*****************************************************************
*                         PROCESS                               *
*****************************************************************
*/

.process-box {
    background: rgba(26, 36, 46, 0.2);
    border-radius: 4px;
    padding: 10px 15px 40px;
}
.ios-browser .process-box{
    cursor: pointer;
}
.process-box i:before {
    font-size: 60px;
    line-height: 60px;
    margin-left: 0;
    color: #000;
}
.process-box h3.porcess-number{
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    opacity: 0;
    transition: all .3s ease;
    margin-left: 0;
}
.process-box:hover h3.porcess-number{
    opacity: 1;
}
.process-box h3 {
    color: #fff;
    font-size: 25px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}
.process-box:hover {
    background: rgba(26, 36, 46, 0.4);
}
.process-box:hover i:before {
    color: #fff;
}
.process-box,
.process-box i:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 767px) {
   .process-box {
    margin-bottom: 30px;
   } 
}


/*
*****************************************************************
*                          BLOG HOME                            *
*****************************************************************
*/

.home-blog-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    margin-bottom: 30px;
    background-color: #fff;
}
.ios-browser .home-blog-wrapper {
    cursor: pointer;
}
.home-blog-wrapper.post-layout-2{
    border-radius: 3px;
    min-height: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border: none;
}
.home-blog-wrapper.post-layout-2:hover{
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}
.home-blog-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0px 35px;
    z-index: 10;
}
.home-blog-content .entry-meta a {
    color: #999999;
    transition: all .3s;
    font-weight: normal;
}
.home-blog-content .entry-meta li, 
.home-blog-content .entry-meta a {
    font-size: 15px;
    text-transform: capitalize;
}
.home-blog-content .entry-meta a:hover{
    opacity: .8;
}
.home-blog-thumbnail {
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    visibility: visible;
}
@media (max-width: 767px) {
    .home-blog-thumbnail img {
        width: 100%;
    }
}
.home-blog-wrapper.post-layout-2 .home-blog-thumbnail{
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
.home-blog-wrapper.post-layout-2 .no-thumbnail:before,
.home-blog-wrapper.post-layout-2 .home-blog-thumbnail:before{
    opacity: 0;
    visibility: hidden;
}
.home-blog-wrapper.post-layout-2 .home-blog-content {
    padding: 0 20px 25px;
    position: relative;
}
.home-blog-wrapper.no-thumbnail:before,
.home-blog-thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .8;
    background-color: #ffa3e6;
    background: -moz-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-blog-thumbnail.no-overlay:before,
.no-overlay-color .home-blog-thumbnail:before{
    content: none;
}
.home-blog-wrapper.no-thumbnail:before{
    visibility: hidden;
}
.home-blog-wrapper:hover .home-blog-thumbnail {
    opacity: .95;
}
.home-blog-wrapper .home-blog-thumbnail img{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    transform: scale(1) rotate(0deg);
}
.home-blog-wrapper:hover .home-blog-thumbnail img{
    transform: scale(1.1) rotate(-3deg);
}
.home-blog-wrapper.no-thumbnail:hover:before{
    visibility: visible;
}
.home-blog-wrapper.post-layout-2.no-thumbnail:hover:before{
    visibility: hidden;
}
.home-blog-content h3 {
    margin-top: 90px;
    line-height: 35px;
}
.home-blog-content h3 a{
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    width: calc(100%);

}
.home-blog-wrapper.post-layout-2 .home-blog-content h3 a{
    color: #212121;
}
.home-blog-wrapper.post-layout-2 .home-blog-content h3 a:hover{
    text-decoration: none;
}
.post-layout-2 .home-blog-content h3{
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 25px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}
.home-blog-content .entry-meta{
    font-size: 12px;
    font-weight: 600;
    font-family: 'Josefin Slab', serif;
    position: absolute;
    bottom: 35px;
}
.home-blog-wrapper.post-layout-2 .home-blog-content .entry-meta{
    position: relative;
    bottom: 0;
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.home-blog-wrapper.post-layout-2:hover{
    border: none;
}
.home-blog-wrapper.post-layout-2:hover .home-blog-content h3 a,
.home-blog-wrapper.post-layout-2:hover .home-blog-content ul li,
.home-blog-wrapper.post-layout-2:hover .home-blog-content ul li a {
    color: inherit;
}
.home-blog-wrapper .home-blog-content ul{
    padding: 0;
    margin: 0;
}
.home-blog-wrapper .home-blog-content ul li{
    position: relative;
    padding-right: 0;
    display: inline-block;
}
.home-blog-wrapper .home-blog-content ul li a,
.home-blog-wrapper .home-blog-content ul li{
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.home-blog-wrapper .home-blog-content ul li::after{
    content:"/";
    margin-left: 4px;
}
.home-blog-wrapper .home-blog-content ul li:last-child::after{
    content:"";
}
.home-blog-content a.video-link {
    background: rgb(196,113,245);
    background: -moz-linear-gradient( 45deg,  0%, rgb(250,113,205) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    background: -ms-linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    background: linear-gradient( 45deg, rgb(196,113,245) 0%, rgb(250,113,205) 100%);
    border-radius: 50%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: -50px;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    width: 50px;
}


/*
*****************************************************************
*                          BLOG STYLE                           *
*****************************************************************
*/

.blog-wrapper{
    margin-bottom: 120px;
    margin-top: 100px;
}
.post-wrapper {
    margin-bottom: 30px;
}
.ios-browser .post-wrapper{
    cursor: pointer;
}
.post-wrapper .post-thumbnail{
    margin-top: 25px;
    position: relative;
    display: inline-block;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
}
.post-wrapper .post-thumbnail.blog-quote{
    margin-top: 0;
}
.search-results .post-wrapper .post-thumbnail{
    margin-top: 0;
}
.post-thumbnail.blog-audio{
    width: 100%;
    height: auto;
}
.post-thumbnail.blog-video{
    display: block;
}

.format-link .post-thumbnail,
.format-quote .post-thumbnail {
    display: block;
}

.post-wrapper .post-overlay{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-wrapper .post-overlay:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    background-color: #ffa3e6;
    background: -moz-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.single-post .post-wrapper .post-overlay{
    display: none;
}
.no-overlay .post-wrapper .post-overlay:before,
.no-overlay-color .post-wrapper .post-overlay:before{
    content: none;
}
.class-time .table tr td.has-class.no-overlay{
    background: transparent;
    color: #212121;
}
.trainer-area .trainer-details.no-overlay{
    background-color: transparent;
}

.popup-wrapper .popup-play.overlay-one,
.trainer-content.overlay-one:before,
.trainer-area .trainer-details.overlay-one:before,
.class-time .table tr td.has-class.overlay-one,
.home-blog-thumbnail.overlay-one:before,
.class-thumbnail .class-overlay.overlay-one,
.posts-content .overlay-one .post-overlay:before{
    background-color: #ffa3e6;
    background: -moz-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ffa3e6 0%, #e13030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-two,
.trainer-content.overlay-two:before,
.trainer-area .trainer-details.overlay-two:before,
.class-time .table tr td.has-class.overlay-two,
.home-blog-thumbnail.overlay-two:before,
.class-thumbnail .class-overlay.overlay-two,
.posts-content .overlay-two .post-overlay:before{
    background-color: #f2db4b;
    background: -moz-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f2db4b 0%, #ff6435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-three,
.trainer-content.overlay-three:before,
.trainer-area .trainer-details.overlay-three:before,
.class-time .table tr td.has-class.overlay-three,
.home-blog-thumbnail.overlay-three:before,
.class-thumbnail .class-overlay.overlay-three,
.posts-content .overlay-three .post-overlay:before{
    background-color: #f2774b;
    background: -moz-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f2774b 0%, #e02f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-four,
.trainer-content.overlay-four:before,
.trainer-area .trainer-details.overlay-four:before,
.class-time .table tr td.has-class.overlay-four,
.home-blog-thumbnail.overlay-four:before,
.class-thumbnail .class-overlay.overlay-four,
.posts-content .overlay-four .post-overlay:before{
    background-color: #55f4ec;
    background: -moz-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #55f4ec 0%, #2997c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-five,
.trainer-content.overlay-five:before,
.trainer-area .trainer-details.overlay-five:before,
.class-time .table tr td.has-class.overlay-five,
.home-blog-thumbnail.overlay-five:before,
.class-thumbnail .class-overlay.overlay-five,
.posts-content .overlay-five .post-overlay:before{
    background-color: #81d742;
    background: -moz-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #81d742 0%, #2bcec6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-six,
.trainer-content.overlay-six:before,
.trainer-area .trainer-details.overlay-six:before,
.class-time .table tr td.has-class.overlay-six,
.home-blog-thumbnail.overlay-six:before,
.class-thumbnail .class-overlay.overlay-six,
.posts-content .overlay-six .post-overlay:before{
    background-color: #2d7ce7;
    background: -moz-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #2d7ce7 0%, #30dbe1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-seven,
.trainer-content.overlay-seven:before,
.trainer-area .trainer-details.overlay-seven:before,
.class-time .table tr td.has-class.overlay-seven,
.home-blog-thumbnail.overlay-seven:before,
.class-thumbnail .class-overlay.overlay-seven,
.posts-content .overlay-seven .post-overlay:before{
    background-color: #ff3a6f;
    background: -moz-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #ff3a6f 0%, #f433e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-eight,
.trainer-content.overlay-eight:before,
.trainer-area .trainer-details.overlay-eight:before,
.class-time .table tr td.has-class.overlay-eight,
.home-blog-thumbnail.overlay-eight:before,
.class-thumbnail .class-overlay.overlay-eight,
.posts-content .overlay-eight .post-overlay:before{
    background-color: #8224e3;
    background: -moz-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8224e3 0%, #2781f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-nine,
.trainer-content.overlay-nine:before,
.trainer-area .trainer-details.overlay-nine:before,
.class-time .table tr td.has-class.overlay-nine,
.home-blog-thumbnail.overlay-nine:before,
.class-thumbnail .class-overlay.overlay-nine,
.posts-content .overlay-nine .post-overlay:before{
    background-color: #d8d217;
    background: -moz-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d8d217 0%, #cfff35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.popup-wrapper .popup-play.overlay-ten,
.trainer-content.overlay-ten:before,
.trainer-area .trainer-details.overlay-ten:before,
.class-time .table tr td.has-class.overlay-ten,
.home-blog-thumbnail.overlay-ten:before,
.class-thumbnail .class-overlay.overlay-ten,
.posts-content .overlay-ten .post-overlay:before{
    background-color: #fa709a;
    background: -webkit-linear-gradient(left bottom, #fa709a, #fee140); 
    background: -o-linear-gradient(right top, #fa709a, #fee140); 
    background: -moz-linear-gradient(right top, #fa709a, #fee140); 
    background: linear-gradient(to right top, #fa709a, #fee140); 
}
.popup-wrapper .popup-play.overlay-eleven,
.trainer-content.overlay-eleven:before,
.trainer-area .trainer-details.overlay-eleven:before,
.class-time .table tr td.has-class.overlay-eleven,
.home-blog-thumbnail.overlay-eleven:before,
.class-thumbnail .class-overlay.overlay-eleven,
.posts-content .overlay-eleven .post-overlay:before{
    background-color: #6fe5f7;
    background: -webkit-linear-gradient(left bottom, #6fe5f7, #38b3e0); 
    background: -o-linear-gradient(right top, #6fe5f7, #38b3e0); 
    background: -moz-linear-gradient(right top, #6fe5f7, #38b3e0); 
    background: linear-gradient(to right top, #6fe5f7, #38b3e0); 
}
.popup-wrapper .popup-play.overlay-twelve,
.trainer-content.overlay-twelve:before,
.trainer-area .trainer-details.overlay-twelve:before,
.class-time .table tr td.has-class.overlay-twelve,
.home-blog-thumbnail.overlay-twelve:before,
.class-thumbnail .class-overlay.overlay-twelve,
.posts-content .overlay-twelve .post-overlay:before{
    background-color: #c8ef6b;
    background: -webkit-linear-gradient(left bottom, #c8ef6b, #7c8e23); 
    background: -o-linear-gradient(right top, #c8ef6b, #7c8e23); 
    background: -moz-linear-gradient(right top, #c8ef6b, #7c8e23); 
    background: linear-gradient(to right top, #c8ef6b, #7c8e23); 
}
.popup-wrapper .popup-play.overlay-thirteen,
.trainer-content.overlay-thirteen:before,
.trainer-area .trainer-details.overlay-thirteen:before,
.class-time .table tr td.has-class.overlay-thirteen,
.home-blog-thumbnail.overlay-thirteen:before,
.class-thumbnail .class-overlay.overlay-thirteen,
.posts-content .overlay-thirteen .post-overlay:before{
    background-color: #a26df2;
    background: -webkit-linear-gradient(left bottom, #a26df2, #ad2b95); 
    background: -o-linear-gradient(right top, #a26df2, #ad2b95); 
    background: -moz-linear-gradient(right top, #a26df2, #ad2b95); 
    background: linear-gradient(to right top, #a26df2, #ad2b95);  
}
.popup-wrapper .popup-play.overlay-fourteen,
.trainer-content.overlay-fourteen:before,
.trainer-area .trainer-details.overlay-fourteen:before,
.class-time .table tr td.has-class.overlay-fourteen,
.home-blog-thumbnail.overlay-fourteen:before,
.class-thumbnail .class-overlay.overlay-fourteen,
.posts-content .overlay-fourteen .post-overlay:before{
    background-color: #4a7ea5;
    background: -webkit-linear-gradient(left bottom, #4a7ea5, #3246c9); 
    background: -o-linear-gradient(right top, #4a7ea5, #3246c9); 
    background: -moz-linear-gradient(right top, #4a7ea5, #3246c9); 
    background: linear-gradient(to right top, #4a7ea5, #3246c9);  
}
.popup-wrapper .popup-play.overlay-fifteen,
.trainer-content.overlay-fifteen:before,
.trainer-area .trainer-details.overlay-fifteen:before,
.class-time .table tr td.has-class.overlay-fifteen,
.home-blog-thumbnail.overlay-fifteen:before,
.class-thumbnail .class-overlay.overlay-fifteen,
.posts-content .overlay-fifteen .post-overlay:before{
    background-color: #f46ed3;
    background: -webkit-linear-gradient(left bottom, #f46ed3, #7738e2); 
    background: -o-linear-gradient(right top, #f46ed3, #7738e2); 
    background: -moz-linear-gradient(right top, #f46ed3, #7738e2); 
    background: linear-gradient(to right top, #f46ed3, #7738e2);
}

.post-wrapper .post-overlay a {
    color: #fff;
    font-size: 13px;
    left: 50%;
    letter-spacing: 5px;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-transform: uppercase;
    transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    -webkit-transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    -moz-transition: all .5s cubic-bezier(1, -1.16, 0.58, 1);
    opacity: 0;
    margin-top: 1px;
    padding: 6px 0;
}

.post-wrapper:hover .post-overlay:before{
    opacity: .76;
}
.post-wrapper:hover .post-overlay a{
    opacity: 1;
    top: 50%;
}
.post-wrapper,
.single .post-wrapper {
    background-color: #fff;
}
.single .post-wrapper {
    margin-bottom: 0;
}
.post-wrapper .blog-content{
    padding: 20px 30px;
}

/*post thumb wrapper*/
article img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px){
    .featured-wrapper img{
        width: 100%;
    }
}

/*entry header*/
.post-wrapper .entry-header{
    padding: 20px 30px 0;
}
.post-wrapper .entry-header,
.format-gallery .featured-wrapper,
.post-wrapper .featured-wrapper {
    position: relative;
}
.featured-wrapper .popup-wrapper{
    padding: 0;
    border: none;
}
.entry-header span{
    margin-right: 10px;
}
.entry-header span, 
.entry-header span a {
    color: #999;
    font-size: 13px;
}
.entry-header span a:hover{
    color: #f36a88;
}
.entry-header span i{
    margin-right: 10px;
}
.featured-wrapper img{
    max-width: 100%;
    height: auto;
}
.post-wrapper.format-video iframe,
.post-wrapper.format-video video,
.featured-wrapper img {
    border-radius: 0;
}
.single .post-wrapper.format-video iframe,
.single .post-wrapper.format-video video,
.single .featured-wrapper img {
    border-radius: 0;
}
/*entry title*/
.post-wrapper .entry-title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.post-wrapper .entry-title a{
    color: #090a0b;
}
.post-wrapper .entry-title a:hover{
    color: #f36a88;
}
/*posted in category*/
.entry-header .entry-meta span{
    margin-right: 8px;
    font-size: 13px;
}
.entry-header .entry-meta span > span{
    margin-right: 0;
}
.entry-header .entry-meta span i{
    margin-right: 4px;
    font-size: 12px;
}
.author.vcard {
    color: #999 !important;
}

/*entry content*/
.post-wrapper .entry-content p {
    margin-bottom: 15px;
}
.post-wrapper .entry-content .more-link {
    display: table;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #fa8d86;
    padding-bottom: 5px;
    position: relative;
}
.post-wrapper .entry-content .more-link:hover{
    color: #fa6c63;
}
.blog-content .entry-content .wpb_content_element{
    margin-bottom: 0;
}
.blog-content .entry-content .container{
    width: 100%;
}
.blog-content .entry-content .vc_column_container>.vc_column-inner{
    padding: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT VIDEO =-=-=-=-=-=-=-=-= */
.post-wrapper.format-video iframe{
    width: 100%;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT AUDIO =-=-=-=-=-=-=-=-= */

.post-wrapper.format-audio .featured-wrapper::before {
    top: auto;
    bottom: 0;
    height: 50px;
}
.post-wrapper.format-audio iframe {
    width: 100%;
    height: 203px;
}
@media (min-width : 992px) and (max-width : 1199px) {
    .post-wrapper.format-audio iframe {
        height: 165px;
    }
}

/* =-=-=-=-=-=-=-=-= POST FORMAT QUOTE =-=-=-=-=-=-=-=-= */

.blog-quote blockquote{
    text-align: center;
    padding: 80px 30px 50px;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 37px;
    background: #6b95ff;
    margin-bottom: 15px;
    min-height: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single .blog-quote blockquote{
    margin: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
.blog-quote blockquote,
.blog-quote blockquote::before,
.blog-quote small a,
.blog-quote small::before {
    color: #fff;
}
.blog-quote blockquote small{
    margin-top: 15px;
    z-index: 10;
}
.blog-quote blockquote::before {
    left: 0;
    right: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT LINK =-=-=-=-=-=-=-=-= */

.format-link .blog-link > a {
    color: #fff;
    display: block;
    font-size: 22px;
    left: 50%;
    line-height: 37px;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.format-link .blog-link > a::before {
    content: "\f0c1";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT GALLERY =-=-=-=-=-=-=-=-= */

.gallery {
    margin-bottom: 1.5em;
    border: 1px solid #eee;
}
.gallery-caption {
    display: block;
    padding-top: 8px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 97.8%;
    border: 1px solid #eee;
    padding: 5px;
    margin: 5px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
    max-width: 47.6%;
}
.gallery-columns-3 .gallery-item {
    max-width: 30.5%;
}
.gallery-columns-4 .gallery-item {
    max-width: 22.6%;
}
.gallery-columns-5 .gallery-item {
    max-width: 18.5%;
    margin: 5px;
}
.gallery-columns-6 .gallery-item {
    max-width: 15.2%;
    margin: 5px;
}
.gallery-columns-7 .gallery-item {
    max-width: 12.8%;
    margin: 5px;
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    margin: 5px;
}
.gallery-columns-9 .gallery-item {
    max-width: 9.65%;
    margin: 5px;
}
.gallery-columns-7 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.gallery-columns-8 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.gallery-columns-9 figcaption {
    font-size: 12px;
    line-height: 20px;
}
.format-gallery .gallery {
    border: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT GALLERY (CUSTOM) =-=-=-=-=-=-=-=-= */

.blog-gallery-carousel .carousel-control {
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: none;
    filter: alpha(opacity=100);
    z-index: 300;
    background-image: none;
}
.blog-gallery-carousel .carousel-control:focus, 
.blog-gallery-carousel .carousel-control:hover {
    color: #fff;
    background-color: #f36a88;
}
.blog-gallery-carousel .carousel-control.left {
   left: 0;
}
.blog-gallery-carousel .carousel-control.right {
   right: 0;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT STATUS =-=-=-=-=-=-=-=-= */

.format-status p {
    background-color: #D5F1F9;
    padding: 15px 25px;
    color: #666;
    margin-bottom: 0 !important;
}

/* =-=-=-=-=-=-=-=-= POST FORMAT CHAT =-=-=-=-=-=-=-=-= */

article.format-chat {
    margin-bottom: 50px;
}
.format-chat .entry-title {
    margin: 0;
}
.format-chat .entry-content p:nth-child(odd), 
.format-chat .entry-content p:nth-child(even) {
    padding: 10px 25px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.format-chat .entry-content p:nth-child(odd) {
    margin-right: 30px;
    background: #F5F5F5;
    border-radius: 15px 0 15px 15px;
}
.format-chat .entry-content p:nth-child(even) {
    margin-left: 30px;
    background: #D5F1F9;
    border-radius: 0 15px 15px 15px;
}
.format-chat .entry-content p:nth-child(odd)::before,
.format-chat .entry-content p:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 15px solid transparent; 
}
.format-chat .entry-content p:nth-child(odd)::before {
    right: -15px;
    border-left: 15px solid #f5f5f5;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}
.format-chat .entry-content p:nth-child(even)::before {
    left: -15px;
    border-right: 15px solid #d5f1f9;
    -webkit-filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
    filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.1));
}

/* =-=-=-=-=-=-=-=-=PASSWORD PROTECTED POST FORMAT =-=-=-=-=-=-=-=-= */

.post-password-required .form-control {
    font-size: 14px;
}
.post-password-required .input-group-btn{
    top: 0;
}
.post-password-required .input-group-btn .btn {
    height: 50px;
    padding: 10px 38px;
}
.post-password-required .input-group-btn:last-child>.btn{
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*
*****************************************************************
*                          SINGLE POST                          *
*****************************************************************
*/

.single-post .post-thumbnail img {
    max-width: 100%;
    height: auto;
}
.post-thumbnail.blog-link {
  background: #00d660 none repeat scroll 0 0;
  min-height: 242px;
  margin-bottom: 15px;
}
.single-post .entry-title {
    font-size: 30px;
    line-height: 37px;
}
.post-meta ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}
.post-meta ul li:after,
ul.entry-meta li,
ul.entry-meta span,
ul.entry-meta i,
ul.entry-meta a{
    color: #565656 !important;
}
ul.entry-meta a:hover{
    opacity: .7;
}
.post-meta ul li {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.post-meta ul li,
.post-meta ul li a{
    font-weight: 500;
}
.post-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.post-meta ul li:after{
    position: absolute;
    content: "/";
    right: 0;
    top: 0;
    font-weight: bold;
}
.post-meta ul li:last-child:after{
    content: "";
}
@media ( max-width: 479px) {
    .post-meta ul li {
        font-size: 13px;
        line-height: 24px;
    }
}
.post-meta ul li a {
    color: #999;
}
.post-meta ul li a:hover {
    color: #f36a88;
}
.post-meta ul li i {
    margin-right: 5px;
}
.single-post .entry-footer {
    padding: 15px 30px 40px;
    margin-top: 30px;
}
.single-post .entry-footer .tags-links {
    position: relative;
    padding-left: 25px;
    display: block;
}
.single-post .entry-footer .tags-links::before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
}
.single-post .entry-footer .post-tags a{
    color: #999;
    text-transform: capitalize;
}
.single-post .entry-footer .post-tags a:hover{
    color: #f36a88;
}
.single-post .entry-footer .post-share{
    margin-top: 25px;
}

/* AUTHOR BIO
------------------------------------------- */
.single-post .post-author {
    border: 1px solid #eee;
    margin-bottom: 40px;
    background-color: #fff;
}
.single-post .post-author .media {
    padding: 30px 20px;
}
.single-post .post-author .media-left {
    padding-right: 20px;
    vertical-align: middle;
}
.single-post .post-author .media-left img {
    border-radius: 50%;
}
.author-info h3{
    text-transform: capitalize;
}
.author-social-info {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}
.authors-post {
    float: left;
}
.authors-post a,
.authors-post i{
    color: #a7a7a7;
}
.authors-post a:hover{
    color: #f36a88;
}
.authors-post i {
    margin-right: 10px;
}
.author-social {
    float: right;
}
.author-social ul li a {
    color: #a7a7a7;
}
.author-social ul li a:hover {
    color: #f36a88;
}
@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}

/* =-=-=-=-=-=-=-= PAGINATION =-=-=-=-=-=-=-= */

@media (max-width: 767px) {
    .blog-pagination {
        margin-bottom: 40px;
    }
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span
.page-numbers>li>a,
.page-numbers>li>span,
.pagination>li>a, 
.pagination>li>span {
    background: #1a242e;
    font-size: 15px;
    margin-left: 10px;
    color: #fff;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #fff;
    padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin: 0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    width: 70px;
    border-radius: 35px;
}
.pagination{
    margin: 0;
}
.post-pagination{
    position: relative;
    margin-top: 20px;
}
.page-numbers>li>a.prev,
.page-numbers>li>a.next,
.pagination>li>a.prev,
.pagination>li>a.next{
    width: 75px;
}
.pagination>li>a.prev, 
.pagination>li>a.next {
    width: auto;
    background: transparent;
    color: #737373;
    font-size: 16px;
    margin: 0 !important;
}
.pagination>li>a.prev{
    position: absolute;
    left: 0;
}
.pagination>li>a.next{
    position: absolute;
    right: 0;
}
.page-numbers>li:first-child>a, 
.page-numbers>li:first-child>span,
.pagination>li:first-child>a, 
.pagination>li:first-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li:last-child>a, 
.page-numbers>li:last-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.page-numbers>li>a:hover, 
.page-numbers>li>span:hover, 
.page-numbers>li>a:focus, 
.page-numbers>li>span:focus,
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
    color: #fff;
    background-color: #f36a88;
    border-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers .current,
.pagination .current,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
    background-color: #f36a88;
    border-color: #f36a88;
    color: #fff;
}
.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    border-color: #eee;
}
.page-count {
    font-size: 13px;
    border: 1px solid #eee;
    color: #a7a7a7;
    padding: 2px 12px;
}
@media (max-width: 479px) {
    .pagination>li>a, 
    .pagination>li>span {
        margin-bottom: 10px;
    }
}
.blog-navigation .previous-page i{
    margin-right: 5px;
}
.blog-navigation .next-page{
    text-align: right;
}
.blog-navigation .next-page i{
    margin-left: 5px;
}
.blog-navigation a{
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.blog-navigation a:hover{
    border-color: #f36a88;
    color: #ffffff;
    background-color: #f36a88;
}

/* =-=-=-=-=-=-=-= INNER POST PAGINATION =-=-=-=-=-=-=-= */

.page-pagination{
    margin-bottom: 20px;
    clear: both;
}
.page-pagination a span{
    color: #949494;
    background-color: #eee;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 8px;
    transition: all .3s;
}
.page-pagination a:hover span,
.page-pagination > span {
    background-color: #f36a88;
    color: #fff;
}
.page-pagination > span{
    font-size: 14px;
    padding: 0 8px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.page-pagination > span:first-child{
    padding-left: 0;
}
.page-pagination .page-links-title{
    margin-right: 8px;
    width: inherit;
    color: inherit;
    background-color: transparent;
}

/* =-=-=-=-=-=-=-= SINGLE POST PAGER =-=-=-=-=-=-=-= */

.single-post-navigation {
    text-align: center;
    padding: 30px 0;
}
.single-post-navigation a {
    font-size: 16px;
    line-height: 64px;
    color: #999;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
}
.single-post-navigation a:hover{
    color: #fff;
    background-color: #f36a88;
    border: 1px solid transparent;
}
.single-post-navigation a i {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.single-post-navigation a:hover i {
    opacity: 1;
    visibility: visible;
}
.single-post-navigation .previous a:hover i {
    padding-right: 10px;
}
.single-post-navigation .next a:hover i {
    padding-left: 10px;
}
@media (max-width: 479px){
    .single-post-navigation a{
        font-size: 12px;
    }
    .previous-post-link i,
    .next-post-link i {
        display: none;
    }
}

/*
*****************************************************************
*                        SIDEBAR STYLE                          *
*****************************************************************
*/

@media (max-width: 991px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}
.tt-sidebar-wrapper .widget{
    margin-bottom: 50px;
}
.tt-sidebar-wrapper > div:last-child{
    margin-bottom: 0;
}
.tt-sidebar-wrapper.left-sidebar .widget,
.tt-sidebar-wrapper.right-sidebar .widget{
    padding: 22px;
    background-color: #fff;
}
.page .tt-sidebar-wrapper.left-sidebar .widget,
.page .tt-sidebar-wrapper.right-sidebar .widget{
    padding-top: 5px;
    border: 1px solid #eeeeee;
}
.post-type-archive-product .tt-sidebar-wrapper.left-sidebar .widget,
.post-type-archive-product .tt-sidebar-wrapper.right-sidebar .widget{
    background-color: #f8f8f8;
}
.tt-sidebar-wrapper.left-sidebar .widget.widget_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_search,
.tt-sidebar-wrapper.left-sidebar .widget.widget_product_search,
.tt-sidebar-wrapper.right-sidebar .widget.widget_product_search{
    padding: 20px 20px;
}

.tt-sidebar-wrapper .widget-title{
    font-size: 20px;
    font-weight: 700;
    color: #f36a88;
}


/* widget subscription
/* ------------------------------ */

.sub-title {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Josefin Slab', serif;
}
.widget-subscription h3 {
    border: medium none !important;
    color: rgb(33, 33, 33);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 15px;
    padding: 0 !important;
    line-height: 45px;
}
.widget-subscription .form-control {
    background: #f4f4f4;
    border: 0px;
    border-radius: 5px;
    height: 57px; 

}
.widget-subscription .form-control::-moz-placeholder {
    color: #b2b2b2;
}
.widget-subscription .form-control::-ms-input-placeholder {
    color: #b2b2b2;
}
.widget-subscription .form-control::-webkit-input-placeholder {
    color: #b2b2b2;
}
.dark .form-control::-moz-placeholder {
    color: #ededed;
}
.dark .form-control::-ms-input-placeholder {
    color: #ededed;
}
.dark .form-control::-webkit-input-placeholder {
    color: #ededed;
}
.widget-subscription input[type="submit"] {
    background: rgb(238,69,137);
    background: -moz-linear-gradient( 47deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: -webkit-linear-gradient( 47deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: -ms-linear-gradient( 47deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: linear-gradient( 47deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    transition: all .3s;
}
.widget-subscription input[type="submit"]:hover {
    opacity: .8;
}
.subscription-info {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin: 10px 0;
    font-family: 'Josefin Slab', serif;
}

/* =-=-=-=-=-=-=-= COMMON STYLE FOR ALL WIDGETS =-=-=-=-=-=-=-= */

.tt-sidebar-wrapper .widget {
    margin-bottom: 30px;
}
.tt-sidebar-wrapper .widget-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    margin-left: -22px;
    padding: 0 22px 15px 22px;
    margin-right: -22px;
}
.toogle-menu-sidebar.tt-sidebar-wrapper .widget-title {
    padding: 0 20px 0px 20px;
    margin: 0 -20px 20px -20px;
}
.footer-section .tt-sidebar-wrapper .widget-title{
    border-bottom: none;
    margin-bottom: 0;
}
.tt-sidebar-wrapper .widget-title,
.tt-sidebar-wrapper .widget-title a {
    color: #202020;
    padding-top: 15px;
}
.page .tt-sidebar-wrapper .widget_product_search .widget-title,
.page .tt-sidebar-wrapper .widget_search .widget-title{
    padding-top: 0;
    margin-bottom: 20px;
}
.footer-section .tt-sidebar-wrapper .widget-title a{
    color: #999;
}
.widget li{
    list-style: none;
    position: relative;
}
.widget ul{
    padding-left: 0;
}
.widget ul ul {
    padding-left: 20px;
}
.tt-sidebar-wrapper .widget_recent_entries ul li a{
    line-height: 30px !important;
}
.tt-sidebar-wrapper .widget_product_categories ul li a,
.tt-sidebar-wrapper .widget_layered_nav ul li a,
.tt-sidebar-wrapper .widget_categories ul li a,
.tt-sidebar-wrapper .widget_archive ul li a,
.tt-sidebar-wrapper .widget_meta ul li a,
.tt-sidebar-wrapper .widget_pages ul li a,
.tt-sidebar-wrapper .widget_nav_menu ul li a,
.tt-sidebar-wrapper .widget_recent_comments ul li a,
.tt-sidebar-wrapper .widget_recent_entries ul li a {
    color: #999;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 35px;
    position: relative;
}
.primary-footer .tt-sidebar-wrapper .widget_nav_menu ul li a:before,
.tt-sidebar-wrapper .widget_product_categories ul li a:before,
.tt-sidebar-wrapper .widget_layered_nav ul li a:before,
.tt-sidebar-wrapper .widget_categories ul li a:before,
.tt-sidebar-wrapper .widget_archive ul li a:before,
.tt-sidebar-wrapper .widget_meta ul li a:before,
.tt-sidebar-wrapper .widget_pages ul li a:before,
.tt-sidebar-wrapper .widget_nav_menu ul li a:before,
.tt-sidebar-wrapper .widget_recent_comments ul li:before{
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px;
    color: #999;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tt-sidebar-wrapper .widget_recent_comments ul li a:before{
    content: none;
}
.tt-sidebar-wrapper .widget_product_categories ul li a:hover:before,
.tt-sidebar-wrapper .widget_layered_nav ul li a:hover:before,
.tt-sidebar-wrapper .widget_categories ul li a:hover:before,
.tt-sidebar-wrapper .widget_archive ul li a:hover:before,
.tt-sidebar-wrapper .widget_meta ul li a:hover:before,
.tt-sidebar-wrapper .widget_pages ul li a:hover:before,
.tt-sidebar-wrapper .widget_nav_menu ul li a:hover:before,
.tt-sidebar-wrapper .widget_recent_entries ul li a:hover:before,
.tt-sidebar-wrapper .widget_recent_comments ul li:hover:before,
.tt-sidebar-wrapper .widget_product_categories ul li a:hover,
.tt-sidebar-wrapper .widget_layered_nav ul li a:hover,
.tt-sidebar-wrapper .widget_categories ul li a:hover,
.tt-sidebar-wrapper .widget_archive ul li a:hover,
.tt-sidebar-wrapper .widget_meta ul li a:hover,
.tt-sidebar-wrapper .widget_pages ul li a:hover,
.tt-sidebar-wrapper .widget_nav_menu ul li a:hover,
.tt-sidebar-wrapper .widget_recent_comments ul li a:hover,
.tt-sidebar-wrapper .widget_recent_entries ul li a:hover{
    color: #f36a88;
}
.recentcomments .comment-author-link{
    font-weight: 700;
}

/* WIDGET SEARCH
---------------------------- */
.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    height: 50px;
    background-color: transparent;
    border: 0;
    color: #888;
    line-height: 50px;
    width: 40px;
    padding: 0;
}
.page-header-search .search-form button{
    color: #fff;
}
.search-form button:focus{
    background-color: transparent;
}

/* WIDGET_TEXT
------------------------------------ */
.tt-sidebar-wrapper .widget_text img {
    max-width: 100%;
    height: auto;
}

/* AUTHOR INFO WIDGET
------------------------------------ */
.author-info-wrapper {
    position: relative;
    border: 1px solid #eee;
}
.author-cover {
    position: relative;
}
.author-cover::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: rgba(32, 32, 32, 0.8);
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(32, 32, 32, 0.8));
    width: 100%;
    height: 50%;
    z-index: 1;
}
.author-cover img{
    width: 100%;
}
.author-cover + .author-avatar {
    margin-bottom: 35px;
}
.author-cover + .author-avatar img {
    background: #fff;
    padding: 5px;
    position: absolute;
    top: 116px;
    left: 15px;
    z-index: 20;
}
.author-avatar {
    margin: 20px 0;
}
.author-info-wrapper .author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.author-info-wrapper h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.author-info-wrapper p {
    line-height: 25px;
}
.author-info-wrapper .author-avatar,
.author-info-wrapper h4,
.author-info-wrapper p {
    padding: 0 25px;
    text-align: center; 
}
.author-social-links ul {
    text-align: center;
    margin-bottom: 20px;
}
.author-social-links ul li a{
    display: block;
    width: 30px;
    height: 30px;
    color: #999;
}
.author-social-links ul li a:hover{
    color: #f36a88;
}

/* NEWSLETTER WIDGET
------------------------------------------- */
.widget.widget_mc4wp_form_widget{
    padding: 30px 35px 40px;
    background-color: #f36a88;
    color: #ffffff;
    text-align: center;
}
.widget_mc4wp_form_widget .mc4wp-form{
    margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper{
    position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form .input-wrapper button{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget_mc4wp_form_widget .form-group{
    margin-bottom: 15px;
}
.widget_mc4wp_form_widget .form-control{
    height: 58px;
    padding: 0 40px 0 20px;
    background-color: #f4f4f4;
    border: 0;
    text-align: center;
}
.widget_mc4wp_form_widget .btn{
    color: #f36a88;
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.widget_mc4wp_form_widget .btn:hover,
.widget_mc4wp_form_widget .btn:focus{
    background-color: #efefef;
    color: #f36a88;
    outline: none;
}
.widget_mc4wp_form_widget .form-control:focus{
    box-shadow: none;
}
.widget_mc4wp_form_widget .form-control::-webkit-input-placeholder {
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control:-moz-placeholder { /* Firefox 18- */
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;
}
.widget_mc4wp_form_widget .form-control:-ms-input-placeholder {  
   color: #aaa;
}

/*Widget Select Option Style*/
.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 3px;
}
.widget select:focus {
    border: 1px solid #f36a88;
    outline: none;
}

/*widget_calendar*/
.footer-sidebar .widget_calendar .calendar_wrap {
    border: 0;
    padding: 0;
}
.widget_calendar .calendar_wrap table {
    width: 100%;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
}
#wp-calendar th {
    text-align: center;
}
.widget_calendar #today {
    color: #fff;
    background-color: #f36a88;
    transition: all .3s ease;
}

/* TAG CLOUD
------------------------------------------- */
.widget_tag_cloud a{
    display: inline-block;
    font-size: 13px!important;
    line-height: 27px;
    padding: 0px 11px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 50px;
    margin-right: 7px;
    margin-bottom: 7px;
}
.footer-section .widget_tag_cloud a{
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.side .widget_tag_cloud a{
    border: 1px solid #555;
}
.widget_tag_cloud a:hover{
    background-color: #f36a88;
    color: #fff!important;
    border: 1px solid transparent;   
}
/*widget_nav_menu*/
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}


/*
*****************************************************************
*                      COMMENTS-WRAPPER                         *
*****************************************************************
*/

.comments-wrapper{
    background: #fff;
    padding: 50px 40px 40px;
}
@media(max-width: 767px){
    .comments-wrapper{
        background: #fff;
        padding: 30px 15px 30px;
    }
}
.page .comments-wrapper{
    background: #fff;
    padding: 50px 0 40px;
}
.comments-wrapper ul {
    list-style: none;
}
.comments-wrapper > ul {
    padding: 0;
}
.comments-wrapper table{
    overflow: scroll;
}
.comments-wrapper .media-heading {
    margin-bottom: 0;
}
.comments-wrapper .media-body p {
    font-size: 16px;
    color: #333;
}
.comments-wrapper .comment-meta {
    background: #f6f9fb;
    padding: 30px;
}
@media(max-width: 600px){
    .comments-wrapper .comment-meta {
        padding: 15px;
    }
}
.comment-respond .comment-form {
    font-size: 15px;
    font-weight: 400;
}
.comment-meta .media-body {
    display: inherit;
}
ul.comment-list{
    margin-bottom: 30px;
}
.comment-list .media {
    margin-top: 30px;
}
.comment-list .media .media-left{
    padding-right: 20px;
    width: 80px;
    float: left;
    display: inline-block;
}
@media(max-width: 600px){
    .comment-list .media .media-left{
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}
.comment-list .media .media-left img{
    border-radius: 50%;
}
.comment-list .bypostauthor .media .media-left img{
    border: 1px solid #ddd;
}
.comments-wrapper .comment-info {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 22px;
    position: relative;
}
.comments-wrapper .comment-info .comment-author{
    display: inline-block;
}
.comments-wrapper .comment-info .comment-author h4{
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 10px 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.comment-meta-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.comment-meta-wrapper a {
    display: inline-block;
    color: #333333;
}
.comment-meta-wrapper a:hover {
    color: #f36a88;
}
@media (max-width: 550px){
    .comment-info time {
        margin-top: 20px;
        display: inline-block;
    }
}
.comment-reply-link {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
.comment-respond {
    margin-top: 0;
    padding-top: 20px;
}
.comment-respond .form-group{
    margin-bottom: 0;
}
.comment-respond .btn {
    margin-top: 25px;
}
@media screen and (max-width: 667px) {
    .comments-wrapper ul.children {
        padding: 0;
    }
    .pager.comment-navigation .next>a,
    .pager.comment-navigation .previous>a, 
    .pager.comment-navigation .previous>span 
    .pager.comment-navigation .next>span {
        float: none;
        display: block;
        margin: 5px 0;
    }
}
.pager.comment-navigation {
    margin-top: 50px;
}
.pager.comment-navigation li a {
    color: #999;
    display: block;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 6px 20px;
}
.pager.comment-navigation li.previous a i{
    margin-right: 5px;
}
.pager.comment-navigation li.next a i{
    margin-left: 5px;
}
.pager.comment-navigation li a:hover {
    color: #fff;
    background-color: #f36a88;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.comments-wrapper .comment-form .input-field {
    margin-top: 30px;
}
.comments-wrapper .comment-form label {
    margin-bottom: 3px;
    font-weight: 500;
    left: 15px;
    color: #333;
}
.comments-wrapper .comment-form .comment-form-comment label {
    left: 0;
}
.comments-wrapper .form-submit input,
.comments-wrapper .comment-form .form-submit .btn {
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #f15689;
}
.form-allowed-tags{
    line-height: 20px;
    margin-top: 10px;
}
.form-allowed-tags code{
    font-size: 12px;
}
.media-body ul {
    list-style: outside none disc;
}


/*
*****************************************************************
*                          CLASS STYLE                          *
*****************************************************************
*/

/*filter style layoute 1
----------------------------------------*/

.class-filter-options{
    position: relative;
}
.filter-nav {
    background: #fff;
    padding: 0px 40px;
    margin: 0 auto;
}
.filter-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
}
.filter-nav ul li {
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
    font-family: 'Josefin Slab', serif;
    font-weight: 600;
}
.filter-nav ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #f67986;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.filter-nav ul li.active:after,
.filter-nav ul li:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: 0;
}
.row.tt-grid{
    position: relative;
}

/*filter style layoute 2
----------------------------------------*/

.filter-layout-two{
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 999;
}
@media screen and (max-width: 851px){
    .filter-layout-one{
        display: block;
    }
    .filter-layout-two{
        display: none;
    }
}
@media screen and (min-width: 852px){
    .filter-layout-one{
        display: none;
    }
    .filter-layout-two{
        display: block;
    }
}


/*filter nav*/
.class-menu, .class-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.class-menu {
    height: 58px;
}
.class-menu > li {
    display: block;
    float: left;
    position: relative;
    width: 45px;
    height: 40px;
}
.class-menu > li > a{
    text-align: center;
    padding: 0;
    line-height: 40px;
    display: block;
    padding-right: 1px;
    padding-top: 2px;
    border-radius: 2px;
    box-shadow: 0px 20px 49px 0px rgba(16, 38, 63, 0.23);
}
.class-menu a {
    background-color: #f36a88;
    color: #ffffff;
    display: block;
    font-family: Josefin Slab, sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.class-menu a:focus{
    color: #ffffff;
}
/* class-sub-menu styles */
.class-sub-menu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.class-sub-menu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    white-space: nowrap;
}
.class-sub-menu li:first-child a{
    padding-top: 20px;
    border-radius: 3px 3px 0 0;
}
.class-sub-menu li:last-child a{
    padding-bottom: 20px;
    border-radius: 0 0 3px 3px;
}
.class-sub-menu li a{
    padding: 10px 20px 10px 40px;
    position: relative;
}
.class-sub-menu li a:hover{
    color: #fff;
    background: ;
}
.class-menu > li:hover .class-sub-menu, .class-menu > li:focus .class-sub-menu {
    max-height: 2000px;
    z-index: 10;
}
.class-menu > li:hover .class-sub-menu li, .class-menu > li:focus .class-sub-menu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.class-menu li:hover .class-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.class-menu li:hover .class-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.class-menu li:hover .class-sub-menu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.class-menu li:hover .class-sub-menu li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.class-sub-menu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.class-sub-menu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.class-sub-menu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.class-sub-menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.class-sub-menu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.class-sub-menu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.class-sub-menu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.class-sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.class-sub-menu li:nth-child(9) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.class-sub-menu li:nth-child(10) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.class-sub-menu li:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.class-sub-menu li:nth-child(12) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.class-sub-menu li:nth-child(13) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}


/*class section*/
.class-wrapper,
.class-thumbnail {
    position: relative;
    overflow: hidden;
}
.class-wrapper {
    margin-bottom: 30px;
}
.ios-browser .class-wrapper{
    cursor: pointer;
}
.class-wrapper .entry-title a {
    color: #212121;
}
.class-thumbnail img {
    width: 100%;
    height: auto;
}
.class-thumbnail .class-overlay {
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: -webkit-linear-gradient(left bottom, #fa709a, #fee140); 
    background: -o-linear-gradient(right top, #fa709a, #fee140); 
    background: -moz-linear-gradient(right top, #fa709a, #fee140); 
    background: linear-gradient(to right top, #fa709a, #fee140);
}
.class-wrapper:hover .class-thumbnail .class-overlay {
    opacity: 0.95;
}
.class-thumbnail .class-overlay.no-overlay{
    display: none;
}
.class-thumbnail .cart {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.class-wrapper:hover .class-thumbnail .cart {
    opacity: 1;
}
.cart .btn {
    background-color: rgba(45, 47, 46, .2);
}
.cart .btn:hover {
    background-color: rgba(45, 47, 46, .5);
}
.class-wrapper .class-content {
    position: relative;
    height: 56px;
}
.class-wrapper .entry-header {
    padding: 10px 0;
}
.class-wrapper .entry-header h3 {
    margin: 0px;
    font-weight: 600;
    transition: all .6s cubic-bezier(.36,1.24,.59,1.15);
    -webkit-transition: all .6s cubic-bezier(.36,1.24,.59,1.15);
    -moz-transition: all .6s cubic-bezier(.36,1.24,.59,1.15);
}
.class-wrapper .entry-header h3 a{
    position: relative;
    padding-bottom: 8px;
}
.class-wrapper .entry-content {
    padding: 20px 10px;
}
.class-wrapper .entry-header span {
    color: #212121;
    font-family: 'Josefin Slab', serif;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    font-weight: 600;
    transition: all .3s cubic-bezier(.83,-1.02,.28,.61);
    -webkit-transition: all .3s cubic-bezier(.83,-1.02,.28,.61);
    -moz-transition: all .3s cubic-bezier(.83,-1.02,.28,.61);
}
.entry-content table a{
    color: #666;
}
.entry-content table a:hover{
    color: #f36a88;
}
.class-wrapper:hover .entry-header h3 a{
    color: #fff!important;
}
.class-wrapper:hover .entry-header span{
    top: 14px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 523px) {
    .class-wrapper:hover .entry-header h3{
        transform: translateY(-155px);
        -webkit-transform: translateY(-155px);
        -moz-transform: translateY(-155px);
    }
}
@media screen and (min-width: 524px) {
    .class-wrapper:hover .entry-header h3{
        transform: translateY(-200px);
        -webkit-transform: translateY(-200px);
        -moz-transform: translateY(-200px);
    }
}
@media screen and (min-width: 768px) {
    .class-wrapper:hover .entry-header h3{
        transform: translateY(-148px);
        -webkit-transform: translateY(-148px);
        -moz-transform: translateY(-148px);
    }
}
@media screen and (min-width: 992px) {
    .class-wrapper:hover .entry-header h3{
        transform: translateY(-128px);
        -webkit-transform: translateY(-128px);
        -moz-transform: translateY(-128px);
    }
}
@media screen and (min-width: 1170px) {
    .class-wrapper:hover .entry-header h3{
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
    }
}
.class-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px;) {
    .griditem-shortcode{
        width: 100%; 
    }
}

/* =-=-=-=-=-=-=-= CLASS DETAILS STYLE =-=-=-=-=-=-=-= */
.single-class-page {
    line-height: 30px;
}
.class-about h2 {
    margin-bottom: 30px;
}
.class-about p {
    line-height: 30px;
}
.class-details {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .class-details {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
.class-details h3 {
    color: #212121;
    margin-bottom: 30px;
    font-wight: bold;
}
.class-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.class-details ul li {
    color: #212121;
    margin-bottom: 20px;
    line-height: 18px;
    font-family: 'Josefin Slab', serif;
    font-weight: bold;
}
.class-details ul li:last-child {
    margin: 0px;
}
.class-details ul li span {
    width: 50%;
    float: right;
    color: #999999;
    font-family: 'Josefin Slab', serif;
}
.class-time .table {
    background: #fff;
    color: #9b9b9b;
    margin: 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    border: 1px solid #fff;
}
.class-time .table tr th {
    text-align: center;
    border: none;
    border-bottom: 1px solid #ddd;
    min-width: 150px;
    padding: 15px 0;
    font-weight: normal;
}
.class-time .table tr td {
    border: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.class-time .table tr td.no-overlay{
    border-right-color: #ddd;
}
.class-time .table tr td:last-child{
    border-right: none;
}
.class-time .table tr td p {
    font-size: 18px;
    margin-bottom: 20px;
}
.class-time .table tr td span {
    font-size: 14px;
}
.class-time .table tr td:first-child,
.class-time .table tr td:last-child {
    border-left: 0px;
    border-radius: 0px;
}
.class-time .table tr td.has-class{
    background-color: #ee4589; 
    background: -webkit-linear-gradient(left bottom, #ee4589, #fda085); 
    background: -o-linear-gradient(right top, #ee4589, #fda085); 
    background: -moz-linear-gradient(right top, #ee4589, #fda085); 
    background: linear-gradient(to right top, #ee4589, #fda085);
}

.class-time .table tr td.has-class,
.class-time .table tr td.medicyoga-offday {
    color: #fff;   
}
.class-time .table tr td.medicyoga-offday {
    background: #3e3e3e;
}

.tt-single-title {
    padding-top: 100px;
    padding-bottom: 40px;
}


/*
*****************************************************************
*                         TRAINER STYLE                         *
*****************************************************************
*/
.trainer-panel{
    margin-bottom: 30px;
}
.ios-browser .trainer-panel{
    cursor: pointer;
}
.trainer-details-inner{
    position: relative;
}
.trainer-wrapper {
    position: relative;
    overflow: hidden;
}
.trainer-thumbnail img {
    width: 100%;
}
.trainer-panel .social-links {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
    padding: 25px 0px;
}
.trainer-panel .social-links a {
    color: #fff;
    margin: 0px;
    display: inline-block;
}
.trainer-panel .social-links li a {
    color: #fff;
}
.trainer-panel .social-links ul li:last-child a{
    padding-right: 10px;
}
.trainer-panel:hover .social-links {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.trainer-panel a.trainer-thumb-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.trainer-panel .entry-content h3 a{
    color: #212121;
    position: relative;
    padding-bottom: 8px;
}
.trainer-panel .entry-content h3 a:hover{
    color: #f36a88!important;
}
.trainer-panel .entry-content h3{
    margin-top: 10px;
    margin-bottom: 0;
}
.trainer-panel .entry-content a.links{
    color: #999999;
    font-size: 16px;
    transition: all .3s;
}
.trainer-panel .entry-content a.links:hover{
    color: #555;
}
.trainer-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trainer-content .entry-content {
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
.trainer-area .trainer-details a,
.trainer-content .entry-content a,
.trainer-content .entry-content h3.entry-title a{
    color: #fff;
}
.trainer-area .trainer-details a:hover,
.trainer-content .entry-content h3.entry-title a:hover,
.trainer-content .entry-content a:hover{
    opacity: .7;
}
.trainer-content .entry-content h3.entry-title a{
    position: relative;
    padding-bottom: 10px;
}
.trainer-content .entry-content h3{
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
}
.trainer-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ee4589; 
    background: -webkit-linear-gradient(left bottom, #ee4589, #fda085); 
    background: -o-linear-gradient(right top, #ee4589, #fda085); 
    background: -moz-linear-gradient(right top, #ee4589, #fda085); 
    background: linear-gradient(to right top, #ee4589, #fda085);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.trainer-panel:hover .trainer-content:before {
    opacity: .92;
}

/* ================= TRAINER DETAILS STYLE ==================== */

.single-trainer-details {
    margin-left: -15px;
    margin-right: -15px;
}
.trainer-about {
    margin-bottom: 30px;
}
.trainer-about h3,
.trainer-skill h3 {
    margin-top: ;
    margin-bottom: 20px;
}
.trainer-about p,
.trainer-skill p {
    margin-bottom: 0px;
}
.trainer-skill {
    margin-bottom: 30px;
}
.progress-title {
    font-size: 15px;
    color: #565656;
}
.progress-title span {
    float: right;
}
.progress-section .progress {
    height: 7px;
    margin-bottom: 22px;
    box-shadow: none;
}
.progress-section .progress .progress-bar {
    border-radius: 30px;
    box-shadow: none;
}
.skill-progress .col-md-6:nth-child(1) .progress-section .progress-bar{
    background-color: #b3a1ff;
}
.skill-progress .col-md-6:nth-child(2) .progress-section .progress-bar{
    background-color: #ffaaa1;
}
.skill-progress .col-md-6:nth-child(3) .progress-section .progress-bar{
    background-color: #77daff;
}
.skill-progress .col-md-6:nth-child(4) .progress-section .progress-bar{
    background-color: #da77ff;
}
.skill-progress .col-md-6:nth-child(5) .progress-section .progress-bar{
    background-color: #61F0C6;
}
.skill-progress .col-md-6:nth-child(6) .progress-section .progress-bar{
    background-color: #748cca;
}
.skill-progress .col-md-6:nth-child(7) .progress-section .progress-bar{
    background-color: #43d7ab;
}
.skill-progress .col-md-6:nth-child(8) .progress-section .progress-bar{
    background-color: #5074d1;
}
.tt-warning-text {
    color: #DC3545;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    display: inline-block;
    font-weight: bold;
}
.trainer-area {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.trainer-area img {
    width: 100%;
}
.trainer-speciality a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.trainer-area .separator {
    width: 60px;
    border-color: #dbcbf2;
    margin: 20px 0;
}
.trainer-area .social-links {
    padding: 0px;
}
.trainer-area .social-links li a {
    padding-right: ;
    padding-left: 0px;
    padding-right: 20px;
    color: #fff;
}

/* === Chart CSS  === */
.chart-skill-wrapper {
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.chart-skill-wrapper h2 {
    font-size: 28px;
}
@media screen and (min-width: 768px) {
    .chart-skill-wrapper h2 {
        line-height: 50px;
    }
}
.chart-skill-wrapper.overlay::before{
    background-color: rgba(44, 41, 41, 0.5);
}
.trainer-chart {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
}
.trainer-chart canvas {
    position:absolute; 
    top:0; 
    left:0;
}
.percent {
    display: inline-block;
    line-height: 140px;
    z-index: 2;
    font-size: 22px;
}
.percent:after {
    content: '%';
}
.chart-text span {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    color: #666;
    font-weight: 500;
}

/*=-=-=-=-=-=-=-= SINGLE TRAINER PAGE =-=-=-=-=-=-=-=*/
.trainer-area {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.trainer-area img {
    width: 100%;
}
.trainer-area .trainer-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
}
.trainer-area .trainer-details:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: rgba(238,69,137,1); 
    background: -webkit-linear-gradient(left bottom, rgba(238,69,137,1), rgba(253,160,133,1)); 
    background: -o-linear-gradient(right top, rgba(238,69,137,1), rgba(253,160,133,1)); 
    background: -moz-linear-gradient(right top, rgba(238,69,137,1), rgba(253,160,133,1)); 
    background: linear-gradient(to right top, rgba(238,69,137,1), rgba(253,160,133,1));
    z-index: -1;
}
.trainer-area .trainer-details h3 {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.trainer-area .trainer-details p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.trainer-area .separator {
    width: 60px;
    border-color: #fff;
    margin-bottom: 20px;
    opacity: .6;
}
.trainer-area .social-links {
    padding: 0px;
}
.trainer-area .social-links li a {
    padding-right: 0;
    padding-left: 10;
    padding-right: 10px;
    color: #fff;
}
.trainer-area .social-links li:first-child a{
    padding-left: 0;
}

/* =-=-=-=-=-=-= Video Embed Style =-=-=-=-=-=-=-=*/

.popup-wrapper {
    border: 20px solid #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 10px 17.321px 50px 0px rgba(16, 38, 63, 0.15);
    min-height: 250px;
    background: #fda185;
    background: -moz-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -webkit-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -o-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: -ms-linear-gradient(left, #fda185 0%, #ee4589 100%);
    background: linear-gradient(to right, #fda185 0%, #ee4589 100%);
}
.popup-wrapper img {
    width: 100%;
    height: auto;
}
.popup-wrapper .popup-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 16px 30px;
    background-color: rgb(238,69,137);
    background: -moz-linear-gradient( 45deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: -ms-linear-gradient( 45deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    background: linear-gradient( 45deg, rgb(238,69,137) 0%, rgb(253,160,133) 100%);
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
    transition: all .3s;
    opacity: .78;
    z-index: 100;
}
.popup-wrapper .popup-play:hover {
    opacity: 1;
}


/*
*****************************************************************
*                           404 PAGE                            *
*****************************************************************
*/

.error-page-wrapper {
    padding: 150px 0;
}
.not-found-icon i {
    font-size: 130px;
    line-height: 170px;
    text-align: center;
    display: block;
    color: #dadada;
}
.error-message h2{
    color: #fff;
    font-size: 130px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.ie9 .error-message h2,
.ie9 .error-wrapper-alt h2{
    color: #999;
}
.error-message .error-sub {
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-message a.btn{
    margin-top: 15px;
}
.error-message a i {
    margin-right: 5px;
}
@media (max-width: 767px) {
    .error-message {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }
}
.no-results .page-header{
    margin-top: 0;
}
.error404.header-transparent .header-wrapper{
    background-color: #3a3a3a;
}
.error404.header-transparent .error-page-wrapper{
    padding: 300px 0 150px;
}

/*
*****************************************************************
*                          WOOCOMMERCE                           *
*****************************************************************
*/

body.woocommerce{
    background-color: #fff;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
    font-family: Josefin Slab, sans-serif;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
/*shop home*/
.shop-category-wrapper ul{
    list-style: none;
    padding: 0;
}
.shop-category-wrapper,
.shop-category-wrapper .child-category{
    background-color: #fff;
    padding: 20px 0px 20px 25px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
}
.shop-category-wrapper h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px -25px;
    padding: 0 0 15px 25px;
}
.shop-category-wrapper h2 i{
    margin-right: 10px;
    color: #f15689;
}
.shop-category-wrapper ul li a{
    display: block;
    padding: 5px 20px 5px 0;
    font-size: 16px;
    color: #333333;
}
.shop-category-wrapper ul li a:hover{
    color: #f15689;
}
.shop-category-wrapper > ul > li.has-child-category{
    position: relative;
}
.shop-category-wrapper > ul > li.has-child-category > a::after{
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    right: 15px;
}
.shop-category-wrapper > ul > li.has-child-category .child-category{
    position: absolute;
    left: 100%;
    width: 100%;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 1;
}
.shop-category-wrapper > ul > li.has-child-category .child-category.dropdown-inverse{
    left: auto;
    right: 25px;
    z-index: 100;
    width: 240px;
}
.shop-category-wrapper > ul > li.has-child-category:hover .child-category{
    opacity: 1;
    visibility: visible;
}

/*Shop banner*/
.shop-banner-wrapper{
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 250px;
    box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.banner-content .intro-title{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.banner-content{
    padding: 40px;
    position: relative;
}
.banner-content h2{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
}
.banner-content .btn{
    color: #666666;
    padding: 7px 20px;
    height: inherit;
    font-weight: 700;
    font-size: 14px;
}
.banner-content .offer{
    position: absolute;
    bottom: 20px;
    left: 55%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: inline-block;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 700;
    color: #f53600;
    box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media(max-width: 767px){
    .banner-content .offer{
        left: auto;
        right: 15px;
    }
}
.page-template-template-shop{
    background-color: #f4f4f4;
}
.woocommerce h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}
.woocommerce .page-title h2{
    text-transform: initial;
    font-size: 30px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    color: #333333;
    transition: all .3s;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title:hover{
    color: #f36a88;
}
.woocommerce-Price-amount.amount {
    color: #444;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce,
.susastho-shop.susastho-cart{
    padding: 0;
}

/*.product column*/
.susastho-shop ul.products li.column-two.product{
    width: 48%;
}
.susastho-shop ul.products li.column-three.product{
    width: 30.7%;
}
.single-product .susastho-shop ul.products li.column-three.product{
    width: 22.05%;
}
.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}
@media(max-width : 768px){
    .susastho-shop ul.products li.column-three.product{
        width: 48%;
    }
}
@media(max-width: 500px){
    .susastho-shop ul.products li.product{
        width: 100% !important;
    }
}
.widget .star-rating{
    font-size: 13px;
}
.widget span.reviewer{
    font-size: 14px;
}
/*product style*/
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 40px;
}
.woocommerce .woocommerce-ordering select {
    padding: 0 10px;
    outline: 0;
}
.product-content-wrapper{
    position: relative;
}
.woocommerce ul.products li.product .product-content-wrapper .product-thumbnail > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    text-align: center;
    overflow: inherit;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product .star-rating{
    margin: 0 auto;
}
.woocommerce .star-rating span{
    color: #f69907;
}
.woocommerce ul.products li.product h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
    padding: 0 15px 5px;
}
.woocommerce ul.products li.product .price{
    color: #999999;
    font-size: 16px;
}
.woocommerce ul li.product a.button{
    display: block;
    padding: 0 10px;
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 0;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px !important;
    max-width: 180px;
    margin: 0 auto;
    border-radius: 3px;
    white-space: normal;
    height: inherit;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
}
.woocommerce .cross-sells ul li.product a.button{
    font-size: 11px;
    padding: 0 5px;
    left: 5px;
    right: 5px;
}
.woocommerce ul li.product:hover a.button{
    visibility: visible;
    opacity: 1;
}
.woocommerce a.button:focus, 
.woocommerce a.button:active{
    color: #ffffff;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
    top: 0;
}
.woocommerce a.added_to_cart{
    position: absolute;
    top: 50%;
    margin-top: -56px;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #f15689;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/*floating button*/
a.compare,
.wishlist-btn{
    position: absolute;
    top: 0;
    right: 5px;
    padding: 10px 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.wishlist-btn::before{
    content: "";
    height: 75px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 35px;
    position: absolute;
    right: -2px;
    top: 3px;
    border-radius: 3px;
    z-index: 0;
}
a.compare{
    top: 34px;
    right: 7px;
}
.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    top: 15px;
    left: 7px;
    margin-left: 0;
    z-index: 2;
}
.wishlist-btn .add_to_wishlist{
    position: relative;
    z-index: 1;
}
a.compare,
.yith-wcwl-add-to-wishlist .add_to_wishlist{
    font-size: 0 !important;
}
.yith-wcwl-add-to-wishlist a{
    color: #ffffff;
    position: relative;
    z-index: 1;
}
.yith-wcwl-add-to-wishlist i{
    color: #ff4a4a;
    font-size: 24px;
}
.yith-wcwl-add-to-wishlist span.feedback{
    display: none;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    color: #ffffff;
    content:"\f08a";
    font-family: fontawesome;
    font-size: 24px;
}
.entry-summary .yith-wcwl-add-to-wishlist i,
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before{
    font-size: 30px;
    position: relative;
    top: 7px;
}
a.compare::before{
    color: #ffffff;
    content: "\f0ec";
    font-family: fontawesome;
    font-size: 20px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.entry-summary .yith-wcwl-add-to-wishlist a,
a.compare:hover:before{
    color: #f15689;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before{
    color: #ff4a4a;
}
.product-content-wrapper:hover a.compare,
.product-content-wrapper:hover .wishlist-btn{
    visibility: visible;
    opacity: 1;
}
.product-content-wrapper .product-thumbnail{
    position: relative;
}
.product-content-wrapper .product-thumbnail:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.product-content-wrapper:hover .product-thumbnail:before{
    opacity: 1;
    width: 100%;
    height: 100%;
}
.woocommerce .blockUI.blockOverlay{
    background-color: transparent !important;
}
.entry-summary .cart a.button{
    padding: 10px 20px;
}

/*woocomerce shop select style*/

form.woocommerce-ordering {
    position: relative;
    float: left;
    min-width: 200px;
    margin: 50px 33%;
}
form.woocommerce-ordering:after {
    content: '\f078'; 
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right: 11px;
    top: 7px;
    height: 47px;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #aaa;
    position: absolute;
    pointer-events: none;
    background-color: #fff;
    display: block;
}
form.woocommerce-ordering option {
    padding: 5px;
}
/* IE11 hide native button*/
form.woocommerce-ordering select::-ms-expand {
    display: none;
}
form.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #aaa;
    -ms-word-break: normal;
    word-break: normal;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
    color: #212121;
}
.woocommerce ul.cart_list li a:hover, 
.woocommerce ul.product_list_widget li a:hover{
    color: #f36a88;
}

/* =-=-=-=-=-=-=-=-=-= PRODUCT SINGLE PAGE =-=-=-=-=-=-=-=-=-=*/

.susastho-shop{
    padding-top: 50px;
    padding-bottom: 100px;
}
.single-product .susastho-shop{
    padding-bottom: 50px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    padding: 8px 15px 8px 50px;
    line-height: 38px;
    background-color: #f3f3f3;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
    top: 9px;
}
.woocommerce div.product div.images img{
    display: inline-block;
    width: inherit;
    margin: 0 auto;
}
.woocommerce div.product div.images 
.woocommerce-product-gallery__image:nth-child(n+2){
    margin: 10px 10px 0 0;
}
.woocommerce div.product div.images 
.woocommerce-product-gallery__image:last-child{
    margin-right: 0 !important;
}

@media (max-width: 564px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 22.5%;
    }
    .woocommerce div.product div.images img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 565px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.5%;
    }
    .woocommerce div.product div.images img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 22.8%;
    }
}
@media (min-width: 992px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.34%;
    }
}
@media (min-width: 1200px){
    .woocommerce div.product div.images 
    .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 23.54%;
    }
}

/*yith magnifier*/
.woocommerce div.product div.images div.thumbnails{
    padding-top: 0;
}
.thumbnails.slider{
    height: inherit;
}
.yith_magnifier_gallery li{
    padding: 0 1px !important;
}
.single-product.woocommerce .susastho-shop .thumbnails #slider-prev, 
.single-product.woocommerce .susastho-shop .thumbnails #slider-next{
    margin-top: -15px;
}
div.pp_woocommerce .pp_close {
    font-size: 0 !important;
}
div.pp_woocommerce .pp_close:before {
    font-size: 25px;
    right: -15px;
}
/*shop item sale icon*/
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale{
    background-color: #f15689;
    padding: 0;
    left: 0;
    top: 0;
    right: auto;
    margin: 0;
}
.woocommerce span.onsale{
    border-radius: 0;
}
.woocommerce span.onsale::before {
    border-color: transparent #f15689;
    border-style: solid;
    border-width: 12px 22px;
    bottom: -12px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}
.woocommerce div.product form.cart .variations label {
    color: #999999;
    font-size: 14px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.woocommerce ul.products li.product .price del{
    display: inline-block;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart{
    margin: 0 20px 40px 0;
    display: inline-block;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    display: inline-block;
    padding: 0 25px;
}
.product_meta span{
    display: block;
    font-weight: 600;
}
.product_meta span a{
    color: #999999;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #f15689;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    border: 0;
    width: 30px;
    height: 42px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    position: relative;
    top: 1px;
    line-height: inherit;
}
.woocommerce .susastho-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #f15689;
}
.woocommerce .quantity input.qty{
    border-radius: 0;
    width: 50px;
    padding: 0;
}
.woocommerce .quantity input:focus{
    outline: 0;
}
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.woocommerce div.product form.cart .button {
    padding: 11px 20px;
}
.woocommerce div.product form.cart .variations select{
    height: 40px;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value{
    vertical-align: baseline;
    padding-top: 0;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width: inherit;
}
/*Tabs*/
.woocommerce div.product .woocommerce-tabs{
    margin-bottom: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin: 0;
    height: 44px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #f3f3f3;
    bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
    padding: 8px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a{
    background-color: #f15689;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 25px 0;
}
.woocommerce div.product div.images{
    margin-bottom: 80px;
}

/*Review*/
.woocommerce #reviews #comments h2{
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
    margin-top: 30px;
}
.woocommerce #review_form_wrapper{
    margin-top: 30px;
}
.woocommerce .comment-form{
    margin-top: 20px;
}
.woocommerce #review_form #respond textarea:focus{
    outline: none;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce #reviews input:focus,
.woocommerce #reviews textarea:focus{
    border-color: #f15689;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 50px;
}
.woocommerce #review_form #respond .form-submit input{
    padding: 15px 40px;
    color: #fff;
}
.woocommerce p.stars a{
    color: #f69907;
}
.up-sells.products > h2,
.related.products > h2{
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* =-=-=-=-=-=-=-=-=-= CART PAGE =-=-=-=-=-=-=-=-=-=*/
.woocommerce .cart .button, 
.woocommerce .cart input.button {
    padding: 15px 20px;
    color: #fff;
}
.woocommerce .coupon .input-text{
    width: 110px !important;
    height: 44px;
    margin-right: 10px !important;
}
.woocommerce table.shop_table>tbody>tr>td.actions:first-child{
    border-right: 1px solid #ddd!important;
}
.woocommerce a.remove{
    text-align: center;
    margin: 0 auto;
    color: #b1b1b1 !important;
}
.woocommerce a.remove:hover{
    background-color: transparent;
    color: red !important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    padding: 20px;
    background-color: #f5f5f5;
}
.woocommerce .susastho-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .susastho-cart .cart-collaterals .cart_totals tr th,
.woocommerce .susastho-cart .cart-collaterals .cart_totals tr td{
    border-top: 0;
    border-right: 0;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
    padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0;
    background-color: #f15689;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    margin-bottom: 0;
    background-color: #f15689;
}

/* =-=-=-=-=-=-=-=-=-= CHECKOUT PAGE =-=-=-=-=-=-=-=-=-=*/

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    padding: 13px 20px;
    color: #fff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    color: #fff;
}
.woocommerce .woocommerce-message a.button{
    padding: 10px 20px;
    color: #fff;
}
.woocommerce .select2-choice,
.woocommerce .input-text{
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #202020;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.woocommerce form .form-row textarea{
    padding: 10px 20px;
}
.woocommerce input[type=text]:focus, 
.woocommerce input[type=password]:focus, 
.woocommerce input[type=email]:focus, 
.woocommerce input[type=url]:focus, 
.woocommerce input[type=date]:focus, 
.woocommerce input[type=tel]:focus, 
.woocommerce input[type=number]:focus,
.woocommerce textarea:focus.susastho-textarea,
.woocommerce input[type=text]:focus:not([readonly]), 
.woocommerce input[type=password]:focus:not([readonly]), 
.woocommerce input[type=email]:focus:not([readonly]), 
.woocommerce input[type=url]:focus:not([readonly]), 
.woocommerce input[type=time]:focus:not([readonly]), 
.woocommerce input[type=date]:focus:not([readonly]), 
.woocommerce input[type=datetime-local]:focus:not([readonly]), 
.woocommerce input[type=tel]:focus:not([readonly]), 
.woocommerce input[type=number]:focus:not([readonly]),
.woocommerce textarea:focus, 
.woocommerce textarea.susastho-textarea:focus:not([readonly]){
    box-shadow: none;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #f15689;
}
.dropdown-content{
    padding: 0;
}
.dropdown-content li{
    list-style: none;
}
.dropdown-content li > a, 
.dropdown-content li > span {
    display: block;
    padding: 12px 15px;
    color: #999999;
    font-size: 13px;
}
.select-wrapper span.select-dropdown{
    color: #999999;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
}
.select-wrapper span.select-dropdown:after{
    content:"\f0d7";
    font-family: fontawesome;
    font-size: 14px;
    right: 10px;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  background: #efefef none repeat scroll 0 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
  background-color: #e5e5e5;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #e5e5e5;
}
.woocommerce table.shop_table{
    border: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-top: 0;
}
.woocommerce table.shop_table thead>tr>th,
.woocommerce table.shop_table tbody>tr>td,
.woocommerce table.shop_table tfoot>tr>th{
    border-right: 0;
}
.woocommerce table.shop_table thead>tr>th:last-child,
.woocommerce table.shop_table tbody>tr>td:last-child{
    border-right: 1px solid #ddd;
}
.woocommerce table.shop_table>tbody>tr:first-child>th,
.woocommerce table.shop_table>tbody>tr:first-child>td{
    border-top: 1px solid #ddd !important;
}
.woocommerce .susastho-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .susastho-cart table.shop_table>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table.order_details>tbody>tr:first-child>th,
.woocommerce table.shop_table.order_details>tbody>tr:first-child>td{
    border-top: 0 !important;
}
.woocommerce table.shop_table>tbody>tr>th:first-child,
.woocommerce table.shop_table>tbody>tr>td:first-child{
    border-right: 0 !important;
}
.woocommerce .order_details{
    padding-left: 0;
}
#order_review_heading{
    margin-top: 80px;
}
.woocommerce form .form-row .input-checkbox{
    position: static;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    margin-left: 10px;
}

/* =-=-=-=-=-=-=-=-=-= WOOCOMMERCE SIDEBAR =-=-=-=-=-=-=-=-=-=*/

.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #cacaca;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    top: -5px;
    background-color: #f15689;
    width: 12px;
    height: 12px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #26547c;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 60px;
    margin-right: 10px;
    float: left;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    padding-bottom: 15px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
}
.woocommerce ul.product_list_widget li.mini_cart_item{
    padding-bottom: 15px;
}

/* My account */
.woocommerce .woocommerce-MyAccount-navigation{
    background-color: #f5f5f5;
    padding: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 36px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #f15689;
}
.woocommerce .woocommerce-MyAccount-content{
    padding: 30px;
    background-color: #fff;
    min-height: 276px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
    background-color: #fbfbfb;
    padding: 10px;
}
.woocommerce-address-fields__field-wrapper{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.edit-account fieldset{
    margin: 30px 0;
}
.edit-account fieldset legend{
    padding-bottom: 10px;
}
.woocommerce .select2-container .select2-selection--single{
    height: 42px;
    border-color: #e5e5e5;
    border-radius: 0;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}


/*
*****************************************************************
*                        FOOTER SECTION                         *
*****************************************************************
*/

.footer-section {
    position: relative;
}
.primary-footer {
    padding: 85px 0px 60px;
    background-color: #1a242e;
}
.footer-single-column .footer-section{
    background-color: #1a242e;
    padding: 100px 0;
}
.primary-footer .tt-sidebar-wrapper .widget-title {
    color: #fff;
    font-weight: 700;
    line-height: 1.48;
    font-size: 25px;
}
.secondary-footer {
    background-color: #33404d;
    padding: 20px 0px;
}
.footer-section .container{
    position: relative;
}
.footer-logo {
    margin-bottom: 20px;
}
.primary-footer,
.primary-footer h1,
.primary-footer h2,
.primary-footer h3,
.primary-footer h4,
.primary-footer h4,
.primary-footer p,
.primary-footer a,
.primary-footer strong,
.primary-footer li,
.tt-sidebar-wrapper.footer-sidebar .widget_product_categories ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_layered_nav ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_categories ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_archive ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_meta ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_pages ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_nav_menu ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_recent_comments ul li a, 
.tt-sidebar-wrapper.footer-sidebar .widget_recent_entries ul li a{
    color: #d3cece;
}
.primary-footer a:hover{
    color: #f36a88;
}
@media(min-width: 1200px){
    .tt-sidebar-wrapper.footer-sidebar > div:nth-child(2){
        padding-left: 70px;
    }
}
@media(min-width: 991px){
    .footer-three-column .tt-sidebar-wrapper.footer-sidebar > div:nth-child(3n+1){
        clear: both;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .footer-three-column .tt-sidebar-wrapper.footer-sidebar > div:nth-child(2n+1){
        clear: both;
    }
}
.primary-footer .tt-sidebar-wrapper .widget_nav_menu ul{
    padding: 0;
}
.primary-footer .tt-sidebar-wrapper .widget_nav_menu ul li{
    list-style: none;
}

/*Footer address*/
.primary-footer address{
    margin: 30px 0 0;
    font-size: 14px;
}
address ul{
    margin: 0;
    padding: 0;
}
address li {
    list-style: none;
    color: #d3cece;
    padding: 5px 0px;
}
address li a {
    color: #d3cece;
}
address ul li i {
    margin-right: 10px;
    width: 15px;
    text-align: center;
}
address i.fa-map-marker {
    color: #00ff96;
}
address i.fa-envelope {
    color: #ff008a;
}
address i.fa-phone {
    color: #ffa800;
}

/*Footer contact form*/
.widget-form input,
.widget-form textarea {
    width: 100%;
    background: #485058;
    border: none;
    padding: 9px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.widget-form input:focus,
.widget-form textarea:focus {
    outline: none;
}
.textwidget{
    font-size: 16px;
    line-height: 22px;
}
.textwidget div.wpcf7 .ajax-loader {
    top: auto;
    margin-top: 20px;
}
.widget-form textarea::-moz-placeholder,
.widget-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.83);
}
.widget-form textarea::-ms-input-placeholder,
.widget-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.83);
}
.widget-form textarea::-webkit-input-placeholder,
.widget-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.83);
}
.widget-form .input-field {
    margin-bottom: 15px;
}
.widget-form textarea {
    resize: none;
    height: 100px;
}
.widget-form .btn {
    width: 100%;
    padding: 10px;
    background-color: rgb(196, 113, 245);
    background: -webkit-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -moz-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: -ms-linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    background: linear-gradient( -33deg, rgb(196, 113, 245) 0%, rgb(250, 113, 205) 100%);
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    letter-spacing: 3px;
}
.widget-form .btn:hover {
    background-color: rgb(250, 113, 205);
    background: -webkit-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: -moz-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: -ms-linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
    background: linear-gradient( -33deg, rgb(250, 113, 205) 0%, rgb(196, 113, 245) 100%);
}

/*Copyright style*/
.copyright {
    color: #bbb;
    font-size: 16px;
}
.copyright a {
    color: #bbb;
    font-weight: 500;
}
.footer-social-link {
    margin-top: 20px;
    margin-bottom: 0;
}
.social-link .list-inline{
    margin-left: 0;
} 
.social-link .list-inline > li{
    padding-left: 0;
}
.social-link li a {
    display: block;
    background-color: #333;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.social-link li a i {
    width: 100%;
    height: 100%;
    line-height: 40px;
}
.social-link li.facebook a {
    background-color: #3b5998;
}
.social-link li.twitter a {
    background-color: #55acee;
}
.social-link li.google-plus a {
    background-color: #dd4b39;
}
.social-link li.linkedin a {
    background-color: #007ab9;
}
.social-link li.instagram a {
    background-color: #C42695;
}
.social-link li.behance a {
    background-color: #4176fa;
}
.social-link li.youtube a {
    background-color: #DD2724;
}
.social-link li.pinterest a {
    background-color: #D63633;
}
.social-link li.flickr a {
    background-color: #FF0080;
}
.social-link li.vimeo a {
    background-color: #1AB7EA;
}
.social-link li.dribbble a {
    background-color: #E84C88;
}


/*To Top*/
.footer-section .scroll-top {
    color: #fff;
    background-color: #f36a88;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-table;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
}


/* =-=-=-=-=-=-= PRELOADER =-=-=-=-=-=-= */
#preloader {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.status-mes {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}


/*
*****************************************************************
*              VISUAL COMPOSER STYLE OVERRIDE                   *
*****************************************************************
*/

.vc_message_box{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*Common style for all accordion*/
.vc_tta.vc_general.vc_tta-accordion.vc_tta-o-no-fill .vc_tta-panel-body {
    padding: 15px 0px
}
.vc_tta-color-theme_default_color .vc_tta-panel .vc_tta-panel-heading {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.0), 0 2px 10px 0 rgba(0, 0, 0, 0.0);
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-default .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-classic .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-modern .vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_active .vc_tta-panel-title>a {
    color: #fff!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-default .vc_tta-panel .vc_tta-panel-heading {
    background-color: #eee;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-flat {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.vc_tta-color-theme_default_color .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #f36a88;
}

/*Accordion Flat Style*/
.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title>a {
    padding: 18px 20px;
}
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, 
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #f36a88!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body,
.vc_tta-color-theme_default_color.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #fff;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    box-shadow: none;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    position: relative;
}
.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    content: "";
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 20px;
    bottom: 0;
}

/*Flat White Accordion*/
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
    background: rgba(0, 0, 0, 0.15);
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #202020 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #f36a88 !important;
}

/*Accordion Outline Style*/
.vc_tta.vc_tta-style-outline .vc_tta-panel-heading {
    border-width: 1px!important;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border-color: #eee;
}
.vc_tta.vc_general.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f36a88;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #f36a88!important;
}
.vc_tta.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.vc_tta.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: 0px!important;
}

/*equal height*/
.vc_row-o-equal-height .vc_col-has-fill .wpb_wrapper{
    min-height: 300px;
}

/*slider*/
.theme-default .nivoSlider img,
.flexslider .slides img{
    height: auto;
}
.wpb_revslider_element{
    margin-bottom: 0 !important;
}

/*custom hover effect for grid item*/
.overlay-img a.vc_gitem-link::after {
    align-content: center;
    background: rgba(59, 93, 152, 0.9) none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: flex;
    flex-direction: column;
    font-family: fontawesome;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.overlay-img a.vc_gitem-link:hover::after{
    opacity: 1;
}
.vc_btn3{
    font-family: 'Roboto', sans-serif;
}
.vc_btn3.vc_btn3-size-xs{
    padding: 10px 30px !important;
}
.vc_btn3.vc_btn3-size-sm {
    padding: 12px 30px !important;
}

/*pie chart for trainers*/
.skill-progress .vc_pie_chart_back {
    border: 6px solid #aaa !important;
}
.skill-progress .vc_pie_chart .vc_pie_chart_value {
  font-size: 110%;
}


/*
*****************************************************************
*                ANIMATION AND HOVER EFFECT                     *
*****************************************************************
*/


/*hover underline left to right
--------------------------------------------*/

.tt-popular-post .media-body h4 a,
.tt-latest-post .media-body h4 a,
.tt-recent-comments .media-body h4 a,
.post-wrapper .entry-title a{
    background: -moz-linear-gradient(transparent calc(100% - 1px), #f36a88 1px);
    background: -webkit-linear-gradient(transparent calc(100% - 1px), #f36a88 1px);
    background: -ms-linear-gradient(transparent calc(100% - 1px), #f36a88 1px);
    background: linear-gradient(transparent calc(100% - 1px), #f36a88 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.home-blog-content h3 a{
    background: -moz-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: -webkit-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: -ms-linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.tt-popular-post .media-body h4 a:hover,
.tt-latest-post .media-body h4 a:hover,
.tt-recent-comments .media-body h4 a:hover,
.home-blog-content h3 a:hover,
.post-wrapper .entry-title a:hover{
    background-size: 100% 100%;
}

/*hover effect left to right
--------------------------------------------*/
.class-sub-menu li a:after,
.home-blog-wrapper.post-layout-2 .home-blog-content h3 a:after,
.nav>li a:after,
.class-wrapper .entry-header h3 a:after,
.trainer-content .entry-content h3.entry-title a:after,
.post-wrapper .post-overlay a:after,
.trainer-panel .entry-content h3 a:after,
.post-wrapper .entry-content .more-link:after{
    content: '';
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: #fff;
}

.class-menu a:focus:after,
.class-sub-menu li a:hover:after,
.home-blog-wrapper.post-layout-2 .home-blog-content h3 a:hover:after,
.home-blog-content h3 a:hover:after,
.class-wrapper .entry-header h3 a:hover:after,
.trainer-content .entry-content h3.entry-title a:hover:after,
.post-wrapper .post-overlay a:hover:after,
.trainer-panel .entry-content h3 a:hover:after,
.post-wrapper .entry-content .more-link:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}
.trainer-panel .entry-content h3 a:after,
.post-wrapper .entry-content .more-link:after{
    background-color: #f36a88;
}
.class-sub-menu li a:after{
    opacity: .5;
}
.home-blog-wrapper.post-layout-2 .home-blog-content h3 a:after{
    background-color: #212121;
}
.nav>li a:after{
    bottom: 0;
    height: 1px;
    background-color: #f36a88;
}

/* effect-shine
----------------------------------------*/
.trainer-area .trainer-details a:hover,
.trainer-content .entry-content h3.entry-title a:hover,
.trainer-content .entry-content a:hover,
.home-blog-content h3 a:hover,
.class-wrapper .entry-header h3 a:hover,
.class-wrapper .entry-header span:hover,
.post-wrapper .post-overlay a:hover,
.post-wrapper .entry-content .more-link:hover{
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: shine 2s linear infinite;
    -webkit-animation: shine 2s linear infinite;
    -moz-animation: shine 2s linear infinite;
}

/*
*****************************************************************
*                 KEY FRAME FOR ANIMATION                       *
*****************************************************************
*/

/*shine effect*/
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Left to Right key frame*/
@-webkit-keyframes LeftToRight {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@-moz-keyframes LeftToRight {
    49% {
        -moz-transform : translate(100%);
    }
    50% {
        opacity        : 0;
        -moz-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@keyframes LeftToRight {
    49% {
        transform : translate(100%);
    }
    50% {
        opacity   : 0;
        transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Right to Left key frame*/
@-webkit-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}
@-moz-keyframes RightToLeft {
    49% {
        -webkit-transform : translate(-100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(100%);
    }
    51% {
        opacity : 1;
    }
}
@keyframes RightToLeft {
    49% {
        -webkit-transform : translate(100%);
    }
    50% {
        opacity           : 0;
        -webkit-transform : translate(-100%);
    }
    51% {
        opacity : 1;
    }
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@-moz-keyframes BottomToTop {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@keyframes BottomToTop {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}

/* Top to Bottom key frame*/
@-webkit-keyframes TopToBottom {
    49% {
        -webkit-transform : translateY(-100%);
        }
    50% {
        opacity           : 0;
        -webkit-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@-moz-keyframes TopToBottom {
    49% {
        -moz-transform : translateY(-100%);
        }
    50% {
        opacity        : 0;
        -moz-transform : translateY(100%);
        }
    51% {
        opacity : 1;
        }
    }
@keyframes TopToBottom {
    49% {
        transform : translateY(-100%);
    }
    50% {
        opacity   : 0;
        transform : translateY(100%);
    }
    51% {
        opacity : 1;
    }
}


/*ui-datepicker*/
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: none;
    border: 0;
}