/*
Theme Name: JNews - Child Theme
Version: 1.0.1
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
/* ------------------------------------------------------------------------- */

.thumbnail-container.size-715 {
    padding-bottom: 66.67% !important;
}
.thumbnail-container.size-500 {
    padding-bottom: 66.67% !important;
}

div.gpt_float_switcher {
    border-radius: 10px;
}
.none-bo img{
	border-radius: 0px!important;
}

.elementor img {
    border-radius: 15px;
}
.thumbnail-container{
    border-radius: 15px;
}


@media (max-width: 767px) {
    .elementor img {
        border-radius: 10px;
    }
	.thumbnail-container{
    border-radius: 10px;
	}
	div.gpt_float_switcher img, svg.svg-inline--fa {
    box-sizing: border-box;
    width: 20px;
	}

	div.gpt_float_switcher, div.gpt_float_switcher div.gt-selected div.gpt-current-lang, div.gpt_float_switcher div.gpt_options a {
    font-size: 14px;
	}
	.gpt_float_switcher .gt-selected .gpt-current-lang {
    padding: 6px 10px;
	}
	div.gpt_float_switcher {
    border-radius: 7px;
	}

}
.jeg_pl_lg_box .box_wrap, .jeg_pl_md_box .box_wrap {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}