/*
	Theme Name: UNMA
	Theme URI: https://lwegatech.com
	Description: HTML5 & Bootstrap Blank WordPress Theme
	Version: 1.4.3
	Author: Lwegatech
	Author URI: http://lwegatech.com
	Tags: Blank, HTML5, CSS3, wordpress

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.5 'Roboto', sans-serif;
	color:#444;
	overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
}
a:hover {
	color:#444;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.section-pad{
    padding: 60px 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* header */
.top-header {
	background-color: #24a362;
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
}
.top-header i {
	color: #fff20d;
	margin-right: 10px;
}
.head-socials i{
    font-size: 23px;
}
.head-img{
    display: inline-flex;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
    align-self: center;
}
.head-img li{
    list-style: none;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
}
.head-img li span{
    font-weight: 700;
}
.head-img img{
    height: 25px;
}
.head-social-icons{
    display: inline-flex;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}
.head-social-icons li {
	list-style: none;
	font-size: 15px;
	color: #9C9C9C;
	margin-right: 15px;
	align-self: center;
}
.logo img{
    height: auto;
}
.search-area {
	border-left: 1px solid #eae7e7;
	border-right: 1px solid #eae7e7;
}
.is-form-style input.is-search-input {
	border: 0 !important;
	font-family: 'Rubik', sans-serif;
	color: #000 !important;
	background: transparent !important;
}
.is-form-style input.is-search-submit, .is-search-icon {
	background: transparent !important;
	border: 0 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right {
	margin: 0 0 0 0px;
	background: #049143;
	border-radius: 30px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-item-align-right > a.mega-menu-link {
	color: #fff;
	border-bottom: 0 !important;
}
.is-menu {
	position: relative;
	float: right;
	margin-top: 8px;
}

.section-title {
	font-size: 35px;
	font-weight: 700;
	color: #0f509f;
}
.page-title {
	background-position:center;
	background-size: cover;
	padding: 150px 0 50px 0;
	color: #fff202;
	position: relative;
}
.page-title h1 {
	font-size: 46px;
	font-weight: 500;
	text-shadow: 4px 4px 4px #000;
}
.post-title {
    background-color: #eee;
	padding-top: 60px;
}
.post-details {
	background-color: #049143;
	padding: 10px 20px;
	display: inline-block;
}
.post-details i{
    margin-right: 10px;
}
.date, .author{
	display: inline;
	font-size: 13px;
	color: #fff;
	margin-right: 15px;
}
.post-title h1 {
	font-size: 30px;
	font-weight: 300;
}
.overlay2 {
	position: absolute;
	z-index: 0;
	background: rgba(0, 0, 0, 0.37);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
/*------------------------------------*\
    UNMA POPUP
\*------------------------------------*/
.pum-theme-845 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 0;
	background:#fff!important;
	padding:0!important;
	margin:auto;
}
.pum-theme-845 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background: #0f509f!important;
}
.popup-unma h3 {
	color: #0f509f;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 800;
}
.popup-unma p {
	padding: 0 10px 15px;
	font-size: 15px;
	color: #333;
}
/*------------------------------------*\
    City Weather
\*------------------------------------*/
.myweather{
	background: transparent;
	position: absolute;
	top: 150px;
	left: 10%;
    width: 100%;
	color: #fff;
}
.fcast-home {
	background: transparent;
	position: relative;
	margin-top: -250px;
	color: #fff;
	padding-bottom: 0;
}
.fcast-content h2 {
	font-size: 48px;
	margin-bottom: 1.4rem;
	text-shadow: 1px 1px 1px #000;
}
.fcast-content p {
	font-size: 18px;
	text-shadow: 1px 1px 0px #000;
	margin-bottom: 2rem;
}
.fcast-btn {
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 99px;
	padding: 7px 35px;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
}
.fcast-btn a {
	color: #fff;
}
.fcast-btn:hover a {
    color:#fff20d;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Global elements */
#section10 a {
	padding-top: 50px;
	position: absolute;
	left: 50%;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #ffff00;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ffff00;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.green-btn {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 30px;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}
.green-btn:after{
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
    color: #fff20d;
}
.green-btn:hover{
    color: #444 !important;
    background: #fff;
}
.buttonizer-button{
    transform: rotate(-90deg);
}
.buttonizer-button i{
    display: none;
    right: auto !important;
}
:not(#\ ):not(#\ ):not(#\ ).buttonizer-button-0-0-3 {
	color: rgb(255, 255, 255);
	width: 56px;
	cursor: pointer;
	height: 0 !important;
	margin: 0px auto;
	display: block;
	outline: currentcolor none medium !important;
	position: relative;
	max-width: none !important;
	background: rgb(72, 164, 220) none no-repeat scroll center center / cover;
	box-shadow: none;
	text-align: center;
	transition: all 250ms ease-in-out 0s;
	visibility: visible;
	border-radius: 0px;
	text-decoration: none;
	user-select: none;
}
:not(#\ ):not(#\ ):not(#\ ).buttonizer-button-0-0-10 {
	color: rgb(255, 255, 255);
	width: 56px;
	cursor: pointer;
	margin: 0px auto;
	display: block;
	outline: currentcolor none medium !important;
	position: relative;
	max-width: none !important;
	background: rgba(248, 5, 5, 0.64) none no-repeat scroll center center / cover;
	box-shadow: none;
	text-align: center;
	transition: all 250ms ease-in-out 0s;
	visibility: visible;
	border-radius: 0px;
	text-decoration: none;
	user-select: none;
	height: 0 !important;
}
:not(#\ ):not(#\ ):not(#\ ).buttonizer-label-0-0-13 {
	top: 50%;
	color: rgb(255, 255, 255);
	height: 56px !important;
	margin: 0px;
	padding: 5px 15px;
	position: absolute;
	font-size: 16px;
	transform: translateY(-50%);
	transition: all 0.2s ease-out 0s;
	font-family: unset;
	line-height: 56px !important;
	white-space: nowrap;
	border-radius: 0px;
	background: rgba(0, 128, 0, 0.62) none repeat scroll 0% 0% !important;
	min-width: 170px;
	right: auto !important;
	margin-left: 20px !important;
}
:not(#\ ):not(#\ ):not(#\ ).buttonizer-label-0-0-6 {
	top: 50%;
	color: rgb(255, 255, 255);
	right: 56px;
	height: 56px !important;
	margin: 0px;
	padding: 5px 15px;
	position: absolute;
	font-size: 16px;
	transform: translateY(-50%);
	text-align: center !important;
	transition: all 0.2s ease-out 0s;
	font-family: unset;
	line-height: 56px !important;
	white-space: nowrap;
	border-radius: 0px;
	background-color: rgba(248, 5, 5, 0.64);
	min-width: 170px;
}
/* Video banner homepage section */
.head-separator {
	border-top: 6px solid black;
	background-color: yellow;
	height: 17px;
	border-bottom: 6px solid red;
}
#video-container {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
#video-container video{
    width: 100%;
}
.weather-updates {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: unset;
	left: 0;
	right: 0;
}
.weather-form{
    margin-bottom: 20px;
}
.weather-search-text, .weather-search-text:focus {
	width: 90%;
	border: none;
	border-bottom: 2px solid #eee;
	background-color: transparent;
	color: #eee;
	padding-bottom: 4px;
}
.weather-search-btn {
	color: #f7ec26;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #eee;
	font-size: 25px;
}
.default-city{
    margin-right: 13px;
    margin-left: 13px;
}
.default-city .city-title {
	font-size: 40px;
	font-weight: 300;
}
.default-city .weather {
	border-right: 1px solid;
}
.default-city .deg{
    font-size: 30px;
}


.weather-results2 {
	background-color: rgba(255,255,255,0.7);
	color: #444;
	padding: 20px 10px;
	margin-top: 5px;
	text-align: center;
	border-radius: 5px;
	width: 100%;
}
.weather-results2 td {
	padding: 20px 0;
}
.weather-results2 h4{
    font-size: 16px;
    text-transform: uppercase;
}
.weather-results {
	background-color: rgba(255,255,255,0.7);
	color: #444;
	padding: 20px 10px;
	margin-top: 20px;
	margin-left: 13px;
	margin-right: 13px;
	text-align: center;
	border-radius: 5px;
	width: 100%;
}
.weather-results td {
	padding: 20px 0;
}
.weather-results td:hover {
	box-shadow: 3px 5px 5px 10px #0000003d;
}
.weather-results h4{
    font-size: 16px;
    text-transform: uppercase;
}
.weather-title{
    display: none;
}
.morn-temp {
	color: #1fa15d;
	font-weight: 500;
	display: inline;
	font-size: 20px;
}
.weather-details {
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 10px 15px;
	color: #444;
	font-size: 14px;
}
.weather-details h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}
.weather-details .iconify {
	margin-right: 5px;
	color: #fff202;
}
/* After Slide homepage section */

.default-list{
	text-align: left;
	list-style: none;
}

.default-list li::before{
	content: '\f30b';
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-weight: 900;
	color: #049143;
}
.numbered-list{
    list-style: none;
}
.numbered-list li {
    font-size: 14px;
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 4rem;
    line-height: 1.375;
    position: relative;
}

.numbered-list li::before {
	content: counter(list);
	width: 4rem;
	height: 4rem;
	float: left;
	margin: 0 1.5rem 0.75rem 0;
	color: #fff202;
	background: #0f509f;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	shape-outside: ellipse();
	z-index: 1;
	font-size: 15px;
}
.numbered-list li strong{
    font-size: 20px;
}
.about-text {
	color: #049143;
	font-size: 25px;
}
.home-message {
	background-color: #0f509f;
	color: #fff;
}
.home-message img {
	border-radius: 50%;
	width: 100%;
	height: 400px;
	border: 6px solid yellow;
	object-fit: cover;
	object-position: top;
}
.home-message hr {
	border-left: 200px solid yellow;
	background-color: transparent;
	border-bottom: 0;
	border-right: 0;
	border-top: 0;
	height: 1px;
}
/* Focus Homepage section */
.focus-area {
	/*background-color: #0f509f;*/
    /*background-image: linear-gradient(to right, rgba(109, 179, 242, .6), rgba(109, 179, 242, .6)),url(https://www.unma.go.ug/wp-content/uploads/2020/11/ashoreugandaenvironmentalprotection.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.wp-block-cover:hover ::before {
	background-color: rgba(0, 0, 0, 0.11);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.focus-area h3::before {
	content: '';
	border-right: 20px solid #fff20d;
	border-top: 40px solid transparent;
	position: relative;
	display: inline-flex;
}
.focus-area h3{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.focus-area h3 span {
	background-color: #fff20d;
	padding: 10px 20px;
	display: inherit;
}
.wp-block-cover:hover h3{
    z-index: 2;
}
/* Homepage news area */
.sp-pcp-post {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 300px;
}
.sp-pcp-thumb{
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items:end;
}
.sp-pcp-thumb img{
    display: block;
    width: 100%;
    height: auto !important;
}
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
	text-transform: none;
	font-size: 16px !important;
	line-height: 24px;
	color: #111;
	font-weight: 400;
}
.sp-pcp-post .sp-pcp-post-meta ul li .fa, .sp-pcp-post .sp_pcp_cf_list .fa {
	margin-right: 3px;
	color: #0f509f;
}
.neg-margin{
    margin-bottom: -50px;
}
/* Chart homepage section */
.highcharts-title{
    display: none;
}

/* News & Events homepage section */
.publications .wpdmdl-btn{
    display: none;
}
.publications .w3eden a{
    color: #444;
}
.publications .w3eden .text-muted {
	color: var(--color-secondary) !important;
	display: none;
}
.publications .w3eden ul.wpdm-pagination {
    display: none !important;
}
#poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h2, #poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h3, #poststuff .rt-tpg-container .layout2 .rt-holder .rt-detail h4, .rt-tpg-container .layout2 .rt-holder .rt-detail h2, .rt-tpg-container .layout2 .rt-holder .rt-detail h3, .rt-tpg-container .layout2 .rt-holder .rt-detail h4 {
	font-size: 14px !important;
	margin: 0 0 14px 0;
	padding: 0px;
	font-weight: 400;
	line-height: 1.25;
}
.rt-tpg-container .layout2 .rt-holder {
	padding-bottom: 0 !important;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}
.rt-tpg-container .rt-equal-height {
	margin-bottom: 0 !important;
}
.wp-block-embed__wrapper iframe{
    height: 300px !important;
}
/*----------------------------------
          Inside pages
----------------------------------*/
.img-fluid img{
    width: 100%;
    height: auto;
}
.rounded img{
    border-radius: 10px;
}
.other-title {
	background-color: #049143;
	padding: 15px 20px;
	color: #fff;
}
/* About pages sidebar */
.vision-box {
	color: #444;
	background-color: #eee;
	padding: 20px 30px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 10px;
	border-top: 2px solid #049143;
}
.vision-box h3{
    font-size: 25px;
    color: #049143;
    margin-bottom: 25px;
}

/* Contact page */
.contact-box1::before, .contact-box2::before, .contact-box3::before {
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: 900;
	text-align: center;
	display: inline-block;
	color: #049143;
	font-size: 30px;
	align-self: center;
}
.contact-box1::before {
	content: "\f5a0";
}
.contact-box2::before {
	content: "\f879";
}
.contact-box3::before {
	content: "\f0e0";
}
.contact-box2 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.contact-box1, .contact-box2, .contact-box3 {
	display: flex;
	padding: 20px 0;
}
.contact-box1 strong, .contact-box2 strong, .contact-box3 strong {
	display: block;
	font-size: 25px;
	margin-bottom: 15px;
}
.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
	display: block;
	text-align: left !important;
}
.layout1 .rt-tpg-container .rt-equal-height {
	border: 1px solid #eee;
	border-radius: 10px;
	padding-bottom: 10px;
}

/* Directorate pages */
.directorate-sidebar h3 {
	background-color: #049143;
	color: #fff;
	padding: 13px 15px;
	font-size: 25px;
}
.directorate-sidebar a{
	background: #eee;
	padding: 13px 15px;
	display: block;
	border-left: 4px solid #fff202;
	color: #444;
}
.directorate-sidebar a:hover{
    background-color: #049143;
    color: #fff;
}

/* Service pages */
.service-sidebar {
	padding: 20px 30px;
	font-size: 18px;
	background-color: #eee;
	border-radius: 10px;
	word-break: break-word;
	color: #444;
}
.service-sidebar h3{
    font-size: 25px;
}
.service-sidebar p{
    margin-top: 20px;
    display: flex;
}
.service-sidebar span{
    align-self: center;
}
.service-sidebar i {
	color: #36934f;
	font-size: 25px;
	margin-right: 10px;
	border: 1px dashed;
	padding: 15px;
	border-radius: 50%;
}

/* Staff page */
.tmm .tmm_plugin_f .tmm_job {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #36934f;
	text-transform: uppercase;
}
.tmm .tmm_plugin_f .tmm_desc {
	padding: 0px;
	margin-top: 19px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	border-top: 1px solid #eee;
}
.tmm .tmm_desc, .tmm .tmm_desc span, .tmm .tmm_desc p {
	color: #555555;
	word-break: break-word;
	font-weight: 700;
	font-size: 16px;
}

/* News page and Blog page */
#poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h2, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h3, #poststuff .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4 {
	margin: 0 0 14px;
	padding: 0;
	font-size: 20px !important;
	line-height: 1.25;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder {
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: end;
	justify-content: center;
}
.rt-tpg-container .layout1 .rt-holder .rt-img-holder img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
/* Post pages */
.post-sidebar h3 {
	padding: 15px 20px;
	font-size: 20px;
	background-color: #049143;
	color: #fff;
}
.yarpp-thumbnails-horizontal{
    padding: 0 10px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none !important;
	width: 100% !important;
	height: auto !important;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
	display: flex !important;
	border-bottom: 1px solid #00000012 !important;
	padding: 10px 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em !important;
	max-height: 100% !important;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 100% !important;
	text-decoration: inherit;
	overflow: visible !important;
	color: #444;
	font-weight: 600;
	align-self: center;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 50% !important;
	height: auto !important;
	margin: 5px;
}
/* Audio pages */
.ai-wrap {
	padding: 20px;
	background-color: transparent !important;
	color: #ffffff;
	max-width: 100%;
	font-family: inherit !important;
}
.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
	background-color: #0f509f !important;
	color: #ffffff;
}
.ai-wrap .ai-audio-control {
	background-color: #0f509f !important;
}
.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
	background-color: #0f509f !important;
}
.ai-wrap .ai-track-info {
	color: #444;
}

/* Footer */
.footer {
	padding-top: 50px;
	background: #222;
	color: #fff;
	font-weight: 300;
}
.footer h4 {
	font-size: 18px;
	color: #fff20d;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer p, .footer a{
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}
.footer a:hover{
    color: #BBD824;
}
.mail-box{
    width: 100%;
}
.mail-text{
	width: 70%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: 0;
	padding: 10px 15px;
}
.mail-submit {
	width: 30%;
	border: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 10px 15px;
	background-color: #0f509f;
	color: #fff;
}
.footer hr {
	background: #c4bfbf;
}
.nita-stmt {
	font-size: 11px !important;
	color: #c4bfbf !important;
}
.copyright {
	padding: 10px 0;
	background-color: #000;
}
.copyright p{
    margin-bottom: 0;
    font-size: 11px;
    color: #c4bfbf;
}
.copyright a{
    color: #c4bfbf;
}
.copyright a:hover{
    color: #456b92;
}
.wp-block-ub-tabbed-content-tab-title-vertical-wrap {
    font-weight:700;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {

}
@media only screen and (max-width:480px) {

}


@media screen and (max-width: 670px) { 
  #video-container{
      
  }
  .myweather {
  background: transparent;
  position: absolute;
  top: 80px;
  left: 5%;
  width: auto;
  color: #fff;
}
.weather-results h4 {
  font-size: 12px;
  text-transform: uppercase;
}
  .weather-updates {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),url(https://www.unma.go.ug/wp-content/uploads/2020/11/ashoreugandaenvironmentalprotection.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
    }
    .default-city .deg {
    font-size: 20px;
    }
    .weather-search-text, .weather-search-text:focus {
    width: 80%;}
    .default-city .city-title {
    font-size: 30px;}
    .weather-details{
        margin-top: 20px;
    }
    .fcast-home {
        margin-top:-400px;
    }
    .fcast-content h2 {
	font-size: 28px;
	margin-bottom: 1rem;
    }
    .fcast-content p {
    font-size: 16px;
    }
    .fcast-btn {
	padding: 5px 30px;
	font-size: 14px;
}
.section-title {
    font-size: 25px;
}
}
 
@media only screen and (max-device-width:812px){
 
}

@media only screen and (max-width:820px) {
.footer .call{
    font-size: 30px;
}
.footer ul {
    padding-left: 0;
    display: inline-grid;
    margin-bottom: 30px;
    width: 32%;
}
.footer ul li{
    margin-bottom: 20px;
}
 
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{
        margin: 0 !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
    
  /*  #video-container{*/
  /*    display: none;*/
  /*}*/
  .weather-updates {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),url(https://www.unma.go.ug/wp-content/uploads/2020/11/ashoreugandaenvironmentalprotection.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
    }
    .default-city .city-title{
        font-size: 30px;
    }
    .blue-btn{
        font-size: 14px;
    }
    .footer .call{
    font-size: 30px;
}
.footer ul {
    padding-left: 0;
    display: inline-grid;
    margin-bottom: 0;
    width: 30%;
}
.footer ul li{
    margin-bottom: 20px;
}

    
}
   
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.custom-logo{
    width: 100%;
    height: auto;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
