/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/**
 * @license
 * MyFonts Webfont Build ID 3762307, 2019-05-20T10:28:33-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Mont-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/mont/regular/
 * Copyright: Modern and elegant sans serif font family.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3762307
 * 
 * © 2019 MyFonts Inc
*/

/**
 * @license
 * MyFonts Webfont Build ID 3762306, 2019-05-20T10:27:52-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Mont-ExtraLightDEMO by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/mont/extra-light-demo/
 * 
 * Webfont: Mont-HeavyDEMO by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/mont/heavy-demo/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3762306
 * Licensed pageviews: Unlimited
 * Webfonts copyright: Modern and elegant sans serif font family.
 * 
 * © 2019 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/396883");
  
@font-face {
	font-family: 'Mont';
	src: url('webfonts/396882_0_0.eot');
	src: url('webfonts/396882_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/396882_0_0.woff2') format('woff2'),
		 url('webfonts/396882_0_0.woff') format('woff'),
		 url('webfonts/396882_0_0.ttf') format('truetype'),
		 url('webfonts/396882_0_0.svg#wf') format('svg');
	font-weight: 300;
}

  
@font-face {
	font-family: 'Mont';
	src: url('webfonts/398BE5_0_0.eot');
	src: url('webfonts/398BE5_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/398BE5_0_0.woff2') format('woff2'),
		 url('webfonts/398BE5_0_0.woff') format('woff'),
	 	 url('webfonts/398BE5_0_0.ttf') format('truetype'),
	 	 url('webfonts/398BE5_0_0.svg#wf') format('svg');
	font-weight: bold;
}

  
@font-face {
	font-family: 'Mont';
	src: url('webfonts/396882_1_0.eot');
	src: url('webfonts/396882_1_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/396882_1_0.woff2') format('woff2'),
		 url('webfonts/396882_1_0.woff') format('woff'),
	 	 url('webfonts/396882_1_0.ttf') format('truetype'),
	 	 url('webfonts/396882_1_0.svg#wf') format('svg');
	font-weight: 900;
}

  
@font-face {
	font-family: 'Mont';
	src: url('webfonts/396883_0_0.eot');
	src: url('webfonts/396883_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/396883_0_0.woff2') format('woff2'),
		 url('webfonts/396883_0_0.woff') format('woff'),
		 url('webfonts/396883_0_0.ttf') format('truetype'),
		 url('webfonts/396883_0_0.svg#wf') format('svg');
	font-weight: normal;
}
 
/* General */

body{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    font-smooth: always;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Mont;
    font-size: 16px;
    overflow-x: hidden;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover {
	opacity: 0.75;
}

p, .pr-description {
	color: #1A1F29;
	font-family: Mont;
	font-size: 16px;
	line-height: 30px;
}

.site a{
	color: #00DD8C;	
	font-family: Mont;	
}

.site a.button.tr-btn {
	background-color: #00DD8C;	
}




@media screen and (max-width: 1510px){
	.site-content, .entry-header {
		padding: 0 40px;
	}
	body .grid-container {
	    max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
	    width: 100%;
	}
}

@media (max-width: 480px) {
	.site-content, .entry-header {
		padding: 0 15px;
	}
}

.tr-container {
	width:  100%;
	max-width: 1360px;
	margin:  0 auto;
}

.section-seperator-top{
	border-top: 49px solid #F3F7F9;
}

/* .section-seperator-bottom{
	border-bottom: 49px solid #F3F7F9;
} */

.a-divider--vertical{
	width: 1px;
	height: 107px;
	background-color: #C2C2C2;
	margin: 30px auto; 
}

.a-object-cover {
	width:  100%;
	height:  100%;
	object-fit: cover;
	object-position: center;
	font-family: "object-fit:cover; object-position: center;";
}

.site h1 a, .site h2 a, .site h3 a, .site h4 a, .site h5 a {
	color: #1A1F29 !important;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #1A1F29;
}

h3 {
    font-size: 24px;
}


input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
}

label {
	line-height: auto;
}
/* 
.panel-layout {
    padding-bottom: 60px;
}
 */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 0;
}

.wpcf7-checkbox{
  display: inline;
  margin: 10px 0 0;
}

.o-padding-section {
	padding:  0 50px;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.45em;
    line-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox],
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]{
      display: none;
}

.wpcf7-list-item-label {
    display: inline-block;
    font-family: Mont;
    font-size: 13px;
    font-weight: normal;
    left: 15px;
    line-height: 15px;
    margin: 0 0 0px;
    letter-spacing: 0;
    position: relative;
    top:  -1px;
}
.wpcf7-list-item-label::before {
  	background: #ffffff;
    border: 2px solid #1A1F29;
    content: "";
    height: 15px;
    left: -22px;
    position: absolute;
    width: 15px;
    transition: all 0.55s ease-in-out;
    border-radius: 0;
}
.wpcf7-list-item-label::after {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #ffffff;
    left: -18px;
    top: 4px;
    border-radius: 50px;
    transition: all 0.55s ease-in-out;
}
.wpcf7-list-item-label:hover {
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	background-color: #ffffff;
	border-radius: 10px;
	transition: all 0.55s ease-in-out;
	border: 2px solid #1A1F29;
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    background: #00DD8C;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #000000;
        padding: 10px 50px;
    margin-top: 20px;
    font-weight: bold;
}


.wwa-img {
	margin-top:  40px;
}

/*
 * Header
 *
 */

.header-aligned-right .site-header {
	text-align: left;
}
.site-header {
	text-align: left;
	border-bottom: 1px solid #e6e6e6
}

.inside-header {
    padding: 0 40px;
}

header.entry-header h1 {
	margin-top: 0;
	font-weight: bold;
	font-size: 36px;
	background-color: #F3F7F9;
    padding: 40px 0;
	max-width: 1360px;
	margin: 0 auto;
    margin-bottom:  60px;

}

.col-sm-12.entry-header {
	float:  none;
}


header.entry-header.with-description h1 {
	margin-bottom: 0;
}

.description-header {
    background: #ffffff;
    padding: 40px;
    border-bottom: 3px solid #F3F7F9;
    font-size: 14px;
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    margin-bottom:  40px;
}

.full-bg {
	margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
}


.full-bg .container {
	    width: 100%;
    max-width: 1360px;
}

#page.container {
	padding-left:  0;
	padding-right:  0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: none;
}

.modal .tr-links:last-of-type {
    visibility: hidden;
}

/* 
 * Navigation
 *
 */


.main-navigation a{
}

.main-navigation, 
.main-navigation ul,
.main-navigation .main-nav ul li:hover > a, 
.main-navigation .main-nav ul li:focus > a, 
.main-navigation .main-nav ul li.sfHover > a{
    background-color: #ffffff !important;
}

.main-navigation ul ul,
.main-navigation .main-nav ul ul li:hover > a, 
.main-navigation .main-nav ul ul li:focus > a, 
.main-navigation .main-nav ul ul li.sfHover > a{
    background-color: #F3F7F9 !important;
}

.main-navigation .main-nav ul .sub-menu{
	/*margin-top: 10px;*/
}

.main-navigation .main-nav ul .sub-menu > li:first-of-type{
	position: relative;
}

.main-navigation .main-nav ul.sub-menu > li:first-of-type:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 20px;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F3F7F9;
}
.main-navigation .main-nav ul.sub-menu li  ul.sub-menu > li:first-of-type:before {
  content: '';
  display: none;
}

.main-navigation .main-nav ul li > a
{
	color: #1A1F29;	
	font-family: Mont;	
	font-size: 17px;	
	font-weight: bold;	
	line-height: 23px;	
	text-align: center;
	padding: 45px 15px;
}

.main-navigation .main-nav ul li.icon a {
	padding-left: 10px;
    padding-right: 10px;
}

.main-navigation .main-nav ul li.icon.first a {
	padding-left:  25px;
	padding-right:  5px;
}
.main-navigation .main-nav ul li.icon.last a {
	padding-left:  5px;
	padding-right: 0px;
}

.icon.menu-item img._before, .rtl .icon.menu-item img._after, .icon.menu-item i._mi, .icon.menu-item img._mi {
    margin-right: 0;
}

.main-navigation.navigation-stick ul li > a {
	padding:  20px 15px;
}
.main-navigation.navigation-stick .navigation-branding img {
	    padding: 2px 0 6px;
}

.sticky-enabled .main-navigation.is_stuck {
/*     max-width: 1440px;
    margin: 0 auto; */
    padding: 0 40px;
}
body.sticky-enabled .main-navigation.is_stuck .grid-container {
    max-width: 100%;
}

.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input, .main-navigation.sticky-navigation-transition .navigation-branding img {
    width: 201px;
    height: auto;
}

.main-navigation .main-nav ul ul li > a
{
	color: #1A1F29;	
	font-family: Mont;	
	font-size: 13px;	
	font-weight: normal;
	line-height: 18px;	
	text-align: left;
}


.main-navigation .main-nav ul .sub-menu {
    margin-top: -35px;
    padding: 10px 0;
}

.main-navigation .main-nav ul.sub-menu li  ul.sub-menu, .main-navigation.navigation-stick .main-nav ul.sub-menu {
	margin-top:  0;
}


.main-navigation .main-nav ul li:hover > a, 
.main-navigation .main-nav ul li:focus > a, 
.main-navigation .main-nav ul li.sfHover > a{
	color: #00DD8C !important;
}


.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	background-color: #ffffff;
	color: #00DD8C !important;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
	background-color: #F3F7F9 !important;
	color: #00DD8C !important;
}


li.last-menu {
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}

.site-logo {
    padding: 12px 0;
}

.menu-item i._mi, .menu-item img._mi {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0;
}

.menu-item i._mi {
    width: auto;
    height: auto;
    margin-top: -0em;
}

button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus{
	color: #000000;
}

.menu-item-has-children .dropdown-menu-toggle{
	padding-right: 10px !important;
}


/* Menu Responsive */

@media (max-width: 1080px) {

	.main-navigation .menu-toggle,
	.main-navigation .mobile-bar-items,
	.sidebar-nav-mobile:not(#sticky-placeholder) {
		display: block;
	}

	.main-navigation ul,
	.gen-sidebar-nav {
		display: none;
	}

	.nav-float-right .inside-header .main-navigation {
	    padding:  14px 0;
	}
	
	.site-header .header-image {
	    width: 158px;
	}
	.site-logo {
	    padding: 9px 0 15px;
	}
	

	.main-navigation .menu-toggle:before {
		content:  '';
	}
	.main-navigation .menu-toggle .mobile-menu, .main-navigation .menu-toggle .mobile-menu:before, .main-navigation .menu-toggle .mobile-menu:after {
		content:  '';
	    display: block;
	    height: 3px;
	    background: #000000;
	    width: 30px;
	    position: relative;
	    padding: 0;
	}
	.main-navigation .menu-toggle .mobile-menu:before {
	    position: absolute;
	    top: -8px;
	}
	.main-navigation .menu-toggle .mobile-menu:after {
	    position: absolute;
		top:  8px;
	    right:  0;
	    width:  15px;
	}

	.main-navigation .menu-toggle .mobile-menu {
		top:  28px;
	}

	.slideout-navigation .slideout-menu, .slideout-navigation .slideout-widget ul {
	    padding: 0 20px;
	}

	.main-navigation .main-nav ul li > a {
	    text-align: left;
	    padding: 10px 0;
	}

	.main-navigation .main-nav ul .sub-menu {
	    margin-top: 0;
	}
	.main-navigation ul ul, .main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a, .main-navigation .main-nav ul ul li.sfHover > a {
	    background-color: #ffffff !important;
	}
	
	.main-navigation .main-nav ul.sub-menu > li:first-of-type:before {
	    display: none;
	}

	.main-navigation ul ul {
	    box-shadow: none;
	}

	.main-navigation .main-nav ul ul ul li > a {
	    padding: 10px 30px;
	    font-weight: normal !important;
	}

	.slideout-navigation.main-navigation .main-nav ul li a {
	    font-weight: bold;
	    text-transform: none;
	}

	.slideout-navigation button.slideout-exit {
	    color: #000000;
	}
	li.last-menu {
	    border-right: 0px solid #e6e6e6;
	    border-bottom: 1px solid #e6e6e6;
	    padding-bottom:  20px;
	    margin-bottom:  20px;
	}
	.main-navigation .main-nav ul li.icon.first a {
	    padding-left: 0;
	    padding-right: 5px;
	}
	.main-navigation .main-nav ul li.icon {
		display: inline-block;
		width: auto !important;
	}

	.navigation-branding, .site-logo.mobile-header-logo {
	    margin-left: 0;
	}
	.navigation-branding img, .site-logo.mobile-header-logo img {
	    padding: 0px 0;
	}

	#mobile-header {
	    padding: 0 20px;
	}

	.menu-toggle {
	    padding: 0 20px;
	    line-height: 0px;
	}
	.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
	    padding-right: 0;
	}

	.main-navigation .menu-toggle .mobile-menu {
	    top: 28px;
	}

	#sticky-navigation.main-navigation .menu-toggle .mobile-menu {
	    top: -30px;
	    right: 32px;
	}

	.main-avigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input, .main-navigation.sticky-navigation-transition .navigation-branding img {
	    width: 169px;
	    height: auto;
	}
}


@media (min-width: 990px) and (max-width: 1080px) {
	#sticky-navigation.main-navigation .menu-toggle .mobile-menu {
	    top: -30px;
	}
}

@media (max-width: 990px) {
	#sticky-navigation.main-navigation .menu-toggle .mobile-menu {
		top:  0;
	}
	
	#sticky-navigation.main-navigation .menu-toggle .mobile-menu {
	    top: -30px;
	}

	.main-navigation .menu-toggle .mobile-menu {
	    top: 0;
	}

	.main-navigation.sticky-navigation-transition .site-logo img, .main-navigation.sticky-navigation-transition .navigation-search input, .main-navigation.sticky-navigation-transition .navigation-branding img {
	    width: 151px;
	    height: auto;
	}
}


.nav-float-right .inside-header .main-navigation {
    float: right;
    clear: right;
}

/* Main */

.separate-containers .site-main{
	margin-top: 0px;
}

.page-content, .entry-content, .entry-summary {
    margin: 0em 0 0;
}

.entry-content .container-fluid, .site-content .container-fluid {
	padding-left:  0;
	padding-right:  0;
}

@media (max-width: 768px) {
	.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
	    margin-left: 0;
	    width: 100%;
	    max-width: calc(100% + 60px);
	}
}

/* Sections */

.header-section{
	background-color: #1A1F29;
	position: relative;
}

.header-section h3{
	display: inline-block;
	padding: 24px 180px 24px 40px;
	color: #FFFFFF;
	font-family: Mont;
	font-size: 28px;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.header-section h3{
		padding: 24px 15px;
	}
}


.a-btn-header{
	display: inline-block;
	background-color: #00DD8C;
	color: #FFFFFF !important;
	font-family: Mont;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0px;
	width: 120px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.icon-arrow-right{
	width: 35px;
	height: 25px;
	background-image: url('img/svg/arrow-right.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.header-green{
	background-color: #00DD8C;
	font-size: 35px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	padding: 30px;
}

.header-green h2{
	margin-bottom: 0px;
	font-size: 35px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	padding: 30px;
	color: #FFFFFF;
}

.entry-header {
    word-wrap: break-word;
    width: 100%;
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: auto;
    background-color: #f3f7f9;
}

/* Breadcrumbs */

.m-menu--breadcrumbs{
	padding: 0px 40px;
	background-image: url('https://terrifica.eu/wp-content/uploads/2019/06/breadcrumbs-bg.jpg');
	background-size: cover;
	background-position: center;
	font-family: Mont;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	max-width: 100%;
	margin:  0 auto;
}

@media (max-width: 768px) {

	.m-menu--breadcrumbs {
		padding: 5px 15px;
		line-height: 20px;
	}

}

.m-menu--breadcrumbs a,
.m-menu--breadcrumbs{
	color: #FFFFFF !important;
}

.m-menu--breadcrumbs .breadcrumb_last{
	font-weight: normal;
}

/* Home */
.container,
.container-fluid{
/* 	padding: 0px !important;
 */}

.row{
	margin: 0px !important;
}

.swiper-wrapper #modal-ready {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.o-swiper--hero-home .swiper-slide{
	height: calc(100vh - 90px);
	max-height: 600px; 
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.o-swiper--hero-home .swiper-slide .wrap{
	padding: 40px;
}
.o-swiper--hero-home .swiper-slide .wrap h4{
	display: inline-block;
	color: #FFFFFF;	
	font-family: Mont;
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	background-color: #1A1F29;
	padding: 2px 9px;
}

.o-swiper--hero-home .swiper-slide .wrap h1{
	display: inline;
	color: #FFFFFF; 
	font-family: Mont;
	white-space:pre-wrap;
	font-size: 38px;
	font-weight: bold;
	line-height: 46px;
	background-color: #00DD8C;
	padding: 2px 5px;
}

@media (max-width: 768px) {
	.o-swiper--hero-home .swiper-slide .wrap h1 {
	    font-size: 28px;
	    font-weight: bold;
	    line-height: 35px;
	}
}
 
.title-container {
	max-width:  960px;
}



.o-home-intro-section{
	padding: 40px;
	width: auto;
}

.o-home-intro-section.light-grey{
	background-color: #F3F7F9;
}

.o-home-intro-section h2{
	color: #1A1F29;
	font-family: Mont;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	text-align: right;
}

.o-home-intro-section p{
	color: #1A1F29;
	font-family: Mont;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 0;
}

.o-home-intro-section a{
	font-size: 22px;	
	line-height: 29px;
	text-decoration: underline;
}

.o-home-intro-section .panel-grid-cell .first{
	padding-right: 30px;
}

@media screen and (max-width: 1200px){
	.o-home-intro-section{
		padding: 40px 20px;
	}
	.o-home-intro-section .panel-grid-cell .first{
		padding-right: 0px;
	}
}

@media screen and (max-width: 980px){
	.o-home-intro-section{
		padding: 40px 0;
	}

	.o-home-intro-section > .panel-grid-cell {
	    width: 100% !important;
	    margin-right: 0;
	}

	.o-home-intro-section h2{
		text-align: left;
	}
	.o-home-intro-section p{
		font-size: 18px;
	}
}

.o-home-catch-section{
	padding: 40px 0px;
	height: 670px;
	background-color: #F3F7F9;
}

.o-home-catch-section .panel-grid-cell{
	align-self: stretch !important;	
}

.o-home-catch-section .catch,
.o-home-catch-section .twitter{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
	padding: 10%;
}

.o-home-catch-section .catch{
	background-color: #00DD8C;
}

.o-home-catch-section .catch h2{
	color: #FFFFFF;
	font-family: Mont;
	font-size: 41px;
	font-weight: bold;
	line-height: 54px;
	text-align: right;
	max-width: 480px;
}

.o-home-catch-section .twitter .textwidget{
	padding: 10%;
    background-color: #ffffff;
}

@media screen and (max-width: 768px){
	.o-home-catch-section{
		height: auto;
		flex-wrap: nowrap;
	}

	.o-home-catch-section .twitter{
		padding: 5%; 
	}
	.o-home-catch-section .twitter .textwidget{
		padding: 10px;
	}

	.o-home-catch-section .catch h2 {
	    font-size: 31px;
	    line-height: 36px;
	    text-align: left;
	}
}

.o-pilot-loop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}

.o-pilot-loop > div {
	width: 31%;
	margin-right: 2%;
	margin-top: 2%;
	position: relative;
	overflow:  hidden;
}

.pr-bg-container {
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	transition: all 0.5s;
}
.o-pilot-loop .pr-bg-container:after {
	display: block;
	content:  '';
	width:  100%;
	height:  100%;
	opacity:  0;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	transition:  all 0.5s;
}

.o-pilot-loop .pr-bg-container:hover {
	transform: scale(1.2);
}
.pr-title:hover + .pr-bg-container {
	transform: scale(1.2);
}
.pr-title:hover + .pr-bg-container:after {
	opacity:  1;
}
.o-pilot-loop .pr-bg-container:hover:after {
	opacity:  1;
}



.o-pilot-loop .m-pilot-loop-item h2{
	display: inline;
    color: #FFFFFF;
    font-family: Mont;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    background-color: #00DD8C;
    margin: 0px;
    padding: 5px 4px;
    white-space: pre-wrap;
}

.o-pilot-loop .m-pilot-loop-item:nth-child(3),
.o-pilot-loop .m-pilot-loop-item:nth-child(6){
	margin-right: 0%;
}


.pr-title {
	padding: 15px;
	z-index: 9;
	position: absolute;
	bottom:  0;
}


@media screen and (max-width: 1000px){
	.o-pilot-loop .m-pilot-loop-item{
		width: 47.5%;
		margin-right: 5%;
		margin-bottom: 5%; 
	}
	.o-pilot-loop .m-pilot-loop-item:nth-child(3){
		margin-right: 5%;
	}
	.o-pilot-loop .m-pilot-loop-item:nth-child(2),
	.o-pilot-loop .m-pilot-loop-item:nth-child(4){
		margin-right: 0%;
	}
}

@media screen and (max-width: 600px){
	.o-pilot-loop .m-pilot-loop-item,
	.o-pilot-loop .m-pilot-loop-item:nth-child(3),
	.o-pilot-loop .m-pilot-loop-item:nth-child(6),
	.o-pilot-loop .m-pilot-loop-item:nth-child(2),
	.o-pilot-loop .m-pilot-loop-item:nth-child(4)
	{
		width: 90% !important;
		margin: 5%;
	}
}



/* Pilot Regions Single */

.pr-header {
	background-color: #F6F6F6;
	margin-top:  60px;
	padding: 40px 0;
}

.pr-header .pr-single-img{
	position: relative;
	margin-top: -100px;
	box-shadow: -20px 43px 54px 0 rgba(0,0,0,0.2);
}

.pr-single-title {
	background-color: #00DD8C;
	padding: 20px 130px 20px 35px;
	position: absolute;
	width: 110%;
	z-index: 9;
	top: 90px;
}

.pr-single-title h3, .pr-single-title h1 {
	margin:  0px;
	color: #ffffff;
}

.pr-single-title h3 {
	color:  #1A1F29;
}
.pr-single-title h1 {
	font-size: 36px;
	line-height: 40px;
}

.tr-bg-description {
	padding:  50px 0;
	background-image:  url('img/bg/pr-bg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 2px solid #f9f9f9;
	background-color: #f9f9f96b;
}


.v-padding {
	padding:  50px 0;
}

/* Footer */

.site-footer p {
	color:  #ffffff;
	font-size: 12px;
    line-height: 19px;
}

.site-footer .footer-widget-1 img{
	width:  210px;
}

.site-info {
    color: #ffffff;
    background-color: #141619;
}
.copyright-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
}

ul.menu-footer li {
	display: inline-block;
	list-style:  none;
	margin-left:  20px;
	font-size: 13px;
}
ul.menu-footer {
	margin:  0;
}



.o-latest-events--home .m-event-item--home{
	margin: 70px 0px;
}

.o-latest-events--home .m-event-item--home .meih-img{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		min-height:300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;


}

.o-latest-events--home .m-event-item--home .meih-img .date{
	color: #FFFFFF !important;
	font-family: Mont;
	font-weight: bold;
	font-size: 31.2px;
	line-height: 35px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #557766;
	
}

.o-latest-events--home .m-event-item--home .meih-img .date.big{
	font-size: 78px;
	line-height: 78px;
}

.o-latest-events--home .m-event-item--home .content h2,
.o-latest-events--home .m-event-item--home .content h2 a{
	color: #1A1F29 !important;
	font-family: Mont;
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
}

.o-latest-events--home .m-event-item--home .content .body p{
	color: #7A7F81 !important;
	font-family: Mont;
	font-size: 16px;
	line-height: 21px;
}

.o-latest-events--home .m-event-item--home .content .info{
	color: #1A1F29 !important;
	font-family: Mont;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}

.o-latest-events--home .m-event-item--home .content .info span{
	display: inline-block;
	padding: 10px;
	position: relative;
}

.o-latest-events--home .m-event-item--home .content .info span:first-of-type{
	padding-left: 0px;
}

.o-latest-events--home .m-event-item--home .content .info span.date::before{
	content: '';
	position: absolute;
	width: 1px;
	left: 0px;
	top: 10px;
	height: 20px;
	background-color: #E2EBEB;
}



@media screen and (min-width: 768px){
	.o-latest-events--home .m-event-item--home{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.o-latest-events--home .m-event-item--home:nth-child(even){
		flex-direction: row;
	}

	.o-latest-events--home .m-event-item--home:nth-child(even) .content{
		border-right: 7px solid #F3F7F9;
	} 

	.o-latest-events--home .m-event-item--home:nth-child(odd){
		flex-direction: row-reverse;
	}


	.o-latest-events--home .m-event-item--home:nth-child(odd) .content{
		border-left: 7px solid #F3F7F9;
	} 

	.o-latest-events--home .m-event-item--home .meih-img{
		width: 40%;
	}

	.o-latest-events--home .m-event-item--home .content{
		width: 60%;
		padding: 5%;
	}
}

.m-event-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin-bottom: 55px;
}

.m-event-item .meih-img{
    flex:  32%;
}

.m-event-item .content{
    flex:  68%;
	padding-left: 28px;
}
.m-event-item .content .body p{
    color: #7A7F81;
    font-size: 16px;
    line-height: 21px;
	margin-bottom: 10px;
}



.content h2 {
	font-size: 22px;
}

@media (max-width: 768px) {
	.content h2 {
		font-size: 18px;
	}
}

.m-events a.meih-img {
	display: block;
	width:  300px;
	height:  160px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-size: cover;
	position: relative;
}

.m-events a.meih-img:after {
	display: block;
	content:  '';
	width:  100%;
	height:  100%;
	position: absolute;
	opacity: .2;
	background-color: #000;
	top:  0;
}


.m-events .date, .m-events .date.big {
	position: relative;
	z-index: 2;
}

.m-events a.meih-img .date {
    font-weight: bold;
    font-size: 22px;
    display: block;
    color: #ffffff;
    text-align: center;
}

.m-events a.meih-img .date.big {
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}


/* Single Event */

.meta-info {
	margin: 20px 0;
}

.single-event h1 {
	margin-top:  0;	
}
.single-event .event-content h4 {
	margin-top:  0;	
	font-size:  20px;
	line-height:  30px;
}

.info-date {
    width: 120px;
    height: 120px;
    background: #eaeaea;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
	float:  left;
	line-height: 20px;
}
.meta-info:after {
    display: block;
    clear: both;
    content: '';
    position: relative;
    width: 100%;
}

.info-date .date.big {
	font-size: 60px;
	line-height: 50px;
}

.info-date .date.big {
	font-size: 60px;
}

.meta-info .where {
	font-size: 24px;
	display: block;
}
.meta-info .when {
	font-size: 18px;
}


/* Events responsive */

@media (max-width: 990px) {
	.m-events a.meih-img {
	    max-width: 300px;
	    height: 160px;
	}

	.m-event-item .content{
	    flex:  100%;
		padding-left: 0;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.m-events a.meih-img {
	    max-width: 100%;
	}
}

.o-home-newsletter-section {
	border-top: 49px solid #f3f7f9;
	background-color: #00DD8C;
}

.o-home-newsletter-section .catch{
	padding: 30px;
} 

.o-home-newsletter-section .catch h2{
	color: #1A1F29;
	font-family: Mont;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: right;
}


.o-home-newsletter-section .catch p{
	color: #FFFFFF;
	font-family: Mont;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}

.o-home-newsletter-section .form{
	background-color: #ffffff;
	padding: 10% 20%;
}

@media (max-width: 768px) {
	.o-home-newsletter-section .form {
	    background-color: #ffffff;
	    padding: 10% 6%;
	}
}

.o-home-newsletter-section .form label{
	width: 100%;

}


div.wpcf7-response-output {
    margin: 2em 0;
    width: 100%;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #F44336;
    border:  0px solid;
    color:  #ffffff; 
}

div.wpcf7-mail-sent-ok {
    border: 0;
    color: #fff;
    background-color: #3de26e;
}

.form-text h5{
	color: #1A1F29;
	font-family: Mont;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

.wpcf7 .form-text p{
	color: #1A1F29;
	font-family: Mont;
	font-size: 9px;
	line-height: 15px;
	margin-bottom:  5px;
}

.wpcf7 .form-text {
	margin-bottom:  20px;
	margin-top:  20px;
}

.newsletter-block {
	padding: 60px 80px;
	border: 2px solid #F3F7F9;
}


@media screen and (min-width: 768px){

	.o-home-newsletter-section .catch{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	.o-home-newsletter-section .catch .widget_text{
		padding-top: 50px;
		max-width: 300px;
	}

}


/* Sidebar menu */

.sidebar-menu {
	padding-left: 60px;
}

@media screen and (max-width: 768px){
	
	.sidebar-menu {
	    padding-left: 0;
		margin-top:  50px;
	}
}

@media screen and (max-width: 990px){
	
	.newsletter-block {
		padding: 0px;
		border: 0px solid #F3F7F9;
	}

}

.widget .sidebar-menu .current-menu-item a, .sidebar-menu .widget 	.current-menu-item a  {
	color:  #00DD8C;
}

.sidebar-menu .widget-title, .sidebar-menu .widgettitle {
	font-weight: bold;
	border-bottom: 4px solid #F3F7F9;
	padding-bottom: 12px;
}

.widget .sidebar-menu  ul li,  .sidebar-menu .widget ul li  {
	padding-bottom:  15px;
	margin-bottom:  15px;
}

.widget .sidebar-menu  ul li a, .sidebar-menu .widget  ul li a {
	color:  #1A1F29;
	position: relative;
	display: block;
}
.widget .sidebar-menu  ul li a:after, .widget .sidebar-menu  ul li a:before, .sidebar-menu .widget ul li a:after, .sidebar-menu .widget ul li a:before{
	content:  '';
	width:  17px;
	height:  12px;
	background-image: url('img/svg/arrow.svg');
	background-size:  100%;
	background-repeat: no-repeat;
	position: absolute;
	right:  20px;
	transition:  all 0.3s ease-out;
	background-position: 0;
}

.widget .sidebar-menu  ul li a:before, .sidebar-menu .widget  ul li a:before{
	background-position:  -50px;
}

.widget .sidebar-menu  ul li a:hover:after,  .sidebar-menu .widget  ul li a:hover:after {
	background-position: 50px;
}

.widget .sidebar-menu  ul li a:hover:before, .sidebar-menu .widget  ul li a:hover:before {
	background-position: 0;
}

.widget .sidebar-menu  ul li a:hover, .sidebar-menu .widget  ul li a:hover {
	color:  #00DD8C;
}


/* Menu-pilot region */



/* Project Outcome */


.po-view p,
.videos-view p {
	font-size: 13px;
	line-height: 18px;
}

.po-view  h3,
.videos-view  h3 {
	font-size: 18px;
	margin: 10px 0;
}

.videos-home-item{
	margin: 6% 0%;
}

/* Press / Resources */

.press-links a {
	padding-left: 30px;
	position: relative;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 16px;
	display: block;
	color: #1A1F29;
}

.press-links a:hover {
	color: #00DD8C;
}
.press-links a:before {
	content:  '';
	width:  20px;
	height: 20px;
	position: absolute;
	background-image: url('https://terrifica.eu/wp-content/uploads/2019/06/link.png');
	background-size: 100%;
	background-repeat: no-repeat;
	left:  0;
	top: 1px;
	opacity: .5;
}

.widget-title {
	font-weight: bold;
}

/* Forms */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #666666;
    background-color: #ffffff;
    border-color: #1A1F29;
    font-weight: normal;
    border: 2px solid #1A1F29;
    border-radius: 0;
    padding: 6px 8px;
    box-sizing: border-box;
    max-width: 100%;
    font-weight: normal;
    color: #1a1f29;
}

label {
	width: 100%;
}
.wpcf7 p {
	margin-bottom:  0;
}

/*
 * News 
 *
 */


.o-news--archive .news-archive--single {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin-bottom:  40px;
}
.o-news--archive .news-archive--single div {
    flex:  50%;
}
.o-news--archive .img-archive-single {
    max-width: 390px;
    margin-right: 30px;
}
.o-news--archive .title-archive {
    padding-right: 60px;
}

.meta-archive--single span {
	display: block;
}

@media (max-width: 1080px) {
	.o-news--archive .title-archive {
	    margin-top: 10px;
	    font-size: 18px;
	}
}

span.news-tax {
    font-size: 13px;
	margin-top:  10px;
}

span.news-tax a {
    color:  #1A1F29;
    opacity: .5;
}
span.news-tax a:hover {
	opacity: 1;
    text-decoration: underline;
}

.m-news-item--last {
    display: flex;
    flex-wrap: wrap;
}

.m-news-item--last div{
    flex: 50%;
}
.m-news-item--last .mni-content{
    padding:  60px;
    border-right:  7px solid  #F3F7F9;
}

.m-news-item--last .mni-content h2{
   font-size: 26px;
}

.m-news-item--last .mni-img {
    position: relative;
    max-width: 650px;
    height: 400px;
	display: block;
}
.m-news-item--last .mni-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
	font-family: "object-fit:cover; object-position: center;";
}

a.mni-img {
    display: block;
}

.mni-content {
	padding: 20px 0 0 0;
}


.o-news-loop--last {
	margin-bottom:  70px;
}


.m-news-loop {
	display: flex;
	flex-wrap: wrap;
}
.m-news-loop .m-news-item--loop{
	flex: calc(50% - 40px);
    padding-bottom: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-bottom: 7px solid #f2f7f9;
}
.m-news-loop .m-news-item--loop h2{
	font-size: 20px;
}
/* .m-news-loop .m-news-item--loop:nth-child(even){
	margin-right:  0;
} */


/* Pilot News */


.o-pr-news {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.o-pr-news > div {
	width: calc(33.333% - 26px);
	margin-right: 38px;
	margin-bottom: 50px;
	border-bottom: 4px solid #f2f7f9;
}

.o-pr-news > div:nth-child(3n){
	margin-right:  0;
}

.o-pr-news .meta-archive--single {
	padding:  20px 0;

}

.border-top {
	border-top:  2px solid #f2f7f9;
}

.o-pr-news .modal {
	width:  100%;
	border-bottom: 0;
	margin-bottom:  0;
	background-color: #ffffff;
}

.o-pr-news .modal-sm {
    width: 100%;
    max-width: 1360px;
}

.o-pr-news .modal-content {
	box-shadow:  none;
	border:  0px solid;
	padding-top: 68px;
}

.pr-contact {
	float:  right;
	padding: 20px 0;
	display: flex;
}

.pr-contact {
		font-size: 16px;
		font-weight: bold;
}

.pr-contact .cnt-title {
    font-size: 13px;
    display: inline-block;
    color: #9a9a9a;
    padding-right: 20px;
    line-height: 23px;
    margin-right: 20px;
    border-right: 3px solid #eaeaea;
}

.lang-menu .ddl-nav-wrap{
	margin:  0px;
}

.lang-menu .pull-right {
	float:  left !important;
	padding: 10px 0;

}
.wpml-ls-native {
	text-transform: capitalize;
}

.col-sm-3.lang-menu {
    padding: 0;
}

.lang-menu .ddl-navbar-collapse {
   padding-left: 0;
   padding-right: 0;
    margin-left: 0 !important;
}

.lang-menu  .ddl-navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.lang-menu  .ddl-nav > li > a {
    font-size: 14px;
	background-color: #f6f6f6;
	margin: 2px;
	font-weight: bold;
} 
/* SDG */

.sdg {
	display: inline-block;
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #fafafa;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    margin: 5px;
    font-weight: bold;
    background: #48dd8c;
    color: #ffffff;
}

.sdg-container {
    text-align: center;
    margin-bottom: 30px;
}
.sdg-container a{
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    border: 2px solid #fafafa;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.33);
    margin: 5px;
    font-weight: bold;
    background: #48dd8c;
    color: #ffffff;
    pointer-events: none;
}

/* Single News */


.header-single {
	background-color: #1A1F29;
    padding: 60px;    
    margin-bottom:  60px;
}

.header-single .tr-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.header-single div{
    flex: calc(50% - 40px);
}

.img-single-post {
    width: 700px;
    height: 400px;
}

.img-single-post img {
	width:  100%;
	height:  100%;
	object-fit: cover;
    object-position: center;
	font-family: "object-fit:cover; object-position: center;";
}

.meta-single-post {
	margin-left:  40px;
}
.meta-single-post h2 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.meta-single-post span {
    color: #ffffff;
}

.col-sm-7.body-post {
    padding: 0 40px;
}


.body-post h3 {
	margin-bottom:  60px;
}
.body-post h4 {
	font-size: 21px;
	margin:  40px 0 20px;
}
.body-post a{
	color: #1A1F29;
}
.body-post h3::first-letter {
	font-size: 400%;
	float:  left;
	line-height: 90px;
	padding-right: 10px;
}
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1.6em;
    color: #000000;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.tr-gallery {

}

.tr-gallery-grid {
	display: flex;
	flex-wrap: wrap;
}

.tr-gallery-grid div {
	flex: 20%;
	padding:  5px;
}


.tr-docs, .tr-links{
	font-size: 14px;
	text-decoration: underline;
}

.tr-docs a:hover, .tr-links a:hover {
	color: #00dd8c;
}

.tr-docs span, .tr-links span  {
	display: inline-block;
	margin-right:  10px;
}

.tr-cats a {
	text-decoration: none;
	font-size: 14px;
	color: #00dd8c;
}

.tr-cats a:hover {
	text-decoration: underline;
}

.tr-links span  {
	opacity:  0.5;
}

.single-doc {
	margin-bottom:  10px;
}

/* 
	Social
 */


#gp-social-share {
    display: block !important;
    text-align: center;
    max-width: 60px;
    border: 2px solid;
    border-radius: 50px;
    padding: 16px 0;
}

#gp-social-share li {
    width: 100%;
    margin:  12px 0;
    margin-right: 0 !important;
}

#gp-social-share a svg {
    fill: #000000;
    width: 26px;
    height: 26px;
}


/* Post footer */
footer.entry-meta {
    margin-top: 2em;
    padding: 40px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	overflow: visible;
}

.cat-links:before, .tags-links:before, .comments-link:before, .nav-previous .prev:before, .nav-next .next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

span.prev, span.next {
    border: 1px solid #efefef;
    color: #555555;
    background-color: #f9f9f9ea;
    display: inline-block;
    position: relative;
}

.entry-meta a:hover {
    background-color:  #00dd8c;
    color:  #ffffff;
}

.entry-meta a, .entry-meta a:visited {
    display: inline-block;
    color: #555555;
    padding: 12px 12px 12px 24px;
}

.nav-previous .prev:before {
    left: 5px;
}


.separator {
	padding:  50px 0;
	display: block;
	width:  100%;
}

@media (max-width: 480px) {
	.separator {
		padding:  30px 0;
		display: block;
		width:  100%;
	}
}

/* Related posts */


.related-posts {
    width: 100%;
    background-color: #F3F7F9;
    padding: 50px;
}
.related-posts .container > h3{
    color:  white;
    background-color: #00dd8c;
    padding: 8px 15px;
    display: inline-block;
	margin-top: -70px;
	position: absolute;
	font-size:  20px;
}
.related-posts .container {
	background-color: transparent;
}

.related-post {
 	display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}
.related-post div{
 	flex: 50%;
}

.related-image {
	padding-right:  25px;
}

.related-meta span {
	display: block;
}

/* 
 * ABOUT PAGE
 *
 */

.o-about-section-1{
	margin: 20px 0px 70px;
}

.o-about-section-1 h1,
.o-about-section-3 h2{
	color: #1A1F29;
	font-family: Mont;
	font-size: 35px;
	font-weight: bold;
	line-height: 46px;
	text-align: right;
}

.o-about-section-1 .body,
.o-about-section-2 .body,
.o-about-section-3 .body{
	padding: 0px 20px;
}

.o-about-section-1 p,
.o-about-section-2 p,
.o-about-section-3 p{
	text-align: justify;
}

.o-about-section-2{
	margin: 70px 0px 40px;
}

.o-about-section-3{
	padding: 70px 0px 40px;
}


@media screen and (min-width: 768px){
	 .o-about-section-1{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center !important;
		flex-wrap: wrap;
	 }

	.o-about-section-1 .body,
	.o-about-section-2 .body,
	.o-about-section-3 .body{
		padding: 0px 40px;
	}

	.o-about-section-1 h1{
		max-width: 540px;
		text-align: right;
		margin-left: auto;
	}

	.o-about-section-3 h2{
		max-width: 590px;
		text-align: right;
		margin-left: auto;
	}
}



.who-we-are-body{
	margin: 70px 0px 30px;
}

.who-we-are-body h4,
.who-we-are-body p{
	line-height: 33px;
	text-align: center;
	font-family: Mont;
	font-size: 20px;
	text-align: center;
	max-width: 1036px;
	margin: 0 auto;
}
.who-we-are-body h4{
	color: #1A1F29;
}
.who-we-are-body p{
	color: #7A7F81;
}

.who-teams-section{
	padding: 70px 0px 100px;
}

.o-teams-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #eaeaea;
}

.m-teams-item{
	border-bottom: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	width: 326px;
	padding: 40px 10px 20px;
	width:  25%;
}
.m-teams-item p{
	color: #7A7F81;	
	font-family: Mont;	
	font-size: 13px;	
	line-height: 17px;	
	text-align: center;
}

.m-teams-item .mti-img{
	height: 111px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.m-teams-item.wila img{
	width: 100%;
	max-width: 164px;
}
.m-teams-item.acup img{
	width: 100%;
	max-width: 219px;
}
.m-teams-item.scicit img{
	width: 100%;
	max-width: 187px;
}
.m-teams-item.amu img{
	width: 100%;
	max-width: 176px;
}
.m-teams-item.vechta img{
	width: 100%;
	max-width: 141px;
}
.m-teams-item.cpn img{
	width: 100%;
	max-width: 160px;
}
.m-teams-item.aesd img{
	width: 100%;
	max-width: 195px;
}
.m-teams-item.hsrw img{
	width: 100%;
	max-width: 154px;
}

.m-teams-item.wila p{
	margin: 10px auto;
	max-width: 177px;
}
.m-teams-item.acup p{
	margin: 10px auto;
	max-width: 242px;
}
.m-teams-item.scicit p{
	margin: 10px auto;
	max-width: 190px;
}
.m-teams-item.amu p{
	margin: 10px auto;
	max-width: 228px;
}
.m-teams-item.vechta p{
	margin: 10px auto;
	max-width: 174px;
}
.m-teams-item.cpn p{
	margin: 10px auto;
	max-width: 274px;
}
.m-teams-item.aesd p{
	margin: 10px auto;
	max-width: 278px;
}
.m-teams-item.hsrw p{
	margin: 10px auto;
	max-width: 195px;
}
.m-teams-item.wila,
.m-teams-item.acup,
.m-teams-item.scicit,
.m-teams-item.amu,
.m-teams-item.vechta,
.m-teams-item.cpn,
.m-teams-item.aesd,
.m-teams-item.hsrw{
	border-left: 1px solid #E4E4E4;
}

.m-teams-item.wila{
	border-top: 1px solid #E4E4E4;
}

.mti-img img {
    max-width: 160px;
}

.m-teams-item h4 {
	text-align: center;
    font-size: 14px;
    min-height: 60px;
}

@media screen and (min-width: 730px){


	.m-teams-item.acup,
	.m-teams-item.amu,
	.m-teams-item.cpn,
	.m-teams-item.hsrw{
		border-left: 0px solid #E4E4E4;
	}

	.m-teams-item.acup{
		border-top: 1px solid #E4E4E4;
	}
}

@media screen and (min-width: 1035px){
	.m-teams-item.scicit,
	.m-teams-item.vechta{
		border-left: 0px solid #E4E4E4;
	}

	.m-teams-item.amu{
		border-left: 1px solid #E4E4E4;
	}

	.m-teams-item.scicit{
		border-top: 1px solid #E4E4E4;
	}
}

@media screen and (min-width: 1371px){
	.m-teams-item.vechta{
		border-left: 1px solid #E4E4E4;
	}
	.m-teams-item.amu,
	.m-teams-item.aesd{
		border-left: 0px solid #E4E4E4;
	}
	.m-teams-item.amu{
		border-top: 1px solid #E4E4E4;
	}
}

@media screen and (max-width: 1024px){
	.m-teams-item {
		width:  50%;
	}
}
@media screen and (max-width: 480px){
	.m-teams-item {
		width:  100%;
	}
}




/* Members */


.o-member--single {
    display: flex;
    justify-content: left;
	margin-bottom:  50px;
}
.o-member--single:nth-child(even) {
    flex-direction: row-reverse;
}
.o-member--single:nth-child(odd) .m-img {
    margin-left:  10px;
}


.o-member--single:nth-child(even) .member-meta {
	border-left: 6px solid #f3f7f9;
	border-right:  0px;
}

.o-member--single .member-image {
    width:  20%;
    text-align: center;
}


/* Single Members */

.o-member--archive--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.o-member--archive--list > div{
	width:  calc(20% - 15px);
	margin-right:  15px;
}

.o-member-s-archive .member-img-archive {
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
	max-width: 250px;
	max-height: 250px;
    object-position: center;
}



.o-member-s-archive:nth-child(5n) {
    margin-right:  0;
}

.o-member-s-archive .member-name {
    text-align: center;
    margin: 5px 0 20px;
}

.o-member-s-archive .member-image {
    text-align: center;
    max-height: 300px;
    overflow: hidden;
}


@media screen and (max-width: 1210px){

	.o-member--single .member-image {
		width: 290px;
		margin: 0 auto;
		text-align: center;
	}
	.o-member--single .member-meta {
		height: auto;
	}
}

.o-member--single .member-image img{
    width:  100%;
    height: auto;
}

.o-member--single .member-image span {
    padding:  6px;
}

.o-member--single .member-meta {
	width: 80%;
	padding: 0 70px;
	border-right: 6px solid #f3f7f9;
	min-height: 270px;
}

.m-img {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}
.m-img:after {
	content:  '';
	width:  100%;
	height:  100%;
	position:  absolute;
	background-color: #00DD8C;
	left: -10px;
	bottom: -10px;
	z-index: -1;
}

@media screen and (max-width: 1210px){

	.o-member--single .member-meta {
		height: auto;
	}
}
@media screen and (max-width: 990px){

	.o-member--single {
	    display: block;
	    text-align: center;
	    margin-bottom: 100px;
	}

	.o-member--single .member-meta, .o-member--single:nth-child(even) .member-meta {
		width: 100%;
		border: 0px;
	}
}
@media screen and (max-width: 768px){
	
	.o-member--single .member-meta {
		padding:  0;
	}
}

.o-member--single .member-meta p, .o-member--single .member-meta  {
	color: #7A7F81;
	font-family: Mont;
	font-size: 14px;
	line-height: 22px;
}
.o-member--single .member-image .in, .o-member--single .member-image .tw {
	font-size: 22px;
}
.o-member--single .member-image .in a, .o-member--single .member-image .tw a {
	color: #191e28;
}
.o-member--single .member-image .email {
	display: inline-block;
	vertical-align: middle;
}



/* 
 * PILOT REGIONS
 *
 */

.pilot-archive-content{
	max-width: 776px;
	margin: 0 auto; 
	float: none;
}

.pilot-archive-content p{
	text-align: justify;
}



/* Sidebar */
.separate-containers .widget, .separate-containers .site-main>*, .separate-containers .page-header, .widget-area .main-navigation {
	margin-bottom:  30px;
}
.sidebar .widget .widget-title {
    color: #1A1F29;
    font-weight: bold;
    margin-bottom: 10px;
}
.sidebar .widget a {
    font-size: 15px;
}

.widget ul li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
}

.sidebar .widget .post-date {
    display: block;
    font-size: 12px;
    color: #1A1F29;
    font-weight: bold;
}
.widget .rpwe-block h3 {
    margin-top: 5px !important;
    font-weight: 600;
    font-size: 11px!important;
    line-height: 1.4em;
}

.widget .rpwe-thumb {
    border: 0px solid #EEE!important;
    margin: 2px 10px 2px 0;
    padding: 0px !important;
}

.widget_search  label {
	width:  100%;
}

.search-form label {

}

.widget_search .search-submit {
    display: block;
}
.site-content {
    min-height: 430px;
}

.pilot-regions-news h1 {
	margin-bottom:  50px;
}


/* Search results */

 ul.wpv-loop.search-results {
	padding:  0;
	margin:  0 0 20px 0;
	max-width: 990px;
}
.search-results li {
	list-style:  none;
}

.search-results-single {
	display: flex;
	margin-bottom: 40px;
}
.search-results-single .sr-meta{
	padding-left:  20px;
	width:  80%;
}
.search-results-single .sr-img{
	width:  20%;
}

.search-header {
	padding:  40px 0;
	margin-bottom:  40px;
}

.search-header input {
    background-color: white;
    font-size: 24px;
    padding: 24px 15px;
    font-weight: bold;
    border: 0px;
}


@media (max-width: 1465px) {
	.search-header {
		padding: 40px; 
	}
}

@media (max-width: 1024px) {
	button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
	    padding: 10px 30px;ç
	}
}

.form-control::-webkit-input-placeholder {
    color: #d4d4d4;
}

/* Accordion */

.so-widget-sow-accordion-default-0de3bf81989a .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    font-weight: bold;
}


/* Post modal */

.modal-header {
    position: fixed;
    top: 0;
    z-index: 999999999;
    background-color: #ffffff;
    width: 100%;
    left: 0;
}

.post-modal {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: #ffffff;
    bottom: 0;
    right: 0;
    padding: 20px;
}

.modal-post {
	max-width:  860px;
	margin:  0 auto;
}

.close {
    float: right;
    font-size: 70px;
    position: absolute;
    font-weight: 300;
    line-height: 71px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
	right: 30px;
    top: 28px;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* respnsive search results */

@media (max-width: 768px) {
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 0;
		padding-right:  0;
	}
}

