@charset "UTF-8";
/*
Theme Name: UN Women 
Theme URI: https://aegny.co.uk
Author: A Egny
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
		
:root {
	--sf-font:'Montserrat', sans-serif;
	--bg-blue: #65B7E6;
	--bg-darkblue: #264767;
	--bg-blue-light: #009DDC;
	--bg-blue-purple: #F7FBFE;
	--body-font-size: 17px;
	--body-font-color: #4B4B4B;
	--font-color-blue: #009DDC
}

body {
	font-family: var(--sf-font);
	font-size: var(--body-font-size);
	color: var(--body-font-color);
}

.bg-footer {
	background:var(--bg-darkblue)
}

.bg-nav {
	background:var(--bg-blue);
	height:68px
}

.header {
	height:130px	
}

.header .logo img {
	/* width: auto; */
	height: 41px;
	max-height: 41px;
}

.section-fluid, 
.section-fluid-md {
	padding: 0;
}

@media (min-width: 1200px) { 
	.container-sm, 
	.container-xl {
		max-width: 1145px;
	}
	
	.container, 
	.container-lg {
		max-width: 1380px;
	}
	
	.container-md {
		max-width: 965px;
	}
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	letter-spacing: 0;
	color: var(--body-font-color);
	font-family: var(--sf-font);
	font-weight: 900;
}

h1 {
	font-size: calc(var(--body-font-size) + 16px);
	line-height: 1.4;
}

h3 {
	font-size: calc(var(--body-font-size) + 16px);
	line-height: 1.2;
	letter-spacing: -0.5px;
}

h4 {
	font-size: calc(var(--body-font-size) + 3px);
	line-height: 1.2;
	margin-bottom:25px
}

#home-intro-frame {
	font-size: calc(var(--body-font-size) + 3px);
}

p {
	margin: 0;
	font-size: inherit;
	line-height: 1.4;
}

.caption {
	font-size: calc(var(--body-font-size) - 3px);
	line-height: 1.4;
}

.with--after--bg {
	position:relative
}

.with--after--bg:after {
	content:'';
	display:block;
	margin:0 auto;
	width: 70%;
	height: 1px;
	background: var(--bg-blue-light);
}

.row {
	margin-bottom: 0;
	margin:0 auto
}

.row div[class^="col-"]:not(.row) {
	margin-bottom: 0;
}

.lightblue {
	color:var(--bg-blue-light)
}

.btnblue {
	font-size: calc(var(--body-font-size) - 2px);
	background: var(--bg-blue-light);
	text-decoration:none !important;
	padding:10px 15px;
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	font-weight:900;
	border-radius:4px
}

.btnblue:hover,
.btnblue:focus {
	color:#fff;
}

#featured--box {
	background: var(--bg-blue-purple);
	font-size: calc(var(--body-font-size) - 2px);
}

#featured--box img {
	max-width:50px !important
}

#featured--box .items--list {
	display: flex;
	x-justify-content: space-around;
	x-align-items: stretch;
	max-width: 100%;
}

#featured--box .column.left {
	flex: 0 0 55px;
}

#featured--box .column.right {
	flex: 1;
}

#featured--box h2 {
	font-size: calc(var(--body-font-size) + 9px);
}

#footer--nav a {
	color: #fff;
	font-size: calc(var(--body-font-size) - 1px);
	font-weight: 900;
	text-transform: uppercase
}

#footer--nav .p-3 {
	padding:1rem 0.7rem !important
}


.navbar {
	padding: 0;
	height:100%;
}

.navbar-nav {
	width:100%;
	margin:0 auto;
	height:100%;
	align-items: center;
}

.navbar ul li.nav-item {
	margin: 0;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.navbar ul li:hover, 
.navbar ul li.active {
	background:#009DDC
}

.navbar .megamenu { 
	padding: 1.3rem
}

.navbar-nav .nav-link {
	font-weight: 800;
	font-size: 21px;
	display:flex;
	align-items:center
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1) !important;
}

.dropdown-toggle::after {
	display: none !important
}

.dropdown-menu {
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0;
}
.col-megamenu ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.col-megamenu li {
	text-align: left !important;
	justify-content: left !important;
	font-weight:600;
	font-size:16px;
	padding:5px 0;
	line-height:1.4rem;
	background:#fff !important
}

#subtitlenav {
	font-weight:900;
	font-size:17px;
	text-transform:uppercase;
	color:var(--font-color-blue)
}

.header-menu-extra .list-group-item {
	position: relative;
	display: inline-block;
	padding: 0;
	background-color: #fff;
	border: none;
	text-align:right;
	text-transform:uppercase;
	font-size: 14px;
	margin:0 !important;
	font-weight:700;
	line-height:20px
}

.header-menu-extra .list-group-item a {
	color: #767A7D;
}

.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo-inline {
	position:relative;
	font-size: calc(var(--body-font-size) + 10px);
	color: var(--bg-blue-light);
	font-weight:900
}

.logo-inline span {
	display:block;
	padding-top:25px;
}

.my-sidebar {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    background-color: greenyellow; 
}

.entry-content p {
	margin-bottom:15px !important	
}

.box.note--wrap img {
	display:block;
	width:100% !important
}

#footer--nav {
	flex-wrap: wrap;	
}

#banner--frame img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}


@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position:static!important
	}
	.navbar .megamenu {
		left:30px; 
		right:30px; 
		width:100%; 
		margin-top:0
	}
}	

@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, 
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}


.desktop--only {
	display:block !important;
	height:auto !important
}

.mobile--only {
	display:none !important;
	height:0 !important
}

.mob--show {
	display:none !important;
	height:0 !important
}

@media (max-width: 575.98px) {
	
	.desktop--show, 
	.desktop--only {
		display:none !important;
		height:0 !important
	}
	.mob--show, 
	.mobile--only {
		display:block !important;
		height:auto !important
	}
	
	.img--wrapper {
		padding:25px 0 0 ;	
	}
	
	.btn--wrapper {
		display: block;
		padding: 15px 0 0;
		margin: 0 auto;
		text-align: center;
	}
	
	.with--after--bg:after {
		width: 90% !important;
	}
	
	h1, h2, h3 {
		line-height: 1.1;
	}
	
	h1 {
		font-size: calc(var(--body-font-size) + 3px) !important
	}
	
	h4, h3 {
		font-size: calc(var(--body-font-size) + 1px) !important;
		text-align:center;
	}
	
	.logo-inline {
		font-size: calc(var(--body-font-size) + 0);
		text-align:center;
		padding-right: 0;
	}
	.header .container {
		padding: 0 10px;
	}
	
	.leftSide {
		width: 105px !important;
		text-align: left;
	}
	
	.middleSide {
		width: calc(100% - 58px) !important;
		padding: 15px 0 0 0;
    	display: block !important;
	}
	
	
	#banner--frame .container {
		padding: 0;
	}
	
	.logo-inline span {
		padding-top: 0;
		/*
		line-height: 20px !important;
		font-size: calc(var(--body-font-size) + 1px) !important;
		*/
		line-height: 18px !important;
		font-size: 15px !important;
	}
	
	.header .logo img {
		/* width: auto; */
		max-width: unset;
		height: 32px;
		max-height: 32px;
	}
	
	.bg-nav {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
	}
	
	.bg-nav .container-xl {
		padding:0 !important
	}
	
	#footer--nav a {
		display:block	
	}
	
	#footer--nav div:nth-child(7) {
		margin-top: 25px !important;
	}
	
	#footer--nav div:nth-child(7) a,
	#footer--nav div:nth-child(8) a {
		font-weight: 500 !important;
	}
	
	.container, .container-fluid {
		position: relative;
		padding: 0 0;
	}
	
	h1.entry-title {
		line-height: 25px !important;
	}
	
	.entry-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.steps--boxes {
		-webkit-box-shadow: 0 10px 40px -4px rgba(24,27,30,0.1);
    	box-shadow: 0 10px 40px -4px rgba(24,27,30,0.1);
	}
	
}


@media (min-width: 576px) {
	/*
	.container, .container-sm {
		max-width: 100%;
		padding:0 5px !important
	}
	
	
	.leftSide {
		width: 140px !important;
		text-align: left;
	}
	*/
	.logo-inline {
		padding-right: 0 !important;
	}
	
}

@media only screen and (min-width: 321px) and (orientation: landscape) {
	/*
	.container, .container-sm {
		max-width: 100%;
		padding:0 5px !important
	}
	*/
	
	.logo-inline {
		font-size: calc(var(--body-font-size) + 4px) !important;
	}
	
	.header--frame {
		padding: 0 15px;
	}
}


@media (min-width: 768px) and (orientation: landscape) {
	/*
	.container, .container-md, .container-sm {
		max-width: 100%;
		padding:0 5px !important
	}
	*/
	#banner--frame {
		padding-top: 0 !important;
	}
}

@media screen and (max-device-width: 768px) and (orientation:landscape) {
	.container, .container-sm {
		max-width: 100%;
		padding:0 5px !important
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.header {
		height: 70px !important;
		position: fixed;
		z-index: 100001;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	h1 {
		line-height: 1.1;
	}
	
	.mfp-wrap {
    	top: 75px !important;
		margin-top: 75px !important;
	}
	
	#banner--frame {
		padding-top:70px	
	}
}

/* Tablets (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.container, .container-md, .container-sm {
		max-width: 100% !important;
		padding:0 5px !important
	}
}

.mfp-wrap.mfp-auto-cursor.mfp-ready {
	top:0 !important	
}