/**** Option color ****/
.livedemo {
    /*display: none;*/
    width: 300px;
    height: 100%;
    position: fixed;
    left: -300px;
    top: 0;
    z-index: 99999999;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.livedemo.liveeff {
    left: 0;
}

.tzButton-Config {
    width: 50px;
    height: 50px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0px 5px 5px 0px;
    top: 250px;
    right: 0;
    margin-right: -50px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.tzButton-Config:hover {
    cursor: pointer;
}

.tzButton-Config i {
    color: #e45914;
    font-size: 30px;
    padding: 10px 12px;
}

.livedemo .tzColorbox_scroll {
    width: 250px;
    height: 100%;
}

.livedemo .tzColorbox_scroll .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.livedemo .tzColorbox_scroll .mCSB_inside .mCSB_scrollTools {
    left: -10px;
}

.tzSection-Buynow {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b7b7;
}

.tzSection-Buynow .tzButton-buy {
    background: none repeat scroll 0 0 #fece15;
    color: #fff;
    display: block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.tzSection-Buynow .tzButton-buy:hover {
    text-decoration: none;
}

.live-content {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b7b7;
}

.live-content .tzSection-title {
    font-family: "Roboto Slab", serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px 25px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.live-content .tzColor-Choose:after {
    display: block;
    clear: both;
    content: '';
}

.live-content .tzColor-Choose .tzBg_home {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin: 0px 5px 5px 0px;
    position: relative;
}

.live-content .tzColor-Choose .tzBg_home.home1 {
    background: #fece15;
}

.live-content .tzColor-Choose .tzBg_home.home2 {
    background: #58a6f0;
}

.live-content .tzColor-Choose .tzBg_home.home3 {
    background: #53c6a9;
}

.live-content .tzColor-Choose .tzBg_home.home4 {
    background: #e45914;
}

.live-content .tzColor-Choose .tzBg_home.home5 {
    background: #e80f60;
}

.live-content .tzColor-Choose .tzBg_home.home6 {
    background: #77be32;
}

.live-content .tzColor-Choose .tzBg_home.home7 {
    background: #d786fe;
}

.live-content .tzColor-Choose .tzBg_home.home8 {
    background: #9b59b6;
}

.live-content .tzColor-Choose .tzBg_home.home9 {
    background: #c0392b;
}

.live-content .tzColor-Choose .tzBg_home.home10 {
    background: #4cddf3;
}

.live-content .tzColor-Choose .tzBg_home.home11 {
    background: #f2333a;
}

.live-content .tzColor-Choose .tzBg_home.home12 {
    background: #3333f2;
}

.live-content .tzColor-Choose .tzBg_home:hover {
    cursor: pointer;
}

.iactive:after {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 40%;
    position: absolute;
    top: 35%;
}

.iactive2:after {
    color: #d65679;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 35%;
    position: absolute;
    top: 15%;
}

.tzSection-info .tzDemo-title {
    font-family: "Roboto Slab", serif;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.tzSection-info .tzDemo-description {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 25px;
    padding: 0;
    display: block;
}

.tzSection-Demo .tzDemo-Container {
    overflow: hidden;
    box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, 0.5);
}

.tzSection-Demo .tzDemo-detail {
    height: 315px;
    overflow-x: hidden;
    width: 270px;
}

.tzSection-Demo .tzDemo-detail:after {
    display: block;
    clear: both;
    content: '';
}

.tzSection-Demo .tzDemo-detail .tzDemo-link {
    width: 110px;
    height: 130px;
    overflow: hidden;
    display: block;
    float: left;
    border: 5px solid #ddd;
    margin: 7px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tzSection-Demo .tzDemo-detail .tzDemo-commingsoon span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #323232;
    display: block;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    padding: 45px 0px;
}

.tzSection-Demo .tzDemo-detail .tzDemo-link .tzDemo-Overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.tzSection-Demo .tzDemo-detail .tzDemo-link:hover .tzDemo-Overlay {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tzSection-Demo .tzDemo-detail .tzDemo-link a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    left: 32px;
    padding: 6px 11px;
    position: absolute;
    top: 45px;
    width: 35px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}

.tzSection-Demo .tzDemo-detail .tzDemo-link:hover a {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(0.1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.tzDemo-seeMore {
    text-align: center;
}

.tzDemo-seeMore span {
    display: block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
}

.tzDemo-seeMore i {
    color: #fece15;
    font-size: 37px;
    line-height: 15px;
}

/*.themecolor-yellow #fece15*/

/*
*Add more css
*/

/*background*/
.themecolor-yellow .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-yellow .tz_btn_ticket a:hover,
.themecolor-yellow .slides-pagination a.current,
.themecolor-yellow .slides-pagination a:hover,
.themecolor-yellow a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-yellow .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-yellow .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-yellow .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-yellow .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-yellow .tz_member_meetup .tz_text_hover_speaker,
.themecolor-yellow .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-yellow .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-yellow .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-yellow .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-yellow .vc_custom_1469090405815,
.themecolor-yellow .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-yellow .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-yellow .tz_register_meetup_pricing_item_price,
.themecolor-yellow .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-yellow .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-yellow .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-yellow .mcolor-button.subscribe,
.themecolor-yellow .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-yellow .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-yellow .tz-homeType1 .tz_meetup_header_option,
.themecolor-yellow .ares .tp-bullet:hover,
.themecolor-yellow .ares .tp-bullet.selected,
.themecolor-yellow .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-yellow .ares .tp-bullet-title,
.themecolor-yellow .vc_custom_1469091953252,
.themecolor-yellow .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-yellow .tzContact_2_content p span.tz_fa_icon,
.themecolor-yellow .tz_font_style_slider_revo:after,
.themecolor-yellow .tp-caption.tz_btn_revolution,
.themecolor-yellow .tz_btn_revolution,
.themecolor-yellow .tz_font_style_slider_revo_title_list:after,
.themecolor-yellow .tz_features_event_box .excerpt:after,
.themecolor-yellow a.btn_link_features_event,
.themecolor-yellow .tz_features_count_event,
.themecolor-yellow .tz_features_count_event .container,
.themecolor-yellow .vc_custom_1485251069497,
.themecolor-yellow p.sub_title_slider_speakers:after,
.themecolor-yellow .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-yellow .vc_custom_1485157516470,
.themecolor-yellow .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-yellow a.slide_event_link,
.themecolor-yellow .tz_slide_event_cost,
.themecolor-yellow .vc_custom_1485167295424,
.themecolor-yellow a.tz_event_buy_ticket,
.themecolor-yellow .tz_testimonials_item_box h4:after,
.themecolor-yellow .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-yellow .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-yellow .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-yellow .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-yellow .vc_custom_1469091651299,
.themecolor-yellow .vc_custom_1469092697226,
.themecolor-yellow .vc_custom_1469092398056,
.themecolor-yellow .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-yellow .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-yellow aside.widget h3.module-title:before,
.themecolor-yellow a.tz-shop-cart span,
.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-yellow .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-yellow .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-yellow .tzquick-view,
.themecolor-yellow .yith-wcwl-wishlistexistsbrowse a,
.themecolor-yellow .tz_status_product.tz_status_product_sale,
.themecolor-yellow .yith-wcwl-wishlistaddedbrowse a,
.themecolor-yellow span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-yellow .tribe-events-calendar thead th,
.themecolor-yellow #tribe-events .tribe-events-button,
.themecolor-yellow #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-yellow #plusgallery8 .back,
.themecolor-yellow body #pgzoomview.plusgallery8 a:hover,
.themecolor-yellow .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-yellow .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-yellow .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-yellow .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-yellow .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-yellow .tzSection-Buynow .tzButton-buy,
.themecolor-yellow .btn_slider_view_link:hover,
.themecolor-yellow .tz-backtotop-icon,
.themecolor-yellow .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-yellow .detail_speakers_slider_socials a:hover,
.themecolor-yellow aside.widget .tagcloud a:hover,
.themecolor-yellow .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-yellow .tz-blogDefault .wp-pagenavi span.current,
.themecolor-yellow .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-yellow .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-yellow .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-yellow .woocommerce h2:after,
.themecolor-yellow .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-yellow.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-yellow.woocommerce #review_form #respond .form-submit input,
.themecolor-yellow.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-yellow.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-yellow.woocommerce .tzBestSell_button a:hover,
.themecolor-yellow .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-yellow #jpreBar,
.themecolor-yellow .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-yellow .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-yellow .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-yellow .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-yellow .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-yellow .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-yellow .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-yellow .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-yellow .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-yellow .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-yellow .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #fece15 !important;
}
.themecolor-yellow .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-yellow .tz_box_event_content h2,
.themecolor-yellow .tz_btn_ticket a,
.themecolor-yellow .slides-pagination a,
.themecolor-yellow a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-yellow .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-yellow .tz_member_meetup .tz_text_hover_speaker,
.themecolor-yellow .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-yellow .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-yellow .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-yellow .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-yellow .mcolor-button.subscribe,
.themecolor-yellow .ares .tp-bullet,
.themecolor-yellow .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-yellow .tp-caption.tz_btn_revolution,
.themecolor-yellow .tz_btn_revolution,
.themecolor-yellow a.tz_upcoming_event,
.themecolor-yellow a.btn_link_features_event,
.themecolor-yellow .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-yellow .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-yellow .our_speakers_content .Gallery_thub li a:hover,
.themecolor-yellow .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-yellow .tz_thumb_navigation_box:hover,
.themecolor-yellow .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-yellow .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-yellow .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-yellow .tz-sectionBreadcrumb-shop,
.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-yellow .woocommerce a.remove:hover,
.themecolor-yellow .tz_status_product.tz_status_product_sale:after,
.themecolor-yellow .tzquick-view:after,
.themecolor-yellow .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-yellow .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-yellow span.tz_pricing_btn,
.themecolor-yellow .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-yellow .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-yellow .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-yellow #tribe-events .tribe-events-button,
.themecolor-yellow .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-yellow .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-yellow .detail_speakers_slider_socials a:hover,
.themecolor-yellow .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-yellow .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-yellow .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-yellow .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-yellow .tz-blogDefault .wp-pagenavi span.current,
.themecolor-yellow .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-yellow .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-yellow.woocommerce .tzBestSell_button a:hover,
.themecolor-yellow .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-yellow .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-yellow .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-yellow .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-yellow .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-yellow .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #fece15 !important;
}
/* color */
.themecolor-yellow .tz_btn_ticket a, .themecolor-yellow .tz_btn_ticket .slides-pagination a, .themecolor-yellow span.tz_meetup_video_sub_title, .themecolor-yellow .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-yellow .tzCounter_type .tz-counter-font i.fa, .themecolor-yellow .tzCounter_type p.tz-counter-title, .themecolor-yellow .tz_box_event_meetup h3, .themecolor-yellow .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-yellow .tz_event_time span,
.themecolor-yellow .tz_meetup_title_content p span a,
.themecolor-yellow .TzContactInfo li a,
.themecolor-yellow .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-yellow .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-yellow .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-yellow .tz_font_style_revo_list i,
.themecolor-yellow .cart_form a span,
.themecolor-yellow .tzContact_2_content h3,
.themecolor-yellow .tz_footer_social_network ul li a:hover,
.themecolor-yellow .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-yellow .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-yellow .our_speakers_slider .lSAction .lSNext:after,
.themecolor-yellow .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-yellow .tz_single_feature_event_meta span a,
.themecolor-yellow .tz_single_feature_event_meta ul li i.fa,
.themecolor-yellow .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-yellow .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-yellow .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-yellow .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-yellow .slides-navigation a:hover,
.themecolor-yellow .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-yellow .woocommerce a.remove,
.themecolor-yellow .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-yellow .switch_btn_click.switch_btn_click_active,
.themecolor-yellow .switch_btn_click:hover,
.themecolor-yellow .yith-wcwl-add-button > a i,
.themecolor-yellow .yith-wcwl-add-button > a:hover i,
.themecolor-yellow .tzProduct-price span.price,
.themecolor-yellow.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-yellow.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-yellow .tz_breadcrumb_single_cat_title h4 a,
.themecolor-yellow .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-yellow .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-yellow .tribe-events-month-event-title a,
.themecolor-yellow ul.tribe-events-sub-nav a:hover,
.themecolor-yellow .tribe-events-event-categories a,
.themecolor-yellow .tribe-events-address a,
.themecolor-yellow .tz_single_feature_event_meta_group span a,
.themecolor-yellow .tribe-organizer-url a,
.themecolor-yellow .tribe-address a,
.themecolor-yellow .pgthumb .back a:hover,
.themecolor-yellow .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-yellow .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-yellow .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-yellow .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-yellow .tz_custom_style_text h3 span,
.themecolor-yellow h4.tz_modal_name,
.themecolor-yellow .tz_modal_speakers_social a:hover,
.themecolor-yellow .ezcol strong span,
.themecolor-yellow .ezcol span strong,
.themecolor-yellow .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-yellow .tz-md-close em,
.themecolor-yellow .tzTwitter-item span.tweet_text a,
.themecolor-yellow a.tz_upcoming_event,
.themecolor-yellow .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-yellow .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-yellow .tz-sidebar aside.widget ul li:hover a,
.themecolor-yellow #tribe-events-content .tribe-events-tooltip h4,
.themecolor-yellow .tz_breadcrumb_shop h4 a,
.themecolor-yellow .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-yellow .tzdelete-quick i.fa,
.themecolor-yellow .product-quick-content .tz-entry-summary .price span,
.themecolor-yellow .product_meta .posted_in a,
.themecolor-yellow .product_meta .tagged_as a,
.themecolor-yellow .sidebar_archive_product_click:hover,
.themecolor-yellow .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-yellow.woocommerce .star-rating span,
.themecolor-yellow .tzShop_itemInfo .tzprice span.amount,
.themecolor-yellow.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-yellow .page-numbers,
.themecolor-yellow .tzcopyright a,
.themecolor-yellow.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-yellow .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-yellow .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-yellow .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-yellow .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-yellow .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-yellow .tz_home_slider_meetup .tz_loca_date i,
.themecolor-yellow .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-yellow .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-yellow .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-yellow .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-yellow .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-yellow .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-yellow .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-yellow .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover

{
    color: #fece15 !important;
}
/*background yellow*/
.themecolor-yellow .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-yellow .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-yellow .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-yellow .tz_maniva_meetup_title_type4 h3:after,
.themecolor-yellow .vc_tta-container .vc_tta-panel-title,
.themecolor-yellow .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #fece15 !important;
}
/*background white*/
.themecolor-yellow a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-yellow .mcolor-button.subscribe:hover,
.themecolor-yellow .tz_btn_video_meetup.tz_meetup_default:hover
{
    background: #fff !important;
}
.themecolor-yellow .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-yellow .tz_btn_ticket a:hover,
.themecolor-yellow .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-yellow .livedemo .tzButton-Config i {
    color: #fece15 !important;
}

.themecolor-yellow .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-yellow .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #fece15 !important;
}

.themecolor-yellow a.btn_link_features_event:hover,
.themecolor-yellow .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-yellow #tribe-events .tribe-events-button:hover,
.themecolor-yellow #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-yellow .tz_btn_video_meetup.tz_meetup_default,
.themecolor-yellow .tp-caption.tz_btn_revolution:hover,
.themecolor-yellow .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-yellow .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #fece15 !important;
}

.themecolor-yellow .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-yellow .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-yellow .tzRow_ArrowType4,
.themecolor-yellow.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #fece15 !important;
}

.themecolor-yellow a.tz_btn_video_meetup:hover,
.themecolor-yellow a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-yellow .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-yellow .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* BLUE */

/*
*Add more css
*/

/*background*/
.themecolor-blue .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-blue .tz_btn_ticket a:hover,
.themecolor-blue .slides-pagination a.current,
.themecolor-blue .slides-pagination a:hover,
.themecolor-blue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-blue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-blue .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-blue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-blue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-blue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-blue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-blue .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-blue .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-blue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-blue .vc_custom_1469090405815,
.themecolor-blue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-blue .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-blue .tz_register_meetup_pricing_item_price,
.themecolor-blue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-blue .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-blue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-blue .mcolor-button.subscribe,
.themecolor-blue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-blue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-blue .tz-homeType1 .tz_meetup_header_option,
.themecolor-blue .ares .tp-bullet:hover,
.themecolor-blue .ares .tp-bullet.selected,
.themecolor-blue .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-blue .ares .tp-bullet-title,
.themecolor-blue .vc_custom_1469091953252,
.themecolor-blue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-blue .tzContact_2_content p span.tz_fa_icon,
.themecolor-blue .tz_font_style_slider_revo:after,
.themecolor-blue .tp-caption.tz_btn_revolution,
.themecolor-blue .tz_btn_revolution,
.themecolor-blue .tz_font_style_slider_revo_title_list:after,
.themecolor-blue .tz_features_event_box .excerpt:after,
.themecolor-blue a.btn_link_features_event,
.themecolor-blue .tz_features_count_event,
.themecolor-blue .tz_features_count_event .container,
.themecolor-blue .vc_custom_1485251069497,
.themecolor-blue p.sub_title_slider_speakers:after,
.themecolor-blue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-blue .vc_custom_1485157516470,
.themecolor-blue .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-blue a.slide_event_link,
.themecolor-blue .tz_slide_event_cost,
.themecolor-blue .vc_custom_1485167295424,
.themecolor-blue a.tz_event_buy_ticket,
.themecolor-blue .tz_testimonials_item_box h4:after,
.themecolor-blue .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-blue .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-blue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-blue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-blue .vc_custom_1469091651299,
.themecolor-blue .vc_custom_1469092697226,
.themecolor-blue .vc_custom_1469092398056,
.themecolor-blue .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-blue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-blue aside.widget h3.module-title:before,
.themecolor-blue a.tz-shop-cart span,
.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-blue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-blue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-blue .tzquick-view,
.themecolor-blue .yith-wcwl-wishlistexistsbrowse a,
.themecolor-blue .tz_status_product.tz_status_product_sale,
.themecolor-blue .yith-wcwl-wishlistaddedbrowse a,
.themecolor-blue span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-blue .tribe-events-calendar thead th,
.themecolor-blue #tribe-events .tribe-events-button,
.themecolor-blue #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-blue #plusgallery8 .back,
.themecolor-blue body #pgzoomview.plusgallery8 a:hover,
.themecolor-blue .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-blue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-blue .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-blue .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-blue .tzSection-Buynow .tzButton-buy,
.themecolor-blue .btn_slider_view_link:hover,
.themecolor-blue .tz-backtotop-icon,
.themecolor-blue .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-blue .detail_speakers_slider_socials a:hover,
.themecolor-blue aside.widget .tagcloud a:hover,
.themecolor-blue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-blue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-blue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-blue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-blue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-blue .woocommerce h2:after,
.themecolor-blue .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-blue.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-blue.woocommerce #review_form #respond .form-submit input,
.themecolor-blue.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blue.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-blue.woocommerce .tzBestSell_button a:hover,
.themecolor-blue .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-blue #jpreBar,
.themecolor-blue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-blue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-blue .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-blue .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-blue .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-blue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-blue .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-blue .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-blue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-blue .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-blue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #58a6f0 !important;
}
.themecolor-blue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-blue .tz_box_event_content h2,
.themecolor-blue .tz_btn_ticket a,
.themecolor-blue .slides-pagination a,
.themecolor-blue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-blue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-blue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-blue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-blue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-blue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-blue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-blue .mcolor-button.subscribe,
.themecolor-blue .ares .tp-bullet,
.themecolor-blue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-blue .tp-caption.tz_btn_revolution,
.themecolor-blue .tz_btn_revolution,
.themecolor-blue a.tz_upcoming_event,
.themecolor-blue a.btn_link_features_event,
.themecolor-blue .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-blue .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-blue .our_speakers_content .Gallery_thub li a:hover,
.themecolor-blue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-blue .tz_thumb_navigation_box:hover,
.themecolor-blue .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-blue .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-blue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-blue .tz-sectionBreadcrumb-shop,
.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-blue .woocommerce a.remove:hover,
.themecolor-blue .tz_status_product.tz_status_product_sale:after,
.themecolor-blue .tzquick-view:after,
.themecolor-blue .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-blue .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-blue span.tz_pricing_btn,
.themecolor-blue .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-blue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-blue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-blue #tribe-events .tribe-events-button,
.themecolor-blue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-blue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-blue .detail_speakers_slider_socials a:hover,
.themecolor-blue .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-blue .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-blue .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-blue .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-blue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-blue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-blue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-blue.woocommerce .tzBestSell_button a:hover,
.themecolor-blue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-blue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-blue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-blue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-blue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-blue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #58a6f0 !important;
}

/* color */
.themecolor-blue .tz_btn_ticket a, .themecolor-blue .tz_btn_ticket .slides-pagination a, .themecolor-blue span.tz_meetup_video_sub_title, .themecolor-blue .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-blue .tzCounter_type .tz-counter-font i.fa, .themecolor-blue .tzCounter_type p.tz-counter-title, .themecolor-blue .tz_box_event_meetup h3, .themecolor-blue .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-blue .tz_event_time span,
.themecolor-blue .tz_meetup_title_content p span a,
.themecolor-blue .TzContactInfo li a,
.themecolor-blue .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-blue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-blue .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-blue .tz_font_style_revo_list i,
.themecolor-blue .cart_form a span,
.themecolor-blue .tzContact_2_content h3,
.themecolor-blue .tz_footer_social_network ul li a:hover,
.themecolor-blue .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-blue .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-blue .our_speakers_slider .lSAction .lSNext:after,
.themecolor-blue .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-blue .tz_single_feature_event_meta span a,
.themecolor-blue .tz_single_feature_event_meta ul li i.fa,
.themecolor-blue .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-blue .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-blue .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-blue .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-blue .slides-navigation a:hover,
.themecolor-blue .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-blue .woocommerce a.remove,
.themecolor-blue .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-blue .switch_btn_click.switch_btn_click_active,
.themecolor-blue .switch_btn_click:hover,
.themecolor-blue .yith-wcwl-add-button > a i,
.themecolor-blue .yith-wcwl-add-button > a:hover i,
.themecolor-blue .tzProduct-price span.price,
.themecolor-blue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-blue.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-blue .tz_breadcrumb_single_cat_title h4 a,
.themecolor-blue .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-blue .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-blue .tribe-events-month-event-title a,
.themecolor-blue ul.tribe-events-sub-nav a:hover,
.themecolor-blue .tribe-events-event-categories a,
.themecolor-blue .tribe-events-address a,
.themecolor-blue .tz_single_feature_event_meta_group span a,
.themecolor-blue .tribe-organizer-url a,
.themecolor-blue .tribe-address a,
.themecolor-blue .pgthumb .back a:hover,
.themecolor-blue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-blue .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-blue .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-blue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-blue .tz_custom_style_text h3 span,
.themecolor-blue h4.tz_modal_name,
.themecolor-blue .tz_modal_speakers_social a:hover,
.themecolor-blue .ezcol strong span,
.themecolor-blue .ezcol span strong,
.themecolor-blue .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-blue .tz-md-close em,
.themecolor-blue .tzTwitter-item span.tweet_text a,
.themecolor-blue a.tz_upcoming_event,
.themecolor-blue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-blue .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-blue .tz-sidebar aside.widget ul li:hover a,
.themecolor-blue #tribe-events-content .tribe-events-tooltip h4,
.themecolor-blue .tz_breadcrumb_shop h4 a,
.themecolor-blue .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-blue .tzdelete-quick i.fa,
.themecolor-blue .product-quick-content .tz-entry-summary .price span,
.themecolor-blue .product_meta .posted_in a,
.themecolor-blue .product_meta .tagged_as a,
.themecolor-blue .sidebar_archive_product_click:hover,
.themecolor-blue .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-blue.woocommerce .star-rating span,
.themecolor-blue .tzShop_itemInfo .tzprice span.amount,
.themecolor-blue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-blue .page-numbers,
.themecolor-blue .tzcopyright a,
.themecolor-blue.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-blue .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-blue .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-blue .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-blue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-blue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-blue .tz_home_slider_meetup .tz_loca_date i,
.themecolor-blue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-blue .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-blue .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-blue .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-blue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-blue .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-blue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-blue .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #58a6f0 !important;
}
.themecolor-blue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-blue .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-blue .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-blue .tz_maniva_meetup_title_type4 h3:after,
.themecolor-blue .vc_tta-container .vc_tta-panel-title,
.themecolor-blue .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #58a6f0 !important;
}
/*background white*/
.themecolor-blue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-blue .mcolor-button.subscribe:hover,
.themecolor-blue .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-blue .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-blue .tz_btn_ticket a:hover,
.themecolor-blue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-blue .livedemo .tzButton-Config i {
    color: #58a6f0 !important;
}

.themecolor-blue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-blue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #58a6f0 !important;
}

.themecolor-blue a.btn_link_features_event:hover,
.themecolor-blue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-blue #tribe-events .tribe-events-button:hover,
.themecolor-blue #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-blue .tz_btn_video_meetup.tz_meetup_default,
.themecolor-blue .tp-caption.tz_btn_revolution:hover,
.themecolor-blue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-blue .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #58a6f0 !important;
}

.themecolor-blue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-blue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-blue .tzRow_ArrowType4,
.themecolor-blue.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #58a6f0 !important;
}

.themecolor-blue a.tz_btn_video_meetup:hover,
.themecolor-blue a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-blue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-blue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* GREEN .themecolor-green color: #53c6a9!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-green .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-green .tz_btn_ticket a:hover,
.themecolor-green .slides-pagination a.current,
.themecolor-green .slides-pagination a:hover,
.themecolor-green a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-green .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-green .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-green .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-green .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-green .tz_member_meetup .tz_text_hover_speaker,
.themecolor-green .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-green .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-green .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-green .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-green .vc_custom_1469090405815,
.themecolor-green .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-green .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-green .tz_register_meetup_pricing_item_price,
.themecolor-green .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-green .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-green .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-green .mcolor-button.subscribe,
.themecolor-green .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-green .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-green .tz-homeType1 .tz_meetup_header_option,
.themecolor-green .ares .tp-bullet:hover,
.themecolor-green .ares .tp-bullet.selected,
.themecolor-green .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-green .ares .tp-bullet-title,
.themecolor-green .vc_custom_1469091953252,
.themecolor-green .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-green .tzContact_2_content p span.tz_fa_icon,
.themecolor-green .tz_font_style_slider_revo:after,
.themecolor-green .tp-caption.tz_btn_revolution,
.themecolor-green .tz_btn_revolution,
.themecolor-green .tz_font_style_slider_revo_title_list:after,
.themecolor-green .tz_features_event_box .excerpt:after,
.themecolor-green a.btn_link_features_event,
.themecolor-green .tz_features_count_event,
.themecolor-green .tz_features_count_event .container,
.themecolor-green .vc_custom_1485251069497,
.themecolor-green p.sub_title_slider_speakers:after,
.themecolor-green .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-green .vc_custom_1485157516470,
.themecolor-green .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-green a.slide_event_link,
.themecolor-green .tz_slide_event_cost,
.themecolor-green .vc_custom_1485167295424,
.themecolor-green a.tz_event_buy_ticket,
.themecolor-green .tz_testimonials_item_box h4:after,
.themecolor-green .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-green .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-green .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-green .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-green .vc_custom_1469091651299,
.themecolor-green .vc_custom_1469092697226,
.themecolor-green .vc_custom_1469092398056,
.themecolor-green .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-green .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-green aside.widget h3.module-title:before,
.themecolor-green a.tz-shop-cart span,
.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-green .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-green .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-green .tzquick-view,
.themecolor-green .yith-wcwl-wishlistexistsbrowse a,
.themecolor-green .tz_status_product.tz_status_product_sale,
.themecolor-green .yith-wcwl-wishlistaddedbrowse a,
.themecolor-green span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-green .tribe-events-calendar thead th,
.themecolor-green #tribe-events .tribe-events-button,
.themecolor-green #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-green #plusgallery8 .back,
.themecolor-green body #pgzoomview.plusgallery8 a:hover,
.themecolor-green .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-green .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-green .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-green .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-green .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-green .tzSection-Buynow .tzButton-buy,
.themecolor-green .btn_slider_view_link:hover,
.themecolor-green .tz-backtotop-icon,
.themecolor-green .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-green .detail_speakers_slider_socials a:hover,
.themecolor-green aside.widget .tagcloud a:hover,
.themecolor-green .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-green .tz-blogDefault .wp-pagenavi span.current,
.themecolor-green .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-green .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-green .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-green .woocommerce h2:after,
.themecolor-green .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-green.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-green.woocommerce #review_form #respond .form-submit input,
.themecolor-green.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-green.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-green.woocommerce .tzBestSell_button a:hover,
.themecolor-green .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-green #jpreBar,
.themecolor-green .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-green .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-green .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-green .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-green .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-green .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-green .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-green .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-green .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-green .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-green .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #53c6a9 !important;
}
.themecolor-green .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-green .tz_box_event_content h2,
.themecolor-green .tz_btn_ticket a,
.themecolor-green .slides-pagination a,
.themecolor-green a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-green .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-green .tz_member_meetup .tz_text_hover_speaker,
.themecolor-green .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-green .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-green .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-green .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-green .mcolor-button.subscribe,
.themecolor-green .ares .tp-bullet,
.themecolor-green .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-green .tp-caption.tz_btn_revolution,
.themecolor-green .tz_btn_revolution,
.themecolor-green a.tz_upcoming_event,
.themecolor-green a.btn_link_features_event,
.themecolor-green .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-green .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-green .our_speakers_content .Gallery_thub li a:hover,
.themecolor-green .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-green .tz_thumb_navigation_box:hover,
.themecolor-green .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-green .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-green .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-green .tz-sectionBreadcrumb-shop,
.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-green .woocommerce a.remove:hover,
.themecolor-green .tz_status_product.tz_status_product_sale:after,
.themecolor-green .tzquick-view:after,
.themecolor-green .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-green .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-green span.tz_pricing_btn,
.themecolor-green .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-green .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-green .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-green #tribe-events .tribe-events-button,
.themecolor-green .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-green .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-green .detail_speakers_slider_socials a:hover,
.themecolor-green .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-green .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-green .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-green .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-green .tz-blogDefault .wp-pagenavi span.current,
.themecolor-green .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-green .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-green.woocommerce .tzBestSell_button a:hover,
.themecolor-green .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-green .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-green .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-green .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-green .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-green .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #53c6a9 !important;
}

/* color */
.themecolor-green .tz_btn_ticket a, .themecolor-green .tz_btn_ticket .slides-pagination a, .themecolor-green span.tz_meetup_video_sub_title, .themecolor-green .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-green .tzCounter_type .tz-counter-font i.fa, .themecolor-green .tzCounter_type p.tz-counter-title, .themecolor-green .tz_box_event_meetup h3, .themecolor-green .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-green .tz_event_time span,
.themecolor-green .tz_meetup_title_content p span a,
.themecolor-green .TzContactInfo li a,
.themecolor-green .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-green .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-green .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-green .tz_font_style_revo_list i,
.themecolor-green .cart_form a span,
.themecolor-green .tzContact_2_content h3,
.themecolor-green .tz_footer_social_network ul li a:hover,
.themecolor-green .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-green .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-green .our_speakers_slider .lSAction .lSNext:after,
.themecolor-green .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-green .tz_single_feature_event_meta span a,
.themecolor-green .tz_single_feature_event_meta ul li i.fa,
.themecolor-green .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-green .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-green .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-green .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-green .slides-navigation a:hover,
.themecolor-green .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-green .woocommerce a.remove,
.themecolor-green .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-green .switch_btn_click.switch_btn_click_active,
.themecolor-green .switch_btn_click:hover,
.themecolor-green .yith-wcwl-add-button > a i,
.themecolor-green .yith-wcwl-add-button > a:hover i,
.themecolor-green .tzProduct-price span.price,
.themecolor-green.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-green.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-green .tz_breadcrumb_single_cat_title h4 a,
.themecolor-green .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-green .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-green .tribe-events-month-event-title a,
.themecolor-green ul.tribe-events-sub-nav a:hover,
.themecolor-green .tribe-events-event-categories a,
.themecolor-green .tribe-events-address a,
.themecolor-green .tz_single_feature_event_meta_group span a,
.themecolor-green .tribe-organizer-url a,
.themecolor-green .tribe-address a,
.themecolor-green .pgthumb .back a:hover,
.themecolor-green .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-green .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-green .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-green .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-green .tz_custom_style_text h3 span,
.themecolor-green h4.tz_modal_name,
.themecolor-green .tz_modal_speakers_social a:hover,
.themecolor-green .ezcol strong span,
.themecolor-green .ezcol span strong,
.themecolor-green .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-green .tz-md-close em,
.themecolor-green .tzTwitter-item span.tweet_text a,
.themecolor-green a.tz_upcoming_event,
.themecolor-green .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-green .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-green .tz-sidebar aside.widget ul li:hover a,
.themecolor-green #tribe-events-content .tribe-events-tooltip h4,
.themecolor-green .tz_breadcrumb_shop h4 a,
.themecolor-green .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-green .tzdelete-quick i.fa,
.themecolor-green .product-quick-content .tz-entry-summary .price span,
.themecolor-green .product_meta .posted_in a,
.themecolor-green .product_meta .tagged_as a,
.themecolor-green .sidebar_archive_product_click:hover,
.themecolor-green .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-green.woocommerce .star-rating span,
.themecolor-green .tzShop_itemInfo .tzprice span.amount,
.themecolor-green.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-green .page-numbers,
.themecolor-green .tzcopyright a,
.themecolor-green.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-green .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-green .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-green .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-green .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-green .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-green .tz_home_slider_meetup .tz_loca_date i,
.themecolor-green .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-green .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-green .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-green .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-green .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-green .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-green .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-green .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #53c6a9 !important;
}
.themecolor-green .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-green .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-green .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-green .tz_maniva_meetup_title_type4 h3:after,
.themecolor-green .vc_tta-container .vc_tta-panel-title,
.themecolor-green .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #53c6a9 !important;
}
/*background white*/
.themecolor-green a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-green .mcolor-button.subscribe:hover,
.themecolor-green .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-green .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-green .tz_btn_ticket a:hover,
.themecolor-green .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-green .livedemo .tzButton-Config i {
    color: #53c6a9 !important;
}

.themecolor-green .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-green .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #53c6a9 !important;
}

.themecolor-green a.btn_link_features_event:hover,
.themecolor-green .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-green #tribe-events .tribe-events-button:hover,
.themecolor-green #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-green .tz_btn_video_meetup.tz_meetup_default,
.themecolor-green .tp-caption.tz_btn_revolution:hover,
.themecolor-green .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-green .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #53c6a9 !important;
}

.themecolor-green .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-green .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-green .tzRow_ArrowType4,
.themecolor-green.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #53c6a9 !important;
}

.themecolor-green a.tz_btn_video_meetup:hover,
.themecolor-green a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-green .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-green .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* ORANGE .themecolor-orange color: #e45914!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-orange .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-orange .tz_btn_ticket a:hover,
.themecolor-orange .slides-pagination a.current,
.themecolor-orange .slides-pagination a:hover,
.themecolor-orange a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-orange .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-orange .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-orange .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-orange .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-orange .tz_member_meetup .tz_text_hover_speaker,
.themecolor-orange .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-orange .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-orange .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-orange .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-orange .vc_custom_1469090405815,
.themecolor-orange .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-orange .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-orange .tz_register_meetup_pricing_item_price,
.themecolor-orange .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-orange .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-orange .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-orange .mcolor-button.subscribe,
.themecolor-orange .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-orange .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-orange .tz-homeType1 .tz_meetup_header_option,
.themecolor-orange .ares .tp-bullet:hover,
.themecolor-orange .ares .tp-bullet.selected,
.themecolor-orange .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-orange .ares .tp-bullet-title,
.themecolor-orange .vc_custom_1469091953252,
.themecolor-orange .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-orange .tzContact_2_content p span.tz_fa_icon,
.themecolor-orange .tz_font_style_slider_revo:after,
.themecolor-orange .tp-caption.tz_btn_revolution,
.themecolor-orange .tz_btn_revolution,
.themecolor-orange .tz_font_style_slider_revo_title_list:after,
.themecolor-orange .tz_features_event_box .excerpt:after,
.themecolor-orange a.btn_link_features_event,
.themecolor-orange .tz_features_count_event,
.themecolor-orange .tz_features_count_event .container,
.themecolor-orange .vc_custom_1485251069497,
.themecolor-orange p.sub_title_slider_speakers:after,
.themecolor-orange .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-orange .vc_custom_1485157516470,
.themecolor-orange .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-orange a.slide_event_link,
.themecolor-orange .tz_slide_event_cost,
.themecolor-orange .vc_custom_1485167295424,
.themecolor-orange a.tz_event_buy_ticket,
.themecolor-orange .tz_testimonials_item_box h4:after,
.themecolor-orange .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-orange .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-orange .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-orange .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-orange .vc_custom_1469091651299,
.themecolor-orange .vc_custom_1469092697226,
.themecolor-orange .vc_custom_1469092398056,
.themecolor-orange .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-orange .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-orange aside.widget h3.module-title:before,
.themecolor-orange a.tz-shop-cart span,
.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-orange .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-orange .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-orange .tzquick-view,
.themecolor-orange .yith-wcwl-wishlistexistsbrowse a,
.themecolor-orange .tz_status_product.tz_status_product_sale,
.themecolor-orange .yith-wcwl-wishlistaddedbrowse a,
.themecolor-orange span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-orange .tribe-events-calendar thead th,
.themecolor-orange #tribe-events .tribe-events-button,
.themecolor-orange #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-orange #plusgallery8 .back,
.themecolor-orange body #pgzoomview.plusgallery8 a:hover,
.themecolor-orange .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-orange .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-orange .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-orange .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-orange .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-orange .tzSection-Buynow .tzButton-buy,
.themecolor-orange .btn_slider_view_link:hover,
.themecolor-orange .tz-backtotop-icon,
.themecolor-orange .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-orange .detail_speakers_slider_socials a:hover,
.themecolor-orange aside.widget .tagcloud a:hover,
.themecolor-orange .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-orange .tz-blogDefault .wp-pagenavi span.current,
.themecolor-orange .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-orange .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-orange .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-orange .woocommerce h2:after,
.themecolor-orange .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-orange.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-orange.woocommerce #review_form #respond .form-submit input,
.themecolor-orange.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-orange.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-orange.woocommerce .tzBestSell_button a:hover,
.themecolor-orange .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-orange #jpreBar,
.themecolor-orange .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-orange .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-orange .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-orange .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-orange .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-orange .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-orange .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-orange .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-orange .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-orange .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-orange .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #e45914 !important;
}
.themecolor-orange .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-orange .tz_box_event_content h2,
.themecolor-orange .tz_btn_ticket a,
.themecolor-orange .slides-pagination a,
.themecolor-orange a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-orange .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-orange .tz_member_meetup .tz_text_hover_speaker,
.themecolor-orange .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-orange .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-orange .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-orange .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-orange .mcolor-button.subscribe,
.themecolor-orange .ares .tp-bullet,
.themecolor-orange .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-orange .tp-caption.tz_btn_revolution,
.themecolor-orange .tz_btn_revolution,
.themecolor-orange a.tz_upcoming_event,
.themecolor-orange a.btn_link_features_event,
.themecolor-orange .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-orange .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-orange .our_speakers_content .Gallery_thub li a:hover,
.themecolor-orange .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-orange .tz_thumb_navigation_box:hover,
.themecolor-orange .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-orange .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-orange .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-orange .tz-sectionBreadcrumb-shop,
.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-orange .woocommerce a.remove:hover,
.themecolor-orange .tz_status_product.tz_status_product_sale:after,
.themecolor-orange .tzquick-view:after,
.themecolor-orange .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-orange .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-orange span.tz_pricing_btn,
.themecolor-orange .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-orange .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-orange .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-orange #tribe-events .tribe-events-button,
.themecolor-orange .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-orange .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-orange .detail_speakers_slider_socials a:hover,
.themecolor-orange .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-orange .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-orange .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-orange .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-orange .tz-blogDefault .wp-pagenavi span.current,
.themecolor-orange .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-orange .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-orange.woocommerce .tzBestSell_button a:hover,
.themecolor-orange .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-orange .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-orange .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-orange .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-orange .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-orange .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #e45914 !important;
}

/* color */
.themecolor-orange .tz_btn_ticket a, .themecolor-orange .tz_btn_ticket .slides-pagination a, .themecolor-orange span.tz_meetup_video_sub_title, .themecolor-orange .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-orange .tzCounter_type .tz-counter-font i.fa, .themecolor-orange .tzCounter_type p.tz-counter-title, .themecolor-orange .tz_box_event_meetup h3, .themecolor-orange .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-orange .tz_event_time span,
.themecolor-orange .tz_meetup_title_content p span a,
.themecolor-orange .TzContactInfo li a,
.themecolor-orange .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-orange .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-orange .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-orange .tz_font_style_revo_list i,
.themecolor-orange .cart_form a span,
.themecolor-orange .tzContact_2_content h3,
.themecolor-orange .tz_footer_social_network ul li a:hover,
.themecolor-orange .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-orange .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-orange .our_speakers_slider .lSAction .lSNext:after,
.themecolor-orange .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-orange .tz_single_feature_event_meta span a,
.themecolor-orange .tz_single_feature_event_meta ul li i.fa,
.themecolor-orange .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-orange .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-orange .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-orange .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-orange .slides-navigation a:hover,
.themecolor-orange .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-orange .woocommerce a.remove,
.themecolor-orange .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-orange .switch_btn_click.switch_btn_click_active,
.themecolor-orange .switch_btn_click:hover,
.themecolor-orange .yith-wcwl-add-button > a i,
.themecolor-orange .yith-wcwl-add-button > a:hover i,
.themecolor-orange .tzProduct-price span.price,
.themecolor-orange.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-orange.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-orange .tz_breadcrumb_single_cat_title h4 a,
.themecolor-orange .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-orange .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-orange .tribe-events-month-event-title a,
.themecolor-orange ul.tribe-events-sub-nav a:hover,
.themecolor-orange .tribe-events-event-categories a,
.themecolor-orange .tribe-events-address a,
.themecolor-orange .tz_single_feature_event_meta_group span a,
.themecolor-orange .tribe-organizer-url a,
.themecolor-orange .tribe-address a,
.themecolor-orange .pgthumb .back a:hover,
.themecolor-orange .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-orange .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-orange .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-orange .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-orange .tz_custom_style_text h3 span,
.themecolor-orange h4.tz_modal_name,
.themecolor-orange .tz_modal_speakers_social a:hover,
.themecolor-orange .ezcol strong span,
.themecolor-orange .ezcol span strong,
.themecolor-orange .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-orange .tz-md-close em,
.themecolor-orange .tzTwitter-item span.tweet_text a,
.themecolor-orange a.tz_upcoming_event,
.themecolor-orange .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-orange .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-orange .tz-sidebar aside.widget ul li:hover a,
.themecolor-orange #tribe-events-content .tribe-events-tooltip h4,
.themecolor-orange .tz_breadcrumb_shop h4 a,
.themecolor-orange .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-orange .tzdelete-quick i.fa,
.themecolor-orange .product-quick-content .tz-entry-summary .price span,
.themecolor-orange .product_meta .posted_in a,
.themecolor-orange .product_meta .tagged_as a,
.themecolor-orange .sidebar_archive_product_click:hover,
.themecolor-orange .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-orange.woocommerce .star-rating span,
.themecolor-orange .tzShop_itemInfo .tzprice span.amount,
.themecolor-orange.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-orange .page-numbers,
.themecolor-orange .tzcopyright a,
.themecolor-orange.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-orange .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-orange .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-orange .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-orange .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-orange .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-orange .tz_home_slider_meetup .tz_loca_date i,
.themecolor-orange .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-orange .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-orange .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-orange .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-orange .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-orange .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-orange .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-orange .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #e45914 !important;
}
.themecolor-orange .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-orange .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-orange .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-orange .tz_maniva_meetup_title_type4 h3:after,
.themecolor-orange .vc_tta-container .vc_tta-panel-title,
.themecolor-orange .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #e45914 !important;
}
/*background white*/
.themecolor-orange a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-orange .mcolor-button.subscribe:hover,
.themecolor-orange .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-orange .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-orange .tz_btn_ticket a:hover,
.themecolor-orange .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-orange .livedemo .tzButton-Config i {
    color: #e45914 !important;
}

.themecolor-orange .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-orange .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #e45914 !important;
}

.themecolor-orange a.btn_link_features_event:hover,
.themecolor-orange .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-orange #tribe-events .tribe-events-button:hover,
.themecolor-orange #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-orange .tz_btn_video_meetup.tz_meetup_default,
.themecolor-orange .tp-caption.tz_btn_revolution:hover,
.themecolor-orange .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-orange .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #e45914 !important;
}

.themecolor-orange .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-orange .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-orange .tzRow_ArrowType4,
.themecolor-orange.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #e45914 !important;
}

.themecolor-orange a.tz_btn_video_meetup:hover,
.themecolor-orange a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-orange .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-orange .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* PINK .themecolor-pink color: #e80f60!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-pink .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-pink .tz_btn_ticket a:hover,
.themecolor-pink .slides-pagination a.current,
.themecolor-pink .slides-pagination a:hover,
.themecolor-pink a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-pink .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-pink .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-pink .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-pink .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-pink .tz_member_meetup .tz_text_hover_speaker,
.themecolor-pink .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-pink .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-pink .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-pink .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-pink .vc_custom_1469090405815,
.themecolor-pink .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-pink .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-pink .tz_register_meetup_pricing_item_price,
.themecolor-pink .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-pink .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-pink .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-pink .mcolor-button.subscribe,
.themecolor-pink .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-pink .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-pink .tz-homeType1 .tz_meetup_header_option,
.themecolor-pink .ares .tp-bullet:hover,
.themecolor-pink .ares .tp-bullet.selected,
.themecolor-pink .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-pink .ares .tp-bullet-title,
.themecolor-pink .vc_custom_1469091953252,
.themecolor-pink .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-pink .tzContact_2_content p span.tz_fa_icon,
.themecolor-pink .tz_font_style_slider_revo:after,
.themecolor-pink .tp-caption.tz_btn_revolution,
.themecolor-pink .tz_btn_revolution,
.themecolor-pink .tz_font_style_slider_revo_title_list:after,
.themecolor-pink .tz_features_event_box .excerpt:after,
.themecolor-pink a.btn_link_features_event,
.themecolor-pink .tz_features_count_event,
.themecolor-pink .tz_features_count_event .container,
.themecolor-pink .vc_custom_1485251069497,
.themecolor-pink p.sub_title_slider_speakers:after,
.themecolor-pink .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-pink .vc_custom_1485157516470,
.themecolor-pink .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-pink a.slide_event_link,
.themecolor-pink .tz_slide_event_cost,
.themecolor-pink .vc_custom_1485167295424,
.themecolor-pink a.tz_event_buy_ticket,
.themecolor-pink .tz_testimonials_item_box h4:after,
.themecolor-pink .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-pink .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-pink .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-pink .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-pink .vc_custom_1469091651299,
.themecolor-pink .vc_custom_1469092697226,
.themecolor-pink .vc_custom_1469092398056,
.themecolor-pink .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-pink .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-pink aside.widget h3.module-title:before,
.themecolor-pink a.tz-shop-cart span,
.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-pink .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-pink .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-pink .tzquick-view,
.themecolor-pink .yith-wcwl-wishlistexistsbrowse a,
.themecolor-pink .tz_status_product.tz_status_product_sale,
.themecolor-pink .yith-wcwl-wishlistaddedbrowse a,
.themecolor-pink span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-pink .tribe-events-calendar thead th,
.themecolor-pink #tribe-events .tribe-events-button,
.themecolor-pink #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-pink #plusgallery8 .back,
.themecolor-pink body #pgzoomview.plusgallery8 a:hover,
.themecolor-pink .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-pink .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-pink .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-pink .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-pink .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-pink .tzSection-Buynow .tzButton-buy,
.themecolor-pink .btn_slider_view_link:hover,
.themecolor-pink .tz-backtotop-icon,
.themecolor-pink .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-pink .detail_speakers_slider_socials a:hover,
.themecolor-pink aside.widget .tagcloud a:hover,
.themecolor-pink .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-pink .tz-blogDefault .wp-pagenavi span.current,
.themecolor-pink .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-pink .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-pink .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-pink .woocommerce h2:after,
.themecolor-pink .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-pink.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-pink.woocommerce #review_form #respond .form-submit input,
.themecolor-pink.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-pink.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-pink.woocommerce .tzBestSell_button a:hover,
.themecolor-pink .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-pink #jpreBar,
.themecolor-pink .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-pink .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-pink .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-pink .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-pink .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-pink .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-pink .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-pink .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-pink .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-pink .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-pink .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #e80f60 !important;
}
.themecolor-pink .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-pink .tz_box_event_content h2,
.themecolor-pink .tz_btn_ticket a,
.themecolor-pink .slides-pagination a,
.themecolor-pink a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-pink .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-pink .tz_member_meetup .tz_text_hover_speaker,
.themecolor-pink .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-pink .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-pink .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-pink .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-pink .mcolor-button.subscribe,
.themecolor-pink .ares .tp-bullet,
.themecolor-pink .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-pink .tp-caption.tz_btn_revolution,
.themecolor-pink .tz_btn_revolution,
.themecolor-pink a.tz_upcoming_event,
.themecolor-pink a.btn_link_features_event,
.themecolor-pink .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-pink .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-pink .our_speakers_content .Gallery_thub li a:hover,
.themecolor-pink .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-pink .tz_thumb_navigation_box:hover,
.themecolor-pink .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-pink .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-pink .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-pink .tz-sectionBreadcrumb-shop,
.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-pink .woocommerce a.remove:hover,
.themecolor-pink .tz_status_product.tz_status_product_sale:after,
.themecolor-pink .tzquick-view:after,
.themecolor-pink .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-pink .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-pink span.tz_pricing_btn,
.themecolor-pink .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-pink .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-pink .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-pink #tribe-events .tribe-events-button,
.themecolor-pink .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-pink .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-pink .detail_speakers_slider_socials a:hover,
.themecolor-pink .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-pink .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-pink .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-pink .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-pink .tz-blogDefault .wp-pagenavi span.current,
.themecolor-pink .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-pink .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-pink.woocommerce .tzBestSell_button a:hover,
.themecolor-pink .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-pink .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-pink .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-pink .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-pink .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-pink .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #e80f60 !important;
}

/* color */
.themecolor-pink .tz_btn_ticket a, .themecolor-pink .tz_btn_ticket .slides-pagination a, .themecolor-pink span.tz_meetup_video_sub_title, .themecolor-pink .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-pink .tzCounter_type .tz-counter-font i.fa, .themecolor-pink .tzCounter_type p.tz-counter-title, .themecolor-pink .tz_box_event_meetup h3, .themecolor-pink .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-pink .tz_event_time span,
.themecolor-pink .tz_meetup_title_content p span a,
.themecolor-pink .TzContactInfo li a,
.themecolor-pink .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-pink .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-pink .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-pink .tz_font_style_revo_list i,
.themecolor-pink .cart_form a span,
.themecolor-pink .tzContact_2_content h3,
.themecolor-pink .tz_footer_social_network ul li a:hover,
.themecolor-pink .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-pink .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-pink .our_speakers_slider .lSAction .lSNext:after,
.themecolor-pink .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-pink .tz_single_feature_event_meta span a,
.themecolor-pink .tz_single_feature_event_meta ul li i.fa,
.themecolor-pink .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-pink .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-pink .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-pink .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-pink .slides-navigation a:hover,
.themecolor-pink .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-pink .woocommerce a.remove,
.themecolor-pink .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-pink .switch_btn_click.switch_btn_click_active,
.themecolor-pink .switch_btn_click:hover,
.themecolor-pink .yith-wcwl-add-button > a i,
.themecolor-pink .yith-wcwl-add-button > a:hover i,
.themecolor-pink .tzProduct-price span.price,
.themecolor-pink.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-pink.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-pink .tz_breadcrumb_single_cat_title h4 a,
.themecolor-pink .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-pink .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-pink .tribe-events-month-event-title a,
.themecolor-pink ul.tribe-events-sub-nav a:hover,
.themecolor-pink .tribe-events-event-categories a,
.themecolor-pink .tribe-events-address a,
.themecolor-pink .tz_single_feature_event_meta_group span a,
.themecolor-pink .tribe-organizer-url a,
.themecolor-pink .tribe-address a,
.themecolor-pink .pgthumb .back a:hover,
.themecolor-pink .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-pink .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-pink .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-pink .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-pink .tz_custom_style_text h3 span,
.themecolor-pink h4.tz_modal_name,
.themecolor-pink .tz_modal_speakers_social a:hover,
.themecolor-pink .ezcol strong span,
.themecolor-pink .ezcol span strong,
.themecolor-pink .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-pink .tz-md-close em,
.themecolor-pink .tzTwitter-item span.tweet_text a,
.themecolor-pink a.tz_upcoming_event,
.themecolor-pink .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-pink .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-pink .tz-sidebar aside.widget ul li:hover a,
.themecolor-pink #tribe-events-content .tribe-events-tooltip h4,
.themecolor-pink .tz_breadcrumb_shop h4 a,
.themecolor-pink .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-pink .tzdelete-quick i.fa,
.themecolor-pink .product-quick-content .tz-entry-summary .price span,
.themecolor-pink .product_meta .posted_in a,
.themecolor-pink .product_meta .tagged_as a,
.themecolor-pink .sidebar_archive_product_click:hover,
.themecolor-pink .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-pink.woocommerce .star-rating span,
.themecolor-pink .tzShop_itemInfo .tzprice span.amount,
.themecolor-pink.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-pink .page-numbers,
.themecolor-pink .tzcopyright a,
.themecolor-pink.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-pink .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-pink .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-pink .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-pink .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-pink .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-pink .tz_home_slider_meetup .tz_loca_date i,
.themecolor-pink .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-pink .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-pink .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-pink .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-pink .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-pink .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-pink .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-pink .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #e80f60 !important;
}
.themecolor-pink .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-pink .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-pink .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-pink .tz_maniva_meetup_title_type4 h3:after,
.themecolor-pink .vc_tta-container .vc_tta-panel-title,
.themecolor-pink .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #e80f60 !important;
}
/*background white*/
.themecolor-pink a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-pink .mcolor-button.subscribe:hover,
.themecolor-pink .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-pink .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-pink .tz_btn_ticket a:hover,
.themecolor-pink .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-pink .livedemo .tzButton-Config i {
    color: #e80f60 !important;
}

.themecolor-pink .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-pink .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #e80f60 !important;
}

.themecolor-pink a.btn_link_features_event:hover,
.themecolor-pink .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-pink #tribe-events .tribe-events-button:hover,
.themecolor-pink #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-pink .tz_btn_video_meetup.tz_meetup_default,
.themecolor-pink .tp-caption.tz_btn_revolution:hover,
.themecolor-pink .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-pink .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #e80f60 !important;
}

.themecolor-pink .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-pink .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-pink .tzRow_ArrowType4,
.themecolor-pink.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #e80f60 !important;
}

.themecolor-pink a.tz_btn_video_meetup:hover,
.themecolor-pink a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-pink .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-pink .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* limegreen .themecolor-limegreen color: #77be32!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-limegreen .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-limegreen .tz_btn_ticket a:hover,
.themecolor-limegreen .slides-pagination a.current,
.themecolor-limegreen .slides-pagination a:hover,
.themecolor-limegreen a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-limegreen .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-limegreen .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-limegreen .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-limegreen .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-limegreen .tz_member_meetup .tz_text_hover_speaker,
.themecolor-limegreen .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-limegreen .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-limegreen .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-limegreen .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-limegreen .vc_custom_1469090405815,
.themecolor-limegreen .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-limegreen .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-limegreen .tz_register_meetup_pricing_item_price,
.themecolor-limegreen .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-limegreen .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-limegreen .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-limegreen .mcolor-button.subscribe,
.themecolor-limegreen .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-limegreen .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-limegreen .tz-homeType1 .tz_meetup_header_option,
.themecolor-limegreen .ares .tp-bullet:hover,
.themecolor-limegreen .ares .tp-bullet.selected,
.themecolor-limegreen .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-limegreen .ares .tp-bullet-title,
.themecolor-limegreen .vc_custom_1469091953252,
.themecolor-limegreen .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-limegreen .tzContact_2_content p span.tz_fa_icon,
.themecolor-limegreen .tz_font_style_slider_revo:after,
.themecolor-limegreen .tp-caption.tz_btn_revolution,
.themecolor-limegreen .tz_btn_revolution,
.themecolor-limegreen .tz_font_style_slider_revo_title_list:after,
.themecolor-limegreen .tz_features_event_box .excerpt:after,
.themecolor-limegreen a.btn_link_features_event,
.themecolor-limegreen .tz_features_count_event,
.themecolor-limegreen .tz_features_count_event .container,
.themecolor-limegreen .vc_custom_1485251069497,
.themecolor-limegreen p.sub_title_slider_speakers:after,
.themecolor-limegreen .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-limegreen .vc_custom_1485157516470,
.themecolor-limegreen .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-limegreen a.slide_event_link,
.themecolor-limegreen .tz_slide_event_cost,
.themecolor-limegreen .vc_custom_1485167295424,
.themecolor-limegreen a.tz_event_buy_ticket,
.themecolor-limegreen .tz_testimonials_item_box h4:after,
.themecolor-limegreen .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-limegreen .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-limegreen .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-limegreen .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-limegreen .vc_custom_1469091651299,
.themecolor-limegreen .vc_custom_1469092697226,
.themecolor-limegreen .vc_custom_1469092398056,
.themecolor-limegreen .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-limegreen .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-limegreen aside.widget h3.module-title:before,
.themecolor-limegreen a.tz-shop-cart span,
.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-limegreen .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-limegreen .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-limegreen .tzquick-view,
.themecolor-limegreen .yith-wcwl-wishlistexistsbrowse a,
.themecolor-limegreen .tz_status_product.tz_status_product_sale,
.themecolor-limegreen .yith-wcwl-wishlistaddedbrowse a,
.themecolor-limegreen span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-limegreen .tribe-events-calendar thead th,
.themecolor-limegreen #tribe-events .tribe-events-button,
.themecolor-limegreen #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-limegreen #plusgallery8 .back,
.themecolor-limegreen body #pgzoomview.plusgallery8 a:hover,
.themecolor-limegreen .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-limegreen .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-limegreen .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-limegreen .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-limegreen .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-limegreen .tzSection-Buynow .tzButton-buy,
.themecolor-limegreen .btn_slider_view_link:hover,
.themecolor-limegreen .tz-backtotop-icon,
.themecolor-limegreen .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-limegreen .detail_speakers_slider_socials a:hover,
.themecolor-limegreen aside.widget .tagcloud a:hover,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi span.current,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-limegreen .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-limegreen .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-limegreen .woocommerce h2:after,
.themecolor-limegreen .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-limegreen.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-limegreen.woocommerce #review_form #respond .form-submit input,
.themecolor-limegreen.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-limegreen.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-limegreen.woocommerce .tzBestSell_button a:hover,
.themecolor-limegreen .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-limegreen #jpreBar,
.themecolor-limegreen .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-limegreen .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-limegreen .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-limegreen .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-limegreen .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-limegreen .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-limegreen .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-limegreen .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-limegreen .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-limegreen .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-limegreen .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #77be32 !important;
}
.themecolor-limegreen .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-limegreen .tz_box_event_content h2,
.themecolor-limegreen .tz_btn_ticket a,
.themecolor-limegreen .slides-pagination a,
.themecolor-limegreen a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-limegreen .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-limegreen .tz_member_meetup .tz_text_hover_speaker,
.themecolor-limegreen .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-limegreen .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-limegreen .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-limegreen .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-limegreen .mcolor-button.subscribe,
.themecolor-limegreen .ares .tp-bullet,
.themecolor-limegreen .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-limegreen .tp-caption.tz_btn_revolution,
.themecolor-limegreen .tz_btn_revolution,
.themecolor-limegreen a.tz_upcoming_event,
.themecolor-limegreen a.btn_link_features_event,
.themecolor-limegreen .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-limegreen .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-limegreen .our_speakers_content .Gallery_thub li a:hover,
.themecolor-limegreen .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-limegreen .tz_thumb_navigation_box:hover,
.themecolor-limegreen .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-limegreen .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-limegreen .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-limegreen .tz-sectionBreadcrumb-shop,
.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-limegreen .woocommerce a.remove:hover,
.themecolor-limegreen .tz_status_product.tz_status_product_sale:after,
.themecolor-limegreen .tzquick-view:after,
.themecolor-limegreen .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-limegreen .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-limegreen span.tz_pricing_btn,
.themecolor-limegreen .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-limegreen .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-limegreen .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-limegreen #tribe-events .tribe-events-button,
.themecolor-limegreen .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-limegreen .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-limegreen .detail_speakers_slider_socials a:hover,
.themecolor-limegreen .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-limegreen .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-limegreen .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-limegreen .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi span.current,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-limegreen .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-limegreen.woocommerce .tzBestSell_button a:hover,
.themecolor-limegreen .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-limegreen .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-limegreen .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-limegreen .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-limegreen .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-limegreen .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #77be32 !important;
}

/* color */
.themecolor-limegreen .tz_btn_ticket a, .themecolor-limegreen .tz_btn_ticket .slides-pagination a, .themecolor-limegreen span.tz_meetup_video_sub_title, .themecolor-limegreen .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-limegreen .tzCounter_type .tz-counter-font i.fa, .themecolor-limegreen .tzCounter_type p.tz-counter-title, .themecolor-limegreen .tz_box_event_meetup h3, .themecolor-limegreen .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-limegreen .tz_event_time span,
.themecolor-limegreen .tz_meetup_title_content p span a,
.themecolor-limegreen .TzContactInfo li a,
.themecolor-limegreen .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-limegreen .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-limegreen .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-limegreen .tz_font_style_revo_list i,
.themecolor-limegreen .cart_form a span,
.themecolor-limegreen .tzContact_2_content h3,
.themecolor-limegreen .tz_footer_social_network ul li a:hover,
.themecolor-limegreen .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-limegreen .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-limegreen .our_speakers_slider .lSAction .lSNext:after,
.themecolor-limegreen .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-limegreen .tz_single_feature_event_meta span a,
.themecolor-limegreen .tz_single_feature_event_meta ul li i.fa,
.themecolor-limegreen .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-limegreen .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-limegreen .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-limegreen .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-limegreen .slides-navigation a:hover,
.themecolor-limegreen .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-limegreen .woocommerce a.remove,
.themecolor-limegreen .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-limegreen .switch_btn_click.switch_btn_click_active,
.themecolor-limegreen .switch_btn_click:hover,
.themecolor-limegreen .yith-wcwl-add-button > a i,
.themecolor-limegreen .yith-wcwl-add-button > a:hover i,
.themecolor-limegreen .tzProduct-price span.price,
.themecolor-limegreen.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-limegreen.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-limegreen .tz_breadcrumb_single_cat_title h4 a,
.themecolor-limegreen .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-limegreen .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-limegreen .tribe-events-month-event-title a,
.themecolor-limegreen ul.tribe-events-sub-nav a:hover,
.themecolor-limegreen .tribe-events-event-categories a,
.themecolor-limegreen .tribe-events-address a,
.themecolor-limegreen .tz_single_feature_event_meta_group span a,
.themecolor-limegreen .tribe-organizer-url a,
.themecolor-limegreen .tribe-address a,
.themecolor-limegreen .pgthumb .back a:hover,
.themecolor-limegreen .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-limegreen .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-limegreen .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-limegreen .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-limegreen .tz_custom_style_text h3 span,
.themecolor-limegreen h4.tz_modal_name,
.themecolor-limegreen .tz_modal_speakers_social a:hover,
.themecolor-limegreen .ezcol strong span,
.themecolor-limegreen .ezcol span strong,
.themecolor-limegreen .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-limegreen .tz-md-close em,
.themecolor-limegreen .tzTwitter-item span.tweet_text a,
.themecolor-limegreen a.tz_upcoming_event,
.themecolor-limegreen .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-limegreen .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-limegreen .tz-sidebar aside.widget ul li:hover a,
.themecolor-limegreen #tribe-events-content .tribe-events-tooltip h4,
.themecolor-limegreen .tz_breadcrumb_shop h4 a,
.themecolor-limegreen .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-limegreen .tzdelete-quick i.fa,
.themecolor-limegreen .product-quick-content .tz-entry-summary .price span,
.themecolor-limegreen .product_meta .posted_in a,
.themecolor-limegreen .product_meta .tagged_as a,
.themecolor-limegreen .sidebar_archive_product_click:hover,
.themecolor-limegreen .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-limegreen.woocommerce .star-rating span,
.themecolor-limegreen .tzShop_itemInfo .tzprice span.amount,
.themecolor-limegreen.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-limegreen .page-numbers,
.themecolor-limegreen .tzcopyright a,
.themecolor-limegreen.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-limegreen .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-limegreen .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-limegreen .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-limegreen .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-limegreen .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-limegreen .tz_home_slider_meetup .tz_loca_date i,
.themecolor-limegreen .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-limegreen .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-limegreen .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-limegreen .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-limegreen .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-limegreen .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-limegreen .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-limegreen .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #77be32 !important;
}
.themecolor-limegreen .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-limegreen .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-limegreen .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-limegreen .tz_maniva_meetup_title_type4 h3:after,
.themecolor-limegreen .vc_tta-container .vc_tta-panel-title,
.themecolor-limegreen .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #77be32 !important;
}
/*background white*/
.themecolor-limegreen a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-limegreen .mcolor-button.subscribe:hover,
.themecolor-limegreen .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-limegreen .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-limegreen .tz_btn_ticket a:hover,
.themecolor-limegreen .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-limegreen .livedemo .tzButton-Config i {
    color: #77be32 !important;
}

.themecolor-limegreen .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-limegreen .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #77be32 !important;
}

.themecolor-limegreen a.btn_link_features_event:hover,
.themecolor-limegreen .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-limegreen #tribe-events .tribe-events-button:hover,
.themecolor-limegreen #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-limegreen .tz_btn_video_meetup.tz_meetup_default,
.themecolor-limegreen .tp-caption.tz_btn_revolution:hover,
.themecolor-limegreen .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-limegreen .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #77be32 !important;
}

.themecolor-limegreen .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-limegreen .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-limegreen .tzRow_ArrowType4,
.themecolor-limegreen.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #77be32 !important;
}

.themecolor-limegreen a.tz_btn_video_meetup:hover,
.themecolor-limegreen a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-limegreen .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-limegreen .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* violet .themecolor-violet color: #d786fe!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-violet .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-violet .tz_btn_ticket a:hover,
.themecolor-violet .slides-pagination a.current,
.themecolor-violet .slides-pagination a:hover,
.themecolor-violet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-violet .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-violet .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-violet .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-violet .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-violet .tz_member_meetup .tz_text_hover_speaker,
.themecolor-violet .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-violet .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-violet .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-violet .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-violet .vc_custom_1469090405815,
.themecolor-violet .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-violet .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-violet .tz_register_meetup_pricing_item_price,
.themecolor-violet .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-violet .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-violet .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-violet .mcolor-button.subscribe,
.themecolor-violet .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-violet .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-violet .tz-homeType1 .tz_meetup_header_option,
.themecolor-violet .ares .tp-bullet:hover,
.themecolor-violet .ares .tp-bullet.selected,
.themecolor-violet .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-violet .ares .tp-bullet-title,
.themecolor-violet .vc_custom_1469091953252,
.themecolor-violet .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-violet .tzContact_2_content p span.tz_fa_icon,
.themecolor-violet .tz_font_style_slider_revo:after,
.themecolor-violet .tp-caption.tz_btn_revolution,
.themecolor-violet .tz_btn_revolution,
.themecolor-violet .tz_font_style_slider_revo_title_list:after,
.themecolor-violet .tz_features_event_box .excerpt:after,
.themecolor-violet a.btn_link_features_event,
.themecolor-violet .tz_features_count_event,
.themecolor-violet .tz_features_count_event .container,
.themecolor-violet .vc_custom_1485251069497,
.themecolor-violet p.sub_title_slider_speakers:after,
.themecolor-violet .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-violet .vc_custom_1485157516470,
.themecolor-violet .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-violet a.slide_event_link,
.themecolor-violet .tz_slide_event_cost,
.themecolor-violet .vc_custom_1485167295424,
.themecolor-violet a.tz_event_buy_ticket,
.themecolor-violet .tz_testimonials_item_box h4:after,
.themecolor-violet .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-violet .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-violet .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-violet .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-violet .vc_custom_1469091651299,
.themecolor-violet .vc_custom_1469092697226,
.themecolor-violet .vc_custom_1469092398056,
.themecolor-violet .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-violet .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-violet aside.widget h3.module-title:before,
.themecolor-violet a.tz-shop-cart span,
.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-violet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-violet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-violet .tzquick-view,
.themecolor-violet .yith-wcwl-wishlistexistsbrowse a,
.themecolor-violet .tz_status_product.tz_status_product_sale,
.themecolor-violet .yith-wcwl-wishlistaddedbrowse a,
.themecolor-violet span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-violet .tribe-events-calendar thead th,
.themecolor-violet #tribe-events .tribe-events-button,
.themecolor-violet #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-violet #plusgallery8 .back,
.themecolor-violet body #pgzoomview.plusgallery8 a:hover,
.themecolor-violet .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-violet .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-violet .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-violet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-violet .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-violet .tzSection-Buynow .tzButton-buy,
.themecolor-violet .btn_slider_view_link:hover,
.themecolor-violet .tz-backtotop-icon,
.themecolor-violet .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-violet .detail_speakers_slider_socials a:hover,
.themecolor-violet aside.widget .tagcloud a:hover,
.themecolor-violet .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-violet .tz-blogDefault .wp-pagenavi span.current,
.themecolor-violet .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-violet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-violet .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-violet .woocommerce h2:after,
.themecolor-violet .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-violet.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-violet.woocommerce #review_form #respond .form-submit input,
.themecolor-violet.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-violet.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-violet.woocommerce .tzBestSell_button a:hover,
.themecolor-violet .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-violet #jpreBar,
.themecolor-violet .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-violet .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-violet .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-violet .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-violet .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-violet .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-violet .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-violet .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-violet .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-violet .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-violet .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #d786fe !important;
}
.themecolor-violet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-violet .tz_box_event_content h2,
.themecolor-violet .tz_btn_ticket a,
.themecolor-violet .slides-pagination a,
.themecolor-violet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-violet .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-violet .tz_member_meetup .tz_text_hover_speaker,
.themecolor-violet .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-violet .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-violet .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-violet .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-violet .mcolor-button.subscribe,
.themecolor-violet .ares .tp-bullet,
.themecolor-violet .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-violet .tp-caption.tz_btn_revolution,
.themecolor-violet .tz_btn_revolution,
.themecolor-violet a.tz_upcoming_event,
.themecolor-violet a.btn_link_features_event,
.themecolor-violet .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-violet .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-violet .our_speakers_content .Gallery_thub li a:hover,
.themecolor-violet .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-violet .tz_thumb_navigation_box:hover,
.themecolor-violet .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-violet .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-violet .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-violet .tz-sectionBreadcrumb-shop,
.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-violet .woocommerce a.remove:hover,
.themecolor-violet .tz_status_product.tz_status_product_sale:after,
.themecolor-violet .tzquick-view:after,
.themecolor-violet .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-violet .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-violet span.tz_pricing_btn,
.themecolor-violet .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-violet .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-violet .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-violet #tribe-events .tribe-events-button,
.themecolor-violet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-violet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-violet .detail_speakers_slider_socials a:hover,
.themecolor-violet .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-violet .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-violet .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-violet .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-violet .tz-blogDefault .wp-pagenavi span.current,
.themecolor-violet .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-violet .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-violet.woocommerce .tzBestSell_button a:hover,
.themecolor-violet .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-violet .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-violet .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-violet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-violet .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-violet .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #d786fe !important;
}

/* color */
.themecolor-violet .tz_btn_ticket a, .themecolor-violet .tz_btn_ticket .slides-pagination a, .themecolor-violet span.tz_meetup_video_sub_title, .themecolor-violet .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-violet .tzCounter_type .tz-counter-font i.fa, .themecolor-violet .tzCounter_type p.tz-counter-title, .themecolor-violet .tz_box_event_meetup h3, .themecolor-violet .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-violet .tz_event_time span,
.themecolor-violet .tz_meetup_title_content p span a,
.themecolor-violet .TzContactInfo li a,
.themecolor-violet .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-violet .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-violet .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-violet .tz_font_style_revo_list i,
.themecolor-violet .cart_form a span,
.themecolor-violet .tzContact_2_content h3,
.themecolor-violet .tz_footer_social_network ul li a:hover,
.themecolor-violet .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-violet .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-violet .our_speakers_slider .lSAction .lSNext:after,
.themecolor-violet .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-violet .tz_single_feature_event_meta span a,
.themecolor-violet .tz_single_feature_event_meta ul li i.fa,
.themecolor-violet .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-violet .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-violet .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-violet .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-violet .slides-navigation a:hover,
.themecolor-violet .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-violet .woocommerce a.remove,
.themecolor-violet .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-violet .switch_btn_click.switch_btn_click_active,
.themecolor-violet .switch_btn_click:hover,
.themecolor-violet .yith-wcwl-add-button > a i,
.themecolor-violet .yith-wcwl-add-button > a:hover i,
.themecolor-violet .tzProduct-price span.price,
.themecolor-violet.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-violet.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-violet .tz_breadcrumb_single_cat_title h4 a,
.themecolor-violet .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-violet .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-violet .tribe-events-month-event-title a,
.themecolor-violet ul.tribe-events-sub-nav a:hover,
.themecolor-violet .tribe-events-event-categories a,
.themecolor-violet .tribe-events-address a,
.themecolor-violet .tz_single_feature_event_meta_group span a,
.themecolor-violet .tribe-organizer-url a,
.themecolor-violet .tribe-address a,
.themecolor-violet .pgthumb .back a:hover,
.themecolor-violet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-violet .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-violet .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-violet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-violet .tz_custom_style_text h3 span,
.themecolor-violet h4.tz_modal_name,
.themecolor-violet .tz_modal_speakers_social a:hover,
.themecolor-violet .ezcol strong span,
.themecolor-violet .ezcol span strong,
.themecolor-violet .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-violet .tz-md-close em,
.themecolor-violet .tzTwitter-item span.tweet_text a,
.themecolor-violet a.tz_upcoming_event,
.themecolor-violet .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-violet .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-violet .tz-sidebar aside.widget ul li:hover a,
.themecolor-violet #tribe-events-content .tribe-events-tooltip h4,
.themecolor-violet .tz_breadcrumb_shop h4 a,
.themecolor-violet .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-violet .tzdelete-quick i.fa,
.themecolor-violet .product-quick-content .tz-entry-summary .price span,
.themecolor-violet .product_meta .posted_in a,
.themecolor-violet .product_meta .tagged_as a,
.themecolor-violet .sidebar_archive_product_click:hover,
.themecolor-violet .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-violet.woocommerce .star-rating span,
.themecolor-violet .tzShop_itemInfo .tzprice span.amount,
.themecolor-violet.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-violet .page-numbers,
.themecolor-violet .tzcopyright a,
.themecolor-violet.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-violet .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-violet .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-violet .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-violet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-violet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-violet .tz_home_slider_meetup .tz_loca_date i,
.themecolor-violet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-violet .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-violet .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-violet .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-violet .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-violet .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-violet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-violet .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #d786fe !important;
}
.themecolor-violet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-violet .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-violet .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-violet .tz_maniva_meetup_title_type4 h3:after,
.themecolor-violet .vc_tta-container .vc_tta-panel-title,
.themecolor-violet .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #d786fe !important;
}
/*background white*/
.themecolor-violet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-violet .mcolor-button.subscribe:hover,
.themecolor-violet .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-violet .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-violet .tz_btn_ticket a:hover,
.themecolor-violet .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-violet .livedemo .tzButton-Config i {
    color: #d786fe !important;
}

.themecolor-violet .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-violet .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #d786fe !important;
}

.themecolor-violet a.btn_link_features_event:hover,
.themecolor-violet .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-violet #tribe-events .tribe-events-button:hover,
.themecolor-violet #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-violet .tz_btn_video_meetup.tz_meetup_default,
.themecolor-violet .tp-caption.tz_btn_revolution:hover,
.themecolor-violet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-violet .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #d786fe !important;
}

.themecolor-violet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-violet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-violet .tzRow_ArrowType4,
.themecolor-violet.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #d786fe !important;
}

.themecolor-violet a.tz_btn_video_meetup:hover,
.themecolor-violet a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-violet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-violet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* blueviolet .themecolor-blueviolet color: #9b59b6!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-blueviolet .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-blueviolet .tz_btn_ticket a:hover,
.themecolor-blueviolet .slides-pagination a.current,
.themecolor-blueviolet .slides-pagination a:hover,
.themecolor-blueviolet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-blueviolet .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-blueviolet .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-blueviolet .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-blueviolet .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-blueviolet .tz_member_meetup .tz_text_hover_speaker,
.themecolor-blueviolet .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-blueviolet .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-blueviolet .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-blueviolet .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-blueviolet .vc_custom_1469090405815,
.themecolor-blueviolet .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-blueviolet .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-blueviolet .tz_register_meetup_pricing_item_price,
.themecolor-blueviolet .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-blueviolet .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-blueviolet .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-blueviolet .mcolor-button.subscribe,
.themecolor-blueviolet .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-blueviolet .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-blueviolet .tz-homeType1 .tz_meetup_header_option,
.themecolor-blueviolet .ares .tp-bullet:hover,
.themecolor-blueviolet .ares .tp-bullet.selected,
.themecolor-blueviolet .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-blueviolet .ares .tp-bullet-title,
.themecolor-blueviolet .vc_custom_1469091953252,
.themecolor-blueviolet .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-blueviolet .tzContact_2_content p span.tz_fa_icon,
.themecolor-blueviolet .tz_font_style_slider_revo:after,
.themecolor-blueviolet .tp-caption.tz_btn_revolution,
.themecolor-blueviolet .tz_btn_revolution,
.themecolor-blueviolet .tz_font_style_slider_revo_title_list:after,
.themecolor-blueviolet .tz_features_event_box .excerpt:after,
.themecolor-blueviolet a.btn_link_features_event,
.themecolor-blueviolet .tz_features_count_event,
.themecolor-blueviolet .tz_features_count_event .container,
.themecolor-blueviolet .vc_custom_1485251069497,
.themecolor-blueviolet p.sub_title_slider_speakers:after,
.themecolor-blueviolet .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-blueviolet .vc_custom_1485157516470,
.themecolor-blueviolet .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-blueviolet a.slide_event_link,
.themecolor-blueviolet .tz_slide_event_cost,
.themecolor-blueviolet .vc_custom_1485167295424,
.themecolor-blueviolet a.tz_event_buy_ticket,
.themecolor-blueviolet .tz_testimonials_item_box h4:after,
.themecolor-blueviolet .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-blueviolet .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-blueviolet .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-blueviolet .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-blueviolet .vc_custom_1469091651299,
.themecolor-blueviolet .vc_custom_1469092697226,
.themecolor-blueviolet .vc_custom_1469092398056,
.themecolor-blueviolet .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-blueviolet .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-blueviolet aside.widget h3.module-title:before,
.themecolor-blueviolet a.tz-shop-cart span,
.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-blueviolet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-blueviolet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-blueviolet .tzquick-view,
.themecolor-blueviolet .yith-wcwl-wishlistexistsbrowse a,
.themecolor-blueviolet .tz_status_product.tz_status_product_sale,
.themecolor-blueviolet .yith-wcwl-wishlistaddedbrowse a,
.themecolor-blueviolet span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-blueviolet .tribe-events-calendar thead th,
.themecolor-blueviolet #tribe-events .tribe-events-button,
.themecolor-blueviolet #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-blueviolet #plusgallery8 .back,
.themecolor-blueviolet body #pgzoomview.plusgallery8 a:hover,
.themecolor-blueviolet .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-blueviolet .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-blueviolet .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blueviolet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-blueviolet .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-blueviolet .tzSection-Buynow .tzButton-buy,
.themecolor-blueviolet .btn_slider_view_link:hover,
.themecolor-blueviolet .tz-backtotop-icon,
.themecolor-blueviolet .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-blueviolet .detail_speakers_slider_socials a:hover,
.themecolor-blueviolet aside.widget .tagcloud a:hover,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi span.current,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-blueviolet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-blueviolet .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-blueviolet .woocommerce h2:after,
.themecolor-blueviolet .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-blueviolet.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-blueviolet.woocommerce #review_form #respond .form-submit input,
.themecolor-blueviolet.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blueviolet.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-blueviolet.woocommerce .tzBestSell_button a:hover,
.themecolor-blueviolet .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-blueviolet #jpreBar,
.themecolor-blueviolet .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-blueviolet .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-blueviolet .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-blueviolet .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-blueviolet .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-blueviolet .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-blueviolet .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-blueviolet .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-blueviolet .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-blueviolet .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-blueviolet .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #9b59b6 !important;
}
.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-blueviolet .tz_box_event_content h2,
.themecolor-blueviolet .tz_btn_ticket a,
.themecolor-blueviolet .slides-pagination a,
.themecolor-blueviolet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-blueviolet .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-blueviolet .tz_member_meetup .tz_text_hover_speaker,
.themecolor-blueviolet .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-blueviolet .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-blueviolet .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-blueviolet .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-blueviolet .mcolor-button.subscribe,
.themecolor-blueviolet .ares .tp-bullet,
.themecolor-blueviolet .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-blueviolet .tp-caption.tz_btn_revolution,
.themecolor-blueviolet .tz_btn_revolution,
.themecolor-blueviolet a.tz_upcoming_event,
.themecolor-blueviolet a.btn_link_features_event,
.themecolor-blueviolet .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-blueviolet .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-blueviolet .our_speakers_content .Gallery_thub li a:hover,
.themecolor-blueviolet .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-blueviolet .tz_thumb_navigation_box:hover,
.themecolor-blueviolet .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-blueviolet .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-blueviolet .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-blueviolet .tz-sectionBreadcrumb-shop,
.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-blueviolet .woocommerce a.remove:hover,
.themecolor-blueviolet .tz_status_product.tz_status_product_sale:after,
.themecolor-blueviolet .tzquick-view:after,
.themecolor-blueviolet .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-blueviolet .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-blueviolet span.tz_pricing_btn,
.themecolor-blueviolet .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-blueviolet .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-blueviolet .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-blueviolet #tribe-events .tribe-events-button,
.themecolor-blueviolet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-blueviolet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-blueviolet .detail_speakers_slider_socials a:hover,
.themecolor-blueviolet .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-blueviolet .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-blueviolet .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-blueviolet .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi span.current,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-blueviolet .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-blueviolet.woocommerce .tzBestSell_button a:hover,
.themecolor-blueviolet .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-blueviolet .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-blueviolet .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-blueviolet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-blueviolet .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-blueviolet .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #9b59b6 !important;
}

/* color */
.themecolor-blueviolet .tz_btn_ticket a, .themecolor-blueviolet .tz_btn_ticket .slides-pagination a, .themecolor-blueviolet span.tz_meetup_video_sub_title, .themecolor-blueviolet .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-blueviolet .tzCounter_type .tz-counter-font i.fa, .themecolor-blueviolet .tzCounter_type p.tz-counter-title, .themecolor-blueviolet .tz_box_event_meetup h3, .themecolor-blueviolet .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-blueviolet .tz_event_time span,
.themecolor-blueviolet .tz_meetup_title_content p span a,
.themecolor-blueviolet .TzContactInfo li a,
.themecolor-blueviolet .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-blueviolet .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-blueviolet .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-blueviolet .tz_font_style_revo_list i,
.themecolor-blueviolet .cart_form a span,
.themecolor-blueviolet .tzContact_2_content h3,
.themecolor-blueviolet .tz_footer_social_network ul li a:hover,
.themecolor-blueviolet .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-blueviolet .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-blueviolet .our_speakers_slider .lSAction .lSNext:after,
.themecolor-blueviolet .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-blueviolet .tz_single_feature_event_meta span a,
.themecolor-blueviolet .tz_single_feature_event_meta ul li i.fa,
.themecolor-blueviolet .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-blueviolet .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-blueviolet .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-blueviolet .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-blueviolet .slides-navigation a:hover,
.themecolor-blueviolet .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-blueviolet .woocommerce a.remove,
.themecolor-blueviolet .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-blueviolet .switch_btn_click.switch_btn_click_active,
.themecolor-blueviolet .switch_btn_click:hover,
.themecolor-blueviolet .yith-wcwl-add-button > a i,
.themecolor-blueviolet .yith-wcwl-add-button > a:hover i,
.themecolor-blueviolet .tzProduct-price span.price,
.themecolor-blueviolet.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-blueviolet.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-blueviolet .tz_breadcrumb_single_cat_title h4 a,
.themecolor-blueviolet .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-blueviolet .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-blueviolet .tribe-events-month-event-title a,
.themecolor-blueviolet ul.tribe-events-sub-nav a:hover,
.themecolor-blueviolet .tribe-events-event-categories a,
.themecolor-blueviolet .tribe-events-address a,
.themecolor-blueviolet .tz_single_feature_event_meta_group span a,
.themecolor-blueviolet .tribe-organizer-url a,
.themecolor-blueviolet .tribe-address a,
.themecolor-blueviolet .pgthumb .back a:hover,
.themecolor-blueviolet .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-blueviolet .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-blueviolet .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-blueviolet .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-blueviolet .tz_custom_style_text h3 span,
.themecolor-blueviolet h4.tz_modal_name,
.themecolor-blueviolet .tz_modal_speakers_social a:hover,
.themecolor-blueviolet .ezcol strong span,
.themecolor-blueviolet .ezcol span strong,
.themecolor-blueviolet .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-blueviolet .tz-md-close em,
.themecolor-blueviolet .tzTwitter-item span.tweet_text a,
.themecolor-blueviolet a.tz_upcoming_event,
.themecolor-blueviolet .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-blueviolet .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-blueviolet .tz-sidebar aside.widget ul li:hover a,
.themecolor-blueviolet #tribe-events-content .tribe-events-tooltip h4,
.themecolor-blueviolet .tz_breadcrumb_shop h4 a,
.themecolor-blueviolet .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-blueviolet .tzdelete-quick i.fa,
.themecolor-blueviolet .product-quick-content .tz-entry-summary .price span,
.themecolor-blueviolet .product_meta .posted_in a,
.themecolor-blueviolet .product_meta .tagged_as a,
.themecolor-blueviolet .sidebar_archive_product_click:hover,
.themecolor-blueviolet .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-blueviolet.woocommerce .star-rating span,
.themecolor-blueviolet .tzShop_itemInfo .tzprice span.amount,
.themecolor-blueviolet.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-blueviolet .page-numbers,
.themecolor-blueviolet .tzcopyright a,
.themecolor-blueviolet.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-blueviolet .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-blueviolet .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-blueviolet .tz-footer-type4 .tz_menu ul li a:hover.
.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-blueviolet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-blueviolet .tz_home_slider_meetup .tz_loca_date i,
.themecolor-blueviolet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-blueviolet .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-blueviolet .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-blueviolet .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-blueviolet .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-blueviolet .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-blueviolet .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #9b59b6 !important;
}
.themecolor-blueviolet .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-blueviolet .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-blueviolet .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-blueviolet .tz_maniva_meetup_title_type4 h3:after,
.themecolor-blueviolet .vc_tta-container .vc_tta-panel-title,
.themecolor-blueviolet .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #9b59b6 !important;
}
/*background white*/
.themecolor-blueviolet a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-blueviolet .mcolor-button.subscribe:hover,
.themecolor-blueviolet .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-blueviolet .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-blueviolet .tz_btn_ticket a:hover,
.themecolor-blueviolet .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-blueviolet .livedemo .tzButton-Config i {
    color: #9b59b6 !important;
}

.themecolor-blueviolet .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-blueviolet .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #9b59b6 !important;
}

.themecolor-blueviolet a.btn_link_features_event:hover,
.themecolor-blueviolet .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-blueviolet #tribe-events .tribe-events-button:hover,
.themecolor-blueviolet #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-blueviolet .tz_btn_video_meetup.tz_meetup_default,
.themecolor-blueviolet .tp-caption.tz_btn_revolution:hover,
.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-blueviolet .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #9b59b6 !important;
}

.themecolor-blueviolet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-blueviolet .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-blueviolet .tzRow_ArrowType4,
.themecolor-blueviolet.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #9b59b6 !important;
}

.themecolor-blueviolet a.tz_btn_video_meetup:hover,
.themecolor-blueviolet a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-blueviolet .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* firebrick .themecolor-firebrick color: #c0392b!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-firebrick .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-firebrick .tz_btn_ticket a:hover,
.themecolor-firebrick .slides-pagination a.current,
.themecolor-firebrick .slides-pagination a:hover,
.themecolor-firebrick a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-firebrick .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-firebrick .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-firebrick .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-firebrick .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-firebrick .tz_member_meetup .tz_text_hover_speaker,
.themecolor-firebrick .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-firebrick .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-firebrick .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-firebrick .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-firebrick .vc_custom_1469090405815,
.themecolor-firebrick .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-firebrick .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-firebrick .tz_register_meetup_pricing_item_price,
.themecolor-firebrick .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-firebrick .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-firebrick .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-firebrick .mcolor-button.subscribe,
.themecolor-firebrick .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-firebrick .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-firebrick .tz-homeType1 .tz_meetup_header_option,
.themecolor-firebrick .ares .tp-bullet:hover,
.themecolor-firebrick .ares .tp-bullet.selected,
.themecolor-firebrick .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-firebrick .ares .tp-bullet-title,
.themecolor-firebrick .vc_custom_1469091953252,
.themecolor-firebrick .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-firebrick .tzContact_2_content p span.tz_fa_icon,
.themecolor-firebrick .tz_font_style_slider_revo:after,
.themecolor-firebrick .tp-caption.tz_btn_revolution,
.themecolor-firebrick .tz_btn_revolution,
.themecolor-firebrick .tz_font_style_slider_revo_title_list:after,
.themecolor-firebrick .tz_features_event_box .excerpt:after,
.themecolor-firebrick a.btn_link_features_event,
.themecolor-firebrick .tz_features_count_event,
.themecolor-firebrick .tz_features_count_event .container,
.themecolor-firebrick .vc_custom_1485251069497,
.themecolor-firebrick p.sub_title_slider_speakers:after,
.themecolor-firebrick .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-firebrick .vc_custom_1485157516470,
.themecolor-firebrick .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-firebrick a.slide_event_link,
.themecolor-firebrick .tz_slide_event_cost,
.themecolor-firebrick .vc_custom_1485167295424,
.themecolor-firebrick a.tz_event_buy_ticket,
.themecolor-firebrick .tz_testimonials_item_box h4:after,
.themecolor-firebrick .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-firebrick .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-firebrick .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-firebrick .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-firebrick .vc_custom_1469091651299,
.themecolor-firebrick .vc_custom_1469092697226,
.themecolor-firebrick .vc_custom_1469092398056,
.themecolor-firebrick .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-firebrick .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-firebrick aside.widget h3.module-title:before,
.themecolor-firebrick a.tz-shop-cart span,
.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-firebrick .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-firebrick .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-firebrick .tzquick-view,
.themecolor-firebrick .yith-wcwl-wishlistexistsbrowse a,
.themecolor-firebrick .tz_status_product.tz_status_product_sale,
.themecolor-firebrick .yith-wcwl-wishlistaddedbrowse a,
.themecolor-firebrick span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-firebrick .tribe-events-calendar thead th,
.themecolor-firebrick #tribe-events .tribe-events-button,
.themecolor-firebrick #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-firebrick #plusgallery8 .back,
.themecolor-firebrick body #pgzoomview.plusgallery8 a:hover,
.themecolor-firebrick .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-firebrick .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-firebrick .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-firebrick .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-firebrick .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-firebrick .tzSection-Buynow .tzButton-buy,
.themecolor-firebrick .btn_slider_view_link:hover,
.themecolor-firebrick .tz-backtotop-icon,
.themecolor-firebrick .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-firebrick .detail_speakers_slider_socials a:hover,
.themecolor-firebrick aside.widget .tagcloud a:hover,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi span.current,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-firebrick .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-firebrick .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-firebrick .woocommerce h2:after,
.themecolor-firebrick .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-firebrick.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-firebrick.woocommerce #review_form #respond .form-submit input,
.themecolor-firebrick.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-firebrick.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-firebrick.woocommerce .tzBestSell_button a:hover,
.themecolor-firebrick .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-firebrick #jpreBar,
.themecolor-firebrick .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-firebrick .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-firebrick .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-firebrick .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-firebrick .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-firebrick .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-firebrick .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-firebrick .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-firebrick .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-firebrick .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-firebrick .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #c0392b !important;
}
.themecolor-firebrick .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-firebrick .tz_box_event_content h2,
.themecolor-firebrick .tz_btn_ticket a,
.themecolor-firebrick .slides-pagination a,
.themecolor-firebrick a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-firebrick .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-firebrick .tz_member_meetup .tz_text_hover_speaker,
.themecolor-firebrick .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-firebrick .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-firebrick .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-firebrick .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-firebrick .mcolor-button.subscribe,
.themecolor-firebrick .ares .tp-bullet,
.themecolor-firebrick .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-firebrick .tp-caption.tz_btn_revolution,
.themecolor-firebrick .tz_btn_revolution,
.themecolor-firebrick a.tz_upcoming_event,
.themecolor-firebrick a.btn_link_features_event,
.themecolor-firebrick .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-firebrick .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-firebrick .our_speakers_content .Gallery_thub li a:hover,
.themecolor-firebrick .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-firebrick .tz_thumb_navigation_box:hover,
.themecolor-firebrick .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-firebrick .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-firebrick .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-firebrick .tz-sectionBreadcrumb-shop,
.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-firebrick .woocommerce a.remove:hover,
.themecolor-firebrick .tz_status_product.tz_status_product_sale:after,
.themecolor-firebrick .tzquick-view:after,
.themecolor-firebrick .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-firebrick .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-firebrick span.tz_pricing_btn,
.themecolor-firebrick .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-firebrick .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-firebrick .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-firebrick #tribe-events .tribe-events-button,
.themecolor-firebrick .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-firebrick .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-firebrick .detail_speakers_slider_socials a:hover,
.themecolor-firebrick .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-firebrick .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-firebrick .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-firebrick .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi span.current,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-firebrick .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-firebrick.woocommerce .tzBestSell_button a:hover,
.themecolor-firebrick .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-firebrick .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-firebrick .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-firebrick .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-firebrick .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-firebrick .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #c0392b !important;
}

/* color */
.themecolor-firebrick .tz_btn_ticket a, .themecolor-firebrick .tz_btn_ticket .slides-pagination a, .themecolor-firebrick span.tz_meetup_video_sub_title, .themecolor-firebrick .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-firebrick .tzCounter_type .tz-counter-font i.fa, .themecolor-firebrick .tzCounter_type p.tz-counter-title, .themecolor-firebrick .tz_box_event_meetup h3, .themecolor-firebrick .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-firebrick .tz_event_time span,
.themecolor-firebrick .tz_meetup_title_content p span a,
.themecolor-firebrick .TzContactInfo li a,
.themecolor-firebrick .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-firebrick .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-firebrick .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-firebrick .tz_font_style_revo_list i,
.themecolor-firebrick .cart_form a span,
.themecolor-firebrick .tzContact_2_content h3,
.themecolor-firebrick .tz_footer_social_network ul li a:hover,
.themecolor-firebrick .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-firebrick .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-firebrick .our_speakers_slider .lSAction .lSNext:after,
.themecolor-firebrick .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-firebrick .tz_single_feature_event_meta span a,
.themecolor-firebrick .tz_single_feature_event_meta ul li i.fa,
.themecolor-firebrick .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-firebrick .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-firebrick .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-firebrick .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-firebrick .slides-navigation a:hover,
.themecolor-firebrick .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-firebrick .woocommerce a.remove,
.themecolor-firebrick .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-firebrick .switch_btn_click.switch_btn_click_active,
.themecolor-firebrick .switch_btn_click:hover,
.themecolor-firebrick .yith-wcwl-add-button > a i,
.themecolor-firebrick .yith-wcwl-add-button > a:hover i,
.themecolor-firebrick .tzProduct-price span.price,
.themecolor-firebrick.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-firebrick.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-firebrick .tz_breadcrumb_single_cat_title h4 a,
.themecolor-firebrick .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-firebrick .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-firebrick .tribe-events-month-event-title a,
.themecolor-firebrick ul.tribe-events-sub-nav a:hover,
.themecolor-firebrick .tribe-events-event-categories a,
.themecolor-firebrick .tribe-events-address a,
.themecolor-firebrick .tz_single_feature_event_meta_group span a,
.themecolor-firebrick .tribe-organizer-url a,
.themecolor-firebrick .tribe-address a,
.themecolor-firebrick .pgthumb .back a:hover,
.themecolor-firebrick .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-firebrick .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-firebrick .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-firebrick .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-firebrick .tz_custom_style_text h3 span,
.themecolor-firebrick h4.tz_modal_name,
.themecolor-firebrick .tz_modal_speakers_social a:hover,
.themecolor-firebrick .ezcol strong span,
.themecolor-firebrick .ezcol span strong,
.themecolor-firebrick .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-firebrick .tz-md-close em,
.themecolor-firebrick .tzTwitter-item span.tweet_text a,
.themecolor-firebrick a.tz_upcoming_event,
.themecolor-firebrick .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-firebrick .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-firebrick .tz-sidebar aside.widget ul li:hover a,
.themecolor-firebrick #tribe-events-content .tribe-events-tooltip h4,
.themecolor-firebrick .tz_breadcrumb_shop h4 a,
.themecolor-firebrick .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-firebrick .tzdelete-quick i.fa,
.themecolor-firebrick .product-quick-content .tz-entry-summary .price span,
.themecolor-firebrick .product_meta .posted_in a,
.themecolor-firebrick .product_meta .tagged_as a,
.themecolor-firebrick .sidebar_archive_product_click:hover,
.themecolor-firebrick .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-firebrick.woocommerce .star-rating span,
.themecolor-firebrick .tzShop_itemInfo .tzprice span.amount,
.themecolor-firebrick.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-firebrick .page-numbers,
.themecolor-firebrick .tzcopyright a,
.themecolor-firebrick.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-firebrick .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-firebrick .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-firebrick .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-firebrick .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-firebrick .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-firebrick .tz_home_slider_meetup .tz_loca_date i,
.themecolor-firebrick .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-firebrick .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-firebrick .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-firebrick .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-firebrick .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-firebrick .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-firebrick .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-firebrick .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #c0392b !important;
}
.themecolor-firebrick .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-firebrick .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-firebrick .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-firebrick .tz_maniva_meetup_title_type4 h3:after,
.themecolor-firebrick .vc_tta-container .vc_tta-panel-title,
.themecolor-firebrick .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #c0392b !important;
}
/*background white*/
.themecolor-firebrick a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-firebrick .mcolor-button.subscribe:hover,
.themecolor-firebrick .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-firebrick .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-firebrick .tz_btn_ticket a:hover,
.themecolor-firebrick .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-firebrick .livedemo .tzButton-Config i {
    color: #c0392b !important;
}

.themecolor-firebrick .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-firebrick .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #c0392b !important;
}

.themecolor-firebrick a.btn_link_features_event:hover,
.themecolor-firebrick .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-firebrick #tribe-events .tribe-events-button:hover,
.themecolor-firebrick #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-firebrick .tz_btn_video_meetup.tz_meetup_default,
.themecolor-firebrick .tp-caption.tz_btn_revolution:hover,
.themecolor-firebrick .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-firebrick .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #c0392b !important;
}

.themecolor-firebrick .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-firebrick .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-firebrick .tzRow_ArrowType4,
.themecolor-firebrick.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #c0392b !important;
}

.themecolor-firebrick a.tz_btn_video_meetup:hover,
.themecolor-firebrick a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-firebrick .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-firebrick .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* sky blue .themecolor-skyblue color: #4cddf3!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-skyblue .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-skyblue .tz_btn_ticket a:hover,
.themecolor-skyblue .slides-pagination a.current,
.themecolor-skyblue .slides-pagination a:hover,
.themecolor-skyblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-skyblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-skyblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-skyblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-skyblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-skyblue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-skyblue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-skyblue .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-skyblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-skyblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-skyblue .vc_custom_1469090405815,
.themecolor-skyblue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-skyblue .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-skyblue .tz_register_meetup_pricing_item_price,
.themecolor-skyblue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-skyblue .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-skyblue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-skyblue .mcolor-button.subscribe,
.themecolor-skyblue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-skyblue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-skyblue .tz-homeType1 .tz_meetup_header_option,
.themecolor-skyblue .ares .tp-bullet:hover,
.themecolor-skyblue .ares .tp-bullet.selected,
.themecolor-skyblue .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-skyblue .ares .tp-bullet-title,
.themecolor-skyblue .vc_custom_1469091953252,
.themecolor-skyblue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-skyblue .tzContact_2_content p span.tz_fa_icon,
.themecolor-skyblue .tz_font_style_slider_revo:after,
.themecolor-skyblue .tp-caption.tz_btn_revolution,
.themecolor-skyblue .tz_btn_revolution,
.themecolor-skyblue .tz_font_style_slider_revo_title_list:after,
.themecolor-skyblue .tz_features_event_box .excerpt:after,
.themecolor-skyblue a.btn_link_features_event,
.themecolor-skyblue .tz_features_count_event,
.themecolor-skyblue .tz_features_count_event .container,
.themecolor-skyblue .vc_custom_1485251069497,
.themecolor-skyblue p.sub_title_slider_speakers:after,
.themecolor-skyblue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-skyblue .vc_custom_1485157516470,
.themecolor-skyblue .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-skyblue a.slide_event_link,
.themecolor-skyblue .tz_slide_event_cost,
.themecolor-skyblue .vc_custom_1485167295424,
.themecolor-skyblue a.tz_event_buy_ticket,
.themecolor-skyblue .tz_testimonials_item_box h4:after,
.themecolor-skyblue .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-skyblue .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-skyblue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-skyblue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-skyblue .vc_custom_1469091651299,
.themecolor-skyblue .vc_custom_1469092697226,
.themecolor-skyblue .vc_custom_1469092398056,
.themecolor-skyblue .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-skyblue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-skyblue aside.widget h3.module-title:before,
.themecolor-skyblue a.tz-shop-cart span,
.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-skyblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-skyblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-skyblue .tzquick-view,
.themecolor-skyblue .yith-wcwl-wishlistexistsbrowse a,
.themecolor-skyblue .tz_status_product.tz_status_product_sale,
.themecolor-skyblue .yith-wcwl-wishlistaddedbrowse a,
.themecolor-skyblue span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-skyblue .tribe-events-calendar thead th,
.themecolor-skyblue #tribe-events .tribe-events-button,
.themecolor-skyblue #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-skyblue #plusgallery8 .back,
.themecolor-skyblue body #pgzoomview.plusgallery8 a:hover,
.themecolor-skyblue .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-skyblue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-skyblue .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-skyblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-skyblue .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-skyblue .tzSection-Buynow .tzButton-buy,
.themecolor-skyblue .btn_slider_view_link:hover,
.themecolor-skyblue .tz-backtotop-icon,
.themecolor-skyblue .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-skyblue .detail_speakers_slider_socials a:hover,
.themecolor-skyblue aside.widget .tagcloud a:hover,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-skyblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-skyblue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-skyblue .woocommerce h2:after,
.themecolor-skyblue .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-skyblue.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-skyblue.woocommerce #review_form #respond .form-submit input,
.themecolor-skyblue.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-skyblue.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-skyblue.woocommerce .tzBestSell_button a:hover,
.themecolor-skyblue .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-skyblue #jpreBar,
.themecolor-skyblue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-skyblue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-skyblue .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-skyblue .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-skyblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-skyblue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-skyblue .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-skyblue .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-skyblue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-skyblue .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-skyblue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #4cddf3 !important;
}
.themecolor-skyblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-skyblue .tz_box_event_content h2,
.themecolor-skyblue .tz_btn_ticket a,
.themecolor-skyblue .slides-pagination a,
.themecolor-skyblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-skyblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-skyblue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-skyblue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-skyblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-skyblue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-skyblue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-skyblue .mcolor-button.subscribe,
.themecolor-skyblue .ares .tp-bullet,
.themecolor-skyblue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-skyblue .tp-caption.tz_btn_revolution,
.themecolor-skyblue .tz_btn_revolution,
.themecolor-skyblue a.tz_upcoming_event,
.themecolor-skyblue a.btn_link_features_event,
.themecolor-skyblue .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-skyblue .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-skyblue .our_speakers_content .Gallery_thub li a:hover,
.themecolor-skyblue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-skyblue .tz_thumb_navigation_box:hover,
.themecolor-skyblue .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-skyblue .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-skyblue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-skyblue .tz-sectionBreadcrumb-shop,
.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-skyblue .woocommerce a.remove:hover,
.themecolor-skyblue .tz_status_product.tz_status_product_sale:after,
.themecolor-skyblue .tzquick-view:after,
.themecolor-skyblue .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-skyblue .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-skyblue span.tz_pricing_btn,
.themecolor-skyblue .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-skyblue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-skyblue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-skyblue #tribe-events .tribe-events-button,
.themecolor-skyblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-skyblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-skyblue .detail_speakers_slider_socials a:hover,
.themecolor-skyblue .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-skyblue .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-skyblue .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-skyblue .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-skyblue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-skyblue.woocommerce .tzBestSell_button a:hover,
.themecolor-skyblue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-skyblue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-skyblue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-skyblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-skyblue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-skyblue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #4cddf3 !important;
}

/* color */
.themecolor-skyblue .tz_btn_ticket a, .themecolor-skyblue .tz_btn_ticket .slides-pagination a, .themecolor-skyblue span.tz_meetup_video_sub_title, .themecolor-skyblue .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-skyblue .tzCounter_type .tz-counter-font i.fa, .themecolor-skyblue .tzCounter_type p.tz-counter-title, .themecolor-skyblue .tz_box_event_meetup h3, .themecolor-skyblue .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-skyblue .tz_event_time span,
.themecolor-skyblue .tz_meetup_title_content p span a,
.themecolor-skyblue .TzContactInfo li a,
.themecolor-skyblue .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-skyblue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-skyblue .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-skyblue .tz_font_style_revo_list i,
.themecolor-skyblue .cart_form a span,
.themecolor-skyblue .tzContact_2_content h3,
.themecolor-skyblue .tz_footer_social_network ul li a:hover,
.themecolor-skyblue .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-skyblue .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-skyblue .our_speakers_slider .lSAction .lSNext:after,
.themecolor-skyblue .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-skyblue .tz_single_feature_event_meta span a,
.themecolor-skyblue .tz_single_feature_event_meta ul li i.fa,
.themecolor-skyblue .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-skyblue .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-skyblue .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-skyblue .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-skyblue .slides-navigation a:hover,
.themecolor-skyblue .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-skyblue .woocommerce a.remove,
.themecolor-skyblue .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-skyblue .switch_btn_click.switch_btn_click_active,
.themecolor-skyblue .switch_btn_click:hover,
.themecolor-skyblue .yith-wcwl-add-button > a i,
.themecolor-skyblue .yith-wcwl-add-button > a:hover i,
.themecolor-skyblue .tzProduct-price span.price,
.themecolor-skyblue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-skyblue.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-skyblue .tz_breadcrumb_single_cat_title h4 a,
.themecolor-skyblue .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-skyblue .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-skyblue .tribe-events-month-event-title a,
.themecolor-skyblue ul.tribe-events-sub-nav a:hover,
.themecolor-skyblue .tribe-events-event-categories a,
.themecolor-skyblue .tribe-events-address a,
.themecolor-skyblue .tz_single_feature_event_meta_group span a,
.themecolor-skyblue .tribe-organizer-url a,
.themecolor-skyblue .tribe-address a,
.themecolor-skyblue .pgthumb .back a:hover,
.themecolor-skyblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-skyblue .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-skyblue .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-skyblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-skyblue .tz_custom_style_text h3 span,
.themecolor-skyblue h4.tz_modal_name,
.themecolor-skyblue .tz_modal_speakers_social a:hover,
.themecolor-skyblue .ezcol strong span,
.themecolor-skyblue .ezcol span strong,
.themecolor-skyblue .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-skyblue .tz-md-close em,
.themecolor-skyblue .tzTwitter-item span.tweet_text a,
.themecolor-skyblue a.tz_upcoming_event,
.themecolor-skyblue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-skyblue .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-skyblue .tz-sidebar aside.widget ul li:hover a,
.themecolor-skyblue #tribe-events-content .tribe-events-tooltip h4,
.themecolor-skyblue .tz_breadcrumb_shop h4 a,
.themecolor-skyblue .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-skyblue .tzdelete-quick i.fa,
.themecolor-skyblue .product-quick-content .tz-entry-summary .price span,
.themecolor-skyblue .product_meta .posted_in a,
.themecolor-skyblue .product_meta .tagged_as a,
.themecolor-skyblue .sidebar_archive_product_click:hover,
.themecolor-skyblue .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-skyblue.woocommerce .star-rating span,
.themecolor-skyblue .tzShop_itemInfo .tzprice span.amount,
.themecolor-skyblue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-skyblue .page-numbers,
.themecolor-skyblue .tzcopyright a,
.themecolor-skyblue.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-skyblue .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-skyblue .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-skyblue .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-skyblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-skyblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-skyblue .tz_home_slider_meetup .tz_loca_date i,
.themecolor-skyblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-skyblue .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-skyblue .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-skyblue .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-skyblue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-skyblue .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-skyblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-skyblue .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #4cddf3 !important;
}
.themecolor-skyblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-skyblue .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-skyblue .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-skyblue .tz_maniva_meetup_title_type4 h3:after,
.themecolor-skyblue .vc_tta-container .vc_tta-panel-title,
.themecolor-skyblue .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #4cddf3 !important;
}
/*background white*/
.themecolor-skyblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-skyblue .mcolor-button.subscribe:hover,
.themecolor-skyblue .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-skyblue .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-skyblue .tz_btn_ticket a:hover,
.themecolor-skyblue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-skyblue .livedemo .tzButton-Config i {
    color: #4cddf3 !important;
}

.themecolor-skyblue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-skyblue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #4cddf3 !important;
}

.themecolor-skyblue a.btn_link_features_event:hover,
.themecolor-skyblue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-skyblue #tribe-events .tribe-events-button:hover,
.themecolor-skyblue #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-skyblue .tz_btn_video_meetup.tz_meetup_default,
.themecolor-skyblue .tp-caption.tz_btn_revolution:hover,
.themecolor-skyblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-skyblue .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #4cddf3 !important;
}

.themecolor-skyblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-skyblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-skyblue .tzRow_ArrowType4,
.themecolor-skyblue.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #4cddf3 !important;
}

.themecolor-skyblue a.tz_btn_video_meetup:hover,
.themecolor-skyblue a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-skyblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-skyblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* red .themecolor-red color: #f2333a!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-red .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-red .tz_btn_ticket a:hover,
.themecolor-red .slides-pagination a.current,
.themecolor-red .slides-pagination a:hover,
.themecolor-red a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-red .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-red .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-red .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-red .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-red .tz_member_meetup .tz_text_hover_speaker,
.themecolor-red .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-red .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-red .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-red .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-red .vc_custom_1469090405815,
.themecolor-red .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-red .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-red .tz_register_meetup_pricing_item_price,
.themecolor-red .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-red .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-red .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-red .mcolor-button.subscribe,
.themecolor-red .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-red .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-red .tz-homeType1 .tz_meetup_header_option,
.themecolor-red .ares .tp-bullet:hover,
.themecolor-red .ares .tp-bullet.selected,
.themecolor-red .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-red .ares .tp-bullet-title,
.themecolor-red .vc_custom_1469091953252,
.themecolor-red .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-red .tzContact_2_content p span.tz_fa_icon,
.themecolor-red .tz_font_style_slider_revo:after,
.themecolor-red .tp-caption.tz_btn_revolution,
.themecolor-red .tz_btn_revolution,
.themecolor-red .tz_font_style_slider_revo_title_list:after,
.themecolor-red .tz_features_event_box .excerpt:after,
.themecolor-red a.btn_link_features_event,
.themecolor-red .tz_features_count_event,
.themecolor-red .tz_features_count_event .container,
.themecolor-red .vc_custom_1485251069497,
.themecolor-red p.sub_title_slider_speakers:after,
.themecolor-red .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-red .vc_custom_1485157516470,
.themecolor-red .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-red a.slide_event_link,
.themecolor-red .tz_slide_event_cost,
.themecolor-red .vc_custom_1485167295424,
.themecolor-red a.tz_event_buy_ticket,
.themecolor-red .tz_testimonials_item_box h4:after,
.themecolor-red .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-red .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-red .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-red .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-red .vc_custom_1469091651299,
.themecolor-red .vc_custom_1469092697226,
.themecolor-red .vc_custom_1469092398056,
.themecolor-red .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-red .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-red aside.widget h3.module-title:before,
.themecolor-red a.tz-shop-cart span,
.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-red .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-red .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-red .tzquick-view,
.themecolor-red .yith-wcwl-wishlistexistsbrowse a,
.themecolor-red .tz_status_product.tz_status_product_sale,
.themecolor-red .yith-wcwl-wishlistaddedbrowse a,
.themecolor-red span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-red .tribe-events-calendar thead th,
.themecolor-red #tribe-events .tribe-events-button,
.themecolor-red #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-red #plusgallery8 .back,
.themecolor-red body #pgzoomview.plusgallery8 a:hover,
.themecolor-red .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-red .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-red .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-red .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-red .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-red .tzSection-Buynow .tzButton-buy,
.themecolor-red .btn_slider_view_link:hover,
.themecolor-red .tz-backtotop-icon,
.themecolor-red .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-red .detail_speakers_slider_socials a:hover,
.themecolor-red aside.widget .tagcloud a:hover,
.themecolor-red .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-red .tz-blogDefault .wp-pagenavi span.current,
.themecolor-red .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-red .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-red .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-red .woocommerce h2:after,
.themecolor-red .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-red.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-red.woocommerce #review_form #respond .form-submit input,
.themecolor-red.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-red.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-red.woocommerce .tzBestSell_button a:hover,
.themecolor-red .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-red #jpreBar,
.themecolor-red .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-red .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-red .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before
.themecolor-red .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-red .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-red .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-red .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-red .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-red .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-red .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-red .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #f2333a !important;
}
.themecolor-red .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-red .tz_box_event_content h2,
.themecolor-red .tz_btn_ticket a,
.themecolor-red .slides-pagination a,
.themecolor-red a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-red .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-red .tz_member_meetup .tz_text_hover_speaker,
.themecolor-red .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-red .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-red .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-red .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-red .mcolor-button.subscribe,
.themecolor-red .ares .tp-bullet,
.themecolor-red .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-red .tp-caption.tz_btn_revolution,
.themecolor-red .tz_btn_revolution,
.themecolor-red a.tz_upcoming_event,
.themecolor-red a.btn_link_features_event,
.themecolor-red .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-red .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-red .our_speakers_content .Gallery_thub li a:hover,
.themecolor-red .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-red .tz_thumb_navigation_box:hover,
.themecolor-red .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-red .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-red .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-red .tz-sectionBreadcrumb-shop,
.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-red .woocommerce a.remove:hover,
.themecolor-red .tz_status_product.tz_status_product_sale:after,
.themecolor-red .tzquick-view:after,
.themecolor-red .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-red .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-red span.tz_pricing_btn,
.themecolor-red .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-red .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-red .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-red #tribe-events .tribe-events-button,
.themecolor-red .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-red .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-red .detail_speakers_slider_socials a:hover,
.themecolor-red .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-red .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-red .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-red .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-red .tz-blogDefault .wp-pagenavi span.current,
.themecolor-red .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-red .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-red.woocommerce .tzBestSell_button a:hover,
.themecolor-red .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-red .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-red .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-red .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-red .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-red .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #f2333a !important;
}

/* color */
.themecolor-red .tz_btn_ticket a, .themecolor-red .tz_btn_ticket .slides-pagination a, .themecolor-red span.tz_meetup_video_sub_title, .themecolor-red .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-red .tzCounter_type .tz-counter-font i.fa, .themecolor-red .tzCounter_type p.tz-counter-title, .themecolor-red .tz_box_event_meetup h3, .themecolor-red .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-red .tz_event_time span,
.themecolor-red .tz_meetup_title_content p span a,
.themecolor-red .TzContactInfo li a,
.themecolor-red .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-red .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-red .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-red .tz_font_style_revo_list i,
.themecolor-red .cart_form a span,
.themecolor-red .tzContact_2_content h3,
.themecolor-red .tz_footer_social_network ul li a:hover,
.themecolor-red .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-red .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-red .our_speakers_slider .lSAction .lSNext:after,
.themecolor-red .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-red .tz_single_feature_event_meta span a,
.themecolor-red .tz_single_feature_event_meta ul li i.fa,
.themecolor-red .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-red .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-red .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-red .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-red .slides-navigation a:hover,
.themecolor-red .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-red .woocommerce a.remove,
.themecolor-red .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-red .switch_btn_click.switch_btn_click_active,
.themecolor-red .switch_btn_click:hover,
.themecolor-red .yith-wcwl-add-button > a i,
.themecolor-red .yith-wcwl-add-button > a:hover i,
.themecolor-red .tzProduct-price span.price,
.themecolor-red.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-red.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-red .tz_breadcrumb_single_cat_title h4 a,
.themecolor-red .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-red .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-red .tribe-events-month-event-title a,
.themecolor-red ul.tribe-events-sub-nav a:hover,
.themecolor-red .tribe-events-event-categories a,
.themecolor-red .tribe-events-address a,
.themecolor-red .tz_single_feature_event_meta_group span a,
.themecolor-red .tribe-organizer-url a,
.themecolor-red .tribe-address a,
.themecolor-red .pgthumb .back a:hover,
.themecolor-red .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-red .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-red .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-red .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-red .tz_custom_style_text h3 span,
.themecolor-red h4.tz_modal_name,
.themecolor-red .tz_modal_speakers_social a:hover,
.themecolor-red .ezcol strong span,
.themecolor-red .ezcol span strong,
.themecolor-red .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-red .tz-md-close em,
.themecolor-red .tzTwitter-item span.tweet_text a,
.themecolor-red a.tz_upcoming_event,
.themecolor-red .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-red .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-red .tz-sidebar aside.widget ul li:hover a,
.themecolor-red #tribe-events-content .tribe-events-tooltip h4,
.themecolor-red .tz_breadcrumb_shop h4 a,
.themecolor-red .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-red .tzdelete-quick i.fa,
.themecolor-red .product-quick-content .tz-entry-summary .price span,
.themecolor-red .product_meta .posted_in a,
.themecolor-red .product_meta .tagged_as a,
.themecolor-red .sidebar_archive_product_click:hover,
.themecolor-red .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-red.woocommerce .star-rating span,
.themecolor-red .tzShop_itemInfo .tzprice span.amount,
.themecolor-red.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-red .page-numbers,
.themecolor-red .tzcopyright a,
.themecolor-red.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-red .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-red .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-red .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-red .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-red .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-red .tz_home_slider_meetup .tz_loca_date i,
.themecolor-red .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-red .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-red .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-red .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-red .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-red .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-red .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-red .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #f2333a !important;
}
.themecolor-red .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-red .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-red .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-red .tz_maniva_meetup_title_type4 h3:after,
.themecolor-red .vc_tta-container .vc_tta-panel-title,
.themecolor-red .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #f2333a !important;
}
/*background white*/
.themecolor-red a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-red .mcolor-button.subscribe:hover,
.themecolor-red .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-red .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-red .tz_btn_ticket a:hover,
.themecolor-red .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-red .livedemo .tzButton-Config i {
    color: #f2333a !important;
}

.themecolor-red .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-red .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #f2333a !important;
}

.themecolor-red a.btn_link_features_event:hover,
.themecolor-red .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-red #tribe-events .tribe-events-button:hover,
.themecolor-red #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-red .tz_btn_video_meetup.tz_meetup_default,
.themecolor-red .tp-caption.tz_btn_revolution:hover,
.themecolor-red .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-red .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #f2333a !important;
}

.themecolor-red .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-red .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-red .tzRow_ArrowType4,
.themecolor-red.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #f2333a !important;
}

.themecolor-red a.tz_btn_video_meetup:hover,
.themecolor-red a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-red .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-red .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* darkblue .themecolor-darkblue color: #3333f2!important;*/

/*
*Add more css
*/

/*background*/
.themecolor-darkblue .tz-homeType2 nav ul.tz-nav > li > a:before,
.themecolor-darkblue .tz_btn_ticket a:hover,
.themecolor-darkblue .slides-pagination a.current,
.themecolor-darkblue .slides-pagination a:hover,
.themecolor-darkblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-darkblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span:hover,
.themecolor-darkblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot.active span,
.themecolor-darkblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_left,
.themecolor-darkblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type3 h3 .tz_title_line_right,
.themecolor-darkblue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-darkblue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-darkblue .tz_event_meetup_content .tz_meetup_box_detail:before,
.themecolor-darkblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot.active span,
.themecolor-darkblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span:hover,
.themecolor-darkblue .vc_custom_1469090405815,
.themecolor-darkblue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-darkblue .tz_meetup_question span.tz_icon_meetup_question,
.themecolor-darkblue .tz_register_meetup_pricing_item_price,
.themecolor-darkblue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_container,
.themecolor-darkblue .tz_image_recent_blog_meetup .tz_recent_blog_meetup_date,
.themecolor-darkblue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-darkblue .mcolor-button.subscribe,
.themecolor-darkblue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:before,
.themecolor-darkblue .tz-footer.tz-footer-type1 aside.widget.MultiColorSubscribeWidget .multicolor-subscribe:after,
.themecolor-darkblue .tz-homeType1 .tz_meetup_header_option,
.themecolor-darkblue .ares .tp-bullet:hover,
.themecolor-darkblue .ares .tp-bullet.selected,
.themecolor-darkblue .ares .tp-bullet.selected:hover .tp-bullet-title,
.themecolor-darkblue .ares .tp-bullet-title,
.themecolor-darkblue .vc_custom_1469091953252,
.themecolor-darkblue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-darkblue .tzContact_2_content p span.tz_fa_icon,
.themecolor-darkblue .tz_font_style_slider_revo:after,
.themecolor-darkblue .tp-caption.tz_btn_revolution,
.themecolor-darkblue .tz_btn_revolution,
.themecolor-darkblue .tz_font_style_slider_revo_title_list:after,
.themecolor-darkblue .tz_features_event_box .excerpt:after,
.themecolor-darkblue a.btn_link_features_event,
.themecolor-darkblue .tz_features_count_event,
.themecolor-darkblue .tz_features_count_event .container,
.themecolor-darkblue .vc_custom_1485251069497,
.themecolor-darkblue p.sub_title_slider_speakers:after,
.themecolor-darkblue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-darkblue .vc_custom_1485157516470,
.themecolor-darkblue .tz-headerHome nav li.menu-item-has-children ul.non_mega_menu li:hover,
.themecolor-darkblue a.slide_event_link,
.themecolor-darkblue .tz_slide_event_cost,
.themecolor-darkblue .vc_custom_1485167295424,
.themecolor-darkblue a.tz_event_buy_ticket,
.themecolor-darkblue .tz_testimonials_item_box h4:after,
.themecolor-darkblue .tz_testimonials .owl-theme .owl-dots .owl-dot:hover span,
.themecolor-darkblue .tz_testimonials .owl-theme .owl-dots .owl-dot.active span,
.themecolor-darkblue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-darkblue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-darkblue .vc_custom_1469091651299,
.themecolor-darkblue .vc_custom_1469092697226,
.themecolor-darkblue .vc_custom_1469092398056,
.themecolor-darkblue .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-darkblue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-darkblue aside.widget h3.module-title:before,
.themecolor-darkblue a.tz-shop-cart span,
.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-darkblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span,
.themecolor-darkblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span,
.themecolor-darkblue .tzquick-view,
.themecolor-darkblue .yith-wcwl-wishlistexistsbrowse a,
.themecolor-darkblue .tz_status_product.tz_status_product_sale,
.themecolor-darkblue .yith-wcwl-wishlistaddedbrowse a,
.themecolor-darkblue span.tz_pricing_btn:hover span.tz_pricing_btn:hover,
.themecolor-darkblue .tribe-events-calendar thead th,
.themecolor-darkblue #tribe-events .tribe-events-button,
.themecolor-darkblue #tribe-events .tribe-events-button.tribe-events-ical:hover,
.themecolor-darkblue #plusgallery8 .back,
.themecolor-darkblue body #pgzoomview.plusgallery8 a:hover,
.themecolor-darkblue .wpcf7-form .tz_meetup_wpcf7-form p input.wpcf7-submit,
.themecolor-darkblue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item:after,
.themecolor-darkblue .tzComments .comments-area .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-darkblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogDate .tz-DateText,
.themecolor-darkblue .tz_slide_events_carousel .flex-direction-nav .flex-disabled:hover,
.themecolor-darkblue .tzSection-Buynow .tzButton-buy,
.themecolor-darkblue .btn_slider_view_link:hover,
.themecolor-darkblue .tz-backtotop-icon,
.themecolor-darkblue .tz_features_event_contact_form .tz_features_register_event input,
.themecolor-darkblue .detail_speakers_slider_socials a:hover,
.themecolor-darkblue aside.widget .tagcloud a:hover,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-darkblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox .tz-BlogImage a:hover,
.themecolor-darkblue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-darkblue .woocommerce h2:after,
.themecolor-darkblue .tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount button.button:hover,
.themecolor-darkblue.woocommerce .tz-sidebar-archive-product.tz-sidebar .widget_price_filter .price_slider_amount .button,
.themecolor-darkblue.woocommerce #review_form #respond .form-submit input,
.themecolor-darkblue.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.themecolor-darkblue.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-darkblue.woocommerce .tzBestSell_button a:hover,
.themecolor-darkblue .tzFooter-Shop-Multi .tz-footerBottom aside.tzsocial a:hover,
.themecolor-darkblue #jpreBar,
.themecolor-darkblue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-darkblue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-darkblue .tz-headerHome.tz-homeType6 nav ul.tz-nav > li > a:before,
.themecolor-darkblue .tz_home_slider_meetup .tz_readmore .tz_btn_more,
.themecolor-darkblue .tz_maniva_meetup_title.tz_maniva_meetup_title_type5 h3:before,
.themecolor-darkblue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-darkblue .tz-footer-type4 .tz_footer_social_network ul li a:hover,
.themecolor-darkblue .tz_meetup_countdown .tz_meetup_countdown_time:after,
.themecolor-darkblue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_container,
.themecolor-darkblue .tz_home_slider_meetup.event_slider .slides-navigation a,
.themecolor-darkblue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    background-color: #3333f2 !important;
}
.themecolor-darkblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers_container{
    background-color: transparent !important;
}
/* border-color */
.themecolor-darkblue .tz_box_event_content h2,
.themecolor-darkblue .tz_btn_ticket a,
.themecolor-darkblue .slides-pagination a,
.themecolor-darkblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup,
.themecolor-darkblue .tz_slider_meetup .owl-theme .owl-dots .owl-dot span,
.themecolor-darkblue .tz_member_meetup .tz_text_hover_speaker,
.themecolor-darkblue .wpb_tabs .wpb_tour_tabs_wrapper ul.wpb_tabs_nav.tz_meetup_tabs li.ui-tabs-active a,
.themecolor-darkblue .tzTwitter-slider.owl-theme .owl-dots .owl-dot span,
.themecolor-darkblue .tz_meetup_btn a.tz_meetup_bnt_orange_bk,
.themecolor-darkblue .tz_recent_blog_meetup button.tz_recent_blog_pev_meetup:hover,
.themecolor-darkblue .mcolor-button.subscribe,
.themecolor-darkblue .ares .tp-bullet,
.themecolor-darkblue .tz_recent_blog_meetup button.tz_recent_blog_next_meetup:hover,
.themecolor-darkblue .tp-caption.tz_btn_revolution,
.themecolor-darkblue .tz_btn_revolution,
.themecolor-darkblue a.tz_upcoming_event,
.themecolor-darkblue a.btn_link_features_event,
.themecolor-darkblue .tz_features_event_contact_form .wpcf7 input:hover,
.themecolor-darkblue .tz_features_event_contact_form .wpcf7 input:focus,
.themecolor-darkblue .our_speakers_content .Gallery_thub li a:hover,
.themecolor-darkblue .vc_tta-accordion.vc_tta-color-juicy-pink .vc_tta-panel-heading,
.themecolor-darkblue .tz_thumb_navigation_box:hover,
.themecolor-darkblue .tz_testimonials .owl-theme .owl-dots .owl-dot span,
.themecolor-darkblue .tz-footer.tz-footer-type1 .container.tzcopyright_2,
.themecolor-darkblue .tz_home_slider_meetup .tz_slider_meetup_btn a.tz_slider_meetup_btn_1,
.themecolor-darkblue .tz-sectionBreadcrumb-shop,
.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart,
.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart .buttons a.button:hover,
.themecolor-darkblue .woocommerce a.remove:hover,
.themecolor-darkblue .tz_status_product.tz_status_product_sale:after,
.themecolor-darkblue .tzquick-view:after,
.themecolor-darkblue .yith-wcwl-wishlistexistsbrowse a:after,
.themecolor-darkblue .yith-wcwl-wishlistaddedbrowse a:after,
.themecolor-darkblue span.tz_pricing_btn,
.themecolor-darkblue .tribe-events-calendar td.tribe-events-present #tribe-events-daynum,
.themecolor-darkblue .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.themecolor-darkblue .tz_our_speakers:hover .tz_our_speakers_container,
.themecolor-darkblue #tribe-events .tribe-events-button,
.themecolor-darkblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox,
.themecolor-darkblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo,
.themecolor-darkblue .detail_speakers_slider_socials a:hover,
.themecolor-darkblue .wpcf7-form .tz_meetup_paypal_wpcf7-form p span input:focus,
.themecolor-darkblue .wpcf7-form .tz_meetup_wpcf7-form p span input:focus,
.themecolor-darkblue .wpcf7-form .tz_meetup_wpcf7-form p span textarea.wpcf7-textarea:focus,
.themecolor-darkblue .tz-footer .tz-footerTop .footerattr aside.widget .module-title:after,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi span.current,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi span:hover,
.themecolor-darkblue .tz-blogDefault .wp-pagenavi a:hover,
.themecolor-darkblue.woocommerce .tzBestSell_button a:hover,
.themecolor-darkblue .tz-blogMasonry .wp-pagenavi span.current,
.themecolor-darkblue .tz-blogMasonry .wp-pagenavi a:hover,
.themecolor-darkblue .tz_meetup_btn.tz_btn_h6 a.tz_meetup_btn_white:hover,
.themecolor-darkblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-darkblue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-darkblue .tz_meetup_btn a.tz_meetup_bnt_black:hover
{
    border-color: #3333f2 !important;
}

/* color */
.themecolor-darkblue .tz_btn_ticket a, .themecolor-darkblue .tz_btn_ticket .slides-pagination a, .themecolor-darkblue span.tz_meetup_video_sub_title, .themecolor-darkblue .tz_btn_play_video a.tz_btn_easy i.fa, .themecolor-darkblue .tzCounter_type .tz-counter-font i.fa, .themecolor-darkblue .tzCounter_type p.tz-counter-title, .themecolor-darkblue .tz_box_event_meetup h3, .themecolor-darkblue .tz_event_meetup_content .tz_meetup_box_detail p i.fa, .themecolor-darkblue .tz_event_time span,
.themecolor-darkblue .tz_meetup_title_content p span a,
.themecolor-darkblue .TzContactInfo li a,
.themecolor-darkblue .tz-homeType1 .tzHeaderMenu_nav nav > ul > li.current a,
.themecolor-darkblue .tz-homeType1 nav ul.tz-nav > li > a:before,
.themecolor-darkblue .tp-caption.tz_font_style_slider_revo_6.rev-btn.tz_font_style_slider_revo_6_1.rs-hover-ready,
.themecolor-darkblue .tz_font_style_revo_list i,
.themecolor-darkblue .cart_form a span,
.themecolor-darkblue .tzContact_2_content h3,
.themecolor-darkblue .tz_footer_social_network ul li a:hover,
.themecolor-darkblue .tz_meetup_our_team_thumbnail .tz_member_meetup .tz_meetup_social a i.fa:hover,
.themecolor-darkblue .detail_speakers_slider .tz_list_type .tz_icon_maniva_list,
.themecolor-darkblue .our_speakers_slider .lSAction .lSNext:after,
.themecolor-darkblue .our_speakers_slider .lSAction .lSPrev:after,
.themecolor-darkblue .tz_single_feature_event_meta span a,
.themecolor-darkblue .tz_single_feature_event_meta ul li i.fa,
.themecolor-darkblue .tz_single_feature_box span.tz_slide_events_time_day,
.themecolor-darkblue .tz-footer .tz-footerTop .footerattr aside.widget_recent_entries ul li a:before,
.themecolor-darkblue .tz-footer .tz-footerTop .footerattr aside.widget_categories ul li a:before,
.themecolor-darkblue .tz-footer .tz-footerTop .footerattr aside.widget_nav_menu ul li a:before,
.themecolor-darkblue .slides-navigation a:hover,
.themecolor-darkblue .tz-partner .tz_partner_nexts_type2:hover,
.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart .cart_list li .quantity,
.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart .total span,
.themecolor-darkblue .woocommerce a.remove,
.themecolor-darkblue .tz_breadcrumb_woocommerce_title_event p a,
.themecolor-darkblue .switch_btn_click.switch_btn_click_active,
.themecolor-darkblue .switch_btn_click:hover,
.themecolor-darkblue .yith-wcwl-add-button > a i,
.themecolor-darkblue .yith-wcwl-add-button > a:hover i,
.themecolor-darkblue .tzProduct-price span.price,
.themecolor-darkblue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-darkblue.woocommerce nav.woocommerce-pagination ul li span,
.themecolor-darkblue .tz_breadcrumb_single_cat_title h4 a,
.themecolor-darkblue .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.themecolor-darkblue .tribe-events-calendar td .tribe-events-viewmore a,
.themecolor-darkblue .tribe-events-month-event-title a,
.themecolor-darkblue ul.tribe-events-sub-nav a:hover,
.themecolor-darkblue .tribe-events-event-categories a,
.themecolor-darkblue .tribe-events-address a,
.themecolor-darkblue .tz_single_feature_event_meta_group span a,
.themecolor-darkblue .tribe-organizer-url a,
.themecolor-darkblue .tribe-address a,
.themecolor-darkblue .pgthumb .back a:hover,
.themecolor-darkblue .tz-blogDefault .tz-blogItem .tz-blogContent .tz-blogBox a.tzreadmore span:hover,
.themecolor-darkblue .tz-blogSingle .author .author-box .author-info h3 span.tz_author_meetup,
.themecolor-darkblue .tzComments .comments-area .comment-respond form.comment-form p.logged-in-as a,
.themecolor-darkblue .tz-blogMasonry .tzBlogmasonry .blogMasonry-item .tz-blogInner .tz-blogInfo a.tzreadmore:hover,
.themecolor-darkblue .tz_custom_style_text h3 span,
.themecolor-darkblue h4.tz_modal_name,
.themecolor-darkblue .tz_modal_speakers_social a:hover,
.themecolor-darkblue .ezcol strong span,
.themecolor-darkblue .ezcol span strong,
.themecolor-darkblue .tz-md-modal-speakers span.md-close i.fa:hover,
.themecolor-darkblue .tz-md-close em,
.themecolor-darkblue .tzTwitter-item span.tweet_text a,
.themecolor-darkblue a.tz_upcoming_event,
.themecolor-darkblue .tz-sidebar aside.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a,
.themecolor-darkblue .tz-footer .tz-footerTop .footerattr aside.widget ul li a:hover,
.themecolor-darkblue .tz-sidebar aside.widget ul li:hover a,
.themecolor-darkblue #tribe-events-content .tribe-events-tooltip h4,
.themecolor-darkblue .tz_breadcrumb_shop h4 a,
.themecolor-darkblue .tz_page_content #yith-wcwl-form table.shop_table tbody tr td.product-stock-status span.wishlist-out-of-stock,
.themecolor-darkblue .tzdelete-quick i.fa,
.themecolor-darkblue .product-quick-content .tz-entry-summary .price span,
.themecolor-darkblue .product_meta .posted_in a,
.themecolor-darkblue .product_meta .tagged_as a,
.themecolor-darkblue .sidebar_archive_product_click:hover,
.themecolor-darkblue .tz-sidebar-archive-product.tz-sidebar aside.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
.themecolor-darkblue.woocommerce .star-rating span,
.themecolor-darkblue .tzShop_itemInfo .tzprice span.amount,
.themecolor-darkblue.woocommerce nav.woocommerce-pagination ul li a,
.themecolor-darkblue .page-numbers,
.themecolor-darkblue .tzcopyright a,
.themecolor-darkblue.woocommerce .site-shop__single_product div.product p.price ins span.amount,
.themecolor-darkblue .tz-homeType1 .tz-form-search .fa.tz-form-close,
.themecolor-darkblue .tz_home_slider_meetup .tz_content_slider_meetup.tz_video .tz_meetup_social a:hover i,
.themecolor-darkblue .tz-footer-type4 .tz_menu ul li a:hover,
.themecolor-darkblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_meetup_social_speakers a:hover,
.themecolor-darkblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__header p,
.themecolor-darkblue .tz_home_slider_meetup .tz_loca_date i,
.themecolor-darkblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a,
.themecolor-darkblue .tz_recent_blog_meetup .tz_grid_blog .tz_content .tz_readmore a:hover,
.themecolor-darkblue .tz_home_slider_meetup .tz_view_video .tz_border_1 .tz_border_2 i,
.themecolor-darkblue .tz-headerHome nav ul.tz-nav > li > a:hover,
.themecolor-darkblue .tz_maniva_meetup_title_type4 .tz_btn_video_meetup,
.themecolor-darkblue .tz_box_event_slider .tz_box_countdown .tz_event_countdown .tz_event_countdown_time:after,
.themecolor-darkblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_meetup_social_speakers a:hover,
.themecolor-darkblue .tz_home_slider_meetup.event_slider .tz_content_slider_meetup .tz_meetup_social a:hover
{
    color: #3333f2 !important;
}
.themecolor-darkblue .tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.themecolor-darkblue .tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a,
.themecolor-darkblue .tz-footer-type4 .tz-footerTop aside.widget .multicolor-subscribe-form .mcolor-button,
.themecolor-darkblue .tz_maniva_meetup_title_type4 h3:after,
.themecolor-darkblue .vc_tta-container .vc_tta-panel-title,
.themecolor-darkblue .tz_meetup_wpb_tour_tabs .tz_tabs_meetup ul li:hover a
{
    background: #3333f2 !important;
}
/*background white*/
.themecolor-darkblue a.tz_btn_video_meetup.tz_meetup_btn_dark.tz_btn_shop_meetup:hover,
.themecolor-darkblue .mcolor-button.subscribe:hover,
.themecolor-darkblue .tz_btn_video_meetup.tz_meetup_default:hover {
    background: #fff !important;
}
.themecolor-darkblue .tel-pricing_table:hover .tel-pricing_table__footer a{
    background: #000 !important;
}
/* color hover white */
.themecolor-darkblue .tz_btn_ticket a:hover,
.themecolor-darkblue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover {
    color: #fff !important;
}

.themecolor-darkblue .livedemo .tzButton-Config i {
    color: #3333f2 !important;
}

.themecolor-darkblue .tz_register_meetup_pricing_item:hover .tz_register_meetup_pricing_item_price:after,
.themecolor-darkblue .tz_register_meetup_pricing_item.active .tz_register_meetup_pricing_item_price:after
{
    border-left: 25px solid #3333f2 !important;
}

.themecolor-darkblue a.btn_link_features_event:hover,
.themecolor-darkblue .tz_slider_meetup_btn a.tz_slider_meetup_btn_1:hover,
.themecolor-darkblue #tribe-events .tribe-events-button:hover,
.themecolor-darkblue #tribe-events .tribe-events-button.tribe-events-ical,
.themecolor-darkblue .tz_btn_video_meetup.tz_meetup_default,
.themecolor-darkblue .tp-caption.tz_btn_revolution:hover,
.themecolor-darkblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers .tz_our_speakers_container
{
    background: transparent !important;
}

.themecolor-darkblue .tz_shop_quick_cart_view .widget_shopping_cart:before {
    border-bottom: 10px solid #3333f2 !important;
}

.themecolor-darkblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToGrid span::after,
.themecolor-darkblue .tz_meetup_woocommerce_before_shop_loop .tzview-style .switchToList span::after,
.themecolor-darkblue .tzRow_ArrowType4,
.themecolor-darkblue.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border-top-color: #3333f2 !important;
}

.themecolor-darkblue a.tz_btn_video_meetup:hover,
.themecolor-darkblue a.tz_btn_video_meetup.tz_meetup_btn_dark:hover {
    background: #242732 !important;
}

.themecolor-darkblue .tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before,
.themecolor-darkblue .tz_md_modal_show.tz_speakers_type3 .tz_our_speakers:hover .tz_our_speakers_img:before
{
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.tel-pricing_table.tz_pricing_type2 .tel-pricing_table__footer a:hover,
.tel-pricing_table.tz_pricing_type2:hover .tel-pricing_table__footer a
{
    color: #ffffff !important;
}
.tz_md_modal_show.tz_speakers_type2 .tz_our_speakers:hover .tz_our_speakers_img:before {
    background: rgba(0, 0, 0, 0.5) !important;
}