/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.9.2-dev

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/
/* Table of Contents

/* COLORS */
/* FONTS */
/*@import url("https://fonts.googleapis.com/css?family=Open-Sans:400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,500,500i,600,600i,700,700i,900,900i");
*/
/*
@font-face {
  font-family: "Futura Heavy";
  src: url("../fonts/futura/futura-heavy.TTF") format("truetype");
}
@font-face {
  font-family: "Futura Heavy Italic";
  src: url("../fonts/futura/futura-heavy-italic.TTF") format("truetype");
}
@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/futura/futura-medium.TTF") format("truetype");
}
@font-face {
  font-family: "Futura Medium Italic";
  src: url("../fonts/futura/futura-medium-italic.TTF") format("truetype");
}
*/

/* BUTTONS */
.upper-btn {
  background: #41A6DE;
  color: #fff;
  font-family: "Futura Heavy", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  margin: 0;
}
.upper-btn:hover {
  background: #1f7eb3;
  transition: all 0.3s ease;
}
.upper-btn:active {
  background: #186088;
}

.small-btn {
  background: #41A6DE;
  color: #fff;
  font-family: "Futura Medium", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: inherit;
  width: 110px;
  height: 35px;
  border-radius: 4px;
  margin: 0;
  font-size: 0.95rem;
}
.small-btn:hover {
  background: #1f7eb3;
  transition: all 0.3s ease;
}
.small-btn:active {
  background: #186088;
}

/* TEXTS */
h1 {
  font-size: 2.3rem;
  color: #41A6DE;
  font-family: "Futura Heavy", sans-serif;
}

h2 {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Futura Heavy", sans-serif;
}
h2.italic {
  font-family: "Futura Heavy Italic", sans-serif;
}

h3 {
  color: #fff;
  font-size: 1.05rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.8rem;
}
h3 b {
  font-family: "Futura Heavy", sans-serif;
}

h4 {
  color: #fff;
  font-size: 0.9rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.8rem;
}
h4 b {
  font-family: "Futura Heavy", sans-serif;
}

.small-text {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}

.small-text-footer{
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}

.small-text.italic {
  font-style: italic;
}

a {
  color: #41A6DE;
}

.highlight a, .highlight i {
  color: #41A6DE !important;
}
.highlight a {
  font-family: "Futura Heavy", sans-serif;
}

/* ASSETS */
.full-width {
  /* 1/3 of 60% = the 20% margin on either side */
  margin-left: -14.45vw;
  margin-right: -14.45vw;
}

.full-width2 {
  /* 1/3 of 60% = the 20% margin on either side */
  margin-left: -15vw;
  margin-right: -15vw;
}

/* MAIN */
body {
  background-image: radial-gradient(circle, #006CA6 0%, #006CA6 10.7%, #0C2D44 100%);
  font-family: "Muli", sans-serif;
}

.site-container {
  width: 100%;
  height: auto;
  background: url("/assets/img/lab52_linear_background.png");
  background-repeat: repeat-y;
  z-index: 0;
}

.site-inner {
  width: 70vw;
  min-height: 100%;
}

.content {
  width: 100%;
}

aside.sidebar {
  display: none;
}

/* HEADER */
.site-container .topheader {
  background-color: #0C283C;
  padding: 3px 15vw;
}
.site-container .topheader span {
  line-height: 2.2em;
}
.site-container .topheader a {
  text-decoration: none;
}
.site-container .topheader .s2-text {
  color: #41A6DE;
}
.site-container .topheader .nav-contact {
  text-align: right;
}
.site-container .topheader .nav-contact span {
  padding-left: 3px;
}
.site-container .topheader .nav-contact span:first-child {
  padding-right: 4px;
}
.site-container .topheader .nav-contact span:nth-child(3), .site-container .topheader .nav-contact i {
  color: #41A6DE;
}
.site-container .topheader i {
  color: #fff;
  font-size: 0.8rem;
}
@media print, screen and (max-width: 40em) {
  .site-container .topheader .small-12 {
    text-align: left;
  }
}

.site-header {
  position: relative;
  border-bottom: 1.4px solid #41A6DE;
  background: none;
  width: 70vw;
  margin: auto;
  padding: 1em 25px 0.5em;
}
.site-header .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .wrap .menu-toggle {
  color: #fff;
}
.site-header nav.nav-primary ul#menu-header-menu {
  background-color: transparent;
  text-transform: uppercase;
}
.site-header nav.nav-primary ul#menu-header-menu li > a {
  color: #fff;
  font-size: 0.85rem;
  background: transparent;
  padding: 0;
}
.site-header nav.nav-primary ul#menu-header-menu li > a i {
  padding-left: 6px;
  padding-right: 0.5em;
}

/* MAIN CONTENT */
section.lab52-post-grid .is-grid {
  grid-gap: 0 3em;
}
section.lab52-post-grid .ab-post-grid-item:nth-child(3n+2) {
  margin: 6em 0 0;
}
section.lab52-post-grid .ab-post-grid-item {
  margin-top: 2em;
  background-color: #fff;
  color: #0C283C;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-image {
  margin-bottom: 0;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text {
  padding: 1em;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text time, section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text .ab-block-post-grid-author > a > span {
  color: #41A6DE;
  font-weight: 700;
  font-size: 0.85rem;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text time:after {
  content: none;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text a {
  color: #0C283C;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text a:hover {
  color: #41A6DE;
  text-decoration: none;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text .ab-block-post-grid-excerpt hr {
  margin: 0.5em 0;
  border-top: 1px solid #0C283C;
}
section.lab52-post-grid .ab-post-grid-item .ab-block-post-grid-text .ab-block-post-grid-excerpt p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.title {
  padding-top: 3em;
}
.title .columns > div {
  padding-left: 2em;
}
.title a {
  float: right;
}

/* FOOTER */
#footer {
	margin: 0 2em !important;
	text-align: center;
}
footer.site-footer {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #0C283C;
}
footer.site-footer p {
  width: 70vw;
  padding: 0 15vw;
  line-height: 2rem;
  text-align: left;
}

/* SINGLE POST */
.single-post .site-container .site-header {
  border: none;
}
.single-post .site-container .site-inner {
  padding: 0 30px 0;
}
.single-post .site-container .site-inner a:hover {
  color: #1779ba;
}
.single-post .site-container .site-inner main.content article figure img {
  /*height: 19em;
  object-fit: cover;
  */
}
.single-post .site-container .site-inner main.content article figure figcaption {
  color: #fff;
}
.single-post .site-container .site-inner main.content article header.entry-header p.entry-meta {
  color: #fff;
}
.single-post .site-container .site-inner main.content article header.entry-header p.entry-meta .middle-line {
  border-bottom: 1px solid #41A6DE;
  width: 100%;
  float: right;
}
.single-post .site-container .site-inner main.content article .entry-content p {
  color: #fff;
}
.single-post .site-container .site-inner main.content article .entry-footer .entry-meta {
  color: #fff;
}
.single-post .site-container .site-inner main.content .entry-comments h3 {
  font-weight: 700;
}
.single-post .site-container .site-inner main.content .entry-comments ol.comment-list {
  color: #fff;
}
.single-post .site-container .site-inner main.content .entry-comments ol.comment-list li.comment article .comment-header .comment-author img {
  border: 3px solid #41A6DE;
}
.single-post .site-container .site-inner main.content .entry-comments ol.comment-list li.comment article .comment-header .comment-author span:nth-child(2) {
  font-weight: 700;
}
.single-post .site-container .site-inner main.content .entry-comments ol.comment-list li.comment article .comment-header .comment-time {
  font-size: 0.9rem;
}
.single-post .site-container .site-inner main.content .entry-comments ol.comment-list li.comment article .comment-content {
  font-size: 0.95rem;
}
.single-post .site-container .site-inner main.content #respond form.comment-form {
  color: #fff;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .comment-form-comment label {
  position: absolute;
  margin: 1em 1.5em;
  color: #0C283C;
  font-weight: 700;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .comment-form-comment textarea {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: none;
  padding: 3em 1em 1em 1.5em;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .comment-form-comment textarea::placeholder {
  color: #1779ba;
  font-size: 0.9rem;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .form-submit input {
  background: #41A6DE;
  color: #fff;
  font-family: "Futura Heavy", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  margin: 0;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .form-submit input:hover {
  background: #1f7eb3;
  transition: all 0.3s ease;
}
.single-post .site-container .site-inner main.content #respond form.comment-form .form-submit input:active {
  background: #186088;
}

/* HELPERS */
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (max-width: 40em) {
  .grid-x > .small-12 {
    width: 100%;
  }
}
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*# sourceMappingURL=custom.css.map */

@media all and (max-width: 1200px) {
  .content-sidebar-wrap > .content {
        grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 850px) {
  	.content-sidebar-wrap > .content {
		grid-template-columns: 1fr;
  	}
  	.content-sidebar-wrap > .content > article:nth-child(2n) {
		margin: 0;
	}
	.single-post .site-container .site-inner main.content article .entry-header .entry-title {
		font-size: 24px;
	}
	.single-post .site-container .site-inner main.content article .entry-header p.entry-meta {
		font-size: 14px;
	}
	.single-post .site-container .site-inner main.content article .entry-content p {
		font-size: 14px;
	}
	.single-post .site-container .site-inner main.content article .entry-content ul li {
		font-size: 14px;
	}
}

@media all and (max-width: 550px) {
	.entry {
		margin-bottom: 0;
	}
	.site-container .topheader {
		width: 100%;
		padding-left: 2em;
		padding-right: 2em;
	}
	.site-header {
		width: 100%;
		padding-left: 2em;
		padding-right: 2em;
	}
	.site-inner {
		width: 100%;
		padding-left: 2em;
		padding-right: 2em;
	}
}
