/*
Theme Name:     Neve Child Theme
Theme URI:      https://themeisle.com/themes/neve/
Author:         K3
Author URI:     https://themeisle.com
Template:       neve
Tested up to:   5.4
Requires PHP:   5.4.0
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:        2.7.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Pro Slug:  neve-pro-addon
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, 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, footer-widgets, portfolio, left-sidebar, right-sidebar
*/
@import url("../neve/style.css");

/* Your CSS code goes here
-------------------------------------- */
@media (min-width: 576px){
	.container {
		max-width: 992px;
	}
}
@media (min-width: 960px){
	.container {
		max-width: 1170px;
	}
	.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item:not(:last-child):after {
		content: "";
		position: absolute;
		height: 100%;
		width: 1px;
		background: #fff;
		right: 0;
	}
}
@media 
  (min-device-width: 768px) and (max-device-width: 959px) {
	  .cs-hide-on-tablet {
		  display:none;
	  }
}
@media (max-width:767px){
	  .cs-hide-on-mobile {
		  display:none;
	  }
}
.logo_and_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_and_title .brand img {
    width: 100%;
    max-width: 250px;
}
.header-main-inner .logo_and_title .custom-title-link {
    color: #F4CEAB;
	font-weight:700;
}

.cs-social-icons-wrapper a.cs-icon {
    font-size: 20px;
    color: #F4CEAB;
    display: inline-block;
    border: 1px #F4CEAB solid;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    margin: 2px;
}
.cs-social-icons-wrapper a.cs-icon.cs-social-icon-facebook {
    padding-left: 1px;
}
.cs-social-icons-wrapper a.cs-icon.cs-social-icon-instagram {
    padding-right: 1px;
}

.header .cs-icon-list-items.cs-inline-items {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	padding: 10px 0px;
    margin-bottom: 5px;
}
.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
	line-height: 26px;
	padding: 0px 25px;
	position: relative;
}

.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item .cs-icon-list-text {
    padding-left: 5px;
}
.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item .cs-icon-list-text a {
    color: #f4ceab;
}
.header .cs-icon-list-item i {
    font-size: 26px;
}
span.login {
    padding: 0px 38px;
    background: #f4ceab;
    color: #691e49;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
#nv-primary-navigation-main {
	padding: 5px 15px 5px 30px;
    background-color: #0E3C6D;
}
.row .primary-menu-ul > li > a {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 7px;
    letter-spacing: 0.5px;
}
.before-copyright-section {
    background-color: #40166B;
    padding: 5px 0px 10px 0px;
}
.before-copyright-section .cs-icon-list-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 0px;
}
.before-copyright-section .cs-icon-list-item i {
    color: #FEBA7A;
    font-size: 24px;
}
.before-copyright-section .cs-icon-list-item a, .before-copyright-section .cs-icon-list-item span {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 3px;
}
.before-copyright-section .cs-icon-list-items .cs-icon-list-item {
    padding: 7px 0px;
	text-align:center;
}
.before-copyright-section .cs-icon-list-item:first-child a {
    font-size: 32px;
}
.hfg_footer .footer-bottom-inner {
    background-color: #FFBA7B;
}
.hfg_footer .component-wrap p {
    font-style: italic;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
#cont i {
    border: 3px solid #0E3C6D;
}

.elementor-toggle .elementor-tab-title{
	border-bottom: 1px solid #d4d4d4;
}

.job-list .job-item {
	border-bottom: 1px solid #d4d4d4;
}
.job-list .job-title {
	color: #691E49;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	padding: 15px;
	line-height: 26px;
}
.job-title > span {
	color: #37455a;
	margin-left: 15px;
}
.job-list .job-content {
	display: none;
	padding: 10px 40px;
}
@media (max-width:1120px){
	#nv-primary-navigation-main {
		padding: 5px 15px 5px 15px;
		background-color: #0E3C6D;
	}
	.row .primary-menu-ul > li > a {
		font-size: 17px;
		font-weight: 500;
		padding: 0px;
		letter-spacing: 0.5px;
	}
}
@media (max-width:959px){
	.header .cs-icon-list-items.cs-inline-items{
		flex-direction: column;
	}
	.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item{
		padding:0px;
	}
	.cs-menu-toggle {
		padding: 10px 15px;
		background-color: #0e3c6d;
		height:48px;
	}
	.cs-menu-toggle i {
		font-size: 24px;
	}
	#header-grid .nv-nav-wrap {
		position: relative;
	}
	#header-grid .nv-nav-wrap .nav-menu-primary {
		position: absolute;
		width: 100%;
		top: 49px;
		z-index: 1;
	}
	#nv-primary-navigation-main {
		padding: 0px;
		background-color: #0E3C6D;
	}
	#nv-primary-navigation-main > li {
		padding: 10px 20px;
		border-bottom: 1px #708397 solid;
	}
	#nv-primary-navigation-main > li:last-child {
		padding: 15px 20px;
	}
	
	.nav-menu-primary, .nv-nav-wrap .cs-menu-toggle .fa-window-close, .nv-nav-wrap.cs-show-menu .cs-menu-toggle .fa-bars {
		display: none;
	}
	.nv-nav-wrap.cs-show-menu .cs-menu-toggle .fa-window-close, .nv-nav-wrap.cs-show-menu > .hide-on-desktop + .nav-menu-primary {
		display: block;
	}
}
@media (max-width:767px){
	#header-grid .header--row-inner .hfg-item-left {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	#header-grid .header--row-inner .hfg-item-right {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.hfg-item-left .site-logo {
		justify-content: center;
		align-items: center;
	}
	.header .cs-icon-list-items.cs-inline-items {
		background: #363951;
		margin: 0px;
		flex-direction: row;
		justify-content: center;
		color: #fff;
		padding: 2px 0px;
	}
	.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item:not(:last-child):after {
		content: "";
		position: absolute;
		height: 100%;
		width: 1px;
		background: #909090;
		right: 0;
	}
	.header .cs-icon-list-items.cs-inline-items .cs-icon-list-item {
		padding: 0px 10px;
		font-size: 14px;
		letter-spacing: 0px;
	}
	.header .cs-icon-list-item i {
		font-size: 14px;
	}
	.logo_and_title .cs-social-icons-wrapper {
		display: none;
	}
	.logo_and_title .brand img {
		max-height: 80px;
	}
	#header-grid .nv-nav-wrap .nav-menu-primary {
		position: absolute;
		width: 320px;
		top: 100%;
		z-index: 1;
		right: -15px;
	}
	#header-grid .header--row-inner .hfg-item-right {
		background: #FEBA7A;
		height: 135px;
		margin: 0px;
	}
	#header-grid .nv-nav-wrap {
		position: relative;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	#header-grid .nv-nav-wrap > .hide-on-desktop {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cs-menu-toggle i {
		font-size: 55px;
		color: #FDB979;
	}
	.cs-menu-toggle {
		padding: 10px 15px;
		background-color: #65508B;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 85px;
		height: 85px;
	}
	.builder-item--primary-menu{height:100%;}
	#nv-primary-navigation-main > li {
		border-bottom: 1px transparent solid;
	}
	#nv-primary-navigation-main {
		padding: 20px 10px 20px 30px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		background-color: #65508B;
	}
	.row .primary-menu-ul > li > a {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 18px;
	}
	span.login {
		font-weight: 700;
	}
	#nv-primary-navigation-main > li#menu-item-45 a {
		font-size: 14px;
	}
}
.home .nv-page-title {
	display: none;
}
.footer-bottom-inner:before {
	background-color: #FEBA7A!important;
	opacity: 1!important;
}
