/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */



.entry-header .jeg_post_title {
    font-size:30px;
}

h1.jeg_post_title{
	color:white !important;
}

.jeg_cat_header{
	background:#1e1e1e;
	border-bottom:none;
	margin-top:-50px;
}

.jeg_desktop_logo{
	max-width:200px;
}

.jeg_readmore{
	display:none;
}

.jeg_midbar a.tel{
	font-size:20px;
	color:white;
}

.jeg_midbar a.tel:hover{
	color:#e31e24;
}

.jeg_main_menu a{
	text-transform:none !important;
	font-size:19px  !important;
}

.jeg_main_menu a:hover{
	color:#e31e24 !important;
}

.jeg_midbar .sub-menu .menu-item a, .jeg_midbar .sub-menu .menu-item:hover{
	background:#464e55  !important;
}

.jeg_midbar .sub-menu .menu-item a{
color:#ffffff;
	font-size:16px !important;
}

.jeg_midbar .sub-menu .menu-item:hover a{
color:#ff9194  !important;
}

.header-popup-btn{
	background: #e31e24;
	border-radius:50px;
	padding:10px 20px;;
	color:white;
	font-size:15px;
	margin-left:0px;
}

.header-popup-btn:hover{
	background: #be1319;
	color:white;
}

.jeg_header.full .tel{
	font-size:30px;
	color:white;
}

.jeg_header.full .jeg_main_menu a{
	font-size:28px !important;

}

.jeg_header.full .jeg_main_menu a:hover{
	color:#e31e24 !important;

}
.jeg_mobile_logo img {
    width: 100%;
}
@media screen and (max-width:760px) {
.seczag h2{
	font-size: 27px !important;
}
	}



body{
    font-family:Roboto;
    background:#1e272c;
}


p,pre {
    margin: 0 0;
    }

.slidersec .elementor-slide-button{
    white-space: nowrap;
}

.dialog-widget-content{
    border-radius:30px  !important;
}

.jeg_nav_item.socials_widget i{
    font-size:25px  !important;
}



.foo .foologo a img{
    width:200px !important;
}


.jeg_desktop_logo img{
HEIGHT:109px !important;
}

h1,h2,h3,h4,h5,h6 {
    color: #ffffff;}

.jeg_container{
     background:#33393d !important;   
    }
.jeg_footer .jeg_container{
    background:#1e272c !important; 
}

.jeg_post_meta{
    display:none;
}

.jeg_post_title a {
    color: #c9c9c9;
}
.jeg_midbar, .jeg_boxed .jeg_main .jeg_container, .jeg_content  {
    background: none !important;}

.jeg_content{
    padding-top:40px;
	padding-bottom:0px;
}

.st{
  color:#ffffff;
    display: block;
  font-size:10px;
  width:100%;
  text-align:right;
    padding-right:50px;

}

.st a, .st a:hover{
   color:#bebebe;
}

.mess.fab {
              position: fixed;
              width: 56px;
              right: 22px;
              bottom: 90px;
              margin-left: -28px;
              z-index:100;
            }
            
            .fab:hover .fab-buttons {
              opacity: 1;
              visibility: visible;
            }
            
            .fab:hover .fab-buttons__link {
              transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
            }
            
            .fab-action-button:hover + .fab-buttons .fab-buttons__link:before {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
              transform-origin: right center 0;
              transition-delay: 0.3s;
            }
            
            .fab-action-button {
              position: absolute;
              bottom: 0;
              display: block;
              width: 56px;
              height: 56px;
              background-color: #5bc34a;
              border-radius: 50%;
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
            }
            
            .fab-buttons {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 50px;
              list-style: none;
              margin: 0;
              padding: 0;
              opacity: 0;
              visibility: hidden;
              transition: 0.2s;
            }
            
            .fab-action-button__icon {
              display: inline-block;
              width: 56px;
              height: 56px;
              background: url('/../../mess/mess.svg') center no-repeat;
                background-size:30px;;
            }
            
            .fab-buttons__item {
              display: block;
              text-align: center;
              margin: 12px 0;
            }
            
            .fab-buttons__link {
              display: inline-block;
              width: 40px;
              height: 40px;
              text-decoration: none;
              1background-color: #ffffff;
              border-radius: 50%;
              1box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
              transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
              -moz-transition: .3s;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s;
            }
            
            [data-tooltip]:before {
                font-family: Montserrat, sans-serif;
              top: 50%;
              margin-top: -11px;
              font-weight: 600;
              border-radius: 2px;
              background: #585858;
              color: #fff;
              content: attr(data-tooltip);
              font-size: 12px;
              text-decoration: none !important;
              visibility: hidden;
              opacity: 0;
              padding: 4px 7px;
              margin-right: 12px;
              position: absolute;
              transform: scale(0);
              right: 100%;
              white-space: nowrap;
              transform-origin: top right;
              transition: all .3s cubic-bezier(.25, .8, .25, 1);
            }
            
            [data-tooltip]:hover:before {
              visibility: visible;
              opacity: 1;
              transform: scale(1);
              transform-origin: right center 0;
            }
            
            .icon-material {
              display: inline-block;
              width: 50px;
              height: 50px;
                background-size:50px !important;
            }
            
            .icon-material_tg {
              background: url('/../../mess/itg.svg') center no-repeat;
                
            }
            
            .icon-material_wp {
              background: url('/../../mess/iwp.svg') center no-repeat;
            }
            
            .icon-material_vb {
              background:url('/../../mess/ivb.svg') center no-repeat;
            }
            
            .icon-material_tl {
              background: url('/../../mess/itl.svg') center no-repeat;
            }
            .icon-material_max {
              background: url('/../../mess/max.svg') center no-repeat;
            }