/*
Theme Name: Wanium Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/wanium/
Description: Wanium WordPress child theme.
Template: wanium
Text Domain: wanium-child
*/

/* START EDIT NVS 16-01-2023 */

.menu-item-6540,
.menu-item-6544 {
	display: none !important;
	}

/* END EDIT NVS 16-01-2023 */


body {
	font-size: 16px !important;
	line-height: 28px;
	}

p {
	margin: 0 0 30px;
	}

.widget {
	margin: 0;
	}

.module {
	padding: 0;
	}

a:hover {
	opacity: 0.75;
	}

/* HEADER */

.top-container {
	background: rgba(0,28,168,1);
	background: -moz-linear-gradient(top, rgba(0,28,168,1) 0%, rgba(0,28,168,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,28,168,1)), color-stop(53%, rgba(0,28,168,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,28,168,1) 0%, rgba(0,28,168,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(0,28,168,1) 0%, rgba(0,28,168,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,28,168,1) 0%, rgba(0,28,168,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,28,168,1) 0%, rgba(0,28,168,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001ca8', endColorstr='#ffffff', GradientType=0 );
	position: relative;
	}
	
	.top-container .background {
		background: url(images/bg-header.png) top center no-repeat;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		}
	
		.top-container a {
			color: #ffffff;
			font-size: 1.25rem;
			}
		
	.nav-utility {
		padding-top: 15px;
		padding-bottom: 15px;
		}

.main-image:after {
	display: block;
	background: url(images/shadow.png) no-repeat center top;
	background-size: cover;
	height: 40px;
	width: 100%;
	}

	.main-image ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}
		
		.main-image li {
			list-style: none;
			}
		
			.nivo_slider a.nivo-prevNav {
				background: url("images/btn-prev.png") no-repeat;
				left: 15px;
				}
			
			.nivo_slider a.nivo-nextNav {
				background: url("images/btn-next.png") no-repeat;
				right: 15px;
				}
		
.nivoSlider img {
	width: 100%;
	height: auto;
	}

.nav-container {
	opacity: 1;
	}

.nav-container nav {
	box-shadow: none;
	}

.nav-container nav.fixed {
	position: relative !important;
	visibility: visible;
	opacity: 1;
	}

.nav-container nav .nav-bar > div {
	background: #ffc000;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	}

.nav-container nav .nav-bar .module,
.nav-container nav .nav-bar .module-group {
	overflow: visible;
	}
	
	nav .menu > li {
		margin: 0;
		}
	
	.nav-container nav .menu > li > a {
		padding: 0 2rem;
		}
	
	.nav-container nav .menu > li > a:hover,
	.nav-container nav .menu > li.active > a {
		background: #dba600;
		}
		
		.nav-container nav .menu > li > a:hover:after {
			display: none;
			}
	
	nav .menu > li ul {
		background: #dba600;
		list-style: none;
		white-space: nowrap;
		left: 0;
		right: auto;
		}
		
		nav .menu > li > ul li a {
			padding-top: 15px;
			padding-bottom: 15px;
			}

/* CONTENT */

.main-container {
	padding-top: 50px;
	}

#sidebar > *, .main-sidebar > * {
	padding-left: 15px;
	padding-right: 15px;
	}

#sidebar, .main-sidebar {
    padding: 0 0 30px !important;
    font-size: inherit;
	}
	
	#sidebar h4,
	#sidebar h6 {
		color: #dba600;
		font-size: 1.4em;
		padding-top: 8px;
		text-transform: uppercase;
		}
	
	#sidebar .widget_nav_menu li a {
		color: #dba600 !important;
		text-transform: uppercase;
		}
	
	 #sidebar .current_page_item {
		font-weight: bold;
	 	}

#main-content,
.main-content {
	padding-bottom: 0;
    padding-top: 0;
    padding-left: 40px;
    z-index: 1;
	}
	
	.page-title .container {
		padding: 0;
		transform: none;
		top: 0;
		width: 100%;
		}

	.page-title-basic {
		height: auto;
		}
		
		.page-title .col-md-6 {
			padding: 0 15px 15px !important;
			}
	
		.page-title .col-md-6.text-right {
			padding: 0 0 20px;
			}
		
		h1,
		.heading-title {
			font-size: 2.5rem;
			padding: 0 0 20px;
			text-transform: none;
			}
		
		h2 {
			font-size: 2rem;
			text-transform: none;
			}
		
		h3 {
			color: #666666;
			font-size: 1.5rem;
			text-transform: none;
			}
		
		#main-content ul {
			list-style: none;
			padding: 0;
			margin: 0;
			}
		
		#main-content li:before {
			color: #ffc000;
			}
		
		.wpcf7-textarea {
			height: 150px;
			}
		
		.sdm_download_title {
			font-size: 2rem;
			}
		
		.sdm_download_description {
			display: none;
			}
		
		.sdm_download_button {
			width: 100%;
			}

/* BLOG */

.post-wrap .inner-left .post-date {
	border: none;
	}

/* FOOTER */

.footer-widget {
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-top: 55px;
	}
	
.bg-white .sub-footer {
	border: none;
	font-size: 0.75em;
	}
	
	.bg-white .sub-footer a {
		color: #cccccc;
		text-decoration: underline;
		}

/* ALERT */

.alert-yellow a {
	background: #dba600;
	border-radius: 8px;
	display: block;
	height: auto;
	font-style: italic;
	font-size: inherit;
	text-align: left;
	margin-bottom: 30px;
	padding: 10px;
	vertical-align: baseline;
	color: #664D00;
	width: 100%;
	}

.alert-yellow a:hover,
.alert-yellow a:visited{
	color: #664D00;
	}
	
	.alert-yellow a:before {
		content: 'i';
		font-style: normal;
		border-radius: 50px; 
		text-align: center;
		border: 2px solid #000000;
		font-weight: bold;
		width: 24px;
		height: 24px;
		line-height: 150%;
		display: inline-block;
		margin-right: 10px;
		font-size: 14px;
		}

@media(max-width: 990px) { 

.nav-utility {
	padding-bottom: 70px;
	}

.nav-container nav .nav-bar > div {
	border-radius: 0px;
	}

	.nav-container nav .module-group .menu > li > a {
		background: inherit;
		}
	
	.nav-container nav .module-group .menu > li > a:hover {
		background: #dba600;
		}
	
}