/*
 Theme Name:   Fabrica Child Theme
 Theme URI:    http://fabrica.ancorathemes.com/
 Description:  Fabrica Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     fabrica
 Version:      1.0.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  fabrica
*/


/* =Theme customization starts here
------------------------------------------------------------ */

* {
  --theme-color-text_link: #40C2AB !important;
  --theme-color-alter_hover: #40C2AB !important;
  --theme-color-text_hover: #40C2AB !important;
}

#menu_main .sub-menu {
	background-color: white !important;
}

.menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a::after {
	background-color: #40C2AB !important;
}

#menu_main .sub-menu li a{
	color: black !important;
}

.sc_icons_number .sc_icons_item_header + .sc_icons_item_details{
	margin-top: 2em !important;
}

.sc_layouts_panel_inner{
	background-color: #1c1e36 !important;
}

.custom-social-class a span{
	color: white !important;
}

.custom-social-class a{
	color: white !important;
}

.blog-class .sc_blogger_item_content{
 	min-height: 243px !important; 
}
#lg-white-bg .cpel-switcher__code{
 color: black !important;
}
#header-white-bg ul li a{
	color: black !important;
}

#hamb-menu_sc a span{
	color: black !important;
}


#deliverablesTable {
	border-collapse: collapse;
	width: 100%;
}
#deliverablesTable td, 
#deliverablesTable th {
	border: 1px solid #ddd;
	padding: 8px;
}
#deliverablesTable tr:nth-child(even){
	background-color: #f2f2f2;
}
#deliverablesTable tr:hover {
	background-color: #ddd;
}
#deliverablesTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4472C4;
  color: white;
}
.menuWrapper li a,
.menuWrapper li.current-menu-item a,
.menuWrapper li a:hover {
	color:#000!important;
}
.post_meta_item {
	display:none!important;
}