/*
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
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  FONTS
/* ------------------------------------------------------------------------- */

/* Akzidenz Grotesk Pro */
@font-face {
  font-family: 'Akzidenz Grotesk Pro Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz Grotesk Pro Italic';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/AkzidenzGroteskPro-It.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-It.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz Grotesk Pro Medium';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/AkzidenzGroteskPro-Md.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-Md.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz Grotesk Pro Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/AkzidenzGroteskPro-MdIt.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-MdIt.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz Grotesk Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/AkzidenzGroteskPro-Bold.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Akzidenz Grotesk Pro Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/AkzidenzGroteskPro-BoldIt.woff2') format('woff2'),
       url('fonts/AkzidenzGroteskPro-BoldIt.woff') format('woff');
}

/* Cormorant */
@font-face {
  font-family: 'Cormorant Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Cormorant-Regular.woff2') format('woff2'),
       url('fonts/Cormorant-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Italic';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Cormorant-Italic.woff2') format('woff2'),
       url('fonts/Cormorant-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Medium';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Cormorant-Medium.woff2') format('woff2'),
       url('fonts/Cormorant-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/Cormorant-MediumItalic.woff2') format('woff2'),
       url('fonts/Cormorant-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Semibold';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Cormorant-SemiBold.woff2') format('woff2'),
       url('fonts/Cormorant-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Cormorant Semibold Italic';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/Cormorant-SemiBoldItalic.woff2') format('woff2'),
       url('fonts/Cormorant-SemiBoldItalic.woff') format('woff');
}

/* Verbum Icon Font */
@font-face {
    font-family: 'Verbum Icons';
    src:  url('fonts/Verbum_Icons.eot?fgpewa');
    src:  url('fonts/Verbum_Icons.eot?fgpewa#iefix') format('embedded-opentype'),
    url('fonts/Verbum_Icons.ttf?fgpewa') format('truetype'),
    url('fonts/Verbum_Icons.woff?fgpewa') format('woff'),
    url('fonts/Verbum_Icons.svg?fgpewa#Verbum_Icons') format('svg');
}


/* ------------------------------------------------------------------------- *
 *  TEMPORARY
/* ------------------------------------------------------------------------- */

/* Hide search: COMPLETE; */
/*.jeg_nav_item.jeg_search_wrapper.search_icon.jeg_search_popup_expand,
.jeg_nav_item.jeg_search_wrapper.jeg_search_popup_expand {
	display: none !important;
}*/

/* Hide all index: COMPLETE; */
/*li.menu-item-648 {
	display: none;
}*/

/* ------------------------------------------------------------------------- *
 *  GENERAL
/* ------------------------------------------------------------------------- */

span, 
p, 
a {
	color: #000 !important;
	letter-spacing: 0 !important;
}

a:hover {
	color: #000 !important;
}

::selection {
    /*background: blue;*/
    background: #eee;
    color: #000;
}

/* Category */
.jeg_post_category a {
	font-family: Cormorant Semibold;
	font-size: 14px;
	background: none;
}
.jeg_post_category:hover a {
	font-family: Cormorant Semibold;
	font-size: 14px;
	background: none;
}

/* Meta: date */
.jeg_meta_date a {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	color: #000;
}
.jeg_meta_date i {
	display: none;
}

/* Meta: author */
.jeg_meta_author a {
	font-family: Cormorant Semibold;
	font-size: 14px;
	color: #000 !important;
	background: none;
}
.jeg_meta_author span.by {
	display: none;
}

/* Main content block */
@media (min-width: 768px) {
	.jeg_content {
	    padding: 124px 0 40px;
	}
}
@media (max-width: 767px) {
	.jeg_content {
	    padding: 80px 0 40px;
	}	
}
@media (max-width: 568px) {
	.jeg_content {
	    padding: 72px 0 40px;
	}	
}	

/* Buttons */ 
/* regular buttons */
.verbum-readmore-button,
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore,
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore,
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore,
body.search.search-no-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
	padding: 8px 40px;
    border: 1px solid #000;
    border-radius: 9px;
    font-size: 13px;
    line-height: 13px;
    box-shadow: none;
    letter-spacing: 0;
}
.verbum-readmore-button a,
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore a,
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore a,
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore a,
body.search.search-no-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore a {
	font-size: 13px;
	line-height: 1;
	color: #000;
	letter-spacing: 0;
}
.verbum-readmore-button:hover,
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore:hover,
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore:hover,
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore:hover,
body.search.search-no-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore:hover {
	/*border-color: blue !important;
	background-color: transparent !important;*/
	background-color: #eee;
	border-color: #000;
}
/* large buttons */
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	padding: 20px 80px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 9px;
	font-size: 13px;
	line-height: 1;
	color: #000;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	/*background-color: transparent;*/
	background-color: #eee;
	color: #000;
	border-color: #000;
	/*border-color: blue;*/
}
.vc_btn3-container {
	margin-bottom: 0;
}
/* pdf vc_btn3 child button */
.pdf-btn {
	text-transform: uppercase;
	margin: 120px 0 144px;
}
/* load more button */
.jeg_block_loadmore a,
.jeg_block_loadmore a.active {
	padding: 20px 80px;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    border-radius: 9px;
    line-height: 13px;
	font-size: 13px;
	line-height: 1;
	color: #000;
	min-width: 0;
	height: auto;
	box-shadow: none;
	transition: 0s;
    -webkit-font-smoothing: antialiased;
}
.jeg_block_loadmore a:before,
.jeg_block_loadmore a:after {
	display: none !important;
}
.jeg_block_loadmore a:hover,
.jeg_block_loadmore a.active:hover {
	/*background-color: transparent !important;
	border-color: blue !important;*/
	border-color: #000 !important;
	background-color: #eee !important;
}

/*footer subscribe button */
.verbum-footer-subsbutton  {
	margin-bottom: 20px;
}
.verbum-footer-subsbutton a {
	font-size: 13px;
	padding: 8px 40px;
    border: 1px solid #000;
    border-radius: 9px;
    line-height: 13px;
    width: auto;
}
.verbum-footer-subsbutton a:hover {
	/*border-color: blue;*/
	border-color: #000;
	background-color: #eee;
}

/* Lazyload */
.thumbnail-container.animate-lazy.no_thumbnail.size-500:after, 
.thumbnail-container.animate-lazy.no_thumbnail.size-715:after {
	display: none !important;
}


/* ------------------------------------------------------------------------- *
 *  CONTAINERS
/* ------------------------------------------------------------------------- */

@media only screen and (min-width: 1280px) {
	/* home */
	.jeg_vc_content>.vc_row {
		width: 1250px;
	}
	/* single post */
	body.post-template-default.single.single-post .jeg_content.jeg_singlepage .row {
		padding: 0 15px;
	}
	.jeg_content.jeg_singlepage .jeg_main_content.col-md-no-sidebar-narrow {
		width: auto;
	}
	.jeg_content.jeg_singlepage .jeg_main_content.col-md-no-sidebar-narrow .jeg_inner_content {
		padding: 0 20%;
	}
	/* all index */
	body.page-template-all-php .jeg_main.jeg_sidebar_left .jeg_container .container {
		width: 1250px;
	}
	/* about page */
	body.page-template-default.page.page-id-658 .jeg_main.jeg_sidebar_none .jeg_container .container {
		width: 1250px;
	}
}
@media (min-width: 991px) and (max-width: 1279px) {
	.jeg_vc_content>.vc_row,
	body.home .jeg_content.jeg_singlepage .container,
	body.archive.author .jeg_main .jeg_container .container,
	body.archive.category .jeg_main .jeg_container .container,
	body.search.search-results .jeg_main .jeg_container .container {
		width: 92% !important;
	}
	/* all index */
	body.page-template-all-php .jeg_main.jeg_sidebar_left .jeg_container .container {
		width: 92% !important;
		padding: 0 30px;
	}
	/* about page */
	body.page-template-default.page.page-id-658 .jeg_main.jeg_sidebar_none .jeg_container .container {
		width: 92%;
		padding: 0 30px;
	}
}
@media (max-width: 991px) {
	/* home */
	.jeg_vc_content>.vc_row,
	body.home .jeg_content.jeg_singlepage .container,
	body.archive.author .jeg_main .jeg_container .container,
	body.archive.category .jeg_main .jeg_container .container,
	body.search.search-results .jeg_main .jeg_container .container {
		width: 100% !important;
		padding-right: 24px;
		padding-left: 24px;
	}
	/* home: footer */
	.row.vc_row.verbum-footer {
		padding-right: 0;
		padding-left: 0;
	}
	/* all index */
	body.page-template-all-php .jeg_main.jeg_sidebar_left .jeg_container .container {
		width: 100% !important;
		padding: 0 39px;
	}
	/* about page */
	body.page-template-default.page.page-id-658 .jeg_main.jeg_sidebar_none .jeg_container .container {
		width: 100%;
		padding: 0 39px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	body.archive.author .jeg_main .jeg_container .container,
	body.archive.category .jeg_main .jeg_container .container,
	body.search.search-results .jeg_main .jeg_container .container {
		width: 92% !important;
		padding: 0;
	}
	/* single post */
	.jeg_singlepage .jeg_content.jeg_singlepage .container {
		width: 750px;
	}
	/* all index */
	body.page-template-all-php .jeg_main.jeg_sidebar_left .jeg_container .container {
		width: 92% !important;
		padding: 0;
	}
	body.page-template-default.page.page-id-658 .jeg_main.jeg_sidebar_none .jeg_container .container {
		width: 92% !important;
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* home */
	/*body.home .container, 
	body.home .vc_column_container {
		width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}*/
	/* home: subscribe */
	/*body.home .verbum-home-subscribe .vc_column_container {
		padding-left: 20px;
		padding-right: 20px;
	}*/
	/* home: footer */
	body.home .verbum-footer .vc_column_container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	/* single post */
	body.post-template-default.single.single-post .jeg_content.jeg_singlepage .container {
		padding-right: 24px;
		padding-left: 24px;
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	/* home */
	/*body.home .container, 
	body.home .vc_column_container {
		padding-left: 24px;
		padding-right: 24px;
	}*/
	/* all index */
	body.page-template-all-php .jeg_main.jeg_sidebar_left .jeg_container .container {
		width: 100% !important;
		padding: 0 24px;
	}
	/* about page */
	body.page-template-default.page.page-id-658 .jeg_main.jeg_sidebar_none .jeg_container .container {
		width: 100% !important;
		padding: 0 24px;
	}
}


/* ------------------------------------------------------------------------- *
 *  HEADER
/* ------------------------------------------------------------------------- */

/* Header container */
@media (min-width: 1440px) {
	.jeg_header.full .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.jeg_header .container {
		width: 1280px !important;
	}
}
@media (min-width: 1281px) and (max-width: 1439px) {
	.jeg_header.full .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.jeg_header .container {
		width: 1280px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.jeg_header.full .jeg_midbar.jeg_container.normal {
		margin: 0 4%;
	}
}

.jeg_header.full .container .jeg_main_menu_wrapper {
	width: 100%;
}
.jeg_header.full .container .jeg_main_menu_wrapper .jeg_menu {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direcrion: row;
	justify-content: space-between;
}


/* Mobile header */
.jeg_navbar_mobile .container {
	padding-left: 24px;
	padding-right: 24px;
}
.jeg_navbar_mobile {
	box-shadow: none;
	border-bottom: 1px solid #000;
}
.jeg_mobile_bottombar {
    height: 43px;
    line-height: 42px;
}

/* Header decoration */
.jeg_header.full {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
}
.jeg_midbar {
	height: 100%;
	max-height: 42px;
}
.jeg_menu_style_5 > li.current-menu-item > a {
	font-family: Akzidenz Grotesk Pro Italic;
	color: #000 !important;
	letter-spacing: 0;
}
.jeg_nav_row {
	max-height: 42px;
}
.jeg_nav_row .jeg_nav_col.jeg_nav_left {
	width: 20%;
}
.jeg_header.full .jeg_nav_row .jeg_nav_col.jeg_nav_center {
	padding: 12px 0;
	border-bottom: 1px solid #000;
}
.jeg_main_menu li a {
	font-size: 13px !important;
	padding: 0;
	letter-spacing: 0.2px !important;
}
.jeg_midbar .jeg_search_toggle {
	line-height: 1;
}
.jeg_nav_col.jeg_nav_center.jeg_nav_grow .jeg_nav_alignleft {
	justify-content: space-between;
}

/* Header Icons */
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	font-family: Verbum Icons;
	content: '\e901';
	font-size: 12px;
	line-height: 42px;
}
.fa-search:before {
	font-family: Verbum Icons;
	content: '\e900';
	font-size: 15px;
	line-height: 1;
	margin-bottom: -2px;
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	font-family: Verbum Icons;
	content: '\e902';
    font-size: 13px;
	line-height: 25px;
	vertical-align: top;
}

/* Logo */
.jeg_nav_item.jeg_logo.jeg_desktop_logo img {
	width: auto;
	height: 21px;
}
.jeg_nav_item.jeg_mobile_logo img {
	width: auto;
	height: 21px;
}


/* Search */
.item_wrap.jeg_nav_alignleft {
	flex-flow: row nowrap;
}
.jeg_search_expanded .jeg_search_modal_expand {
	min-height: 0;
	height: 42px;
	top: 42px;
	position: absolute;
	border-bottom: 1px solid #000;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
	height: 42px;
	top: 0;
	width: 100%;
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_input {
	font-size: 13px;
	border: none;
	padding: 0;
	padding-right: 52px;
	text-align: right;
	color: #000;
}
.jeg_nav_item.jeg_search_wrapper.search_icon.jeg_search_modal_expand {
    position: absolute;
    right: 0;
    padding: 0;
}
.jeg_header .jeg_search_expanded .jeg_search_wrapper.jeg_search_modal_expand .jeg_search_toggle {
    top: -37px;
    right: 0;
    z-index: 9999;
}
.jeg_search_modal_expand .jeg_search_button {
	transform: translate3d(0,0,0) scale3d(0,0,0);
}
.jeg_search_expanded .jeg_search_modal_expand .jeg_search_button {
	transform: translate3d(0,0,0) scaleX(1);
    margin-top: -38px;
    transition: 0s ease-out .15s;
}
button.jeg_search_button.btn i.fa.fa-search {
	margin-right: 0;
}
.jeg_nav_col.jeg_nav_center.jeg_nav_grow .jeg_nav_alignleft {
	padding-right: 52px;
}

@media (min-width: 1281px) {
	.jeg_search_expanded .jeg_search_modal_expand .jeg_search_form {
		/*width: 1250px;*/
	}
}


/* ------------------------------------------------------------------------- *
 *  MOBILE MENU
/* ------------------------------------------------------------------------- */

.jeg_mobile_menu.sf-js-enabled.sf-arrows li a {
	font-family: Akzidenz Grotesk Pro Regular;
	font-weight: 400;
	color: #000 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 13px;
}
.jeg_aside_item.jeg_search_wrapper {
	border-bottom: 1px solid #000;
	display: none !important;
}
.jeg_mobile_wrapper .jeg_search_no_expand .jeg_search_input {
	box-shadow: none;
}
.jeg_search_no_expand.round .jeg_search_input {
	border-radius: 12px;
}
.jeg_show_menu .jeg_mobile_wrapper {
	border-right: 1px solid #000;
	box-shadow: none;
	width: calc(100% - 60px);
}
.jeg_bg_overlay {
	background: #fff;
	opacity: 1 !important;
}
.jeg_menu_close {
	top: 10px;
    right: 24px;
	font-size: 14px;
	color: #000 !important;
	opacity: 1 !important;
}
.jeg_mobile_wrapper .item_main {
	margin-top: 42px;
    border-top: 1px solid #000;
}
.jeg_mobile_wrapper .item_main .jeg_aside_item {
	padding: 0;
}
.jeg_mobile_wrapper .item_main .jeg_aside_item ul li {
	padding: 17px 24px;
	border-bottom: 1px solid #000;
}
.jeg_mobile_wrapper .item_main .jeg_aside_item ul li a {
	line-height: 1;
	margin-bottom: 0;
}

.jeg_mobile_wrapper .item_bottom .jeg_aside_item.socials_widget > a > i.fa:before {
	color: #000;
}
.jeg_mobile_wrapper .item_bottom .jeg_aside_item.socials_widget a .fa.fa-facebook {
	font-size: 18px;
}
.jeg_mobile_wrapper .item_bottom .jeg_aside_item.socials_widget a .fa.fa-soundcloud {
	font-size: 21px;
}
.jeg_mobile_wrapper .item_bottom .jeg_aside_item.socials_widget a .fa.fa-yputube-play {
	font-size: 20px;
}

.jeg_mobile_wrapper .item_bottom .jeg_aside_item.jeg_aside_copyright a {
	text-decoration: none;
	border-bottom: none;
}

.jeg_mobile_wrapper .item_bottom .jeg_aside_item.socials_widget,
.jeg_mobile_wrapper .item_bottom .jeg_aside_item.jeg_aside_copyright {
	padding-left: 24px;
}

.jeg_mobile_wrapper .item_bottom .jeg_aside_item.jeg_aside_copyright p {
	font-size: 13px;
	line-height: 1;
}


/* ------------------------------------------------------------------------- *
 *  FOOTER
/* ------------------------------------------------------------------------- */

.footer_light {
	border-top: 1px solid #000;
}
.verbum-footer {
	border-top: 1px solid #000;
	padding-bottom: 60px;
}
.verbum-footer .jeg_nav_item.jeg_logo.jeg_desktop_logo {
	margin-top: 10px;
}
.jeg_menu_footer li:not(:last-child):after {
    display: none;
}
.verbum-footer ul.jeg_menu_footer li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item a {
	font-family: Akzidenz Grotesk Pro Regular ;
}
.verbum-footer ul.jeg_menu_footer {
	line-height: 1;
    padding: 12px 0 0 0;
	margin-bottom: 88px;
	display: flex;
	justify-content: space-between;	
}
.jeg_social_icon_block {
	display: inherit;
}

/* footer sub column wrapper */
.footer-column-wrapper { 
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.verbum-footer li a,
.verbum-footer p,
.verbum-footer span {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.verbum-footer .footer-contact {
	text-align: right;
	max-height: 50px;
	padding-top: 4px;
}

@media only screen and (min-width: 1280px) {
	.row.vc_row.verbum-footer,
	.verbum-footer .row.vc_row.vc_inner.vc_row-fluid {
		width: 1250px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.jeg_footer.jeg_footer_custom {
		margin: 0 4%;	
		padding: 0 15px;	
	}
	.row.vc_row.verbum-footer {
		width: 100% !important;
		/*margin: 0 15px;*/
	}
}
@media (max-width: 1024px) {
	.row.vc_row.verbum-footer,
	.verbum-footer .row.vc_row.vc_inner.vc_row-fluid {
		width: 100% !important;
	}
	.verbum-footer .row.vc_row.vc_inner.vc_row-fluid {
		margin-left: 0;
		margin-right: 0;
	}
	.verbum-footer .wpb_column.jeg_column.vc_column_container.vc_col-sm-12 {
		padding-left: 24px;
		padding-right: 24px;
	}
}
/*@media (min-width: 768px) and (max-width: 991px) {
	.jeg_footer.jeg_footer_custom {
		margin: 0 24px;
	}
	.verbum-footer .row.vc_row.vc_inner.vc_row-fluid {
		margin-left: 0;
		margin-right: 0;
	}
}	*/
@media (min-width: 768px) {
	/* first row */
	.verbum-footer .vc_col-sm-3 {
	    width: 20%;
	    padding: 0;
	}
	.verbum-footer .vc_col-sm-9 {
		width: 80%;
		padding-left: 0;
		padding-right: 0;
	}
	/* second row */
	.vc_col-sm-6 {
    	width: 60%;
    	padding-left: 0;
	}
}
@media (max-width: 767px) {
	.verbum-footer .wpb_column.vc_column_container.vc_col-sm-9.vc_col-xs-12,
	.verbum-footer .wpb_column.vc_column_container.vc_col-sm-9 {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-holder .jeg_social_icon_block, 
	.jeg_menu_footer {
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
		justify-content: flex-start;
	}
	.footer-holder .jeg_social_icon_block {
		margin-top: 40px;
		margin-bottom: -24px;
	}
	.verbum-footer ul.jeg_menu_footer { 
		margin-bottom: 72px;
	}
}

@media (max-width: 568px) {
	.footer-holder .jeg_social_icon_block {
		margin-bottom: -60px;
	}
	/*.verbum-footer .footer-contact {
		text-align: left;
		max-height: 0;
		margin: 18px 0 16px;
	}*/
}
@media (max-width: 480px) {
	.footer-column-wrapper {
		flex-direction: column;
	}
	.footer-holder .jeg_social_icon_block {
		margin-bottom: -60px;
	}
	.verbum-footer .footer-contact {
		text-align: left;
		max-height: 0;
		margin: 16px 0;
	}
	/*.jeg_footer.jeg_footer_custom {
	    margin-bottom: 24px;
	}*/
}

.jeg_footer .socials_widget.nobg .fa {
	color: #000;
}
.jeg_social_icon_block.nobg a .fa.fa-facebook {
	font-size: 18px;
}
.jeg_social_icon_block.nobg a .fa.fa-soundcloud {
	font-size: 21px;
}
.jeg_social_icon_block.nobg a .fa.fa-youtube-play {
	font-size: 20px;
}

/* help */
.m-0 {
margin:0;
}


/* ------------------------------------------------------------------------- *
 *  HOME
/* ------------------------------------------------------------------------- */

/* Bug fix */
body.home .jeg_breadcrumbs.jeg_breadcrumb_container,
body.home .entry-header,
body.home .jeg_share_top_container {
	display: none;
}

/* Current Issue */
.jeg_postbig .jeg_postblock_content {
	position: unset;
	background: none;
	padding: 0 0 12px;
}

/* Restructure */
body.home .jeg_postblock_14 {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: column;
}
body.home .jeg_postblock_14 .jeg_postbig {
	order: 1;
}
body.home .jeg_postblock_14 .jeg_block_heading {
	order: 2;
}
body.home .jeg_postblock_14 .jeg_posts_wrap {
	order: 3;
}

/* Big title */
.jeg_postblock_14.jeg_col_2o3 .jeg_postbig .jeg_post_title {
	font-family: Cormorant Semibold;
    font-size: 58px;
    line-height: 66px;
    color: #000;
    margin-bottom: 20px;
}
@media (max-width: 568px) {
	.jeg_postblock_14.jeg_col_2o3 .jeg_postbig .jeg_post_title {
		font-family: Cormorant Semibold;
	    font-size: 38px;
	    line-height: 41px;
	    color: #000;
	    /*margin-bottom: 12px;*/
	    margin-bottom: 20px;
	}
}

.jeg_postbig .jeg_postblock_content h3.jeg_post_title a {
	color: #000;
}
.jeg_postbig .jeg_postblock_content h3.jeg_post_title a:hover {
	color: #000;
}

/* Big post */
body.home .jeg_postblock_14 .jeg_pl_lg_box {
	margin-bottom: 80px;
}
body.home .jeg_postblock_14 .jeg_postbig .size-500 {
	padding-bottom: 40%;
}

/* Meta + Read button */
.jeg_postbig .jeg_postblock_content .jeg_post_meta {
	color: #000;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta,
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_category {
	display: inline-block;
	margin-bottom: 0;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_category a {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 400;
	color: #000;
	background: none;
	padding: 0;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .verbum-readmore-button {
    display: inline-block;
    float: right;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_category {
	width: 25%;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	width: 50%;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_date {
	width: 50%;
	margin: 0;
	order: 1;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_author {
	width: 50%;
	margin: 0;
	order: 2;	
	font-family: Cormorant Semibold;
	font-size: 14px;
	letter-spacing: 0;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .verbum-readmore-button-wrap {
	width: 25%;
}
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_date a i,
.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_author span.by {
	display: none;
}

@media (min-width: 768px) {
	.jeg_postbig .verbum-shrink-meta {
		display: none;
	}
}
@media (max-width: 767px) {
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_category,
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .verbum-readmore-button,
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .verbum-readmore-button-wrap {
		display: none;
	}
	.jeg_postbig .verbum-shrink-meta .jeg_post_meta {
		display: none;
	}	
	.jeg_postbig .verbum-shrink-meta .verbum-meta {
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta {
		line-height: 1;
	}
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta {
		width: 100%;
		justify-content: space-between;
	}
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_date,
	.jeg_postbig .jeg_postblock_content .verbum-wide-meta .verbum-meta .jeg_post_meta .jeg_meta_author {
		width: auto;
	}
	.jeg_postbig .verbum-shrink-meta {
	    margin-top: 12px;
	}
	.jeg_postbig .verbum-shrink-meta .jeg_post_category {
		width: 50%;
		margin-bottom: 0;
		line-height: 1;
	}
	.jeg_postbig .verbum-shrink-meta .jeg_post_category a {
		font-family: Akzidenz Grotesk Pro Regular;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 1;
		font-weight: 400;
		color: #000;
		background: none;
		padding: 0;
	}
	.jeg_postbig .verbum-shrink-meta .verbum-meta .verbum-readmore-button-wrap {
		width: 50%;
	}
	.jeg_postbig .verbum-shrink-meta .verbum-meta .verbum-readmore-button {
	    display: inline-block;
	    float: right;
	}
}

@media (max-width: 568px) {
	body.home .jeg_postblock_14 .jeg_postbig .size-500 {
		padding-bottom: 68%;
	}
	body.home .jeg_postblock_14 .jeg_postbig .size-500 img {
		min-height: 0;
		height: 100%;
		object-fit: cover;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	body.home .jeg_postblock_14 .jeg_postbig .size-500 {
		padding-bottom: 54%;
	}
}

/* Block heading */
.jeg_block_heading_6 {
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
.jeg_block_heading_6 .jeg_block_title span {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row-reverse;
}
.jeg_postblock_14 .jeg_block_heading_6.jeg_subcat_right:after {
	display: none;
}
.jeg_block_heading_6:after {
	background-color: transparent !important;
}
.jeg_block_title span {
	font-family: Cormorant Semibold;
	font-size: 14px;
	height: auto;
	line-height: 1;
	margin-bottom: 12px;
}
.jeg_block_title span strong {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	margin-right: 12px;
}

/* Current issue block structure */
body.home .jeg_postblock_14 .jeg_posts .jeg_post {
	padding-right: 172px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
	body.home .jeg_postblock_14 .jeg_posts .jeg_post {
		padding-right: 140px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	body.home .jeg_postblock_14 .jeg_posts .jeg_post {
		padding-right: 92px;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	body.home .jeg_postblock_14 .jeg_posts .jeg_post {
		padding-right: 40px;
	}
}
@media (max-width: 568px) {
	body.home .jeg_postblock_14 .jeg_posts .jeg_post {
		padding-right: 0;
	}
	body.home .jeg_postblock_14 .jeg_posts {
		margin-right: 0 !important;
	}
}
body.home .jeg_postblock_14 {
	margin-bottom: 100px;
}

/* Current issue article */
body.home .jeg_posts_wrap .verbum-preblock-content .jeg_post_meta {
	line-height: 1;
	margin-bottom: 12px;
}

body.home .jeg_postblock_14 .jeg_posts_wrap article.jeg_post h3.jeg_post_title {
	font-size: 37px;
	line-height: 40px;
	margin-bottom: 28px;
}

@media (min-width: 569px) and (max-width: 991px) {
	body.home .jeg_postblock_14 .jeg_posts_wrap article.jeg_post h3.jeg_post_title {
	    font-size: 32px !important;
	    line-height: 35px !important;
	    margin-bottom: 24px;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	body.home .jeg_postblock_14 .jeg_posts_wrap article.jeg_post {
		width: 100%;
		padding-right: 30px;
	}
}
@media (max-width: 568px) {
	body.home .jeg_postblock_14 .jeg_posts_wrap article.jeg_post h3.jeg_post_title {
	    font-size: 29px !important;
	    line-height: 31px !important;
	    margin-bottom: 20px;
	}
	body.home .jeg_postblock_14 .jeg_posts_wrap article.jeg_post {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
}

body.home .jeg_posts_wrap article.jeg_post .thumbnail-container.animate-lazy.size-500 {
	padding-bottom: 54%;
}
body.home .jeg_posts_wrap article.jeg_post .thumbnail-container.animate-lazy.size-500 img {
	left: -4%;
    width: 108%;
    max-width: none;
}
body.home .jeg_posts_wrap article.jeg_post .jeg_thumb {
	margin-bottom: 12px;
}

article.jeg_post .jeg_postblock_content.md {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
article.jeg_post .jeg_postblock_content.md .verbum-postblock-author {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
}
article.jeg_post .jeg_postblock_content.md .verbum-postblock-author .verbum-pre-author {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	font-weight: 400;
	/*line-height: 1;*/
	color: #000;
	margin-right: 20px;
	display: none;
}
@media (max-width: 1199px) {
	article.jeg_post .jeg_postblock_content.md .verbum-postblock-author .verbum-pre-author {
		display: none;
	}
}
article.jeg_post .jeg_postblock_content.md .verbum-postblock-author .jeg_post_meta .jeg_meta_date {
	display: none;
}
article.jeg_post .jeg_post_category.md {
	display: none;
}

.jeg_pl_md_1 {
	margin-bottom: 40px;
}

/* Previous Issues */
body.home .previous-heading h1 {
	font-family: Cormorant Semibold;
    font-size: 58px;
    line-height: 66px;
    color: #000;
    padding-bottom: 10px;
}
@media (max-width: 568px) {
	body.home .previous-heading h1 {
		font-size: 38px;
	    line-height: 41px;
	    padding-top: 12px;
	    margin-bottom: -20px;
	}
}

body.home h6.p1 {
	font-size: 13px;
	line-height: 1;
	margin: 0;
	margin-bottom: -30px;
}

.jeg_postblock_21.jeg_postblock.jeg_module_hook.jeg_pagination_disable.jeg_col_3o3 {
	margin-left: 40px;
}   
body.home .jeg_postblock_21 .jeg_post .jeg_thumb {
	display: none;
}
body.home .jeg_postblock_21 .jeg_post .jeg_postblock_content {
	margin-left: 0;
	padding-left: 0;
}
body.home .jeg_postblock_21 article.jeg_post.jeg_pl_sm .jeg_postblock_content .jeg_post_meta .jeg_meta_date {
	display: none;
}

body.home .jeg_postblock_21 .jeg_post .verbum-preblock-content .jeg_post_meta {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 12px;
}
body.home .jeg_postblock_21 .jeg_post h3.jeg_post_title {
	font-size: 21px;
	line-height: 23px;
	margin-bottom: 20px;
}
body.home .jeg_postblock_21 .jeg_post .jeg_postblock_content .jeg_post_meta {
	font-size: 14px;
	line-height: 1;
}
body.home .jeg_postblock_21 article.jeg_post.jeg_pl_sm {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		padding-right: 68px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding-right: 60px;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	.jeg_postblock_21.jeg_postblock.jeg_module_hook.jeg_pagination_disable.jeg_col_3o3 {
		margin-left: 0;
	}
	body.home .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 40%;
	    float: left;
	    padding-right: 60px;
	}
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding-right: 40px;
	}
}
@media (min-width: 569px) and (max-width: 640px) {
	body.home .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 50%;
		padding-right: 40px;
	}
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		width: 100%;
		padding-right: 24px;
	}
}
@media (max-width: 568px) {
	body.home .wpb_column.vc_column_container.vc_col-sm-4 {
		margin-bottom: 10px;
	}
	body.home .wpb_single_image.wpb_content_element.vc_align_left {
		margin-bottom: 40px;
	}
	body.home .wpb_column.vc_column_container.vc_col-sm-8 .wpb_text_column.wpb_content_element  p.p1 {
		margin-bottom: -36px;
	}
	.jeg_postblock_21.jeg_postblock.jeg_module_hook.jeg_pagination_disable.jeg_col_3o3 {
		margin-left: 0;
	}
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding-right: 24px;
	}
}
@media (max-width: 480px) {
	.jeg_postblock_21.jeg_col_3o3 .jeg_post {
		width: 100%;
		vertical-align: top;
		padding-right: 40px;
	}
}

/* Most read */
.jeg_vc_content > .vc_row[data-vc-full-width="true"]:not([data-vc-stretch-content="true"]) > .jeg-vc-wrapper {
	width: 100% !important;
}

body.home .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6.jeg_subcat_right h3.jeg_block_title span {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
body.home .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6.jeg_subcat_right {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	justify-content: center;
}

body.home .jeg_postblock_23 .jeg_posts {
	margin-right: -80px;
}
body.home .jeg_postblock_23 .jeg_post {
	padding-right: 80px;
}

body.home .jeg_postblock_23 .jeg_post .jeg_post_excerpt {
	display: none;
}

body.home .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_title {
	font-size: 21px;
	line-height: 23px;	
	margin-bottom: 20px;
}
body.home .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_meta {
	line-height: 1;
	margin-bottom: 4px;
}
body.home .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_category {
	line-height: 1;
	margin-bottom: 12px;
}
body.home .jeg_postblock_23 .jeg_post .jeg_thumb {
	margin-bottom: 8px;
}
body.home .jeg_postblock_23 .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_date {
	display: none;
}

@media (max-width: 568px) {
	body.home .jeg_postblock_23 .jeg_post {
		width: 100%;
		margin-bottom: 40px;
	}
	body.home .jeg_postblock_23 .jeg_post .jeg_post_meta .jeg_meta_date {
		display: inline-block;
    	float: right;
    	padding-top: 7px;
	}
	body.home .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_title {
	    font-size: 26px !important;
	    line-height: 28px !important;
	    margin-bottom: 20px;
	    margin-top: 12px;
	}
}

.row.vc_row.verbum-home-most-read .jeg_postblock {
	margin-bottom: 120px;
}

/* Subscribe */
.row.vc_row.verbum-home-subscribe .jeg_block_heading.jeg_block_heading_6 h3.jeg_block_title {
	display: none;
}
.row.vc_row.verbum-home-subscribe .jeg_block_heading.jeg_block_heading_6 {
	margin-bottom: 100px;
}
@media (max-width: 991px) {
	.row.vc_row.verbum-home-subscribe .jeg_block_heading.jeg_block_heading_6 {
		margin-bottom: 72px;
	}	
}
@media (max-width: 767px) {
	.row.vc_row.verbum-home-subscribe .jeg_block_heading.jeg_block_heading_6 {
		margin-bottom: 40px;
	}	
}
.row.vc_row.verbum-home-subscribe h2 {
	font-family: Cormorant Semibold;
    font-size: 42px;
    line-height: 45px;
    color: #000;
    margin: 0;
    margin-bottom: 40px;
}
.row.vc_row.verbum-home-subscribe .verbum-subscribe-half .wpb_wrapper {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-direction: column;
}
@media (min-width: 992px) {
	.row.vc_row.verbum-home-subscribe .wpb_single_image.wpb_content_element.vc_align_left {
		padding-right: 5px;
	}
	.row.vc_row.verbum-home-subscribe .verbum-subscribe-half .wpb_text_column.wpb_content_element {
		padding-left: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.verbum-subscribe-half.wpb_column.vc_column_container.vc_col-sm-3 {
		margin-left: -6px;
		margin-right: 6px;
	}
}

.row.vc_row.verbum-home-subscribe .verbum-subscribe-half .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
} 
.row.vc_row.verbum-home-subscribe .verbum-subscribe-half h6 {
	font-size: 13px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 8px;
}
.row.vc_row.verbum-home-subscribe .verbum-subscribe-half p {
	font-family: Cormorant Semibold;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding-right: 25%;
}

.row.vc_row.verbum-home-subscribe .jeg_inline_subscribeform .mc4wp-form-fields {
	align-items: flex-start;
	flex-direction: column;
}
.row.vc_row.verbum-home-subscribe .subscribe-input {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 6px;
}
@media (max-width: 1280px) {
	.row.vc_row.verbum-home-subscribe .subscribe-input {
		margin-top: 0;
	}
}
.chosen-container-single .chosen-single, input:not([type=submit]), select, textarea {
    border: 1px solid #000;
    border-radius: 12px;	
    height: 52px;
}
.row.vc_row.verbum-home-subscribe .subscribe-bottom {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	margin-top: 60px;
}
.row.vc_row.verbum-home-subscribe .subscribe-input input {
	width: 100%;
}
.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-button input[type=submit] {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	padding: 20px 80px;
    border: none;
    background-color: #000;
    border-radius: 9px;
	color: #fff;
	height: auto;
}
input:not([type=submit]):focus, 
select:focus, 
textarea:focus {
	/*border-color: blue;*/
	border-color: #000;
	box-shadow: none;
}
.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo {
	padding: 2px 100px 0 60px;
}

.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo p {
	font-size: 13px;
	line-height: 16px;
}

.row.vc_row.verbum-home-subscribe.vc_custom_1538567123522.vc_row-has-fill,
.row.vc_row.verbum-home-subscribe.vc_custom_1540382235714.vc_row-has-fill {
	border-bottom: none !important;
}

@media (max-width: 1280px) {
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo {
		padding: 2px 40px 0 60px;
	}
}
@media (max-width: 1200px) {
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo {
		padding: 0 0 0 40px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.row.vc_row.verbum-home-subscribe .subscribe-bottom {
		margin-top: 26px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-button input[type=submit] {
		padding: 20px 60px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo {
		padding: 0 0 0 32px;
	}
}
@media (min-width: 768px) {
	.row.vc_row.verbum-home-subscribe .subscribe-title-shrink {
		display: none;
	}
}
@media (max-width: 767px) {
	body.home .row.vc_row.verbum-home-subscribe .row.vc_row.vc_inner.vc_row-fluid {
		margin-left: -15px;
		margin-right: -15px;
	}
	body.home .row.vc_row.verbum-home-subscribe .wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-title-wide {
		display: none !important;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-title-shrink {
		margin-top: 40px;
	}
	.verbum-subscribe-half.wpb_column.vc_column_container.vc_col-sm-2 {
	    display: inline-block;
		width: 30%;
	    float: left;
	}
	.verbum-subscribe-half.wpb_column.vc_column_container.vc_col-sm-3 {
		display: inline-block;
    	width: 50%;
    	float: left;
    	padding-left: 4px;
	}
	.row.vc_row.verbum-home-subscribe .wpb_column.vc_column_container.vc_col-sm-7 {
		display: inline-block;
    	width: 100%;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom {
		margin-top: 34px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo p {
		width: 90%;
	}
}
@media (max-width: 568px) {
	.verbum-subscribe-half.wpb_column.vc_column_container.vc_col-sm-2 {
		width: 50%;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom {
		flex-direction: column;
		margin-top: 26px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-button input[type=submit] {
		width: auto;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo {
		padding: 20px 0 0;
		width: 100%;
	}
	.row.vc_row.verbum-home-subscribe h2 {
		font-size: 38px;
		line-height: 41px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo p {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-button {
		margin-top: -20px;
	}
	.row.vc_row.verbum-home-subscribe .subscribe-bottom .subscribe-addinfo p {
		width: 100%;
	}
}


/* ------------------------------------------------------------------------- *
 *  SINGLE POST (ARTICLE)
/* ------------------------------------------------------------------------- */

/* breadcrumb */
@media (min-width: 1200px) {
	.jeg_singlepage .verbum-issue-header-wide .jeg_breadcrumbs {
	    position: absolute;
	    width: 20%;
	    /*padding-left: 15px;*/
	    padding-top: 20px;
	}
	.jeg_singlepage .verbum-issue-header-nowide .jeg_breadcrumbs {
		display: none;
	}
}
@media (max-width: 1199px) {
	.jeg_singlepage .verbum-issue-header-wide .jeg_breadcrumbs {
		display: none;
	}
	.jeg_singlepage .verbum-issue-header-nowide .jeg_breadcrumbs {
		position: relative;
		margin: 12px 0 20px;
	}
}
.jeg_singlepage #breadcrumbs span,
.jeg_singlepage #breadcrumbs i {
	display: none;
}
.jeg_singlepage #breadcrumbs span.breadcrumb_last_link {
	display: block !important;
	font-family: Cormorant Semibold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	max-width: 140px;
}

/* social share */
.jeg_share_button.share-float.share-monocrhome a {
	background-color: transparent !important;
    line-height: 19px;
    width: auto;
    padding: 0;
    height: 36px;
}
.jeg_share_button.share-float .fa {
	color: #000;
}
.jeg_share_button.share-float.share-monocrhome .jeg_btn-toggle {
	display: none;
}
.jeg_single_fullwidth .jeg_share_button.share-float {
    margin-left: -12.9%;
}
@media (max-width: 1024px) {
	.jeg_single_fullwidth .jeg_share_button.share-float {
		margin-left: 0 !important;
	}
	.jeg_share_float_container .jeg_sharelist {
		float: left;
		margin-top: 60px;
	}
	.jeg_share_float_container .jeg_sharelist a span {
		display: none;
	}
	.jeg_share_button .fa {
		font-size: 21px;
	}
	.jeg_share_button.share-float.share-monocrhome a {
		line-height: 1;
		height: auto;
	}
	.jeg_single_fullwidth .jeg_share_button a {
		margin: 0 16px 0 0;
	}
}

/* image width */
.jeg_content.jeg_singlepage .jeg_featured.featured_image {
    width: 126%;
    margin-left: -13%;
    margin-bottom: 60px;
}
.jeg_content.jeg_singlepage .jeg_featured.featured_image .wp-caption-text,
.jeg_content.jeg_singlepage .jeg_featured.featured_image .wp-caption-text a {
	font-family: Akzidenz Grotesk Pro Regular !important;
	font-size: 17px;
	line-height: 1;
	color: #000 !important;
	margin-top: 20px;
}
.jeg_content.jeg_singlepage .jeg_featured.featured_image .wp-caption-text {
	opacity: 0.35;
}
.jeg_content.jeg_singlepage .wp-caption.alignnone img {
    width: 126%;
    margin-left: -13%;
    margin-top: 40px;
    max-width: none;
}
.jeg_content.jeg_singlepage .wp-caption.alignnone .wp-caption-text {
	font-size: 17px !important;
	line-height: 1;
	color: #000 !important;
	opacity: 0.35;
	margin-top: 20px !important;
	text-align: right !important;
	width: 126%;
	margin-left: -13% !important;
}
.jeg_content.jeg_singlepage .wp-caption.alignnone {
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.jeg_content.jeg_singlepage .jeg_featured.featured_image {
    width: 100%;
    margin: 0 auto;
	}
}

/* typography */
.jeg_singlepage .jeg_inner_content .entry-header h1.jeg_post_title {
	font-family: Cormorant Semibold;
    font-size: 58px;
    line-height: 66px;
    color: #000;
    margin-bottom: 60px;
}
/*@media (min-width: 569px) and (max-width: 991px) {
	.jeg_singlepage .jeg_inner_content .entry-header h1.jeg_post_title {
		font-size: 60px !important;
		line-height: 67px !important;
	}
}*/

.jeg_singlepage .jeg_inner_content p a {
	font-family: Cormorant Semibold Italic;
	font-size: 20px;
}
.jeg_singlepage .jeg_inner_content p a:hover {
	text-decoration: underline;
}

.jeg_singlepage .jeg_inner_content .jeg_meta_author span.meta_text,
.jeg_singlepage .jeg_inner_content .entry-header .jeg_meta_author+.jeg_meta_date:before,
.jeg_singlepage .jeg_inner_content .jeg_meta_category {
	display: none;
}
.jeg_singlepage .jeg_inner_content .jeg_meta_container .meta_left {
	width: 100%;
}
.jeg_singlepage .jeg_inner_content .jeg_meta_container .jeg_meta_author {
	font-family: Cormorant Semibold;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	width: 50%;
	margin: 0;
}
.jeg_singlepage .jeg_inner_content .jeg_meta_container .jeg_meta_date {
	text-transform: uppercase;
}
.jeg_singlepage .jeg_inner_content .jeg_meta_container {
	line-height: 1;
	margin-bottom: 60px;
}

.jeg_singlepage .jeg_inner_content .entry-header h2.jeg_post_subtitle {
	font-family: Cormorant Medium;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 60px;
}
.jeg_singlepage .jeg_inner_content .content-inner p {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 1.7em !important;
}
.jeg_singlepage .jeg_inner_content .content-inner h3,
.jeg_singlepage .jeg_inner_content .content-inner h4 {
	font-family: Cormorant Semibold;
	font-size: 29px;
	line-height: 33px;
	margin: 80px 0 40px;
	color: #000;
}

/* quote */ 
.entry-content blockquote {
	border: none;
	margin: 100px 0;
    width: 126%;
    margin-left: -13%;
}
.entry-content blockquote p {
	font-family: Cormorant Semibold;
	font-size: 29px !important;
	line-height: 33px !important;
	padding: 0;
	font-style: normal;
	text-transform: none !important;
	color: #000;
	text-align: center;
}

@media (max-width: 991px) {
	.entry-content blockquote {
	border: none;
	margin: 100px 0;
    width: 100%;
    padding: 0;
	}
}

/* footnotes */
.easy-footnote sup {
	font-family: Akzidenz Grotesk Pro Italic;
    /*font-size: 15px;
    padding: 0 0 0 2px;*/
    font-size: 13px;
    padding: 0 2px 0 0;
    color: #a0a0a0;
    top: .1em;
    left: 2px;
    letter-spacing: -.05em;
}
.qtip-bootstrap {
	border: 1px solid #000 !important;
	border-radius: 9px;
}
.qtip-content {
	font-family: Akzidenz Grotesk Pro Regular;
    font-size: 15px;
    color: #000;    
}
.content-inner ol {
	margin-left: 1.2em;
}
li.easy-footnote-single {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 17px;
    line-height: 29px;
    margin-bottom: 0 !important;
}
.easy-footnote-to-top {
    transform: rotate(-90deg) matrix(-1,0,0,1,0,0);
    line-height: 17px;
}


.jeg_singlepage .jeg_inner_content p a[name="_ftnref1"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref2"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref3"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref4"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref5"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref6"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref7"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref8"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref9"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref10"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref11"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref12"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref13"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref14"],
.jeg_singlepage .jeg_inner_content p a[name="_ftnref15"] {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 17px;
    line-height: 29px;
}
.jeg_singlepage .jeg_inner_content p a[name="_ftn1"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn2"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn3"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn4"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn5"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn6"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn7"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn8"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn9"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn10"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn11"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn12"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn13"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn14"],
.jeg_singlepage .jeg_inner_content p a[name="_ftn15"] {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 17px;
    line-height: 29px;
    opacity: 0.35;
    margin-right: 12px;	
}

/* all single post mobile */
@media (max-width: 568px) {
	body.post-template-default.single.single-post .jeg_content.jeg_singlepage {
		padding-top: 24px;
	}
	.jeg_singlepage .verbum-issue-header-nowide .jeg_breadcrumbs {
		margin: 0 0 40px;
	}
	.jeg_singlepage .jeg_inner_content .jeg_meta_container .jeg_meta_date {
		float: right;
		margin: 0;
	}
	.jeg_post_meta>div:not(:last-of-type) {
		margin-right: 0;
	}
	.jeg_singlepage .jeg_inner_content .entry-header h1.jeg_post_title {
	    font-size: 38px !important;
	    line-height: 41px !important;
	    margin-bottom: 60px;
	    text-align: center;
	}
	.jeg_singlepage .jeg_inner_content .entry-header h2.jeg_post_subtitle {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 40px;
	}
	.jeg_singlepage .jeg_inner_content .content-inner p {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 1.2em !important;
	}
	.entry-content blockquote {
		margin: 80px 0;
	}
	.entry-content blockquote p {
		font-size: 27px !important;
		line-height: 31px !important;
	}
}

/* hide comment section */
.jnews_comment_container {
	display: none;
}

/* author box */
.jeg_authorbox {
    border: none;
    padding: 0;
    padding-top: 20px;
    border-top: 1px solid #000;
    margin-bottom: 152px;
}
.jeg_authorbox .jeg_author_image {
	text-align: left;
}
.jeg_authorbox .jeg_author_image img {
    border-radius: 0 !important;
    width: 100px;
    height: auto !important;
}
.jeg_authorbox h3.jeg_author_name {
	font-family: Cormorant Semibold;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-size: 16px;
}
.jeg_authorbox p.jeg_author_desc {
	font-size: 15px;
    line-height: 23px;
    width: 85%;
}

@media (min-width: 1280px) {
	.jeg_singlepage .jnews_author_box_container {
	    width: 750px;
	    margin: 0 auto;
	    margin-bottom: 100px;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.jeg_singlepage .jnews_author_box_container {
	    width: 768px;
	    margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.jeg_singlepage .jnews_author_box_container {
	    width: 750px;
	    padding: 0 15px;
	    margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.jeg_singlepage .jnews_author_box_container {
		width: 100%;
		padding: 0 24px;
	}
}
@media (max-width: 568px) {
	.jeg_authorbox .jeg_author_image {
		float: left;
    	/*width: 40%;*/
    	width: 130px;
	}
	.jeg_authorbox .jeg_author_image img {
		margin-bottom: 20px;
	}
	.jeg_authorbox .jeg_author_content {
		text-align: left;
	    padding: 0;
	    display: block;
	    /*width: 60%;*/
	    width: auto;
	    margin-left: 0;
	}
	.jeg_authorbox .jeg_author_content p.jeg_author_desc {
		width: 100%;
	}
	.jeg_authorbox {
		margin-bottom: 124px;
	}
}
@media (max-width: 480px) {
	.jeg_authorbox .jeg_author_image img {
		margin-bottom: 0;
	}
}

/* bottom */
.jeg_single_fullwidth .with-share .content-inner {
	margin-bottom: 140px;
}

@media (max-width: 568px) {
	.jeg_single_fullwidth .with-share .content-inner {
		margin-bottom: 100px;
	}
}

.jnews_content_bottom_ads {
	margin: 0;
}

/* Related Posts */
.jnews_related_post_container {
	width: 100%;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.jnews_related_post_container {
		width: 100%;
		padding: 0 24px;
	}
}

.jnews_related_post_container .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6.jeg_subcat_right {
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
	flex-direction: row;
	justify-content: center;
}

.jnews_related_post_container .jeg_postblock_23 .jeg_post {
	width: 33.33%;
}

@media (min-width: 569px) and (max-width: 991px) {
	.jnews_related_post_container .jeg_postblock_23 .jeg_post {
		width: 50%;
	}
}

@media (max-width: 568px) {
	.jnews_related_post_container .jeg_postblock_23 .jeg_post {
		width: 100%;
		margin-bottom: 40px;
	}
	.jnews_related_post_container .jeg_postblock_23 .jeg_post .jeg_post_meta .jeg_meta_date {
		display: inline-block;
    	float: right;
    	padding-top: 7px;
	}
	.jnews_related_post_container .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_title {
	    font-size: 26px !important;
	    line-height: 28px !important;
	    margin-bottom: 20px;
	    margin-top: 12px;
	}
	.jnews_related_post_container .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6.jeg_subcat_right {
	    margin: 0 -24px 24px;
	}
}

.jnews_related_post_container .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6.jeg_subcat_right h3.jeg_block_title span strong {
	margin-right: 0;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_block_heading.jeg_block_heading_6:after {
	display: none;
}

.jnews_related_post_container .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_title {
	font-size: 21px;
	line-height: 23px;	
	margin-bottom: 20px;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_meta {
	line-height: 1;
	margin-bottom: 4px;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_category {
	line-height: 1;
	margin-bottom: 12px;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_post .jeg_thumb {
	margin-bottom: 8px;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_post .jeg_post_excerpt {
	display: none;
}
.jnews_related_post_container .jeg_postblock_23 .jeg_post .jeg_postblock_content .jeg_post_meta .jeg_meta_date {
	display: none;
}

@media (max-width: 568px) {
	.jnews_related_post_container .jeg_postblock_23 .jeg_pl_md_1 .jeg_post_category {
		padding-top: 2px;
		max-width: 50%;
	}
}

/* ------------------------------------------------------------------------- *
 *  AUTHOR PAGE
/* ------------------------------------------------------------------------- */

body.archive.author .jeg_content {
    padding: 84px 0 40px;
}
.jeg_authorpage .jeg_author_wrap {
	padding: 0;
	background: none !important;
}
body.archive.author .jeg_author_wrap.vcard .jeg_author_image {
	text-align: left;
    float: left !important;
    width: 20% !important;
    display: inline-block;
    margin-top: 76px;
}
/* verbum sign author only */
body.archive.author.author-verbum .jeg_author_wrap.vcard .jeg_author_image {
	margin-top: 20px;
}

body.archive.author .jeg_author_wrap.vcard .jeg_author_image img {
	width: 100%;
    height: auto; 
	padding-right: 40px;
	border-radius: 0;
}
.jeg_authorpage .jeg_author_content {
	max-width: 80% !important;
	text-align: left;
	margin-left: 20% !important;
}
.jeg_authorpage .jeg_author_name {
	font-family: Akzidenz Grotesk Pro Regular;
	font-weight: 400;
	font-size: 37px;
	line-height: 40px;
}
.jeg_authorpage p.jeg_author_desc {
	margin-top: 40px;
	width: 85% !important;
	font-size: 17px;
	line-height: 29px;
}
/* back button */
.jeg_archive_header.jeg_authorpage.clearfix .jeg_breadcrumbs.jeg_breadcrumb_container {
	margin-left: 20%;
	line-height: 1;
	margin-bottom: 40px;
}
.jeg_archive_header.jeg_authorpage.clearfix .jeg_breadcrumbs.jeg_breadcrumb_container button {
	font-family: Akzidenz Grotesk Pro Italic;
	font-size: 13px;
	line-height: 1;
	background-color: transparent;
	border: none;
	padding: 0;
}

@media (min-width: 569px) and (max-width: 767px) {
	body.archive.author .jeg_author_wrap.vcard .jeg_author_image {
		display: block;
		width: 25% !important;
	}
	.jeg_authorpage .jeg_author_content {
		max-width: 100% !important;
		margin-left: 25% !important;
	}
	.jeg_archive_header.jeg_authorpage.clearfix .jeg_breadcrumbs.jeg_breadcrumb_container {
		margin-left: 25%;
	}
}
@media (min-width: 481px) and (max-width: 568px) {
	body.archive.author .jeg_author_wrap.vcard .jeg_author_image {
		display: block;
		width: 40% !important;
	}
	.jeg_authorpage .jeg_author_content {
		max-width: 100% !important;
		margin-left: 40% !important;
	}
	.jeg_archive_header.jeg_authorpage.clearfix .jeg_breadcrumbs.jeg_breadcrumb_container {
		margin-left: 40%;
	}
}
@media (max-width: 480px) {
	body.archive.author .jeg_author_wrap.vcard .jeg_author_image {
		display: block;
		width: 100% !important;
		margin-top: 0;
	}
	body.archive.author .jeg_author_wrap.vcard .jeg_author_image img {
		width: 50%;
		padding-right: 0;
	}
	.jeg_authorpage .jeg_author_content {
		max-width: 100% !important;
		margin: 0 !important;
	}
	.jeg_authorpage p.jeg_author_desc {
		width: 100% !important;
	}
	.jeg_archive_header.jeg_authorpage.clearfix .jeg_breadcrumbs.jeg_breadcrumb_container {
		margin-left: 0;
	}
}

/* author's articles */
body.archive.author .jeg_postblock_5 .jeg_postblock_content .verbum-date-only {
	line-height: 1;
	display: inline-block;
	margin: 0 16px 0 0;
}
body.archive.author .jeg_postblock_5 .jeg_postblock_content {
    margin-top: -10px;
}
body.archive.author .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
	display: none;
}
body.archive.author .jeg_postblock_5 .jeg_postblock_content .jeg_post_category {
	line-height: 1;
	/*margin: 4px 0 12px;*/
	display: inline-block;
	margin: 0 0 12px;
}

body.archive.author .jeg_postblock_5 .jeg_post_excerpt p {
	display: none;
}
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}
body.archive.author .jeg_postblock_5 h3.jeg_post_title {
	font-size: 37px;
	line-height: 40px;
}
@media (min-width: 569px) and (max-width: 991px) {
	body.archive.author .jeg_postblock_5 h3.jeg_post_title {
		font-size: 32px;
		line-height: 35px;
	}
}
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
	margin-bottom: 40px;
	position: relative;
}
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
	margin-right: 40px;
}
@media (min-width: 1281px) {
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 80%;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 50%;
	}
}
@media (max-width: 1280px) {
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100%;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45% !important;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: flex;
		flex-direction: column;
	}
	body.archive.author .jeg_postblock_5 .jeg_postblock_content .verbum-date-only {
		order: 1;
	}
	body.archive.author .jeg_postblock_5 .jeg_postblock_content .jeg_post_category {
		order: 2;
	}
	body.archive.author .jeg_postblock_5 h3.jeg_post_title {
		font-size: 32px !important;
		line-height: 35px !important;
		margin-bottom: 24px;
		order: 3;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		order: 4;
	}
	body.archive.author .jeg_postblock_5 .jeg_post_excerpt {
		order: 5;
		margin-top: 0;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative;
		margin-top: 12px;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
} 
@media (max-width: 568px) {
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
		flex-direction: column;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		margin-right: 0 !important;
		order: 3;
	}
	body.archive.author .jeg_postblock_5 .jeg_postblock_content {
		width: 100%;
		order: 1;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
	  	/*justify-content: space-between;*/
	  	margin-top: 0;
	}
	body.archive.author .jeg_postblock_5 .jeg_postblock_content .verbum-date-only {
		padding-top: 3px;
	}
	body.archive.author .jeg_postblock_5 h3.jeg_post_title {
		font-size: 29px;
		line-height: 31px;
		order: 2;
		margin: 0 0 20px;
	}
	body.archive.author .jeg_postblock_5 .jeg_post_excerpt {
		display: block;
		margin: 0;
		order: 4;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative;
		margin: 12px 0 0;
	}
	body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
}
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
	padding-bottom: 54%;
}
body.archive.author .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
	margin-top: -8.75%;
}

/* container width */
@media (max-width: 991px) {
	body.archive.author .container {
		width: 100%;
	}
}


/* ------------------------------------------------------------------------- *
 *  CATEGORY PAGE
/* ------------------------------------------------------------------------- */

body.archive.category .jeg_content {
    padding: 84px 0 40px;
}
body.archive.category .jnews_category_header_bottom img {
    width: 20%;
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
    margin-top: 92px;
}
body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 {
	width: 80%;
	display: inline-block;
}
body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h1.jeg_cat_title {
	font-family: Cormorant Semibold;
	font-size: 42px;
	line-height: 45px;
}
body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h2.jeg_cat_subtitle {
	margin-top: 40px;
	width: 65% !important;
	color: #000;
	font-size: 17px;
	line-height: 29px;
}
body.archive.category .jnews_category_header_bottom {
	margin-bottom: 140px;
}
/* back button */
body.archive.category .header-back-button {
	margin-left: 20%;
	line-height: 1;
	margin-bottom: 40px;
}
body.archive.category .header-back-button button {
	font-family: Akzidenz Grotesk Pro Italic;
	font-size: 13px;
	line-height: 1;
	background-color: transparent;
	border: none;
	padding: 0;
}

@media (min-width: 569px) and (max-width: 767px) {
	body.archive.category .jnews_category_header_bottom img {
		display: inline-block;
		width: 25% !important;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 {
		width: 75%;
		max-width: 100% !important;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h2.jeg_cat_subtitle {
		width: 85% !important;
	}
	body.archive.category .header-back-button {
		margin-left: 25%;
	}
}
@media (min-width: 481px) and (max-width: 568px) {
	body.archive.category .jnews_category_header_bottom img {
		display: inline-block;
		width: 40% !important;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 {
		width: 60%;
		max-width: 100% !important;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h1.jeg_cat_title {
		width: 85%;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h2.jeg_cat_subtitle {
		width: 85% !important;
	}
	body.archive.category .header-back-button {
		margin-left: 40%;
	}
}
@media (max-width: 480px) {
	body.archive.category .jnews_category_header_bottom img {
		display: block;
		width: 100% !important;
		margin-top: 0;
		padding-right: 0;
	}
	body.archive.category .header-back-button {
		margin-left: 0;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 {
		width: 100%;
	}
	body.archive.category .jnews_category_header_bottom .jeg_cat_header.jeg_cat_header_1 h2.jeg_cat_subtitle {
		width: 100% !important;
	}
	body.archive.category .jnews_category_header_bottom .verbum-cat-notitle img {
		width: 50% !important;
	}
	body.archive.category .jnews_category_header_bottom .verbum-cat-title-only img {
		display: none;
	}
	body.archive.category .jnews_category_header_bottom .verbum-cat-title-only .jeg_cat_header.jeg_cat_header_1 .jeg_cat_subtitle {
		display: none;
	}
	body.archive.category .jnews_category_header_bottom .verbum-cat-notitle .jeg_cat_header.jeg_cat_header_1 h1.jeg_cat_title {
		display: none;
	}
}
@media (min-width: 481px) {
	body.archive.category .jnews_category_header_bottom .verbum-cat-title-only {
		display: none;
	}
}

/* category articles */
body.archive.category .jeg_postblock_5 .jeg_postblock_content .verbum-date-only,
body.archive.category .jeg_postblock_5 .jeg_postblock_content .jeg_post_category {
	display: none;
}
body.archive.category .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
	line-height: 1;
	margin-bottom: 12px;
}
body.archive.category .jeg_postblock_5 .jeg_postblock_content .verbum-author-date .jeg_post_meta .jeg_meta_author {
	margin-right: 16px;
}
body.archive.category .jeg_postblock_5 h3.jeg_post_title {
	font-size: 37px;
	line-height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
	body.archive.category .jeg_postblock_5 h3.jeg_post_title {
		font-size: 32px;
		line-height: 35px;
	}
} 
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 {
	margin-bottom: 40px;
	position: relative;
}
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
	margin-right: 40px;
}
@media (min-width: 1281px) {
	body.archive.ctaegory .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 80%;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 50%;
	}
}
@media (max-width: 1200px) {
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100%;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45% !important;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
} 
@media (min-width: 569px) and (max-width: 767px) {
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: flex;
		flex-direction: column;
	}
	body.archive.category .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
		order: 1;
	}
	body.archive.category .jeg_postblock_5 h3.jeg_post_title {
		font-size: 32px !important;
		line-height: 35px !important;
		margin-bottom: 24px;
		order: 2;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		order: 3;
	}
	body.archive.category .jeg_postblock_5 .jeg_post_excerpt {
		order: 4;
		margin-top: 0;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative !important;
		margin-top: 12px;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
} 
@media (max-width: 568px) {
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
		flex-direction: column;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		margin-right: 0 !important;
		order: 3;
	}
	body.archive.category .jeg_postblock_5 .jeg_postblock_content {
		width: 100%;
		order: 1;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
	  	/*justify-content: space-between;*/
	  	margin-top: 0;
	}
	body.archive.category .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
		padding-top: 3px;
	}
	body.archive.category .jeg_postblock_5 h3.jeg_post_title {
		font-size: 29px;
		line-height: 31px;
		order: 2;
		margin: 0 0 20px;
	}
	body.archive.category .jeg_postblock_5 .jeg_post_excerpt {
		display: block;
		margin: 0;
		order: 4;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative !important;
		margin: 12px 0 0;
	}
	body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
}

body.archive.category .jeg_postblock_5 .jeg_post_excerpt p {
	display: none;
}
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_post_excerpt .jeg_readmore {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
	padding-bottom: 54%;
}
body.archive.category .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
	margin-top: -8.75%;
}

/* container width */
@media (max-width: 991px) {
	body.archive.category .container {
		width: 100%;
	}
}


/* ------------------------------------------------------------------------- *
 *  404
/* ------------------------------------------------------------------------- */

body.error404 .jnews_404_content_wrapper,
body.error404 .jeg_archive_search,
body.error404 .jeg_breadcrumbs.jeg_breadcrumb_container {
	display: none;
}

body.error404 .jeg_viewport {
	height: 100%;
	display: -webkit-box;
  	display: -ms-flexbox;  
  	display: -webkit-flex; 
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}
body.error404 .jeg_archive_title {
	font-family: Cormorant Semibold;
    font-size: 62px;
    line-height: 68px;
    color: #000;
    /*text-align: center;*/
    margin-bottom: 60px;
}
body.error404 .jeg_archive_header {
	margin-left: 20%;
}
body.error404 .jeg_archive_header p {
	width: 50%;
}


/* ------------------------------------------------------------------------- *
 *  ALL ISSUES AND AUTHORS INDEX
/* ------------------------------------------------------------------------- */
@media (min-width: 768px) {
	body.page-template-all-php .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 50%;
	}
	body.page-template-all-php .jeg_content {
    padding: 0 0 40px;
	}
	body.page-template-all-php .wpb_column.vc_column_container.vc_col-sm-4 {
		float: right;
		padding-right: 0;
	}
}
body.page-template-all-php .verbum-subheader {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	line-height: 1;
	padding: 0;
	border-bottom: 1px solid #000;
	/*margin-bottom: 40px;*/
	/*position: fixed;
    background: #fff;
    z-index: 99;*/
}
body.page-template-all-php .verbum-subheader p {
	padding: 90px 0 15px 0;
	margin: 0;
}
body.page-template-all-php .verbum-all-issues .verbum-subheader {
	position: sticky;
	position: -webkit-sticky;
    background: #fff;
    z-index: 98 !important;
    height: 119px;
    top: 0;
}
@media (max-width: 1024px) {
	body.page-template-all-php .verbum-all-issues .verbum-subheader {
		z-index: 2 !important;
		top: -30px;
	}
}
/*body.page-template-all-php .verbum-all-authors .verbum-authors-list {
	position: fixed;
}*/
body.page-template-all-php .verbum-all-authors .verbum-subheader {
	margin-bottom: 42px;
}
body.page-template-all-php .verbum-all-issues .verbum-issue {
	padding-top: 42px;
}
body.page-template-all-php .verbum-all-authors {
	margin-bottom: 100px;
}
body.page-template-all-php .verbum-all-authors .verbum-authors-list li {
	display: block;
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
body.page-template-all-php .verbum-all-authors .verbum-authors-list li a {
	line-height: 1;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc {
	display: inline-block;
	width: 40%;
	/*padding-top: 20px;*/
	padding-top: 26px;
	margin-bottom: 140px;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc .verbum-issue-title-wrap {
	/*width: 200%;*/
}
body.page-template-all-php .verbum-all-issues .verbum-issue h2 {
	font-family: Cormorant Semibold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: top;
	/*margin: 0 0 12px 0;*/
	margin: 0 0 6px 0;
	width: 25%;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc p {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px;
	line-height: 16px;
	margin: 12px 0 0;
	padding-right: 32px;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	position: relative;
	padding-top: 24px;
	padding-left: 40px;
	margin-right: 18%;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts h6,
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts h6 a {
	font-family: Akzidenz Grotesk Pro Regular;
	font-size: 13px !important;
	line-height: 16px !important;
	text-transform: uppercase;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts h6 {
	/*margin: 28px 0 8px;*/
	margin: 0 0 8px;
}
body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts .post-author {
	font-family: Cormorant Semibold;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 28px;
}
body.page-template-all-php .verbum-all-issues .verbum-posts .issue-date {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 -102%;
    font-family: Akzidenz Grotesk Pro Regular;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}

/* 2020 issue date fix */
body.page-template-all-php .verbum-all-issues .verbum-posts .issue-date ~ .issue-date {
	display: none;
}

@media (max-width: 1200px) {
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc p {
		padding-right: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	body.page-template-all-php .verbum-all-issues .verbum-issue h2 {
		width: 50%;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc {
		width: 50%;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc p {
		padding-right: 24px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts {
		width: 48%;
		margin-right: 0;
		padding-left: 32px;
		margin-bottom: 112px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-posts .issue-date {
	    margin: 0 0 0 -107%;
	}
}
@media (max-width: 767px) {
	body.page-template-all-php .verbum-all-issues .verbum-issue h2 {
		width: 25%;
	}
	body.page-template-all-php .jeg_content {
    padding: 0 0 40px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc p {
		padding-right: 24px;
	}
	body.page-template-all-php .verbum-all-authors .verbum-subheader p {
	padding: 15px 0;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts {
		margin-bottom: 112px;
	}
}
@media (max-width: 480px) {
	body.page-template-all-php .verbum-all-issues .verbum-issue h2 {
		width: 40%;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts {
		width: 58%;
		margin-right: 0%;
	    margin-bottom: 112px;
	    padding-top: 48px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-posts h6 {
    	margin: 0 0 8px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc{
		padding-top: 51px;
	}
	body.page-template-all-php .verbum-all-issues .verbum-issue .verbum-issue-desc p {
		padding-right: 0;
	}
	/*body.page-template-all-php .verbum-all-issues .verbum-issue h2 {
		margin: 0 0 28px 0;
	}*/
	body.page-template-all-php .verbum-all-issues .verbum-posts .issue-date {
	    margin: 0 0 0 -71.5%
	}
}



/* ------------------------------------------------------------------------- *
 *  ABOUT PAGE
/* ------------------------------------------------------------------------- */

body.page-template-default.page.page-id-658 .jeg_breadcrumbs.jeg_breadcrumb_container,
body.page-template-default.page.page-id-658 .entry-header {
	display: none;
}
@media (min-width: 1025px) {
	body.page-template-default.page.page-id-658 .jeg_main_content.col-md-12 {
		width: 80%;
		margin-left: 20%;
	}
}
@media (max-width: 767px) {
	body.page-template-default.page.page-id-658 .jeg_main_content.col-md-12 {
		padding: 0 30px;
	}
	body.page-template-default.page.page-id-658 .entry-content .content-inner .vc_column_container {
		padding: 0;
	}
}

.verbum-about-maintext p {
	font-family: Akzidenz Grotesk Pro Regular !important;
	font-size: 17px !important;
	/*line-height: 25px !important;*/
}
.verbum-about-maintext {
	margin-bottom: 92px;
}
.verbum-about-serif p {
	font-family: Cormorant Semibold !important;
	font-size: 14px !important;
	line-height: 1 !important;
}
.verbum-about-serif {
	margin-bottom: 8px;
}
.verbum-about-sm-sans p,
.verbum-about-sm-sans a {
	font-family: Akzidenz Grotesk Pro Regular !important;
	font-size: 13px !important;
	line-height: 16px !important;
	text-transform: uppercase;
}
.verbum-about-credentials {
	padding-bottom: 62px;
	border-bottom: 1px solid #000;
	padding-top: 92px;
	border-top: 1px solid #000;
	margin-bottom: 40px;
}
body.page-template-default.page.page-id-658 .wpb_single_image img {
	max-height: 110px;
	width: auto;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	body.page-template-default.page.page-id-658 .vc_col-sm-4 {
		width: 33.33333333%;
		display: inline-block;
	}
}
@media (max-width: 568px) {
	body.page-template-default.page.page-id-658 .wpb_single_image img {
		max-height: 92px;
		margin-bottom: 0;
	}
	.verbum-about-credentials {
		padding-bottom: 42px;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	/*.verbum-about-maintext {
		margin-bottom: 72px;
	}*/
}
@media (max-width: 480px) {
	body.page-template-default.page.page-id-658 .wpb_single_image img {
		max-height: 72px;
	}
}
@media (max-width: 320px) {
	body.page-template-default.page.page-id-658 .wpb_single_image img {
		max-height: 64px;
	}
}


/* ------------------------------------------------------------------------- *
 *  SEARCH RESULTS
/* ------------------------------------------------------------------------- */

body.search.search-results .jeg_content,
body.search.search-no-results .jeg_content {
    padding: 84px 0 40px;
}

body.search.search-results .jeg_breadcrumbs.jeg_breadcrumb_container,
body.search.search-no-results .jeg_breadcrumbs.jeg_breadcrumb_container {
	display: none;
}
body.search.search-results h1.jeg_archive_title,
body.search.search-no-results h1.jeg_archive_title {
	font-family: Akzidenz Grotesk Pro Regular;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 17px;
}
body.search.search-results .jeg_archive_search,
body.search.search-no-results .jeg_archive_search {
	background: transparent;
	padding: 0;
	margin-bottom: 84px;
}
body.search.search-results .jeg_archive_search .jeg_search_button, 
body.search.search-results .search_review_button,
body.search.search-no-results .jeg_archive_search .jeg_search_button, 
body.search.search-no-results .search_review_button {
	border-radius: 0 11px 11px 0;
    background: #000;
}
body.search.search-results button.jeg_search_button.btn i.fa.fa-search,
body.search.search-no-results button.jeg_search_button.btn i.fa.fa-search {
	vertical-align: middle;
	margin-bottom: 2px;
}

body.search.search-no-results .jeg_empty_module {
	font-family: Akzidenz Grotesk Pro Regular;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
	text-align: left;
	padding: 0;
	border: none;
	margin-bottom: 0;
	background: transparent;
}

/* articles */
body.search.search-results .jeg_postblock_5 .jeg_postblock_content .verbum-date-only {
	display: none;
}
body.search.search-results .jeg_postblock_5 .jeg_postblock_content {
    margin-top: 0;
}
body.search.search-results .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
	line-height: 1;
	display: block;
	margin: 0 0 4px 0;
}
body.search.search-results .jeg_postblock_5 .jeg_postblock_content .verbum-author-date .jeg_meta_author {
	margin-right: 16px;
}
body.search.search-results .jeg_postblock_5 .jeg_postblock_content .jeg_post_category {
	line-height: 1;
	display: block;
	margin: 0 0 12px;
}

body.search.search-results .jeg_postblock_5 .jeg_post_excerpt p {
	display: none;
}
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}
body.search.search-results .jeg_postblock_5 h3.jeg_post_title {
	font-size: 37px;
	line-height: 40px;
}
@media (min-width: 569px) and (max-width: 991px) {
	body.search.search-results .jeg_postblock_5 h3.jeg_post_title {
		font-size: 32px;
		line-height: 35px;
	}
}
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		margin-bottom: 40px;
		position: relative;
}
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		margin-right: 40px;
}
@media (min-width: 1281px) {
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 80%;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 50%;
	}
}
@media (max-width: 1280px) {
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100%;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 45% !important;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: flex;
		flex-direction: column;
	}
	body.search.search-results .jeg_postblock_5 .jeg_postblock_content .verbum-author-date {
		order: 1;
	}
	body.search.search-results .jeg_postblock_5 .jeg_postblock_content .jeg_post_category {
		order: 2;
	}
	body.search.search-results .jeg_postblock_5 h3.jeg_post_title {
		/*margin-top: 8px !important;*/
		font-size: 32px !important;
		line-height: 35px !important;
		margin-bottom: 24px;
		order: 3;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		order: 4;
	}
	body.search.search-results .jeg_postblock_5 .jeg_post_excerpt {
		order: 5;
		margin-top: 0;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative;
		margin-top: 12px;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
		padding-bottom: 71.5% !important;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
} 
@media (max-width: 568px) {
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 {
		width: 100% !important;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
		flex-direction: column;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb {
		width: 100% !important;
		margin-right: 0 !important;
		order: 3;
	}
	body.search.search-results .jeg_postblock_5 .jeg_postblock_content {
		width: 100%;
		order: 1;
		display: -webkit-box;
	  	display: -ms-flexbox;  
	  	display: -webkit-flex; 
	  	display: flex;
	  	/*justify-content: space-between;*/
	  	margin-top: 0;
	  	flex-direction: column;
	}
	body.search.search-results .jeg_postblock_5 .jeg_postblock_content .verbum-date-only {
		padding-top: 3px;
	}
	body.search.search-results .jeg_postblock_5 h3.jeg_post_title {
		font-size: 29px;
		line-height: 31px;
		order: 2;
		margin: 0 0 20px;
	}
	body.search.search-results .jeg_postblock_5 .jeg_post_excerpt {
		display: block;
		margin: 0;
		order: 4;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_readmore {
		position: relative;
		margin: 12px 0 0;
	}
	body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
		margin-top: 0 !important;
	}
}

body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 {
	padding-bottom: 54%;
}
body.search.search-results .jeg_postblock_5 .jeg_pl_lg_2 .jeg_thumb .thumbnail-container.animate-lazy.size-715 img {
	margin-top: -8.75%;
}

/* container width */
@media (max-width: 991px) {
	body.search.search-results .container {
		width: 100%;
	}
}
