/*
Theme Name: GCT
Theme URI: https:klootconsulting.com/gct
Author: Cameron Kloot
Author URI: https://klootconsulting.com
Description: A Wordpress Genesis child theme requiring the Advanced Custom Fields (ACF) plugin
Version: 0.0.1
Template: genesis
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ffffff;
	color: #1F2427;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1F2427;
	font-weight: 600;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	text-decoration: none;
	background-color: #F83F48;
	color: #fff;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #fff;
	box-shadow: none;
	cursor: pointer;
	width: auto;
	text-align: center;
	display: inline-block;
	color: #1F2427;
	border: 2px solid #F83F48;
	border-radius: 4px;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #F83F48;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1024px;
  padding-left: 30px;
  padding-right: 30px;
}

.site-inner {
	clear: both;
	padding: 40px 0;
	overflow: hidden;
}

.home .site-inner {
	padding: 0;
}

.page-template-contact .site-inner {
	padding-bottom: 0;
}

.page-template-products .site-inner {
	padding-top: 60px;
}

/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: right;
	width: 620px;
}

.full-width-content .content {
	float: left;
	width: 100%;
}

.sidebar-primary {
	float: left;
	width: 268px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

/*
Gravity Forms
---------------------------------------------------------------------------------------------------- */

.gform_wrapper {
	float: left;
	width: 100%;
}

.gform_wrapper > form {
	position: relative;
  left: -5px;
  margin-right: -10px;
  margin-bottom: -10px;
}

.gform_wrapper ul,
.gform_wrapper form ul  {
	margin: 0;
	padding: 0;
}

.gform_wrapper .gfield .gfield_label {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 500;
}

.gform_wrapper .gfield.hidden_label .gfield_label {
	display: none;
}

.gform_wrapper li,
.entry-content .gform_wrapper li,
.gform_wrapper form li {
	margin: 0 0 10px;
  list-style-type: none;
}

.gform_wrapper .gform_footer {
	margin-bottom: 10px;
	float: left;
	padding: 0 5px;
	width: 50%;
	text-align: center;
}

.gform_wrapper .center-submit .gform_footer,
.entry-content .gform_wrapper .center-submit .gform_footer {
	width: 100%;
	margin-top: 30px;
}

.entry-content .gform_wrapper .gform_footer {
	width: auto;
}

.gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
}

.gform_wrapper .center-submit .gform_footer input[type="submit"] {
	width: auto;
}

.gform_wrapper .gfield {
	padding: 0 5px;
}

.gform_wrapper .gfield.small,
.gform_wrapper .gfield.medium,
.gform_wrapper .gfield.large {
	float: left;
}

.gform_wrapper .gfield.small {
	width: 25%;
}

.gform_wrapper .gfield.medium {
	width: 50%;
}

.gform_wrapper .gfield:only-child,
.gform_wrapper .gfield.large,
.gform_wrapper .gfield_html.medium,
.gform_wrapper .gfield_radio.medium,
.gform_wrapper .gfield_checkbox.medium {
	width: 100%;
}

.gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
}

.entry-content .gform_wrapper:last-child {
	margin-bottom: 20px;
}

.validation_error,
.validation_message {
	color: #F83F48;
}

.validation_error {
	margin-bottom: 10px;
	padding: 0 5px;
}

.validation_message {
	margin-top: 2px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 80px 0;
}

body:not(.home) .site-header {
	background-color: #fff;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 150px;
}

.title-area img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.site-description,
.site-title,
.site-title a {
	display: none;
	text-indent: -9999px;
	visibility: hidden;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu > .menu-item:not(:first-of-type) {
	margin-left: 40px;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	padding: 4px 6px;
	position: relative;
	color: #231F20;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	color: #fff;
}

.genesis-nav-menu .current-menu-item > a {
	color: #fff;
	background-color: #F83F48;
}

.genesis-nav-menu .current-menu-item > a:hover {
	color: #fff;
	background-color: #1F2427;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	padding-top: 10px;
}

.genesis-nav-menu .sub-menu .menu-item {
	margin-bottom: 3px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	/*border-top: none;*/
	padding: 6px 10px;
	position: relative;
	width: 100px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #fff;
	background-color: #F83F48;
	border-color: #F83F48;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu {
	margin-top: 2px;
}

.nav-primary .wrap {
  padding: 0;
}

/*
Slicknav
---------------------------------------------------------------------------------------------------- */

.slicknav_btn { position: relative; display: inline-block; vertical-align: middle; cursor: pointer; outline: none; }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block;outline:none!important; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
.slicknav_menu { *zoom: 1 }

.slicknav_menu {
    display: none;
    text-align: center;
}

.slicknav_btn {
  margin-top: -20px;
	float: right;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #F83F48;
	display: block;
	width: 26px;
	height: 4px;
}

.slicknav_menu .slicknav_btn:hover {
	background-color: transparent;
}

.slicknav_menu .slicknav_btn:hover .slicknav_icon-bar {
  background-color: #1F2427;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 4px;
}

.slicknav_nav {
	text-align: left;
	margin-top: 30px;
	background-color: #f3f3f3;
	position: relative;
	left: -30px;
	margin-right: -60px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
}

.slicknav_nav a {
  padding: 10px 30px;
  text-decoration: none;
  color: #1F2427;
  font-weight: 400;
}

.slicknav_nav .sub-menu {
	margin-left: 10px;
}

.slicknav_nav .sub-menu a {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover a,
.slicknav_nav a:hover {
	background-color: #F83F48;
  color: #fff;
}


/*
Social
---------------------------------------------------------------------------------------------------- */

.s-container {
	list-style: none;
	margin: 0;
	padding: 0;
}

.s-container li {
	list-style-type: none;
	display: inline-block;
}

.s-container li:not(:first-of-type) {
	margin-left: 10px;
}

.ss-container a {
	padding: 10px 24px;
	border-color: #1F2427;
}

.ss-container a:hover {
	border-color: #F83F48;
}

.share-buttons .text {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.search .entry {
	background-color: #f3f3f3;
	padding: 10px;
}

/* Thumbnail
--------------------------------------------- */

.entry-thumbnail {
	margin-bottom: 26px;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 56px;
	line-height: 1;
	font-weight: 300;
	position: relative;
	margin-bottom: 40px;
}

.single .entry-title,
.blog .entry-title,
.archive .entry-title,
.search .entry-title {
	font-size: 36px;
	margin-bottom: 20px;
}

.content > .entry .entry-title:after {
	content: '';
	margin-top: 36px;
	width: 52px;
	display: block;
	border-bottom: 2px solid #F83F48;
}

.single .content > .entry .entry-title:after,
.blog .content > .entry .entry-title:after,
.archive .content > .entry .entry-title:after,
.search .content > .entry .entry-title:after {
	content: none;
	display: none;
}

.single .entry-title a,
.blog .entry-title a,
.page-template-blog .entry-title a,
.archive .entry-title a {
	font-weight: 300;
	font-weight: 400;
}

.entry-title a:hover {
	background-color: transparent;
	color: #F83F48;
}

.entry-content a {

}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta a {
	font-weight: 700;
	text-transform: uppercase;;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	margin: 40px 0;
	float: left;
	width: 100%;
	clear: both;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a {
	background-color: transparent;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #F83F48;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {

}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}

.widget-title {
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

/*
General
---------------------------------------------------------------------------------------------------- */

.page-heading {
	padding-top: 30px;
}

.page-heading .heading {
	font-size: 56px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 40px;
}

.heading {
	font-weight: 300;
}

.cover-background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/*
Home
---------------------------------------------------------------------------------------------------- */

.home-section {
	clear: both;
}

.home-section .button {
	min-width: 274px;
}

/* Hero
--------------------------------------------- */

.hero {
	position: relative;
	/*padding: 160px 0 240px;*/
}

.site-container {
	/*background-color: rgba(255,255,255,0.95)*/
}

#video-background {
	/*opacity: 0.05;*/
	position: fixed;
	top: 0;
	left: 0;

	/*right: 0;*/
	/*bottom: 0;*/
	/*min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;*/
	z-index: -100;
}

.hero .wrap {
	max-width: 760px;
	position: relative;
	height: 100%;
}

.hero .content-container,
.hero .content-container .table-cell-wrap {
	height: 100%;
	vertical-align: middle;
}

.hero .content-container {
	text-align: center;
	display: table;
	padding-bottom: 92px;
	padding-bottom: 184px;
	padding-bottom: 20%;
}

.hero .content-container .table-cell-wrap {
	display: table-cell;
}

.hero .heading {
	font-size: 60px;
	margin-bottom: 50px;
}

.hero .text-container {
	font-size: 20px;
}

.hero .button-container {
	margin-top: 60px;
}

/* Slides
--------------------------------------------- */

.slider {
	background-color: #1F2427;
}

.slides-nav-container {
	background-color: #F83F48;
	padding: 24px 0;
}

.slides-nav {
	text-align: center;
}

.slides-nav li {
	list-style-type: none;
	display: inline-block;
	width: 200px;
}

.slides-nav li a {
	text-transform: uppercase;
	line-height: 1;
}

.slides-nav li a:hover,
.slides-nav li.selected a {
	font-weight: 700;
	color: initial;
}

.slide {
	background-color: #f3f3f3;
	float: left;
	width: 100%;
	position: relative;
	outline: none;
	height: 800px;
	overflow: hidden;
}

.slides-container:not(.slick-initialized) .slide:not(:first-of-type) {
	display: none;
}

.slide .content-container,
.slide .table-cell-wrap {
	vertical-align: middle;
	height: 100%;
}

.slide .content-container {
	float: right;
	width: 50%;
	background-color: #1F2427;
	display: table;
	padding: 80px;
}

.slide .table-cell-wrap {
	display: table-cell;
}

.slide .image-container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
}

.slide .heading-container {
	color: #F83F48;
	margin-bottom: 36px;
}

.slide .heading-container:after {
	content: '';
	margin-top: 36px;
	width: 52px;
	display: block;
	border-bottom: 2px solid #F83F48;
}

.slide .heading {
	font-size: 40px;
}

.slide .text-container {
	color: #fff;
	max-width: 460px;
	line-height: 1.8;
	font-size: 17px;
}

.slide .button-container {
	margin-top: 60px;
}

.slide .next-slide {
	color: #757575;
	font-weight: 300;
	-webkit-font-smoothing: auto;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	outline: none;
}

.slide .next-slide:hover {
	color: #fff;
}

.slide .next-slide i {
	margin-left: 14px;
	font-size: 18px;
	vertical-align: text-bottom;
}

/* CTA
--------------------------------------------- */

.cta-section {
	padding: 160px 0;
}

.cta-section .wrap {
	max-width: 600px;
}

.cta-section .content-container {
	text-align: center;
}

.cta-section .heading {
	font-size: 40px;
	margin-bottom: 60px;
}

/*
About
---------------------------------------------------------------------------------------------------- */

.page-template-about .site-inner {
	position: relative;
}

.page-template-about .site-inner:after {
	content: '';
  background-color: #F83F48;
  height: 300px;
  width: 170%;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-20deg);
  position: absolute;
  bottom: 300px;
  left: -50%;
  pointer-events: none;
  z-index: -1;
}

.page-template-about .content {
	max-width: 620px;
}

/* Team
--------------------------------------------- */

.team-section .team {
	float: left;
	width: 28.2051282051%;
	margin-left: 7.69230769231%;
	margin-bottom: 30px;
}

.team-section .team:nth-of-type(3n+1) {
	margin-left: 0;
}

.team-section .team .image-container img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

.team-section .team .image-container {
	margin-bottom: 30px;
}

.team-section .team .name {
	margin-bottom: 10px;
	font-size: 26px;
}

.team-section .team .position {
	color: #231F20;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
}

/*
Products
---------------------------------------------------------------------------------------------------- */

.page-template-products .entry-header {
	/*display: none;*/
}

.page-heading .image-container {
	background-color: #1F2427;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 140px 0;
}

.page-heading .text-container {
	max-width: 760px;
	margin: 0 auto;
	color: #F83F48;
	font-size: 30px;
	text-align: center;
	line-height: 1.425;
}

.page-heading .text-container > *:last-child {
	margin-bottom: 0;
}

.products .nav-container {
	float: left;
	width: 260px;
}

.products .products-container {
	float: right;
	width: 620px;
}

.products-nav li {
	list-style-type: none;
}

.products-nav li a,
.products-nav li a:after,
.products-nav li a .icon {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.products-nav li a {
	padding: 20px 0;
	background-color: transparent;
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	color: #757575;
	font-weight: 400;
	position: relative;
}

.products-nav li a:hover,
.products-nav li.selected a {
	color: #231F20;
	font-weight: 700;
}

.products-nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.products-nav li.selected a:after {
	border-width: 3px;
	border-color: #F83F48;
	bottom: -2px;
}

.products-nav li a .icon {
	/*display: none;*/
	float: right;
	opacity: 0;
}

.products-nav li .icon i {
	font-size: 18px;
	line-height: 12px;
	color: #757575;
}

.products-nav li a:hover .icon,
.products-nav li.selected .icon {
	/*display: block;*/
	opacity: 1;
}




/*
Contact
---------------------------------------------------------------------------------------------------- */

.contact-section:not(.hide-heading) {
	background-color: #F3F3F3;
	padding: 130px 0 100px;
}

.contact-section.hide-heading {
	padding: 20px 0 60px;
}

.contact-section .widget {
	float: left;
	width: 15%;
	margin-left: 8.25%;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.contact-section.hide-heading .widget {
	margin-left: 12%;
}

.contact-section .widget:nth-of-type(1) {
	margin-left: 0;
}

.contact-section:not(.hide-heading) .widget:nth-of-type(1) {
	width: 30%;
	margin-top: 0;
}

.contact-section .contact-methods ul {
	margin-bottom: 24px;
}

.contact-section .contact-methods li {
	list-style-type: none;
	display: block;
}

.contact-section .contact-methods a {
	font-weight: 400;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

.page-template-blog .heading-container {
	padding: 0 15px;
}

.page-template-blog .heading {
	font-size: 56px;
	line-height: 1;
	font-weight: 300;
	position: relative;
	margin-bottom: 40px;
}

.page-template-blog .archive-pagination {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.page-template-blog .site-inner > .wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.posts-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.entry.featured {
	position: relative;
}

.page-template-blog .entry {
	-webkit-box-flex: 0 33.33%;
	-moz-box-flex: 0 33.33%;
	-webkit-flex: 0 33.33%;
	-ms-flex: 33.33% 0 auto;
	flex: 0 33.33%;

	padding: 0 15px;
}

.page-template-blog .entry-content {
	border: 1px solid #cccccc;
}

.page-template-blog .entry-thumbnail {
	position: relative;
	top: -1px;
	left: -1px;
	margin-right: -2px;
}

.page-template-blog .entry-title {
	font-size: 24px;
	margin-bottom: 26px;
	margin-left: 26px;
	margin-right: 26px;
	font-weight: 400;
}

.page-template-blog .content > .entry .entry-title:after {
	content: none;
	display: none;
}

.page-template-blog .entry-footer {
	position: relative;
	bottom: 0;
}

.page-template-blog .entry-footer .read-more {
	display: block;
	border: none;
	border-radius: 0;
	text-align: left;
}

.page-template-blog .entry-footer .read-more:hover {
	color: #fff;
}

.page-template-blog .entry-footer .read-more .icon {
	float: right;
}



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

	.page-template-blog .entry.featured .entry-content {
		border: none;
	}

	.page-template-blog .entry.featured .entry-header {
		position: absolute;
		top: 30%;
		bottom: 30%;
		margin-left: 60px;
	}

	.page-template-blog .entry.featured .entry-title {
		color: #fff;
		font-weight: 400;
		font-size: 46px;
		margin-left: 0;
		margin-right: 0;
	}

	.page-template-blog .entry.featured .entry-footer {
		position: absolute;
		bottom: 30%;
		left: 0;
		margin-left: 60px;
	}

	.page-template-blog .entry.featured .entry-footer .read-more .icon {
		float: none;
	}

	.page-template-blog .entry.featured .entry-footer .read-more {
		background-color: transparent;
		color: #fff;
		padding: 0 20px;
	}

	.page-template-blog .entry.featured .entry-footer .read-more:hover {
		background-color: none;
		color: #F83F48;
	}
}

.blog-sidebar {
	width: 100%;
	clear: both;
	background-color: #1f2427;
	color: #fff;
	padding: 60px 40px;
	margin: 10px 15px 50px;
	text-align: center;
}

.simple_tweet_widget {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.simple_tweet_widget .widget-wrap {
	max-width: 700px;
	margin: 0 auto;
}

.simple_tweet_widget .icon {
	color: #2ca9e1;
	font-size: 40px;
	margin-bottom: 20px;
	display: inline-block;
}

.simple_tweet_widget a {
	color: #fff;
}

.simple_tweet_widget .follow-link {
	color: #757575;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.simple_tweet_widget .follow-link:hover {
	color: #fff;
	background-color: transparent;
}

.simple_tweet_widget .follow-link i {
	margin-left: 30px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 15px;
	padding: 80px 0;
	color: #555555;
}

body:not(.home) .site-footer {
	background-color: #ffffff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .logo {
	float: left;
	width: 150px;
}

.site-footer .logo a:hover {
	background-color: transparent;
}

.site-footer .logo img {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

}

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

	.content {
		width: 100%;
	}

	.site-header {
		padding: 60px 0;
	}

	.entry-title,
	.page-heading .heading {
		font-size: 46px;
	}

	.hero .heading {
		font-size: 46px;
		margin-bottom: 30px;
	}

	.hero .button-container {
		margin-top: 40px;
	}

	.hero .text-container {
		font-size: 18px;
	}

	.slides-nav li {
		width: 180px;
	}

	.page-heading .image-container,
	.cta-section {
		padding: 100px 0;
	}

	.cta-section .heading {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.contact-section:not(.hide-heading) {
		padding: 100px 0 70px;
	}

	.contact-section:not(.hide-heading) .widget:nth-of-type(1) {
		width: 21%;
	}

	.contact-section .widget {
		width: 20%;
		margin-left: 6.25%;
	}

	.slide .image-container {
		width: 40%;
	}

	.slide .content-container {
		padding: 6% 40px;
		width: 60%;
	}

	.products .products-container {
		width: 540px;
	}

	.page-template-blog .entry {
		-webkit-box-flex: 0 50%;
		-moz-box-flex: 0 50%;
		-webkit-flex: 0 50%;
		-ms-flex: 50% 0 auto;
		flex: 0 50%;
	}

}

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

	.hero .wrap {
		max-width: 500px;
	}

	.hero .heading {
		font-size: 40px;
	}

	.slide {
		/*height: 700px;*/
		height: auto;
		/*float: none;*/
	}

	.slide .image-container {
    display: none;
	}

	.slide .content-container {
		width: 100%;
		padding: 40px 20px;
		text-align: center;
	}

	.slide .table-cell-wrap {
		display: block;
		margin: 0 auto;
		max-width: 460px;
	}

	.slide .heading-container:after {
		margin: 26px auto 0;
	}

	.slide .heading-container {
		margin-bottom: 26px;
	}

	.slide .button-container {
		margin-top: 30px;
	}

	.site-footer {
		text-align: center;
		padding: 60px 0;
	}

	.site-footer .one-half {
		width: 100%;
		margin-left: 0;
	}

	.site-footer .logo {
		float: none;
		margin: 0 auto 20px;
	}

	.products .nav-container {
		width: 100%;
	}

	.products .products-container {
		width: 100%;
		margin-top: 40px;
	}

	.products-nav li a .icon {
		display: none;
	}

	.page-heading .image-container {
		padding: 40px 0;
	}

	.cta-section {
		padding: 80px 0;
	}

	.page-heading .text-container {
		font-size: 24px;
	}

	.page-template-about .site-inner:after {
		content: none;
		display: none;
	}

	.team-section .team {
		width: 46.1538461538%;
	}

	.team-section .team:nth-of-type(3n+1) {
		margin-left: 7.69230769231%;
	}

	.team-section .team:nth-of-type(odd) {
		margin-left: 0;
	}

}

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

	.team-section .team {
		width: 100%;
		margin-left: 0 !important;
	}


}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin-left: 0;
		width: 100%;
	}

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

	.nav-primary {
		width: 100%;
	}

	.nav-primary .menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.slides-nav li {
		width: 160px;
	}

	.contact-section.hide-heading {
		padding-bottom: 20px;
	}

	.contact-section:not(.hide-heading) {
    padding: 60px 0 30px;
	}

	.contact-section:not(.hide-heading) .widget:nth-of-type(1) {
		width: 100%;
	}

	.contact-section:not(.hide-heading) .widget:nth-of-type(2) {
		margin-left: 0;
	}

	.contact-section .widget {
		width: 29%;
	}

	.contact-section.hide-heading .widget:not(:first-of-type) {
		margin-left: 6%;
	}

	.page-template-blog .entry {
		-webkit-box-flex: 0 100%;
		-moz-box-flex: 0 100%;
		-webkit-flex: 0 100%;
		-ms-flex: 100% 0 auto;
		flex: 0 100%;
	}

	.page-template-blog .entry-title {
		height: auto!important;
	}
}

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

	.slides-nav li {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.slides-nav li:not(:first-of-type) {
		margin-top: 4px;
	}

}

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

	.site-inner {
		padding: 20px 0;
	}

	.hero .content-container {
		padding-bottom: 40px;
	}

	.slides-nav-container {
		padding: 20px 0;
	}

	.contact-section .widget {
		width: 100%!important;
		margin-left: 0!important;
	}

	.ss-container li {
		display: block;
	}

	.ss-container li:not(:first-of-type) {
		margin: 10px 0 0;
	}

	.ss-container a {
		display: block;
		text-align: left;
	}

	.contact-section .widget {
		margin-bottom: 10px;
	}

	.entry-content .search-form {
		width: 100%;
	}

	.blog-sidebar {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

}
