/*!
	Theme Name: g2v
	Theme URI: http://underscores.me/
	Author: Underscores.me
	Author URI: http://underscores.me/
	Description: Description
	Version: 1.0.0
	Tested up to: 5.4
	Requires PHP: 5.6
	License: GNU General Public License v2 or later
	License URI: LICENSE
	Text Domain: g2v
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
	
	This theme, like WordPress, is licensed under the GPL.
	Use it to make something cool, have fun, and share what you've learned.
	
	g2v is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
	Underscores is distributed under the terms of the GNU GPL v2 or later.
	
	Normalizing styles have been helped along thanks to the fine work of
	Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Generic
	- Normalize
	- Box sizing
	# Base
	- Typography
	- Elements
	- Links
	- Forms
	## Layouts
	# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	# plugins
	- Jetpack infinite scroll
	# Utilities
	- Accessibility
	- Alignments
	
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

header#header .header-top .element .btn{
	border-radius: 100px;
}

header#header .header-top {
    padding: 5px 0px;
}

header#header .menuzord-brand img {
    max-height: 65px;
}

.menuzord-menu > li > .megamenu {
    margin-top: 8px;
}



header#header .header-top {
    background-color: #EEF0F8;
}

.icon-theme-colored1.icon-dark a {
    background-color: #4F973B;
    color: #fff;
}


.btn-theme-colored2 {
    color: #fff;
    background-color: #102153;
    border-color: #102153;
}

header#header .header-top {
    color: #1f2e5c;
}

header#header .header-top .contact-info li:not(:first-child):before {
    background: #1f2e5c;
}

header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item) {
    color: #1f2e5c;
}
header#header .header-top .element:not(.styled-icons) a:not(.btn):not(.styled-icons-item):not(.wp-block-button__link):not(.wp-block-button__link):not(.dropdown-item):hover {
    color: #1f2e5c;
    text-decoration: underline;
}
.icon-theme-colored1.icon-dark a {
    background-color: #4F973B;
    color: #fff !important;
}

#footer-page-list li {
    width: 100%;
    display: block;
	padding: 0;
    position: relative;
}

#footer-page-list li:before {display:none;}

.rank-math-breadcrumb .separator::before, .rank-math-breadcrumb .separator::after {
	display:none;
}



.layer-overlay.overlay-theme-colored2-8::before {
    background-color: rgba(36, 88, 155, 0.3);
}


.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.layer-overlay:before {
    z-index: -1;
}

.form-control {
    height: 45px;
}
@media (max-width:1200px) {
	.menuzord-menu > li {
		
		padding: 0;
	}
    .menuzord-responsive .menuzord-menu > li > a {
		
        padding: 8px;
	}
	
}

@media (max-width:768px) {
	.header-top-right, .contact-address{
		display:none !important;
	}
    .contact-info {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
		flex-direction: row-reverse;
	}
	
}

