/*
Theme Name: Beaver Builder Child Theme English
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/



#video_post .fl-col-content .ts-layout1 .ts-fl-layout-E{
    width:100% !important;
}

@font-face {
  font-family: NassimArabic;
  src: url(fonts/NassimArabicLatn-Rg_v2.6.woff);
  font-weight: normal;
 
  font-style:normal;
}

@font-face {
  font-family: SkolarSans;
  src: url(fonts/SkolarSans-Cn-Bd_LatnCyrl_v2.3.woff);
  font-weight: normal;
 
  font-style:normal;
}

.full_width .ts-layout{
    width:100%;
}

#top_icon{
  float: left !important;
}

#searchbox .fl-node-content{
  margin: 0px !important;
}

/*end faiz*/

.fl-row-fixed-width{
	width:92% !important;
}

.search_ico{
  position: absolute;
	padding:11px 11px;
  z-index: 99;
  cursor:pointer;
	color:#eee;

}



input {
  outline: none;
	
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-size: 100%;
}

#searchbox input::-moz-placeholder::before {
  
    content:"Search..." !important;
    color:green !important;
    background:blue;
}


input[type=search] {
    font-family: 'fontawesome';
  width: 55px;
  direction: ltr;
  border-radius:0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
	background-color:#d30b0d;
		border-bottom:1px solid green;
	border:none;
	margin:0px;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;

}



/* Demo 2 */
#demo-2 input[type=search] {
  width: 16px;
  height: 23px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
  background-color: #fff;
}
#demo-2 input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

#top_icon .fl-icon{
    border-right: 1px solid #bab8b9;
    margin: 0px;
}
#top_menu ul li{
    float: left !important;

}
#top_menu ul li a{
    padding:10px 10px;
}
#top_menu ul li a:hover{
    background-color: #d30b0d;
}
#top_icon span.fl-icon .fab{
    padding: 11px 15px;
    cursor: pointer;
}

#main_menu ul li:first-child{
    border-left: 1px solid #c67b7b;
}
#main_menu ul li:last-child{
    border-left:none;
}
#main_menu ul{
    direction: rtl;
}
#menu_top ul{
    direction: rtl;
}


#top_icon .fl-icon:last-child{
    border-right: none;

}

#top_icon span{
    margin-left: -4px !important;
}

/* Add your custom styles here... */ 


#text_tricker{
   /* direction: rtl; */
}

.content_post .fl-post-feed-text{
    padding: 10px;
    margin-left:34% !important;
}
.content_post .fl-post-feed-post{
    border: none;
}
.content_post h2{
    font-family: "roboto";
    line-height: 24px !important;
    font-weight:600;
}
.content_post .fl-post-feed-meta span,.fl-post-feed-content p{
    font-family: "roboto";
}
.content_post .hentry{
padding-bottom: 0px;
margin-bottom: 10px;
}
.mlabel{
    direction:rtl;
}

.sidebar_post .fl-post-feed-post.fl-post-feed-image-beside-right:last-child{
    padding-bottom:15px;
}
.sidebar_post h2{
    font-family: "roboto";
    line-height: 19px !important;
}
.sidebar_post .fl-post-feed-meta span,.fl-post-feed-content p{
    font-family: "roboto";
}
.sidebar_post .hentry{
padding-bottom: 5px;
margin-bottom: 0px;
}
.sidebar_post a{
  display: block;
}

.sidebar_post .fl-post-feed-header{
    margin-bottom: 0px;
}
.sidebar_post .fl-post-feed-post{
    border: none;
}

.full_size .fl-post-feed-text{
    margin-left: 37% !important;
  }
  
    @media screen and (max-width: 1210px) {
      .ticker{
        width:80% !important;
    }
      
  }
  
  @media screen and (min-width: 1210px) {
      .ticker{
        width:91% !important;
    }
      
  }

@media screen and (max-width: 768px) {
    
    .fl-post-feed-text, .fl-post-feed-image-beside-content .fl-post-feed-text{
        margin-left:37% !important;
    }
    
   .sidebar_post .fl-post-feed-image-beside .fl-post-feed-text{
        margin-left:37% !important;
    }
    
   .sidebar_post  .fl-post-feed-image-beside .fl-post-feed-image,.sidebar_post .fl-post-feed-image-beside .fl-post-feed-image img,.sidebar_post .fl-post-feed-image-beside-content .fl-post-feed-image,.sidebar_post .fl-post-feed-image-beside-content .fl-post-feed-image img,.sidebar_post .fl-post-feed-image-beside-right .fl-post-feed-image,.sidebar_post .fl-post-feed-image-beside-right .fl-post-feed-image img,.sidebar_post .fl-post-feed-image-beside-content-right .fl-post-feed-image,.sidebar_post .fl-post-feed-image-beside-content-right .fl-post-feed-image img{
        width:unset !important;
        float:left !important;
    }
    .fl-post-feed-post.fl-post-feed-image-beside, .fl-post-feed-post.fl-post-feed-image-beside-content, .fl-post-feed-post.fl-post-feed-image-beside-right, .fl-post-feed-post.fl-post-feed-image-beside-content-right{
        max-width:unset !important;
    }
    .content_post .fl-post-feed-text{
        padding: 10px;
        margin-left:unset !important;
        margin-left:41% !important;
    }
    
   .content_post .fl-post-feed-image-beside .fl-post-feed-image, .content_post .fl-post-feed-image-beside .fl-post-feed-image img, .content_post .fl-post-feed-image-beside-content .fl-post-feed-image,.content_post .fl-post-feed-image-beside-content .fl-post-feed-image img,.content_post .fl-post-feed-image-beside-right .fl-post-feed-image,.content_post .fl-post-feed-image-beside-right .fl-post-feed-image img,.content_post .fl-post-feed-image-beside-content-right .fl-post-feed-image,.content_post .fl-post-feed-image-beside-content-right .fl-post-feed-image img{
        max-width:unset !important;
        width:unset !important;
        float:left !important;
         width: 163px !important;
    }

    .mobile_size .fl-post-feed-post.fl-post-feed-image-beside{
        max-width:100% !important;
    }
    
    .ticker{
        width:70% !important;
    }
  .fl-post-align-right{
   max-width:100% !important;
  }
  #video_post .fl-module-content{
       margin: 0px !important;
  }
  
  
  
  .full_size .fl-post-feed-text{
    margin-left: 0px !important;
  }


/* hide content of post cards */
  .fl-post-feed-content{
    display: none !important;
  }

  .small_news .ts-fl-layout-E{
    width: 50% !important;
  }

  #card_news2{
    margin-bottom: 20px !important;
  }
  #main_menu ul li:first-child{
    border-left:none;
  }

  .fl-col-small{
    max-width: 100% !important;
  }
  .fl-post-feed-header{
    margin-bottom: 0px !important;
  }
  #search2{
    display: inline !important;
  }
  
  .video_cat_post .vtitle{
    margin-top:44px !important;
    }
  .single_cat_video .vtitle{
      margin-top:27px !important;
  }
}

.ts-fl-layout-A img{
    padding: 0px;
}
.small_post .fl-node-content{
    border: 1px solid #eee;
}
#bottom_post .fl-post-feed-header{
    margin:0px !important;
}
#video_post .shadow-none{
    width: 100%;
}
.fl-post-feed-content p{
    direction: ltr;
}

#cat_post .fl-post-grid-content p{
	direction:ltr;
}
#cat_post .fl-post-grid-meta span{
	font-family:"roboto";
}

.sidebar_post a:hover, .content_post a:hover{
  color: #0c63b3 !important;
}


/* by faiz */
.fl-post-carousel-gallery .fl-post-carousel-text h2.fl-post-carousel-title {
    font-size: 16px !important;
    margin: 0 0 5px 0;
    font-family: roboto !important;
    font-weight:600;
}

.sidebar_post .fl-post-feed-image-beside-right .fl-post-feed-text {
    margin-left: 38% !important;
}


.gallery_images .owl-nav button i{
  padding:10px 15px;
  font-size: 12px;
  background-color:#D30B0D;
color:unset;
  
}
.gallery_images .owl-nav button{
  margin: 1px !important;
  padding:0px !important;
  background-color: transparent;
}

.owl-nav .prev_p{

    position: absolute;
    top: 35%;
    z-index: 9999;
    right: 100px;
    padding: 20px;
}
.owl-nav .next_n{
    position: absolute;
    top: 35%;
    z-index: 9999;
    left: 100px;
    padding: 20px;
}

.owl-nav .prev_p ,.owl-nav .next_n{
    background-color: unset;
    border:0px;

}

.owl-nav .prev_p:hover ,.owl-nav .next_n:hover {
    background-color: rgba(255,255,255,0.2) !important;
    border:0px;
    border-radius:50%;
    transition:.1s;

}
.prev_p:hover  i.fa.fa-chevron-right,.next_n:hover  i.fa.fa-chevron-left{
        color: #fff !important;
}

/*  blockquote */
blockquote{
  font-size: 16px;
  width:100%;
  margin:50px auto;
  font-family:roboto;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-right:8px solid #d30b0d ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
  direction: ltr;
  padding-left: 10px;
  padding-right: 40px;
  font-style: italic;
}

blockquote::before{
  font-family:fontawesome;
  content: "\f10e";
  color:#d30b0d;
  font-size:18px;
  position: absolute;
  right: 10px;
  top:15px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;

}

 /* for image alignments */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#header2 div.fl-col-small.fl-visible-mobile{
float: left ;
display: inline;
}


#menu2{
  display: inline;

}
span.lbl_rate{
    font-family: "roboto";
    font-weight:600;
    text-align: center !important;
    display: block;
    margin: 0px auto;
}

.fl-post-grid-meta{
    /*direction:rtl;*/
}
 .fl-module-content .fl-post-feed-header .fl-post-feed-meta{
     /*direction:rtl !important;*/
 }

.rtl_dir_txt .fl-module-content h6 span{
    direction:ltr !important;
    float:left;
}
.video_cat_post .vtitle{
    margin-top:20px ;
}

.rtl_dir .mcol, .rtl_dir .fl-post-column{
    float:left;
}

/* tricker */

#paralex_post .fl-post-grid-post{
    background-color: transparent;
    border: none;
}
.sport_post .ts-fl-layout-E{
    float: left}

#video_post .ts-layout{
    width: 100%;
}
#tricker .ticker-content{
    direction: ltr !important;
    height:30px;
}
.ticker {
    width: 93%;
    height: 33px;
    margin-top: 5px;
    float: left !important;
    background-color:transparent !important;
}
.ticker-title,.ticker-content,.ticker-swipe span{
    background:transparent !important;
}
.ticker-swipe{
    background:#000;
}

.ticker .ticker-content a{
    color:#fff !important;
    font-weight:500 !important;
}
#tricker .ticker-wrapper.has-js{
    margin:0px !important;
    height: 43px !important;
    border-radius: unset;
    width: 100%;
    background:#000 !important;
}
.ticker .ticker-content{
    text-align: center;
    font-family: roboto;
}
.ticker .ticker-swipe span{
    border:0px !important;
}
.container_marquee span.mlabel{
    background: #D30B0D;
    float: left !important;
    color: #fff;
    position: relative !important;
    width: 100px;
    padding-bottom: 15px !important;
    font-size: 13px !important;
    font-family: Roboto;
    font-weight:500;
}

.popular .content_pad{
    float: right;
    padding-left: 0px;
}
.popular .bg{
		background: #353442;
		padding: 10px;
	}
	
	.popular .bg a{
		color: #fff;
	}
	.popular .pad{
	    margin-bottom:10px;
	}
	.popular .content_pad a{
	    font-family:roboto;
        font-weight:500;
	}
	.popular .content_pad span{

    font-family: roboto;
	}
	.popular .col-sm-8{
	    width:60%;
	}
	.popular .col-sm-4{
	    width:40%;
	}