@charset "UTF-8";
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 1px 2px 6px;
  transition: left 0.1s ease-in-out;
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 70vh;
  width: 265px;
  overflow: hidden;
  overflow-y: hidden;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  cursor: pointer;
  padding: 7px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333; }

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6; }

.autocomplete-suggestion.selected {
  background: #333;
  color: #fff; }

.autocomplete-suggestion:hover {
  background: #444;
  color: #fff; }

.autocomplete-suggestion > .context {
  font-size: 12px; }

/*
Theme Name: Tracks
Theme URI: https://www.competethemes.com/tracks/
Author: Compete Themes
Author URI: https://www.competethemes.com
Description: A bold, beautiful, and responsive theme. Tracks is perfect for personal blogs, magazines, and photography websites. It includes a logo uploader, over 50+ social media icons, search bar, comment display controls, premium layouts, and more. Tracks has a dark, simple, and minimalist design that makes it great for publish both text and image based content. Use it for a travel blog, online newspaper, video site, or podcast. As a free theme, you can use Tracks for as many projects as you’d like. Preview Tracks now on desktop, tablets, and mobile devices with the interactive live demo: https://www.competethemes.com/demos/?theme=tracks
Version: 1.59
Tags: one-column, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
Text Domain: tracks
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tracks WordPress Theme, Copyright 2017 Compete Themes
Tracks is distributed under the terms of the GNU GPL
*/
/*===== Variables =====*/
/* Theme Colors */
.site-title,
.toggle-navigation i {
  font-size: 1.625em;
  line-height: 1.85; }

.wp-caption-text,
.excerpt-meta,
.entry-meta,
.more-link,
.pagination,
.further-reading span,
.further-reading a,
.entry-categories span,
.entry-categories a,
.entry-tags span,
.entry-tags a,
.author-meta .author span,
.comments-number h2,
.comment-author div,
.design-credit,
.singular-attachment .attachment-caption,
.widget li,
.menu-footer-items a,
.menu-secondary-items a {
  font-size: 0.813em;
  line-height: 1.85; }

.entry-container,
.comments {
  padding: 0 5.55%; }

.site-title,
.menu-unset > ul a,
.menu-primary-items a,
.excerpt-meta,
.entry-meta,
.excerpt-title,
.more-link,
.pagination,
.further-reading,
.entry-categories,
.entry-tags,
.author-meta .author span,
.comments-number h2,
.comment-author .author-name,
.site-footer h1,
.design-credit,
.widget-title,
.widget li,
.menu-footer-items a,
.menu-secondary-items a {
  text-transform: capitalize;
  letter-spacing: 0.08em;
  font-weight: 700; }

/* Social Media Brand Colors */
/*===== Mixins =====*/
/* grid stuff */
/* Baseline Grid
background-image: linear-gradient(#fff 23px, #00fffc 24px, #fff 0px);
background-size: 1px 24px; /* this is a 24px baseline grid */
/* Column Grid
background-color: gray;
background-image: linear-gradient(90deg, transparent 99%, rgba(255,255,255,.5) 0%);
background-size: 11.1%; /* This is at 6-columns -> just change this # */
/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
.overflow-container {
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: 100%; }

.main {
  background: #38312f;
  padding-bottom: 1.5em;
  margin: 0 auto; }

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* Images */
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  height: auto;
  line-height: 0;
  max-width: 100%;
  max-width: calc(100% - 48px); }

.alignright img,
.alignleft img,
.aligncenter img,
.alignnone img,
.size-auto img,
.size-full img,
.size-large img,
.size-medium img,
.size-thumbnail img {
  max-width: 100%; }

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0; }

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em; }

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
  max-width: 100%; }

.alignnone {
  margin: 1.5em; }

img {
  height: auto;
  line-height: 0; }

.singular-attachment img {
  max-width: 100%; }

.wp-caption-text {
  margin: 0;
  color: #8c8c8c; }

.wp-caption.aligncenter {
  max-width: none;
  margin: 0 auto;
  width: auto !important; }

/* Form styles */
textarea {
  max-width: 41.625em;
  overflow: auto; }

input[type="submit"] {
  background: #38312f;
  color: white;
  max-width: 22.2em;
  min-width: 11.1em;
  padding: 0.8em;
  min-height: 45px;
  outline: none;
  border: none;
  font-family: "raleway", sans-serif;
  font-size: 0.813em;
  line-height: 1.85;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  cursor: pointer;
  background: black; }

input[type="search"] {
  margin-right: 1.5em;
  padding-right: 0.375em;
  /* so safari 'x' doesn't get cut off */ }

/* sticky */
.excerpt.sticky .excerpt-container {
  background: wheat; }

/* ie image border fix */
a img {
  border: none; }

.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

.skip-content {
  position: absolute;
  width: 100%;
  background: #110800;
  color: #aaaaaa;
  text-align: center;
  padding: 0.375em;
  top: -4.5em;
  z-index: 19;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.skip-content:active,
.skip-content:focus {
  top: 0;
  color: #ffffff; }

.search .sticky {
  background: white; }

.blog .main,
.archive .main,
.search .main {
  width: 88.89%;
  max-width: 1280px; }

.blog #breadcrumbs,
.archive #breadcrumbs,
.search #breadcrumbs {
  width: 100%; }

.entry {
  max-width: 1280px; }

.infinite-loader,
#infinite-handle {
  clear: both; }

#breadcrumbs {
  margin: 1.5em auto;
  width: 88.88%;
  max-width: 1280px;
  color: #aaaaaa; }

#breadcrumbs a {
  color: #fff; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */ } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */ } }

.site-header {
  padding: 0.75em 5.55%; }

.site-header .container {
  margin: 0 auto;
  max-width: 1280px; }

.site-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.title-info {
  float: left;
  position: relative;
  z-index: 29; }

.site-title {
  letter-spacing: 0.06em;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.site-title span {
  opacity: 0;
  position: absolute;
  top: -99em; }

.site-title a {
  color: white; }

.site-title a:link,
.site-title a:visited,
.site-title a:hover,
.site-title a:active,
.site-title a:focus {
  color: white; }

.site-title img {
  max-width: 5em;
  max-height: 1.5em; }

.site-title:hover,
.site-title:active,
.site-title:focus {
  opacity: 1; }

.toggle-navigation {
  position: relative;
  float: right;
  z-index: 29;
  border: none;
  background: none;
  font-size: 1em;
  margin: 0;
  padding: 0 0 0 1.5em;
  color: white;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.toggle-navigation:hover,
.toggle-navigation:active,
.toggle-navigation:focus {
  opacity: 1;
  cursor: pointer;
  outline: none; }

.menu-primary,
.menu-primary-tracks {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  padding-top: 6em;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 19;
  background-image: -webkit-linear-gradient(#38312f 26px, transparent 24px, transparent 24px);
  background-image: linear-gradient(#38312f 26px, transparent 24px, transparent 24px);
  background-size: 1px 48px;
  /* this is a 24px baseline grid */
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu-primary-tracks {
  top: 1.5em;
  left: -100%;
  z-index: 19; }

.site-header .site-description {
  opacity: 0;
  color: white; }

.menu-unset > ul,
.menu-primary-items {
  list-style: none;
  opacity: 0; }

.menu-unset > ul a,
.menu-primary-items a {
  display: block;
  color: white;
  opacity: 0.6;
  margin: 1.5em 0 0.75em 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.menu-unset > ul a:only-child,
.menu-primary-items a:only-child {
  margin: 1.5em 0; }

.menu-unset > ul a:link,
.menu-unset > ul a:visited,
.menu-primary-items a:link,
.menu-primary-items a:visited {
  color: white; }

.menu-unset > ul a:hover,
.menu-unset > ul a:active,
.menu-unset > ul a:focus,
.menu-primary-items a:hover,
.menu-primary-items a:active,
.menu-primary-items a:focus {
  opacity: 1; }

.menu-unset > ul .sub-menu,
.menu-unset > ul .children,
.menu-primary-items .sub-menu,
.menu-primary-items .children {
  list-style: none; }

.menu-unset > ul .sub-menu li a,
.menu-unset > ul .children li a,
.menu-primary-items .sub-menu li a,
.menu-primary-items .children li a {
  margin: 0.75em 0;
  opacity: 0.4; }

.menu-unset > ul .sub-menu li a:hover,
.menu-unset > ul .sub-menu li a:active,
.menu-unset > ul .sub-menu li a:focus,
.menu-unset > ul .children li a:hover,
.menu-unset > ul .children li a:active,
.menu-unset > ul .children li a:focus,
.menu-primary-items .sub-menu li a:hover,
.menu-primary-items .sub-menu li a:active,
.menu-primary-items .sub-menu li a:focus,
.menu-primary-items .children li a:hover,
.menu-primary-items .children li a:active,
.menu-primary-items .children li a:focus {
  opacity: 1; }

.site-header.toggled .menu-unset > ul,
.site-header.toggled .menu-primary-items,
.site-header.toggled .site-description {
  -webkit-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease; }

.site-header.toggled .menu-primary,
.site-header.toggled .menu-primary-tracks,
.site-header.toggled .menu-primary-tracks {
  left: 0; }

.site-header.toggled .menu-unset > ul,
.site-header.toggled .menu-primary-items {
  opacity: 1; }

.site-header.toggled .site-description {
  opacity: 0.9; }

/* 800px */
@media all and (min-width: 50em) {
  .site-header {
    position: relative;
    z-index: 2;
    padding: 1.5em 5.55% 2.25em;
    border-top: solid 0.75em #110800; }
  .title-info {
    margin-top: -0.75em; }
  .site-title img {
    max-width: 8em;
    max-height: 3em; }
  .toggle-navigation {
    display: none; }
  .menu-primary,
  .menu-primary-tracks {
    background: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: right;
    min-height: 37px; }
  .menu-primary .site-description,
  .menu-primary-tracks .site-description {
    position: absolute;
    left: 0;
    opacity: 0.6; }
  .menu-primary .site-description + div,
  .menu-primary-tracks .site-description + div {
    margin-bottom: 0.75em; }
  .ie9 .site-description {
    left: 5.55%; }
  .menu-primary-tracks {
    display: none; }
  .menu-unset > ul,
  .menu-primary-items {
    margin: 0 0 0 3em;
    opacity: 1;
    /* Tier 2 */
    /* Tier 3 */ }
  .menu-unset > ul li,
  .menu-unset > ul a,
  .menu-primary-items li,
  .menu-primary-items a {
    display: inline-block; }
  .menu-unset > ul li,
  .menu-primary-items li {
    position: relative; }
  .menu-unset > ul > li,
  .menu-primary-items > li {
    font-size: 0.813em;
    line-height: 1.85; }
  .menu-unset > ul > li:after,
  .menu-primary-items > li:after {
    content: "/";
    position: absolute;
    right: -6px;
    top: 0;
    color: white;
    opacity: 0.6; }
  .menu-unset > ul > li:last-child:after,
  .menu-primary-items > li:last-child:after {
    display: none; }
  .menu-unset > ul > li:last-child a,
  .menu-primary-items > li:last-child a {
    margin-right: 0; }
  .menu-unset > ul a,
  .menu-primary-items a {
    opacity: 0.6;
    margin: 0 0.75em; }
  .menu-unset > ul a:only-child,
  .menu-primary-items a:only-child {
    margin: 0 0.75em; }
  .menu-unset > ul ul,
  .menu-primary-items ul {
    position: absolute;
    top: -9999px;
    opacity: 0;
    left: -70%;
    right: -70%;
    min-width: 100%;
    max-width: 220px;
    margin: 0 auto;
    background: #110800;
    text-align: center;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  .menu-unset > ul ul li,
  .menu-unset > ul ul a,
  .menu-primary-items ul li,
  .menu-primary-items ul a {
    display: block; }
  .menu-unset > ul ul:hover,
  .menu-primary-items ul:hover {
    top: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-unset > ul ul a,
  .menu-primary-items ul a {
    padding: 0 1.5em; }
  .menu-unset > ul ul li:first-child > a,
  .menu-primary-items ul li:first-child > a {
    padding-top: 0.75em; }
  .menu-unset > ul ul li:last-child > a,
  .menu-primary-items ul li:last-child > a {
    padding-bottom: 0.75em; }
  .menu-unset > ul a:hover + ul,
  .menu-unset > ul a:active + ul,
  .menu-unset > ul a:focus + ul,
  .menu-primary-items a:hover + ul,
  .menu-primary-items a:active + ul,
  .menu-primary-items a:focus + ul {
    top: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-unset > ul ul ul,
  .menu-primary-items ul ul {
    left: auto;
    right: 100%; }
  .menu-unset > ul ul ul:hover,
  .menu-primary-items ul ul:hover {
    top: -0.75em; }
  .menu-unset > ul ul a:hover + ul,
  .menu-unset > ul ul a:active + ul,
  .menu-unset > ul ul a:focus + ul,
  .menu-primary-items ul a:hover + ul,
  .menu-primary-items ul a:active + ul,
  .menu-primary-items ul a:focus + ul {
    top: -0.75em; } }

.excerpt-container {
  padding: 0 5.55%;
  position: relative;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.excerpt {
  text-align: center;
  background: white;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*margin-bottom: 1.5em;*/ }

.featured-image {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.featured-image img {
  max-height: 80%;
  max-width: 90%;
  width: 420px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*padding-top: 20px;*/ }

.hline-separator {
  content: "";
  right: -30px;
  left: -30px;
  margin: auto;
  width: 20%;
  opacity: 0.6;
  border: 2px solid #4d4d4d; }

.intro-separator {
  width: 50%; }

.search-separator {
  width: 30%; }

.hline-separator:last-child {
  border: 0px; }

.zoom .featured-image-link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.zoom .featured-image-link:hover .featured-image,
.zoom .featured-image-link:active .featured-image,
.zoom .featured-image-link:focus .featured-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transform: scale(1.05) rotate(0.02deg); }

.excerpt-meta,
.entry-meta {
  color: #aaaaaa;
  padding-top: 1.84502em; }

.excerpt-meta a,
.entry-meta a {
  color: #aaaaaa; }

.excerpt-meta a:link,
.entry-meta a:link,
.excerpt-meta a:visited,
.entry-meta a:visited {
  color: #aaaaaa; }

.excerpt-meta a:hover,
.entry-meta a:hover,
.excerpt-meta a:active,
.entry-meta a:active,
.excerpt-meta a:focus,
.entry-meta a:focus {
  color: #38312f; }

.excerpt-title {
  letter-spacing: 0.04em;
  font-size: 1.313em;
  /* 21px / 16px */
  line-height: 1.143; }

.excerpt-title a,
.entry-title a {
  color: #4d4d4d; }

.excerpt-title a:link,
.entry-title a:link,
.excerpt-title a:visited,
.entry-title a:visited {
  color: #4d4d4d; }

.excerpt-title a:hover,
.entry-title a:hover,
.excerpt-title a:active,
.entry-title a:active,
.excerpt-title a:focus,
.entry-title a:focus {
  color: #38312f; }

.excerpt-header,
.entry-header {
  position: relative; }

.excerpt-header:after,
.entry-header:after {
  content: "";
  position: absolute;
  background: #ffbc44;
  width: 4.5em;
  height: 0.375em;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1.5em; }

.excerpt-intro:after {
  background: #ffffff; }

.excerpt-content {
  padding: 1.5em 0; }

.more-link {
  position: relative;
  text-decoration: none;
  color: #4d4d4d;
  clear: both; }

.more-link:link,
.more-link:visited {
  color: #4d4d4d; }

.more-link:hover,
.more-link:active,
.more-link:focus {
  color: #38312f; }

.more-link:hover:after,
.more-link:active:after,
.more-link:focus:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.more-link:after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 3px;
  background: #4d4d4d;
  bottom: -0.75em;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.front-page-image img {
  width: 300px; }

.pagination {
  text-align: center;
  padding: 1.5em;
  margin-bottom: -1.5em; }

.pagination a,
.pagination span {
  margin: 0 0.375em;
  color: #8c8c8c; }

.pagination a:link,
.pagination a:visited {
  color: #8c8c8c; }

.pagination a:hover,
.pagination:active,
.pagination:focus {
  color: #aaaaaa; }

.infinite-scroll .pagination {
  display: none; }

/* 600 */
@media all and (min-width: 37.5em) {
  .excerpt {
    /*background: #110800;*/
    background: #ffffff;
    /*margin-bottom: 1.5em;*/ }
  .excerpt:first-child {
    padding-top: 0;
    margin-top: 0; }
  .excerpt-container {
    background: white;
    padding: 0 6.2%; }
  .pagination {
    padding: 0.75em 1.5em 3em;
    width: 100%; }
  .excerpt-title {
    font-size: 1.875em;
    /* 30px */
    line-height: 1.6; } }

/* 900px */
@media all and (min-width: 56.25em) {
  .excerpt-container {
    width: 50%;
    padding: 0 5.55%; }
  .excerpt {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* fix weird chrome wiggle glitch */
    position: relative;
    clear: both;
    padding: 0;
    margin-bottom: 0;
    /*margin-top: 3.5em;*/
    /*opacity: 0.8;*/ }
  .excerpt .featured-image {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* fixes FF glitch where image focuses & unfocuses */
    width: 50%;
    width: calc(50% + 2px);
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    right: -1px; }
  /*.excerpt:hover {
    opacity: 1;
  }*/
  .excerpt.even .excerpt-container {
    float: right; }
  .excerpt.even .featured-image {
    right: auto;
    left: -1px; }
  .excerpt.even:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .rtl .excerpt.odd .excerpt-container {
    float: left; }
  .excerpt-meta,
  .entry-meta {
    padding-top: 3.69004em; }
  .excerpt-content {
    padding-bottom: 3em; }
  .full-without-featured:not(.has-post-thumbnail):not(.has-video):not(.has-featured-slider)
.excerpt-container {
    width: 100%; } }

.entry {
  background: white;
  padding-bottom: 1.5em; }

.entry-meta {
  text-align: center; }

.entry-header {
  text-align: center; }

.entry-meta,
.entry-header {
  padding-left: 5.55%;
  padding-right: 5.55%; }

.entry-content {
  margin: 4em 0; }

.entry-content img.full-width {
  position: relative;
  max-width: none;
  width: 113%;
  left: -6.5%; }

.entry-content iframe {
  max-width: 100%; }

.entry-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.further-reading span,
.entry-categories span,
.entry-tags span {
  display: block; }

.further-reading a,
.entry-categories a,
.entry-tags a {
  font-weight: 400;
  color: #8c8c8c; }

.further-reading a:link,
.further-reading a:visited,
.entry-categories a:link,
.entry-categories a:visited,
.entry-tags a:link,
.entry-tags a:visited {
  color: #8c8c8c; }

.further-reading a:hover,
.further-reading a:active,
.further-reading a:focus,
.entry-categories a:hover,
.entry-categories a:active,
.entry-categories a:focus,
.entry-tags a:hover,
.entry-tags a:active,
.entry-tags a:focus {
  color: black; }

.entry-categories a,
.entry-tags a {
  margin-right: 0.375em; }

.entry-meta-bottom {
  margin-bottom: 3em; }

.author-meta {
  background: #38312f;
  color: white;
  padding: 1.5em;
  margin: 3em 0 0; }

.author-meta a {
  color: #8c8c8c; }

.author-meta a:link,
.author-meta a:visited {
  color: #8c8c8c; }

.author-meta a:hover,
.author-meta a:active,
.author-meta a:focus {
  color: white; }

.author-meta p {
  clear: both; }

.author-meta .author img {
  float: left;
  margin: 0 0.75em 1.5em 0;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%; }

.author-meta .author a {
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block; }

.author-meta .bio a {
  margin-right: 0.375em;
  display: inline-block; }

/* 600px */
@media all and (min-width: 37.5em) {
  .entry {
    width: 88.88%;
    margin: 0 auto; }
  .entry-container {
    padding: 0 5.55%; }
  .further-reading p {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-right: 3em; }
  .further-reading .prev {
    float: left; }
  .further-reading .next {
    float: right;
    text-align: right;
    padding: 0 0 0 3em; }
  .further-reading:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .author-meta .author {
    display: inline-block; }
  .author-meta .author img {
    margin-bottom: 0; }
  .author-meta:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .bio {
    float: right;
    width: 50%; }
  .bio p {
    margin-top: 0; } }

/* 700px */
@media all and (min-width: 43.75em) {
  .entry-container {
    padding: 0 11.11%; }
  .entry-meta,
  .entry-header {
    padding-left: 5.55%;
    padding-right: 5.55%; }
  .entry-content img.full-width {
    width: 128.6%;
    left: -14.3%; } }

/* 900px */
@media all and (min-width: 56.25em) {
  .entry .featured-image:after {
    position: absolute;
    content: "";
    background: #38312f;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.05;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .entry .featured-image:hover:after {
    opacity: 0; }
  .entry-container {
    padding: 0 16.66%; }
  .entry-header h1 {
    font-size: 4.25em;
    line-height: 1.06; }
  .entry-meta {
    font-size: 1em;
    line-height: 1.5;
    padding-top: 3em;
    letter-spacing: 0.08em; }
  .entry-content {
    margin-top: 4em; }
  .entry-content img.full-width {
    width: 150%;
    left: -25%; } }

/* 1100px */
@media all and (min-width: 68.75em) {
  .entry-meta,
  .entry-header {
    padding-left: 11.11%;
    padding-right: 11.11%; }
  .entry-container {
    padding: 0 19.435%;
    position: relative; }
  .entry-content img.full-width {
    width: 163.6%;
    left: -31.8%; }
  .entry-meta-bottom.float .entry-tags,
  .entry-meta-bottom.float .entry-categories {
    position: absolute;
    width: 16.66%;
    left: 0;
    top: 4.5em;
    text-align: right;
    padding-left: 5.55%; }
  .entry-meta-bottom.float .entry-tags a,
  .entry-meta-bottom.float .entry-categories a {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    margin-right: 0; } }

/* 1200px */
@media all and (min-width: 75em) {
  .entry-container {
    padding: 0 22.22%; }
  .entry-content img.full-width {
    width: 179.9%;
    left: -39.95%; } }

.comments {
  background: white;
  padding-bottom: 3em;
  max-width: 1280px; }

.comments-number {
  padding: 1.5em 0; }

.comment-list {
  list-style: none;
  margin: 0; }

.comment-list ul {
  list-style: none;
  margin: 3em 0 1.5em 3em; }

.comment-list article ul {
  list-style: disc; }

li.comment,
li.pingback {
  margin: 3em 0; }

li.comment:first-child,
li.pingback:first-child {
  margin-top: 1.5em; }

.comment-author {
  /* contains everything but the avatar */ }

.comment-author img {
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  float: left;
  margin: 0 0.75em 0 0; }

.comment-author .author-name a {
  text-decoration: none;
  color: #4d4d4d; }

.comment-author .author-name a:link,
.comment-author .author-name a:visited {
  color: #4d4d4d; }

.comment-author .author-name a:hover,
.comment-author .author-name a:active,
.comment-author .author-name a:focus {
  color: #38312f; }

.comment-author:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.comment-reply-link,
.comment-edit-link {
  color: #4d4d4d;
  text-decoration: none; }

.comment-reply-link:link,
.comment-reply-link:visited,
.comment-edit-link:link,
.comment-edit-link:visited {
  color: #4d4d4d; }

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus,
.comment-edit-link:hover,
.comment-edit-link:active,
.comment-edit-link:focus {
  color: black; }

.comment-edit-link:before {
  content: " / "; }

.comment-content {
  margin: 1.5em 0; }

.bypostauthor > article .author-name:after {
  content: " (author)";
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0; }

/* 600px */
@media all and (min-width: 37.5em) {
  .comments {
    padding: 0 5.55% 3em;
    width: 88.88%;
    margin: 0 auto; }
  .comment-pagination p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .comment-pagination .next-comment {
    text-align: right; } }

/* 700px */
@media all and (min-width: 43.75em) {
  .comments {
    padding: 0 11.11% 3em; } }

/* 900px */
@media all and (min-width: 56.25em) {
  .comments {
    padding: 0 16.66% 3em; } }

/* 1000px */
@media all and (min-width: 62.5em) {
  li.comment article,
  li.pingback article {
    line-height: 0;
    /* this is messing up the vertical rhythm */ }
  li.comment article:after,
  li.pingback article:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .comment-author {
    display: inline-block;
    min-height: 4.5em; }
  .comment-author img {
    float: none; }
  .comment-author div {
    display: inline-block;
    vertical-align: top; }
  .comment-author div div {
    display: block; }
  .comment-content {
    float: right;
    width: 50%;
    margin: 0;
    line-height: 1.5;
    /* after turning it off on article */ }
  .comment-content p {
    line-height: 1.5; }
  .comment-content p:first-child {
    margin-top: 0; }
  .comment-content p:last-child {
    margin-bottom: 0; } }

/* 1100px */
@media all and (min-width: 68.75em) {
  .comments {
    padding: 0 19.435% 3em; } }

/* 1445px */
@media all and (min-width: 1445px) {
  .comments {
    padding: 0 284px 3em; } }

.site-footer {
  color: #8c8c8c;
  text-align: center;
  padding-top: 3em;
  overflow: hidden;
  clear: both; }

.site-footer a {
  color: #8c8c8c; }

.site-footer h1 {
  letter-spacing: 0.06em;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.site-footer h1:hover,
.site-footer h1:active,
.site-footer h1:focus {
  opacity: 0.9; }

.site-footer p {
  margin: 0 0 1.5em;
  opacity: 0.6; }

.site-footer .social-media-icons {
  margin: 0.75em 0 1.5em; }

.site-footer .social-media-icons a {
  opacity: 0.4; }

.sidebar-footer {
  background: #1a1a1a;
  margin-bottom: -48px;
  padding: 1.5em 5.55%; }

.sidebar-footer .widget {
  margin: 3em 0; }

.sidebar-footer .widget:first-child {
  margin-top: 1.5em; }

.sidebar-footer .widget a:hover,
.sidebar-footer .widget a:active,
.sidebar-footer .widget a:focus {
  color: #ededed; }

.sidebar-footer .widget-title {
  margin-bottom: 12px; }

.design-credit {
  background: #110800;
  color: #8c8c8c;
  padding: 0.75em 0;
  margin-top: 48px; }

.design-credit a {
  color: #8c8c8c; }

.design-credit a:link,
.design-credit a:visited {
  color: #8c8c8c; }

.design-credit a:hover,
.design-credit a:active,
.design-credit a:focus {
  color: #aaaaaa; }

.design-credit p {
  margin: 0;
  opacity: 0.6; }

.return-top {
  display: none; }

/* 600px */
@media all and (min-width: 37.5em) {
  .return-top {
    display: block;
    position: fixed;
    bottom: -4em;
    right: 0;
    width: 5.55%;
    height: 4em;
    background: white;
    border: none;
    opacity: 0.8;
    text-align: center;
    line-height: 4em;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .return-top i {
    position: relative;
    top: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease; }
  .return-top.visible {
    bottom: 0; }
  .return-top.visible:hover,
  .return-top.visible:active,
  .return-top.visible:focus {
    opacity: 1;
    cursor: pointer; }
  .return-top.visible:hover i,
  .return-top.visible:active i,
  .return-top.visible:focus i {
    top: -6px; }
  .sidebar-footer {
    margin-bottom: -72px; }
  .design-credit {
    margin-top: 72px; } }

/* 700px */
@media all and (min-width: 43.75em) {
  .sidebar-footer {
    margin-top: 3em; }
  .sidebar-footer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .sidebar-footer:not(.active-1) .widget {
    width: 47%;
    float: left;
    margin-top: 1.5em; }
  .sidebar-footer:not(.active-1) .widget:nth-child(odd) {
    margin-right: 3%; } }

/* 900px */
@media all and (min-width: 56.25em) {
  .site-footer h1 {
    font-size: 2.625em;
    line-height: 1.143; } }

/* 1000px */
@media all and (min-width: 62.5em) {
  .sidebar-footer:not(.active-1):not(.active-2) .widget {
    width: 31%;
    margin-right: 0;
    margin-top: 1.5em; }
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n - 2),
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n - 1) {
    margin-right: 3%; }
  .sidebar-footer:not(.active-1):not(.active-2) .widget:nth-child(3n + 4) {
    clear: left; } }

/* page */
.singular-page .entry,
.error404 .entry,
.search .entry {
  padding-top: 3em; }

.singular-page .featured-image {
  margin-top: -3em;
  margin-bottom: 3em; }

.error404 input,
.search input {
  margin: 0.75em 0; }

.error404 input[type="search"],
.search input[type="search"] {
  margin-right: 0.75em; }

.search-form-container {
  margin: 1.5em 0 3em; }

.search-form-container .search-icon {
  display: none; }

.archive-header {
  padding: 1.5em 0;
  text-transform: uppercase;
  color: #8c8c8c; }

.archive-header span {
  letter-spacing: 0.08em; }

.archive-header h1 {
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  display: inline-block; }

.archive-header p {
  margin: 0.75em 0;
  text-transform: none; }

.archive .main {
  padding-bottom: 0; }

.search .search-box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: white;
  text-align: center;
  clear: both; }

.search .search-box .search-form-container {
  margin-bottom: 1.5em; }

.search .search-box.bottom {
  margin-top: 1.5em; }

.page-template-full-width .entry {
  width: 100%;
  max-width: none; }

.page-template-full-width .entry-container {
  padding: 0 5%;
  max-width: 1280px;
  margin: 0 auto; }

/* 900px */
@media all and (min-width: 56.25em) {
  .search-form-container {
    margin: 1.5em 0 4.5em; } }

/* Attachment styles */
.singular-attachment .further-reading a {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
  color: #8c8c8c; }

.singular-attachment .further-reading a:link,
.singular-attachment .further-reading a:visited {
  color: #8c8c8c; }

.singular-attachment .further-reading a:hover,
.singular-attachment .further-reading a:active,
.singular-attachment .further-reading a:focus {
  color: black; }

.singular-attachment .further-reading p {
  width: 49.5%; }

.singular-attachment .attachment-container img {
  display: block; }

/* Widget Area Styles */
.sidebar-after-post-content,
.sidebar-after-page-content {
  padding: 3em 0 0.75em;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  margin-bottom: 1.5em; }

.sidebar-after-post-content .widget,
.sidebar-after-page-content .widget {
  margin-bottom: 2.25em; }

/* Widget Styles */
.widget-title {
  font-size: 1em;
  line-height: 1.5; }

.widget ul {
  margin: 1.5em 0;
  list-style: none; }

.widget li {
  font-weight: 400; }

.widget li a {
  color: #8c8c8c; }

.widget li a:link,
.widget li a:visited {
  color: #8c8c8c; }

.widget li a:hover,
.widget li a:active,
.widget li a:focus {
  color: black; }

.widget-search .search-form-container {
  margin-bottom: 3em; }

.site-footer .widget_search .search-field {
  max-width: none; }

.site-footer .widget_search .search-submit {
  background: #4d4d4d;
  width: 100%;
  max-width: none;
  min-width: none; }

.widget_categories select {
  margin-top: 1.5em; }

@media all and (min-width: 50em) {
  .site-footer .widget_search .search-form {
    display: -webkit-box;
    display: flex; }
  .site-footer .widget_search .search-field,
  .site-footer .widget_search .search-submit {
    width: auto; }
  .site-footer .widget_search .search-field {
    margin-right: 0;
    -webkit-box-flex: 1;
    flex-grow: 1; } }

/* Footer menu styles */
.menu-footer-items {
  list-style: none;
  margin: 0.75em 0 1.5em; }

.menu-footer-items li {
  position: relative;
  display: block; }

.menu-footer-items a {
  color: #8c8c8c;
  opacity: 0.4; }

.menu-footer-items a:link,
.menu-footer-items a:visited {
  color: #8c8c8c; }

.menu-footer-items a:hover,
.menu-footer-items a:active,
.menu-footer-items a:focus {
  color: #8c8c8c;
  opacity: 0.9; }

.menu-footer-items ul {
  list-style: none; }

/* 700px */
@media all and (min-width: 43.75em) {
  .menu-footer-items li,
  .menu-footer-items a {
    display: inline-block; }
  .menu-footer-items a {
    margin: 0 8px; }
  .menu-footer-items a:hover + ul,
  .menu-footer-items a:active + ul,
  .menu-footer-items a:focus + ul {
    bottom: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-footer-items .sub-menu {
    position: absolute;
    background: #1a1a1a;
    text-align: center;
    margin: 0;
    min-width: 100%;
    max-width: 220px;
    left: auto;
    right: auto;
    bottom: -9999px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  .menu-footer-items .sub-menu:hover {
    bottom: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-footer-items .sub-menu a {
    display: block;
    margin: 0;
    padding: 0.75em 1.5em; }
  .menu-footer-items .sub-menu .sub-menu:hover {
    bottom: 0;
    left: 100%;
    right: auto; }
  .menu-footer-items .sub-menu a:hover + ul,
  .menu-footer-items .sub-menu a:active + ul,
  .menu-footer-items .sub-menu a:focus + ul {
    bottom: 0;
    left: 100%;
    right: auto; } }

/* top navigation styles */
.top-navigation {
  position: relative;
  left: -6%;
  width: 112%;
  min-height: 3em;
  background: #110800;
  padding: 0.375em 5.55%;
  margin: -0.75em 0 0;
  line-height: 0; }

.top-navigation ~ button {
  top: 2.25em; }

.top-navigation .container {
  margin: 0 auto;
  max-width: 1280px; }

.top-navigation .container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.rtl .top-navigation {
  right: -6%; }

/* 600px */
@media all and (min-width: 37.5em) {
  .top-navigation {
    margin-top: -0.75em;
    left: -6.2%;
    width: 112.4%;
    z-index: 39; } }

/* 800px */
@media all and (min-width: 50em) {
  .top-navigation {
    margin: -2.25em 0 1.5em 0; } }

/* secondary menu styles */
.menu-secondary {
  float: left;
  z-index: 9; }

.toggle-secondary-navigation {
  background: none;
  border: none;
  color: white;
  opacity: 0.4;
  font-size: 1.313em;
  /* 21px / 16px */
  line-height: 1.714;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.toggle-secondary-navigation:hover {
  cursor: pointer; }

.menu-secondary-items {
  list-style: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 1.5em;
  margin: 0;
  background: #110800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menu-secondary-items a {
  color: white;
  opacity: 0.4;
  margin-right: 0.75em; }

.menu-secondary-items a:link,
.menu-secondary-items a:visited {
  color: white; }

.menu-secondary-items a:hover,
.menu-secondary-items a:active,
.menu-secondary-items a:focus {
  color: white;
  opacity: 0.9; }

.menu-secondary-items ul {
  list-style: none; }

/* when secondary menu is open */
#main,
#title-info,
#toggle-navigation,
#site-header,
#site-footer {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.secondary-toggle .site-header {
  background: transparent; }

.secondary-toggle .toggle-secondary-navigation {
  opacity: 0.9;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.secondary-toggle .menu-secondary-items {
  z-index: 1;
  opacity: 1; }

/* 600px */
@media all and (min-width: 37.5em) {
  .menu-secondary-items {
    position: relative;
    z-index: 1;
    opacity: 1;
    padding: 0.5em 0; }
  .menu-secondary-items:before {
    content: "//";
    margin-right: 16px;
    color: white;
    opacity: 0.4; }
  .menu-secondary-items li,
  .menu-secondary-items a {
    display: inline-block; }
  .toggle-secondary-navigation {
    display: none; }
  .menu-secondary-items {
    /* Tier 2 */
    /* Tier 3 */ }
  .menu-secondary-items li {
    position: relative; }
  .menu-secondary-items ul {
    position: absolute;
    top: -9999px;
    margin: 0 auto;
    left: -70%;
    right: -70%;
    max-width: 200px;
    opacity: 0;
    background: #110800;
    text-align: center;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease; }
  .menu-secondary-items ul li,
  .menu-secondary-items ul a {
    display: block; }
  .menu-secondary-items ul a {
    padding: 0 1.5em;
    margin: 0.75em 0; }
  .menu-secondary-items ul li:first-child > a {
    padding-top: 0.75em; }
  .menu-secondary-items ul li:last-child > a {
    padding-bottom: 0.75em; }
  .menu-secondary-items ul:hover {
    top: 1.5em;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-secondary-items a:hover + ul,
  .menu-secondary-items a:active + ul,
  .menu-secondary-items a:focus + ul {
    top: 1.5em;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .menu-secondary-items ul ul:hover {
    left: 100%;
    right: -100%;
    top: -0.60975em; }
  .menu-secondary-items ul a:hover + ul,
  .menu-secondary-items ul a:active + ul,
  .menu-secondary-items ul a:focus + ul {
    left: 100%;
    right: -100%;
    top: -0.60975em; } }

/* search form styles */
.site-header .search-form-container {
  position: absolute;
  right: 5.55%;
  left: 12.55%;
  top: 0;
  height: 100%;
  margin: 0; }

.site-header .search-form-container button {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  z-index: 9;
  display: block;
  left: 0;
  height: 100%;
  float: right;
  border: none;
  background: #211810;
  font-size: 1em;
  padding: 0.75em;
  margin: 0 -12px 0 0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.site-header .search-form-container button:hover i,
.site-header .search-form-container button:active i {
  opacity: 1; }

.site-header .search-form-container button:hover {
  cursor: pointer; }

.site-header .search-form-container i {
  position: relative;
  z-index: 9;
  color: white;
  opacity: 0.4;
  line-height: 1.5;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.site-header .search-form-container input {
  margin: 0;
  height: 100%;
  position: absolute; }

.site-header .search-form-container .search-form {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  z-index: 19;
  left: 107%;
  width: 90%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.site-header .search-form-container input.search-field {
  width: 80%;
  left: 0;
  max-width: none !important;
  outline: none !important; }

.site-header .search-form-container input.search-submit {
  width: 30%;
  right: 0;
  max-width: none !important;
  min-width: 0 !important;
  outline: none !important; }

.site-header .search-form-container + ul {
  margin-right: 3.75em; }

.search-open .site-header .search-form {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.search-open .site-header .search-form-container {
  left: 5.55%; }

.search-open .site-header .search-form-container button {
  width: 24%; }

.search-open .site-header .search-form-container i {
  opacity: 1; }

.rtl .site-header .search-form-container input.search-field {
  width: calc(100% - 120px) !important;
  right: 120px; }

/* 600px */
@media all and (min-width: 37.5em) {
  .search-open .site-header .search-form-container button {
    width: auto; }
  .site-header .search-form-container .search-form {
    width: 20em; }
  .site-header .search-form-container input.search-submit {
    min-width: 120px !important; } }

/* social icon styling */
.social-media-icons {
  list-style: none;
  margin: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out; }

.social-media-icons li,
.social-media-icons a {
  display: inline-block; }

.social-media-icons a {
  font-size: 1.313em;
  /* 21px / 16px */
  line-height: 1.714;
  margin: 0 0.375em;
  color: white;
  opacity: 0.4;
  position: relative;
  z-index: 9; }

.social-media-icons a:link,
.social-media-icons a:visited {
  color: white; }

.social-media-icons a:hover,
.social-media-icons a:active,
.social-media-icons a:focus {
  color: white;
  opacity: 1; }

.site-header .social-media-icons {
  float: right;
  height: 100%; }

.search-open .site-header .social-media-icons {
  opacity: 0;
  -webkit-transform: translateX(12px);
  transform: translateX(12px); }

@media all and (min-width: 1500px) {
  .top-navigation .social-media-icons {
    margin-right: 0px !important; } }

/**
 * RSS Feed button on Categories & Tags
 */
.in-page-rss {
  color: white !important;
  opacity: 0.4; }

.in-page-rss:hover {
  color: white !important;
  opacity: 1; }

/**
 * 14.2 Galleries
 */
.gallery {
  margin: 2.25em auto; }

.gallery-item {
  display: inline-block;
  padding: 0.75em;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }

.gallery-item img {
  max-width: 100%;
  max-height: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #8c8c8c;
  display: block;
  font-family: "raleway", sans-serif;
  font-size: 12px;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* Jetpack Galleries */
.tiled-gallery {
  margin: 2.25em auto !important; }

.tiled-gallery .gallery-row {
  margin: 0 auto; }

/* Styles for when user selects a dark header */
.dark-header {
  /* Secondary Nav */
  /* Search Icon */ }

.dark-header .site-title a {
  color: #38312f; }

.dark-header .site-title a:link,
.dark-header .site-title a:visited,
.dark-header .site-title a:hover,
.dark-header .site-title a:active,
.dark-header .site-title a:focus {
  color: #38312f; }

.dark-header .toggle-navigation {
  color: #38312f; }

.dark-header .site-header .site-description {
  color: #38312f; }

.dark-header .site-header .social-media-icons a {
  color: #38312f; }

.dark-header .site-header .social-media-icons a:link,
.dark-header .site-header .social-media-icons a:visited {
  color: #38312f; }

.dark-header .site-header .social-media-icons a:hover,
.dark-header .site-header .social-media-icons a:active,
.dark-header .site-header .social-media-icons a:focus {
  color: #38312f; }

.dark-header .toggle-secondary-navigation {
  color: #38312f; }

.dark-header .menu-secondary-items a,
.dark-header .menu-secondary-items a:link,
.dark-header .menu-secondary-items a:visited,
.dark-header .menu-secondary-items a:hover,
.dark-header .menu-secondary-items a:active,
.dark-header .menu-secondary-items a:focus {
  color: #38312f; }

.dark-header .site-header .search-form-container i {
  color: #38312f; }

.dark-header .site-header.toggled .site-title a {
  color: white; }

.dark-header .site-header.toggled .site-title a:link,
.dark-header .site-header.toggled .site-title a:visited,
.dark-header .site-header.toggled .site-title a:hover,
.dark-header .site-header.toggled .site-title a:active,
.dark-header .site-header.toggled .site-title a:focus {
  color: white; }

.dark-header .site-header.toggled .toggle-navigation {
  color: white; }

.dark-header .site-header.toggled .site-description {
  color: white; }

/* 600px */
@media all and (min-width: 37.5em) {
  .dark-header .menu-secondary-items:before {
    color: #38312f; }
  .dark-header .menu-secondary-items ul {
    background: white; } }

/* 800px */
@media all and (min-width: 50em) {
  .dark-header .menu-unset > ul a,
  .dark-header .menu-primary-items a {
    color: #38312f; }
  .dark-header .menu-unset > ul a:link,
  .dark-header .menu-unset > ul a:visited,
  .dark-header .menu-primary-items a:link,
  .dark-header .menu-primary-items a:visited {
    color: #38312f; }
  .dark-header .menu-unset > ul > li:after,
  .dark-header .menu-primary-items > li:after {
    color: #38312f; }
  .dark-header .menu-unset > ul ul,
  .dark-header .menu-primary-items ul {
    background: white; } }

/* background image styles */
.background-image-active .background-image {
  background-size: cover;
  background-position: 50%;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.background-image-active .site-header {
  border-color: transparent; }

.background-image-active .excerpt {
  opacity: 1; }

.background-image-active .site-header,
.background-image-active .site-header .search-form-container button,
.background-image-active .main,
.background-image-active .menu-secondary-items {
  background: none; }

.background-image-active .top-navigation {
  background: rgba(255, 255, 255, 0.2); }

.background-image-active .site-footer {
  background: #38312f; }

/* background style textures */
.background-texture-active .site-header,
.background-texture-active .site-header .search-form-container button,
.background-texture-active .main,
.background-texture-active .menu-secondary-items {
  background: none; }

.background-texture-active .site-header {
  border-color: transparent; }

.background-texture-active .site-footer {
  background: #38312f; }

.background-texture-active .top-navigation {
  background: rgba(255, 255, 255, 0.2); }

.background-texture-active .excerpt {
  opacity: 1; }

/* Featured Video styles */
.featured-video video {
  width: 100%; }

.singular-page .featured-video {
  margin: -3em 0 3em; }

.full-width-images.blog .excerpt.has-video,
.full-width-images.archive .excerpt.has-video,
.two-column-images.blog .excerpt.has-video,
.two-column-images.archive .excerpt.has-video {
  background: none; }

.full-width-images.blog .excerpt.has-video .overlay,
.full-width-images.blog .excerpt.has-video .overlay-link,
.full-width-images.blog .excerpt.has-video i,
.full-width-images.archive .excerpt.has-video .overlay,
.full-width-images.archive .excerpt.has-video .overlay-link,
.full-width-images.archive .excerpt.has-video i,
.two-column-images.blog .excerpt.has-video .overlay,
.two-column-images.blog .excerpt.has-video .overlay-link,
.two-column-images.blog .excerpt.has-video i,
.two-column-images.archive .excerpt.has-video .overlay,
.two-column-images.archive .excerpt.has-video .overlay-link,
.two-column-images.archive .excerpt.has-video i {
  display: none; }

.full-width-images.blog .excerpt.has-video .excerpt-container,
.full-width-images.archive .excerpt.has-video .excerpt-container,
.two-column-images.blog .excerpt.has-video .excerpt-container,
.two-column-images.archive .excerpt.has-video .excerpt-container {
  position: relative;
  opacity: 1; }

.full-width-images.blog .excerpt.has-video .excerpt-header,
.full-width-images.blog .excerpt.has-video .entry-header,
.full-width-images.archive .excerpt.has-video .excerpt-header,
.full-width-images.archive .excerpt.has-video .entry-header,
.two-column-images.blog .excerpt.has-video .excerpt-header,
.two-column-images.blog .excerpt.has-video .entry-header,
.two-column-images.archive .excerpt.has-video .excerpt-header,
.two-column-images.archive .excerpt.has-video .entry-header {
  padding: 0.75em 1.5em 1.5em; }

.full-width-images.blog .excerpt.has-video .excerpt-title,
.full-width-images.blog .excerpt.has-video .entry-title,
.full-width-images.archive .excerpt.has-video .excerpt-title,
.full-width-images.archive .excerpt.has-video .entry-title,
.two-column-images.blog .excerpt.has-video .excerpt-title,
.two-column-images.blog .excerpt.has-video .entry-title,
.two-column-images.archive .excerpt.has-video .excerpt-title,
.two-column-images.archive .excerpt.has-video .entry-title {
  font-size: 1em;
  line-height: 1.5; }

.full-width-images.blog .excerpt.has-video .excerpt-title a,
.full-width-images.blog .excerpt.has-video .entry-title a,
.full-width-images.archive .excerpt.has-video .excerpt-title a,
.full-width-images.archive .excerpt.has-video .entry-title a,
.two-column-images.blog .excerpt.has-video .excerpt-title a,
.two-column-images.blog .excerpt.has-video .entry-title a,
.two-column-images.archive .excerpt.has-video .excerpt-title a,
.two-column-images.archive .excerpt.has-video .entry-title a {
  color: white;
  opacity: 0.8; }

.full-width-images.blog .excerpt.has-video .excerpt-title a:link,
.full-width-images.blog .excerpt.has-video .entry-title a:link,
.full-width-images.blog .excerpt.has-video .excerpt-title a:visited,
.full-width-images.blog .excerpt.has-video .entry-title a:visited,
.full-width-images.archive .excerpt.has-video .excerpt-title a:link,
.full-width-images.archive .excerpt.has-video .entry-title a:link,
.full-width-images.archive .excerpt.has-video .excerpt-title a:visited,
.full-width-images.archive .excerpt.has-video .entry-title a:visited,
.two-column-images.blog .excerpt.has-video .excerpt-title a:link,
.two-column-images.blog .excerpt.has-video .entry-title a:link,
.two-column-images.blog .excerpt.has-video .excerpt-title a:visited,
.two-column-images.blog .excerpt.has-video .entry-title a:visited,
.two-column-images.archive .excerpt.has-video .excerpt-title a:link,
.two-column-images.archive .excerpt.has-video .entry-title a:link,
.two-column-images.archive .excerpt.has-video .excerpt-title a:visited,
.two-column-images.archive .excerpt.has-video .entry-title a:visited {
  color: white; }

.full-width-images.blog .excerpt.has-video .excerpt-title a:hover,
.full-width-images.blog .excerpt.has-video .entry-title a:hover,
.full-width-images.blog .excerpt.has-video .excerpt-title a:active,
.full-width-images.blog .excerpt.has-video .entry-title a:active,
.full-width-images.blog .excerpt.has-video .excerpt-title a:focus,
.full-width-images.blog .excerpt.has-video .entry-title a:focus,
.full-width-images.archive .excerpt.has-video .excerpt-title a:hover,
.full-width-images.archive .excerpt.has-video .entry-title a:hover,
.full-width-images.archive .excerpt.has-video .excerpt-title a:active,
.full-width-images.archive .excerpt.has-video .entry-title a:active,
.full-width-images.archive .excerpt.has-video .excerpt-title a:focus,
.full-width-images.archive .excerpt.has-video .entry-title a:focus,
.two-column-images.blog .excerpt.has-video .excerpt-title a:hover,
.two-column-images.blog .excerpt.has-video .entry-title a:hover,
.two-column-images.blog .excerpt.has-video .excerpt-title a:active,
.two-column-images.blog .excerpt.has-video .entry-title a:active,
.two-column-images.blog .excerpt.has-video .excerpt-title a:focus,
.two-column-images.blog .excerpt.has-video .entry-title a:focus,
.two-column-images.archive .excerpt.has-video .excerpt-title a:hover,
.two-column-images.archive .excerpt.has-video .entry-title a:hover,
.two-column-images.archive .excerpt.has-video .excerpt-title a:active,
.two-column-images.archive .excerpt.has-video .entry-title a:active,
.two-column-images.archive .excerpt.has-video .excerpt-title a:focus,
.two-column-images.archive .excerpt.has-video .entry-title a:focus {
  color: white;
  opacity: 1; }

@media all and (min-width: 56.25em) {
  .excerpt .featured-video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* fixes FF glitch where image focuses & unfocuses */
    width: 50%;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .excerpt .featured-video div,
  .excerpt .featured-video video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .excerpt.even .featured-video {
    right: 50%;
    right: calc(50% - 1px); }
  /* Premium Layouts */
  .full-width .excerpt .featured-video,
  .full-width-images .excerpt .featured-video,
  .two-column .excerpt .featured-video,
  .two-column-images .excerpt .featured-video {
    width: 100%;
    height: auto;
    position: relative;
    right: 0; }
  .full-width .excerpt .featured-video div,
  .full-width .excerpt .featured-video video,
  .full-width-images .excerpt .featured-video div,
  .full-width-images .excerpt .featured-video video,
  .two-column .excerpt .featured-video div,
  .two-column .excerpt .featured-video video,
  .two-column-images .excerpt .featured-video div,
  .two-column-images .excerpt .featured-video video {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none; } }

/* 900px */
@media all and (min-width: 56.25em) {
  .ie9 .excerpt {
    opacity: 1; }
  .ie9 .excerpt:hover {
    opacity: 1; } }

/* Styles for Disqus Comment System */
#disqus_thread {
  background: white;
  padding: 1.5em 5.55%;
  max-width: 1280px; }

/* 600px */
@media all and (min-width: 37.5em) {
  #disqus_thread {
    width: 88.88%;
    margin: 0 auto; } }

/* 700px */
@media all and (min-width: 43.75em) {
  #disqus_thread {
    padding: 1.5em 10%; } }

/* 900px */
@media all and (min-width: 56.25em) {
  #disqus_thread {
    padding: 1.5em 14.66%; } }

/* 1100px */
@media all and (min-width: 68.75em) {
  #disqus_thread {
    padding: 1.5em 17.435% 3em; } }

/* 1200px */
@media all and (min-width: 75em) {
  #disqus_thread {
    padding: 1.5em 19.75% 3em; } }

@media all and (min-width: 1400px) {
  #disqus_thread {
    padding: 1.5em 285px 3em; } }

/* bbpress Styles */
.bbpress.archive .main {
  width: 100%;
  margin-bottom: 3em; }

.entry-bbpress {
  padding-top: 3em; }

.entry-bbpress .entry-container {
  padding: 0 11.11%; }

#wp-bbp_topic_content-editor-container input,
#wp-bbp_reply_content-editor-container input {
  width: auto;
  padding: 6px 24px !important; }

#wp-bbp_topic_content-editor-container textarea,
#wp-bbp_reply_content-editor-container textarea {
  outline: solid 1px #38312f;
  margin-top: 1.5em !important; }

#bbp_topic_tags {
  max-width: 500px;
  font-size: 13px; }

#bbp_topic_title {
  max-width: none; }

.bbp-submit-wrapper button {
  background: #38312f;
  color: white;
  max-width: 22.2em !important;
  min-width: 11.1em;
  padding: 0.8em;
  min-height: 45px;
  outline: none;
  border: none;
  font-family: "raleway", sans-serif;
  font-size: 0.813em;
  line-height: 1.85;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.bbp-submit-wrapper button:hover,
.bbp-submit-wrapper button:active,
.bbp-submit-wrapper button:focus {
  cursor: pointer;
  background: black; }

@media all and (min-width: 62.5em) {
  #bbp_topic_title {
    width: 70%; } }

#bbpress-forums div.bbp-search-form {
  margin: 1px 0 12px 0; }

@media all and (min-width: 43.75em) {
  #bbpress-forums #bbp-search-form #bbp_search {
    width: 500px !important; } }

.more-link-wrapper {
  padding-top: 10px;
  text-align: center !important; }

.entry-content p {
  font-weight: lighter !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif" !important; }

.entry-title {
  font-size: 30px !important;
  font-weight: normal !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important; }

.entry-header {
  font-weight: normal !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  padding-top: 1em; }

.entry-content article {
  font-weight: lighter !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif" !important; }

#blog_images_ img {
  padding: 35px 0; }

#widgets li a {
  color: #f79211;
  display: block; }

#widgets img {
  border-radius: 100%;
  vertical-align: middle;
  margin: 5px;
  height: 50px;
  width: 50px; }

#widgets li.toctree-l1 {
  display: inline-block;
  min-height: 120px;
  width: 150px;
  float: left;
  text-align: center;
  vertical-align: bottom; }

#widgets ul {
  padding: 0;
  overflow: auto; }

h2.widget-topic {
  margin: 10px 0 20px 0; }

/*
 * Template Name: Delta - Responsive Website Template for mobile app
 * Version: 1.0
 * Author: 3rd Wave Media
 * Website: http://3rdwavemedia.com/
*/
/* ======= Base ======= */
blockquote {
  margin: 1.5em 0;
  padding: 0 1.5em;
  border-left: solid 0.75em #ffa500; }

blockquote cite {
  display: block;
  text-align: right; }

body {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #351400; }

a {
  color: #f79211;
  font-weight: normal;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

a:hover {
  text-decoration: none;
  color: #f69111; }

@media (max-width: 1200px) {
  .container {
    width: auto; } }

@media (min-width: 1190px) {
  .container {
    width: 1170px; } }

.remove-padding-l-r {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.btn .fa {
  color: #fff;
  margin-right: 5px; }

.bigsummary {
  font-size: 18px; }

.page-background {
  background-color: white;
  padding: 20px; }

.btn-theme {
  background: #f79211;
  border: 1px solid #f79211;
  color: #fff; }

.background-features {
  background-color: white; }

.btn-theme:hover {
  background: #f69111;
  border: 1px solid #f69111;
  color: #fff; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-control:focus {
  /*border-color: #f79211;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

blockquote {
  font-size: inherit;
  border-left: none; }

.text-highlight {
  color: #9b5a06; }

.row-end {
  margin-right: 0;
  padding-right: 0; }

.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0; }

.social-icons li {
  float: left; }

.social-icons li.row-end {
  margin-right: 0; }

.social-icons a {
  display: inline-block;
  background: #f69111;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left; }

.social-icons a:hover {
  background: #cc7608; }

.social-icons a .fa {
  color: #fff; }

.social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

.offset-header {
  padding-top: 80px; }

.has-pattern {
  background-image: none; }

.delayp1 {
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s; }

.delayp2 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s; }

.delayp3 {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s; }

.delayp4 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s; }

.delayp5 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s; }

.delayp6 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s; }

.delayp7 {
  animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s; }

.delayp8 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s; }

.delayp9 {
  animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s; }

.delay1s {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s; }

.delay2s {
  animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s; }

/* ======= Header ======= */
.header {
  /*position: absolute;*/
  padding: 15px 0;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

#logo-image {
  position: absolute;
  top: 23px;
  max-height: 86px; }

.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px; }

.header h1.logo a {
  color: #444444; }

.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px; }

.header h1.logo .logo-title {
  vertical-align: middle; }

.header .main-nav button {
  background: #f79211;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.header .main-nav button:focus {
  outline: none; }

.header .main-nav button .icon-bar {
  background-color: #fff; }

.header .main-nav .nav .nav-item {
  font-weight: 300;
  /*text-transform: uppercase;*/
  font-size: 18px;
  margin-right: 0; }

.header .main-nav .nav .nav-item.active a {
  background: none; }

.header .main-nav .nav .nav-item a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none; }

.header .main-nav .nav .nav-item a:hover {
  color: #f79211;
  background: none; }

.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none; }

.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none; }

.header .main-nav .nav .nav-item.last {
  margin-right: 0; }

/* ======= Footer ======= */
.footer {
  background: #444444;
  padding: 20px 0;
  color: #fff;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 260px; }

@media (min-width: 992px) {
  .footer {
    position: absolute; } }

.docfooter {
  margin-top: 0; }

.footer .copyright {
  color: #b3b3b3;
  margin-top: 4px;
  margin-right: 15px; }

.footer .links {
  margin-top: 3px;
  margin-bottom: 0; }

.footer .links a {
  color: #808080; }

.footer .links a:hover {
  color: #f79211; }

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  width: auto;
  background: transparent; }

.flexslider .flex-control-nav {
  bottom: -35px; }

.flexslider .flex-control-paging li a {
  background: #a1a1a1; }

.flexslider .flex-control-paging li a:hover {
  background: #f79211; }

.flexslider .flex-control-paging li a.flex-active {
  background: #f79211; }

.flexslider .slides li {
  position: relative; }

/* ======= Promo Section ======= */
.promo .container {
  padding-bottom: 15px; }

.promo .overview {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 20px; }

.promo .overview h1 {
  font-size: 30px;
  margin-bottom: 35px; }

.promo .overview .summary {
  margin-bottom: 0; }

.promo .overview .summary li {
  margin-bottom: 15px;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  padding-left: 0;
  margin-left: 0; }

.promo .overview .btn-group {
  margin-left: 0; }

.promo .overview .btn-group li {
  padding: 0;
  margin-bottom: 15px; }

.promo .overview .btn-group li a {
  background: #cc7608 no-repeat left top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 200px;
  height: 60px;
  margin-right: 30px;
  color: white;
  margin-bottom: 0;
  padding-top: 1px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle; }

.promo .overview .btn-group li a:hover {
  background-color: #9b5a06; }

.promo .overview .note {
  position: relative;
  color: #cc7608; }

.promo .overview .note p {
  padding-top: 30px; }

.promo .iphone {
  position: relative; }

.promo .iphone .iphone-holder {
  position: relative;
  width: auto;
  height: auto;
  background: no-repeat left top; }

.promo .iphone .iphone-holder-inner {
  position: relative;
  width: auto;
  height: auto; }

.promo .iphone .flexslider .flex-control-nav {
  bottom: -50px; }

.overview .content p {
  font-weight: 300; }

.content > p {
  font-weight: 300; }

/* ======= Features Section ======= */
.features h1.title {
  margin: 40px 0 10px; }

.features .content p {
  padding: 0;
  font-weight: 300; }

.features .feature-panel {
  padding: 20px 0;
  margin: auto; }

.features .feature-image {
  padding-top: 22px; }

.features .feature-image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 300px;
  max-width: 100%; }

.features .feature-image img.left {
  padding: 0 40px 10px 0; }

.features .feature-image img.right {
  padding: 0 10px 10px 0; }

.features .panel-left {
  padding-left: 0;
  float: left; }

.features .panel-right {
  padding-right: 0;
  float: right; }

.features h2 a {
  font-weight: lighter;
  color: black; }

.features-blog h2 a {
  font-weight: lighter;
  color: black; }

.features .more a {
  padding: 24px 0;
  font-size: 20px;
  margin-right: 22px; }

.features .more a:active {
  outline: 0;
  text-decoration: none; }

.features .more a:visited {
  outline: 0;
  text-decoration: none; }

.features .more a:focus {
  color: #f79211;
  outline: 0;
  text-decoration: none; }

.features .more .feature-link:hover {
  text-decoration: underline; }

.features .feature-block {
  display: inline-block; }

/* ======= Font Awesome Icon = */
.features .icon {
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #f79211;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s; }

.features .icon:hover {
  background: #f79211;
  color: #fff; }

.features .icon:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93); }

.features .icon .fa {
  color: #f79211;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.features .icon-item {
  padding-top: 20px; }

.features .icon-item a:active {
  outline: 0;
  text-decoration: none; }

.features .icon-item a:focus {
  outline: none;
  text-decoration: none; }

.features .icon-item .content {
  margin: 30px; }

/* ======= How Section ======= */
.how {
  background-color: #f5f5f5;
  padding: 80px 0; }

.how .content {
  /* padding: 0 60px; */ }

.how .content .title {
  margin-top: 0;
  margin-bottom: 30px; }

.how .content .intro {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #777777; }

.how .content .note {
  position: relative;
  padding-bottom: 42px;
  color: #999999; }

.how .content .note .left-arrow {
  position: absolute;
  left: 60px;
  top: 20px;
  display: inline-block;
  background: url("../images/arrows/down-arrow-left.png") no-repeat left top;
  width: 30px;
  height: 42px; }

.how .content .note .right-arrow {
  position: absolute;
  right: 60px;
  top: 20px;
  display: inline-block;
  background: url("../images/arrows/down-arrow-right.png") no-repeat right top;
  width: 30px;
  height: 42px; }

.how .content .qr-codes .item img {
  margin-bottom: 15px;
  max-width: 150px; }

.how .content .qr-codes .item p {
  color: #777777; }

.how .video-container {
  margin-top: 50px; }

/* ======= FAQ Section ======= */
.faq.grey {
  background-color: #f5f5f5; }

.faq .title {
  margin-bottom: 60px;
  margin-top: 50px; }

.faq h1.title {
  font-size: 30px;
  margin-bottom: 35px; }

.faq .item {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 3px solid #fdecd6; }

.faq .item .question {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px; }

.faq .item .question .fa {
  margin-right: 10px;
  color: #fabf73; }

.faq .item .answer {
  color: #777777;
  font-weight: 300; }

.faq .more {
  margin-top: 30px; }

.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 18px; }

.faq .more .btn {
  font-size: 18px;
  padding-left: 30px; }

.faq .more .btn .fa {
  margin-left: 5px; }

/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0; }

.config-wrapper-inner {
  position: relative; }

.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.config-trigger:hover {
  background: #000; }

.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff; }

.config-panel {
  width: 190px;
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.config-panel h4.device-title {
  margin-bottom: 5px; }

.config-panel #color-options {
  margin-bottom: 15px; }

.config-panel #device-options {
  margin-bottom: 0; }

.config-panel #device-options a {
  color: #999999; }

.config-panel #device-options a:hover {
  color: #f79211; }

.config-panel #device-options li.active a {
  color: #fbca8c; }

.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent; }

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8); }

.config-panel #color-options li.active a {
  border: 2px solid #fff; }

.config-panel #color-options li.theme-1 a {
  background: #56bc94; }

.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8; }

.config-panel #color-options li.theme-3 a {
  background-color: #7cb75e; }

.config-panel #color-options li.theme-4 a {
  background-color: #286da8; }

.config-panel #color-options li.theme-5 a {
  background-color: #37ba67; }

.config-panel #color-options li.theme-6 a {
  background-color: #f79211; }

.config-panel #color-options li.theme-7 a {
  background-color: #737f97; }

.config-panel #color-options li.theme-8 a {
  background-color: #de5a6a; }

.config-panel #color-options li.theme-9 a {
  background-color: #a83f73; }

.config-panel #color-options li.theme-10 a {
  background-color: #7a3fa8; }

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff; }

.config-panel .close .fa {
  color: #fff; }

#features .feature-panel .content {
  font-size: 18px; }

#features .feature-panel .feature-title {
  font-size: 36px; }

.blog-home {
  background-color: #eeeeee; }

.blog-home .excerpt-meta {
  color: black; }

.blog-home .more-link {
  color: black !important; }

/*.blog-mark */
svg {
  fill: #ffbc44; }

.cover-image {
  background: url("/images/orange_title_scaled.png");
  background-position: center;
  height: 580px; }

@media (max-width: 991px) {
  .downloados .row {
    margin-top: 50px; }
  .offset-header {
    padding-bottom: 0 !important; }
  .text-workflow {
    padding-top: 0px !important; }
  .intro {
    padding: 0px !important;
    padding-left: 5% !important; }
  .footer-pad {
    padding-left: 5% !important; }
  #main-page-download-button {
    display: none; }
  .features .feature-image img.left,
  .features .feature-image img.right {
    padding: 0 0 10px 0;
    margin-right: 0;
    margin-left: 0;
    max-height: inherit; }
  .titleimage img.left,
  .titleimage img.right {
    padding: 0 0 10px 0;
    margin-right: 0;
    margin-left: 0;
    max-height: inherit; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .downloados .row {
    margin-top: 50px; }
  .cover-image {
    background: url("/images/orange_title_scaled.png");
    height: 406px;
    background-position: center; }
  .feature-panel {
    height: 425px; }
  .intro {
    padding: 0px !important; }
  #search-input {
    width: 90% !important; }
  #features .feature-panel {
    padding-top: inherit;
    background-repeat: no-repeat !important; }
  #features .feature-panel .content {
    padding-left: inherit;
    font-size: 18px; }
  #features .feature-panel .feature-title {
    margin-top: 0px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .downloados .row {
    margin-top: 50px; }
  .cover-image {
    background: url("/images/orange_title_scaled.png");
    background-position: center; } }

@media (min-width: 1350px) {
  .feature-title,
  .promo .row h1.firstpagetitle {
    font-size: 34px !important; }
  .downloadsize {
    padding-left: 8%;
    padding-right: 8%; } }

@media (min-width: 1500px) {
  .downloadsize {
    padding-left: 10%;
    padding-right: 10%; } }

@media (max-width: 1349px) {
  .titleimage {
    padding-top: 50px; }
  .feature-title,
  .promo .row h1.firstpagetitle {
    font-size: 32px !important; }
  .downloadsize {
    padding-left: 8%;
    padding-right: 8%; } }

/* Custom */
pre {
  overflow-x: auto;
  word-wrap: normal; }

p.indent {
  margin-left: 50px; }

h2.docs-subtitle {
  min-height: 50px; }

.downloads .icon-item a,
.downloads .icon-item a:hover {
  color: #f79211; }

.search-field {
  margin-top: -18px;
  margin-right: 20px;
  margin-bottom: 18px; }

.search-result-title {
  font-size: 21px; }

.result-title {
  color: black !important; }

.example input[type="text"] {
  float: right;
  height: 30px;
  min-height: 10px !important;
  font-size: 15px;
  border: 1px solid grey;
  width: 30%; }

/* Style the submit button */
.example button {
  height: 30px;
  width: 30px;
  background: #ffbc44;
  color: white;
  font-size: 16px;
  border: 1px solid grey;
  /* Prevent double borders */
  cursor: pointer; }

.search-widget {
  max-width: 100% !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-bottom: 10px; }

.search-widget-workflow {
  max-width: 100% !important;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.search-button-workflow {
  /*float: right;*/
  width: 40px;
  height: 35px;
  padding: 10px;
  background: #f79211;
  color: white;
  font-size: 17px;
  border: 1px solid #f79211;
  border-radius: 4px;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  padding-top: 10px; }

#myUL ul {
  padding-left: 0px !important; }

#myUL li {
  display: inline; }

#myUL li a {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: white;
  /* Grey background color */
  padding: 6px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 12px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: inline;
  border-radius: 5px;
  margin-right: 2px;
  /* Make it into a block element to fill the whole list */ }

#myUL li a:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */ }

.tag-workflow {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: white;
  /* Grey background color */
  padding: 6px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 12px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: inline;
  border-radius: 5px;
  margin-right: 2px;
  white-space: pre; }

.active-tag {
  background-color: rgba(33, 150, 243, 0.3) !important; }

.workflow-image {
  padding-bottom: 0px !important;
  padding: 20px;
  max-height: 300px;
  width: 100%;
  object-fit: contain; }

.search-image {
  padding-bottom: 0px !important;
  max-height: 300px;
  width: 100%;
  object-fit: contain; }

#post_nor .row {
  margin-top: 10px !important; }

.course {
  color: black;
  cursor: pointer; }

#search_results .row {
  margin-top: 10px !important; }

.text-workflow {
  padding-top: 60px; }

.intro {
  padding-bottom: 20px !important; }

.active {
  color: orange; }

.categoriesList {
  margin-top: 5px;
  line-height: 30px; }

.tags {
  line-height: 30px; }

.link-buttons {
  display: inline-block;
  white-space: nowrap; }

.title-home-page-blog {
  padding-bottom: 10px !important; }

.single-widget img {
  width: auto;
  height: auto;
  /*max-height:600px;*/ }

.single-widget ul {
  padding-left: 50px !important; }

.single-widget {
  font-weight: lighter !important;
  text-decoration: none !important; }

#promo .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

.blog-content {
  padding-top: 20px !important; }

.image-container {
  padding: 10px !important;
  padding-top: 0px !important; }

#search-input {
  width: 90% !important; }

.excerpt {
  padding-bottom: 0;
  margin-bottom: 30px; }

.excerpt-content {
  padding-bottom: 0; }

.excerpt-meta {
  padding-top: 10px; }

.tag-workflow {
  border: 1px solid #ddd;
  /* Add a border to all links */
  margin-top: -1px;
  /* Prevent double borders */
  background-color: white;
  /* Grey background color */
  padding: 6px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 12px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: inline;
  border-radius: 5px;
  margin-right: 2px;
  white-space: pre; }

.active-tag {
  background-color: rgba(33, 150, 243, 0.3) !important; }

.tags {
  line-height: 30px; }

#promo .row {
  margin-right: 0px !important;
  margin-left: 0px !important; }

@media (max-width: 768px) {
  .feature-title,
  .promo .row h1.firstpagetitle {
    font-size: 28px !important; }
  #features .feature-panel .content {
    font-size: 16px !important; }
  .overview .content p {
    font-size: 16px !important; }
  .feature-image {
    padding-top: 10px;
    width: 55%;
    text-align: center;
    float: none !important;
    margin-right: auto;
    margin-left: auto; }
  .titleimage img {
    max-width: 55% !important;
    text-align: center; }
  .titleimage {
    padding-top: 10px; } }

@media (max-width: 568px) {
  .feature-description {
    padding-bottom: 20px; }
  .feature-image {
    margin-top: 100px !important;
    width: 70%;
    text-align: center;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important; }
  .titleimage img {
    max-width: 70% !important;
    text-align: center; }
  .titleimage {
    padding-top: 10px; } }

.titleimage {
  margin-top: auto;
  margin-bottom: auto; }

.titleimage img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 300px;
  max-width: 100%; }

.titleimage img.left {
  padding: 0 40px 10px 0; }

.titleimage img.right {
  padding: 0 10px 10px 0; }

@media (max-width: 600px) {
  .dow {
    width: 100% !important; }
  .dow > .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px; } }

.entry-title {
  font-size: 30px !important;
  font-weight: normal !important;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.entry-content {
  font-weight: lighter !important; }

.docs-image {
  height: 158px !important; }

.docs-style h2 {
  font-size: 24px !important; }

.docs-style p {
  font-size: 16px !important; }

.no-pad-training {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.training-radio-button {
  margin-right: 5px !important; }

.definitely-center {
  display: grid;
  place-items: center; }

/* Last 3 featured blogs on Home page */
.home-page-newest-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  margin-bottom: -8px; }

.home-page-blog {
  grid-column: span 1;
  padding-top: 12px !important;
  padding-bottom: 38px;
  font-weight: lighter !important;
  display: flex;
  flex-direction: column; }

.title-home-page-blog {
  font-size: 18px;
  margin-bottom: 4px; }

.home-page-blog .blog-date {
  font-size: 12px;
  opacity: 0.45;
  margin-bottom: 0;
  font-weight: 400; }

.hp-blog-img-wrapper {
  margin-top: auto; }

.home-page-blog-image {
  max-width: 330px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px; }

.home-page-blog-content {
  margin-bottom: 18px; }

@media (max-width: 720px) {
  .home-page-blog {
    grid-column: span 3; } }

/*======   Download Pop-up   ======*/
:root {
  --popup-blue: #008cff; }

.popup {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(117, 117, 117, 0.15);
  animation: 1s ease-out show-popup; }

@keyframes show-popup {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.popup-content {
  padding: 28px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--popup-blue);
  color: white;
  width: 560px; }

.popup-img {
  padding-right: 28px;
  width: 140px;
  float: left; }

.popup-content p {
  font-size: 2.4rem;
  margin: 40px 0;
  font-weight: 300; }

.popup-content h2 {
  margin: 0;
  padding-right: 75px;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 500; }

.btn-email-course {
  padding: 10px 35px;
  background: white;
  color: var(--popup-blue);
  font-size: 2.6rem;
  border: none;
  border-radius: 8px;
  width: 100%;
  cursor: pointer; }

.btn-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 38px 28px;
  font-size: 4rem;
  line-height: 0;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer; }

@media only screen and (max-width: 590px) {
  .popup-content {
    width: 90vw;
    width: calc(100vw - 30px);
    font-size: 60%; }
  .popup-img {
    display: none; }
  .btn-popup-close {
    font-size: 3.3rem; }
  .popup-content p {
    font-size: 1.7rem; }
  .popup-content h2 {
    font-size: 2.4rem; }
  .btn-email-course {
    font-size: 1.8rem; } }

@media screen and (max-width: 995px) {
  #sidebar {
    display: none !important; }
  .docscontent {
    padding-left: 10% !important; } }

@media screen and (max-width: 768px) {
  .paddoc {
    padding-top: 5% !important; } }

img.workflow-screenshot {
  /*float: left;*/
  /*margin-left: -70px;*/ }

img.window-screenshot {
  /*float: right;*/
  /*margin-right: -70px;*/
  max-height: 500px; }

img.window-screenshot,
img.workflow-screenshot {
  /*max-height: 60px;*/
  /*max-width: 60px;*/
  display: block;
  margin-left: auto;
  margin-right: auto; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 16px; }

@media (min-width: 992px) {
  body {
    margin-bottom: 260px; } }

h1,
.h1 {
  font-size: 30px; }

h2,
.h2 {
  font-size: 24px; }

h3,
.h3 {
  font-size: 18px;
  padding-top: 20px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.footer .links a {
  color: #fff;
  font-size: 14px; }

.sitemap-cat {
  font-weight: bold;
  color: #fff; }

.sitemap-group {
  padding-top: 20px; }

.sitemap-sub {
  white-space: nowrap;
  overflow: hidden;
  /*padding-left: 1em;*/ }

.big-button-base {
  font-size: 18px;
  margin-right: 15px;
  background-color: #f79211;
  border-color: #f79211; }

.btn-warning {
  color: #fff;
  background-color: #f79211;
  border: solid 2px;
  border-color: #f79211; }

.btn-warning:hover {
  color: #fff;
  background-color: #ffbc44 !important;
  border: solid 2px;
  border-color: #ffbc44; }

.big-button-empty {
  background-color: #ffffff;
  color: #f79211; }

.flex-control-paging li a {
  width: 9px;
  height: 9px; }

.features .custom-margin {
  margin: 40px 0 20px; }

.print-label {
  font-weight: bold;
  clear: both; }

.row h1.title {
  margin-bottom: 30px; }

.row h1.firstpagetitle {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 130%; }

.row .form-group label {
  margin-top: 5px; }

.row .form-group label[name="signature"] {
  margin-top: 0;
  line-height: 16px; }

/*.section ul, .section ol {
    padding-left: 20px;
}*/
.section ul li {
  list-style-type: square; }

.section ul.slides li {
  list-style-type: none; }

div.screenshot-container div.content {
  padding: 20px;
  border: 0.2px solid #a7a7a7;
  background-color: white;
  text-align: center;
  width: 100%; }

section.screenshots .title {
  text-align: center; }

#how div.screenshot-container div.content {
  height: 250px; }

#features div.screenshot-container {
  margin: 0 auto 60px auto;
  padding-left: 30px;
  padding-right: 30px; }

section.screenshots {
  background-color: #efefef; }

.screenshot {
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  -ms-transition: -ms-transform ease-out 0.2s, background 0.3s;
  -o-transition: -o-transform ease-out 0.2s, background 0.3s; }

.screenshot-image {
  bottom: 0;
  width: 100%; }

.features .content .screenshot-container p.screenshot-title {
  bottom: 20px;
  left: 0%;
  width: 100%;
  color: #444;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 50px 0 50px; }

.custom-reduce-padding {
  padding-top: 0;
  padding-bottom: 0; }

.custom-reduce-padding-2 {
  padding-top: 80px; }

.custom-reduce-padding-3 {
  padding-bottom: 10px; }

.custom-add-padding {
  padding-top: 20px; }

.custom-alert {
  display: block;
  margin-top: 30px; }

.move-down {
  padding-bottom: 40px; }

ul.files li {
  padding-bottom: 10px; }

#special-rotate,
#special-rotate:hover {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: scale(0.93) rotate(90deg);
  -moz-transform: scale(0.93) rotate(90deg);
  -ms-transform: scale(0.93) rotate(90deg);
  -o-transform: scale(0.93) rotate(90deg); }

.icon-addons {
  display: inline-block;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.icon-addons a {
  display: inline;
  margin: 0 5px;
  margin-bottom: 20px;
  font-size: 16px; }

.icon-addons i {
  color: #f79211; }

.icon-addons #icon-i-hover:hover {
  color: #f79211; }

.custom-panel-body {
  padding: 0 15px 15px; }

a.custom-accordion-title {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  outline: none;
  text-decoration: none; }

h3.custom-accordion-title {
  padding-top: 0;
  display: inline; }

.custom-accordion-container {
  color: #333;
  background-color: #f5f5f5; }

.custom-accordion-container:hover {
  color: #f79211; }

.features .icon-selected {
  background: #f79211;
  color: #f79211;
  position: relative;
  width: 90px;
  height: 90px;
  border: 4px solid #f79211;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
  -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
  transition: transform ease-out 0.2s, background 0.3s; }

.features .icon-selected .fa {
  color: white;
  font-size: 48px;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.promo ul {
  padding-left: 0; }

.download-area .download-right {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin: 0 auto; }

.download-area .download-left {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin: 0 auto; }

@media (max-width: 487px) {
  .download-area {
    text-align: center; }
  .download-area .download-left {
    padding: 10px 10px 25px 1px;
    margin: 0 auto; }
  .download-area .download-right {
    padding: 25px 20px 10px 0;
    margin: 0; } }

@media (max-width: 768px) {
  #features div.screenshot-container div.content {
    margin: 0; }
  .features .content .screenshot-container p.screenshot-title {
    margin-top: 20px; }
  .features {
    padding-top: 5px !important; }
  .padding-features {
    padding-bottom: 10px !important; }
  .features .feature-panel {
    margin-bottom: 5px !important;
    padding: 0 !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  #features div.screenshot-container div.content {
    height: 265px;
    margin: 0; }
  .features .content .screenshot-container p.screenshot-title {
    position: absolute; }
  .screenshot-image {
    max-height: 170px;
    max-width: 273px;
    width: 273px; }
  .screenshot {
    height: 170px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #features div.screenshot-container div.content {
    height: 270px;
    margin: 0; }
  .features .content .screenshot-container p.screenshot-title {
    position: absolute; }
  .screenshot-image {
    max-height: 140px;
    max-width: 221px;
    width: 221px; }
  .screenshot {
    height: 160px; } }

@media (min-width: 1200px) {
  #features div.screenshot-container div.content {
    height: 320px;
    margin: 0; }
  .features .content .screenshot-container p.screenshot-title {
    position: absolute; }
  .screenshot-image {
    max-height: 226px;
    max-width: 280px;
    width: 280px; }
  .screenshot {
    height: 226px; } }

@media (min-width: 488px) {
  .download-area {
    text-align: center; }
  .download-area .download-left {
    padding: 10px 10px 25px 1px;
    margin: 0 auto; }
  .download-area .download-right {
    padding: 30px 20px 10px 20px;
    margin: 0; } }

@media (min-width: 768px) {
  .download-area {
    text-align: left; }
  .download-area .download-left {
    padding: 10px 0 25px 1px; }
  .download-area .download-right {
    padding: 25px 20px 10px 1px; }
  .screenshot {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center; } }

@media (min-width: 992px) {
  .download-area {
    text-align: left; }
  .download-area .download-left {
    padding: 10px 10px 25px 1px; }
  .download-area .download-right {
    padding: 30px 0 10px 10px; } }

.download-btn {
  padding-top: 0; }

.table td.custom-td {
  border-top: none;
  padding: 2px 0;
  padding-right: 5px;
  font-size: 14px; }

#main {
  overflow: auto; }

#main > div.container {
  padding-right: 0;
  padding-left: 0; }

.list-sitemap {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-sitemap > li {
  padding-left: 5px;
  padding-right: 5px; }

#testimonials h2 {
  text-align: center; }

.testimonial-list {
  padding-bottom: 20px; }

.testimonial-list .item {
  list-style-type: none;
  padding: 20px 0; }

.testimonial-list .img-container {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.testimonial-list img {
  width: 160px; }

.testimonial-list .item {
  padding-right: 20px; }

.testimonial-list .item {
  text-align: center; }

.item-title {
  text-align: center;
  padding: 0;
  line-height: 1.4; }

.testimonial-list .item .feature-text {
  text-align: center;
  padding: 0 40px; }

.testimonial-list .item span.extra {
  font-size: 13px;
  color: #3c3c3c;
  font-weight: normal; }

.landing-image {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 550px; }

.features .features-anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

.features .feature-panel {
  margin-bottom: 30px; }

.features .feature-panel:not(:first-child) {
  margin-top: 20px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300; }

.widget {
  margin-top: 25%;
  padding-right: 20px;
  background-color: #d9dbdd; }

.features .feature-image,
.features .feature-description,
.titlebox,
.titleimage,
.download-area {
  padding-left: 30px;
  padding-right: 30px; }

.offset-header {
  padding-top: 100px;
  padding-bottom: 40px; }

.description img {
  max-width: 100%;
  display: block;
  margin: 20px auto; }

.description h2 {
  margin-top: 50px; }

#documentation h1 {
  text-align: center; }

.doc-section {
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px; }

.doc-section img {
  margin: 0 auto;
  height: 220px; }

.doc-section h2 {
  font-size: 30px; }

.doc-section a {
  display: block;
  line-height: 1.5em; }

.features h1 {
  font-size: 34px; }

.faq p {
  padding-left: 20px !important; }

.faq pre {
  margin-left: 20px !important; }

.privacy p {
  padding-left: 20px !important; }

.privacy h1 {
  padding-left: 20px !important; }

.privacy h5 {
  font-size: 16px; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

/* homepage blog-feed */
#blog-feed {
  background-color: #ededed; }

#blog-feed .feed-box {
  margin-top: 40px; }

#blog-feed .date {
  color: #888888;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px; }

#blog-feed .title {
  color: #df9d00;
  font-size: 18px; }

#blog-feed .text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 18px; }

#blog-feed .feeds-row {
  padding-bottom: 40px; }

#blog-feed .image {
  width: 100%;
  border: solid 0.2px;
  border-color: #a7a7a7; }

@media (min-width: 768px) {
  #blog-feed .feed-box:not(:first-child):not(:last-child) {
    padding-right: 25px;
    padding-left: 25px; }
  #blog-feed .feed-box:first-child {
    padding-right: 35px; }
  #blog-feed .feed-box:last-child {
    padding-left: 35px; } }

/*section.downloads {
    padding-bottom: 50px;
}*/
@media (max-width: 990px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block;
    margin-right: 0; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.schedule h5 {
  margin-top: 20px; }

.schedule p {
  padding-left: 30px !important; }

.schedule {
  margin-bottom: 2em; }

img,
embed,
object,
video {
  max-width: 100%; }

@media handheld and (max-width: 500px), screen and (max-device-width: 500px), screen and (max-width: 500px) {
  .panel-body-image {
    display: flex;
    justify-content: center;
    float: none;
    width: 100%;
    overflow: hidden; }
  .panel-heading,
  .panel-body-quote p,
  footer {
    text-align: center; } }

.panel-body-quote {
  overflow: hidden; }

.panel-body-image img {
  float: left; }

.panel-body-wrapper {
  display: inline-block;
  overflow: auto;
  padding-top: 1em; }

.bottom-margin {
  margin-bottom: 2em; }

.h2-margin {
  margin-top: 1.5em; }

.landing-img-small {
  display: block;
  margin: 0 auto;
  max-width: 550px; }

@media (max-width: 710px) {
  #margin {
    margin-top: 0px; }
  #landing-img-small {
    width: 60%; } }

ul li.no-bullet {
  list-style-type: none;
  font-weight: lighter;
  padding-top: 5px; }

.margin {
  margin-top: 60px; }

.feature-title,
.promo .row h1.firstpagetitle {
  font-size: 45px; }

.feature-title {
  padding-bottom: 5px; }

.container .promo {
  background-color: inherit; }

.footer-page {
  padding-top: 50px;
  padding-bottom: 30px; }

.container-fluid {
  padding: 0; }

blockquote {
  margin: 1.5em 0;
  padding: 0 1.5em;
  border-left: solid 0.375em #ffbc44; }

blockquote cite {
  display: block;
  text-align: right; }

.features {
  padding-top: 40px; }

.search-widgets {
  padding-top: 80px !important; }

.getting-started {
  padding-top: 20px; }

.padding-top-page {
  padding-top: 20px; }

.padding-features {
  padding-bottom: 40px; }

.padding-doc {
  padding-top: 30px; }

/*.center {
  margin-left:auto;
  margin-right:0;
  width: auto;
  border: 3px solid #73AD21;

}*/
.center-pag {
  text-align: center; }

.pagination1 {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px; }

.pagination1 a {
  color: black;
  float: left;
  font-size: 12px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd; }

.pagination1 a.active {
  background-color: #4caf50;
  color: white;
  border: 1px solid #4caf50; }

.pagination-current {
  background-color: #ffbc44 !important;
  border: 1px solid #ffbc44 !important; }

.pagination1 a:hover:not(.active) {
  background-color: #ddd; }

.faq {
  margin-right: 25px;
  margin-bottom: 25px;
  height: 100px;
  line-height: 100px;
  min-width: 190px;
  border: 1px solid;
  border-radius: 5px;
  background-color: white;
  transition: transform 0.2s;
  /* Animation */
  background-color: #f5f5f5; }

.faq h2 {
  margin: auto;
  line-height: 100px;
  vertical-align: middle;
  font-size: 23px;
  /*margin:0 !important;*/ }

.faq:hover {
  transform: scale(1.05);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  cursor: pointer; }

.activefaq {
  background-color: #e19c14;
  color: white; }

.activefaq h2 {
  font-weight: bold !important; }

.faqC {
  text-align: center; }

.panel-body {
  font-weight: 300; }

@media (min-width: 700px) {
  #overflow-container > .container {
    width: 700px; } }

.blog-font-size {
  font-size: 16px; }

.centerModal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important; }

.donate_div {
  width: 100%; }

.donate_search_div {
  width: 0%; }

.search_box_div {
  width: 0%;
  display: none; }

.search_box_search_div {
  width: 100%; }

.transform_header {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease; }

.navbar-nav {
  display: flex;
  align-items: center; }
  @media (max-width: 990px) {
    .navbar-nav {
      display: block; } }
.nav-btn {
  font-size: 18px;
  color: white;
  height: 34px;
  display: inline-flex;
  align-items: center; }
  .nav-btn:focus {
    border: 2px solid #e8e8e8;
    background-color: #efefef;
    color: #444444; }
  @media (max-width: 990px) {
    .nav-btn {
      margin-left: 15px !important;
      margin-top: 15px; } }
  .nav-btn-search {
    width: 40px;
    padding: 10px; }
  .nav-btn-mobile {
    display: none; }
    @media (max-width: 990px) {
      .nav-btn-mobile {
        display: inline-flex; } }
  .nav-btn-desktop {
    display: inline-flex;
    margin-right: 15px; }
    @media (max-width: 990px) {
      .nav-btn-desktop {
        display: none; } }
.header-search-input {
  position: absolute;
  top: 40px;
  right: 15;
  width: 280px;
  max-width: 260px !important;
  height: 48px;
  box-shadow: 7px 8px 16px rgba(0, 0, 0, 0.2); }
  .header-search-input:focus {
    outline: none; }
  @media (max-width: 990px) {
    .header-search-input {
      display: none; } }
.navbar-collapse {
  max-height: 360px; }

.search-wrapper {
  display: flex;
  align-items: center; }
