@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');
/*
Theme Name: 'Know GMO'
Description: ' Custom Theme By flip9'
Author: 'Brandon Bolin'
Author URI: 'http://flip-9.com'
Version: 1.0
*/
/************************/
/************************ FONTS */
/************************/
/************************/
/************************ GENERAL */
/************************/
body,
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-family: 'Roboto Condensed', 'helvetica neue', helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  background-color: #ececec !important;
}
strong,
.strong,
.bold {
  font-weight: bold;
}
em,
.em {
  font-style: italic;
}
.clearfix {
  clear: both;
}
input {
  border-radius: 0px;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: none;
}
.gform_wrapper input {
  border: 1px solid grey;
}
.container-fluid {
  max-width: 1170px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
}
img,
.wp-caption {
  max-width: 100%;
  height: auto;
}
.col-sm-12.text-right {
  text-align: center;
}
.no-gutter {
  padding-left: 0;
}
#main_articles p > iframe,
#main_articles .fb-video,
#main_articles .fb-video span {
  margin: 30px auto;
  display: block;
}
.crp_related {
  margin-top: 30px !important;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 33px;
  position: relative;
  line-height: 2.2em;
  padding-left: 2.2em;
  padding-right: 2.2em;
  background: #fed105;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  display: block;
}
.button:hover {
  color: #fff;
  background: #133B5B;
}
.button:hover:after {
  border-left-color: #7c0a0a;
}
.cross-title {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #C7C9C9;
  line-height: 0.1em;
  margin: 27px 0 50px;
  color: #fff;
  font-size: 20px;
  display: block;
  clear: both;
}
.cross-title span {
  background: #fed105;
  padding: 10px 30px;
}
#main_header,
#sliders {
  margin-bottom: 27px;
}
main {
  overflow: hidden;
  margin-bottom: 60px;
}
/************************/
/************************ BACKGROUNDS */
/************************/
.circle_bg {
  display: none;
  position: relative;
  top: -20%;
  left: -26%;
  width: 130%;
  z-index: -1;
}
.circle2_bg {
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -50px;
  right: -20%;
  z-index: 0;
}
/************************/
/************************ HEADER */
/************************/
#main_header {
  text-transform: uppercase;
}
#main_header a {
  color: #fff;
  font-weight: bold;
}
#main_header a:hover {
  color: #fed105;
}
#main_header h1 {
  padding-top: 5px;
}
#main_header .top {
  background: #000;
  position: relative;
  height: 106px;
  margin: 27px 0;
  color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
}
#main_header .top .social_media {
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: right !important;
}
#main_header .top #main_search {
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
}
#main_header .top #main_search input {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
  font-weight: bold;
  height: 30px;
  margin-right: 0;
  float: left;
  width: 188px;
  color: #302F2F;
}
#main_header .top #main_search button {
  background: #fed105;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 30px;
  float: left;
  width: 30px;
}
#main_header .top #main_search button:hover {
  background: #0098ce;
}
#main_header .top #account a {
  font-weight: bold;
  font-size: 14px;
}
#main_header .top #account li:not(:first-child):before {
  content: "|";
  margin-right: 10px;
}
#main_header .top:before {
  content: "";
  position: absolute;
  height: 106px;
  width: 1000px;
  background: #000;
  left: -1000px;
  top: 0;
}
#main_header .top:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 106px;
  border-bottom-right-radius: 106px;
  border-top-right-radius: 106px;
  background: #000;
  right: -53px;
  top: 0;
}
#main_nav {
  margin-top: 27px;
  margin: 0px -15px 0px -15px;
  background: #fff;
  position: relative;
  letter-spacing: 0.5px;
  text-align: center;
}
#main_nav:before {
  content: " ";
  position: absolute;
  height: 53px;
  width: 1000px;
  background: #fff;
  left: -1000px;
  top: 0;
}
#main_nav:after {
  content: " ";
  position: absolute;
  width: 27px;
  height: 53px;
  border-bottom-right-radius: 53px;
  border-top-right-radius: 53px;
  background: #fff;
  right: -27px;
  top: 0;
  display: block;
  z-index: 1000;
}
#main_nav ul {
  margin-bottom: 0;
}
#main_nav .open {
  display: none;
}
#main_nav > ul {
  height: 53px;
  padding: 16px 0 0 0;
  box-sizing: border-box;
  display: inline-block;
}
#main_nav > ul > li:not(:last-child):after {
  content: "|";
  margin-left: 14px;
  color: #000;
}
#main_nav a {
  color: #0098ce;
}
#main_header.mobile .top {
  margin: 0 0 27px 0;
}
#main_header.mobile #main_nav {
  overflow: hidden;
  display: block;
  clear: both;
  margin: 0 !important;
  padding: 0 10px;
}
#main_header.mobile #main_nav ul {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95) !important;
  height: 100vh;
  z-index: 1000;
  width: 100%;
}
#main_header.mobile #main_nav ul li {
  display: block;
}
#main_header.mobile #main_nav ul li:after {
  display: none;
}
#main_header.mobile #main_nav ul.open {
  display: block;
}
#main_header.mobile #main_nav .open {
  display: block !important;
  border: none;
  background: none;
  font-size: 20px;
  text-transform: uppercase;
}
/************************/
/************************ HOME SLIDER */
/************************/
#sliders {
  border: 1px solid #202020;
  overflow: hidden;
}
#sliders article .col-sm-4 {
  background: #202020;
  padding: 30px;
  color: #fff;
  min-height: 441px;
}
#sliders article .col-sm-4 h1 {
  background: #fed105;
  text-align: center;
  padding: 30px;
  margin: -30px -30px 25px -30px;
  font-size: 26px;
}
#sliders article .col-sm-4 .post_meta {
  border-bottom: 1px solid #474748;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
#sliders article .col-sm-4 .post_meta span {
  display: block;
}
#sliders article .col-sm-4 .post_excerpt {
  margin-bottom: 25px;
}
#sliders article .col-sm-8 .image_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#sliders article .col-sm-8 .image_wrapper img {
  width: auto;
  max-width: none !important;
}
/************************/
/************************ HOME VIDEOS SECTION */
/************************/
.video-category-row {
  overflow: hidden;
  margin-bottom: 30px;
}
#videos {
  border-bottom: 1px solid #C7C9C9;
  padding-bottom: 27px;
  margin-bottom: 27px;
  overflow: hidden;
}
#videos .video {
  background: #fff;
  padding: 9px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 27px;
  border-bottom: 1px solid #C7C9C9;
}
#videos .video .fa-play-circle-o {
  position: absolute;
  top: 37%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 35px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: none;
}
#videos .video:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#videos .video:hover .fa-play-circle-o {
  display: block;
}
#videos .video h4 {
  color: #635959;
  font-size: 14px;
  margin-bottom: 0;
}
/************************/
/************************ SMALL POSTS */
/************************/
.small_post {
  background: #fff;
  margin-bottom: 27px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #C7C9C9;
}
.small_post .col-sm-6:first-child {
  position: relative;
}
.small_post .col-sm-6:first-child .corner {
  position: absolute;
  top: 0;
  right: 15px;
  background: #0098ce;
  width: 40px;
  height: 40px;
  border-bottom-left-radius: 30px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}
.small_post header h1 {
  font-size: 26px;
  color: #0098ce;
  letter-spacing: 0px;
  margin-top: 0;
}
.small_post header .post_meta {
  border-top: 1px solid #C7C9C9;
  border-bottom: 1px solid #C7C9C9;
  font-weight: lighter;
  text-transform: uppercase;
  color: #5B5B5C;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  padding: 3px 0;
}
.small_post header .post_meta span:not(:first-child):before {
  content: "|";
  margin-right: 11px;
  margin-left: 9px;
}
.small_post .post_excerpt {
  font-size: 14px;
}
.small_post .button {
  width: 50%;
  float: right;
  font-size: 14px;
  height: auto;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/************************/
/************************ SIDEBAR */
/************************/
#main_sidebar {
  background: #fff;
  border-bottom: 1px solid #C7C9C9;
}
#main_sidebar .social_media {
  background: #0098ce;
  margin: 0 -15px 26px -15px;
  font-size: 30px;
}
#main_sidebar .social_media a {
  color: #fff;
}
#main_sidebar .embed-container {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#main_sidebar .embed-container iframe,
#main_sidebar .embed-container object,
#main_sidebar .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_sidebar .widget {
  padding-top: 1px;
  margin-bottom: 60px;
}
#main_sidebar .widget .cross-title {
  font-size: 18px;
  margin-bottom: 50px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
#main_sidebar .blog_categories {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#main_sidebar .blog_categories ul {
  list-style: none;
  padding-left: 0;
}
#main_sidebar .blog_categories a {
  background: #0098ce;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  padding: 6px 0;
}
#main_sidebar .blog_categories a:hover {
  background: #fed105;
}
/************************/
/************************ FOOTER */
/************************/
#main_footer {
  background: #202020;
  color: #fff;
  padding-bottom: 40px;
  z-index: 100;
  position: relative;
}
#main_footer a {
  color: #fff;
  font-weight: bold;
}
#main_footer a:hover {
  color: #fed105;
}
#main_footer ul {
  list-style: none;
  padding-left: 0;
}
#main_footer img {
  margin-top: 20px;
}
/************************/
/************************ PAGE */
/************************/
.large_post {
  background: #fff;
  margin-bottom: 27px;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #C7C9C9;
}
.large_post header h1 {
  font-size: 33px;
  color: #0098ce;
  letter-spacing: 0px;
  margin-top: 0;
  border-bottom: 1px solid #0098ce;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.large_post header .post_meta {
  margin-bottom: 15px;
}
.large_post header img {
  display: block;
  margin: 0 auto;
}
.large_post .post_excerpt {
  font-size: 14px;
}
.large_post .button {
  width: 50%;
  float: right;
  font-size: 14px;
  height: auto;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.large_post .navigation {
  padding-top: 26px;
  margin-top: 30px;
  border-top: 1px solid #0098ce;
  font-size: 21px;
}
.large_post .navigation .next_post {
  float: right;
}
.post-type-archive-latest-videos .cross-title {
  color: #fed105;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.post-type-archive-latest-videos .cross-title span {
  background: #fff;
}
.crp_related ul {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 35px;
}
.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/************************/
/************************ Resources */
/************************/
.trusted_partner_block,
.recommended_readings_block {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  display: block;
}
/************************/
/************************ SINGLE */
/************************/
.single #main_articles header > img {
  margin-bottom: 30px;
}
.single #main_articles p img {
  margin: 30px auto;
}
.single #main_articles .wp-caption {
  margin-bottom: 30px;
}
.single #main_articles .wp-caption-text {
  font-style: italic;
  text-align: center;
  font-size: 13px;
}
/************************/
/************************ PAGINATION */
/************************/
.pagination .nav-links {
  font-size: 22px;
}
@media (max-width: 767px) {
  #main_header h1 {
    text-align: center;
  }
  .fa-bars {
    font-size: 1.4em !important;
    margin-top: 10px;
  }
  #main_nav ul.open {
    display: block;
  }
  #sliders article .col-sm-4 {
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }
  #sliders article .col-sm-4 h1 {
    margin-bottom: 0;
  }
  #sliders article .image_wrapper {
    height: auto !important;
  }
  #sliders article .image_wrapper img {
    width: 100% !important;
    margin-left: 0;
  }
  .small_post img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .trusted_partner_block,
  .recommended_readings_block {
    width: 50%;
  }
}
