/*
Theme Name: Sector3
Author: Geoff Brown
Author URI: http://www.plusmtl.com
Description: Custom theme for the Sector3 website.
Version: 1.0.1
License: License to ill
Text Domain: sector3

*/

body {
  background: rgb(88, 89, 91);
  margin: 56px 0 0 0;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  color: rgb(88, 89, 91);
  -webkit-text-size-adjust: none;
}

body.single-products #main {
  padding-top: 2em;
}
body.single-product_page #main {
  padding-top: .5em;
}

.center {
  text-align: center;
}

#main {
  background: #fff;
}
#main.page img.attachment-blog_teaser {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
	display: block
}

h2 {
  padding-bottom: .25em;
  line-height: 150%;
  color: rgb(207, 83, 39);
}
h2.page-title {
  font-size: 1.8em;
  padding-bottom: 0;
  margin-bottom: 1em;
  line-height: 100%;
}
h3 {
  color: rgb(207, 83, 39);
  font-size: 1.3em;
  line-height: 150%;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top: 0
}
#main-column h3.form-title,
#main-column h3.widget-title {
  font-size: 2.2em;
  line-height: 150%;
  margin: .3em 0;
  color: rgb(88, 89, 91);
}
.textwidget {
  font-size: 1.2em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#what-we-do .widget-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1em;
}
.box a {
  color: rgb(88, 89, 91);
}

a {
  color: rgb(207, 83, 39);
  text-decoration: none;
}
input.button,
a.link-button {
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  border: 0;
  display: inline-block;
  text-align: center;
}
input.button.white,
a.link-button.white,
form .submit-wrapper input.white {
  background: #fff;
  color: rgb(207, 83, 39);
}

a.link-button.link-button-custom {
	font-weight: bold;
	color: #fff
}

input.button.darkgrey,
a.link-button.darkgrey,
form .submit-wrapper input.darkgrey {
  background: rgb(88, 89, 91);
  color: #fff;
}
input.button.orange,
a.link-button.orange,
form .submit-wrapper input.orange {
  background: rgb(207, 83, 39);
  color: #fff;
}
input.profession {
	display: none;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
  clear: both;
}
img.alignnone {
  width: 100%;
  height: auto;
  clear: both;
}
/*#content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/

header {
  background: #fff;
  height: 56px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
	box-shadow:	rgba(0,0,0,0.3) 0px 0px 10px;
}
body.admin-bar header {
	top: 32px;
}
#logo {
  position: relative;
  left: 20px;
  top:18px;
  height: auto;
  width: 270px;
}



/**
 * Main nav
 */
#mobile-menu-icon {
  width: 40px;
  height: auto;
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}
#menu-nav {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 15px;
}
#menu-nav li {
  float: left;
}
.menu-main-container {
  position: absolute;
  right: 0px;
  top: 0px;
}
.menu-nav-container ul li a {
  color: rgb(88, 89, 91);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  padding: 0 15px;
}
.menu-nav-container ul {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}
.menu-nav-container ul li{
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

#intro {
  overflow: hidden;
  position: relative;
	height: 50vw;
	max-height: 520px;
  max-width: 100%; 
	display: flex;
	flex-direction: row
}
.intro-left-outer, .intro-right-outer  {
	height: 100%;
	width: 50%;
	display: flex;
	flex-direction: row;
}
.intro-left-outer {
	background-color: #D69164;
	justify-content: flex-end
}

.intro-right-outer {
	justify-content: flex-start
}
.intro-left-inner, .intro-right-inner {
	height: 100%;
	width: 100%;
	max-width: 520px;
}
#hero {
	background: url('images/owl_orange_square.png') top center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	box-shadow: inset #D69164 40px 0px 20px -20px 
}
#intro-content {
  width: 100%;
  height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

#intro-message {
	color: rgb(207, 83, 39);
	opacity: .85;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 150%;
  padding: 0 2em;
	margin-top: 1em;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#intro-message img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 1em;
}

#intro-message .textwidget {
	width: 100%;
	font-size: 1em;
}

#intro-latest-product {
	margin: 2em 2em;
	background-color: #efefef;
	border-radius: 30px;
	padding: 1em 2em;
}

#intro-latest-product .textwidget {
	width: 100%;
	font-size: 1.25em;
}

#intro .textwidget #play-button a {
  background: rgb(207, 83, 39);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-transform: none;
}

#intro .textwidget #play-button {
  display: none;
}
#intro .textwidget a {
  color: rgb(207, 83, 39);
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .5em;
  line-height: 150%;
  border-radius: 10px;
  padding: 16px 22px;
}

#intro iframe,
#intro object,
#intro embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*iframe#home-vid {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    z-index: 0;
}*/

#orange-text {
  background: rgb(207, 83, 39);
  color: #fff;
  padding: 2em;
  text-align: center;

  position: relative;
  z-index: 10;
}
#orange-text a.latest-product {
  color: #fff;
}
#orange-text .textwidget {
  width: 100%;
  max-width: 1040px;
  line-height: 1.4em;
font-size: 1.3em;
}
#orange-text .blocks-button {
	margin: 0;
}

#what-we-do {
  background: rgb(241, 235, 227);
  padding: 3em 1em 2em;
/*   text-align: center; */
  position: relative;
  z-index: 10;
}

#our-experts {
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

#our-experts .boxes-wrapper {
  width: 68%;
}

#our-work {
  background: rgb(225, 234, 234);
  padding: 20px;
  text-align: center;
}

.blocks-button {
  margin-bottom: 30px;
}
.blocks-button a {
  text-transform: uppercase;
}

body.home #products {
/*   background: rgb(241, 235, 227); */
  color: rgb(88, 89, 91);
  padding: 3em 20px 20px;
  text-align: center;
}

.product-wrapper {
	margin-top: 3em;
}

.product-display {
	display: flex;
	flex-direction: row;
    text-align: left;
	margin-bottom: 4em;
	font-size: 1em;
}

.product-display-image {
	margin-right: 2em;
}

.product-display-image img {
	border-radius: 20%;
	object-fit: cover;
}

#products-list-wrapper {
  margin-top: 2em;
}
#products-list-wrapper,
#latest-insights {
  background: rgb(207, 83, 39);
  color: #fff;
  padding: 20px;
  text-align: center;
}
#main-column #products-list-wrapper h2,
#latest-insights h3 {
  color: #fff;
}
#products-list-wrapper .box a,
#latest-insights .box a {
  color: #fff;
}
#products-list-wrapper .box h3,
#main #latest-insights .boxes-wrapper .box h3 {
  color: #fff;
}
#main-column .product-landing-blog-template .box h3.title {
  margin-bottom: 0;
}
.product-landing-blog-template .box h3.price {
  margin-top: 0;
  text-align: center;
}
.product-landing-blog-template .box h3.price .button {
  background: rgb(88, 89, 91);
  color: #fff;
  display: inline-block;
  padding: .5em 1.5em;
  border-radius: 12px;
  font-size: .8em;
}

.ecom-inquire-form {
  margin-top: 3em;
}

#stay-informed,
.s3i-form {
  background: rgb(241, 235, 227);
  padding: 20px;
  text-align: center;
}
#stay-informed.home-section,
#stay-informed.no-top-margin {
  margin-top: 0;
}
.s3i-form {
  margin-top: 2em;
}
.s3i-form form {
  width: 560px;
  margin: 0 auto;
}

.s3i-form textarea,
.s3i-form input {
  border: 1px solid #abb0b2;
}
.s3i-form label {
  color: rgb(88, 89, 91);
}

.boxes-wrapper .box {
  float: left;
  font-size: .8em;
  line-height: 150%;
}
#main .boxes-wrapper .box h3 {
  color: rgb(88, 89, 91);
}
.boxes-wrapper .box img.main-image {
  width: 100%;
  height: auto;
}
.boxes-wrapper {
  width: 95%;
  margin: 0 auto;
}
.boxes-wrapper.boxes-1 {
  width: 25%;
}
.boxes-wrapper.boxes-1 .box {
  width: 70%;
  margin: 15%;
}
.boxes-wrapper.boxes-2 {
  width: 50%;
}
.boxes-wrapper.boxes-2 .box {
  width: 45%;
  margin: 2.5%;
}
.boxes-wrapper.boxes-3 {
  width: 75%;
}
.boxes-wrapper.boxes-3 .box {
  width: 28%;
  margin: 2.6%;
}
.boxes-wrapper.boxes-3 .box:nth-child(3n+1) {
	clear: both;
}
.boxes-wrapper.boxes-4 .box {
  width: 20%;
  margin: 2.5%;
}
.boxes-wrapper.boxes-4 .box:nth-child(4n+1) {
	clear: both;
}
.boxes-wrapper.boxes-5 .box {
  width: 15%;
  margin: 2.5%;
}
.boxes-wrapper.boxes-5 .box:nth-child(5n+1) {
	clear: both;
}
.boxes-wrapper.boxes-6 .box {
  width: 11%;
  margin: 2.5%;
}
.boxes-wrapper.boxes-6 .box:nth-child(6n+1) {
	clear: both;
}
.boxes-wrapper h3 {
  margin-bottom: .25em;
}


#our-experts img {
  border-radius: 50%;
  border: 2px solid #555;
}
#our-experts .contact-link {
  margin-top: 20px;
}
#our-experts .contact-link a.link-button {
  padding: 10px 18px;
}


#mc_embed_signup {
  width: 560px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
#stay-informed #mc_embed_signup form {
  padding: 0;
}
#mc_embed_signup .mc-field-group.fname {
  width: 270px;
  float: left;
  clear: none;
}
#mc_embed_signup .mc-field-group.lname {
  width: 270px;
  float: right;
  clear: none;
}
#mc_embed_signup .mc-field-group.email {
  width: 560px;
}
#stay-informed #mc_embed_signup .clear {
  text-align: center;
}
.s3i-form input.submit-btn,
#stay-informed #mc_embed_signup input#mc-embedded-subscribe {
  background: #fff;
  color: rgb(207, 83, 39);
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8em;
  padding: 14px 30px;
  border-radius: 12px;
  height: auto;
  font-size: 1em;
  line-height: 150%;
  border: 0;
  cursor: pointer;
}
#mc_embed_signup #mc_embed_signup_scroll #mce-responses #mce-success-response {
  color: rgb(207, 83, 39);
}

#footer {
  background: rgb(88, 89, 91);
  color: #fff;
  font-size: .8em;
  padding: 20px;
  position: relative;
}

#footer .social-nav {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 28px;
}
#footer .social-nav li {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  float: left;
  margin: 0 10px;
}
#footer .social-nav li a {
  color: #fff;
  text-decoration: none;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: auto 25px;
}
#footer .social-nav li.linkedin a {
  width: 25px;
  background-image: url('images/social.png');
}
#footer .social-nav li.facebook a {
  width: 25px;
  background-image: url('images/social.png');
  background-position: -31px 0;
}
#footer .social-nav li.twitter a {
  width: 31px;
  background-image: url('images/social.png');
  background-position: -62px 0;
}
#footer .social-nav li.email a {
  width: 33px;
  background-image: url('images/social.png');
  background-position: -97px 0;
}

#main #main-inner {
  padding: 20px;
}
.inner-width {
  margin: 0 auto;
  width: 78%;
}

#main-column h2,
#main-column h3,
#main-column h4,
#main-column #excerpt,
#main-column .page-title {
  color: rgb(207, 83, 39);
}
#excerpt p {
  margin-top: 0;
}
#main-column h3 {
  font-size: 1em;
  margin-bottom: -1em;
}
#main-column a.button {
  background: rgb(241, 235, 227);
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  color: rgb(207, 83, 39);
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
#sidebar-left {
  width: 15%;
  float: right;
}

#tagged .label {
  color: rgb(207, 83, 39);
  float: left;
}
ul.tags {
  list-style: none;
  margin: 0 0 2em 10px;
  padding: 0;
  float: left;
}
ul.tags li {
  float: left;
}
ul.tags li a {
  background: rgb(207, 83, 39);
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
}

.sector-field {
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 1.1em;
  font-family: Montserrat, sans-serif;
}
.sector-field {
  width: 99.9%;
  margin: .5em 0;
}
.sector-field.first-name {
  width: 45%;
  float: left;
}
.sector-field.last-name {
  width: 45%;
  float: right;
}
.sector-field.message {
  height: 8em;
}
.submit-wrapper {
  text-align: center;
}
.submit-wrapper input.submit {
  background: #fff;
  color: rgb(207, 83, 39);
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8em;
  padding: 10px 20px;
  border: 1px solid rgb(88, 89, 91);
  border-radius: 12px;
  height: auto;
  font-size: 1em;
  line-height: 150%;
}


#main-column #st-1 {
  margin-top: 1em;
  text-align: left;
}
#main-column #st-1 .st-btn {
  background: rgb(207, 83, 39);
}
.share-this-wrapper.img {
  margin: 19px 5px 0 0;
}
.share-this-wrapper {
  float: left;
  color: rgb(207, 83, 39);
  margin: 3px 5px 0 0;
}
/*#main-column .sharethis-inline-share-buttons {
  float: left;
}*/

/*.contact-form {
  width: 50%;
}*/

h2.tag-title {
  float: left;
}
a.all-insights {
  background: rgb(207, 83, 39);
  color: #fff;
  padding: 10px;
  position: relative;
  top: 1.6em;
  left: 2em;
}

.expert {
  margin-bottom: 2em;
}
.expert .image-column {
  float: left;
  width: 20%;
}
.expert .image-column img {
  width: 100%;
  height: auto;
}
.expert .body {
  float: left;
  width: 40%;
  margin-left: 10px;
}
.expert h3 {
  margin: 0;
}

#products {
  text-align: center;
}
#products .product {
  display: inline-block;
  width: 29%;
  margin: 2.5%;
  vertical-align: top;
}
#products .product ul {
  text-align: left;
}
#products .product.first-col {
  margin-left: 0;
}
#products .product.last-col {
  margin-right: 0;
}
#products .product h3 {
  margin-bottom: 0;
  color: #fff;
}
#products .product img {
  width: 100%;
  height: auto;
}
#products .product .button {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 1.5em;
}
.product_page-template-default #main-column .inner-width {
  margin-top: 2em;
}

.product_page-template-default .product-left.image {
  float: left;
  width: 64%;
  clear: left;
}
.product_page-template-default .product-left.video {
  float: left;
  width: 47.7%;
  clear: left;
}
.product_page-template-default .product-left h2 {
  margin: 0;
}
.product_page-template-default #main #main-column #image {
  float: right;
  width: 31%;
}
.product_page-template-default .product-right.video {
    padding-top: 1em;
    float: right;
    width: 47.7%;
}
.product_page-template-default #video {
  width: 560px;
}
.product_page-template-default h2.get-the-report {
  margin: .3em 0;
  font-size: 2.2em;
}
.product_page-template-default #see-other-reports a {
  margin-bottom: 0;
}
.product_page-template-default #see-other-reports {
  margin: 2em 0;
}
.product_page-template-default #mc_embed_signup_scroll h2 {
  text-align: center;
}

.products-template-default h2.page-title {
  margin-top: 0;
  margin-bottom: 0.1em;
}
.products-template-default .publication-date {
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 0.8em;
}

#main-column .product-landing-blog-template .box h3 {
  font-size: 1.3em;
  margin-bottom: .25em;
}
#main-column .product-landing-blog-template .box p:first-of-type {
  margin-top: 0;
}
.product-blog-top {
  margin: 0 6.5%;
}

form#stripe-payment {
  text-align: left;
}
form#stripe-payment label {
  display: block;
}
form#stripe-payment .form-field {
  margin-top: 1em;
}
form#stripe-payment .form-field .description {
  font-size: .7em;
}
form#stripe-payment .form-field input {
  width: 99.5%
}
form#stripe-payment .form-field-fname,
form#stripe-payment .form-field-lname {
  width: 48%
}

form#stripe-payment .form-field-fname,
form#stripe-payment .form-field-zip {
  float: left;
}
form#stripe-payment .form-field-lname{
  float: right;
}
form#stripe-payment .form-field-state {
  float: left;
}
form#stripe-payment .form-field-zip {
  margin-left: 4%;
}
/*form#stripe-payment .form-field input.cc-number {
  width: 300px;
}*/
form#stripe-payment .form-field input.cc-expmonth,
form#stripe-payment .form-field input.cc-expyear {
  width: 40px;
}
form#stripe-payment .form-field input.cc-cvc {
  width: 60px;
}
form#stripe-payment .submit-wrapper{
  margin-top: 3em;
}
form#stripe-payment .form-field input,
form#stripe-payment .form-field select {
  padding: 5px;
  border-radius: 3px;
  font-size: 1.1em;
  font-family: Montserrat, sans-serif;
}
form#stripe-payment .form-field-cc-number {
  float: left;
  width: 40%;
  margin-right: 6%;
}
form#stripe-payment .form-field-exp {
  float: left;
  width: 25%;
  margin-right: 4%;
}
form#stripe-payment #price-confirmation h3 {
  margin-top: 0;
  margin-bottom: 1em;
}
form#stripe-payment #price-confirmation {
  margin-top: 2em;
  border: 1px solid #999;
  background: rgb(220, 215, 210);
  padding: 20px;
  border-radius: 10px;
}
form#stripe-payment #price-confirmation .total {
  font-size: 1.4em;
  font-weight: bold;
}
form#stripe-payment label .question-mark {
  background: url('/wp-content/themes/sector3/images/question.png') center right no-repeat;
  background-size: 20px 20px;
  padding: 0 10px;
  margin-left: 3px;
  position: relative;
}
form#stripe-payment .cvc-desc {
  display: none;
  position: absolute;
  right: 0;
  width: 400px;
  padding: 5%;
  border-radius: 20px;
  border: 2px solid #555;
  background: #fff;
  line-height: 120%;
}
form#stripe-payment .price-span {
  display: inline-block;
  text-align: right;
  width: 100px;
}
form#stripe-payment input.submit-btn {
  padding-right: 50px;
  background: #fff url('images/padlock.png') no-repeat 88% 45%;
  background-size: 15px;
}
form#stripe-payment input.submit-btn.disabled {
  opacity: .5;
}


#modal-screen {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: .9;
}
#modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
#modal-overlay {
  background: #fff;
  position: relative;
  top: 15%;
  width: 60%;
  height: 70%;
  margin: 0 auto;
  border: 1px solid #555;
  border-radius: 8px;
}
/*#modal-wrapper.video #modal-overlay {
    position: relative;
    width: 100%;
}
#modal-wrapper.video #modal-overlay #modal-head {
    height: 20px;
}
#modal-wrapper.video #modal-overlay .content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
*/
#modal-wrapper.video #modal-overlay {
    position: relative;
    width: 100%;
}
#modal-wrapper.video #modal-overlay {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#modal-wrapper.video #modal-overlay iframe {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}
/*#modal-wrapper.video #modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
#modal-head {
  position: absolute;
  top: 5px;
  right: 10px;
}
#modal-overlay .content{
  padding: 20px;
}


.single-product_page #main #image {
  width: 48%;
  float: right;
}
.single-product_page #main #image img {
  width: 100%;
  height: auto;
}
.single-products #content {
  width: 66%;
  float: left;
  clear: left;
}
.single-products #content li {
	margin-bottom: 0.75em
}
.single-products #content .price {
  font-weight: bold;
}


.single-products .post-image {
  float: right;
  width: 30%;
}
.single-products .post-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20%;
}


.ecom-inquire-form {
  padding-bottom: 2em;
}


form#product-inquire input.org-name {
  display: none;
}


.page-id-240 #main #main-inner {
  padding-bottom: 4em;
}

#share-this-outer-wrapper {
  margin: 60px 0;
}

.price-label {
  display: inline-block;
  width: 100px;
}

.clear-div {
  clear: both;
}


@media (max-width: 1025px) {
  .alignleft img,
  img.alignleft,
  .alignright img,
  img.alignright {
    width: 100%;
    height: auto;
    float: none;
    margin: 1em 0;
  }
  .alignleft,
  .alignright {
    width: 100%;
    float: none;
    margin: 1em 0;
  }
  div.wp-caption {
    width: 100%!important;
  }
  .csColumn li {
    text-align: left;
  }
  #main .csColumn {
    text-align: left!important;
    margin: 0!important;
    width: 100%!important;
  }
  
  
  #mobile-menu-icon {
    display: inline;
  }
  .menu-nav-container ul {
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    border: 2px solid #555;
    border-top: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 360px;
    display: none;
  }
  .menu-nav-container ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu-nav-container ul li a {
    font-size: 1.6em;
    border-left: 0;
    border-top: 2px solid #555;
    padding: 50px 20px;
    display: block;
  }
  .menu-nav-container ul li#menu-item-44 a {
    border-top: 0;
  }
  .widget_nav_menu {
    list-style: none;
  }
  
  form#stripe-payment .form-field select {
    width: 100%;
  }
  form#stripe-payment .form-field-state {
    float: none;
  }
  form#stripe-payment .form-field-zip {
    margin-left: 0;
    width: 100%;
  }
  form#stripe-payment .form-field-cc-number {
    float: none;
    width: 100%;
  }
  form#stripe-payment .form-field-exp {
    width: 45%;
  }
  form#stripe-payment .form-field input.cc-expmonth,
  form#stripe-payment .form-field input.cc-expyear {
    width: 60px;
  }
  form#stripe-payment .cvc-desc {
    font-size: .7em;
  }
  .price-label {
    width: 140px;
  }
  form#stripe-payment .price-span {
    width: 180px;
  }
}


@media (min-width: 601px) and (max-width: 1200px) {
  body {
    margin: 56px 0 0 0;
  }
  header {
    height: 56px;
  }
  #menu-nav {
    right: 20px;
    top: 18px;
  }
  .menu-nav-container ul li a {
    font-size: .8em;;
  }
  .expert .image-column {
    width: 30%;
  }
  .expert .body {
    width: 68%;
  }
}

@media (max-width: 900px) {
	#intro-latest-product {
		border-radius: 0;
		margin: 0;
	}
}


@media (max-width: 800px) {
  .textwidget {
    font-size: .8em;
  }
  body {
    font-size: 1.2em;
  }
	
	#intro {
		height: auto;
	}

	.intro-left-outer {
		display: none;
	}
	.intro-right-outer {
background: #D69164 url('images/owl_orange_square.png') center right;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	box-shadow: inset #D69164 40px 0px 20px -20px 
	}
	.intro-right-inner {
		background: rgba(255,255,255,0.7);
		width: 100%;
		max-width: 100%;
	}
	
	#intro-latest-product {
		border-radius: 20px;
		margin: 1em;
		background-color: rgba(239, 239, 239, 0.7);
		font-size: 0.8em;
	}

  #products .product {
    width: auto;
    float: none;
    margin: 40px 0;
  }
  .product_page-template-default.single-product_page .product-left.video,
  .product_page-template-default.single-product_page .product-right.video,
  .single-product_page .product-left,
  .single-product_page .product-right {
    width: 100%;
    float: none;
  }
  .single-product_page #main #main-column #image,
  .single-product_page #main #main-column #video {
    width: 100%;
    float: none;
  }
  .single-product_page #main #image img {
    margin-top: 1em;
    width: 100%;
    height: auto;
  }
  
  #stay-informed .mc-field-group.fname,
  #stay-informed .mc-field-group.lname,
  #stay-informed .mc-field-group.email {
    width: 100%;
  }
  
  #stay-informed .mc-field-group.fname input,
  #stay-informed .mc-field-group.lname input,
  #stay-informed .mc-field-group.email input {
    font-size: 1.2em;
    padding: 10px 5px;
  }
  
  #stay-informed label {
    font-size: 1.2em;
  }
  #footer .social-nav {
    top: 25;
    left: 13px;
  }
  #footer .description {
    clear: left;
    margin-top: 3em;
  }
  #main-column {
    margin: 0;
    padding: 0;
  }
  #main #intro .textwidget {
    /*font-size: 1.2em;*/
  }
  
  #main #orange-text .textwidget {
    font-size: 1.1em;
  }
  /*#products-list-wrapper .product {
    font-size: 1.7em;
    line-height: 150%;
  }*/
  #main .boxes-wrapper .box {
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
    float: none;
    font-size: 1.1em;
  }
  .boxes-wrapper.boxes-1 {
    width: 100%;
  }
  .boxes-wrapper.boxes-2 {
    width: 100%;
  }
  .boxes-wrapper.boxes-3 {
    width: 100%;
  }
  .boxes-wrapper.boxes-4 {
    width: 100%;
  }
  
  .product_page-template-default .product-right #video-wrapper iframe {
      width: 100%;
  }
  .product_page-template-default #video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .product_page-template-default #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	
	.single-products .post-image {
		float: none;
		margin: auto;
		width: 100%;
		margin-bottom: 1em;
	}
	
	.single-products #content {
		width: 100%;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar header {
		top: 46px;
	}
}

@media (max-width: 600px) {
  body {
    margin: 56px 0 0 0;
  }
  #main-column {
    margin: 0;
    padding: 0;
    float: none;
  }
  #main .boxes-wrapper .box {
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
    float: none;
    font-size: 1.1em;
  }
  .boxes-wrapper.boxes-1 {
    width: 100%;
  }
  .boxes-wrapper.boxes-2 {
    width: 100%;
  }
  .boxes-wrapper.boxes-3 {
    width: 100%;
  }
  .boxes-wrapper.boxes-4 {
    width: 100%;
  }
  h3.widget-title {
    font-size: 1.5em;
  }
  #orange-text {
    font-size: 1.2em;
    line-height: 150%;
  }
  .home-section {
    font-size: 1.2em;
    line-height: 150%;
  }
	
	.product-display {
		display: block;
	}
	.product-display-image {
		display: none;
	}
  
  .textwidget {
    font-size: .8em;
    width: 100%;
    line-height: 140%;
  }
  #mc_embed_signup {
    width: 480px;
    padding: 40px 0 0 0;
  }
  #stay-informed #mc_embed_signup form {
    padding: 0;
  }
  
  
  #our-experts .boxes-wrapper {
    width: 100%;
  }
  .contact-form {
    width: auto;
  }
  .sector-field.first-name {
    width: 100%;
    float: none;
  }
  .sector-field.last-name {
    width: 100%;
    float: none;
  }
  .expert .image-column {
    width: 100%;
  }
  .expert .body {
    width: 100%;
    margin-left: 0;
  }
  .expert h3 {
    margin: 1em 0 0 0;
  }
  .s3i-form form {
    width: auto;
  }
  form#stripe-payment .form-field-fname,
  form#stripe-payment .form-field-lname {
    width: 100%;
  }
  
  .single-products .inner-width #content,
  .single-products .post-image {
    float: none;
    width: 100%;
  }
  #main {
      position: relative;
  }
  #main #intro .textwidget {
     top: 35%;
     font-size: 1em;
  }
  #main #intro .textwidget a {
     font-size: 2vw;
     padding: 10px;
  }
  
  #vid-wrapper {
      display: none;
  }
    #intro .textwidget #play-button {
      display: block;
    }
}