/*
Theme Name: 	Phatisa App News
Theme URI: 		http://www.appyourgame.com
Description: 	This is a custom template for Phatisa
Version: 		1.0
Author: 		Munyaradzi Nyikavaranda, Yusuf Abrahams
Author URI: 	http://www.appyourgame.com
Tags: 			brown, app, phatisa, blog
*/

 @font-face{ 
	 font-family: 'sourcesanspro-light'; 
	 src: url('fonts/sourcesanspro-light-webfont.eot'); 
	 src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-light-webfont.woff') format('woff'), 
	 url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'), 
	 url('fonts/sourcesanspro-light-webfont.svg#webfont') format('svg'); 
 }
 
  @font-face{ 
	 font-family: 'sourcesanspro-regular'; 
	 src: url('fonts/sourcesanspro-regular-webfont.eot'); 
	 src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-regular-webfont.woff') format('woff'), 
	 url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), 
	 url('fonts/sourcesanspro-regular-webfont.svg#webfont') format('svg'); 
 }
 
   @font-face{ 
	 font-family: 'sourcesanspro-bold'; 
	 src: url('fonts/sourcesanspro-bold-webfont.eot'); 
	 src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-bold-webfont.woff') format('woff'), 
	 url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), 
	 url('fonts/sourcesanspro-bold-webfont.svg#webfont') format('svg'); 
 }
    @font-face{ 
	 font-family: 'sourcesanspro-black'; 
	 src: url('fonts/sourcesanspro-black-webfont.eot'); 
	 src: url('fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-black-webfont.woff') format('woff'), 
	 url('fonts/sourcesanspro-black-webfont.ttf') format('truetype'), 
	 url('fonts/sourcesanspro-black-webfont.svg#webfont') format('svg'); 
 }
     @font-face{ 
	 font-family: 'sourcesanspro-extralight'; 
	 src: url('fonts/sourcesanspro-extralight-webfont.eot'); 
	 src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'), 
	 url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), 
	 url('fonts/sourcesanspro-extralight-webfont.svg#webfont') format('svg'); 
 }
 #header-placeholder{
	background : #fff;
	height : 20px;
	width : 100%;
	position : relative;
	margin-top : -20px !important;
	z-index : 9999;
 }
 #dvLoading
{
	   background:transparent url(images/loader2.gif) no-repeat center center;
	   height: 100px;
	   width: 128px;
	   position: fixed;
	   z-index: 1000;
	   left: 48%;
	   top: 50%;
	   margin: -25px 0 0 -25px;
}
 html{
	padding-top : 20px !important;
 }
p,span{ 
	font-family : sourcesanspro-regular;
}
h1,h2,h3,h4,h5,h6{ 
	margin : 0;
	padding : 0;
	float : left;
	font-size : 1.5em;
	font-family: sourcesanspro-bold !important;
	color: #333;
	text-transform : uppercase;
}

span{
	font-weight : normal;
}
img{
	max-width : 100%;
	height : auto;
}
#header{ 
	padding: 30px 10px;
	background : #ee921b;	
	overflow : hidden;
/* 	position : fixed; */
	z-index : 99999;
}
#content{ 
	margin-top : 3.5em;
}

#blog-title{ 
   color: #FFFFFF;
   float: left;
   font-size: 1.6em;
   margin-top: 0.6em;
   text-align: left;
   font-family: sourcesanspro-light;
   font-weight : normal;
}

#blog-title span{ 
	font-family: sourcesanspro-light ;
	font-weight : normal !important;
}
#posted-on{ 
	float : left;
	width : 100%;
	font-family: sourcesanspro-light;
	font-size : 1em;
	color : #ccc;
	margin-bottom : 0.8em;
	margin-top : 0;
}
#blog-carousel{ 
width : 100%;
clear : both;
margin-bottom : 1.5em;
}
#blog-carousel img{ 
	margin : 0 auto;
	border : 1px solid #939393;
}
#logo{ 
	margin : 0.3em 0;
	float : left;
}
#content{ 
	position: relative;
    padding: 0;
}
#content h1,#content h2 , #content h4,#content h5,#content h6 { 
	margin : 0.3em 0 0.1em;
	line-height : 1em;
	font-size: 2em;
}

.article-pagination{ 
	width : 90%;
	float : left ;
	clear : left;
	margin-top : 1.5em;
	margin-left : 5%;
}
.article-pagination a{ 
	color : #fff;
	background: #7f614f;
	padding : 0.2em 0em;
	width : 7em;
	text-align : center;
	text-decoration : none;
	font-family: sourcesanspro-light;
	border-radius : 5px;
}

.article-pagination a:hover ,.article-pagination a:active { 
	color : #fff;
	text-decoration : none;
}
#previous-article{ 
	float : left;
}
#next-article{ 
	float: right;
}
#content img{ 
	margin : 0 auto
}
#content p{ 
	/* float : left;
	clear : left;
	text-align : justify;
	width : 93%;
	margin-left : 4%; */
	position:relative;display:block;
	font-size:16px;
}

[class^="col-xm-*"] p{
	width : 95%;
	margin-left : 2%;
}

.wp-block-table {
	overflow-x: inherit !important;
}

#footer {position: relative;display: block;background: #ee921b;padding: 20px 0 50px;    margin: 50px 0 0;}
#footer .social-list{position:relative;display:flex;align-items: center;justify-content: center;gap: 10px;    margin: 0 0 30px 0;} 
#footer .social-list .social-item {position: relative;display: block;color: unset;width: 34px;height: 34px;border-radius: 4px;overflow:hidden;}
#footer .copy {position: relative;display: block;text-align: center;color:#ffffff;}
#header .row,
#content .row,
#footer .row{margin-right: 0px; margin-left: 0px;} 

@media only screen and (max-width: 575px) {
	#content {padding: 0 20px;}
	#header{ padding:10px 0;}
}

/* .alert-success{background: #548235;color:#ffffff;} */



.ui-pnotify .alert-success {
    color: #ffffff !important;
    background-color: #548235 !important;
    border-color: #548235 !important;
}