/*!
	Theme Name: Beth Parmar
	Description: Custom WordPress theme developed for Beth Parmar.
	Author: Joe Cooper (@joeharrisoncooper)
	Version: 0.1

	Base Theme: HTML5 Blank
	Base Version: 1.4.3
	Base Author: Todd Motto (@toddmotto)
*/
/* = MAIN
-------------------------------------------------------------- */
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 400 16px/1.4 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #919191;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/* = THEME STRUCTURE
-------------------------------------------------------------- */
/* --- Responsive Grid System --- */
/* Wrapper */
.wrap {
  display: block;
  max-width: 1170px;
  margin: 0 auto !important;
  padding: 0 30px;
  position: relative;
}

/* See Further Down For Page Builder by Site Origins Bug Fix */
/* Grid Setup */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* Grid Column Setup */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}
/* Grid of twelve. */
.span_12_of_12,
.full {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.86%;
}

/* = TYPOGRAPHY
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5d5d5d;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
}

/* = SITE HEADER
-------------------------------------------------------------- */
/* TOP BAR */
#top-bar {
  color: #999;
  background-color: #f4f4f4;
  padding: 10px 15px;
}

#top-bar #social-icons .icon {
  height: 28px;
}

#top-bar .user-menu {
  float: right;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

#top-bar .user-menu nav {
  padding: 5px 0;
}

#top-bar .user-menu a {
  padding: 0 10px;
}

#top-bar .user-menu a:last-child {
  padding-right: 0;
}

#top-bar a {
  color: #999;
}

#top-bar a:hover {
  color: #444;
  text-decoration: underline;
}

#top-bar p,
#top-bar .col {
  padding: 0 !important;
  margin: 0 !important;
}

/* HEADER */
#site-header #phone {
  margin-top: 25px;
  color: #8b4662;
  font-size: 20px;
}

#site-header #logo {
  padding: 10px 0 0 0;
  text-align: center;
  margin-top: -15px;
}

#site-header #nav {
  background: #f4f4f4;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

#site-header #nav ul {
  margin: 0;
  list-style-type: none;
}

#site-header #nav ul li {
  display: inline-block;
  padding-right: 40px;
}

#site-header #nav ul li:last-child {
  padding-right: 0;
}

#site-header #nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
}

/* = PAGE BANNER
-------------------------------------------------------------- */
#banner,
#banner .banner-img {
  display: block;
  width: 100%;
  max-height: 480px;
}

#banner {
  background-color: #f4f4f4;
}

.banner-img {
  max-width: 1280px;
  margin: 0 auto;
}

/* = NEWSLETTER BAR
-------------------------------------------------------------- */
#newsletter-bar {
  color: #fff;
  background-color: #8a4762;
  padding: 35px 0;
}

.ebook-info {
  display: inline-block;
  vertical-align: top;
}

.signup-cta {
  margin: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

#newsletter-bar h3 {
  font-size: 26px;
  font-weight: bold;
}

img.ebook-cover {
  height: 250px;
  margin-right: 75px;
  vertical-align: top;
}

div.yks-mailchimpFormDivRow.yks-mc-form-row-first-name,
div.yks-mailchimpFormDivRow.yks-mc-form-row-email-address {
  width: 50%;
  display: inline-block;
}

div.yks-mailchimpFormDivRow.yks-mc-form-row-email-address {
  float: right;
}

.yks-mailchimpFormDivSubmit p {
  margin: 0;
}

.yks-success {
  color: #fff important;
}

/* = MY PRODUCTS
-------------------------------------------------------------- */
/* HORIZONTAL PRODUCT DISPLAY */
ul.products {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.products li {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #d9d9d9;
  float: left;
}

ul.products li .product-info {
  display: inline-block;
  width: 55%;
}

ul.products li .product-info h3 {
  margin: 0 0 10px 0;
}

ul.products li .product-img {
  display: inline-block;
  width: 40%;
  float: right;
  position: relative;
}

/* Every 2nd image floted left */
ul.products li:nth-child(even) .product-info {
  float: right;
}

ul.products li:nth-child(even) .product-img {
  margin-right: 0;
  float: left;
}

/* VERTICAL PRODUCT DISPLAY*/
.product-vertical {
  background-color: #f4f4f4;
  padding: 10px 25px 10px 25px;
  border: 1px solid #d9d9d9;
  min-height: 585px;
}

.product-vertical img {
  margin: 0 0 10px 0;
}

.product-vertical h3,
.product-vertical p {
  text-align: center !important;
}

.product-vertical .buy-now-button,
.product-vertical .find-out-more-button {
  display: block;
  margin-top: 20px;
}

.product-vertical .find-out-more-button {
  padding: 33px 0;
}

.product-vertical .view-product-button {
  display: block;
  margin-top: 10px;
  text-align: center;
}

/* = PAGE TEMPLATE
-------------------------------------------------------------- */
.page-title {
  background-color: #8a4762;
  padding: 20px 0;
  margin-bottom: 50px;
}

.page-title h1,
.page-title a {
  color: #fff;
}


-------------------------------------------------------------- */

/* = LANDING PAGE TEMPLATE
-------------------------------------------------------------- */
#landing-page-content .page-title {
  margin-bottom: 0;
}

#landing-page-content .page-title .wrap {
  max-width: 1170px;
}

#landing-page-content .wrap {
  max-width: 800px;
}

#landing-page-content .panel-grid:first-child {
  margin-top: 0;
}

#landing-page-content article h1 {
  color: #8a4762;
}

#landing-page-content .panel-grid {
  margin-top: 75px;
}

.landing-title {
  margin-bottom: -15px;
}

/* = DASHBOARD
-------------------------------------------------------------- */
.dashboard .page-title h1 {
  display: inline-block;
}

.dashboard .space {
  color: #fff;
  font-size: 26px;
  margin: 0 25px;
}

span.welcome-user {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
}

/* = WORKSHOP ARCHIVE
-------------------------------------------------------------- */
/* GRID DISPLAY ISSUE FIX */
main.blog .col:nth-of-type(4n+4),
body.workshops .col:nth-child(4n+4),
body.category .col:nth-child(4n+4) {
  margin-left: 0;
}

.lesson-grid-item {
  background-color: #f4f4f4;
  padding: 10px 25px 10px 25px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.lesson-grid-item img {
  margin: -10px -25px 10px -25px;
}

.lesson-grid-item .view-lesson-button {
  display: block;
}

div.testimonial,
.blog-item {
  background-color: #f4f4f4;
  padding: 20px 20px 10px 20px;
  border: 1px solid #d9d9d9;
  text-align: center;
  min-height: 510px;
}

.blog-item img {
  width: 300px;
  height: 220px;
}

div.pagination {
  clear: both;
}

div.testimonial h3,
.blog-item h2,
.blog-item h2 a {
  color: #8a4762;
  font-size: 22px;
}

/* = LESSON PAGE
-------------------------------------------------------------- */
#lesson-content iframe {
  width: 100%;
  max-width: 100%;
}

#lesson-sidebar {
  background-color: grey;
  height: 400px;
}

/* SIDEBAR */
.lesson-navigation .panel-grid-cell {
  padding-left: 0 !important;
}

.lesson-navigation .panel-grid-cell:last-child {
  padding-right: 0 !important;
}

.lesson-navigation .lesson-prev img,
.lesson-navigation .lesson-next img {
  height: 140px;
}

/* = SITE FOOTER (Including Footer Widgets)
-------------------------------------------------------------- */
.site-footer {
  margin-top: 50px;
}

.footer-widgets {
  color: #fff;
  background-color: #8a4762;
  font-size: 14px;
  padding: 40px 15px;
}

.footer-widgets .widget {
  color: #fff;
  display: inline-block;
  width: 29%;
  margin-right: 40px;
  vertical-align: top;
}

.footer-widgets .widget:last-child {
  margin-right: 0;
}

.footer-widgets .widget h3:first-child {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-widgets .widget h1,
.footer-widgets .widget h2,
.footer-widgets .widget h3 {
  color: #fff;
}

.footer-widgets .widget .basic-button {
  width: 150px;
  text-align: center;
}

.copyright {
  color: #fff;
  background-color: #1c1c1c;
  padding: 20px 15px;
  text-align: center;
}

.copyright a {
  color: #fff;
}

/* = MISC
-------------------------------------------------------------- */
.cta {
  width: 85%;
  background-color: #8a4762;
  margin: 0 auto;
  padding: 25px 10px;
  text-align: center;
}

.cta h3 {
  color: #fff;
  margin: 0;
}

/* BUTTONS */
/* SEE PRODUCT PAGE FOR CHANGES TO BUTTON DISPLAY */
.signup input {
  padding: 8px;
  font-size: 14px;
}

.signup input[type=submit] {
  padding: 11px;
}

.button,
a[rel="wp-video-lightbox"] {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 12px;
}

body.about a[href*="youtube"],
body.about a[href*="vimeo"] {
  background: none;
}

.find-out-more-button,
.view-product-button,
.view-lesson-button,
input[type=submit] {
  color: #fff;
  background-color: #8a4762;
  text-transform: uppercase;
}

.find-out-more-button:hover,
.view-product-button:hover,
.view-lesson-button:hover,
input[type=submit] {
  color: #fff;
  cursor: pointer;
  background-color: #1c1c1c;
  border: none;
  box-shadow: none;
}

.basic-button {
  color: #fff;
  background-color: #b8b8b8;
}

.basic-button:hover {
  color: #fff;
  background-color: #999;
}

.buy-now-button {
  color: #fff;
  background-color: #1c1c1c;
  font-size: 12px;
  text-transform: uppercase;
}

.buy-now-button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #8a4762;
}

/* VIDEO BUTTON */
a[rel="wp-video-lightbox"] {
  color: #fff;
  background-color: #e14e42;
}

a[rel="wp-video-lightbox"]:hover {
  background-color: #EC2525;
}

/* SIDEBAR ITEMS (Badges etc..) */
.badge {
  padding: 15px;
  border: 1px solid #dddddd;
}

.sidebar-item {
  margin-bottom: 30px;
}

/* = PAGE BUILDER
-------------------------------------------------------------- */
.panel-grid {
  max-width: 1140px;
  /* PAGE BUILDER BUG FIX */
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.panel-row-style {
  padding: 50px 0;
}

/* = RESPONSIVE BREAKPOINTS
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /* Go Full Width at 480px or less */
  .span_12_of_12,
  .full {
    width: 100%;
  }

  .span_11_of_12 {
    width: 100%;
  }

  .span_10_of_12 {
    width: 100%;
  }

  .span_9_of_12 {
    width: 100%;
  }

  .span_8_of_12 {
    width: 100%;
  }

  .span_7_of_12 {
    width: 100%;
  }

  .span_6_of_12 {
    width: 100%;
  }

  .span_5_of_12 {
    width: 100%;
  }

  .span_4_of_12 {
    width: 100%;
  }

  .span_3_of_12 {
    width: 100%;
  }

  .span_2_of_12 {
    width: 100%;
  }

  .span_1_of_12 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .footer-widgets .widget {
    display: block;
    width: 100%;
    margin-bottom: 75px;
    text-align: center;
  }

  .footer-widgets .widget:last-child {
    margin-bottom: 0;
  }

  body.home .panel-grid {
    text-align: center !important;
  }

  .cta h3 {
    font-size: 18px;
  }

  .sidebar-widget {
    text-align: center;
  }

  /* PRODUCTS UL */
  ul.products li .product-img,
  ul.products li .product-info {
    display: block;
    width: 100%;
  }

  ul.products li .product-img {
    margin: 0 0 25px 0 !important;
  }
}
/* = MISCELLANEOUS
-------------------------------------------------------------- */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

#site-header .navbar.navbar > .navbar-collapse > .navbar-nav {
  padding-left: 0;
}
#site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li {
  position: relative;
}
#site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul {
  position: absolute;
  top: 105%;
  padding-left: 0;
  left: -10px;
  background-color: #F4F4F4;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: left;
}
#site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul > li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block !important;
  padding: 5px 0;
}
#site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul > li > a {
  padding: 0;
  display: block;
}
#site-header .navbar.navbar .navbar-toggle {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #8A4762;
  color: #FFFFFF;
  font-size: 14px;
}
#site-header .navbar.navbar .dropdown-menu, #site-header .navbar.navbar .navbar-toggle {
  display: none;
}
#site-header .navbar.navbar .dropdown-menu.open {
  display: block;
}
@media screen and (max-width: 786px) {
  #site-header .navbar.navbar .navbar-collapse {
    display: none;
  }
  #site-header .navbar.navbar .navbar-collapse.open, #site-header .navbar.navbar .navbar-toggle {
    display: block;
  }
  #site-header .navbar.navbar > .navbar-collapse > .navbar-nav {
    padding-top: 15px;
    text-align: left;
  }
  #site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li {
    float: none !important;
    display: block !important;
    padding-left: 0 !important;
    margin-bottom: 5px;
  }
  #site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul {
    position: static;
    box-shadow: none;
  }
  #site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul > li {
    border: none;
  }
  #site-header .navbar.navbar > .navbar-collapse > .navbar-nav > li > ul > li a:before {
    content: '- ';
  }
}

/*------------------------------------*\
    PRINT SPECIFIC
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.single-product .images img {
max-width:350px;
}