/* [Master Stylesheet] */

/* ------------- Index of Stylesheet -------------
:: 1.0 Import Web Fonts
:: 2.0 Import All CSS
:: 3.0 Common/Base CSS
:: 4.0 Header Area CSS
    :: 4.1.0 Top Header Area CSS
    :: 4.2.0 Middle Header Area CSS
    :: 4.3.0 Bottom Header Area CSS 
:: 5.0 Welocome Post Area CSS
:: 6.0 News Marquee Area CSS
:: 7.0 Sidebar Area CSS
:: 8.0 Post Area CSS
:: 9.0 Video Post Area CSS
:: 10.0 Editorial Post Area CSS
:: 11.0 Catagory Area CSS
:: 12.0 About Us Area CSS
:: 13.0 Contact Area CSS
:: 14.0 Footer Area CSS
------------------------------------------------ */

/* --------------------
:: 1.0 Import Web Fonts
-------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap');

/* ------------------
:: 2.0 Import All CSS
------------------ */

@import '../css/bootstrap.min.css';
@import '../css/owl.carousel.css';
@import '../css/font-awesome.min.css';
@import '../css/pe-icon-7-stroke.css';
@import '../css/magnific-popup.css';
@import '../css/animate.css';
@import '../css/jquery-ui.min.css';

/* -------------------
:: 3.0 Common/Base CSS
------------------- */

* {
    margin: 0;
    padding: 0;
}

body {    font-family: 'Open Sans', sans-serif;    font-weight: 400;    overflow-x: hidden; font-size:14px;}

h1,h2,h3,h4,h5,h6 {    color: #3a3a3a;    line-height: 1.2; font-family: 'PT Serif', serif;   font-weight: 400;}

p {color: #444;line-height: 1.9;}

a:focus {    outline: 0 solid;}
a,a:hover,a:focus {    -webkit-transition: all 500ms ease 0s;    transition: all 500ms ease 0s;    text-decoration: none;    outline: none;
    color: #000;}

ul,ol {    margin: 0;}

ol li,ul li {    list-style: outside none none;}

img {    height: auto;    max-width: 100%;}

.font-pt { font-family: 'PT Serif', serif !important;}

.background-overlay,.background-overlay-5,.background-overlay-white {    position: relative;    z-index: 2;    background-position: center center;    background-size: cover;}

.background-overlay:before,.background-overlay-5:before,.background-overlay-white:before {    position: absolute;    z-index: -1;    top: 0;
    left: 0;    width: 100%;    height: 100%;    content: "";}

.background-overlay:before {    background-color: rgba(0, 0, 0, 0.7);}
.background-overlay-5:before {    background-color: rgba(0, 0, 0, 0.5);}
.background-overlay-white:before {    background-color: rgba(255, 255, 255, 0.9);}

.gazette-table {    display: table;    z-index: 9;    position: absolute;    width: 100%;    height: 100%;    margin: 0;}
.gazette-table-cell {    display: table-cell;    vertical-align: middle;}

.m-20-0 {    margin: 20px 0;}
.m-40-0 {    margin: 40px 0;}

.mt-15 {    margin-top: 15px;}
.mt-30 {    margin-top: 30px;}
.mt-50 {    margin-top: 50px;}
.mt-70 {    margin-top: 70px;}
.mt-100 {    margin-top: 100px;}
.mb-15 {    margin-bottom: 15px;}
.mb-30 {    margin-bottom: 30px;}
.mb-50 {    margin-bottom: 50px;}
.ml-15 {    margin-left: 15px;}
.ml-30 {    margin-left: 30px;}
.mr-15 {    margin-right: 15px;}
.mr-30 {    margin-right: 30px;}
.mb-70 {    margin-bottom: 70px;}
.mb-100 {    margin-bottom: 100px;}

.bg-img {    background-position: center center;    background-size: cover;    background-repeat: no-repeat;}

.bg-gray {    background-color: #999;}
.bg-white {    background-color: #fff;}
.bg-dark {    background-color: #000 !important;}

.bg-transparent {    background-color: transparent;}
.bg-transparent-dark {    background-color: rgba(0, 0, 0, 0.5) !important;}
.bg-transparent-light {    background-color: rgba(255, 255, 255, 0.5) !important;}

.bg-dark3 {    background-color: rgba(0, 0, 0, 0.75) !important;}
.bg-dark2 {    background-color: rgba(0, 0, 0, 0.5) !important;}

.font-bold {    }
.font-light {    font-weight: 300;}

.height-500 {    height: 500px !important;}
.height-600 {    height: 600px !important;}
.height-700 {    height: 700px !important;}
.height-800 {    height: 800px !important;}

#scrollUp {    background-color: #F00;    border-radius: 0;    bottom: 0;    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);    color: #fff;    font-size:2em;    height: 40px;    line-height: 40px;    right: 60px;    text-align: center;    width: 40px;}

.section_padding_10 {    padding: 10px 0;}
.section_padding_20 {    padding: 20px 0;}
.section_padding_50 {    padding: 50px 0;}
.section_padding_100 {    padding: 100px 0;}
.section_padding_100_70 {    padding: 100px 0 70px;}
.section_padding_100_50 {    padding: 100px 0 50px;}
.section_padding_100_0 {    padding: 100px 0 0;}
.section_padding_0_100 {    padding: 0 0 100px;}

.section_heading {    margin-bottom: 50px;    position: relative;    z-index: 1;}
.section_heading h2 {    font-size:2.5em;    margin-bottom: 0;  }
.section_heading.text-left {    text-align: left !important;}

.gazette-btn {    min-width: 200px;    border: 2px solid #fff;    display: inline-block;    color: #fff;    
    height: 54px;    line-height: 50px;    padding: 0 15px;    border-radius: 0;    letter-spacing: 1px;    font-weight: 400;}

.gazette-btn > i {    padding-left: 10px;}

.gazette-btn:hover,.gazette-btn:focus {    font-weight: 400;    border: 2px solid #ff0303;    color: #ff0303;}

/* :: 4.0 Header Area CSS */

/* :: 4.1.0 Top Header Area CSS */

.top-header {    position: relative;    z-index: 1; padding:10px 0;    background-color: #F00; border-bottom:1px solid #000;}
#breakingNewsTicker.ticker {    width: 100%;    text-align: left;    position: relative;    overflow: hidden;}
#breakingNewsTicker.ticker ul {    width: 100%;    position: relative;}
#breakingNewsTicker.ticker ul li {    display: none;    width: 100%; color: #fff;}


.BreakingNewsTitle{text-transform:uppercase; color:#FFF; background:#000; padding:5px 10px;}

.topsocial i {font-size:1.5em; margin:0 10px; }
.topsocial a:link i {color:#DDD;}

/* :: 4.2.0 Middle Header Area CSS */

.middle-header {
    position: relative;
    z-index: 1;
    height: 160px;
    background-color: #fff;
}

/* :: 4.3.0 Bottom Header Area CSS */

	.logo-area img{width:100%;}


.bottom-header { width: 100%; height: 55px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}

.main-menu .navbar.navbar-expand-lg { padding: 0;}
.main-menu .navbar.navbar-expand-lg .nav-link { color: rgba(0, 0, 0, 0.75); }
.main-menu .navbar.navbar-expand-lg .nav-item.active .nav-link,.main-menu .navbar.navbar-expand-lg .nav-link:hover {color: #F00; font-weight:700;}

.main-menu #searchbtn i { font-size: 20px; cursor: pointer;}
.header-search-form form input { width: 700px; height: 35px; padding: 0 15px; border: 1px solid #DDD; font-style: italic;    border-radius: 4px;}
.header-search-form {    display: none;    -webkit-transition-duration: 500ms;            transition-duration: 500ms;}
.search-form-on .header-search-form {    display: block;}
.search-form-on .navbar-nav {    display: none !important;}

/* :: 5.0 Welocome Post Area CSS */

.welcome-blog-post-slide .single-blog-post-slide {    height:400px;    position: relative;    z-index: 1;}
.welcome-blog-post-slide .single-blog-post-slide .single-blog-post-content {    position: absolute;    bottom:20px;    left:40px;    z-index: 5;}
.single-blog-post-slide .tags > a {    color: #FFF;    background-color: #F00;    padding: 5px 10px;    letter-spacing: 2px;    margin-bottom: 15px;    display: inline-block;}
.single-blog-post-slide h3 a {    color: #fff;  margin-bottom: 15px; font-size:0.8em;}
.single-blog-post-slide .date a {    color: #fff;    font-style: italic; display: inline-block;}
.single-blog-post-slide h3 a:hover,.single-blog-post-slide .date a:hover {    color: #F00;}

/* :: 7.0 Sidebar Area CSS */

.single-breaking-news-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.widget-title h5 {border-bottom: 1px solid #e0e0e0;    padding-bottom: 20px;    margin-bottom: 30px;}

.breakingnews-title {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    height: 30px;
    left: 0;
}

.breakingnews-title p {
    font-size: 12px;
    color: #fff;
    
    margin-bottom: 0;
    position: absolute;
    background-color: #ff0303;
    height: 30px;
    line-height: 30px;
    width: 50%;
    text-align: center;
    top: 0;
    left: 0;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
    background-position: center center;
    background-size: cover;
}

.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1%, #000 98%, #000 99%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(1%, rgba(0, 0, 0, 0.5)), color-stop(98%, #000), color-stop(99%, #000));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 1%, #000 98%, #000 99%);
}


.subscribe-form input,.subscribe-form button {    width: 100%;    background-color: #f5f5f5;    height: 45px;    margin-bottom: 15px;    border: none;    padding: 0 15px;}
.subscribe-form button { background-color: #F00; color: #fff; letter-spacing: 1px;  cursor: pointer;}

/* :: 8.0 Post Area CSS */

.gazette-post-tag a {        background-color: #F00;    color: #FFF;  padding: 5px 10px;    line-height: 1;    letter-spacing: 1px;    margin-bottom: 15px;    display: inline-block;}

.gazette-post-tag h3 {font-size: 1.3em;}

.gazette-welcome-post h2 {  margin-bottom: 15px; }
.gazette-post-date {    color: #838383;    font-style: italic;  margin-bottom: 0;    display: block;}
.gazette-welcome-post p {    line-height: 1.8; }

.post-continue-btn a {    height: 54px;    display: inline-block;    padding: 20px;  color: #F00;   }
.post-continue-btn a:hover {background: #F00;    color: #FFF;}
.post-continue-btn a i {    padding-left: 15px;}

.gazette-heading h4 { padding:10px 0;    border-bottom: 1px dotted #F00; color:#F00;}

.NewsDate{color:#FFF; background:#F00; padding:5px 10px;font-style:italic; font-size:0.8em;}
a.news-btn  {color: #F00;   }
a:hover.news-btn  {background: #F00;    color: #FFF; padding:5px 10px;}

/* :: 9.0 Video Post Area CSS */

.single-video-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.video-post-thumb {
    position: relative;
    z-index: 1;
}

.video-post-thumb:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    content: '';
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-video-post:hover .video-post-thumb:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.video-post-thumb > a {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.single-video-post h5 a {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.5;
    display: block;
    font-weight: 400;
}

/* :: 10.0 Editorial Post Area CSS */

.editorial-post-content h2 a {    color: #fff;        display: block;}
.editorial-post-date {    font-style: italic;    color: #fff; font-weight:700; padding:5px 10px; margin-bottom:0;}
.editorial-post-slides .owl-dots {    width: 100%;    margin-top: 50px;    text-align: center;    display: -webkit-box;    display: -ms-flexbox; display: flex; -webkit-transition-duration: 500ms; transition-duration: 500ms; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.editorial-post-slides .owl-dot {    width: 6px;    height: 6px;    background-color: rgba(255, 0, 0, 0.35);    border-radius: 50%;    margin: 0 3px;}
.editorial-post-slides .owl-dot.active {    width: 9px;    height: 9px;    background-color: rgba(255, 0, 0, 1);}

/* :: 11.0 Catagory Area CSS */

.gazette-single-catagory-post span {
    font-style: italic;
    font-size: 14px;
    color: #9f9f9f;
}

.gazette-single-catagory-post {
    padding: 15px 0;
    border-top: 1px solid #d7d7d7;
}

.gazette-catagory-posts-area .row .col-12:first-child .gazette-single-catagory-post:first-child,
.gazette-catagory-posts-area .row .col-12:last-child .gazette-single-catagory-post:first-child,
.gazette-catagory-posts-area .row .col-12:nth-child(2) .row .col-12 .gazette-single-catagory-post {
    border-top: none;
}

.gazette-catagory-posts-area .row .col-12:nth-child(2) .row .col-12 .gazette-single-catagory-post {
    padding-bottom: 0;
}

.breadcumb-area {    background-color: #EEE;    position: relative;    z-index: 1;}
.breadcumb-area_title h3 {font-size: 1.2em; font-weight:700;}
.breadcumb-area_title  a { background-color: #F00; color: #FFF; padding:10px;  line-height: 1; letter-spacing: 1px;  display: inline-block;}


.catagory-welcome-post-area .gazette-welcome-post h2 {    font-size: 30px;    line-height: 1.5;}

.catagory-welcome-post-area .gazette-welcome-post {    padding-bottom: 40px;    border-bottom: 1px solid #e0e0e0;    margin-bottom: 100px;}

.catagory-welcome-post-area .col-12:last-child .gazette-welcome-post {    padding-bottom: 0;    border-bottom: none;}

.catagory-welcome-post-area .col-12:last-child .gazette-welcome-post .blog-post-thumbnail,.catagory-welcome-post-area .col-12:last-child .gazette-welcome-post .welcome-post-contents {    -webkit-box-flex: 0;        -ms-flex: 0 0 50%;            flex: 0 0 50%;    max-width: 50%;}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item .page-link {
    padding: 0;
    margin-left: -1px;
    line-height: 38px;
    color: #fff;
    background-color: #1d1d1d;
    border: none;
    margin-right: 15px;
    width: 38px;
    text-align: center;
}

.page-item .page-link:hover {
    color: #fff;
    background-color: #ff0303;
}

.fundza-post-title {    width: 100%;    height: 340px;    position: relative;    z-index: 1;}
.fundza-post-title-content h2 {    color: #fff;    font-size: 2em;}
.fundza-post-title-content p {    color: #fff; font-style: italic;}
.fundza-post-title-content {    padding-bottom: 15px;}

.fundza-post-contents .col-12:first-child .fundza-post-text p:first-child:first-letter {    font-size:2em; color:#F00;   line-height: 1;}
.fundza-post-text {    padding:30px 0;}
.fundza-post-author{font-weight:700;}
.fundza-post-thumb {width:100%; color:#F00; font-style:italic; text-align:center;}
.fundza-post-thumb img{width:100%;}


.reply-btn {
    border: 1px solid #000;
    padding: 5px 15px;
    font-size: 12px;
    
}

.form-control {
    height: 50px;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    font-size: 14px;
}

.gazette-contact-area .form-control {    background-color: #f6f6f6;}

textarea.form-control {
    height: 210px;
}

.contact-btn {background:#F00; color:#FFF; font-size: 18px; height: 50px; border: 2px solid #FFF; border-radius: 0; }
.contact-btn:hover,.contact-btn:focus{ background:#FFF;   border-color: #F00;    color: #F00;}

/* :: 12.0 About Us Area CSS */

.about-us-content h1{display:block; width:100%; font-size:2em; color:#000; }
.about-us-content h2{display:block; width:100%; font-weight:700; font-size:1.4em; color:#000; }
.about-us-content ul, .about-us-content ol {width:100%; margin:5px 0 20px 0; }
.about-us-content li {  margin:5px 0 5px 35px; list-style:disc;}

.author-data {position: relative; text-align:center;   z-index: 1;    margin-bottom: 30px;}
.author-data img {width: 100%;}
.author-data h4 {font-size: 1.1em;color: #000;text-align:center; margin:10px auto;}
.author-data h5 {font-size: 1em;color: #F00;text-align:center;margin:5px auto 10px auto;}
.social-info a { font-size:1.5em;    display: inline-block;    padding:10px 5px;    color: #777;}


.gazette-cta-area {
    background-attachment: fixed
}

/* :: 13.0 Contact Area CSS */

.contact_details {    margin-bottom: 15px;}
.contact_details p {    margin-bottom: 0;}

#googleMap {    width: 100%;    height: 560px;}


/* :: 14.0 Footer Area CSS */
.FooterSections  a { font-size:14px;   color: #fff;    margin:10px; padding:10px; display:inline-block;   font-weight: 400;}
.FooterSections  a :hover {    color: #F00;}
.phansi-area {border-top: 1px solid rgba(255, 0, 0, 0.2 ); padding-top:20px;}
.phansi-area p {    margin: 0;    color: #fff;    text-align: center; }
.phansi-area p > a {    color: #fff;}

.advert-thumb img{width:100%;}

