@charset "UTF-8";
/*!
Theme Name: Grill
Theme URI: https://grillmastersclub.com/
Author: WB
Description: Grill is a special Wordpress theme based on Twenty Seventeen WP Theme.
Version: 1.2.2
Text Domain: grill
Tags: right-sidebar, flexible-header, custom-menu, custom-logo, editor-style, featured-images, widgets, featured-post, theme-options
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Posts
   13.4 Pages
   13.5 Footer
14.0 Comments
15.0 Widgets
16.0 Media
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }
/*-------------------------------------------------------------
Grill Master Logo in Slider Size Start
--------------------------------------------------------------*/
.site-header .wrap-flex .slogan-box img {
    max-width: 50%!important;
}
/*-------------------------------------------------------------
Grill Master Logo in Slider Size End
--------------------------------------------------------------*/

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: 1px #696969 dotted;
  text-decoration: none; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

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; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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 #696969;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  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-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template, [hidden] {
  display: none; }

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.entry-footer:before, .entry-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.nav-links:before, .nav-links:after {
  content: "";
  display: table;
  table-layout: fixed; }

.comment-author:before, .comment-author:after {
  content: "";
  display: table;
  table-layout: fixed; }

.widget-area:before, .widget-area:after {
  content: "";
  display: table;
  table-layout: fixed; }

.widget:before, .widget:after {
  content: "";
  display: table;
  table-layout: fixed; }

.comment-meta:before, .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46;
  color: #696969; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.34;
  margin: 0 0 0.6em;
  padding: 0.6em 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 28px;
  color: #d65729;
  text-align: center; }

h2 {
  font-size: 28px;
  color: #d65729;
  text-align: center; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px;
  color: #d65729; }

h5 {
  font-size: 16px;
  color: #000; }

h6 {
  font-size: 15px; }

p {
  margin: 0 0 12px;
  padding: 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  color: #696969;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 12px 16px; }
  blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #696969;
  cursor: help; }

mark, ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

blockquote:before, blockquote:after {
  content: ""; }

:focus {
  outline: none; }

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #333;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5em; }

fieldset {
  margin-bottom: 1em; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  display: block;
  padding: 0.7em;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #696969;
  font-style: italic;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: #fff;
  background-image: none; }

textarea {
  display: block;
  padding: 0.7em;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #696969;
  font-style: italic;
  border: 0;
  border-radius: 0;
  background: #fff;
  background-image: none; }

select {
  border: 0;
  border-radius: 0;
  height: 3em;
  max-width: 100%; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em; }

input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 500; }

.wrap-flex .slogan-box img { 
/*     height:; */
	width:300px;
	margin-top: 50px;
}
button, .button {
  padding: 0.58em 0.72em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
/*   margin-top: 120px!important; */
  text-shadow: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff8201;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  button.buy-btn, .button.buy-btn {
    padding: 0.48em 1.42em; }

input[type="button"], input[type="submit"] {
  padding: 0.58em 0.72em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff8201;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.secondary {
  background-color: #d65729; }

button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
  background-color: #e17200; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #bc4d24; }

input[type="reset"]:hover, input[type="reset"]:focus {
  background-color: #e17200; }

input[type="button"].secondary:hover, input[type="button"].secondary:focus {
  background-color: #e17200; }

input[type="reset"].secondary:hover, input[type="reset"].secondary:focus {
  background-color: #e17200; }

input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background-color: #e17200; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder {
  color: #474a4d;
  font-style: italic; }

::-moz-placeholder {
  color: #474a4d;
  opacity: 1;
  font-style: italic;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #474a4d;
  font-style: italic; }

.search-field {
  color: #fff; }

.search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7); }

.search-field:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7); }

.search-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7); }

.search-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7); }

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #696969;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.hidden {
  display: none; }

::-moz-selection {
  color: #fff;
  background: #d65729; }

::selection {
  color: #fff;
  background: #d65729; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 12px 18px;
  padding: 0; }
  ul li, ol li {
    padding-left: 6px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 16px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 12px 12px; }

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #696969;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: 0.4em; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #ff8201;
  text-decoration: none; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    color: #d65729; }

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.8; }

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 3;
  font-size: 15px;
  line-height: 1;
  background-color: rgba(13, 8, 6, 0.65); }
  .navigation-top .custom-logo-link {
    display: inline-block;
    margin: 16px 0; }
    .navigation-top .custom-logo-link > img {
      max-width: 180px; }

.main-navigation {
  display: block; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .main-navigation li {
    padding: 8px 0;
    position: relative; }
  .main-navigation a {
    display: inline-block;
    padding: 8px 10px;
    color: #fffcf6;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    border: 2px solid transparent;
    transition: color 0.2s; }
    .main-navigation a:hover {
      color:#fff; }
  .main-navigation .bordered a {
    border-color: #ff8201; 
    background: #ff8201;
  }
.main-navigation .bordered a:hover {
    color: #fff;
}
  .main-navigation > div > ul {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.75em 0; }

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul {
  display: none; }

.js .main-navigation.toggled-on > div > ul {
  display: block; }

/* Menu toggle */
.menu-toggle {
  position: absolute;
  top: 10px;
  right: 16px;
  margin: 0;
  padding: 0;
  height: 34px;
  color: #fffcf6;
  display: none;
  font-size: 14px;
  line-height: 34px;
  vertical-align: middle;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle,
.main-navigation.toggled-on ul.nav-menu {
  display: block; }

.menu-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px; }

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none; }

.toggled-on .menu-toggle .icon-close {
  display: inline-block; }

/* blog navs */
.navigation-secondary {
  margin-top: 30px;
  padding: 10px 0 15px 0;
  background-color: #ff8201; }
  .navigation-secondary.blog-nav {
    background: #000;
}
  .navigation-secondary .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navigation-secondary .cats-menu {
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: left; }
    .navigation-secondary .cats-menu li {
      display: inline-block;
      padding: 0; }
    .navigation-secondary .cats-menu a {
      display: inline-block;
      margin-right: 15px;
      line-height: 32px;
      height: 32px;
      font-family: "Oswald", sans-serif;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 15px;
      vertical-align: middle;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .navigation-secondary .cats-menu a:hover, .navigation-secondary .cats-menu a:focus {
        color: #bc4d24; }
    .navigation-secondary .cats-menu .current-menu-item a {
      color: #bc4d24; }

.search-form {
  width: 100%;
  position: relative;
  margin-top: 15px; }
  .search-form .search-field {
    height: 32px;
    width: 100%;
    line-height: 32px;
    padding: 0 42px 0 14px;
    font-size: 14px;
    color: #fff;
    background-color: #e17200; }
  .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    background: none !important; }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

#page {
  position: relative;
  word-wrap: break-word; }

.wrap,
.wrap-flex {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px; }

.wrap {
  padding-left: 16px;
  padding-right: 16px; }

.wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }
  .row .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    overflow: hidden; }

#secondary {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 42px; }

.has-sidebar #content > .wrap-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 48px 16px; }

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.header-main {
  background-image: url("assets/images/header.jpg?v=1.0.1");
  background-position: center top; }

.header-blog {
  padding: 50px 0 0 0;
  background-image: url("assets/images/header-blog.jpg?v=1.0.1");
  background-position: center; }
  .header-blog .wrap {
    text-align: center; }
  .header-blog img {
    display: inline-block; }

/* Banner Slogan */
.site-header .wrap-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 16px 50px 16px; }
  .site-header .wrap-flex .slogan-box {
	  width: 500px;
    max-width: 632px;
    text-align: center; }
    .site-header .wrap-flex .slogan-box img {
      margin: 0 auto; }
    .site-header .wrap-flex .slogan-box .slogan-image {
      margin-bottom: 40px; }
.site-header .wrap-flex .slogan-box .slogan-text {
	width: 340px;
	margin: -25px auto 20px;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	max-width:100%;
}
    .site-header .wrap-flex .slogan-box .subscribe-links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .site-header .wrap-flex .slogan-box .button {
      margin: 0 8px; }

/* Subscribe Header */
/* Simple Header */
.header-simple {
  min-height: auto !important;
  padding: 0 !important;
  margin-bottom: 40px;
  background: none !important; }
  .header-simple .wrap-flex,
  .header-simple .menu-scroll-down {
    display: none !important; }

/* Scroll down arrow */
.menu-scroll-down {
  display: none;
  width: 201px;
  height: 50px;
  padding: 14px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  text-align: center;
  background: url("assets/images/arrow-bot-bg.png?v=1.0.1") no-repeat left top; }

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.grill-panel {
  overflow: hidden;
  position: relative; }

.panel-content {
  padding: 50px 0; }
  .panel-content h2 {
    margin-bottom: 30px; }

/* Panel edit link */
.grill-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
  font-size: 14px;
  font-size: 0.875rem; }

/* steps */
#steps {
  text-align: center; }
  #steps .panel-content {
    padding-bottom: 10px; }
  #steps img {
    margin: 0 auto; }
  #steps h4 {
    margin: 15px 0 12px;
    padding: 0; }
  #steps p {
    margin: 0; }
	
/* Slider Panel */
#slider {
  background: #9e9586 url("assets/images/pattern3.jpg?v=1.0.1") left top; }
  #slider .panel-content {
    padding-bottom: 0; }
  #slider h2 {
    color: #fff; }

.slider-wrap {
  margin: 0 auto;
  max-width: 920px; }

/* Reviews */
#reviews .panel-content h2 {
  margin-bottom: 5px; }

#reviews .panel-subtitle {
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  color: #696969;
  font-size: 14px; }

#reviews .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#reviews .column {
  text-align: center; }
  #reviews .column > img {
    display: inline-block; }

#reviews .read-more {
  margin: 0;
  text-align: center; }

.panel-page .panel-content {
  padding-bottom: 20px; }

.grill-front-page #reviews .row .column:last-child {
  display: none; }

/* free access banner */
#free-access-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }
  #free-access-banner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64); }
  #free-access-banner .wrap .img-wrap {
    width: auto;
    max-width: 730px;
    position: relative;
    text-align: center; }
    #free-access-banner .wrap .img-wrap .img-wrap-lg {
      display: none; }
    #free-access-banner .wrap .img-wrap imd {
      display: block; }
    #free-access-banner .wrap .img-wrap .button {
      position: relative;
      margin-top: 24px;
      padding: 0.58em 1.2em;
      font-size: 22px !important; }
  #free-access-banner p {
    text-align: center; }
    #free-access-banner p.retail-value {
      margin: 0;
      font-family: "Oswald", sans-serif;
      color: white;
      font-size: 1.2em;
      text-transform: uppercase; }

/* In the box */
#home-inthebox .panel-content {
  padding: 0; }

.inthebox-container .inthebox-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .inthebox-container .inthebox-tabs .tab-link {
    margin: 0 1px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    background-color: black; }
    .inthebox-container .inthebox-tabs .tab-link img {
      display: block;
      margin: 0; }
    .inthebox-container .inthebox-tabs .tab-link .tab-link-title {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      background-color: transparent;
      -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .inthebox-container .inthebox-tabs .tab-link .tab-link-title h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        list-height: 1.2;
        color: #fff;
        text-align: center;
        -webkit-transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
    .inthebox-container .inthebox-tabs .tab-link:hover .tab-link-title, .inthebox-container .inthebox-tabs .tab-link.current .tab-link-title {
      background-color: rgba(255, 68, 2, 0.34); }
      .inthebox-container .inthebox-tabs .tab-link:hover .tab-link-title h4, .inthebox-container .inthebox-tabs .tab-link.current .tab-link-title h4 {
        color: white; }

.inthebox-container .tab-content {
  width: 100%;
  padding: 2px 1px 0 2px;
  display: none; }
  .inthebox-container .tab-content .tab-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 520px;
   }
  .inthebox-container .tab-content .tab-media {
    padding: 16px 16px 0 16px; }
    .inthebox-container .tab-content .tab-media img {
      margin: 0 auto; }
  .inthebox-container .tab-content .item {
    padding: 0 16px;
    margin: 0 auto 32px auto;
    max-width: 488px; }
    .inthebox-container .tab-content .item .item-heading {
      padding: 0;
      margin: 0;
      color: #3b3b3b; }
    .inthebox-container .tab-content .item .item-desc {
      margin: 24px 0;
      color: #2c2a2d; }
      .inthebox-container .tab-content .item .item-desc p {
        margin: 0; }
  .inthebox-container .tab-content.current {
    display: block; }

/*--------------------------------------------------------------
13.3 Posts
--------------------------------------------------------------*/
/* Blog Posts */
.entry-header {
  position: relative;
  margin-bottom: 10px; }
  .entry-header .post-thumbnail img {
    width: 100%; }
  .entry-header .pop-top {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 112px;
    padding: 4px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #d65729; }
  .entry-header .entry-meta {
    margin-top: 5px; }
    .entry-header .entry-meta a {
      padding: 4px 6px 4px 0;
      color: #000;
      font-size: 14px;
      font-weight: 700;
      display: inline-block;
      background-color: #fff;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .entry-header .entry-meta a:hover, .entry-header .entry-meta a:focus {
        color: #d65729; }
  .entry-header.no-thumbnail {
    min-height: 24px;
    margin-bottom: 5px !important; }
    .entry-header.no-thumbnail .pop-top {
      top: 0;
      right: 0;
      left: auto;
      width: 140px;
      min-height: 24px;
      padding: 2px 8px;
      font-size: 15px; }
    .entry-header.no-thumbnail .entry-meta {
      bottom: 0;
      left: 0; }
      .entry-header.no-thumbnail .entry-meta a {
        padding: 0 6px 0 0;
        color: #000;
        height: 24px;
        line-height: 24px;
        vertical-align: middle; }

/* Post Content */
.post-content .entry-header {
  margin-bottom: 0; }

.post-content .entry-title {
  margin: 0 0 16px 0;
  text-align: left; }

.post-content h2 {
  text-align: left; }

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  color: #444; }

/* Blog List */
.blog-list > .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blog-list .column {
  padding-bottom: 30px; }

.blog-list .entry-title {
  padding: 0;
  margin: 0 0 8px 0; }
  .blog-list .entry-title a {
    color: #696969;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .blog-list .entry-title a:hover {
      color: #d65729; }

.blog-list .sticky-post .entry-title {
  margin: 0; }
  .blog-list .sticky-post .entry-title a {
    color: #d65729;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .blog-list .sticky-post .entry-title a:hover {
      opacity: 0.8; }

.blog-list .sep-posts {
  padding: 0 16px 20px 16px;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .pagination.sp-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

/*--------------------------------------------------------------
13.4 Pages
--------------------------------------------------------------*/
.page-content {
  padding: 60px 0;
  width: 100%; }
  .page-content h2 {
    text-align: left; }
  .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #444; }

/* 404 Page */
.wrap-flex.not-found {
  padding: 0 16px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wrap-flex.not-found .error-404 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

/* Subscribe Page */
.hidden-sm {
  display: none; }

.hidden-lg {
  display: block; }

#subscribe .mob-page-header {
	display:none;
}
#subscribe .mob-page-header .next-shipment {
    background-color: #fe8100;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0;
    margin-top: 12px;
}
#subscribe .mob-page-header .next-shipment .cal-img {
    display: inline-block;
    width: 14px;
    vertical-align: -1px;
    margin-right: 3px;
}
#subscribe .mob-page-header .mob-heading-txt {
    color: #d65729;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
}
#subscribe .mob-page-header .icons-set {
    overflow: hidden;
}
#subscribe .mob-page-header .icons-set img {
    display: inline-block;
    width: 27px;
}
#subscribe .mob-page-header .icons-set .icon-obj {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    padding: 0 10px;
}
#subscribe .page-header {
  padding: 50px 0 30px 0;
  background-image: url("assets/images/header-subscribe.jpg?v=1.0.1");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  #subscribe .page-header h1 {
    margin: 0 0 20px 0;
    color: #fff; }
  #subscribe .page-header .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.34;
    padding-bottom: 20px; }
  #subscribe .page-header .column-media {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 62px;
    text-align: center; }
    #subscribe .page-header .column-media img {
      display: inline-block; }
  #subscribe .page-header .column-content {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase; }

.header-separator {
  display: none; }

#subscribe .page-content {
  padding: 40px 0;
}

#subscribe .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#subscribe .box {
	padding: 16px;
	margin: 0 auto;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	position:relative;
	vertical-align:top;
}
#subscribe .box .box-media {
	margin-bottom: 20px;
	position:relative;
	min-height: 280px;
}
#subscribe .box .box-media .discount-box {
	background: #d45221; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #d45221 0%, #ec9f53 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #d45221 0%,#ec9f53 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #d45221 0%,#ec9f53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d45221', endColorstr='#ec9f53',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-family: oswald;
    line-height: 17px;
}
#subscribe .box .box-media .discount-box .disc-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
#subscribe .box .box-media .discount-box .disc-cnt .disc-amt {
    font-size: 19px;
    font-weight: 500;
}
#subscribe .box .box-media .discount-box .disc-cnt .disc-txt {
    font-size: 12px;
}
  #subscribe .box .box-price {
    font-size: 24px;
    color: #2e1e1c;
    font-weight: 600; }
  #subscribe .box .box-desc br {
    display: none; }
  #subscribe .box .button {
    padding: 0.4em 0.7em;
	min-width:200px;
    font-size: 16px; }

#subscribe .bundle-box h3 {
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  #subscribe .bundle-box h3:hover {
    color: #ff8201; }

#subscribe .bundle-box .box-media img {
  margin: 0 atuo; }

#subscribe .panel-title {
  text-align: center; }

/*--------------------------------------------------------------
13.5 Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 50px 0;
  color: #fffffe;
  font-size: 13px;
  text-align: center;
  background-color: #211e21; }
  .site-footer ul {
    list-style: none;
    margin: 0; }
  .site-footer li {
    display: inline; }
  .site-footer a {
    color: #fffffe;
    display: inline-block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .site-footer a:hover, .site-footer a:focus {
      color: #d65729; }

.social-navigation {
  margin-bottom: 30px; }
  .social-navigation a {
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    margin: 0 0.6em;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }

.bottom-navigation {
  margin-bottom: 24px; }
  .bottom-navigation li {
    position: relative;
    margin-bottom: 8px;
    display: block; }

/* Site info */
.site-info {
  margin-bottom: 0; }

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
/* Subscribe Widget */
.subscribe-widget {
  padding: 30px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  background-color: #d65729; }
  .subscribe-widget .subscribe-title {
    display: block;
    margin: 0 0 15px 0;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase; }
  .subscribe-widget div {
    display: inline-block; }

#subscribe-form {
  position: relative; }
  #subscribe-form ._form-content {
    max-width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #subscribe-form ._form-content .form-email {
      width: 100%; }
    #subscribe-form ._form-content ._submit {
      padding: 0.32em 0.72em;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  #subscribe-form ._form-thank-you {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase; }
  #subscribe-form ._error {
    position: absolute;
    top: 44px;
    left: 0;
    display: block;
    color: #fff;
    font-size: 0.9em;
    text-align: left; }

/* Videos Widget */
.videos-widget {
  text-align: center;
  background-color: #9e9586; }
  .videos-widget .wrap {
    padding: 60px 16px 10px 16px; }
  .videos-widget .column .wistia_responsive_padding {
    width: 100%; }
    .videos-widget .column .wistia_responsive_padding:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: 100%;
      width: 100%;
      background-color: #1e1b1c;
      opacity: .47; }
    .videos-widget .column .wistia_responsive_padding:hover:after {
      display: none; }
  .videos-widget h4 {
    padding-top: 10px;
    margin: 0;
    color: #fff; }

/* Instagram Widget */
.instagram-widget {
  background-color: #312e31; }
  .instagram-widget .wrap {
    padding: 50px 6px 40px 6px; }
  .instagram-widget h3 {
    padding: 0;
    margin: 0 0 30px 0;
    color: #fff;
    text-align: center; }
  .instagram-widget #sb_instagram .sbi_photo {
    position: relative; }
    .instagram-widget #sb_instagram .sbi_photo:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(245, 119, 0, 0.49);
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s;
      mix-blend-mode: multiply;
      opacity: 0; }
    .instagram-widget #sb_instagram .sbi_photo:hover {
      opacity: 1 !important; }
    .instagram-widget #sb_instagram .sbi_photo:hover:after {
      opacity: 1; }
  .instagram-widget .subscribe-links {
    text-align: center; }
    .instagram-widget .subscribe-links .button {
      margin: 5px 10px; }

#secondary .widget + .widget {
  margin-top: 48px; }

#secondary .wrap {
  padding: 30px 20px 15px; }

#secondary .widget-title {
  margin-bottom: 15px;
  font-size: 22px; }

#secondary .instagram-widget .wrap {
  padding: 30px 10px 15px; }

#secondary .instagram-widget #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 50%; }

#secondary .videos-widget .wrap {
  padding-bottom: 0; }

#secondary .videos-widget .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#secondary .videos-widget .column {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 30px; }

#secondary .videos-widget h4 {
  padding-top: 10px;
  font-size: 17px; }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img, video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img {
  display: block; }
  img.alignleft, img.alignright {
    float: none;
    margin: 0; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #696969;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em; }

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider {
  background: transparent;
  border: 0; }
  .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0; }

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #696969; }
  .site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
      border-bottom-color: transparent;
      background-color: #696969;
      color: #fff; }
  .site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff; }
  .site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff; }

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333; }
  .site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #696969; }
  .site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #696969;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
      border-bottom-color: transparent;
      background-color: #696969;
      color: #222; }
  .site-content .wp-playlist-dark a.wp-playlist-caption:hover {
    color: #222; }
  .site-content .wp-playlist-dark .wp-playlist-item:hover a, .site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222; }

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }
  .site-content .wp-playlist-item:last-of-type {
    border-bottom: none; }
  .site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent; }
    .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent; }

.site-content .wp-playlist-item-length {
  top: 5px; }

/* Icons */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

/* CSS Icons */
.css-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-right: 2px solid #797979;
  border-bottom: 2px solid #797979; }

.css-icon.arrow-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.css-icon.arrow-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.css-icon.arrow-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.owl-carousel .css-icon {
  width: 24px;
  height: 24px;
  border-color: #fff; }

/* Players */
/* Wistia */
.wistia_responsive_padding {
  position: relative;
  display: inline-block; }
  .wistia_responsive_padding .wistia_responsive_wrapper {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .wistia_responsive_padding .wistia_responsive_wrapper > span {
      display: inline-block;
      height: 100%;
      width: 100%; }

/* Youtube PopUp */
.youtube-wrapper {
  position: relative;
  display: inline-block; }
  .youtube-wrapper .youtube-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .youtube-wrapper .youtube-image a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .youtube-wrapper .youtube-image a:after {
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAmCAYAAACYsfiPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJNJREFUeNrs1ksNhEAURNGWgAQkjAQkIAUJ7QApIwEJSEACEh6PBatJhmZJ1T1JCahU+lMKAACAioj4Zjqnwqc9MzoVvszya8evLTM4FdZeO/7TWzva6Kwd7dbMx6nwpboV3l99rh+WXV5/lh+sOrlcWueqvcOzpLNqQ2GtVW8KT0WZ3MeisXAtLixWBQAAQDoEGACTzSwy3SX7YgAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: center; }
      .youtube-wrapper .youtube-image a:before {
        content: " ";
        display: block;
        height: 38px;
        width: 60px;
        position: absolute;
        top: calc(50% - 19px);
        left: calc(50% - 30px);
        background-color: rgba(245, 119, 0, 0.760784);
        -webkit-transition: all 80ms ease-out;
        transition: all 80ms ease-out;
        mix-blend-mode: normal; }
      .youtube-wrapper .youtube-image a:hover:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(245, 119, 0, 0.49);
        mix-blend-mode: multiply; }

#secondary .youtube-wrapper .youtube-image a:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAmCAYAAACYsfiPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJNJREFUeNrs1ksNhEAURNGWgAQkjAQkIAUJ7QApIwEJSEACEh6PBatJhmZJ1T1JCahU+lMKAACAioj4Zjqnwqc9MzoVvszya8evLTM4FdZeO/7TWzva6Kwd7dbMx6nwpboV3l99rh+WXV5/lh+sOrlcWueqvcOzpLNqQ2GtVW8KT0WZ3MeisXAtLixWBQAAQDoEGACTzSwy3SX7YgAAAABJRU5ErkJggg=="); }

#secondary .youtube-wrapper .youtube-image a:before {
  height: 38px;
  width: 60px;
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30px); }

#secondary .youtube-wrapper .youtube-image a:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.YouTubePopUp-Wrap {
  background-color: rgba(0, 0, 0, 0.498039) !important; }

.YouTubePopUp-Content:hover .YouTubePopUp-Close {
  opacity: 1; }

.YouTubePopUp-Close {
  top: 84px !important;
  right: -28px !important;
  background: url("data:image/gif;base64,R0lGODlhRABEAIABAP///////yH5BAEAAAEALAAAAABEAEQAAAKVjI+py+0Po5y02oszBPxyoGFfR41gWJlnpKJWu5muJzvw/NbLjefjruvRfgiecPg5GI/IzpLZfEKjyelMtbKisFoXltQVfcHhkkxaZtzQ6WIwwG4/42E03Rq/M+/6Xr9/RTTxVkc2aNiWqLjI2Oj4CBkpOUlZaXmJmam5ydnp+QkaKjpKWmp6ipqqusra6voKGyvbUwAAOw==") !important;
  height: 34px !important;
  width: 34px !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 34px auto !important;
  opacity: 0; }

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }
  .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%; }
  .gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.grill-customizer.grill-front-page .grill-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1; }

.highlight-front-sections.grill-customizer.grill-front-page .grill-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */ }

/* Used for placeholder text */
.grill-customizer.grill-front-page .grill-panel .grill-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center; }

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.grill-customizer.grill-front-page .grill-panel:nth-of-type(1):after {
  border: none; }

.grill-front-page.grill-customizer #primary article.panel-placeholder {
  border: 0; }

/* Add some space around the visual edit shortcut buttons. */
.grill-panel .customize-partial-edit-shortcut button {
  top: 30px;
  left: 30px; }

.grill-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible; }

/* Ensure that placeholder icons are visible. */
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none; }

.no-svg .svg-fallback {
  display: inline-block; }

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em; }
  .no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(180deg); }
  .no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(0); }
  .no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E"; }

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto; }

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto; }
.article-banner{ margin-top:25px; text-align:center;}
.rp4wp-related-posts ul { font-size:0px;}
.rp4wp-related-posts ul > li {
    font-size: 16px;
}
.rp4wp-related-post-image {
    display: inline-block;
	float:none;
}
.rp4wp-related-post-content {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: calc(100% - 36%);
}
.rp4wp-related-posts ul > li{ margin-bottom:15px;}
 .rp4wp-related-posts ul > li:last-child {
    display: none;
}

/************************/
.featured-box.home-featured {
    background: none;
}
.home-logo-section {background: #666666;padding: 50px 0px;}
.home-logo-section h2 {
    color: #fff;
    font-size: 28px;
}
.home-logo-section .client-logo {
    font-size: 0;
    text-align: center;
}
.client-logo .logo-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    margin: 0px 15px;
}
.client-logo .logo-item img {
    display: inherit;
}

/************************/

#subscribe .box {
    border: 1px solid rgb(229, 229, 229);
	width: calc(25% - 10px);
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
}
.subscribe-new-section .top-bar{
	margin-bottom: 60px !important;
}
.subscribe-new-section .subsc-head h1 {
    font-size: 42px;
    font-weight: 700;
}
.subscribe-new-section .subsc-head {
    margin-bottom: 50px;
} 
.subscribe-month-box .green-bx .button {
    background-color: #ff011f;
}
.subscribe-month-box .green-bx .button:hover{
    background-color: #df041e;
}
.subscribe-new-section .subscribe-deatils {
    font-size: 0;
    text-align: center;
    width: 100%;
}
.consumer-review .review-container {
    max-width: 1024px;
	margin: 0 auto;
}
.consumer-review .review-details {
    font-size: 0;
	margin: 0 -5px;
	text-align: center;
}
.review-details .review-box {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 50px 30px;
    vertical-align: top;
    width: calc(33.3% - 10px);
}
.review-details .review-box .image-box .image {
    float: left;
    width: 100px;
}
.review-details .review-box .image-box .rating-bx {
    float: left;
    padding-top: 50px;
    width: calc(100% - 100px);
	padding-left: 20px;
}

.review-details .review-box .image-box .rating-bx .name {
    font-size: 15px;
    color: #d75a2d;
	font-family:"Oswald",sans-serif;
	text-align:left;
	
}
.consumer-review {
    padding: 70px 0 0;
}
.consumer-review h1 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 50px;
}
.review-details .review-box .image-box .rating-bx .rating {
    margin-bottom: 5px;
}
.review-details .review-box .image-box {
    margin-bottom: 25px;
}
.review-details .review-box .contet-box {
    color: #696969;
    font-size: 12px;
    line-height: 22px;
	text-align:left;
}
.subscribe-new-section .featured-box {
    display: none;
}  
.red-btn .button {
	background-color: #ff011f;
}
.red-btn .button:hover{
	background-color: #df041e;
}
#reviews .panel-content .read-more .button.secondary {
	background-color: #ff011f;
}
#reviews .panel-content .read-more .button.secondary:hover {
	background-color: #df041e;
}


/************************/

@media screen and (max-width: 991px) {
	html, body {
		overflow-x:hidden;
	}
}
@media screen and (max-width: 991px) {
	.inthebox-container .inthebox-tabs {
		margin:0 -10px;
	}
	.inthebox-container .inthebox-tabs .tab-link {
		min-height:78px;
	}
	.inthebox-container .inthebox-tabs .tab-link .tab-link-title h4 {
		font-size:13px;
	}
	
	
/************************/	
	
	.consumer-review .review-details {
		margin: 0;
	}
	.review-details .review-box {
		padding: 30px 20px;
	}
	.review-details .review-box .image-box .rating-bx {
		padding-left: 10px;
	}
	#subscribe .box {
		width: calc(33.3% - 10px);
	}
	
	
/************************/
	
	
	
}
@media all and (max-width:767px){
	#subscribe .mob-page-header {
		display:block;
	}
	body .review-image {
		float: none;
		margin: 0 auto;
		width: 150px;
	}
	#subscribe .page-header .column {
		display: inline-block;
		flex: 1 1 auto;
		width: 50%;
	}
	#subscribe .page-header .column-media {
		display: block;
	}
	#subscribe .page-header .column-content {
		min-height: 48px;
		padding: 0;
		text-align: center;
	} 
	
	
/************************/	
	
	.review-details .review-box {
		width: calc(50% - 20px);
	}
	.subscribe-new-section .subsc-head h1 {
		font-size: 30px;
	}
	.subscribe-new-section .subsc-head {
		margin-bottom: 20px;
	}
	.consumer-review h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.consumer-review {
		padding: 10px 0 0;
	}
	#subscribe .box{
		width: calc(50% - 10px);
	} 
	
	
/************************/

}
@media all and (max-width:479px){
	.site-header .wrap-flex .slogan-box {
	  width: auto;
	  margin: 0 !important;
	  max-width:100%;
	}
	
	
/************************/
	
	
	.review-details .review-box {
		width: auto;
	}
	.consumer-review h1 {
		margin-bottom: 10px;
	}
	.subscribe-new-section .subsc-head h1 {
		font-size: 25px;
	}
	#subscribe .box {
		display: block;
		width: auto;
	}
	
	
/************************/
	
	
	
}
@media screen and (min-width: 30em) {
  /* Typography */
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem; }
  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em; }
  img.alignright {
    float: right;
    margin-left: 1.5em; } }

@media (max-width: 29em) {
  .header-main {
    padding-top: 200px;
    background-image: url("assets/images/header-sm.jpg?v=1.0.1"); }
    .header-main .wrap-flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media screen and (min-width: 48em) {
  /* Typography */
  body {
    font-size: 16px;
    line-height: 1.42; }
  h1 {
    font-size: 38px; }
  h2 {
    font-size: 42px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 21px; }
  p {
    margin: 0 0 14px;
    padding: 0; }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem; }
  /* Forms */
  button, .button {
    font-size: 22px; }
  input[type="button"], input[type="submit"] {
    font-size: 22px; }
  /* Layout */
  .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .row .column.w-33 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .row .column.w-25 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .row .column.w-50 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .has-sidebar #content > .wrap-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #secondary {
    width: 226px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 226px;
            flex: 0 0 226px;
    margin-left: 30px;
    margin-top: 0; }
  /* Header */
  .header-main {
    min-height: calc(100vh - 30px); }
  .header-blog {
    padding: 95px 0 0 0;
    min-height: 220px; }
  /* Simple Header */
  .header-simple {
    margin-bottom: 70px; }
  /* Banner Slogan */
  .site-header .wrap-flex {
    min-height: calc(100vh - 30px);
    padding: 90px 16px 60px; }
    .site-header .wrap-flex .slogan-box .slogan-image {
      margin-bottom: 45px; }
    .site-header .wrap-flex .slogan-box .subscribe-links {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .site-header .wrap-flex .slogan-box .button {
      margin: 0; }
  .menu-scroll-down {
    display: block; }
  /* Navigation */
  .navigation-top .wrap {
    padding: 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation-top .custom-logo-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0; }
    .navigation-top .custom-logo-link > img {
      max-width: 220px; }
  /* Main Navigation */
  .js .menu-toggle, .js .dropdown-toggle {
    display: none; }
  .main-navigation {
    width: auto; }
    .main-navigation ul {
      background: transparent;
      padding: 0; }
    .main-navigation > div > ul {
      border: 0;
      margin-bottom: 0;
      padding: 0; }
    .main-navigation li {
      padding: 0;
      display: inline-block; }
      .main-navigation li + li {
        padding-left: 10px; }
  .js .main-navigation ul {
    display: block; }
    .js .main-navigation ul ul {
      display: block; }
  .js .main-navigation > div > ul {
    display: block; }
  .navigation-secondary {
    margin-top: 0px;
    padding: 10px 0; }
    .navigation-secondary .cats-menu a {
      line-height: 34px;
      height: 34px;
      font-size: 20px; }
  .search-form {
    width: auto;
    margin-top: 0; }
    .search-form .search-field {
      width: 186px;
      -webkit-transition: width 0.2s;
      transition: width 0.2s; }
      .search-form .search-field:focus {
        width: 226px; }
  /* Page */
  .page-content {
    padding: 80px 0; }
    .page-content h2 {
      font-size: 30px; }
    .page-content h3 {
      font-size: 26px; }
    .page-content h4 {
      font-size: 22px; }
    .page-content h5 {
      font-size: 19px; }
  /* Subscribe Page */
  .hidden-sm {
    display: block; }
  .hidden-lg {
    display: none; }
  #subscribe .page-header {
    position: relative;
    padding: 80px 0 50px 0; }
    #subscribe .page-header h1 {
      margin-bottom: 30px;
      font-size: 48px; }
    #subscribe .page-header .column-media {
      min-width: auto; }
    #subscribe .page-header .column-content {
      padding-left: 16px; }
  .header-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px; }
    .header-separator .sep {
      height: 45px;
      width: calc(50% - 46px);
      background-color: #fff; }
    .header-separator .sep-mid {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 92px;
      height: 45px;
      text-align: center;
      background: url("assets/images/triangle-bg.png?v=1.0.1") no-repeat left top; }
      .header-separator .sep-mid .css-icon {
        border-color: #fff; }
  #subscribe .page-content {
    padding: 0 0 60px; }
  #subscribe .wrap-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1024px; }
  #subscribe .box {
    line-height: 1.24; }
    #subscribe .box .box-price {
      font-size: 20px; }
    #subscribe .box .button {
      font-size: 20px; }
  #subscribe .panel-title {
    margin-top: 30px; }
  #subscribe .bundle-box .box-media {
    margin-bottom: 12px; }
  #subscribe .bundle-box .box-desc {
    margin-bottom: 20px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.42; }
  #subscribe .bundle-box + .bundle-box .box-media {
    padding-top: 75px; }
  /* Front Page */
  .panel-content {
    padding: 60px 0; }
    .panel-content h2 {
      margin-bottom: 40px; }
  /* steps */
  #steps .panel-content {
    padding-bottom: 20px; }
  /* free access banner */
  #free-access-banner {
    background-position: center; }
    #free-access-banner:before {
      content: none; }
    #free-access-banner .wrap .img-wrap .img-wrap-lg {
      display: block; }
    #free-access-banner .wrap .img-wrap .img-wrap-sm {
      display: none; }
  /* Reviews */
  #reviews .panel-subtitle {
    margin: 0 0 40px 0;
    font-size: 16px; }
  #reviews .column {
    padding-bottom: 50px; }
  .panel-page .panel-content {
    padding-bottom: 40px; }
  .grill-front-page #reviews .row .column:last-child {
    display: block; }
  /* Widgets */
  /* videos widget */
  .videos-widget .wrap {
    padding: 70px 16px 20px 16px; }
  /* Instagram Widget */
  .instagram-widget .wrap {
    padding: 60px 6px 50px 6px; }
  /* Blog */
  .entry-header {
    margin-bottom: 16px; }
    .entry-header .post-thumbnail img {
      width: auto; }
    .entry-header .pop-top {
      min-height: 62px;
      width: 108px;
      padding: 6px 14px;
      top: 16px;
      font-size: 20px; }
    .entry-header .entry-meta {
      margin-top: 0;
      position: absolute;
      bottom: 16px;
      left: 16px; }
      .entry-header .entry-meta a {
        padding: 4px 6px;
        font-size: 15px; }
  /* Post Content */
  .post-content .entry-header {
    margin-bottom: 10px; }
  .post-content h2 {
    font-size: 30px; }
  .post-content h3 {
    font-size: 26px; }
  .post-content h4 {
    font-size: 22px; }
  .post-content h5 {
    font-size: 19px; }
  .blog-list .sticky-post {
    padding-bottom: 50px; }
    .blog-list .sticky-post .entry-header {
      margin-bottom: 20px; }
  .blog-list .entry-summary {
    font-size: 18px;
    line-height: 1.48; }
  /* instagram widget */
  .instagram-widget .wrap {
    padding: 70px 6px 60px 6px; }
  /* subscribe widget */
  .subscribe-widget .subscribe-title {
    margin: 0 20px 0 0;
    font-size: 26px; }
  #subscribe-form ._form-content {
    max-width: 520px; }
    #subscribe-form ._form-content .form-email {
      width: 280px; }
  #subscribe-form ._submit {
    font-size: 23px; }
  #subscribe-form ._form-thank-you {
    font-size: 26px; }
  /* Footer */
  .site-footer {
    padding: 60px 0;
    font-size: 15px; }
  .social-navigation {
    margin-bottom: 40px; }
    .social-navigation a {
      height: 32px;
      width: 32px;
      line-height: 32px;
      font-size: 32px;
      margin: 0 0.4em; }
  .bottom-navigation li {
    display: inline-block; }
  .bottom-navigation li + li {
    margin-left: 14px;
    padding-left: 16px;
    border-left: 1px solid #fff; }
  /* Youtube PopUp */
  .youtube-wrapper .youtube-image a:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC"); }
  .youtube-wrapper .youtube-image a:before {
    height: 82px;
    width: 128px;
    top: calc(50% - 41px);
    left: calc(50% - 64px); }
  /* Gallery Columns */
  .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%; }
  /* 404 Page */
  .wrap-flex.not-found {
    min-height: calc(100vh - 598px); } }

@media (max-width: 47em) {
	#subscribe .box {
		oveflow: hidden;
		text-align: left;
		margin-bottom: 50px;
	}
	#subscribe .box .box-price {
		width: 50%;
	}
	#subscribe .box .box-footer {
		bottom: 23px;
		position: absolute;
		right: 0;
		width: calc(50% - 10px);
	}
	#subscribe .box .box-footer .button {
		width: 100%;
		padding: 10px 0px;
		font-size: 18px;
		text-align: center;
	}
    #subscribe .box.bundle-box .box-media,
    #subscribe .box.bundle-box .box-content {
      float: none;
      width: 100%; } }

@media screen and (min-width: 79em) {
  /* Header */
  .header-main {
    background-position: left top; }
  /* Layout */
  #secondary {
    width: 346px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 346px;
            flex: 0 0 346px;
    margin-left: 48px; }
  /* Navigation */
  .navigation-top {
    font-size: 17px; }
    .navigation-top .custom-logo-link > img {
      max-width: 100%; }
  /* Banner Slogan */
  .site-header .wrap-flex .slogan-box {
    margin-right: 48px; }
  /* Search Form */
  .search-form .search-field:focus {
    width: 346px; }
  /* Subscribe Page */
  #subscribe .page-header {
    padding: 110px 0 60px 0; }
    #subscribe .page-header h1 {
      margin-bottom: 35px;
      font-size: 50px; }
    #subscribe .page-header .column-content {
      font-size: 15px; }
  #subscribe .page-content {
    padding: 0 0 80px; }
  #subscribe .box .box-price {
    padding: 2px 0 8px 0; }
  /* In the box */
  .inthebox-container .inthebox-tabs .tab-link {
    margin: 0 4px; }
    .inthebox-container .inthebox-tabs .tab-link .tab-link-title {
      padding: 24px; }
      .inthebox-container .inthebox-tabs .tab-link .tab-link-title h4 {
        font-size: 27px; }
  .inthebox-container .tab-content {
    padding: 8px 4px 0 8px; }
    .inthebox-container .tab-content .tab-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .inthebox-container .tab-content .tab-wrap > div {
        width: 50%; }
    .inthebox-container .tab-content .tab-media {
      padding: 24px 32px 0 32px; }
    .inthebox-container .tab-content .item {
      margin-bottom: 10px;
      padding: 0 16px;
      max-width: 488px; }
      .inthebox-container .tab-content .item .item-heading {
        font-size: 39px; }
      .inthebox-container .tab-content .item .item-desc {
        margin: 24px 0 32px 0;
        font-size: 17px;
        line-height: 1.72; }
      .inthebox-container .tab-content .item .button.buy-btn {
        padding: 0.42em 2.1em; } }

@media screen and (min-width: 91em) {
  /* Header */
  /* Navigation */
  .navigation-top .wrap {
    padding: 16px; }
  /* Banner Slogan */
  .site-header .wrap-flex {
    padding: 100px 16px 80px; }
    .site-header .wrap-flex .slogan-box {
      margin-right: 0; }
  /* Forms */
  button, .button {
    font-size: 25px; }
  input[type="button"], input[type="submit"] {
    font-size: 25px; }
  /* Slider Panel */
  .slider-wrap {
    max-width: 1124px; }
  /* Subscribe Page */
  #subscribe .page-header {
    position: relative;
    padding: 150px 0 100px 0; }
    #subscribe .page-header h1 {
      margin-bottom: 50px;
      font-size: 54px; }
  #subscribe .wrap-flex {
    max-width: 1260px; }
  #subscribe .box {
    font-size: 18px; }
    #subscribe .box .box-price {
      font-size: 26px; }
    #subscribe .box .box-desc br {
      display: block; }
    #subscribe .box .button {
      font-size: 22px; } 
	.consumer-review .review-container {
		margin: 0 auto;
		max-width: 1260px;
	}}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("assets/images/owl/owl.video.play.png?v=1.0.1") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: calc(50% - 21px);
  padding: 5px 0;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background: #d65729;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #c55026;
    text-decoration: none; }

.owl-theme .owl-nav .owl-next {
  left: 0;
  padding-left: 10px; }

.owl-theme .owl-nav .owl-prev {
  right: 0;
  padding-right: 10px; }

.owl-theme .owl-nav .disabled {
  opacity: .8;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@media screen and (min-width: 48em) {
  .owl-theme .owl-nav [class*='owl-'] {
    top: calc(50% - 30px);
    padding: 5px 10px;
    height: 60px;
    line-height: 60px; }
  .owl-theme .owl-nav .owl-next {
    padding-left: 24px; }
  .owl-theme .owl-nav .owl-prev {
    padding-right: 24px; } }

