/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main {background: linear-gradient(to right, #213d76 , #e88d35)!important;}
.footer-2 {background: linear-gradient(to right, #213d76 , #e88d35)!important;}
.product .category {
    display: none;
}
.icon-facebook:before, .icon-twitter:before,.icon-linkedin:before, .icon-youtube:before { color: #e88d35!important;}

.button.icon i {font-size: 1.5em!important;}
.button.icon {padding-left: .4em!important;}
.button.icon {padding-right: .4em!important;}

.button.is-outline { border: 2px solid currentColor;  background-color: #fff!important;}
.html .social-icons { font-size: 0.7em!important;}

/** home page event listing **/

.home .tribe-events-list-separator-month span {background: transparent!important}
.home h1.tribe-events-page-title {font-size: 1.3em!important;}
.home h2.tribe-events-list-separator-month {display:none!important}
.home .tribe-events-list .type-tribe_events:first-of-type {margin-top:0!important;}
.home .entry-summary {display:none!important;}
.home .tribe-address {display:none!important;}
.home .tribe-events-venue-details {display:none!important;}
.home h3.tribe-events-list-event-title {font-size:1em!important}
.home .type-tribe_events {margin-bottom: 1rem;}
.home ul.tribe-events-sub-nav a {font-weight:normal!important;}
.home .tribe-events-loop .tribe-events-event-meta {font-weight: normal!important}
.home .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {padding-top: 1em!important;}
.icon-angle-left:before,.icon-angle-right:before {color: #213d76!important;}


/** woocommerce tabs **/
/* .nav li.description_tab.active a {color:red!important;}
.nav li.description_tab a {color:red!important;}
.nav li.application_tab a {color:red!important;}
.nav li.mcg_prd_enqenquery_tab_tab a {color:red!important;} */


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.nav li a{color:#141414!important}
}