<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
*
* Theme Name: Newspaper
*
* Contents:
*
* 1 - Body
* 2 - Navbar
* 3 - Elements
* 4 - Alert
* 5 - Footer
* 6 - News / Articles / Blog
* 7 - Files / Video / Sound / Photo / Cards
*
***************************************************/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    outline: none;
    box-sizing: border-box;;
}

@font-face {
    font-family: 'NotoKufiArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoKufiArabic-Bold.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Regular.ttf);
}

@font-face {
    font-family: 'NotoNaskhArabic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoNaskhArabic-Bold.ttf);
}

body {
    background-color: #FFF;
    font-family: 'NotoKufiArabic-Regular',"Open Sans",Tahoma,Arial,sans-serif !important;
    font-size:12px;
    overflow-x: hidden;
}

/* Tooltip */

.tooltip {
    color: white;
    font-size:16px;
}

/* Clearfix */

.clearfix::before, .clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

::before, ::after {
    box-sizing: border-box;
}

/* Navbar */

.navbar-default {
    background-color: #FFF;
    border-top:1px solid #DDD;
    border-bottom-width: 0;
}

.navbar-default .navbar-header{
    float: none;
}

.navbar-default .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #333;
}

.navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:14px;
    text-align: center;
    color: #4D4D4D;
}

.navbar-nav &gt; li &gt; a:hover &gt; i{
    color:#000;
}

@media(max-width: 768px){

    .navbar {
        position: relative;
        min-height: 60px;
        margin-bottom: 30px;
        border-bottom: 1px solid #DDD;
    }

    .navbar-default .navbar-header{
        min-height: 60px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        margin-top:12px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-brand img{
        max-height: 40px;
        margin-top:-6px;
        margin-left:40px;
        display: block;
    }

    .navbar-nav &gt; li &gt; a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size:13px;
        text-align: left;
    }

    .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-default .main-menu{
        border-top-width:0;
    }

}

@media(min-width: 769px){

    .navbar {
        position: relative;
        min-height: 85px;
        margin-bottom: 30px;
    }

    .navbar-default .navbar-header{
        min-height: 110px;
    }

    .navbar-default .navbar-brand img{
        max-height: 65px;
        margin-top:5px;
    }

}

/* Main Menu */

.main-menu .navbar-nav &gt; li &gt; a:hover &gt; i {
    color: #FFF;
}

@media(max-width: 768px){

    .main-menu .navbar-nav &gt; li &gt; a {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 13px;
        color: #333;
        font-weight: bold;
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    }

    .main-menu .nav &gt; li &gt; a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .main-menu .navbar-nav &gt; li &gt; a:hover,
    .main-menu .navbar-nav &gt; li &gt; a:focus{
        background: #307a0d;
        color: #FFF;
    }

}

@media(min-width: 769px){

    .main-menu{
        display: block;
        width: 100%;
        background: #307a0d;
        position: relative;
        box-sizing: border-box;
        height: 60px;
        overflow: visible !important;
    }

    .main-menu .navbar-nav &gt; li &gt; a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        text-align: center;
        color: #EEE;
        font-weight: bold;
        font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
        background: transparent;
    }

    .main-menu .navbar-nav &gt; li:first-child &gt; a {
        margin-left: 15px;
    }

    .main-menu .navbar-nav &gt; li &gt; a:hover,
    .main-menu .navbar-nav &gt; li &gt; a:focus{
        background: #308513;
        color: #FFF;
    }

}

@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
}

/* Search Form */

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.search-overlay .overlay-content {
    position: relative;
    width: 70%;
    text-align: center;
    margin: 30px auto auto auto;
}

.search-overlay .closeBtn {
    position: absolute;
    cursor: pointer;
    color: #DDD;
    right: 10%;
    left:10%;
    text-align: center;
}

@media(max-width: 768px){

    .search-overlay .overlay-content {
        top: 15%;
        width: 100%;
    }

    .search-overlay .closeBtn {
        top: 5%;
        font-size: 50px;
    }

}

@media(min-width: 769px){

    .search-overlay .overlay-content {
        top: 20%;
        width: 70%;
    }

    .search-overlay .closeBtn {
        top: 10%;
        font-size: 60px;
    }

}

.search-overlay .closeBtn:hover {
    color: #FFF;
}

.search-overlay .search-box{
    padding:0 15px;
    margin-bottom:35px;
}

.search-overlay .search-form{
    padding: 5px;
    border: solid 1px #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.search-overlay .search-form input,
.search-overlay .search-form input:hover,
.search-overlay .search-form input:focus{
    border: 0;
    box-shadow: none;
}

.search-overlay .search-form button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

.search-overlay .search-form button i{
    font-size: 20px;
}

.search-overlay .search-form button:hover,
.search-overlay .search-form button:focus{
    border: 0;
    box-shadow: none;
}

/* Dropdown Menu */

.dropdown-menu {
    font-size: 13px;
    text-align: left;
    border-top:3px solid #307a0d;
}

.dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 10px;
}

@media(max-width: 768px){

    .dropdown-menu {
        background: transparent;
    }

    .dropdown-menu &gt; li &gt; a {
        color: #333;
    }

}

@media(min-width: 769px){

    .dropdown-menu {
        background: #212126;
    }

    .dropdown-menu &gt; li &gt; a {
        color: #EEE;
        border-bottom: 1px solid #555;
    }

    .dropdown-menu &gt; li &gt; a:hover,
    .dropdown-menu &gt; li &gt; a:focus{
        background: rgba(0, 0, 0, 0.4);
        color: #FFF;
    }

    .navbar-default .navbar-nav &gt; .open &gt; a,
    .navbar-default .navbar-nav &gt; .open &gt; a:focus,
    .navbar-default .navbar-nav &gt; .open &gt; a:hover {
        color: #FFF;
        background-color: transparent;
    }

}

.dropdown-menu &gt; li:last-child &gt; a {
    border-bottom-width: 0;
}

label {
    font-weight: normal;
}

/* Tooltip */

.ui-tooltip, .arrow:after {
    background: #333;
    border: 1px solid white;
}
.ui-tooltip {
    padding: 10px 15px;
    color: white;
    font: bold 12px Arial, Sans-Serif;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    right: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    right: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* Alert */

.close {
    float: right;
    font-size: 27px;
    line-height: 0.8888;
}

.alert{
    font-family: 'NotoKufiArabic-Bold',"Open Sans",Tahoma,Arial,sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.alert-success{
    background-color: #7EB62E;
}

.alert-warning{
    background-color: #e3b000;
}

.alert-info{
    background-color: #2ba6cb;
}

.alert-danger{
    background-color:#f64b2f;
}

/* Pagination */

ul.pagination{
	margin-top:25px;
    margin-bottom: 0;
	padding:0;
	height:auto;
	overflow:hidden;
	font-family: helvetica,Tahoma,Arial,sans-serif !important;
    font-size: 14px;
	list-style-type:none;
}

ul.pagination li.details{
    color:#4D4D4D;
    padding:7px 10px 7px 10px;
    font-size:16px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
	float:left;
	margin:0 0 0 5px;
	padding:0;
}

ul.pagination li:first-child{
	margin-left:0;
}

ul.pagination li a{
	color:black;
	display:block;
	text-decoration:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:6px 9px 6px 9px;
    background:#FFF;
    background:-moz-linear-gradient(#FFF);
    background:-webkit-gradient(#FFF);
    border:1px solid #444;
}

ul.pagination li a:hover,
ul.pagination li a.current{
    color:#2E363F;
    background:#F1F1F1;
    border:1px solid #AAA;
}

ul.pagination li a img{
    border:none;
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span{
    border-radius:5px;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    margin-right: 0;
}

/* Ticker */

#ticker_container {
    background: #7EB62E;
    padding: 10px;
    overflow: auto;
}

#ticker_container a{
    text-decoration: none;
    color: #FFF;
}

/* Breadcrumb */

.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #FFF;
    border-radius: 0;
    border: 1px solid #CCC;
}

.breadcrumb &gt; .active {
    color: #666;
}

.breadcrumb a{
    text-decoration: none;
}

/* Page */

.page{
    background: #FFF;
    margin-bottom:15px;
    border:1px solid #CCC;
    padding:20px;
}

.page .page-heading{
    padding-bottom: 15px;
    border-bottom: 4px solid #7EB62E;
    font-size:18px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    font-weight: bold;
    display: table;
    position: relative;
    z-index: 99;
}

.page .page-body{
    padding-top:15px;
    border-top:2px solid #DDD;
    font-size: 14px;
    max-width: 100%;
    margin-top:-3px;
}

/* Categories */

.category{
    margin:0 auto 25px auto;
    height: 280px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.category img{
    width: 100%;
    margin-bottom:5px;
}

.category .category-icon{
    font-size: 100px;
    text-align: center;
    color:#4D4D4D;
    margin:10px 0;
}

.category .category-name{
    font-size:16px;
    margin-top:7px;
    padding:0 10px;
    color: #111;
}

.category .category-description{
    font-size:13px;
    margin-top:7px;
    padding:0 10px;
    color: #666;
}

.category a{
    text-decoration: none;
}

.category .category-name:hover,
.category .category-name:active{
    color:#308513;
}

/* News */

.news-category{
    margin:0 -5px 20px -5px;
}

.news-category .post-thumbnail{
    height: 400px;
    margin-bottom:20px;
    overflow: hidden;
}

.news-category .post-image{
    width: 100%;
}

.news-category .post-image img{
    width: 100%;
}

.news-category .post-category{
    position: absolute;
    bottom: 10%;
    right: 5%;
    font-size:11px;
    color: #FFF;
    background: rgba(000,000,000,0.6);
    padding: 5px 7px;
}

.news-category .post-thumbnail .post-title{
    font-size:16px;
    font-weight: bold;
    margin-top:7px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    color: #333;
}

.news-category .post-thumbnail:hover .post-title{
    color: #308513;
}

.news-category .post-content{
    font-size:13px;
    margin-top:7px;
    color: #555;
}

.news-category .post-author{
    font-size:12px;
    color: #666;
    margin:7px auto 0 7px;
    display: inline-block;
}

.news-category .post-date{
    font-size:12px;
    color: #666;
    margin:7px 7px 0 0;
    display: inline-block;
}

.news-category .post-comment{
    font-size:12px;
    color: #666;
    display: inline-block;
    float: right;
    margin:7px 7px 0 0;
}

.news-category .post-views{
    font-size:12px;
    color: #666;
    display: inline-block;
    float: right;
    margin:7px 0 0 10px;
}

.news-category a{
    text-decoration: none;
}

/* Articles */

.articles-category .article{
    position: relative;
    min-height: 165px;
    max-width: 100%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #DDD;
}

.articles-category .article:last-child{
    border-bottom-width:0;
    margin-bottom: 0;
}

.articles-category .article a{
    text-decoration: none;
    color: #4D4D4D;
}

.articles-category .article-thumbnail{
    float: left;
    border:1px solid #DDD;
    margin-right:15px;
    line-height: 0;
}

.articles-category .article-thumbnail img{
    max-width: 100%;
    height: auto;
}

@media(max-width: 768px) {
    .articles-category .article-thumbnail img{
        max-width: 100px;
        height: auto;
    }
}

.articles-category .article-title{
    font-size: 18px;
    margin-bottom:5px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    letter-spacing: -1px;
}

.articles-category .article-content{
    font-size: 14px;
    font-family: Helvetica, tahoma, Arial, sans-serif;
}

.articles-category .article-info{
    color:#777;
}

.articles-category .article-info li{
    margin-right:10px;
}

/* Articles */

.blog-category .blogpost{
    position: relative;
    min-height: 165px;
    max-width: 100%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #DDD;
}

.blog-category .blogpost:last-child{
    border-bottom-width:0;
    margin-bottom: 0;
}

.blog-category .blogpost a{
    text-decoration: none;
    color: #4D4D4D;
}

.blog-category .blogpost-thumbnail{
    float: left;
    border:1px solid #DDD;
    margin-right:15px;
    line-height: 0;
}

.blog-category .blogpost-thumbnail img{
    max-width: 100%;
    height: auto;
}

@media(max-width: 768px) {
    .blog-category .blogpost-thumbnail img{
        max-width: 100px;
        height: auto;
    }
}

.blog-category .blogpost-title{
    font-size: 18px;
    margin-bottom:5px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    letter-spacing: -1px;
}

.blog-category .blogpost-content{
    font-size: 14px;
    font-family: Helvetica, tahoma, Arial, sans-serif;
}

.blog-category .blogpost-info{
    color:#777;
}

.blog-category .blogpost-info li{
    margin-left:10px;
}

/* Videos */

.videos-category .video-thumbnail{
    position: relative;
    margin:8px 0;
}

.videos-category .video-thumbnail img {
    width: 100%;
    height: auto;
}

.videos-category .video-thumbnail .play-btn {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #DDD;
    font-size: 60px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    opacity: 0.7;
}

.videos-category .video-thumbnail:hover .play-btn {
    color: white;
    opacity: 1;
}

.videos-category .video-thumbnail .video-views {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    padding:5px 7px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.videos-category .video-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 10px;
}

/* Sounds */

.sounds-category li{
    padding:12px 15px;
    border:1px solid #DDD;
    margin-bottom:7px;
}

.sounds-category li:hover,
.sounds-category li:active{
    background: #FAFAFA;
}

.sounds-category li a{
    text-decoration: none;
    font-size: 16px;
    color:#444;
}

.sounds-category li:hover a,
.sounds-category li:active a{
    color:#308513;
}

.sounds-category li .sound-title{
    display: inline-block;
}

.sounds-category li .sound-title i{
    margin-right:10px;
}

.sounds-category li .sound-views{
    float: right;
    font-size: 14px;
    margin-top: 3px;
}

.sounds-category li i{
    line-height: 20px;
}

/* Photos */

.photos-category .photo-thumbnail{
    position: relative;
    margin:8px 0;
}

.photos-category .photo-thumbnail img {
    width: 100%;
    height: auto;
}

.photos-category .photo-thumbnail .photo-views {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    padding:5px 7px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.photos-category .photo-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 10px;
}

/* Cards */

.cards-category .card-thumbnail{
    position: relative;
    margin:8px 0;
}

.cards-category .card-thumbnail img {
    width: 100%;
    height: auto;
}

.cards-category .card-thumbnail .card-views {
    position: absolute;
    top: 5%;
    right: 5%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    padding:5px 7px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cards-category .card-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 10px;
}

/* Files */

.files-category .file-thumbnail{
    position: relative;
    margin:8px 0;
}

.files-category .file-thumbnail img {
    width: 100%;
    height: auto;
}

.files-category .file-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 10px;
}

/* Content */

.content{
    background: #FFF;
    margin-bottom:15px;
    border:1px solid #CCC;
    padding:20px;
    overflow: hidden;
}

.content .content-title{
    padding-bottom: 15px;
    font-size:18px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 4px solid #7EB62E;
    display: table;
    position: relative;
    z-index: 99;
}

.content .page-content{
    padding-top:15px;
    border-top:2px solid #DDD;
    font-size: 16px;
    max-width: 100%;
    margin-top:-3px;
    font-family: "NotoNaskhArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

.content .page-content img{
    text-align: center;
    max-width: 100%;
    margin: auto;
    display: block;
}

.content .content-date{
    margin-top:15px;
    color: #777;
    font-size: 13px;
    font-weight: normal;
    font-family: "NotoKufiArabic-Regular", "Open Sans", Tahoma, Arial, sans-serif;
}

.content .page-content .content-cover{
    border:1px solid #DDD;
    margin-bottom:20px;
}

.content .page-content .fileList{
    margin-bottom: 20px;
}

.content .page-content .fileList li{
    padding:7px 0;
    border-bottom:1px solid #DDD;
}

.content .page-content .fileItemTitle{
    display: inline-block;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    width: 25%;
    color: #666;
}

@media(max-width: 768px){
    .content .page-content .fileItemTitle{
        display: block;
        width: 100%;
    }
}

.content .page-content .fileItem{
    display: inline-block;
}

.content .page-content .downloadBtn {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 0.75em 1em;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'NotoKufiArabic-Bold',"Open Sans",Tahoma,Arial,sans-serif !important;
    color: #FFFFFF;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(98, 172, 21);
    text-shadow: 0 -1px 0 rgb(91,129,17);
    min-width: 25%;
    margin-top:15px;
}

.content .page-content .downloadBtn:hover {
    background: rgb(111, 186, 34);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}

.content .page-content .downloadBtn:active {
    background: rgb(98, 172, 21);
    -webkit-box-shadow: 0 1px 4px 0 rgb(65,105,23) inset;
    box-shadow: 0 1px 4px 0 rgb(65,105,23) inset;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.content .page-content .content-fontSize{
    display: block;
    margin:0 15px 15px 0;
}

.content .page-content .content-fontSize .btn-fontSize{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
    border:1px solid #CCC;
    padding:4px;
    background: #FFF;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.content .page-content .content-fontSize .btn-fontSize:hover{
    background: #FAFAFA;
    border-color: #999;
}

.content .page-content .content-multimedia{
    max-width: 100%;
    margin-bottom:15px;
}

.content .page-content .content-multimedia audio{
    width: 100%;
}

.content .page-content .content-meta{
    margin:30px -15px -15px -15px;
    border-top:1px solid #EEE;
    padding:20px;
}

.content .page-content .content-meta ul{
    margin-top: 10px;
}

.content .page-content .content-meta li{
    margin-right: 15px;
    font-size: 16px;
    color:#555;
}

.content .page-content .content-meta li:last-child{
    margin-right: 0;
}

.content .page-content .content-meta i{
    color:#777;
    font-size: 18px;
}

@media (min-width: 769px) {

    .content .page-content .content-meta .content-share{
        float: right;
    }

}

@media (max-width: 768px) {

    .content .page-content .content-meta ul{
        position:relative;
        left:35%;
        text-align: center;
    }

    .content .page-content .content-meta li{
        text-align: center;
    }

    .content .page-content .content-meta .content-share{
        text-align: center;
        margin-top:15px;
    }

    .content .page-content .content-meta{
        text-align: center;
    }

}

.content .page-content .content-meta .content-share .sharing-button {
    display: inline-block;
    text-decoration: none;
    padding:9px 0;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.content .page-content .content-meta .content-share .sharing-button i{
    color: #fff;
    font-size: 20px;
}

.content .page-content .content-meta .content-share .twitter {
    background-color: #55acee;
}

.content .page-content .content-meta .content-share .twitter:hover {
    background-color: #7EB62E;
}

.content .page-content .content-meta .content-share .facebook {
    background-color: #3b5998;
}

.content .page-content .content-meta .content-share .facebook:hover {
    background-color: #2d4373;
}

.content .page-content .content-meta .content-share .google-plus {
    background-color: #dd4b39;
}

.content .page-content .content-meta .content-share .google-plus:hover {
    background-color: #c23321;
}

.content .page-content .content-meta .content-share .email {
    background-color: #777;
}

.content .page-content .content-meta .content-share .email:hover {
    background-color: #5e5e5e;
}

.content .page-content .content-meta .content-share .whatsapp {
    background-color: #25D366;
}

.content .page-content .content-meta .content-share .whatsapp:hover {
    background-color: #1da851;
}

/* Content Releted */

.content-releted{
    background:#FFF;
    padding:15px;
    border: 1px solid #CCC;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
}

.content-releted .content-releted-heading{
    font-size:18px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    margin:5px 0 20px 0;
}

.content-releted .content-item{
    border:1px solid #DDD;
    text-align: center;
    height: 240px;
    overflow: hidden;
    margin:0 -5px 15px -5px;
}

.content-releted .content-item a{
    text-decoration: none;
    color: #222;
}

.content-releted .content-item img{
    width: 100%;
}

.content-releted .content-item .content-title{
    padding:8px;
    font-size: 13px;
}

.content-releted ul li{
    font-size:15px;
    margin:5px 0;
    padding:10px 12px;
    border:1px solid #DDD;
}

.content-releted ul li:hover{
    background: #FAFAFA;
}

.content-releted ul li a{
    text-decoration: none;
    color:#4D4D4D;
}

.content-releted ul li i{
    margin-left: 5px;
}

/* Comments */

.comments{
    background: #FFF;
    border:1px solid #CCC;
    padding:20px;
    margin:15px 0;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.comments .comments-title{
    padding-bottom: 15px;
    border-bottom: 4px solid #308513;
    font-size:18px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", tahoma, Arial, sans-serif;
    font-weight: bold;
    display: table;
    position: relative;
    z-index: 99;
}

.comments .comments-page{
    font-size: 14px;
    max-width: 100%;
    padding-top:15px;
    border-top:2px solid #DDD;
    margin-top:-3px;
}

.comments .comments-page .form-control {
    margin-bottom:15px;
}

.comments .comments-page label {
    margin-bottom:10px;
}

.comments .comments-page textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
}

.comments .comments-page .btn {
    margin-bottom:15px;
}

.comments .req-field{
    color: red;
    font-weight: bold;
}

.comment {
    position: relative;
    border-radius: 0;
    border: 1px solid #DDD;
    margin-bottom: 12px;
    padding: 10px 15px;
}

.comment .comment-meta &gt; img {
    float: left;
    margin-right: 8px;
    width:32px;
    height:32px;
}

.comment .comment-meta {
    padding-bottom: 5px;
}

.comment .comment-meta .comment-name {
    color:#4d4d4d;
    margin: 0 0 0 5px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;
}

.comment .comment-meta .comment-time {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.comment .comment-text {
    color:#4d4d4d;
    margin:10px 0;
    font-size: 14px;
}

/* Form */

.page-form{
    padding-top:15px;
    border-top:2px solid #DDD;
    font-size: 14px;
    max-width: 100%;
    margin-top:-3px;
}

.page-form label{
    line-height: 34px;
}

.page-form .req-field{
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.page-form .form-control{
    margin-bottom:20px;
    width: 80%;
    border-radius: 0;
}

.page-form .form-textarea{
    margin-bottom:20px;
    width: 100%;
    min-height: 150px;
}

.foxy-form-captcha{
    margin: auto auto 10px auto;
    padding:4px;
    border:1px solid #CCC;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-primary{
    background: #308513;
    border-width: 0;
    color:#FFF;
    padding:10px 20px;
}

.btn-primary:hover,
.btn-primary:focus{
    background: #078AE6;
    color:#FFF;
}

.read-more{
    background: #308513;
    border-width: 0;
    color:#FFF;
    margin-top:10px;
    border-radius: 2px;
}

.read-more:hover,
.read-more:focus{
    background: #078AE6;
    color:#FFF;
}

/* RSS Button */

.rssBtn{
    margin:0;
}

/* Search */

.search-results-label{
    padding:15px;
    background: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-results-label span{
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    color: #000;
}

.search-box{
    padding:0 15px;
    margin-bottom:35px;
}

.search-form{
    padding: 5px;
    border: solid 1px #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.search-form input,
.search-form input:hover,
.search-form input:focus{
    border: 0;
    box-shadow: none;
}

.search-form button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
}

.search-form button i{
    font-size: 20px;
}

.search-form button:hover,
.search-form button:focus{
    border: 0;
    box-shadow: none;
}

.search-results li{
    margin:25px 0;
    border-bottom:1px solid #BBB;
    padding-bottom:20px;
}

.search-results li:last-child{
    border-bottom: 0;
    padding-bottom: 10px;
}

.search-results li a{
    text-decoration: none;
    color:#000;
}

.search-results li a:hover{
    color:#0E61A2;
}

.search-results li .result-title{
    font-size: 14px;
    font-weight: bold;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    margin-bottom: 10px;
}

.search-results li .result-content{
    font-size: 12px;
    color:#333;
}

@media(max-width:768px){

    .search-nav{
        margin:0 0 20px 0;
        padding-bottom: 11px;
        border-bottom:1px solid #CCC;
    }

    .search-nav a{
        font-size:12px;
        padding:7px;
        color:#34495e;
        text-decoration: none;
    }
}

@media(min-width:769px){

    .search-nav{
        margin:0 0 15px 0;
        padding-bottom: 17px;
        border-bottom:1px solid #BBB;
    }

    .search-nav a{
        font-size:14px;
        padding:10px;
        color:#34495e;
        text-decoration: none;
    }
}

.search-nav .badge{
    font-family: Arial, Tahoma, "Open Sans";
}

.search-nav a:hover{
    border-bottom:5px solid #000;
    background: #EEE;
    color:#34495e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.search-nav .active{
    border-bottom:5px solid #111;
    color:#111;
    margin-top: -15px;
}

/* Footer */

.footer{
    background: #7EB62E;
    text-align: justify;
    margin-top:40px;
    color: #DDD;
}

.footer h3{
    margin:20px 0 13px;
    color:#fff;
    font-size: 18px;
    display: table;
    border-bottom:2px solid #EEE;
    padding-bottom:15px;
    font-family: 'NotoKufiArabic-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.footer p{
    font-size: 14px;
}

.footer .footer-links li {
    float: left;
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
}

.footer .footer-links li a {
    color: #DDD;
    text-decoration: none;
}

.footer .footer-links li a:before {
    content: '\f104';
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    margin-right: 5px;
}

.footer .footer-links li a:hover {
    color: #FFF;
}

.footer .footer-social {
    text-align: center;
    display: inline-block;
    margin-top:10px;
}

.footer .footer-social li {
    float: left;
    font-size: 20px;
    border:1px solid #EEE;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-bottom:10px;
    margin-right:10px;
    background: transparent;
}

.footer .footer-social li:hover {
    background: #7EB62E;
    border-color: #7EB62E;
}

.footer .footer-social li:first-child {
    padding-left:0;
}

.footer .footer-social li:last-child {
    margin-right:0;
}

.footer .footer-social li a {
    color: #EEE;
    line-height: 2.1111;
}

.footer .copyright-wrapper{
    margin-top:30px;
    padding-top:20px;
    padding-bottom: 20px;
    background:  #7EB62E;
    text-align: center;
}

.footer .copyright{
    font-size: 14px;
}

.footer .foxy-cms{
    margin-top:10px;
}

.footer .foxy-cms a{
    color: #EEE;
    font-weight: bold;
}

.footer img:hover{
    opacity: 1;
}

/* Scroll Top */

@media(max-width: 768px){
    #scroll-top {
        bottom: 15px;
        right: 15px;
    }
}

@media(min-width: 769px){
    #scroll-top {
        bottom: 25px;
        left: 25px;
    }
}

#scroll-top {
    height: 50px;
    width: 50px;
    color: #FFF;
    font-size: 24px;
    background: #7EB62E;
    padding: 5px 10px;
    text-align: center;
    position: fixed;
    z-index: 999999;
    display: none;
    cursor: pointer;
    border:1px solid #000;
}</pre></body></html>