/*
	Theme Name: Posta Uganda 
	Theme URI: http://ugapost.co.ug
	Description: Posta Uganda 


	

	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-family: 'Raleway', sans-serif;

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

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

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    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 (min-width:320px) {

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

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

}
@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
\*------------------------------------*/

.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;
	}
}
body{
margin: 0px;
padding: 0px;
color: #000;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.8em;
background: #fff;

}

h1, h2, h3 {
line-height: 30px;
color: #111;
font: bold 24px 'Raleway', cursive;
}
a, a:hover, a:focus {
    color: #FE0004;
}
ul{
    padding: 0px;
    margin: 0px 0px 10px 25px;
	list-style-type: square;
}
li {
    line-height: 22px;
	color: #000;	
}
.toplinks{
	padding-top:15px;
}
.toplinks a{
	color:#ffffff;
	text-decoration:none;
}
.top{
	background-color:#D50000;
	color:#ffffff;
	font-weight:bold;
	}
.entry-title a{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
		}
.sogrid__entry__title{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
		}
.lastestnews{
	text-align:center;
	font-size:40px;
	color:#D50000;
}
.lastestnewsp{
	text-align:center;
	color:#c0c0c0;
	font-size:18px;
	font-weight:bold;
}
.aboutus{
	background-color:#ed1b24;
	color: #fff;
	padding:50px 50px;
	border-top:2px solid #BDBDBD;
	}
.singlepost{
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#000;	
}
.welcome{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	
}
.intromessage{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#fff;
	
}
.footer{
	background-image:url(../../uploads/2020/10/ug.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#37474F;
	color:#FFF;
	border-top:5px solid #BDBDBD;
	padding-top:40px;
}
.footer h3{
	color:#fff;
	margin-top:25px;
	text-decoration:none; 

}

.footer-bottom{
	background-color:#000;
	padding:0.5em 0 0.5em 0;
	color:#fff;
	}
.footer-bottom a{
	color:#fff;
}
.footer-bottom a:hover{
	color:#fff;
	}
.footer-bottom p{
	color:#fff;
	}
.wpsm_serviceBox{
	border-top:5px solid #000;	
}
.btn.btn-default.wpsm_read_more{
	color:#000;
	background-color:#000;
	
}
.parallax {
  /* The image used */
  background-image: url("../../uploads/2020/10/Posta-Uganda-Head-Office-in-Kampala.jpg");

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.related_links {
        width: 12em;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
      
        }

.related_links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        }
        
.related_links li {

        margin: 0;
        }

.related_links li a {

   display: block;
        padding: 5px 5px 5px 0.5em;
        color: #fff;
        text-decoration: none;
        width: 100%;
        }

    html>body #related_links li a {
        width: auto;
        }

.related_links li a:hover {
        color: #fff;
        }
.support{
     padding:50px 50px;
}
.support h2 {
    font-size: 35px;
    font-weight:bold;
	text-align:center;
    color: #ffffff!important;
    line-height: 36px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000;
}
.support h2:after{
    padding:20px 0;
    border:3px solid #fff;
    width:200px;
}
.support p{
	text-align:center;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding: 13px 30px;
    line-height: 1.3;
}
.support p a{
    font-size: 16px;
    font-weight: 400;
	text-decoration:none;
    letter-spacing: 1px;
    color: #FFFFFF!important;
    background-color: #D50000;
    border-radius: 50px;
    padding: 18px 36px;
}

.support p a:hover{
    background-color: #D50000;
	
}
.page-title{
     background-image: url("../../uploads/2020/10/Posta-Uganda-Head-Office-in-Kampala.jpg");
    background-size: cover;
    padding: 50px 0 80px 0;
    color: #fff;
    position: relative;
}
.overlay2 {
	z-index: 0;
	background: rgba(0,0,0,0.4);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.fbc-page .fbc-wrap .fbc-items {
	text-align:center;
	font-weight:bold;
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	float: none !important;
	font-size: 16px;
}
.page-title-head{
	color: #fff;
	font-size: 40px;
	text-align:center;
	font-weight:bold;
	font-family: "Roboto", sans-serif;
}

.rt-holder{
	margin: auto;
	padding: 0px 10px 0px 10px;
-webkit-box-shadow: 0px 0px 3px 1px rgba(224,224,224,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(224,224,224,1);
box-shadow: 0px 0px 3px 1px rgba(224,224,224,1);
}
