/*
Theme Name: Jannal Child
Author: 
Description: Your description goes here
Version: 1.0
Template: jannah

This is the child theme for Jannah theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



/*
bootstrap 
*/
@media all{
*,::after,::before{box-sizing:border-box;}
h2,h3{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
h3{font-size:calc(1.3rem + .6vw);}
@media (min-width:1200px){
h3{font-size:1.75rem;}
}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-left:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:var(--bs-link-color);text-decoration:underline;}
img{vertical-align:middle;}
table{caption-side:bottom;border-collapse:collapse;}
th{text-align:inherit;text-align:-webkit-match-parent;}
tbody,td,th,thead,tr{border-color:inherit;border-style:solid;border-width:0;}
select{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
select{text-transform:none;}
select{word-wrap:normal;}
select:disabled{opacity:1;}
::-moz-focus-inner{padding:0;border-style:none;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);}
.col-1{flex:0 0 auto;width:8.33333333%;}
.col-2{flex:0 0 auto;width:16.66666667%;}
.col-3{flex:0 0 auto;width:25%;}
.col-4{flex:0 0 auto;width:33.33333333%;}
.col-6{flex:0 0 auto;width:50%;}
.col-12{flex:0 0 auto;width:100%;}
@media (min-width:992px){
.col-lg-4{flex:0 0 auto;width:33.33333333%;}
.col-lg-7{flex:0 0 auto;width:58.33333333%;}
}
.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color);}
.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);}
.table>tbody{vertical-align:inherit;}
.table>thead{vertical-align:bottom;}
.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
@media (prefers-reduced-motion:reduce){
.form-select{transition:none;}
}
.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);}
.form-select:disabled{background-color:#e9ecef;}
.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529;}
.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius,0);}
.badge:empty{display:none;}
.clearfix::after{display:block;clear:both;content:"";}
.justify-content-around{justify-content:space-around!important;}
.my-auto{margin-top:auto!important;margin-bottom:auto!important;}
.p-0{padding:0!important;}
.p-3{padding:1rem!important;}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important;}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important;}
}
/*! CSS Used from: https://champions-news.com/wp-content/themes/jannah/assets/css/base.min.css?ver=5.4.10 ; media=all */
@media all{
aside{display:block;}
a{background-color:transparent;}
img{border-style:none;}
select{font:inherit;}
select{overflow:visible;}
select{margin:0;}
select{text-transform:none;}
*{padding:0;margin:0;list-style:none;border:0;outline:none;box-sizing:border-box;}
*:before,*:after{box-sizing:border-box;}
h2,h3,.the-subtitle{line-height:1.4;font-weight:600;}
h2{font-size:27px;}
h3{font-size:23px;}
.the-subtitle{font-size:17px;}
a{color:#333;text-decoration:none;transition:0.15s;}
img{max-width:100%;height:auto;}
p{line-height:21px;}
.tie-icon:before{font-family:'tiefonticon'!important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}
.container:after{content:"";display:table;clear:both;}
@media (min-width: 768px){
.container{width:100%;}
}
@media (min-width: 1200px){
.container{max-width:1200px;}
}
.tie-row{margin-left:-15px;margin-right:-15px;}
.tie-row:after{content:"";display:table;clear:both;}
.tie-col-md-4,.tie-col-sm-6,.tie-col-md-8,.tie-col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
.tie-col-xs-12{width:100%;}
@media (min-width: 768px){
.tie-col-sm-6{width:50%;}
}
@media (min-width: 992px){
.tie-col-md-4{width:33.33333%;}
.tie-col-md-8{width:66.66667%;}
}
.tie-alignright{float:right;}
.aligncenter{clear:both;display:block;margin:0 auto 1.75em;text-align:center;margin-left:auto;margin-right:auto;margin-top:6px;margin-bottom:6px;}
.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after{clear:both;}
.container-wrapper{background:#ffffff;border:1px solid rgba(0,0,0,0.1);border-radius:2px;padding:30px;}
}
#tie-container > #tie-wrapper #top-nav > .container {
    margin-bottom: 0px !important;
	max-height: 34px;
}


#tie-wrapper > p {
    position: absolute;
    width: 100%;
    padding-top: 5px;
}
a#add_article {
    padding: 4px 20px;
    position: relative;
    color: #fff;
    top: -46px;
    right: 190px;
    background: #dd3535;
    border: unset;
    border-radius: unset;
}
#add_article i.um-faicon-plus {
    font-size: 26px;
    position: relative;
    top: 5px;
}
.modal-backdrop.fade.in {
    display: none;
}
.um-row._um_row_1 {
    background: unset !important;
}
.page-id-1577 aside.sidebar.tie-col-md-4.tie-col-xs-12.normal-side.is-sticky {
    z-index: -1;
}
.modal-dialog {
    width: 600px;
    margin: 200px auto !important;
}
.modal-dialog {
    max-width: 80%;
}
@media screen and (max-width: 520px) {
    a#add_article {
        position: unset;
    }
}
@font-face {
	font-display: swap;
  font-family: 'Noto Kufi Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v37bNlrU.woff2) format('woff2');
}

.container-wrapper.widget,.container-wrapper.tabs-container-wrapper.tabs-container-3 {
    background: rgba(0,0,0, .05) !important;
    padding: 20px !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2) !important;
}
@media only screen and (max-width: 768px) and (min-width: 0px){
	#theme-header .logo-container {
    margin-top: 26px;
    height: 86px;
}

}
