/*
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.   ***************/
@font-face {
    font-family: 'SVN-GilroySemiBold';
    src: url('fonts/SVN-GilroySemiBold.woff2') format('woff2'),
        url('fonts/SVN-GilroySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-GilroyBold';
    src: url('fonts/SVN-GilroyBold.woff2') format('woff2'),
        url('fonts/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-GilroyMedium';
    src: url('fonts/SVN-GilroyMedium.woff2') format('woff2'),
        url('fonts/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.button, button, input[type='submit'], input[type='reset'], input[type='button']{
	font-family: 'SVN-GilroyBold' !important;
}
b, strong{
	font-family: 'SVN-GilroyBold' !important;
	font-weight: normal;
}
#mega-menu-wrap{
	width: 100%;
	background:#FFF806;
	font-weight: normal; 
}
#mega-menu-title{
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'SVN-GilroyBold' !important;
	color: #111;
}
.section .section-title-normal{
	font-family: 'SVN-GilroyBold' !important;
	font-size: 20px;
	color: #A9171D;
}
#wide-nav>.flex-row>.flex-left{
	min-width: 250px;
}

html, body{
    font: normal 15px / 30px 'SVN-GilroyMedium', sans-serif !important;
}

.breadcrumbs{
	font-family: 'SVN-GilroyBold' !important;
	font-weight: normal;
	font-size: 15px;
	color: #111;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
	font-family: 'SVN-GilroyBold' !important;
}
.nav > li > a{
	font-family: 'SVN-GilroyMedium' !important;
    text-transform: uppercase;
    font-weight: normal !important;
}
#header-contact li>a{
	font-size: 0.9em;
}
.header-bottom-nav > li > a{
	font-size: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
pre, blockquote, form, figure, p, dl, ul, ol{
	margin-bottom: 5px;
}
.widget .is-divider{
	display: none;
}
#header-contact li>a{
	text-transform: none;
	color: #111;
	padding: 0px;
}
span.amount{
	color: #ED1C24;
    font-weight: bold;
}
.box-text-products span.amount {
    white-space: nowrap;
    color: #ED1C24;
    font-size: 17px;
    font-family: 'SVN-GilroyBold' !important;
}

#product-sidebar{
	padding-right: 0px;
}
#product-sidebar .col-divided,
.page-left-sidebar .col-divided{
	border: none;
	padding-right: 10px;
}
.row-divided>.col+.col:not(.large-12){
	border: none;
}
#product-sidebar .is-divider,
#secondary .is-divider,
#shop-sidebar .is-divider{
	display: none;
}
span.widget-title{
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #25456C;
}
.footer-widgets span.widget-title{
	font-size: 18px;
	color: #A9171D;
	font-family: 'SVN-GilroyBold' !important;
}

#product-sidebar span.widget-title,
#secondary span.widget-title,
#shop-sidebar span.widget-title{
	display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #25456C;
    color: #FFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: normal;
    font-size: 16px;
}
.section-title-center span, 
.section-title-bold-center span{
	color: #25456C;
	font-size: 22px;
	font-family: 'SVN-GilroyBold' !important;
}
#product-sidebar .body-widget,
#secondary .body-widget,
#shop-sidebar .body-widget{
	padding: 0px 15px;
}
#product-sidebar aside,
#shop-sidebar aside,
#secondary aside{
	padding: 0px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    margin: 0px;
    margin-bottom: 20px;
}

.absolute-footer{
	padding: 5px 0 5px;
}
.header-top{
	border-bottom: 1px solid rgba(202,206,204,0.3);
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button){
	line-height: 1.5em;
	font-size: 15px;
	font-family: 'SVN-GilroyBold' !important;
	color: #25456C;
	text-transform: uppercase;
}
.box-info h3 {
    text-align: center;
    text-transform: uppercase;
    background: url(images/line.png) no-repeat bottom center;
    height: 45px;
    font-size: 20px;
    color: #c90000;
}
.box-info {
    margin: 5px 0;
    padding: 10px;
    list-style: none;
    border: 1px dashed #c90000;
    border-radius: 3px;
    background: #F5F5F5;
    font-size: 14px;
    color: #000;
}
.box-info p{
	margin-bottom: 0px;
}
.item-call a {
    background: #2196F3;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    color: #FFF;
    width: 80%;
    display: inline-block;
    margin: 7px 0px;
    text-decoration: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

th, td{
	font-size: 1em;
	color: #333;
}
.tab-panels .entry-content table td, 
.tab-panels .entry-content table th {
    border: 1px solid rgba(0,0,0,0.15);
    padding: 5px;
}
.block_widget .post-item{
	padding: 0 15px 10px;
}
.block_widget .box-vertical .box-text{
	padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 10px;
}
.block_widget .box-text h5{
	text-transform: inherit;
	font-size: 15px;
	font-family: 'SVN-GilroyMedium' !important;
    font-weight: normal !important;
    color: #333;
}
.form-footer input:not([type="submit"]){
	width: 70%;
	float: left;
	margin-right: 10px;
}
.form-footer input[type='email']{
	height: auto;
	padding: 5px 20px;
}
.header-search-form-wrapper input:not([type="submit"]){
	height: auto;
	padding: 5px 20px;
	font-size: 16px;
	color: #333 !important;
}
.header-search-form-wrapper .button i{
	right: 10px;
}
.header-nav li.account-item a,
.header-main .header-cart-title{
	font-size: 16px;
	font-family: 'SVN-GilroyMedium' !important;
    color: #fff;
}
.header-main .icon-shopping-bag{
	font-size: 24px;
	margin-left: 10px;
}
.footer-widgets .social-icons a{
	margin-right : 7px;
}
.footer-widgets #text-4 img{
	margin-bottom: 5px;
}
.absolute-footer{
	color: #333;
}
.tabbed-content .nav > li > a{
	 font-size: 1em;
}
#top-bar .social-icons a.plain{
	color: #333;
}
.badge-container{
	background: #C2000B;
	border-radius: 99px;
	color: #fff;
	padding: 6px;
	text-align: center;
	height: 45px;
	width: 45px;
	font-weight: normal;
}