/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.logo a img
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.single-worldcongress .logo a img
{
	
	padding-top: 20px;
	padding-bottom: 20px;	
}

.caption_right .slideshow_caption
{
	text-align: right;
	min-width: 550px;
}

.caption_right .slideshow_caption .avia-caption-content
{
	margin-left: auto;
	max-width: 400px;
}

@media (max-width: 767px) {
	.slideshow_caption
	{
		display: none;
	}
}

.slideshow_caption .avia-caption-content:before{
	border-top: 2px solid #0b3e51;
	content: '';
	display: inline-block;
	width: 100px;
}


.footer_color .menu
{
	padding-left: 1.7em!important;
}

.footer_color .menu li:before
{
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    content: '\f054';
    width: 1.7em;
    margin-left: -1.7em;
    vertical-align: top;
    margin-top: 4px;
}

.footer_color .menu li a
{
	display: inline-block;	
}

#top .widget_nav_menu li
{
	font-size: 16px;
}

/*Global Partners Stuff*/
.servicescontainer
{
	display: flex;
	flex-wrap: wrap;
  	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: center;
}

.servicescontainer .service
{
	width: 100%;
	text-align: center;
	color: var(--light-green);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap; 
	flex-flow: column;
}

@media (min-width: 768px) {
	.servicescontainer .service
	{
		width: calc(50% - 20px);
	}
}

@media (min-width: 992px) {
	.servicescontainer .service
	{
		width: calc(33.333333% - 20px);
	}
}

.servicescontainer .service .icon
{
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	border: 2px solid #0b3e53;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 3px #cccccc;
	margin-bottom: -20px;
	background-color: #ffffff;
	z-index: 1;
}

.servicescontainer .service .icon img
{
	width: 100%;
}

.servicescontainer .service .servicecontent
{
	width: 100%;
	border: 2px solid #0b3e53;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 3px #cccccc;
	padding: 30px;
	padding-top: 40px;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
}

.leader
{
	margin-bottom: 20px;
}

.leader .leaderimage
{
	max-width: 200px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.leader .leaderimage img
{
	border-radius: 50%;
}

.servicescontainer .buttons a
{
	background-color: #0b3e53;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all .5s ease;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 150px;
}

.servicescontainer .buttons a:hover{
	background-color: #1e86ad;
}

.servicescontainer .buttons 
{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: auto;
}


.leaderinfo .leadertitle
{
	font-family: "Oswald", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
/*END Global Partners Stuff*/



.pagebanner
{
	position: relative;
	color: #ffffff;
	background-color: #0b3e53;
	padding-top: 50px; 
	padding-bottom: 50px;
	font-size: 40px;
}

.pagebanner h1 
{
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.singlereview
{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #0b3e53!important;
}

.singlereview.noborder
{
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0!important;
}

.groupingtitle
{
	background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px;
	margin-top: 45px;
}

.alljournals .groupingtitle:first-child
{
	margin-top: 0;
}

.groupingtitle h2
{
	margin-bottom: 0;
}

.reivewarea
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.reivewarea .section
{
	margin-bottom: 20px;
}

.reivewarea .section:last-child
{
	margin-bottom: 0px;
}

.reivewarea .section .title
{
	font-weight: bold;
	text-transform: uppercase;
}

#top.single-journal-review .avia-post-nav,
#top.worldcongress .avia-post-nav
{
	display: none;
}


.phone-info
{
	height: 20px!important;
}
/*Google Language Translate*/
.gtranslate_wrapper
{
	display: inline-block;
    height: 20px;
    overflow: hidden;
}


html .gtranslate_wrapper select.gt_selector {
    vertical-align: top;
    font-size: 11px;
    padding: 0!important;
    display: inline-block;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
	margin-bottom: 0!important;
	padding-left: 4px!important;
	height: 20px!important;
}
/*END Google Language Translate*/


.centercols .entry-content-wrapper
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}



.toggler .toggle_icon,
.toggler .toggle_icon .vert_icon,
.toggler .toggle_icon .hor_icon
{
	border-color: #0B3E54!important;
}
