/*
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Template: phlox-pro
Author: averta
Author URI: http://www.averta.net
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, agency, startup, new & magazine, restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, professional news and magazine features, 45 exclusive widgets and elements, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor, Visual Composer and SiteOrigin page builders.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,grid-layout,custom-menu,custom-colors,editor-style,featured-images,featured-image-header,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,translation-ready,blog,e-commerce,portfolio,threaded-comments,custom-logo
Version: 5.3.19.1594043439
Updated: 2020-07-06 13:50:39

*/


/* Page width */

/* @media (min-width: 768px) {
	.elementor-inner {
		margin-right: 50px;
		margin-left: 50px;
	}
} */
/* start */

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
@media (min-width: 320px) and (max-width: 1024px) {
  .icon-bar {
  z-index: 1;
  position: fixed;
  bottom: 0;
  display: flex;
  left: 25%;
	}
}

@media (min-width: 1025px) {
  .icon-bar {
  position: fixed;
  top: 30% !important;
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 0;
	}
  .icon-bar a {
    display: block;
  }
}

/* Style the icon bar links */
.icon-bar a {
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white!important;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #271c51!important;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.reddit {
  background: #FF4500;
  color: white;
}

.pinterest {
  background: #E60023;
  color: white;
}

.comment-form-url {
  display: none;
}
/* end */


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */


/* Menu */

.site-header-section .aux-master-menu.aux-horizontal.aux-with-indicator>.aux-menu-item>.aux-item-content>.aux-submenu-indicator,
.aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-indicator>.aux-menu-item>.aux-item-content>.aux-submenu-indicator {
	filter: brightness(0) invert(1);
}

.aux-item-content::after {
	display: none;
}

.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter>.aux-menu-item>.aux-item-content::after,
.aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter>.aux-menu-item>.aux-item-content::after {
	content: none;
}

.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu>.aux-menu-item>.aux-item-content,
.aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu>.aux-menu-item>.aux-item-content {
	text-align: left;
}

.menu-primary-menu-container .aux-menu-depth-2 .aux-menu-label {
	color: #FFFFFF;
}


/* Forms */

div.wpforms-container-full .wpforms-form input:active {
	background-color: #271c51 !important;
	border: 1px solid #271c51 !important;
}

.eael-contact-form-7-wrapper input[type="radio"] {
	margin-top: 5px;
}


/* form padding top */

.single-post .hentry .entry-content {
	font-size: 20px;
	line-height: 31px;
	max-width: 800px;
}

.amc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
}

.amc-row.title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.amc-row.title h2 {
	margin: 0;
}

.amc-row.title .amc-content {
	margin-top: 0;
}

.amc-alphabet .amc-navigation {
	-webkit-box-flex: 190px;
	-ms-flex: 190px;
	flex: 190px;
	max-width: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.amc-navigation .amc-alphabet-list {
	margin: 60px 30px;
	margin-right: 0;
}

.amc-navigation .amc-alphabet-list>ul {
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
	.amc-navigation .amc-alphabet-list {
		margin-left: 0;
	}
}

.amc-alphabet .amc-content {
	margin-top: 60px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: calc(100% - 190px);
	padding-left: 30px;
}

@media (min-width: 1200px) {
	.amc-alphabet .amc-content,
	.person-top .person-content,
	.person-top .person-publications,
	.amc-content .amc-disclaimer {
		padding-right: 220px;
	}
	.person-top {
		padding-bottom: 70px;
	}
}

@media (max-width: 480px) {
	.amc-alphabet .amc-navigation {
		-webkit-box-flex: 60px;
		-ms-flex: 60px;
		flex: 60px;
		max-width: 60px;
	}
	.amc-alphabet .amc-content {
		max-width: calc(100% - 60px);
		padding-left: 0;
	}
}

.amc-navigation {
	-webkit-box-flex: 25%;
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
}

.amc-content {
	-webkit-box-flex: 75%;
	-ms-flex: 75%;
	flex: 75%;
	max-width: 75%;
}

@media (max-width: 768px) {
	.amc-navigation {
		-webkit-box-flex: 70px;
		-ms-flex: 70px;
		flex: 70px;
		max-width: 70px;
	}
	.amc-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		padding-left: 40px;
	}
}

@media (max-width: 480px) {
	.amc-navigation {
		-webkit-box-flex: 70px;
		-ms-flex: 70px;
		flex: 70px;
		max-width: 70px;
	}
	.amc-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		padding-left: 40px;
	}
}

@media (max-width: 480px) {
	.amc-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		padding-left: 20px;
	}
}

.person-contact-card {
	background: #FFFFFF;
}

.amc-shadow {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

.custom-title h2 {
	position: relative;
	font-family: 'DM Serif Display', serif;
	font-size: 64px;
	color: #1F1042;
	padding-left: 6px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

.custom-title.new-header {
	line-height: 0 !important;
}

.custom-title-all h2 {
	position: relative;
	font-family: 'DM Serif Display', serif;
	font-size: 45px;
	color: #1F1042;
	padding-left: 6px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

.custom-title h2:after {
	content: "";
	background: #FFE343;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 30px;
}

.custom-title-all h2:after {
	content: "";
	background: #FFE343;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 22px;
}

@media only screen and (max-width: 980px) {
	.custom-title h2:after {
		bottom: 0px;
	}
	.custom-title h2:after {
		height: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.custom-title h2 {
		font-size: 26px;
	}
	.custom-title h2:after {
		bottom: 3px;
	}
	.custom-title h2:after {
		height: 10px;
	}
}


/* Custom buton title */

.custom-title-button h2 {
	position: relative;
	font-family: 'DM Serif Display', serif;
	font-size: 64px;
	color: #000000;
	padding-left: 6px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

.custom-title-button h2:after {
	content: "";
	background: #FFE343;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 17px;
}

@media only screen and (max-width: 480px) {
	.custom-title-button h2:after {
		height: 20px;
	}
}

.person-contact-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.person-image,
.person-contact {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 480px) {
	.person-contact-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.person-image,
	.person-contact {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		min-height: 300px;
	}
}

.person-image {
	background: #7FCADF;
}

.person-contact {
	padding: 20px 25px;
}

.person-contact ul {
	list-style: none;
	padding-left: 40px;
}

.person-contact ul li {
	padding: 0 0 16px;
	border-bottom: solid 1px #EEEEEE;
	position: relative;
}

.person-contact ul li:before {
	position: absolute;
	left: -40px;
	top: 4px;
	content: "";
	width: 16px;
	height: 16px;
	opacity: 0.4;
	background: url(img/link.svg) center;
	background-size: 100% !important;
	background-repeat: no-repeat;
}

.person-contact ul li.url:before {
	background: url(img/link.svg) center;
}

.person-contact ul li.mail:before {
	background: url(img/mail.svg) center;
}

.person-contact ul li.twitter:before {
	background: url(img/twitter.svg) center;
}

.person-contact ul li.phone:before {
	background: url(img/phone.svg) center;
}

.person-contact ul li.linkedin:before {
	background: url(img/linkedin.svg) center;
}

.person-contact ul li a {
	display: block;
}

.person-contact ul li a+a {
	padding-top: 8px;
}

.person-contact ul li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

h5 {
	font-weight: 700;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.2px;
	line-height: 30px;
}

.person-publications {
	margin-top: 45px;
}

.person-publications {
	font-size: 14px;
	line-height: 24px;
}


/* Tag List */

.map-caption {
	text-align: right;
	font-size: 15px;
	color: #999;
}

ul.person-tag-list li {
	display: inline-block;
	margin-right: 16px;
}

ul.person-tag-list li a {
	position: relative;
}

ul.person-tag-list li a:before {
	position: absolute;
	left: 15px;
	top: 12px;
	content: "";
	width: 26px;
	height: 26px;
	background: url(img/tag.svg) center;
	background-size: 100% !important;
	background-repeat: no-repeat;
}

ul.person-tag-list li a {
	display: inline-block;
	font-size: 14px;
	padding: 12px 20px 12px 50px;
	letter-spacing: 1.2px;
	line-height: 14px;
	text-transform: uppercase;
}

.person-related-articles {
	margin-top: 35px;
}

.person-tags {
	margin-top: 40px;
}


/* Related News */

.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.amc-article {
	-webkit-box-flex: 25%;
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding-right: 30px;
	padding-bottom: 50px;
	position: relative;
}

.amc-article:nth-child(4n) {
	padding-right: 0;
}

@media (max-width: 768px) {
	.amc-article {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding-right: 30px;
	}
	.amc-article:nth-child(2n) {
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.amc-article {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
}

.amc-article h3 {
	margin-top: 20px;
}

.amc-article h4 {
	font-size: 16px;
	font-weight: 700;
	color: #271C51;
	margin-top: 20px;
   position: absolute;
    bottom: -10px;
}

.amc-article h3 a {
	font-size: 21px;
	color: #271C51;
}

.amc-alphabet-list {
	margin-top: 60px;
	position: relative;
	padding: 20px;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.amc-alphabet-list {
		padding: 6px;
	}
}

.amc-alphabet-list:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 100%;
	margin-left: 6px;
	display: inline-block;
	z-index: -1;
	content: "";
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09);
	border-radius: 33.5px;
}

.amc-alphabet-list ul li a {
	font-family: 'DM Serif Display', serif;
	color: #271C51;
	font-size: 15px;
}

.amc-alphabet-list ul li {
	padding-left: 6px;
}

.amc-alphabet-list ul li.active>a {
	font-size: 18px;
}

.amc-alphabet-list ul li ul.alphabet-name-list {
	margin: 8px 0 12px;
}

.amc-alphabet-list ul li ul.alphabet-name-list li a {
	text-transform: initial;
}

.amc-alphabet-list ul li ul.alphabet-name-list li.active a {
	position: relative;
	font-size: 18px;
}

.amc-alphabet-list ul li ul.alphabet-name-list li.active a:after {
	content: "";
	background: #FFE343;
	display: inline-block;
	position: absolute;
	bottom: 4px;
	left: 4px;
	z-index: -1;
	width: 100%;
	height: 5px;
}

.amc-list-dots {
	padding-left: 10px;
	margin-bottom: 10px;
}

.amc-list-dots span {
	display: block;
	color: #999999;
	line-height: 6px;
}

@media (max-width: 480px) {
	.amc-alphabet-list:before {
		width: 35px;
	}
	.amc-alphabet-list ul li a {
		font-size: 13px;
	}
}

ul.alphabet-name-list {
	margin: 0
}

@media (max-width: 768px) {
	ul.alphabet-name-list {
		display: none;
	}
}


/* Network Home */

.post-type-archive-network .aux-top-slider,
.post-type-archive-network .page-title-section {
	display: none;
}

.amc-list-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.amc-list-box .amc-item-box {
	-webkit-box-flex: calc(33.3% - 20px);
	-ms-flex: calc(33.3% - 20px);
	flex: calc(33.3% - 20px);
	max-width: calc(33.3% - 20px);
	padding: 16px 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.amc-list-box .amc-item-box:nth-child(3n) {
	margin-right: 0;
}

@media (max-width: 768px) {
	.amc-list-box .amc-item-box {
		-webkit-box-flex: calc(50% - 30px);
		-ms-flex: calc(50% - 30px);
		flex: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.amc-list-box .amc-item-box:nth-child(3n) {
		margin-right: 30px;
	}
	.amc-list-box .amc-item-box:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.amc-list-box .amc-item-box {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	.amc-list-box .amc-item-box:nth-child(2n),
	.amc-list-box .amc-item-box:nth-child(3n) {
		margin-right: 0;
	}
}

.amc-list-box h4 {
	margin: 0;
}

.amc-list-box h4 a {
	font-size: 16px;
	padding-left: 16px;
	color: #271C51;
}

.amc-thumbnail img {
	border: solid 1px #eee;
	-o-object-fit: cover;
	object-fit: cover;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.country-page .custom-title {
	display: block;
	width: 100%;
}

.country-page .amc-content {
	padding-left: 0;
	margin-top: 40px;
	padding-right: 220px;
}

@media only screen and (max-width: 768px) {
	.country-page .amc-content {
		padding-right: 40px;
	}
}

.country-page .spot {
	margin-top: 30px;
	font-style: italic;
	font-size: 25px;
	color: #777777;
	line-height: 42px;
}

.country-page .spot {
	position: relative;
	border-left: 8px solid #FFE343;
	padding-left: 30px;
	padding-top: 40px;
	margin: 40px 0;
}

.country-page .spot:before {
	position: absolute;
	top: 0;
	content: "*";
	font-size: 73px;
	color: #FFE343;
	font-weight: 700;
	font-style: normal;
}

.country-page .amc-navigation .amc-box {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	padding: 30px 35px;
	margin: 40px 5px;
}

.amc-navigation,
.amc-navigation p {
	font-size: 17px;
}

.country-page .amc-navigation,
.country-page .amc-content {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.country-page .amc-content {
		-webkit-box-flex: 60% !important;
		-ms-flex: 60% !important;
		flex: 60% !important;
		max-width: 60% !important;
	}
	.country-page .amc-navigation {
		-webkit-box-flex: 40% !important;
		-ms-flex: 40% !important;
		flex: 40% !important;
		max-width: 40% !important;
	}
}

@media only screen and (max-width: 580px) {
	.country-page .amc-content,
	.country-page .amc-navigation {
		-webkit-box-flex: 100% !important;
		-ms-flex: 100% !important;
		flex: 100% !important;
		max-width: 100% !important;
		padding-right: 0;
	}
	.country-page .amc-navigation {
		position: unset;
		left: -30px;
	}
	.amc-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.tag-read-more {
	position: relative;
	text-align: center;
	display: none;
	cursor: pointer;
	width: 100%;
}

.tag-read-more.mobile {
	display: none !important;
	margin-top: 30px;
}

@media only screen and (max-width: 480px) {
	.tag-read-more.mobile {
		display: block !important;
	}
}

.tag-read-more h4 {
	display: inline-block;
	background: #FFF;
	padding: 10px 20px;
	z-index: 9;
	text-align: center;
}

.tag-read-more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 28px;
	left: 0;
	background: #aaa;
	z-index: -1;
}

.country-page .amc-navigation .amc-thumbnail img {
	width: 160px;
	height: 160px;
}

.country-page .amc-navigation .amc-thumbnail {
	text-align: center;
	margin-top: 30px;
}

.amc-country-stats h5 {
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-weight: 700;
	margin-top: 20px;
}

.amc-country-stats p {
	margin-bottom: 30px;
}

.amc-country-stats b {
	color: #333;
}

.amc-country-stats ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.amc-country-stats ul li {
	margin-bottom: 10px;
}

.amc-country-stats p+ul {
	margin-top: -15px;
	margin-bottom: 30px;
}

.country-tag .page-header {
	display: none !important;
}

.sidebar-flag {
	margin-bottom: 30px;
}

.hide-view-more.mobile,
.hide-view-more {
	display: none !important;
}

.cmtt_related_linked_terms_wrapper {
	max-width: 1380px;
	margin: 0 auto;
}

#kx-zoom-shadow-root {
	left: 20px !important;
	top: 100px !important;
}

.amc-disclaimer {
	font-size: 15px !important;
}

.amc-custom-button {
	width: auto !important;
	margin-bottom: 0 !important;
}

@media (min-width: 980px) {
	.amc-custom-button {
		transform: translateY(20px);
	}
}

@media (max-width: 525px) {
	.amc-custom-button {
		margin-right: 20px;
	}
}

.hentry {
	min-height: auto !important;
}

.jeg_block_heading_6:after {
	background: #FFE443 !important;
}

.jeg_pl_xs_4 .jeg_postblock_content:before {
	color: #FFE443 !important;
}

.amc-category-background {
	background: #f9f9f9 !important;
	border-radius: 10px;
	padding: 20px;
}

.jeg_slide_caption .jeg_post_category a {
	background: #FFE443 !important;
	color: #000 !important;
}


/* Header */

.aux-elementor-header.aux-overlay-header {
	position: relative;
}


/* Persons */

#amc-persons {
	width: 100%;
}

#amc-persons .row {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#amc-persons .row .item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 60px 0px;
}

#amc-persons .row .item.amc-col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

#amc-persons .row .item .inside {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 0px 25px;
}

#amc-persons .row .item .inside .amc-img-container {
	width: 110px;
	height: 110px;
	margin-top: -55px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

#amc-persons .row .item .inside .amc-img-container .blur>img {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	/* Add the blur effect */
	filter: blur(8px);
	-webkit-filter: blur(8px);
}

#amc-persons .row .item .inside .amc-img-container img {
	width: auto;
	height: 110px;
	z-index: 99;
}

#amc-persons .row .item .inside p {
	margin: 13px 0px 0px;
	font-family: "DM Serif Display";
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1D1340;
}

#amc-persons .row .item .inside span.terms {
	font-family: Lato;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.13;
	letter-spacing: normal;
	text-align: center;
	color: #00a5c9;
}

#amc-persons .row .item .inside .content {
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	margin: 15px 0px;
}

#amc-persons .row .item .inside a.readmore {
	font-family: Lato;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: center;
	color: #1D1340;
	text-decoration: none;
	margin-bottom: 30px;
	margin-top: auto;
}

#amc-persons .pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#amc-persons .pagination .page-numbers {
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 18px;
	letter-spacing: normal;
	text-align: center;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	padding: 10px 16px;
}

#amc-persons .pagination .page-numbers.current {
	background-color: #f0f0f0;
	margin: 0px;
}

#amc-persons .pagination .page-numbers:first-child {
	margin-left: 0px;
}


/* Tablet Screen */

@media screen and (max-width: 992px) {
	#amc-persons .row .item.amc-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	/* Mobile Screen */
}

@media screen and (max-width: 992px) and (max-width: 768px) {
	#amc-persons .row .item.amc-col-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#menu-about-us {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	padding: 15px 25px;
}

.site-header-section .aux-master-menu.aux-vertical .aux-menu-depth-0>.aux-item-content,
.aux-elementor-header-menu .aux-master-menu.aux-vertical .aux-menu-depth-0>.aux-item-content {
	padding: 0.5em;
}

.single-persons h2.custom-title {
	color: #1D1340;
	font-weight: 400;
	margin-bottom: 0;
}

.single-persons .persons-title {
	color: #1394BD;
	margin-bottom: 30px;
}

.aux-sidebar-primary {
	width: 400px;
}

.right-sidebar .aux-sidebar-primary {
	margin-right: -400px;
}

.right-sidebar>.aux-wrapper>.aux-container {
	padding-right: 400px;
}

.custom-title.new-header {
	transform: translatey(10px);
}

@media (max-width: 980px) {
	.custom-title.new-header {
		transform: translatey(0);
	}
}

.amc-header-column {
	min-height: 150px !important;
}

.amc-header {
	display: flex;
	vertical-align: flex-end;
	width: 100%;
	clear: both;
	margin: 30px auto 0;
}

.amc-header-left,
.amc-header-right {
	float: left;
}

.amc-header .amc-header-left {
	background: #160D30;
	display: flex;
	justify-content: center;
	align-items: center;
}

.amc-header-left {
	flex: 350px;
}

.populism .amc-header-left {
	flex: 210px;
}

.amc-header-right {
	display: flex;
	flex: calc( 100% - 350px);
	vertical-align: flex-end;
}

.populism .amc-header-right {
	display: flex;
	flex: calc( 100% - 210px);
	vertical-align: flex-end;
}

.amc-header-right .custom-title {
	align-self: flex-end;
	width: 100%;
}

.amc-header-right .custom-title h2 {
	padding: 0;
	margin: 0;
	margin-bottom: -10px;
	padding-left: 20px;
}

.amc-countries-custom-button {
	position: absolute;
	bottom: 56px;
	right: 0;
	border: solid 1px #D5D5D5;
	padding: 13px 23px;
	border-radius: 3px 3px 3px 3px;
}

.amc-button-link {
	font-family: 'DM Serif Display', serif;
	font-size: 17px !important;
	line-height: 17px !important;
	color: #1D1340;
	text-decoration: underline;
}
.amc-custom-button-content img{
		display: inline;
	}

@media (max-width: 480px) {
	.amc-header {
		flex-wrap: wrap;
	}
	.custom-title {
		margin-top: 20px;
	}
	.amc-countries-custom-button {
		bottom: 40px;
		left: 0;
		right: auto;
	}
	.amc-custom-button-content {
		display: flex;
		align-items: center;
	}
	
	.custom-title h2 {
		font-size: 36px !important;
	}
	.amc-header-right .custom-title h2 {
		padding-left: 0;
	}
	.amc-header-left,
	.amc-header-right {
		flex: 100%;
	}
}

.amc-single-person-image img {
	max-width: 400px;
}

/* Home Header */
.jeg_slider_type_4 .jeg_slide_item{
	height: 725px !important;
}

/* Blog Posts */
blockquote{
	padding: 0.85em;
}

blockquote em{
	font-size: 24px !important;
	line-height: 1 !important;
}
.wp-block-pullquote p{
	line-height: 1.1;
}

.wp-block-pullquote{
	padding: 2em 0;
}
.wp-block-pullquote{
		padding: 0;
	}
@media only screen and (max-width: 768px) {
blockquote em{
	font-size: 18px !important;
	line-height: 1 !important;
}
	.wp-block-pullquote{
		padding: 0;
	}
	.wp-block-pullquote p{
	line-height: 0.8;
}
	blockquote{
		padding: 0.5em;
	}
	.elementor-5926 .elementor-element.elementor-element-04fdc04>.elementor-element-populated{
		padding: 0 !important;
	}
	.aux-fold, .aux-fold-padding, .aux-boxed-container>.aux-container{
	padding-right: 20px;
	padding-left: 20px;
}
}

.amc-single-glossary-image figcaption{
    background: #f5f5f5;
    padding: 2px 10px 10px 0;
    text-align: center;
}


/* elementor issue fixed - 1 feb */


.elementor-element-7df3838{
	display: none;
}


.postid-10128 .elementor-element-7df3838{
	display: block;
}

.mainpage-events .jeg_meta_date{
	display: none;
}