/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* Header / Title Profiles */
h1, h2, h3, h4, h5, h6{
font-family: "Funnel Display", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;	
}

/* Link a href Profiles */
.a-light-bg{
color: #0b213d !important;	
}

.a-light-bg:hover{
color: #3c4d64 !important;
}

.a-dark-bg{
color: #fff !important;	
}

.a-dark-bg:hover{
color: #fff !important;
text-decoration: underline;
}

/* Position Profiles */
.pos-rel{
position: relative;
}

.pos-abso{
position: absolute;	
}

.top-0{
top: 0;	
}

.left-0{
left: 0;	
}

.right-0{
right: 0;	
}

.gutter-1-5{
left: 1.5rem;
right: 1.5rem;
}

/* Margin Profiles */
.marg-auto{
margin: auto !important;	
}

.marg-top-m50{
margin-top: -50px !important;
}

.marg-btm-16{
margin-bottom: 16px;	
}

.marg-btm-8{
margin-bottom: 8px !important;	
}

.marg-btm-0{
margin-bottom: 0px;	
}

/* Max Width Profiles */
.max-800{
max-width: 800px;	
}
.max-200{
max-width: 200px;	
}

/* Flex Profiles */
.justify-center{
justify-content: center;	
}

.row-gap-60{
row-gap: 60px;	
}

.gap-12{
gap: 12px;	
}

.vertical-align-middle img{
vertical-align: middle !important;	
}

/* Gradient Profiles */
.brand-prim-grad{
background-color: linear-gradient(337deg,rgba(171, 162, 219, 1) 0%, rgba(80, 112, 191, 1) 98%) !important;	
}

/* Pattern Profiles */
.polka-dark{
background-color: #0b213d !important;
opacity: 1;
background-image: radial-gradient(#6c798a 0.65px, #0b213d 0.65px) !important;
background-size: 13px 13px !important;	
}

/* -- Forces pattern on gradient background / hero */
.polka-dark .has-background-gradient{
background-color: #0b213d !important;
opacity: 0.9;
background-image: radial-gradient(#6c798a 0.65px, #0b213d 0.65px) !important;
background-size: 13px 13px !important;	
}

/* Shadows */
.thin-3d{
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;	
}

/* Button Profiles */
.bottom-15-rem{
bottom: 1.5rem;	
}

/* Symbol Profiles */

.add-chevron-right::after{
content: '\276F \276F';
margin-left: 8px;
}