/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Custom CSS Updates Below */

/*--------------------------------------------------------------
Nav
--------------------------------------------------------------*/

.main-nav > li:hover {
    background: #ebe7e9;
}

/*--------------------------------------------------------------
Sticky Nav
--------------------------------------------------------------*/

 .main-header .is-stuck .navbar-brand {
    max-width: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
Internal Submenu Nav
--------------------------------------------------------------*/

.lqd-custom-menu > li.current_page_item a,
.lqd-custom-menu > li.current_page_parent a {
    background: #ba0b2f;
}

.lqd-custom-menu > li.current_page_item > a,
.lqd-custom-menu > li.current_page_parent > a,
.lqd-custom-menu > li.current_page_parent li.current_page_item > a {
    font-weight: 600;
}

.lqd-custom-menu .sub-menu {
    padding:0 0 1em 20px;
    list-style:none;
}

.lqd-custom-menu > li.current_page_item .sub-menu,
.lqd-custom-menu > li.current_page_parent .sub-menu {
    background: #ba0b2f;
}

.lqd-custom-menu.menu-items-have-fill .sub-menu a {
    padding-top:0;
    padding-bottom: 0;
    border:0;
    transition:none;
}

.lqd-custom-menu.menu-items-have-fill .sub-menu a:hover {
    padding-top:0;
    padding-bottom: 0;
    border:0;
    transition:none;
}

.lqd-custom-menu.menu-items-have-fill .sub-menu li {
    margin-bottom: 5px;
}

.lqd-custom-menu.menu-items-have-fill .sub-menu li:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
Title Bar + Breadcrumbs
--------------------------------------------------------------*/
.titlebar-title {
	text-transform: capitalize !important;
	color: #ba0a2f !important;
	line-height: 50px !important;
}

.titlebar .breadcrumbs {
    margin-top: 3em;
    margin-bottom: 3em;
    display: none;
}

/* blog archieve */
.liquid-blog-posts .liquid-blog-item {
    background: #f4f3f3;
    height: 300px;
}

.liquid-blog-posts .liquid-lp-media {
    height: 300px;
    background-position: center center;
}

@media (min-width: 768px) {
    .titlebar .breadcrumbs {
        display: block;
    }
}

ul.breadcrumbs span, 
ol.breadcrumb span {
    opacity:1;
}

ul.breadcrumbs > li:not(:last-child):after,
ol.breadcrumb > li:not(:last-child):after {
  content: '|';
  margin-left: 0.8em;
  margin-right: 0.85em;
  font-family: 'FontAwesome';
  font-size: 1em;
}


.ieposts {
	
}

.ieposts a {
	display:flex;
	width:100%;
	align-items: center;
}

.postDetails {
	
}

.postDetails span {
	display:block;
}

/*--------------------------------------------------------------
Contact Form 7
--------------------------------------------------------------*/

.wpcf7-form {
	input, textarea, p {
		width: 100%;
	}
	
	p {
		display: flex;
		flex-direction: column;
	}
}

.wpcf7-spinner {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-submit {
	background-color: #ba0a2f; 
	color: #FFF;
	padding: 20px;
	font-family: Eng Schrift;
	text-transform: uppercase;
	font-size: 18px;
	border: none;
	transition: all .3s ease;
}

.wpcf7-submit:hover {
	background-color: #96032a;
	transform: translateY(-1px);

	box-shadow: 0px 1px 1px rgba(0,0,0,0.05),0px 2px 2px rgba(0,0,0,0.05),0px 4px 4px rgba(0,0,0,0.05),0px 8px 8px rgba(0,0,0,0.05),0px 16px 16px rgba(0,0,0,0.05);
}