/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#g-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
#g-header .g-content {
	margin: 0 !important;
	padding: 0 !important;
}

#g-header .g-menu-item-title {
	text-transform: uppercase;
}
#g-header .g-main-nav {
	padding-right: 40px;
}
#g-header .g-menu-item-742 {
	background: #283074;
}
.g-offcanvas-toggle {
    top: 1.1rem !important;
    z-index: 999999;
}

#socialBox {
	display: flex;
	align-items: center;
	justify-content: right;
	position: absolute;
	right: 0;
	width: 100px;
    height: 100%;
}


#g-showcase, #g-showcase * {
	margin: 0;
	padding: 0;
}

.header-spacer {
	width: 100% !important;
	height: 62px;
}


.parallax-window {
    min-height: 400px;
	width: 100vw;
	background: rgb(69,88,156);
	background: linear-gradient(0deg, rgba(69,88,156,1) 0%, rgba(47,54,110,1) 100%);
	z-index: 1000;
	top: 62px;
}
.parallax-mirror .parallax-slider {
	opacity: .5;
}
.parallax-window .g-container {
	/*width: 75rem;*/
    margin: auto !important;
	display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    height: 400px;
}
.parallax-window .g-container h1{
	/*text-shadow: 1px 1px 5px rgba(0,0,0,.5);*/
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
  	text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}
.parallax-window .g-container h3{
	/*text-shadow: 1px 1px 5px rgba(0,0,0,.5);*/
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	color: #ccc !important;
}


#g-feature .g-content {
    margin: 0;
    padding: 0;
}

.slider-wrapper .nivo-caption {
	padding: 1.5rem 2.5rem !important;
	background: transparent;
	opacity: 1;
}

.slider-wrapper .nivo-caption h3 {
	margin: 0 0 16px;
    color: #000;
    font-size: 1.5rem;
	line-height: 4.5rem;
    display: inline;
}
.slider-wrapper .nivo-caption h3 > span {
  background-color: #fff;
  color: #333;
  box-shadow: -10px 0px 0 7px #fff,
    10px 0px 0 7px #fff,
    0 0 0 7px #fff;
  box-decoration-break: clone;
}

.slider-wrapper .nivo-caption p {
	margin: 0;
    padding: .5rem 0;
    font-size: 1rem;
	line-height: 2rem;
    display: inline;
}
.slider-wrapper .nivo-caption p > span {
  background-color: #fff;
  color: #000;
  box-shadow: -10px 0px 0 7px #fff,
    10px 0px 0 7px #fff,
    0 0 0 7px #fff;
  box-decoration-break: clone;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

.g-wordpress-posts .g-block .g-array-item-date {
	text-transform: uppercase;
	font-size: 75%;
	margin: 0;
}
.g-wordpress-posts .g-block .g-array-item-date svg {
	display: none;
}
.g-wordpress-posts .g-block .g-array-item-details, 
.g-wordpress-posts .g-block .g-array-item-text {
	margin: 0;
}


#categories .widgettitle {
	display: none;
}
#categories ul {
	padding: 0;
	margin: 0;
}
#categories ul li {
	list-style-type: none;
    display: inline-block;
}
#categories ul li a {
	text-transform: uppercase;
    font-size: 1.25rem;
	margin: 0 .5rem;
	color: #a8a8a8;
}


@media (max-width: 767px) {
	#g-header {
		position: relative;
	}
	#g-header .g-content.g-particle {
		text-align: center;
	}
	#g-header .langify-logo img {
		max-width: 150px;
		margin: 7px;
	}
	.g-offcanvas-toggle {
	  top: 2.3rem;
	}
	
	.header-spacer {
		display: none !important;
	}
	
	
	.parallax-window .g-container h1{
		font-size: 2rem;
	}
	.parallax-window .g-container h3{
		font-size: 1.2rem;
	}
	
	#socialBox {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100px;
	  position: absolute;
	  right: 0;
	}
	
	.timeline {
		flex-direction: column;
	}
	.timeline .timeline-event {
		width: auto;
	}
	
	#g-footer .wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}
	#g-footer #contact * {
		text-align: center;
		display: block;
	}
	#g-footer #contact svg {
		display: inline-block;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#g-page-surround {
		overflow: visible;
	}
	#logo .g-content.g-particle {
	  display: flex;
	  align-items: center;
	  height: 100%;
	}
	
	#logo .g-content.g-particle .langify-logo {
		vertical-align: middle;
		display: inline-block;
	}
	
	#g-header > .g-container {
		position: relative;
	}
	#g-header .langify-logo img {
		max-width: 150px;
	}
	
	.g-wordpress-posts .g-block {
		max-width: 33%;
	}
}

@media (min-width: 1200px) {
	#g-page-surround {
		overflow: visible;
	}
	#logo .g-content.g-particle {
	  display: flex;
	  align-items: center;
	  height: 100%;
	}
	
	#logo .g-content.g-particle .langify-logo {
		vertical-align: middle;
		display: inline-block;
	}
	#g-header .langify-logo img {
		max-width: 150px;
	}
	
	#g-header > .g-container {
		position: relative;
	}
	
	#g-main {
		padding-right: 1.5rem;
	}
	
	.slider-wrapper .nivo-caption {
		padding: 2.5rem 3.5rem !important;
		background: transparent;
	}
	.slider-wrapper .nivo-caption h3 {
    	padding: 1rem 0;
		font-size: 2rem;
		line-height: 7.5rem;
	}
	.slider-wrapper .nivo-caption p {
    	padding: 1rem 0;
		font-size: 1.5rem;
		line-height: 3.5rem;
	}
	
	.g-wordpress-posts .g-block {
		max-width: 33%;
	}
}


.g-array-item-read-more{
	display: none;
}
#sidebar {
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  display: flex;
  height: fit-content;
}
#sidebar #g-sidebar {
  padding-top: 0 !important;
  height: fit-content;
}
#sidebar h2 {
  font-size: 1.2rem !important;
}
.g-array-item,
#sidebar #relatedPosts .post {
	position: relative;
}
.g-array-item .g-array-item-image,
#sidebar #relatedPosts .post figure {
	margin: 0;
}
.g-array-item .g-array-item-image,
#sidebar #relatedPosts .post figure img{
    margin: 0;
    border-radius: 6px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
}
#sidebar #relatedPosts .post .crp_title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, .75);
	padding: 4px 12px;
	width: 100%;
    border-radius: 0 0 6px 6px;
	overflow: hidden;
}
#sidebar .g-array-item-details {
	margin: 0 !important;
}
#sidebar #relatedPosts .post {
    margin-bottom: 1rem;
	position: relative;
  border-left: solid 2px #F0F2F4;
}
/*
#sidebar #relatedPosts .post::after {
	content: ' ';
	position: absolute;
	bottom: calc(-1rem - 1px);
    left: 0;
    right: 0;
}
*/
#sidebar h3 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}

#page-content-id .entry-meta {
	display: block !important;
}

#page-content-id .entry-meta > div {
	display: inline-block !important;
	margin-right: 10px;
}
#page-content-id .entry-meta > .meta-categories,
#page-content-id .entry-meta > .meta-comments-count {
	display: none !important;
}




#g-feature {
    padding: 0;
    background: #f0f0f0;
}

.slider-wrapper {
	position: relative;
	
	background: rgb(0,0,0) !important;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 100%) !important;
    border-radius: 8px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.25);
	overflow: hidden;
}

.nivo-imageLink {
	opacity: 0 !important;
}

.nivo-imageLink img {
	opacity: .5 !important;
}
.metaslider .theme-default .nivoSlider img {
	opacity: .75 !important;
}

.slider-wrapper .nivo-controlNav {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	z-index: 100;
	
}
.cta-button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	
}


.timeline-share {
	display: none;
}
.timeline-event.timeline-nobullets {
	background: transparent;
}



.g-wordpress-posts .g-content-array-pagination {
	display: none;
}

.entry-meta>div {
	display: inline-block;
}

#allowed_tags {
	display: none;
}


#g-footer .widgettitle {
	font-size: 16px;
	font-weight: 500;
}
#g-footer .sample-content .sample-icons {
    font-size: 1rem;
    color: inherit;
    opacity: 0.6;
}
#g-footer .g-social a,
#g-footer .g-powered-by{
    background-color: transparent;
    border: none;
    color: inherit;
}
#g-footer #contact h1 {
	margin-bottom: 14px !important;
    font-size: 16px;
	font-weight: 500;
}

#g-footer .menu > li {
	display: block;
	margin-bottom: 7px !important;
}
#g-footer .menu > li > a {
	padding: 0;
	color: #333;
}
#g-footer .gantry-logo {
	opacity: .5;
}
#g-footer .wp-block-columns {
	margin-bottom: 0;
}





.widget.widget_email-subscribers-form {
	text-align: center;
	padding: 5rem 0;
}
.widget.widget_email-subscribers-form .es-field-wrap {
	display: inline-block;
}
.widget.widget_email-subscribers-form .es-field-wrap input {
	font-size: 1.25rem;
	padding: .35rem 1rem;
	margin-right: 8px;
}
.widget.widget_email-subscribers-form input[type="submit"] {
    font-size: 1.25rem;
    padding: 0.35rem 1rem;
    background-color: #30398b;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
	margin-top: -4px;
}
.widget.widget_email-subscribers-form input[type="submit"]:hover {
    background-color: #283074;
}