/*Theme Name:   Child Theme
Description:  A wpbstarter child theme 
Author:       WPBeginner
Template:     wpbstarter
Version:      1.0.0
Text Domain:  wpbstarterchild
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}
 #mastheadx .sina-nav .sina-brand {
	   float: none;
}
}

#page .sina-nav .sina-brand > img {
	width: 164px;
	height: 164px;
    margin-top: 30px;
    padding: 0;
}
.sina-nav-header{
	text-align: center;
}
.theme-header-background{
	background: #efebeb !important;
}

ul#menu-main-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
	padding-right: 5px;
}
li.menu-item {
    margin-left: 26px;
    border-bottom: 1px solid #9f9b9b;
 }

.theme-header-background input[type=search] {
    background: #fff;
    margin-top: 10px;
}
.ticker-news {
    border: none;
    margin: 0;
    height: 60px;
}
.ticker-news span {
    background: #efebeb;
    color: #0c0cc9;
    height: 60px;
    padding-top: 10px;
}
.ticker-news .tickercontainer {
    background: #b5a9a9;
    height: 100%;
}
.ticker-news .tickercontainer ul.newsticker li{
	background: #b5a9a9;
}

.sina-nav .sina-menu > li > a{
	padding: 15px;
}
ul#menu-main-menu li a{
max-width: 100%;
	margin-top: 10px;
	padding: 8px;
}

ul#menu-main-menu li:first-child a{
	color: #360B96;
	border-right: 5px solid #360B96;
}
ul#menu-main-menu li:nth-of-type(2) a{
    color: #9C0057;
    border-right: 5px solid #9C0057;
}
ul#menu-main-menu li:nth-of-type(3) a{
    color: #FC0052;
    border-right: 5px solid #FC0052;
}
ul#menu-main-menu li:nth-of-type(4) a{
    color: #FC520E;
    border-right: 5px solid #FC520E;
}
ul#menu-main-menu li:nth-of-type(5) a{
    color: #FEBC2C;
    border-right: 5px solid #FEBC2C;
}
ul#menu-main-menu li:nth-of-type(6) a{
    color: #360B96;
    border-right: 5px solid #360B96;
}
ul#menu-main-menu li:nth-of-type(7) a{
    color: #9C0057;
    border-right: 5px solid #9C0057;
}
ul#menu-main-menu li:nth-of-type(8) a{
    color: #FC0052;
    border-right: 5px solid #FC0052;
}
ul#menu-main-menu li:nth-of-type(8) a{
    color: #FC520E;
    border-right: 5px solid #FC520E;
}
ul#menu-main-menu li:nth-of-type(9) a{
    color: #360B96;
    border-right: 5px solid #360B96;
}
ul#menu-main-menu li:nth-of-type(10) a{
    color: #9C0057;
    border-right: 5px solid #9C0057;
}
ul#menu-main-menu li:nth-of-type(11) a{
    color: #FC0052;
    border-right: 5px solid #FC0052;
}
ul#menu-main-menu li:nth-of-type(12) a{
    color: #FC520E;
    border-right: 5px solid #FC520E;
}
ul#menu-main-menu li:nth-of-type(13) a{
    color: #FC520E;
    border-right: 5px solid #360B96;
}


.font-16 i{
	font-size: 16px;
}
.search-on.theme-header-background.row.m-0 {
    height: 60px;
}
.ticker-news .tickercontainer .ticker-mask{
	top: 10px;
}
header#mastheadx {
    /*position: fixed;*/
    top: 30px;

}

.sina-nav .dropdown-menu{
	display: block;
}
.sub-menu {
  display: none;
}
.wp-block-latest-posts__featured-image{
    text-align: left!important;
    width: 254px;
height: 145px;
margin:10px 0px!important;
overflow: hidden;
border-radius: 10px;
}
.wp-block-latest-posts__featured-image~  a {
    color: #1b1b1c!important;
   font-size: 18px;
    font-weight: 900;
}
.wp-block-latest-posts__list li{
    position: relative;
}
.wp-block-latest-posts__post-date {
    position: absolute;
    bottom: -20px;
}
.sina-nav{
    overflow: auto;
height: 100vh;
}
.sina-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
header#mastheadx{
    position: fixed;
    width: 25%;
    z-index: 999;
    top: 32px;
}
.theme-header-background input[type=search] {
    background: #fff;
    margin-top: 10px;
    border-radius: 21px;
    border: 1px solid #323232;
    padding-left: 17px;
}


.search-input::after{
    background: url('https://tiribhinnatexpress.com/wp-content/uploads/2021/11/btn.png');
    width: 47px;
    top: 12px;
    content: '';
    position: absolute;
    right: 4px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: 33px;
}  
.site-content .container-fluid{
    position: sticky;
    top: 0px;
    z-index: 9999;
}
ul.wp-block-latest-posts li{
    margin-bottom: 40px;
}
.wp-block-column p:first-child{
width: 255px;
    line-height: 2;
    padding: 8px;
    border-radius: 6px;
}


.home .wpbstarter-content-area-padding {
    padding: 20px 0px;
}
.sina-menu > li > a:hover {
     
    border: 0px dashed #999999!important;  
}
.wpbstarter-page-title-area.archive-title {
    padding: 0;
    margin-top: 20px;
    background: #fff;
    color: #000;
}
h1.page-title {
    font-size: 20px;
    padding: 0px 20px;
}
.wpbstarter-content-area-padding {
    padding: 15px 0px;
}
.search-on.theme-header-background.row.m-0 {
    height: 60px;
    position: sticky;
    top: 32px;
    z-index: 999;
}
.search-on ~.container img{
width:100%;
}
.wp-block-latest-posts__post-date {
    position: absolute;
    bottom: -2px;
}
.wp-block-latest-posts__post-excerpt {
    height: 118px;
    overflow: hidden;
}
.sina-menu > li > a:focus {
    border: 0px dashed #999999!important;
	}

.ticker-news .tickercontainer{box-shadow: inset 1px 1px 9px -5px black;}
.su-image-carousel-item-content span{
	font-size:26px !important;
}
div#footer-taji-khabar span{
	font-size:16px !important;
}
div#footer-taji-khabar{
	padding: 15px !important;
}
div#navbar-menu {
    padding-bottom: 249px;
}

.single-post .wpbstarter-page-title-area::after{
background: linear-gradient(#ffffff00, #606032);
    position: absolute;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 202px;
    z-index: -1;
}
.single-post .wpbstarter-page-title-area{
position:relative;
    padding: 230px 0px 10px 0px;
}

.single-post article.post {
    margin-top: 35px;
}
.bg-custom{
	background: #efebeb;
}
.ticker-news {
    width: 90%;
    float: right;
}
div#custom-main-content{
	z-index: 999;
	padding-bottom: 45px !important;
}

@media only screen and (max-width: 576px) {
	form {
		display: none;
	}
	form.wpcf7-form{
		display: block;
		}
}
@media only screen and (min-width: 1025px) {
button.navbar-toggle {
    display: none;
}
li#menu-item-461 {
	display:none;
}
}

@media only screen and (max-width: 1025px) {
button.navbar-toggle:focus, button.navbar-toggle {
    border: none;
    margin-top: 15px;
}	
li#menu-item-461 {
    display: block;
    background: url(https://tiribhinnatexpress.com/wp-content/uploads/2021/12/IMG-20211203-WA0060.jpg);
    height: 106px;
    background-repeat: no-repeat;
    background-size: 100%;
}
li#menu-item-461 a{
	display:none;
}
footer#colophon {
    position: fixed;
    bottom: -39px;
    width: 100%;
    z-index: 9999999;
	padding-bottom: 45px !important;
}
	.sina-nav .sina-brand > img {
    display: none;
	}
	li.menu-item {
    margin-left: 0px;
	}
}
nav.sina-nav.mobile-sidebar {
    border: none !important;
}
header.entry-header h1.entry-title {
    margin-top: 20px;
    margin-left: 20px;
}
form.wpcf7-form.init label, form.wpcf7-form.init p {
    margin: 0;
	line-height: 21px;
}
h2.entry-title.mt-4.ml-3{
	font-size:20px;
}

.sina-nav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.sina-nav::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.sina-nav::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
background-image: linear-gradient(176deg, rgba(69,65,150,1) 0%, rgba(201,233,49,1) 35%, rgba(224,118,166,1) 62%, rgba(255,218,0,1) 100%);
	}
