/*
 Theme Name:     YYJ Intranet Custom Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme for the Victoria International Airport
 Author:         dewolfe001
 Author URI:     https://web321.co/
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

h1 {
	font-size: 2rem;
	font-weight: 700;
}
h2 {
	font-size: 1.75rem;
	font-weight: 700;
}
h3 {
	font-size: 1.5rem;
	font-weight: 700;
}
h4 {
	font-size: 1.3rem;
	font-weight: 600;
}
h5 {
	font-size: 1.2rem;	
	font-weight: 500;	
}
h6 {
	font-size: 1.1rem;
	font-weight: 500;		
}

body, a {
	font-size: 1rem;
}

/* Vertical Menu */

/*remove default 11px padding on each side of list items*/

.vertical-menu .et-menu {
	margin-left:0;
}

.vertical-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
}
/*make the menu items fullwidth and add space between them*/
.vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 3px 0;
}

@media (max-width: 980px) {
	/*open the mobile menu up and use on all devices*/
	.et-db #et-boc .et-l .vertical-menu .et_pb_menu__menu {
		display: flex;
	}
	/*hide the hamburger icon*/
	.et-db #et-boc .et-l .vertical-menu .et_mobile_nav_menu {
		display: none;
	}
}

/* Move blog carousel arrows outside container */

.swiper-button-prev {
    left: -40px !important;
}
 .swiper-button-next {
    right: -40px !important;
}
 .swiper-container {
    position: inherit !important;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev {
    	left: -25px !important;
	}
 .swiper-button-next {
    	right: -25px !important;
	}
}

/* Tools Grid */
.tool-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	grid-gap: 1rem;
	
	border: 1px solid rgba(120,120,130,0.25);
	border-radius: 8px;
	box-shadow: 1px 1px 12px rgba(30,30,40,0.2);
	padding: 1.5rem 1rem 1.5rem 1rem;
}

.tool-item {
	text-align: center;
}

.tool-item > img {
	width: 3rem;
}

.tool-grid > a:hover {
	color: #003e52;
}

#wpdm-category-select {
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 8px 24px 8px 8px;
    max-width: 25rem;
    background-size: auto;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    margin: 1rem 0;
}

#wpdm-category-select:active {
  border-color: #8c8f94;
  box-shadow: none;
}

#logo-block {
    display: none;
}

#tabs a:nth-child(3),
#tabs a:nth-child(4),
#tabs a:nth-child(5) {
    display: none !important;
}