/*
Theme Name: Meetaap Child
Theme URI: http://trendytheme.net/demo2/wp/meetaap/
Description: Twenty Seventeen Child Theme
Theme Author: TrendyTheme
Author URI: http://themeforest.net/user/trendytheme
Template: meetaap
Version: 1.0.0
*/

body{
    font-family: 'Montserrat', serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #585858;
    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;
    position: relative;
}

html,
body{
    width: 100%;
    height:100%;
    margin: 0 !important;

}
body.blog,
body.search,
body.archive,
body.single-post,
body.single-attachment,
body.page-template-blog-grid,
body.page-template-blog-grid-left-sidebar,
body.page-template-blog-grid-right-sidebar{
    background-color: #e9edf0;
}

body.single-post.no-single-sidebar{
    background-color: #ffffff;
}





/* GRAVITY FORMS begin */

.gform_button.button {
	background: #7b1335;
	color: #f5ac9f;
	font-weight: bold;
	border: navajowhite;
	border-radius: 5px;
	padding: 5px 15px;
}

.entry-content .gform_legacy_markup_wrapper .gfield_required {color: #7b1335}

.gform_footer.top_label {text-align:right;
}
/* GRAVITY FORMS einde */

.small-footer{
    font-size: 9px;
}

@media (max-width: 600px){
    .wp-adminbar{
        position: fixed !important;
    }
}

button, .btn-cta a, .vc-btn3-style-custom {
    background-color: #7b1335;
    color: #f5ac9f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 30px;
    border-radius: 6px!important;
}

.vc_btn3-container.btn-cta a.vc_btn3-style-custom,
.vc_btn3-container a.vc_btn3-style-custom {
    font-size: 20px!important;
    text-transform: none;
    border-radius: 12px!important;
}

.vc_btn3-container.btn-cta a.vc_btn3-style-custom:hover,
.vc_btn3-container a.vc_btn3-style-custom:hover {
    background-color: #7b1335!important;
    color: #f5ac9f;
}

.page-wrapper {
    background-color: #fff!important;
}

.icon-block-wrapper .icon-block img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
  width: auto;
}

@media (max-width: 767px) {
  .navbar-default .meetaap-menu-wrapper .navbar-toggle {
    margin-top: 8px;
  }
  .navbar-default .meetaap-menu-wrapper {
    padding: 10px 0;
  }
  .navbar-default .mobile-logo {
    height: 50px;
  }
}

#sprekers {
  overflow-x: hidden;
}
/* Link style
------------------------------ */
a{
    color: #7b1335;
}
table a{
    color: #666;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #986b7c;
    text-decoration: none;
}
dl dd{
    margin-bottom: 10px;
}

/*SERVICE-LIST STYLE
-----------------------------*/
ul.service-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.service-list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 36px;
}
ul.service-list li::before {
    content: "\f192";
    font-family: fontawesome;
    position: absolute;
    top: 3px;
    left: 0;
    color: #7b1335;
    -moz-transform: .3s;
    -webkit-transform: .3s;
    transform: .3s;
    font-size: 24px;
}
ul.service-list li:hover::before{
    content: "\f10c";
}

/* Transition elements
------------------------------------------ */
a,
.btn,
button,
.navbar a,
.form-control,
.transition,
.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 {
    -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: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #212121;
    margin: 0 0 15px;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 28px;
    line-height: 35px;
}
h3 {
    font-size: 20px;
    line-height: 25px
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0;
}
p img {
    margin: 0;
}
ul, ol {
    margin-bottom: 0;
}
.entry-content ul,
.entry-content ol{
    margin-bottom: 10px;
    padding-left: 20px;
}
.tt-fullHeight {
    height: 100vh;
}
address {
    font-size: 15px;
    line-height: 24px;
}

/* 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;
}

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


/*
*****************************************************************
*                       GUTENBERG SUPPORT                        *
*****************************************************************
*/

p.wp-block-subhead,
.entry-content .wp-block-cover-image,
.wp-block-image,
.entry-content ul.wp-block-gallery,
.wp-block-text-columns,
.entry-content .wp-block-button,
blockquote.wp-block-quote,
.entry-content .wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.entry-content .wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-table,
.wp-block-categories,
.entry-content .wp-block-latest-posts,
.wp-block-embed {
    margin-bottom: 60px;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #dadada;
    margin: 20px auto;
    max-width: 100px;
}
.wp-block-separator.is-style-wide{
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #dadada;
}
.alignfull,
.alignwide {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
    max-width: inherit;
}

.wp-block-columns.alignfull,
.wp-block-columns.alignwide{
    margin-left: 0;
    margin-right: 0;
}

@media only screen and ( min-width: 950px) {
    .alignwide {
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
    }
    .single-post .col-md-10 .entry-content .alignwide {
        margin-left: -100px;
        margin-right: -100px;
        width: auto;
    }
    .single-post .col-md-10 .entry-content .alignfull {
        margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
        margin-left: calc( -100vw / 2 + 100% / 2);
        margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
        margin-right: calc( -100vw / 2 + 100% / 2);
        max-width: 100vw;
        text-align: center;
    }
}

.wp-block-columns.alignfull{
    padding: 0 15px;
}

@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: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 !important;
    margin: 0 0px 15px 0px;
}
.wp-block-pullquote cite{
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    padding: 30px 0;
    margin: 20px 0;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote:before{
    content: none;
    backgruond: none;
}

figure.wp-block-pullquote{
    padding: 0;
}

figure.wp-block-pullquote blockquote{
    margin-bottom: 0;
}

.wp-block-pullquote blockquote{
    padding: 30px;
}

.wp-block-media-text .wp-block-media-text__content{
    line-height: 1.5;
    text-align: left;
}

.wp-block-quote.is-large {
    margin: 0 0 16px;
    padding: 0 1em;
    background: none;
}
.wp-block-quote.is-large:before{
    content: none;
}

.wp-block-quote.is-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
    display: block;
    background: none;
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before{
    content: none;
}

.entry-content .wp-block-quote.is-large cite,
.entry-content .wp-block-quote.is-large footer {
    display: block;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
    font-size: 19px;
    text-align: right;
}

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


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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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: 100%; /* Image does not overflow the content area */
    padding: 3px;
    text-align: center;
    color: #212121;
}
.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;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-links {
    clear: both;
}
.page-wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #e9edf0;
}
.page-wrapper .page-content {
    padding: 30px;
    background-color: #ffffff;
}
.page-wrapper .section-wrapper .container{
    width: 100%;
    padding: 0;
}

/* 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%;
}

.privacy-policy-link {
	margin-left: 9px;
}


/*
*****************************************************************
*                         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: 6px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
table>thead>tr>th{
    text-align: center;
}
.woocommerce table.shop_attributes td{
    padding-left: 15px;
}
@media screen and (min-width: 767px) and (max-width: 992px){
    .footer-section table>tbody>tr>td,
    .footer-section table>tbody>tr>th,
    .footer-section table>tfoot>tr>td,
    .footer-section table>tfoot>tr>th,
    .footer-section table>thead>tr>td,
    .footer-section table>thead>tr>th{
        padding: 4px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1169px){
    .post-wrapper table>tbody>tr>td,
    .post-wrapper table>tbody>tr>th,
    .post-wrapper table>tfoot>tr>td,
    .post-wrapper table>tfoot>tr>th,
    .post-wrapper table>thead>tr>td,
    .post-wrapper table>thead>tr>th{
        padding: 4px;
    }
}
thead {
    color: #272829;
    background-color: #f5f5f5;
}
table.event-session{
    border: 0;
}
table.event-session tr > th,
table.event-session tr > td{
    line-height: 30px;
}
table.event-session>tbody>tr>td,
table.event-session>tbody>tr>th,
table.event-session>tfoot>tr>td,
table.event-session>tfoot>tr>th,
table.event-session>thead>tr>td,
table.event-session>thead>tr>th{
    border: 0;
    border-top: 1px solid #ddd;
}

/* Form Style
------------------------------------------- */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 500;
    color: #212121;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
}
.form-group textarea{
    padding: 15px;
    min-height: 200px;
}
.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;
}
blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
    left: 25px;
    top: 35px;
    z-index: 99;
}
.blockquote-content{
    z-index: 99;
}
.blockquote-content a {
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

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

.vc_btn3,
.btn,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button{
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    padding: 15px 38px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .product .entry-summary a.single_add_to_cart_button,
.btn-primary{
    background-color: #7b1335;
}
.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:focus,
.woocommerce button.button:active,
.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: #DD005A;
    color: #fff;
}
.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: #7b1335;
    border-color: #7b1335;
    color: #ffffff;
}
/*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-default{
    color: #333;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    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: 5px 16px;
}
.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;
}

/*
*****************************************************************
*                          GLOBAL STYLE                         *
*****************************************************************
*/

.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;
}
@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;
}
.theme-color {
    color: #7b1335;
}
.theme-bg {
    background-color: #7b1335;
}

/*expandable section*/
.expandable-bg{
    background-color: #7b1335;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1140px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
@media (min-width: 768px) {
    .expandable-bg{
        width:720px
    }
}

@media (min-width: 992px) {
    .expandable-bg{
        width:940px
    }
}
@media (min-width: 1200px) {
    .expandable-bg{
        width:1140px
    }
}
.expandable-bg.section-expand{
    width: 100%;
    border-radius: 0;
}

/* 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: linear-gradient(to right, rgba(156,0,255,1) 0%,rgba(3,255,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c00ff', endColorstr='#03ffcd',GradientType=1 );
    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: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
    opacity: .7;
}
.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: linear-gradient(135deg, rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa70e', endColorstr='#ef0b00',GradientType=1 );
    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: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef476f', endColorstr='#cd47ef',GradientType=1 );
    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: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
    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-gradient(left top, right bottom, color-stop(0%, rgba(98,0,255,1)), color-stop(100%, rgba(255,0,170,1)));
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ff', endColorstr='#ff00aa', GradientType=1 );
}
.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: linear-gradient(135deg,  rgba(238,69,137,1) 0%,rgba(225,48,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4589', endColorstr='#e13030',GradientType=1 );
}
.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: linear-gradient(135deg,  rgba(255,167,14,1) 0%,rgba(239,11,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa70e', endColorstr='#ef0b00',GradientType=1 );
}
.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: linear-gradient(45deg,  rgba(239,71,111,1) 0%,rgba(205,71,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef476f', endColorstr='#cd47ef',GradientType=1 );
}
.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: linear-gradient(135deg,  rgba(243,10,103,1) 1%,rgba(225,48,48,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a67', endColorstr='#e13030',GradientType=1 );
}
@media screen and (min-width: 768px) {
    .wpb_single_image img {
        width: 100%;
    }
}

/*Blog post overlay
-----------------------------------*/
.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.is-overlay:hover .post-overlay{
    visibility: visible;
}
.is-overlay:hover .post-overlay.one{
    opacity: .1;
}
.is-overlay:hover .post-overlay.two{
    opacity: .2;
}
.is-overlay:hover .post-overlay.three{
    opacity: .3;
}
.is-overlay:hover .post-overlay.four{
    opacity: .4;
}
.is-overlay:hover .post-overlay.five{
    opacity: .5;
}
.is-overlay:hover .post-overlay.six{
    opacity: .6;
}
.is-overlay:hover .post-overlay.seven{
    opacity: .7;
}
.is-overlay:hover .post-overlay.eight{
    opacity: .8;
}
.is-overlay:hover .post-overlay.nine{
    opacity: .9;
}
.is-overlay:hover .post-overlay.ten{
    opacity: 1;
}
.overlay-one{
    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+ */
}
.overlay-two{
    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+ */
}
.overlay-three{
    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+ */
}
.overlay-four{
    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+ */
}
.overlay-five{
    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+ */
}
.overlay-six{
    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+ */
}
.overlay-seven{
    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+ */
}
.overlay-eight{
    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+ */
}
.overlay-nine{
    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+ */
}
.overlay-ten{
    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);
}
.overlay-eleven{
    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);
}
.overlay-twelve{
    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);
}
.overlay-thirteen{
    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);
}
.overlay-fourteen{
    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);
}
.overlay-fifteen{
    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);
}
.overlay-dark{
    background-color: #000000;
}
.post-overlay.no-overlay{
    background: none;
}
/*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;
}


/*
*****************************************************************
*                       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: 45px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.section-sub{
    color: #999;
    font-size: 16px;
    line-height: 30px;
}
@media screen and (min-width: 992px) {
   .section-sub{
        width: 70%;
        margin: 0 auto;
   }
}
@media (max-width: 768px){
    .section-title{
        font-size: 30px;
        line-height: 40px
    }
}


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

.header-topbar {
    background-color: transparent;
    visibility: visible;
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-classic .header-topbar,
.header-transparent .header-wrapper.sticky .header-topbar {
    background-color: #1d2022;
}

/* -- contact-info -- */
.header-topbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-topbar ul li {
    display: inline-block;
}
.header-description p {
    text-shadow: 3px 3px 10px rgba(0,0,0,1);
    font-size: 18px;
}
.header-arrow {
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: -1;
}
.contact-info ul li a {
    color: #fff;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
@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;
}

/*contact-us-form*/
.contact-us-form{
    padding: 40px 47px 25px;
    background: #e9edf0;
    border-radius: 3px;
}
.contact-us-form .form-group{
    margin-bottom: 15px;
}
.contact-us-form [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.contact-us-form input,
.contact-us-form textarea{
    background: #fff;
    border: none;
    border-radius: 2px;
}
.contact-us-form textarea{
    height: 170px;
}
.contact-us-form input[type="submit"]{
    display: inline-block;
    width: auto;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #7b1335;;
}
.contact-us-form input[type="submit"]:active,
.contact-us-form input[type="submit"]:focus,
.contact-us-form input[type="submit"]:hover{
    background-color: #D5054E;
    color: #ffffff;
}
.contact-us-form input:focus,
.contact-us-form textarea:focus{
    border: none;
}
.contact-us-form .form-group.submit-btn{
    position: relative;
    display: inline-block;
}

/* -- Topbar Appointment Button -- */
.header-top .social-links ul {
    float: right;
}
/* -- social-links -- */
.contact-info,
.social-link {
    margin-top: 9px;
    margin-bottom: 6px;
}
.social-link ul {
    margin: 0;
    line-height: 1;
}
@media (max-width: 767px){
    .social-link ul{
        float: none;
        text-align: center;
    }
}
.social-link ul li {
    padding: 0px;
}
.social-link ul li+li {
    margin-left: 2px;
}
.social-link li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
}
/*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-wishlist-count > a,
.tt-cart-count .cart-contents{
    position: relative;
    display: block;
    transition: unset;
}
.tt-cart-count{
    margin-right: 10px;
}
.tt-cart-count .cart-contents i {
    display: inline-block;
    padding: 5px 7px 5px 5px;
    border: 2px solid #d0cfd0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.tt-cart-count .cart-contents:hover i{
    border-color: #7b1335;;
}
.tt-wishlist-count > a:hover,
.tt-wishlist-count > a:focus{
    color: #202020;
}
.tt-wishlist-count span,
.tt-cart-count .cart-contents .cart-count {
    position: absolute;
    top: 30px;
    left: 18px;
    margin-left: 5px;
    color: #ffffff;
    width: 17px;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    background-color: #7b1335;;
}


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

.meetaap-menu-wrapper {
    background-color: #fff;
}
.header-wrapper{
    position: relative;
}
.header-wrapper:before {
    content: "";
    width: 50%;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-wrapper.sticky:before{
    width: 100%;
    -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);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-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);
}
.header-transparent .header-wrapper .navbar-default{
    box-shadow: none;
}
.navbar-header h1{
    display: inline-block;
    font-size: 44px;
    margin: 0;
}
@media(max-width: 767px){
    .navbar-header h1{
        font-size: 35px;
    }
}
.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
----------------------------------------*/
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 10px;
    }
}
.navbar-default .navbar-nav li a{
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    -webkit-transform: translateZ(0);
    line-height: 100px;
    padding: 0 15px;
}
.navbar-brand h1 {
    line-height: 95px;
    padding-left: 30px;
}
.sticky .navbar-brand h1 {
    -webkit-transition: all 600ms;
    transition: all 600ms;
    padding-left: 0;
}
@media(min-width:768px) {
    .navbar-nav>li>a{
        padding: 30px 15px;
    }
}
@media screen and (min-width:768px) and (max-width: 991px){
    .navbar-brand h1 {
        line-height: 67px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 0 10px;
        line-height: 73px !important;
    }
}
@media (max-width: 767px){
    .navbar-brand h1 {
        line-height: 73px;
    }
}
@media (max-width: 350px){
    .navbar-brand h1 img{
        max-width: 130px;
    }
}
@media (max-width: 991px){
    .navbar-default .navbar-nav > li > a{
        line-height: 70px
    }
    .navbar-default .mobile-menu .navbar-nav > li > a{
        line-height: 44px
    }
}

/*
Navigation Style For Large Devices
---------------------------------------------*/
@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;
    }
    .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;
    }
    .navbar-nav.navbar-left{
        margin-left: 50px;
    }
}

/*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 .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: transparent;
    margin-bottom: 0;
    border-color: transparent;
    z-index: 10000;
    border: 0;
    border-radius: 0;
}
.header-classic .navbar-default {
    background-color: #fff;
    transition: all .3s;
}
.header-wrapper.navbar-fixed-top{
    position: absolute;
    top: 48px;
}
.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-wrapper.sticky{
    position: fixed;
    top: 0;
}
.admin-bar .header-wrapper.sticky{
    top: 32px;
}
.header-bottom .header-wrapper.navbar-bottom-fixed.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    bottom: auto;
    z-index: 100000;
}
.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: #7b1335;
  background-color: transparent;
}
@media(max-width : 782px) {
    .admin-bar .header-wrapper.sticky,
    .admin-bar .navbar-fixed-top{
        top: 45px;
    }
}
@media(max-width : 600px) {
    .admin-bar .header-wrapper.sticky,
    .admin-bar .navbar-fixed-top.sticky{
        max-width: 100vw;
        top: 46px;
    }
}


/*
*****************************************************************
*                        DROPDOWN MENU                          *
*****************************************************************
*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #7b1335;
  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: #7b1335;
    -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: #7b1335;
    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: #7b1335;
}
.navbar-nav li.current-menu-item.active > a,
.navbar-nav li:hover > a {
    color: #7b1335!important;
}
@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: #7b1335;
}
.navbar-nav li .dropdown-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
}
.navbar-nav li:last-child .dropdown-wrapper{
    right: -20px;
    left: auto;
}
.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;
    }
}

/* =-=-=-=-=-=-= MOBILE MENU STYLE =-=-=-=-=-=-= */

@media(max-width : 767px) {
    .navbar-nav li a {
        color: #212121;
        font-size: 14px;
        line-height: 40px;
        padding: 0;
    }
    .navbar-nav li a:hover {
        color: #7b1335;
    }
    .navbar-nav{
        margin: 0;
        padding: 0 15px;
    }
    .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.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: #7b1335;
    }
    .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;
    }
    /*mobile menu dropdown trigger*/
    .dropdown-menu-trigger{
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        border: 0;
        text-align: center;
        width: 60px;
        height: 45px;
        font-size: 20px;
        line-height: 43px;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }
    .mobile-menu .dropdown .dropdown-menu-trigger{
        height: 40px;
        line-height: 38px;
    }

    .dropdown-menu-trigger:focus {
        background-color: transparent;
    }
    .dropdown-menu-trigger.menu-collapsed {
        color: #7b1335;
    }
    .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: 520px;
        padding: 0;
        border-color: rgba(255, 255, 255, .1);
        box-shadow: none;
        border-top: 1px solid #aaaaaa;
    }
    /*custom scroll for webkit browser*/
    .mobile-menu::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .mobile-menu::-webkit-scrollbar{
        width: 10px;
        background-color: #F5F5F5;
    }
    .mobile-menu::-webkit-scrollbar-thumb{
        background-color: #011034;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
}
.navbar-default .navbar-toggle{
    border: 0;
    margin-top: 16px;
    margin-right: 15px;
    -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;
    -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:focus,
.navbar-default .navbar-toggle:hover{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #7b1335;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #646464;
}

/* =-=-=-=-=-=-= FOOTER MENU =-=-=-=-=-=-= */

.tt-sidebar-wrapper.footer-sidebar .textwidget {
    color: #575757;
}
.tt-sidebar-wrapper.footer-sidebar .widget-title {
    color: #575757;
    text-transform: none;
}
.tt-sidebar-wrapper.footer-sidebar .textwidget img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  height: auto;
  width: auto;
}
.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: #7b1335;
}
.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;
    }
}

/* ATRIBUTE NAVIGATION
=================================*/
.attr-nav {
    float: right;
    display: inline-block;
    margin-left: 0;
    margin-right: 25px;
}
.sticky .attr-nav {
    margin-right: 0;
}

.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}
.attr-nav > ul > li{
    float: left;
    display: block;
    position: relative;
    width: 24px;
}
.attr-nav > ul > li.search a.is-visible .fa-search::before {
    content: "\f00d";
}
.attr-nav > ul > li > a {
    display: block;
    position: relative;
    color: #212121;
    padding: 0 5px;
    font-size: 14px;
    line-height: 88px;
    padding-top: 8px;
}
.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;
}
@media(max-width: 991px){
    .attr-nav > ul > li > a{
        line-height: 70px;
        padding-top: 0;
    }
    .tt-wishlist-count span, .tt-cart-count .cart-contents .cart-count {
        top: 19px;
    }
}


/*Header to search
---------------------------------*/
.top-search {
    position: absolute;
    right: -59px;
    width: 400px;
    top: 104%;
    padding: 20px;
    background: #fff;
    border-top: 1px solid #F1F1F1;
    display: none;
    box-shadow: 0px 5px 8px rgba(0,0,0,.2);
}
.no-shoping-cat .top-search {
    right: -25px;
}
.top-search .input-group {
    width: 100%;
    position: relative;
}
.top-search .input-group .form-control {
    border-radius: 0;
    border: 1px solid #ececec;
}
.top-search .input-group span{
    border: none;
}
.top-search .search-form button {
    z-index: 99;
    height: 52px;
    top: 0;
    right: 0;
    padding: 0 10px;
}
.search-form button:hover{
    color: #212121;
}
@media (max-width: 767px){
    .attr-nav{
        position: inherit;
        margin-right: 5px;
    }
    .attr-nav > ul > li.search{
        position: inherit;
    }
    .top-search {
        top: 100%;
        width: calc(100% - 30px);
        left: 15px;
    }
    .attr-nav > ul > li > a {
        font-size: 18px;
    }
}

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

.page-title {
    position: relative;
    padding: 46px 0;
    padding-top: 200px;
    background-color: #a2a2a2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-transparent.header-section-hide header{
    min-height: 195px;
    background: #83626e;
}
@media (max-width: 991px){
    .header-transparent.header-section-hide header{
        min-height: 164px;
    }
}
.header-transparent .page-title{
    padding: 200px 0 60px;
}
.header-semi-transparent .page-title{
    padding: 220px 0 80px;
}
.title-overlay-color{
    content: "";
    background-color: #83626e;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.page-title .container {
    position: relative;
}
.page-title h2{
    font-size: 35px;
    line-height: 80px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
    -ms-word-break: break-word;
}
.breadcrumb>li+li:before{
    padding: 0;
    margin-right: -5px;
}
@media screen and (min-width: 600px) and (max-width: 991px){
    .page-title h2 {
        font-size: 35px;
        line-height: 60px;
    }
}
@media (max-width: 599px){
    .page-title h2 {
        font-size: 45px;
        line-height: 50px;
    }
}
/*Page Sub-title*/
.page-title span {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.page-title.overlay-enable h2,
.page-title.overlay-enable span,
.page-title.overlay-enable .breadcrumb li a,
.page-title.overlay-enable .breadcrumb li.active{
    color: #7b1335;
}
.error404 .page-title,
.blog .page-title,
.single-post .page-title{
    text-align: center;
}
.error404 .page-title .breadcrumb,
.blog .page-title .breadcrumb,
.single-post .page-title .breadcrumb{
    position: static;
    margin-top: 10px;
}


/*
*****************************************************************
*                        BREADCRUMB                             *
*****************************************************************
*/

.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
}
.page-title .breadcrumb li {
    letter-spacing: 1px;
    color: inherit;
}
.page-title .breadcrumb li a{
    color: inherit;
}

/* 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 {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 10px 0 0 !important;
        position: relative !important;
    }
}


/*
*****************************************************************
*                        PROCESS-BOX                            *
*****************************************************************
*/

.process-box {
    padding: 35px 15px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.process-box:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.process-box:hover:before {
    opacity: 1;
}
.process-box i {
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #212121;
    margin-bottom: 15px;
    display: inline-block;
}
.process-box i:before {
    font-size: 40px;
}
.process-box h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}


/*
*****************************************************************
*                   COUNTDOWN WRAPPER                           *
*****************************************************************
*/

.count-down .countdown-wrapper {
    padding-top: 40px;
    border-top: 8px dotted #fff;
    width: 70%;
    margin: 0 auto;
}
.countdown-wrapper {
    color: #212121;
}
.countdown {
    margin-bottom: 0;
}
.countdown li {
    width: 150px;
    font-family: 'Montserrat', sans-serif;
}
.countdown li span {
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
}
.countdown li p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
}
@media (max-width: 500px){
    .countdown li span {
        font-size: 50px;
        line-height: 60px;
    }
}

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

/*Common Style*/
.pricing-table-wrapper {
    background-color: #fff;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricing-table-wrapper p:last-child {
  font-size: 80%;
}
.creative-pricing .pricing-table-wrapper{
    padding-bottom: 75px;
    margin-top: 60px;
    min-height: 600px;
}
.creative-pricing .pricing-table-wrapper.featured-item{
    background-color: #7b1335;;
    margin-top: 0;
}
.creative-pricing .pricing-table-wrapper.featured-item li,
.creative-pricing .pricing-table-wrapper.featured-item span{
    color: #ffffff;
}
@media (max-width: 991px){
    .creative-pricing .pricing-table-wrapper{
        margin-top: 0;
        min-height: auto !important;
    }
}
@media (max-width: 767px){
    .creative-pricing .pricing-table-wrapper{
        min-height: auto !important;
    }
}
/*Standard Pricing Table*/
.standard-pricing .pricing-table-wrapper {
    border: 1px solid #e3e3e3;
}
.table-header {
    padding: 30px 0 30px 0;
}
.table-header .package-name {
    color: #7b1335;
    font-size: 25px;
    line-height: 35px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.package-price .currency-symbol,
.package-price .price {
    font-weight: 800;
    font-size: 45px;
    line-height: 50px;
}
.package-price .currency-symbol {
    margin-right: -5px;
}
.package-price .currency-code {
    font-weight: 700;
}
.package-price .price,
.package-price .currency-code,
.package-price .currency-symbol {
    color: #575757;
    font-family: 'Montserrat', sans-serif;
}
.table-info {
    padding-bottom: 15px;
}
.table-info ul {
    margin-bottom: 0;
}
.table-info ul li {
    margin: 5px 0;
    color: #575757;
}
.table-info ul li i {
    color: #ff0024;
    font-size: 14px;
    margin-left: 6px;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}
.standard-pricing .table-footer {
    padding-bottom: 60px;
    margin-top: 22px;
}
.purchase-button a {
    background-color: #7b1335;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
    font-size: 20px!important;
    text-transform: none;
    border-radius: 12px!important;
    font-family: 'Montserrat', sans-serif;
}
.pricing-table-wrapper:hover .purchase-button a, .purchase-button a:hover{
    background-color: #9a2a00;
    color: #fff;
}
@media screen and ( max-width: 992px ){
    .pricing-table-wrapper{
        margin-bottom: 30px;
    }
}
/*Creative Pricing Table*/
@media (min-width: 768px) {
    .creative-pricing [class*='col-']{
        padding: 0;
    }
}
.creative-pricing [class*='col-']+[class*='col-'] .pricing-table-wrapper{
    border-left: 1px solid #e9edf0;
}
.creative-pricing .table-header {
    margin: 0 30px 30px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.creative-pricing .purchase-button a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #585858;
    font-size: 14px;
}
.creative-pricing .featured-item .purchase-button a{
    color: #fff;
}


/*
*****************************************************************
*                      SPEAKERS STYLE                           *
*****************************************************************
*/
.page-template .vc_row.section-wrapper {
    overflow: hidden;
}

.home.page-template .vc_row.section-wrapper {
    overflow: unset;
}

.speakers-section {
    position: relative;
    z-index: 1;
}

@media (max-width: 1440px) {
    .speakers-section:before {
        width: 200px;
        height: 200px;
        left: -100px;
        top: -100px;
    }

    .speakers-section:after {
        width: 200px;
        height: 200px;
        right: -100px;
        bottom: -50px;
    }
}
.speakers-wrapper {
    background: #fff;
    /* padding: 10px; */
    margin-bottom: 50px;
    /* border: 1px solid #e3e3e3; */
}
.speaker-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.speaker-img img {
    width: 100%;
    border-radius: 0px;
}
.speaker-social-link {
    margin: 0;
    padding: 0;
    list-style: none;
}
.speaker-social-link li {
    display: inline-block;
}
.speaker-social-link li+li {
    margin-left: 6px;
}
.speaker-social-link li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
}
.speakers-wrapper .speaker-social-link {
    position: absolute;
    bottom: -50%;
    width: 100%;
    height: 70px;
    line-height: 90px;
    z-index: 20;
    background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.9));
}
.speakers-wrapper:hover .speaker-social-link{
    bottom: 0;
}
.speakers-wrapper .speaker-social-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.speakers-wrapper:hover .speaker-social-link {
    opacity: 1;
    visibility: visible;
}
.speakers-wrapper .speaker-header h3 {
    font-weight: 700;
    margin-bottom: 0;
}
.speakers-wrapper .speaker-header h3 a {
    color: #7b1335;
}
.speakers-wrapper .speaker-header h3 a:hover,
.speakers-wrapper .speaker-social-link li a:hover {
    color: #7b1335;
}
/*Single Speaker Page*/
.single-speaker-page {
    padding: 100px 0;
    background-color: #ffffff;
    font-weight: 500;
}
.single .speaker-img img {
    border-radius: 0;
}
.single .speaker-intro h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.single .speaker-intro h3:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #7b1335;;
    position: absolute;
    left: 0;
    bottom: 0;
}
.single .speaker-intro h3 small {
    display: block;
    font-size: 18px;
    color: #212121;
    margin-top: 10px;
}
.single .speaker-social-link {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: rgba(255, 0, 90, 0.9);
    padding: 10px 15px 0 10px;
}
.single .speaker-social-link li a {
    text-align: center;
}
.single .speaker-social-link li a i{
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.single .speaker-social-link li a:hover {
    opacity: .8;
}
h3.speaker-session-title{
    margin-top: 40px;
    margin-bottom: 20px;
}

/*sponsor image hover effect*/
.sponsors-log-wrapper {
    /* border: 1px solid #e3e3e3; */
}
.sponsors-log-wrapper img{
    display: inline-block;
    border: 12px solid transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    /* box-shadow: 0 0 0 0 #e5eaf6; */
    margin: 6px;
}
.sponsors-log-wrapper img:hover{
    /* box-shadow: 0 0 0 12px #e5eaf6; */
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
@media(max-width: 420px){
    .sponsors-log-wrapper img{
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*
*****************************************************************
*                  CONTACT STYLE                               *
*****************************************************************
*/
.contact-block .tt-content {
    text-align: center;
}
.contact-block .tt-content p {
    color: #fff;
}

.contact-block .tt-content a {color:#fff; border-bottom:1px solid #fff;}

.contact-block .btn-advertising {
    margin-top: 30px;
}
.contact-block .btn-advertising a {
    background-color: #fff;
    color: #7b1335;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 15px 30px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
}



.wpcf7 {
  display: flex;
  justify-content: center;
}

.wpcf7 p {
  font-weight: bold;
}

.wpcf7-form {
  width: 100%;
  max-width: 600px;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid rgba(0,0,0,0.2);
}

.wpcf7-select {
  background-color: white;
  border-radius: 0;
  padding: 0.5em 1em;
  height: 50px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.2);
}

.wpcf7-submit {
  background-color: #7b1335;
  color: white;
  font-weight: 700;
  padding: 15px 30px;
  font-size: 20px!important;
  text-transform: none;
  border-radius: 12px!important;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  outline: none;
}

.wpcf7-submit:hover {
    background-color: #9a2a00;
}

/*
*****************************************************************
*                  SCHEDULE STYLE                               *
*****************************************************************
*/

.session-wrapper .session-tab {
    margin-bottom: 15px;
}
.session-wrapper .session-tab li {
    display: inline-block !important;
    margin-right: -5px;
}
.session-wrapper ul li a{
    color: #575757;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 24px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.session-wrapper ul li.active a,
.session-wrapper ul li a:hover{
    background-color: #7b1335;;
    color: #fff;
    border-color: transparent;
}
/*speech-info-wrapper*/
.speech-info-wrapper {
    padding: 72px 25px 72px 35px;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    overflow: hidden;
}
.speech-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b1335;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}
@media (max-width: 767px) {
  .speech-time {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
  .speech-time .fa {
    margin-bottom: 10px;
  }
}
.speech-time .fa {
    font-size: 50px!important;
    color: #7b1335;
    margin-right: 10px;
}
.speech-venue {
    font-size: 22px;
    line-height: 33px;
    color: #7b1335;
    display: block;
    text-align: center;
}
.speech-info-heading h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.parallel .speech-time {
    color: #7b1335;
}
.parallel .speech-time .fa {
    color: #7b1335;
}
.parallel .speech-venue {
    color: #7b1335;
}
.speech-info-heading h3 a {
    color: #575757;
}
.speech-info-heading h3 a:hover {
    color: #cfe4f7;
}
.speech-info-heading h3::before{
    content: "";
    width: 3px;
    height: 0;
    background-color: #7b1335;;
    position: absolute;
    left: -36px;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(.68,-0.55,.09,2.47);
    -moz-transition: all 300ms cubic-bezier(.68,-0.55,.09,2.47);
    -ms-transition: all 300ms cubic-bezier(.68,-0.55,.09,2.47);
    transition: all 300ms cubic-bezier(.68,-0.55,.09,2.47);
}
.speech-info-wrapper:hover .speech-info-heading h3::before {
    height: 100%;
}
.speech-info-wrapper .speech-meta {
    margin-top: 50px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.speech-info-wrapper .speech-meta img{
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.speech-info-wrapper .speech-meta .note{
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.speech-info-wrapper .speech-meta .speaker-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #575757;
    text-align: center;
}
@media (max-width: 500px){
    .session-wrapper ul li a {
        padding: 6px 12px;
        font-size: 15px;
    }
    .speech-info-heading h3 {
        font-size: 20px;
        line-height: 28px;
    }
}


/*Single Session Page*/
.single-session-page {
    padding: 100px 0;
    background-color: #ffffff;
}
.session-meta img {
    width: 100%;
}
.single-session-page .session-wrapper {
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #212121;
}
.single-session-page .session-wrapper h2{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 35px;
}
/*speech-keypoints*/
.speech-keypoints {
    margin-top: 50px;
    color: #212121;
}
.speech-keypoints h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.speech-keypoints ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.speech-keypoints ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.speech-keypoints ul li:before,
.speech-keypoints ul li:after{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #7b1335;;
}
.speech-keypoints ul li:before{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.speech-keypoints ul li::after {
    height: 132%;
    width: 1px;
    left: 7px;
}
.speech-keypoints ul li:last-child:after{
    content: none;
}
.speech-keypoints ul li h4{
    margin-bottom: 5px;
}
.session-meta {
    position: relative;
}


/*
*****************************************************************
*                          TT POP-UP                            *
*****************************************************************
*/
.tt-popup-wrapper .video-thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.tt-popup-wrapper .video-thumb img {
    border-radius: 10px;
}
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: .4;
}


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

.blog.custom-background {
    background: none;
}
.home-blog-wrapper {
    background: #fff;
    margin-bottom: 30px;
}
.home-blog-thumbnail{
    position: relative;
}
.home-blog-thumbnail img {
    width: 100%;
}
.home-blog-content {
    padding: 30px;
}
.home-blog-content .posted-on {
    font-size: 13px;
    color: #8f8d8d;
}
.home-blog-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.home-blog-content h3 a {
    color: #575757;
	text-transform: uppercase;
}
.home-blog-content h3 a:hover {
	text-transform: uppercase;
    color: #cfe4f7;
}
.home-blog-content .entry-meta {
    margin-top: 10px;
}
.home-blog-content .entry-meta a{
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}
.home-blog-content .entry-meta a:hover {
    color: #7b1335;
	 text-transform: uppercase;
}


/*
*****************************************************************
*                       EVENT INFO                              *
*****************************************************************
*/

.event-info-intro {
    background-color: #fff;
    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);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 80px 0;
    overflow: hidden;
}
.event-info-intro .icon {
    padding-bottom: 25px;
}
.event-info-intro .icon i:before{
    font-size: 70px;
    color: #212121;
}
.event-info-intro .icon{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s ease;
}
.event-info-intro:hover .icon{
    -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
}
.event-info-intro .event-info-title{
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s ease;
}
.event-info-intro:hover .event-info-title{
    -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
}
.event-info-intro .content{
    position: absolute;
    width: 100%;
    bottom: 5px;
    opacity: 0;
    padding: 10px 30px;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.event-info-intro:hover .content{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
    -ms-transition: all .6s ease .2s;
    -o-transition: all .6s ease .2s;
    transition: all .6s ease .2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media screen and ( max-width: 992px ){
    .event-info-intro{
        margin-bottom: 30px;
    }
}


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

.testimonial-wrapper .testimonial-des{
    padding: 40px 15px 0 15px;
    margin-bottom: 30px;
}
.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev{
    background-image: none;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #0090ff;
    font-size: 20px;
    top: auto;
    bottom: 0;
}
@media (min-width: 600px) {
    .testimonial-wrapper .testimonial-des{
        padding: 40px 100px 0 100px;
    }
    .testimonial-wrapper .swiper-button-next,
    .testimonial-wrapper .swiper-button-prev{
        top: 40%;
        bottom: auto;
    }
}
.testimonial-wrapper .testimonial-des p{
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    position: relative;
}
.testimonial-header-entry h3{
    margin-bottom: 3px;
    font-weight: 500;
}
.testimonial-wrapper .swiper-button-next:hover,
.testimonial-wrapper .swiper-button-prev:hover{
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
.testimonial-wrapper .testimonial-des p:before {
    font-family: FontAwesome;
    content: "\f10d";
    position: absolute;
    font-size: 100px;
    left: 10px;
    top: -45px;
    line-height: 100px;
    color: rgba(255, 255, 255, .1);
}

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

/*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-square .tt-icon.flat-icon i::before,
.icon-block.icon-round .tt-icon.flat-icon i::before,
.icon-block.icon-circle .tt-icon.flat-icon i::before{
    font-size: 30px;
}
.icon-block.icon-default:hover .tt-icon i{
    color: #7b1335;
}

/* 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: 20px;
    position: relative;
    margin-bottom: 20px;
}
.icon-block .tt-icon a,
.icon-block h3 a{
    color: #202020;
}
.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,
.icon-block h3 a:hover{
    color: #7b1335;;
}

/* 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: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
}
/*Round Icon*/
.icon-block.icon-round .tt-icon i {
    border-radius: 4px;
}
/*Circle Icon*/
.icon-block.icon-circle .tt-icon i {
    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;
}
.icon-block.icon-square .tt-icon i.theme_bg-color,
.icon-block.icon-round .tt-icon i.theme_bg-color,
.icon-block.icon-circle .tt-icon i.theme_bg-color,
.icon-block.icon-square .tt-icon i.custom-bg-color,
.icon-block.icon-round .tt-icon i.custom-bg-color,
.icon-block.icon-circle .tt-icon i.custom-bg-color {
    color: #fff;
    border: 1px solid transparent;
}
.icon-block.icon-square .tt-icon i.theme_bg-color,
.icon-block.icon-round .tt-icon i.theme_bg-color,
.icon-block.icon-circle .tt-icon i.theme_bg-color {
    background-color: #7b1335;;
}
/*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;
}
@media only screen and (max-width : 767px) {
    .icon-block{
      margin-bottom: 30px !important;
    }
}

/*Featured  Block Common Style
------------------------------------------------------------*/
.default-block .icon-block {
}
.outline-border .icon-block{
    background: #fff;
    border-radius: 4px;
    padding: 0px 25px 30px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 3px 0px rgba(53, 53, 53, 0.15);
    margin-bottom: 30px;
}
.outline-border .icon-block:hover {
    margin-top: -10px;
    box-shadow: 0px 4px 32px 0px rgba(53, 53, 53, 0.15);
}


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

.vc_icon_element-inner .entypo-icon-plus:before {
    content: "" !important;
}
.vc_progress_bar .vc_single_bar .vc_label{
    font-family: 'Cabin', sans-serif;
}
.vc_gitem-zone{
    border-radius: 0;
}
.vc_gitem-zone .vc-zone-link{
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.vc_gitem-zone .vc-zone-link:hover{
    opacity: 1;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:after,
.vc_gitem-zone .vc-zone-link:before {
    content: "\f03e" !important;
    font-family: FontAwesome;
    font-size: 50px !important;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 100;
    opacity: 0;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:hover:after,
.vc_gitem-zone .vc-zone-link:hover:before {
    opacity: 1;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a{
    display: block;
    position: relative;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:before{
        -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:before,
.vc_gitem-zone .vc-zone-link:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b1335;;
    background: -moz-linear-gradient( -70deg, #7b1335; 0%, #ff6000 100%);
    background: -webkit-linear-gradient( -70deg, #7b1335; 0%, #ff6000 100%);
    background: -ms-linear-gradient( -70deg, #7b1335; 0%, #ff6000 100%);
    opacity: 0;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:hover:before,
.vc_gitem-zone .vc-zone-link:hover:after{
    opacity: .9;
}
@media (max-width: 420px){
    .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item .vc_inner a:after{
        content: none !important;
    }
}

/*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: #0072d3;
}

/*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: #0072d3!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: #0072d3 !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: #0072d3;
}
.vc_tta-color-theme_default_color.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #0072d3!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;
}

.wpb_wrapper .wpb_revslider_element > div > div {
    background: none!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: 'Cabin', 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 teachers
----------------------------------------*/
.skill-progress .vc_pie_chart_back {
    border: 6px solid #aaa !important;
}
.skill-progress .vc_pie_chart .vc_pie_chart_value {
  font-size: 110%;
}
/*visual composer default accordion customization*/
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #ffffff !important;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title a {
    color: #00ACFA;
}
.wpb-js-composer .vc_tta-panel-heading {
    position: relative;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:after {
    content: "";
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #e9e9e9;
    z-index: 9999;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel:last-child .vc_tta-panel-heading:after {
    content: none;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active:last-child .vc_tta-panel-heading:after {
    content: "";
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    padding: 9px;
    width: 20px;
    height: 20px;
    background-color: #00aeff;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    left: 25% !important;
    width: 50% !important;
    border-color: #ffffff !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    top: 27% !important;
    height: 50% !important;
    border-color: #ffffff !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-accordion.vc_tta-style-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f4f7f7;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #efefef;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child{
    border: none;
}
/*ui-datepicker*/
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: none;
    border: 0;
}

/*VC default tabs style
----------------------------------------------*/
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab{
    background-color: #0072d3;
    border-radius: 5px;
}

/* Progress Bar
------------------------------------------- */
.wpb_progress_bar_heading {
    margin-bottom: 50px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    padding: 0 !important;
    font-size: 14px;
    bottom: 30px;
    color: #666 !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: 10px !important;
    height: 20px;
    margin-bottom: 50px !important;
    padding: 0 10px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    height: 40% !important;
    border-radius: 10px !important;
    top: -21px !important;
    left: 0 !important;
    position: relative !important;
}
/*vc pie Chart Customization*/
.vc_pie_chart_back {
    border: 8px solid #ccc !important;
}

/*vc carousel
-----------------------------------*/
.vc_carousel-slideline-inner .vc_item img{
    width: 100%;
    height: auto;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
    margin: 0 !important;
}
.vc_images_carousel .vc_carousel-control .icon-next::before,
.vc_images_carousel .vc_carousel-control .icon-prev::before{
    font-family: fontawesome;
    top: -13px !important;
    font-size: 19px;
}
.vc_images_carousel .vc_carousel-control .icon-next::before {
    content: '\f061' !important;
}
.vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: '\f060' !important;
}
.vc_images_carousel .vc_carousel-control {
    margin-top: -15px  !important;
    width: 50px  !important;
    height: 50px  !important;
    opacity: 1  !important;
    font-size: 15px  !important;
    text-align: center  !important;
    text-shadow: none  !important;
    color: #012a41;
    background: #fff;
    line-height: 50px;
    border-radius: 3px;
}
.vc_images_carousel .vc_carousel-control:hover{
    opacity: .6 !important;
}
.vc_images_carousel .vc_carousel-control.vc_right {
    right: 30px !important;
}
.vc_images_carousel .vc_carousel-control.vc_left {
    left: 30px !important;
}
@media (max-width: 767px){
    .vc_images_carousel .vc_carousel-control{
        display: none;
    }
}

/*vc map*/
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}


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

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


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

.submit-wrapper {
    position: relative;
    margin-top: 50px;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 12px;
    top: 61%;
    margin-top: -8px;
    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: #FCF9EC;
    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 #FCF9EC;
}
.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: 600;
    padding: 12px 15px;
    border-radius: 2px !important;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
}
div.wpcf7 .input-field {
    margin-bottom: 20px;
}
.map-section  .map-content {
    display: none;
}
.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: #7b1335;
}
/* 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;
    }
}


/*
*****************************************************************
*                       GALLERY                                 *
*****************************************************************
*/

.gallery-wrapper {
    position: relative;
}
.tt-gallery-thumb {
    margin: -36px 0 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
}
.tt-gallery-thumb .slides {
    display: inline-block;
    width: inherit !important;
}
.tt-gallery-thumb .slides>li {
    width: 70px !important;
    height: 70px !important;
    margin-right: 10px;
}
.tt-gallery-thumb .slides img {
    width: 70px !important;
    height: 70px !important;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.tt-gallery-thumb .slides>li.flex-active-slide img {
    background-color: #7b1335;
}
.tt-gallery-nav .gallery-control {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.tt-gallery-nav .gallery-control.next {
    left: auto;
    right: 0;
}
.tt-gallery-thumb .flex-direction-nav {
    display: none;
}
@media screen and (max-width: 370px){
    .tt-gallery-thumb .slides>li {
        width: 50px !important;;
    }
    .tt-gallery-thumb .slides img {
        width: 50px !important;;
        height: 50px !important;
    }
}
.tt-gallery img{
    width: 100%;
}

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

.blog-wrapper{
    margin: 100px 0;
}
.post-wrapper,
.single .posts-content {
    background-color: #fff;
    margin-bottom: 30px;
}
.single .posts-content{
    margin-bottom: 0;
}
.post-wrapper .blog-content{
    padding: 0 30px 20px;
}
.post-wrapper .entry-content .entry-table{
    overflow: auto;
}
.single .post-wrapper .blog-content{
    padding: 0 40px 10px;
}
.single.no-single-sidebar .post-wrapper .blog-content{
    padding: 0 0 10px;
}
/*sticky blog post*/
.post-wrapper.sticky {
    background-color: #f7f7f7;
}
.format-quote .post-wrapper .blog-content{
    padding: 25px 30px 10px;
}
/*post thumb wrapper*/
.post-wrapper.has-post-thumbnail .post-thumbnail {
    position: relative;
}
.single-post .post-wrapper .post-thumbnail {
    margin-bottom: 0;
}
.post-wrapper.has-post-thumbnail .post-thumbnail.blog-quote{
    margin-bottom: 0;
}
article img {
    max-width: 100%;
    height: auto;
}
.post-wrapper .entry-header{
    padding: 20px 30px 0;
}
.post-wrapper .entry-header,
.format-gallery .featured-wrapper,
.format-video .featured-wrapper {
    position: relative;
}
/*entry title*/
.post-wrapper .entry-title {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
.post-wrapper .entry-title a {
    color: #212121;
}
.post-wrapper .entry-meta {
    margin-bottom: 5px;
	 visibility: hidden;
}
.entry-meta li {
    position: relative;
    font-size: 14px;
}
.single .post-wrapper .entry-meta li{
    margin-right: 15px;
}
.entry-meta li,
.entry-meta li a {
    color: #8f8d8d ;
    text-transform: capitalize;
}
.footer-sidebar .entry-meta li,
.footer-sidebar .entry-meta li a {
    color: #bdbdbd;
}
.entry-meta li i {
    margin-right: 5px;
}
.entry-meta li:before {
    content: "/";
    position: absolute;
    top: 0;
    right: -6px;
}
.entry-meta li:last-child::before,
.single-post .entry-meta li::before {
    content: "";
}
.post-wrapper .entry-content .more-link {
    display: table;
    margin-top: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #212121;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.post-wrapper .entry-meta li a:hover{
    color: #212121;
}
.post-wrapper .entry-title a:hover,
.post-wrapper .entry-content .more-link:hover{
    color: #7b1335;;
}
.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;
}

/*BLOG-SEARCH-WRAPPER
---------------------------------------------*/
.blog-search-wrapper{
    background-color: #7b1335;;
    margin-bottom: 50px;
    color: #fff;
    overflow: hidden;
}
.blog-search-wrapper h2{
    font-size: 30px;
    margin-top: 35px;
    font-weight: 700;
}
.blog-search-form{
    width: 570px;
    margin: auto;
    max-width: 85%;
}
.blog-search-form .form-control{
    border-radius: 0;
    background: rgba(0,0,0,.12);
    border: none;
    padding: 0 50px 0 20px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
}
.blog-search-form button{
    font-size: 16px !important;
    color: #fff !important;
    line-height: 60px;
    top: 0 !important;
    padding: 0 11px;
}
.blog-search-form button:hover{
    transform: scale(1.4);
}
.blog-search-wrapper .post-cat{
    border-top: 1px solid rgba(0,0,0,.17);
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.blog-search-wrapper .post-cat h4{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}
.blog-search-wrapper .post-cat a{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.blog-search-wrapper .post-cat a:hover{
    opacity: .8;
}
.blog-search-wrapper .post-cat a:before,
.blog-search-wrapper .post-cat a:after{
    content: "";
    position: absolute;
    bottom: 4px;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog-search-wrapper .post-cat a:before{
    right: 50%;
}
.blog-search-wrapper .post-cat a:after{
    left: 50%;
}
.blog-search-wrapper .post-cat a:hover:before{
    right: 50%;
    left: auto;
    width: 50%;
    bottom: -2px;
}
.blog-search-wrapper .post-cat a:hover:after{
    left: 50%;
    right: auto;
    width: 50%;
    bottom: -2px;
}
.blog-search-wrapper .post-cat a,
.blog-search-wrapper .post-cat h4,
.blog-search-wrapper h2{
    color: #ffffff;
}

.blog-search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.8);
}
.blog-search-form input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,.8);
}
.blog-search-form input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,.8);
}
.blog-search-form input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,.8);
}
@media (max-width: 767px){
    .blog-search-wrapper .post-cat{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.no-results {
    background: #fff;
    padding: 30px;
}


/* POST FORMAT VIDEO
------------------------------------------- */

.post-wrapper.format-video iframe{
    width: 100%;
}
.post-wrapper.format-video .post-thumbnail {
    margin-bottom: 0;
}
.popup-play i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90px;
    height: 60px;
    background: #7b1335;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    border-radius: 50px;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
}
.popup-play i:hover{
        background: #E60460;
}

/* POST FORMAT AUDIO
------------------------------------------- */
.post-wrapper.format-audio iframe {
    width: 100%;
    height: 250px;
    margin-bottom: -10px;
}

/* POST FORMAT QUOTE
------------------------------------------- */
.post-thumbnail.blog-quote {
    margin-bottom: 0;
}
.blog-quote blockquote{
    text-align: center;
    padding: 80px 30px 50px;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    background: #7b1335;;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.blog-quote blockquote small{
    margin-top: 15px;
}
.blog-quote blockquote::before {
    left: 0;
    right: 0;
}
.blog-quote blockquote,
.blog-quote blockquote small,
.blog-quote blockquote::before {
    color: #fff;
}

/* POST FORMAT LINK
------------------------------------------- */
.post-thumbnail.blog-link {
    background: #7b1335;;
    min-height: 250px;
    margin-bottom: 0;
    position: relative;
}
.format-link .blog-link > a {
    color: #fff;
    display: block;
    font-size: 22px;
    left: 50%;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* DEFAULT GALLERY POST
------------------------------------------- */
.format-gallery .featured-wrapper {
    margin-bottom: 25px;
}
.post-thumbnail{
    position: relative;
}
.gallery {
    margin-bottom: 1.5em;
    border: 1px solid #eee;
}
.gallery-caption {
    display: block;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 97.8%;
    border: 1px solid #eee;
    padding: 5px;
    margin: 10px;
    font-size: 14px;
    line-height: 25px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-columns-2 .gallery-item {
    max-width: 43.5%;
}
.single .gallery-columns-2 .gallery-item {
    max-width: 47.1%;
}
.gallery-columns-3 .gallery-item {
    max-width: 29.9%;
    margin: 5px;
}
.single .gallery-columns-3 .gallery-item {
    max-width: 30.4%;
    margin: 10px;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    margin: 3px;
}
.single .gallery-columns-4 .gallery-item {
    max-width: 22%;
    margin: 10px;
}
.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.6%;
    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;
    margin: 0 -10px;
}

/* CUSTOM GALLERY POST
------------------------------------------- */
.blog-gallery-carousel .carousel-control {
    top: 50%;
    margin-top: -18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(255, 0, 90, 0.9);
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 300;
    background-image: none;
}
.blog-gallery-carousel .carousel-control:focus,
.blog-gallery-carousel .carousel-control:hover {
    background: rgba(255, 0, 90, 1);
}
.blog-gallery-carousel .carousel-control.left {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.blog-gallery-carousel .carousel-control.right {
    right: 0;
    border-radius: 4px 0 0 4px;
}
@media (max-width: 991px){
    .post-thumbnail img,
    .carousel-inner>.item>img{
        width: 100%;
    }
}

/* 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;
}
.entry-content p{
    margin-bottom: 20px;
}
.entry-content p:last-child{
    margin-bottom: 0;
}
.woocommerce-shipping-calculator p{
    margin-bottom: 0;
}
.woocommerce-shipping-calculator p a{
    text-decoration: underline;
    color: #7b1335;
}
.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 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}
.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.05));
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.05));
}
.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.05));
    filter: drop-shadow(-1px 4px 1px rgba(0,0,0,0.05));
}

/* POST PASSWORD PROTECTED
------------------------------------------- */
.post-password-required .form-control {
    font-size: 14px;
}
.post-password-required .input-group-btn{
    top: 0;
}
.post-password-required .input-group-btn .btn {
    height: 48px;
    padding: 14px 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;
}

/* PAGINATION
------------------------------------------- */
.post-pagination {
    background-color: #fff;
    padding: 15px 0;
}
.post-pagination .pagination {
    margin: 0;
    margin-bottom: -10px;
}
.post-pagination .pagination>li>a,
.post-pagination .pagination>li>span {
    color: #302f2f;
    border: 0;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 100%;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.post-pagination .pagination>li>a:hover,
.post-pagination .pagination>li>span.current {
    color: #fff;
    background-color: #7b1335;;
}
.post-pagination .pagination>li>a.prev,
.post-pagination .pagination>li>a.next {
    width: inherit;
    height: inherit;
    background-color: transparent;
}
.post-pagination .pagination>li>a.prev:focus,
.post-pagination .pagination>li>a.next:focus,
.post-pagination .pagination>li>a.prev:hover,
.post-pagination .pagination>li>a.next:hover {
    color: #7b1335;;
    background-color: transparent !important;
}
.blog-navigation a {
    color: #302f2f;
	    display: none;
}
.blog-navigation a:hover {
    color: #7b1335;;
}

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

.meetaap-shop {
    padding: 100px 0;
}

.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{
    background: #1a242e;
    font-size: 15px;
    margin-left: 10px;
    color: #fff;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    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;
}


/* INNER POST PAGINATION
------------------------------------------- */
.page-pagination{
    margin-bottom: 20px;
    clear: both;
    display: block;
    padding-top: 20px;
}
.page-pagination a span{
    color: #949494;
    background-color: #eee;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
}
.page-pagination a:hover span,
.page-pagination > span {
    background-color: #7b1335;
    color: #fff;
}
.page-pagination > span{
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
}
.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: 50px 40px;
}
.single-post.no-single-sidebar .single-post-navigation {
    padding: 50px 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: #7b1335;
    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: 767px) {
    .tt-sidebar-wrapper {
        margin-top: 50px;
    }
}
.tt-sidebar-wrapper.left-sidebar .widget,
.tt-sidebar-wrapper.right-sidebar .widget{
    padding: 20px;
    background-color: #fff;
}


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

.blog-grid .post-wrapper.has-post-thumbnail .entry-header,
.blog-grid .format-gallery .featured-wrapper .entry-header.has-gallery-thumbnail,
.blog-grid .format-video .featured-wrapper .entry-header.has-video{
    position: static;
    padding: 20px 30px 0px;
}
.blog-grid .format-quote .entry-header blockquote {
    width: 100%;
    padding: 110px 30px 45px;
}
.blog-grid .post.format-link .blog-link > a {
    line-height: 24px;
}

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

.single-post .post-wrapper {
    margin-bottom: 0;
}
.single-post .entry-title {
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -5px;
    text-transform: uppercase;
}
.single-post .posted-in a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.single-post .posted-in,
.single-post .posted-in a{
    color: #7b1335;
}
.single-post .posted-in a:hover{
    opacity: .8;
}
.single-post .header-wrap {
    margin-bottom: 25px;
    padding: 25px 40px 0;
}
.single-post.no-single-sidebar .header-wrap {
    padding: 25px 0 0;
}
.single-post .entry-footer {
    border-bottom: 1px solid #eee;
    padding: 15px 40px;
}
.single-post.no-single-sidebar .entry-footer {
    padding: 15px 0;
}
.single-post .entry-footer .post-tags {
    float: left;
    margin-top: 20px;
}
.single-post .entry-footer .tags-links {
    position: relative;
    padding-left: 25px;
}
.single-post .entry-footer .tags-links::before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -4px;
}
.single-post .entry-footer .post-tags a{
    color: #999;
    text-transform: capitalize;
}
.single-post .entry-footer .post-tags a:hover{
    color: #7b1335;
}
.single-post .entry-footer .post-share {
    float: right;
    margin-top: 20px;
}
.single-post .entry-footer .post-share ul li{
    padding-right: 0;
}
.single-post .entry-footer .post-share ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #999;
    color: #fff;
}
.single-post .entry-footer .post-share ul li a.facebook i {
    background-color: #3b5998;
}
.single-post .entry-footer .post-share ul li a.twitter i {
    background-color: #1da1f2;
}
.single-post .entry-footer .post-share ul li a.google-plus i {
    background-color: #dd4b39;
}
.single-post .entry-footer .post-share ul li a.linkedin i {
    background-color: #00a0dc;
}


/*
*****************************************************************
*                     AUTHOR BIO                                *
*****************************************************************
*/

.single-post .post-author {
    border: 1px solid #eee;
    margin-bottom: 80px;
    margin: 0 40px;
}
.single-post.no-single-sidebar .post-author {
    margin: 0 0 50px;
}
.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{
    font-family: 'Open Sans', sans-serif;
}
.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: #7b1335;
}
.authors-post i {
    margin-right: 10px;
}
.author-social {
    float: right;
}
.author-social ul li a {
    color: #a7a7a7;
}
.author-social ul li a:hover {
    color: #7b1335;
}
@media (max-width: 350px) {
    .author-box .author-box-image {
        display: block;
        padding-right: 0;
    }
    .author-box .author-box-image img {
        margin: 0 auto 20px;
    }
}
.author-links ul li a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}
.author-links ul li a i{
    line-height: 37px;
}


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

.comments-wrapper {
    padding: 50px 40px 40px;
    border-top: 1px solid #efefef;
}

.single-post.no-single-sidebar .comments-wrapper {
    padding: 50px 0 40px;
}

.page .comments-wrapper {
    background-color: #ffffff;
    margin-top: 50px;
}
.comments-wrapper .comments-title,
.comments-wrapper .comment-reply-title {
    font-weight: 500;
}

.comments-wrapper ul {
    list-style: none;
}
.comments-wrapper .comment-list .media-body ul {
    list-style: disc;
}
.comments-wrapper > ul {
    padding: 0;
    margin-bottom: 30px;
}
.comments-wrapper ul li .media{
    padding: 30px 10px 25px 30px;
    background-color: #f6f9fb;
    margin-top: 15px;
    margin-bottom: 15px;

}
ul.comment-list ul.children li.comment{
    padding: 0;
}
li.comment .comment-respond{
    margin-top: 30px;
}
.comments-wrapper .media-heading {
    margin-bottom: 0;
}
.comment-list .media .media-left{
    padding-right: 20px;
}
.comment-list .media .media-left img{
    border-radius: 50%;
}
.comment-meta .media-body,
.comment-meta .media-left,
.comment-meta .media-right {
    display: block;
    width: 80px;
    float: left;
}
.comment-meta .media-body {
    width: calc(100% - 100px);
    position: relative;
    overflow: hidden;
    display: block;
}


.post-comments {display:none;}


@media(max-width: 600px){
    .comment-list .media .media-left{
        padding: 0;
        width: 50px;
    }
    .comment-meta .media-body {
        width: calc(100% - 50px);
    }
    .comment-list .media .media-left img{
        width: 40px;
    }
    .comments-wrapper{
        padding: 15px;
    }
}
@media (max-width: 400px){
    .comment-meta-wrapper{
        display: none;
    }
}

.comments-wrapper .comment-info {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    margin-bottom: 5px;
}
.comments-wrapper .comment-info .comment-author{
    display: inline-block;
}
.comments-wrapper .comment-info .comment-author h4{
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
.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: #7b1335;
}
.comment-meta-wrapper a:hover {
    color: #7b1335;
}
@media (max-width: 600px){
    .comment-info time {
        display: inline-block;
    }
}
.comment-reply-link{
    line-height: 21px;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 10px;
    border: 1px solid #d5d7d8;
    border-radius: 4px;
    text-transform: uppercase;
    color: #989898;
    font-size: 10px;
    font-weight: 700;
}
.comment-reply-link:hover {
    background-color: #7b1335;
    border-color: #7b1335;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.comment-respond .form-group{
    margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"]{
    border: 1px solid #eee;
    padding: 3px 10px;
}
.comment-respond .comment-reply-title {
    margin-bottom: 30px;
}
.comment-respond .btn {
    margin-top: 25px;
}
@media screen and (max-width: 600px) {
    .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: #7b1335;
    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;
}
.comments-wrapper .comment-form .comment-form-comment label {
    left: 0;
}
.comments-wrapper .comment-form input[type=text],
.comments-wrapper .comment-form input[type=email],
.comments-wrapper .comment-form input[type=url],
.comments-wrapper .comment-form textarea.meetaap-textarea {
    border-bottom: 1px solid #eee;
}
.comments-wrapper .comment-form .form-submit .btn {
    font-size: 16px;
    font-weight: 700;
}
.form-allowed-tags{
    line-height: 20px;
    margin-top: 10px;
}
.form-allowed-tags code{
    font-size: 12px;
}
.pingback{
    font-weight: 700;
}
.comments-wrapper ul li.pingback:last-child{
    margin-bottom: 30px;
}
.pingback a{
    font-weight: 400;
    color: #666;
}
.pingback a:hover{
    color: #7b1335;
}
.alert.no-comments{
    margin-top: 50px;
    background-color: transparent;
    font-weight: 700;
    margin: 50px 0 0;
    padding: 0;
    color: #a2a2a2;
    font-style: italic;
}

/*WP Default Comments
--------------------------------------------------*/
.comments-wrapper .comment-notes,
.comments-wrapper .comment-awaiting-moderation {
    color: #a2a2a2;
    font-style: italic;
}
.comments-wrapper input,
.comments-wrapper textarea,
.post-password-form input {
    padding: 0 15px;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 4px;
    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;
    border-color: transparent;
    -webkit-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -moz-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -ms-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    -o-box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
    box-shadow: 6px 6px 72px 5px rgba(25, 25, 25, 0.12);
}
.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-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #ffffff;
    background-color: #7b1335;
}
.comments-wrapper .form-submit input:hover{
    transform: translateY(-3px);
    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;
}


/*
*****************************************************************
*              COMMON STYLE FOR ALL WIDGETS                     *
*****************************************************************
*/

.tt-sidebar-wrapper .widget {
    margin-bottom: 30px;
}
.tt-sidebar-wrapper .widget:last-child{
    margin-bottom: 0;
}
.tt-sidebar-wrapper .widget-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    margin-bottom: 19px;
}
.tt-sidebar-wrapper .widget-title,
.tt-sidebar-wrapper .widget-title a {
    color: #202020;
}
.tt-sidebar-wrapper.footer-sidebar .widget-title a {
    color: #fff;
}
.tt-sidebar-wrapper .widget > ul,
.menu-testing-menu-container ul {
    padding: 0;
}
.widget_nav_menu ul li,
.tt-sidebar-wrapper .widget > ul > li,
.menu-testing-menu-container ul > li {
    list-style-type: none;
}
.tt-sidebar-wrapper .widget ul li a {
    display: inline-block;
    color: #999;
    text-transform: capitalize;
}
.tt-sidebar-wrapper.footer-sidebar .widget ul li a {
    color: #fff;
}
.tt-sidebar-wrapper.footer-sidebar .widget .tt-latest-post ul li a {
    color: #bdbdbd;
}
.tt-sidebar-wrapper .widget ul li a:hover {
    color: #7b1335;;
}
.widget.widget_rss p:last-child{
    margin-bottom: 0;
}

/* WIDGET SEARCH
--------------------------------------------------------- */
.search-form {
    position: relative;
}
.search-form .input-field input[type=text],
.search-form .input-field input[type=search]{
    padding: 5px 50px 5px 15px;
}
.search-form button {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 20px;
    height: 60px;
    background-color: transparent;
    border: 0;
    color: #c3c3c3;
}
.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: -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));
    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: #7b1335;
}

/* NEWSLETTER WIDGET
------------------------------------------- */
.mc4wp-form,
.subscribe-form,
.widget-subscription {
    text-align: center;
}
.subscribe-form {
    color: #fff;
}
.widget-subscription h3,
.widget-subscription .note,
.widget-subscription .sub-title,
.widget-subscription .subscription-info,
.widget-subscription input[type=submit],
.footer-sidebar .widget .widget-subscription h3,
.footer-sidebar .widget .widget-subscription .sub-title {
    display: none;
}
.widget .widget-subscription h3,
.widget .widget-subscription .note,
.widget .widget-subscription .sub-title,
.widget .widget-subscription .subscription-info,
.widget .widget-subscription input[type=submit] {
    display: block;
}
.widget-subscription input[type=email] {
    width: 100%;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .widget-subscription input[type=email] {
        width: 450px;
    }
}
.widget-subscription input:focus {
    box-shadow: none;
    outline: none;
}
.widget-subscription .form-group {
    margin-bottom: 15px;
}
.widget-subscription .form-control::-moz-placeholder {
    color: #fff;
}
.widget-subscription .form-control::-ms-input-placeholder {
    color: #fff;
}
.widget-subscription .form-control::-webkit-input-placeholder {
    color: #fff;
}

/* NEWSLETTER ON SIDEBAR/WIDGET
-------------------------------------------------- */
.widget .mc4wp-form,
.widget .subscribe-form,
.widget .widget-subscription {
    text-align: left;
}
.tt-sidebar-wrapper.left-sidebar .widget_mc4wp_form_widget,
.tt-sidebar-wrapper.right-sidebar .widget_mc4wp_form_widget{
    background: url("images/mail-chimp-bg.png") no-repeat top right #ffffff;
}
.tt-sidebar-wrapper.left-sidebar .widget_tt_popular_post h3,
.tt-sidebar-wrapper.right-sidebar .widget_tt_popular_post h3{
    position: relative;
}
.tt-sidebar-wrapper.left-sidebar .widget_tt_popular_post h3:after,
.tt-sidebar-wrapper.right-sidebar .widget_tt_popular_post h3:after{
    position: absolute;
    content: "";
    top: -2px;
    right: 20px;
    width: 21px;
    height: 26px;
    background: url("images/popular-post-bg.png") no-repeat top right #ffffff;
}
.widget-subscription .sub-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4b4444;
    font-family: 'Montserrat', sans-serif;
}
.widget-subscription h3 {
    font-size: 30px;
    font-weight: 700;
}
.widget-subscription {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
.footer-sidebar .widget-subscription {
    color: #fff;
}
.widget .subscribe-form,
.widget .mc4wp-alert.mc4wp-notice,
.widget .widget-subscription .subscription-info {
    color: #999999;
}
.mc4wp-alert.mc4wp-notice,
.widget-subscription .subscription-info {
    font-size: 14px;
    line-height: 22px;
}
.widget .widget-subscription input[type=email] {
    width: 100%;
    color: #212121;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f4f4f4;
}
.widget .widget-subscription input {
    background: #f4f4f4;
}
.widget-subscription input[type=submit] {
    background-color: #7b1335;;
    color: #fff;
    border: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms;
}
.widget-subscription input[type=submit]:hover {
    background-color: #E50856;
}
.widget .widget-subscription input[type=email]:focus {
    border: 1px solid #7b1335;;
}
.widget .widget-subscription .form-control::-moz-placeholder {
    color: #aeaeae;
}
.widget .widget-subscription .form-control::-ms-input-placeholder {
    color: #aeaeae;
}
.widget .widget-subscription .form-control::-webkit-input-placeholder {
    color: #aeaeae;
}

/*WIDGET SELECT OPTION STYLE
---------------------------------*/
.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    color: #666;
    border: 1px solid #eee;
}
.widget select:focus {
    border: 1px solid #7b1335;;
    outline: none;
}

/*WIDGET CALENDAR
--------------------------*/
.footer-sidebar .widget_calendar .calendar_wrap {
    border: 0;
    padding: 0;
}
.widget_calendar .calendar_wrap table {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}
.widget_calendar .calendar_wrap table caption {
    padding: 0 0 5px;
    margin-bottom: 15px;
    color: #666;
    text-align: center;
}
.widget_calendar #today,
.footer-sidebar .widget_calendar .calendar_wrap table a:hover {
    color: #7b1335;;
}
.footer-sidebar .widget_calendar .calendar_wrap table a,
.footer-sidebar .widget_calendar .calendar_wrap table caption {
    color: #fff;
}

/* 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;
}
.widget_tag_cloud a:hover{
    background-color: #7b1335;;
    color: #fff!important;
    border: 1px solid transparent;
}
.footer-sidebar .widget_tag_cloud a {
    color: #fff;
}
/*widget_nav_menu*/
.widget_nav_menu .menu {
    padding-left: 0;
}
.widget_nav_menu .menu .sub-menu{
    padding-left: 15px;
}


/*
*****************************************************************
*                        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;
}

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

footer {
    border-top: 1px solid #fff;
}
.tt-sidebar-wrapper.footer-sidebar {
    color: #fff;
}
.tt-sidebar-wrapper.footer-sidebar img {
    max-width: 300px;
    max-height: 40px;
    width: auto;
}
.tt-sidebar-wrapper.footer-sidebar .social {
    display: flex;
    justify-content: flex-start;
}
.tt-sidebar-wrapper.footer-sidebar .social a + a {
    margin-left: 10px;
}
.tt-sidebar-wrapper.footer-sidebar .social a {
    width: 40px;
    height: 40px;
    background: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.footer-section {
   overflow-x: hidden;
}
.footer-section .primary-footer,
.footer-onepage {
   background: #fff;
   padding-top: 100px;
   padding-bottom: 70px;
}
.footer-onepage .copyright,
.footer-onepage .footer-logo {
    color: #cfe4f7;
}
.secondary-footer .copyright{
    color: #cfe4f7;
}
.secondary-footer .copyright a{
    color: #cfe4f7;
}
.secondary-footer .copyright a:hover{
    opacity: .8;
}
.footer-onepage .footer-logo {
    margin-bottom: 30px;
}
.footer-onepage .social-links-wrap {
    margin-top: 30px;
}
.footer-section .secondary-footer {
   background: #ffffff;
   padding: 15px 0;
}
.footer-sidebar .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    border: none;
}
.footer-sidebar .entry-meta li i{
    color: #f32700;
}
.footer-about-text {
    font-size: 15px;
    line-height: 25px;
    color: #cfe4f7;
    margin: 20px 0;
}
.footer-sidebar .widget_nav_menu ul {
    overflow: hidden;
}
.footer-sidebar .widget_nav_menu ul>li {
    width: 50%;
    float: left;
}
.footer-sidebar [id*="monster-widget"].widget_nav_menu ul>li {
    float: none;
    width: 100%;
}
.footer-sidebar .widget_nav_menu ul>li ul.sub-menu li{
    width: 100%;
}
.footer-sidebar .widget_nav_menu ul li a {
    font-size: 15px;
    color: #fff;
}

.footer-section .social-links-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.footer-section .social-links-wrap ul li {
    display: inline-block;
}
.footer-section .social-links-wrap ul li+li {
    margin-left: 2px;
}
.footer-section .social-links-wrap ul li a i{
    display: block;
    width: 40px;
    height: 40px;
    background: #cfe4f7;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.footer-section .social-links-wrap ul li a:hover i{
    background: #ffffff;;
}

/*SCROLL TO TOP BUTTON
-----------------------------------------*/
.scroll-top{
    position: absolute;
    bottom: 7px;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-top: -25px;
    box-shadow: 0px 6px 20px #191919 ;
}
.scroll-top.white-bg{
    color: #011034 ;
}
.scroll-top i{
    font-size: 30px;
}
.scroll-top.white-bg:hover,
.scroll-top.white-bg:focus{
    color: #011034 ;
}
.scroll-top:hover,
.scroll-top:focus{
    color: #fff;
}

/* TO TOP
-----------------------------------*/
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    color: #000;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 6px 20px #1919194d;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 9999;
    -webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.scroll-top.is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.scroll-top i{
    font-size: 30px;
}
.scroll-top:hover,
.scroll-top:focus{
    color: #212121;
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*
*****************************************************************
*                     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;
}

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

.error-page-wrapper {
    padding: 150px 0;
    text-align: center;
}
.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: 'Old Standard TT', serif;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
.woocommerce .header-default-style .woocommerce-breadcrumb {
  margin-top: 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: #7b1335;;
}
.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: #7b1335;;
}
.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: 75px;
    line-height: 80px;
}
.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: #E90656;
}
.woocommerce-Price-amount.amount {
    color: #444;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce,
.meetaap-shop.meetaap-cart{
    padding: 0;
}

/*.product column*/
.meetaap-shop ul.products li.column-two.product{
    width: 48%;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin-left: -15px;
    margin-right: -15px;
}
.meetaap-shop ul.products li.column-three.product{
    margin-right: 15px !important;
    width: calc(33.33% - 30px);
    margin-left: 15px !important;
}
.woocommerce-cart .meetaap-shop ul.products li.column-three.product {
    width: 45%;
    margin-right: 0 !important;
}
.woocommerce table.shop_table td {
    padding: 12px 12px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 50px 0;
}
.woocommerce-shipping-calculator {
    width: 211px;
    float: right;
}
@media(max-width : 767px){
    .meetaap-shop ul.products li.column-three.product{
        width: calc(50% - 30px);
    }
    .woocommerce-shipping-calculator{
        width: 100%;
        float: none;
    }
}
@media(max-width: 500px){
    .meetaap-shop ul.products li.product{
        width: calc(100% - 30px) !important;
    }
}
@media (min-width: 768px){
    .single-product .meetaap-shop ul.products li.column-three.product{
        width: calc(25% - 30px);
    }
}
.widget .star-rating{
    font-size: 13px;
}
.widget span.reviewer{
    font-size: 14px;
}
/*product style*/
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin: 0 0 25px;
}
.woocommerce-result-count {
    padding: 21px 0 0;
    display: block;
    font-style: italic;
}
@media (max-width: 420px){
    .woocommerce .woocommerce-result-count{
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
}
.woocommerce .woocommerce-ordering select {
    padding: 0 10px;
    outline: 0;
    margin-top: 0;
}
.product-content-wrapper{
    position: relative;
    border: 1px solid #e4e5ea;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.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: inline-block;
    padding: 0 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #7b1335;;
    box-shadow: none;
    min-width: 150px;
    margin: 0 auto !important;
    border-radius: 3px;
    line-height: 40px;
}
.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;
    right: 5px;
}
.woocommerce a.added_to_cart{
    position: absolute;
    top: 50%;
    margin-top: -56px;
    padding: 0;
    left: 0;
    right: 0;
    background-color: #7b1335;;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce a.added_to_cart:hover{
    background-color: #D9034F;
}

/*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: #7b1335;;
}
.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;
}
.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: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000;
    right: 12px;
    top: 1px;
    height: 48px;
    padding: 15px 0px 0px 12px;
    border-left: 1px solid #aaa;
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    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: #7b1335;;
}

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

.single-product .meetaap-shop{
    padding-bottom: 50px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
    padding: 8px 15px 8px 50px;
    line-height: 38px;
    background-color: #f3f3f3;
}
.woocommerce-error li{
    padding-left: 30px !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
    top: 7px;
    font-size: 16px;
}
.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;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{
    line-height: 1.5;
}
@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 .meetaap-shop .thumbnails #slider-prev,
.single-product.woocommerce .meetaap-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: #7b1335;;
    padding: 0;
    left: 5px;
    top: 5px;
    right: auto;
    margin: 0;
    border-radius: 3px;
    min-height: inherit;
    min-width: inherit;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
}
.woocommerce span.onsale{
    border-radius: 0;
}
.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 span,
.product_meta span a{
    color: #999999;
    font-weight: 400;
}
.product_meta span a:hover{
    color: #7b1335;;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}
.woocommerce .quantity .btn-quantity{
    border: 0;
    width: 30px;
    height: 41px;
    padding: 0;
    color: #ffffff;
    background-color: #b9b9b9;
    font-family: 'Cabin', sans-serif;
}
.woocommerce .meetaap-cart .quantity .btn-quantity{
    top: 0;
}
.woocommerce .quantity .btn-quantity:hover{
    background-color: #7b1335;;
}
.woocommerce .quantity input.qty {
    border-radius: 0;
    width: 50px;
    padding: 0;
    height: 41px;
}
.woocommerce .quantity input{
    float: left;
}
@media (max-width: 991px){
    .woocommerce .quantity input{
        float: none;
    }
}
.woocommerce.single-product div.product form.cart .button,
.woocommerce.single-product .quantity input.qty{
    position: relative;
}
.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;
    padding: 40px;
    background: #f3f3f3;
    box-shadow: 0 0 20px #1d1d1d21;
    border: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin: 0;
    min-height: 44px;
    background-color: #eaeaea;
    border: 1px solid #ddd;
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    border-bottom: 1px solid #f3f3f3;
    bottom: 0;
}
.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: 6px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a{
    background-color: #7b1335;;
    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;
    margin: 0;
    border: 1px solid #ddd;
    border-top: none;
}
.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{
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.woocommerce #review_form #respond textarea:focus{
    outline: none;
}
.woocommerce #review_form #respond textarea:focus,
.woocommerce #reviews input:focus,
.woocommerce #reviews textarea:focus{
    border-color: #7b1335;;
}
.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,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]  {
    padding: 11px 20px;
    color: #fff;
}
.woocommerce .coupon .input-text{
    width: 110px !important;
    height: 43px;
    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;
    font-size: 17px;
}
.woocommerce a.remove:hover{
    background-color: transparent;
    color: red !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 0;
    background-color: #fff;
}
.woocommerce .meetaap-cart .cart-collaterals .cart_totals tr td{
    text-align: right;
}
.woocommerce .meetaap-cart .cart-collaterals .cart_totals tr th,
.woocommerce .meetaap-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: #7b1335;;
    font-size: 17px;
    line-height: 44px;
    padding: 0;
}
#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: #7b1335;;
}

/* =-=-=-=-=-=-=-=-=-= 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: 41px;
    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.meetaap-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.meetaap-textarea:focus:not([readonly]){
    box-shadow: none;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
.woocommerce .select2-choice:focus,
.woocommerce .input-text:focus {
    border-color: #7b1335;;
}
.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 .meetaap-cart table.shop_table>tbody>tr:first-child>th,
.woocommerce .meetaap-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: #7b1335;;
    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: #7b1335;;
}
.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;
}


/*
*****************************************************************
*                          ANIMATIONS                           *
*****************************************************************
*/

/*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;
}

/* KEY FRAME FOR ANIMATIONS
==============================================*/
/* 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;
    }
}


.gform_wrapper {
	margin: 16px auto!important;
	max-width:600px!important;
}

/*
*****************************************************************
*                          ZOMERTOUR AANPASSINGEN                           *
*****************************************************************
*/
.bg-special-kennis {
	background-color: #BAD9D7;
}



