/*
Theme Name: Matrix Education
Author: RandomBlowup
Version: 1.0

*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
    ---------------------------------------------------*/
@import "less/bootstrap.css";
@import "less/bootstrap.3.0.css";
@import "less/ionicons.css";
@import "less/matrix-styleguide.css";
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}
h2,
.h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.display-4 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
body .input-text,
body input[type=text],
body input[type=email],
body input[type=password],
body input[type=number],
body input[type=search],
body input[type=tel],
body textarea,
body .select2-selection,
body .select2-selection.select2-selection--single {
  height: 55px;
  border: solid 1px #e6e6e6;
  background: #FFFFFF;
  padding: 0 10px;
  box-shadow: none;
  outline: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
body textarea {
  padding: 10px !important;
  height: auto;
  min-height: 100px;
}
body .select2-selection .select2-selection__rendered,
body .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 55px !important;
}
body .select2-selection__arrow {
  top: 50% !important;
  right: 10px !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #A30134;
}
input[type=submit] {
  width: 100%;
  margin: 30px 0;
}
.woocommerce-form__label-for-checkbox {
  padding: 10px 0;
  margin-left: 0 !important;
}
.woocommerce-ordering select {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0 0 0 10px;
  max-width: 100%;
  float: left;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  font-weight: 300;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #444444;
  width: 100%;
  height: 32px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
.woocommerce h3,
.woocommerce-checkout h3,
.woocommerce-form h3 {
  font-weight: 300;
}
.woocommerce label,
.woocommerce-checkout label,
.woocommerce-form label {
  width: 100%;
}
.woocommerce input[type=text],
.woocommerce-checkout input[type=text],
.woocommerce-form input[type=text],
.woocommerce input[type=email],
.woocommerce-checkout input[type=email],
.woocommerce-form input[type=email],
.woocommerce input[type=password],
.woocommerce-checkout input[type=password],
.woocommerce-form input[type=password],
.woocommerce input[type=number],
.woocommerce-checkout input[type=number],
.woocommerce-form input[type=number] {
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce-form .woocommerce-input-wrapper {
  width: 100%;
  display: inline-block;
}
.woocommerce .form-row,
.woocommerce-checkout .form-row,
.woocommerce-form .form-row {
  margin-left: 0;
}
.woocommerce .form-row-first,
.woocommerce-checkout .form-row-first,
.woocommerce-form .form-row-first,
.woocommerce .form-row-last,
.woocommerce-checkout .form-row-last,
.woocommerce-form .form-row-last {
  width: 100% !important;
  margin-right: 0 !important;
}
.woocommerce input[type=checkbox] + label,
.woocommerce-checkout input[type=checkbox] + label,
.woocommerce-form input[type=checkbox] + label,
.woocommerce input[type=radio] + label,
.woocommerce-checkout input[type=radio] + label,
.woocommerce-form input[type=radio] + label {
  width: auto;
  overflow: auto;
  display: block;
}
ul#shipping_method li {
  margin-bottom: 10px !important;
}
ul#shipping_method input {
  float: left;
  margin-top: 5px;
}
body .woocommerce-info {
  margin-bottom: 30px;
  background-color: #e6e6e6 !important;
  color: #000000 !important;
}
body .woocommerce-info a {
  color: #A30134;
}
body .woocommerce-info a:hover {
  color: #000000;
}
body #order_review {
  border: solid 1px #e6e6e6;
  box-shadow: none !important;
}
body .shop_table .product-total {
  text-align: right;
}
/** Gravity Forms **/
.gfield_error input[type="text"],
.gfield_error input[type="email"],
.gfield_error input[type="number"],
.gfield_error input[type="password"],
.gfield_error input[type="phone"],
.gfield_error input[type="number"],
.gfield_error input[type="tel"],
.gfield_error input[type=radio],
.gfield_error input[type=checkbox],
.gfield_error textarea,
.gfield_error .ginput_container_select {
  border: solid 1px #FF0000;
}
.gfield_error .gform_drop_area {
  border: dashed 2px #FF0000;
}
.gfield_error .ginput_container_select:before {
  border-color: #FF0000 transparent transparent transparent;
}
.gfield_error .validation_message {
  color: #FF0000;
  margin: 5px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}
.gform_wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.gform_wrapper form {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gform_wrapper.noLabels_wrapper .gfield_label {
  display: none;
}
.gform_wrapper .checkBoxGroup .gfield_label {
  display: inline-block;
}
ul.gform_fields {
  margin: 0;
  padding: 0;
}
ul.gform_fields li {
  list-style: none;
  margin: 0 0 15px 0;
}
ul.gform_fields li .ginput_container {
  position: relative;
}
ul.gform_fields li .ginput_container .ginput_counter {
  display: none;
}
ul.gform_fields li.hideLabel > label.gfield_label,
ul.gform_fields li.hidden_label > label.gfield_label {
  display: none;
}
ul.gform_fields li.dateOfBirthLabel {
  margin: 0;
}
ul.gform_fields li:before {
  display: none;
}
ul.gfield_checkbox,
ul.gfield_radio {
  margin: 0;
  padding: 0;
}
ul.gfield_checkbox li,
ul.gfield_radio li {
  margin: 0 0 10px 0;
}
ul.gfield_checkbox li input,
ul.gfield_radio li input {
  float: left;
}
ul.gfield_checkbox li label,
ul.gfield_radio li label {
  margin: 0;
  overflow: auto;
  line-height: 1.5em;
  display: block;
  font-weight: normal;
}
.gform_button {
  height: 55px;
  margin: 5px auto !important;
}
.btn,
.button,
input[type=submit],
button[type=submit] {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.2;
  font-weight: 500;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  background: #A30134;
  color: #FFFFFF;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
.btn:hover,
.button:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  background: #85002a;
  color: #FFFFFF !important;
}
.btn.add_to_cart_button:hover,
.button.add_to_cart_button:hover,
input[type=submit].add_to_cart_button:hover,
button[type=submit].add_to_cart_button:hover {
  color: #A30134 !important;
}
.btn.alt,
.button.alt,
input[type=submit].alt,
button[type=submit].alt {
  background: #A30134;
  color: #FFFFFF;
  border: 1px solid transparent !important;
}
.btn.alt:hover,
.button.alt:hover,
input[type=submit].alt:hover,
button[type=submit].alt:hover {
  background: #85002a;
}
.btn.add_to_cart_button,
.button.add_to_cart_button,
input[type=submit].add_to_cart_button,
button[type=submit].add_to_cart_button {
  background: none;
  color: #A30134 !important;
  display: inline-block;
  border: solid 1px #A30134 !important;
  padding: 10px 15px !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  margin: 10px auto !important;
}
.btn.add_to_cart_button:before,
.button.add_to_cart_button:before,
input[type=submit].add_to_cart_button:before,
button[type=submit].add_to_cart_button:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f291";
  margin-right: .53em;
  font-size: .857em;
  line-height: 1;
  display: none !important;
  transform: translateY(-1px);
  opacity: 1;
  color: #A30134;
}
.added_to_cart {
  width: 100%;
  background: none !important;
  color: #A30134 !important;
  text-align: center;
  font-weight: 500 !important;
  padding: 0 !important;
}
.added_to_cart:after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .btn,
  .button {
    padding: 1.1rem 2.2rem;
    font-size: 0.9rem;
  }
}
html,
body {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  color: #444444;
  font-weight: 300;
  font-size: 16px;
  background: #FFFFFF;
}
.page-template-default .content-area {
  width: 100% !important;
}
.text-white {
  color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .site-main {
    padding: 0 !important;
  }
  .type-page {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .storefront-breadcrumb {
    padding: 0 0 2rem 0 !important;
    margin: 0 !important;
  }
  .storefront-breadcrumb .col-full {
    max-width: 1140px !important;
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
  }
}
@media screen and (max-width: 767px) {
  .storefront-breadcrumb {
    margin-bottom: 0 !important;
  }
}
header.site-header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.site-header .col-full {
  position: relative;
}
header.site-header .site-branding {
  width: 150px !important;
  height: 70px !important;
  margin: 0 !important;
}
header.site-header .site-branding .custom-logo-link {
  width: 100%;
  height: 100%;
  background: url(assets/images/logo-matrix.png);
  background-size: 100% auto;
  background-position: left center;
  overflow: hidden;
  line-height: 500px;
  display: block;
}
header.site-header .site-branding .custom-logo-link img {
  display: none;
}
@media screen and (max-width: 767px) {
  header.site-header .site-branding {
    width: 79px !important;
    height: 55px !important;
  }
}
@media screen and (min-width: 768px) {
  header.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-top: solid 30px #2f0418;
    border-bottom: none;
  }
  header.site-header .col-full {
    max-width: 1140px !important;
    padding: 0 15px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
  }
  header.site-header .site-search {
    width: 100% !important;
    margin: 0 !important;
    padding: 13px 0 !important;
    float: right !important;
    position: absolute;
    background: #A30134 !important;
    left: 0;
    z-index: 10;
    display: none;
  }
  header.site-header .site-search input[type=search] {
    height: 44px;
  }
  header.site-header .site-header-cart {
    width: auto !important;
    max-width: 200px;
    height: 70px;
    margin: 0 !important;
    padding: 0 !important;
    float: right;
  }
  header.site-header .site-header-cart .cart-contents {
    height: 70px;
    line-height: 70px !important;
    background: none !important;
    color: #FFFFFF !important;
    padding: 0 15px !important;
    text-align: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
  }
  header.site-header .site-header-cart .cart-contents .count {
    font-weight: 400 !important;
    font-size: 11px !important;
    opacity: 1 !important;
  }
  header.site-header .site-header-cart .cart-contents:after {
    line-height: 70px !important;
  }
  header.site-header .site-header-cart .widget_shopping_cart {
    width: 240px;
    padding: 15px;
    background: #FFFFFF;
    color: #444444;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php) !important;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  }
  header.site-header .site-header-cart .widget_shopping_cart .cart_list,
  header.site-header .site-header-cart .widget_shopping_cart .total,
  header.site-header .site-header-cart .widget_shopping_cart .buttons {
    padding: 0 !important;
  }
  header.site-header .site-header-cart .widget_shopping_cart .total {
    padding: 0 0 10px 0 !important;
  }
  header.site-header .site-header-cart .widget_shopping_cart .cart_list a {
    color: #A30134 !important;
  }
  header.site-header .site-header-cart .widget_shopping_cart .cart_list .quantity,
  header.site-header .site-header-cart .widget_shopping_cart .cart_list .amount {
    color: #444444 !important;
  }
  header.site-header .site-header-cart .widget_shopping_cart .cart_list .mini_cart_item {
    padding: 0 0 15px 0 !important;
    margin: 0 0 15px 0 !important;
  }
  header.site-header .site-header-cart:hover {
    background: #FFFFFF;
  }
  header.site-header .site-header-cart:hover .cart-contents {
    color: #A30134 !important;
  }
  header.site-header .site-header-cart > li:last-child {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.menu-toggle {
  display: none !important;
}
@media screen and (min-width: 768px) {
  nav.main-navigation {
    font-size: 15px;
  }
  nav.main-navigation .primary-navigation ul li a {
    height: 70px;
    padding: 0 15px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: 0;
    border: none !important;
    text-decoration: none !important;
  }
  nav.main-navigation .primary-navigation ul li a:hover {
    color: #A30134;
    background: #FFFFFF;
  }
  nav.main-navigation .primary-navigation ul li a:hover:before {
    color: #A30134;
  }
  nav.main-navigation .primary-navigation ul li a:after {
    display: none !important;
  }
  nav.main-navigation .btnSearch {
    font-size: 24px;
  }
  .closeSearch {
    position: absolute;
    z-index: 11;
    width: 44px;
    height: 44px;
    right: 5px;
    top: 50%;
    font-size: 24px;
    color: #000000;
    opacity: 0.3;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    display: none;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .closeSearch:hover {
    color: #A30134;
    opacity: 1;
  }
}
nav.mobileMenu {
  padding: 0;
  border-top: solid 1px #FFFFFF;
}
nav.mobileMenu ul.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobileMenu ul.menu-items li {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}
nav.mobileMenu ul.menu-items li a {
  color: #FFFFFF;
}
nav.mobileMenu ul.menu-items > li {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
}
nav.mobileMenu ul.menu-items > li:first-of-type {
  margin-left: 15px;
}
nav.mobileMenu ul.menu-items > li > a {
  padding: 0 15px;
  line-height: 55px;
}
nav.mobileMenu ul.menu-items > li.menu-item-has-children > a {
  position: relative;
  display: block;
}
nav.mobileMenu ul.menu-items > li.menu-item-has-children > a:before {
  content: "\f35f";
  font-family: 'Ionicons';
  color: #FFFFFF;
  font-size: 12px;
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 5px;
  line-height: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
nav.mobileMenu ul.menu-items li > ul.sub-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #FFFFFF;
  display: none;
  z-index: 51;
  left: 0;
}
nav.mobileMenu ul.menu-items li > ul.sub-menu li {
  border-bottom: solid 1px #f9f9f9;
}
nav.mobileMenu ul.menu-items li > ul.sub-menu a {
  color: #A30134;
  padding: 10px;
  display: block;
}
nav.mobileMenu .parent-container {
  display: table;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  padding: 0 15px !important;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-bottom: solid 1px #EEEEEE;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
nav.mobileMenu .parent-container > a {
  font-weight: bold;
}
nav.mobileMenu .parent-container:before {
  content: "+";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  z-index: 5;
  font-weight: normal;
  color: #A30134;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.mobileMenu .parent-container.active {
  border-bottom: none;
}
nav.mobileMenu .parent-container.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.mobileMenu .parent-container ul.sub-menu {
  position: relative !important;
  text-transform: none;
  display: none;
}
nav.mobileMenu .parent-container ul.sub-menu li {
  padding-left: 30px;
}
nav.mobileMenu ul.nav-menu > li {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
}
nav.mobileMenu ul.nav-menu > li > a {
  padding: 0 5px;
  line-height: 55px;
}
@media screen and (min-width: 768px) {
  .menu-item-has-children > a:before {
    content: "\f35f";
    font-family: 'Ionicons';
    margin-left: 8px;
    color: #FFFFFF;
    font-size: 12px;
    display: block !important;
    float: right;
  }
  .menu-item-has-children:hover > a {
    background: #FFFFFF !important;
    color: #A30134 !important;
  }
  .menu-item-has-children:hover > a:before {
    color: #A30134;
  }
  .sub-menu {
    position: absolute;
    background-color: #FFFFFF !important;
    color: #A30134;
    width: 240px;
    margin-top: 0;
    padding: 0 0 15px 0 !important;
    display: block;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .sub-menu .menu-item {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    background: #FFFFFF;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
  }
  .sub-menu .menu-item.subNavLarge {
    width: 160px;
    border-right: none;
  }
  .sub-menu .menu-item a {
    display: block;
    height: auto !important;
    line-height: 1.2em !important;
    font-size: 15px !important;
    width: 100%;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
    float: none;
    padding: 5px !important;
    color: #A30134;
    background: #FFFFFF;
  }
  .sub-menu .menu-item a:hover {
    width: 100%;
    background: #FFFFFF;
  }
  .sub-menu .menu-item.current_page_item a {
    background-color: #FFFFFF;
    font-weight: bold;
  }
  .sub-menu .navSubHeader {
    padding-bottom: 5px;
    padding-top: 20px;
  }
  .sub-menu .navSubHeader .parent-container {
    line-height: normal;
    color: #999999;
    background: none !important;
  }
  .sub-menu .navSubHeader .parent-container:after {
    display: none;
  }
  .sub-menu .navSubHeader:first-of-type {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header-top-menu {
    float: right;
  }
  .header-top-menu div.menu {
    display: none !important;
  }
}
/** Secondary Nav (Global Top Nav) **/
nav.secondary-navigation {
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  background: #2f0418;
}
nav.secondary-navigation .menu-global-menu-container,
nav.secondary-navigation .menu-secondary-menu-container {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 66.4989378333em;
}
nav.secondary-navigation .menu-global-menu-container ul,
nav.secondary-navigation .menu-secondary-menu-container ul {
  float: right !important;
}
nav.secondary-navigation .menu-global-menu-container ul li a,
nav.secondary-navigation .menu-secondary-menu-container ul li a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 30px;
  padding: 0 0 0 15px;
}
nav.secondary-navigation .menu-global-menu-container ul li a:hover,
nav.secondary-navigation .menu-secondary-menu-container ul li a:hover {
  color: #FFFFFF;
}
nav.secondary-navigation .menu-global-menu-container ul li.current_page_item a,
nav.secondary-navigation .menu-secondary-menu-container ul li.current_page_item a {
  background: none;
}
body ul.products {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
body ul.products li.product {
  width: 50% !important;
}
@media screen and (min-width: 768px) {
  body ul.products li.product {
    width: 25% !important;
    clear: none !important;
    margin: 0 !important;
    padding: 15px;
    text-align: center !important;
  }
  body ul.products li.product.first {
    clear: none !important;
  }
  body ul.products li.product img {
    width: 100% !important;
    height: auto;
    margin: 0 auto !important;
    padding: 15px;
  }
  body ul.products li.product .button:hover {
    border: solid 1px transparent;
  }
  body ul.products li.product .price {
    color: #444444 !important;
  }
  body ul.products li.product .star-rating {
    margin: 0 auto;
  }
  body ul.products li.product .woocommerce-loop-product__title {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  body ul.products li.product {
    width: 100%;
  }
}
body .single-product {
  padding-top: 0;
}
body .single-product div.product .summary .price {
  margin: 0;
}
body .single-product div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  font-weight: 300;
  font-size: 14px;
  color: #A30134;
  text-decoration: none;
}
body .single-product div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #000000;
}
body .single-product div.product form.cart {
  margin-bottom: 10px;
}
body .single-product div.product .product_meta {
  border-top: solid 1px #f9f9f9 !important;
}
body .single-product div.product .product_meta a {
  text-decoration: none;
  color: #A30134;
}
body .single-product div.product .product_meta a:hover {
  color: #000000;
}
body .single-product div.product .woocommerce-product-rating {
  margin: 0;
  padding: 0;
  border: none;
}
body .single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  max-width: 75%;
}
body .single-product div.product .woocommerce-product-gallery ol.flex-control-nav li {
  width: 20% !important;
  margin: 0 !important;
}
body .single-product div.product .woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100%;
  height: auto;
}
.single-product .woocommerce-tabs {
  padding: 2rem 0;
}
.woocommerce-tabs ul.tabs {
  width: 100%;
  margin: 0;
  border-top: none !important;
  border-bottom: solid 1px #A30134;
  text-align: center !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
.woocommerce-tabs ul.tabs li {
  border: none !important;
  float: none !important;
  display: inline-block !important;
}
.woocommerce-tabs ul.tabs li a {
  padding: 0 0 5px 0 !important;
  margin: 0 0.5rem;
  font-size: 1rem;
  background: none !important;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #444444 !important;
  font-weight: 500;
  border-bottom: solid 3px #A30134;
}
@media screen and (min-width: 768px) {
  .woocommerce-tabs ul.tabs {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  .woocommerce-tabs ul.tabs li a {
    padding: 0 0 5px 0 !important;
    margin: 0 1rem;
    font-size: 1.25rem;
  }
  .woocommerce-tabs .panel {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-products-header {
    float: left;
    margin-bottom: 2rem;
  }
}
.storefront-sorting {
  float: right;
  padding: 0;
  margin: 10px 0 0 0 !important;
}
.storefront-sorting p.woocommerce-result-count {
  display: none !important;
  padding: 0 !important;
  margin: 0;
  font-size: 12px;
  line-height: 34px;
  font-weight: 400;
  float: right;
  clear: both;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .storefront-sorting {
    float: left;
    margin-bottom: 15px !important;
  }
  .storefront-sorting p.woocommerce-result-count {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-Tabs-panel {
    padding-top: 30px;
  }
}
.widget-area .widget {
  background: #f9f9f9;
  padding: 10px 15px 5px 15px;
  margin: 0 0 30px 0 !important;
}
.widget-area .widget .widget-title {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #e6e6e6;
}
.widget-area .widget a.button {
  font-weight: 500 !important;
}
.widget-area .widget_product_categories ul li {
  border-bottom: solid 1px #e6e6e6;
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
}
.widget-area .widget_product_categories ul li:last-of-type {
  border-bottom: none;
}
.widget-area .widget_product_categories ul li:before {
  display: none;
}
.widget-area .widget_product_categories ul li a {
  text-decoration: none !important;
  font-weight: 400 !important;
  color: #444444 !important;
}
.widget-area .widget_product_categories ul li.current-cat a {
  font-weight: 600 !important;
}
.widget-area .widget_product_categories ul li .count {
  font-weight: 400;
  font-size: 11px;
}
/** Mini Cart **/
.widget_shopping_cart {
  border: solid 1px #e6e6e6;
  padding: 10px 0 5px 10px;
}
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  display: block;
  font-size: 24px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
  padding: 10px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:after {
  display: none;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-of-type {
  border: solid 1px #A30134 !important;
  background: #FFFFFF !important;
  color: #A30134 !important;
  margin-bottom: 15px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:first-of-type:hover {
  background: #A30134 !important;
  color: #FFFFFF !important;
}
/** Header Banner **/
section.section-headerbanner {
  min-height: 300px;
  background-size: cover !important;
}
section.section-headerbanner .jumbotron-content {
  vertical-align: middle;
}
@media all and (min-width: 577px) {
  section.section-headerbanner {
    min-height: 400px;
  }
}
@media all and (max-width: 767px) {
  .jumbotron-content {
    padding-bottom: 50px !important;
  }
}
@media all and (min-width: 768px) {
  .jumbotron-content {
    background: none !important;
  }
}
@media all and (min-width: 768px) {
  section.section-headerbanner {
    min-height: 540px;
  }
}
@media all and (max-width: 767px) {
  section.section-headerbanner {
    text-align: center !important;
    background-size: cover !important;
    background-position: top right !important;
  }
  section.section-headerbanner.headerbanner-center {
    background-position: center !important;
  }
  .section-headerbanner {
    text-align: center;
    background: none !important;
  }
  .section-headerbanner h1.display-4 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.home .site-content > .col-full {
  max-width: none !important;
  padding: 0 !important;
}
.home .storefront-product-section {
  max-width: 66.4989378333em;
  margin: 0 auto;
}
.home section:nth-child(even) {
  background: #f8f9fa !important;
}
footer {
  padding: 60px 0 !important;
}
footer .footer-widgets {
  padding: 0 !important;
}
footer .footer-widgets .widget-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  font-weight: 400;
}
footer .footer-widgets ul.menu {
  font-size: 13px;
  font-weight: 300;
}
footer .footer-widgets ul.menu li {
  padding: .4rem 0 !important;
  margin: 0;
}
footer .footer-widgets ul.menu li:before {
  display: none;
}
footer .footer-widgets ul.menu li a {
  font-weight: 300;
}
/* Slick carousel */
#carousel-banner {
  height: auto;
}
#carousel-banner .slick-list {
  height: 100%;
}
#carousel-banner .slick-list .slick-track {
  height: 100%;
}
#carousel-banner .section-headerbanner {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #carousel-banner {
    height: 540px;
  }
}
.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 2px;
  width: 10px;
  list-style: none;
  display: inline-block;
  opacity: 0.5;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  text-indent: -9999px;
  margin: 0 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-behavior: url(/wp-content/themes/matrix_2015/htc/PIE.php);
}
.slick-dots button:hover {
  background: #A30134;
}
.slick-dots button:hover,
.slick-dots button:focus {
  outline: none;
}
.slick-dots.white button {
  background: #FFFFFF;
}
.slick-dots.white button:hover {
  background: #FFFFFF;
}
.slick-prev {
  left: 0;
  outline: none !important;
}
.slick-next {
  right: 0;
  outline: none !important;
}
.slick-prev,
.slick-next {
  background-color: transparent !important;
  background: transparent !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slick-prev .ion,
.slick-next .ion {
  font-size: 32px;
  color: #FFFFFF;
}
.shop_table th {
  color: #000000;
}
#payment .wc_payment_methods .wc_payment_method label {
  color: #000000;
}
#payment .wc_payment_methods .wc_payment_method label:before {
  color: #FFFFFF;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #A30134 !important;
}
.bootstrap-content .btn-primary {
  background-color: #A30134;
  color: #FFFFFF;
}
section {
  float: left;
  width: 100%;
}
header .col-full {
  padding: 0;
}
header section {
  padding: 0;
}
section.carousel {
  padding: 0;
}
#primary,
#main {
  margin-bottom: 0;
  padding: 0;
}
#primary .hentry,
#main .hentry {
  margin-bottom: 0;
  padding: 0;
}
#primary ul.products,
#main ul.products {
  margin-bottom: 0;
}
#primary ul.products li,
#main ul.products li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #primary ul.products li,
  #main ul.products li {
    margin-bottom: 20px;
  }
}
.woocommerce-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px !important;
  text-transform: none;
  font-weight: 400;
  border-bottom: solid 1px #f9f9f9;
}
.woocommerce-breadcrumb a {
  color: #A30134 !important;
}
.woocommerce-breadcrumb a:first-of-type:before {
  display: none !important;
}
.summary .storefront-product-sharing {
  padding: 0;
  margin-top: 10px;
}
.summary .storefront-product-sharing:before {
  content: "Share:";
  font-size: 15px;
  font-weight: 400;
  float: left;
  line-height: 38px;
  margin-right: 10px;
}
.summary .storefront-product-sharing ul li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 400px;
  border: none !important;
}
.summary .storefront-product-sharing ul li a {
  text-decoration: none !important;
}
.summary .storefront-product-sharing ul li a:before {
  color: #B4B9BD !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.summary .storefront-product-sharing ul li a:hover:before {
  color: #A30134 !important;
}
@media screen and (max-width: 767px) {
  .summary .storefront-product-sharing ul {
    clear: both;
  }
  .summary .storefront-product-sharing ul li {
    float: left;
  }
}
.stock:before {
  display: none !important;
}
#reviews .commentlist li .avatar {
  max-width: 50px;
  margin-right: 20px;
}
.page-template-page-account .content-area {
  width: 100% !important;
}
.page-template-page-account .woocommerce-MyAccount-navigation {
  float: left !important;
}
.page-template-page-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  display: none !important;
}
.page-template-page-account .woocommerce-MyAccount-content {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .page-template-page-account .content-area {
    width: 100% !important;
  }
  .page-template-page-account .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    margin-right: 4.347826087% !important;
  }
  .page-template-page-account .woocommerce-MyAccount-content {
    width: 73.9130434783% !important;
  }
}
.main-navigation ul.nav-menu > li:hover > a,
ul.menu li.current-menu-item > a:not(.cart-contents),
.main-navigation ul.menu ul,
.site-header-cart .widget_shopping_cart,
.smm-mega-menu {
  background: none;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
  color: #A30134;
}
.mobileMenuOverlay {
  display: none;
  height: 100vh;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  background: #FFFFFF;
  opacity: 0.75;
  z-index: 1;
}
@media (min-width: 768px) {
  .mobileMenuOverlay {
    display: none !important;
  }
}
footer {
  padding: 60px 0 !important;
}
footer .footer-widgets {
  padding: 0 !important;
}
footer .footer-widgets .widget-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
  font-weight: 400;
}
footer .footer-widgets .block {
  max-width: 200px;
  float: left !important;
}
footer .footer-widgets ul.menu {
  font-size: 13px;
  font-weight: 300;
}
footer .footer-widgets ul.menu li {
  padding: .4rem 0 !important;
  margin: 0;
}
footer .footer-widgets ul.menu li:before {
  display: none;
}
footer .footer-widgets ul.menu li a {
  font-weight: 300;
}
footer .site-info {
  width: 100%;
  clear: both;
  padding: 15px 0 !important;
  border: none !important;
  font-size: 12px !important;
}
@media screen and (max-width: 767px) {
  footer .footer-widgets .block {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .product-categories .product,
  .recent-products .product {
    margin-bottom: 15px;
  }
  .product-categories .product img,
  .recent-products .product img {
    max-width: 120px;
  }
}
.cart-collaterals .cross-sells {
  display: none;
}
a.remove:before {
  content: "\f128" !important;
  font-family: 'Ionicons' !important;
  color: #A30134 !important;
}
@media screen and (min-width: 768px) {
  table.cart {
    box-shadow: none !important;
  }
  table.cart th,
  table.cart td {
    padding: 15px !important;
  }
  table.cart td.product-remove {
    width: 50px;
    padding: 15px 0 !important;
  }
  .cart_totals {
    max-width: 400px;
  }
  .wc-proceed-to-checkout .button.checkout-button {
    padding: 1.1rem 2.2rem;
    font-size: 1.2rem !important;
  }
  .wc-proceed-to-checkout .button.checkout-button:after {
    display: none !important;
  }
}
.coupon input,
.coupon button {
  float: left;
}
.coupon input {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  body .storefront-handheld-footer-bar {
    top: 0;
    bottom: auto;
    width: auto;
    right: 0;
    left: auto;
    box-shadow: none !important;
  }
  body .storefront-handheld-footer-bar ul li {
    width: 50px !important;
    padding: 0 !important;
  }
  body .storefront-handheld-footer-bar ul li a {
    height: 54px;
  }
  body .storefront-handheld-footer-bar ul li.search a:before {
    font-family: "Ionicons";
    content: "\f4a4";
  }
  body .storefront-handheld-footer-bar ul li.search .site-search {
    height: 0;
    bottom: auto;
    top: 56px;
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-transform: 0.2s;
    -moz-transform: 0.2s;
    -o-transform: 0.2s;
    -ms-transform: 0.2s;
    transform: 0.2s;
  }
  body .storefront-handheld-footer-bar ul li.search .site-search .widget_product_search {
    padding: 8px;
  }
  body .storefront-handheld-footer-bar ul li.search .site-search .widget_product_search form:before {
    display: none;
  }
  body .storefront-handheld-footer-bar ul li.search .site-search .widget_product_search form input[type=search] {
    height: 40px;
    padding: 0 15px;
  }
  body .storefront-handheld-footer-bar ul li.search.active .site-search {
    height: 54px;
  }
}
/** Modals **/
.modal.show,
.modal.in {
  opacity: 1;
}
.modal.show .modal-dialog,
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal .modal-header {
  display: block;
}
.modal .modal-header [type="button"] {
  -webkit-appearance: none;
}
.modalForm .modal-content {
  float: left;
  background: #EEEEEE;
}
.modalForm .modal-content .modal-header,
.modalForm .modal-content .modal-body {
  width: 100%;
  float: left;
}
.modalForm .modal-content .modal-body {
  padding: 0 30px 30px 30px;
}
.modalForm .modal-content .modal-header {
  border: none;
  padding: 10px 0;
  height: 50px;
}
.modalForm .modal-content .modal-header button.close {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  width: auto;
  background: none;
  color: #A30134;
  border: none;
  opacity: 1;
  outline: none !important;
  box-shadow: none;
  text-shadow: none;
}
.modalForm .modal-content .modal-header button.close:hover,
.modalForm .modal-content .modal-header button.close:focus {
  background: none;
  color: #000000;
  border: none;
  outline: none !important;
  box-shadow: none;
}
.modalForm .modal-content section.waitListForm {
  padding: 30px;
}
.modalForm .modal-content ul {
  margin: 0;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.modal-backdrop {
  background: #000000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.modalVideo {
  text-align: center;
}
.modalVideo .modal-header {
  border: none;
  text-align: right;
  padding: 0;
}
.modalVideo .modal-header .btnClose {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(images/icon-close.png);
  background-size: cover;
  cursor: pointer;
  float: right;
}
.modalVideo .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
.modalVideo .modal-content .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.modalVideo .modal-content .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalPopupForm {
  z-index: 99999;
}
.modalPopupForm .btnClose {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: none;
  background-size: cover;
  cursor: pointer;
  float: right;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  margin: 15px;
  top: 0;
  right: 0;
  position: absolute;
  text-decoration: none !important;
}
.modalPopupForm .btnClose:before {
  content: "\f405";
  font-family: 'Ionicons';
  color: #000000;
}
.modalPopupForm section.practicePaperFormWrapper {
  padding: 40px;
}
@media all and (max-width: 767px) {
  .modalPopupForm section.practicePaperFormWrapper {
    padding: 40px 20px 20px 20px;
  }
  .modalPopupForm .btnClose {
    font-size: 28px;
    margin: 5px;
  }
  .modalPopupForm img {
    margin-bottom: 15px;
  }
}
.stock.coming-soon,
.stock.on-backorder {
  color: #e2401c;
}
#carousel-banner .wrapper {
  height: inherit;
}
.site-footer {
  padding-bottom: 0 !important;
}
.creditcard {
  float: left;
}
.creditcard a {
  width: 38px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  line-height: 500px;
  background-size: cover !important;
  cursor: default;
  pointer-events: none;
}
.creditcard.visa a {
  background: url(assets/images/icon-visa.png);
}
.creditcard.mastercard a {
  background: url(assets/images/icon-mastercard.png);
}
.creditcard.amex a {
  background: url(assets/images/icon-amex.png);
}
#tab-description {
  width: 70% !important;
  float: none;
  margin: 0 auto;
  text-align: left;
}
#tab-description table tbody td {
  padding: 10px;
}
#tab-description table tbody ul {
  margin: 0 0 0 10px;
}
#tab-description h2 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  #tab-description {
    width: 100% !important;
  }
}
body ul.products li.product {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 30px !important;
}
body ul.products li.product .add_to_cart_button {
  position: absolute;
  width: 80%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  body ul.products li.product {
    margin-bottom: 60px !important;
  }
}
.product.product-snippet {
  margin-bottom: 15px;
}
.product.product-snippet .announcement {
  min-height: auto;
}
.product.product-snippet .announcement p {
  min-height: auto;
  margin-bottom: 0;
}
.product.product-snippet a p {
  min-height: 120px;
}
.product p.price {
  min-height: auto;
}
.product p.stock {
  min-height: auto;
}
.product-snippet p {
  min-height: 120px;
  margin: 0;
}
@media all and (max-width: 1200px) {
  .product.product-snippet a p {
    min-height: 140px;
  }
}
@media all and (max-width: 767px) {
  .product.product-snippet a p {
    min-height: 156px;
  }
}
/** Content Styles **/
blockquote {
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-style: normal;
  width: 100%;
  background: #FAF2F5;
  padding: 30px 70px 30px 30px;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  border: none;
  clear: both;
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 30px;
}
blockquote p {
  margin-bottom: 15px;
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 0 60px;
}
blockquote:before {
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  display: inline;
  font-family: 'Ionicons';
  font-size: 40px;
  content: "\f347";
  color: #A30134 !important;
  top: 20px;
  left: 20px;
  margin: 0;
}
blockquote:after {
  font-family: 'Ionicons';
  font-size: 40px;
  content: "\f347";
  color: #A30134 !important;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
}
ul.list-arrow {
  margin: 0 0 20px 20px;
  list-style-type: none;
}
ul.list-arrow li {
  position: relative;
  padding-left: 10px;
  list-style-type: none;
}
ul.list-arrow li:before {
  font-family: 'Ionicons';
  content: "\f125";
  color: #A30134 !important;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 15px;
}
.single-book #menu-global-menu,
.single-book .header-top-menu,
.single-book .site-header-cart,
.single-book .storefront-breadcrumb,
.single-book .footer-widget-1 {
  display: none;
}
.single-book section.studentsReceive .sampleResourceImage img {
  width: 100%;
  height: auto;
}
.single-book section.studentsReceive .imageBackground {
  width: 100%;
  height: 450px;
  float: left;
  background-size: auto 100% !important;
  background-repeat: repeat-x;
}
@media all and (max-width: 767px) {
  .single-book section.studentsReceive .imageBackground {
    height: 200px;
  }
}
@media all and (max-width: 767px) {
  .single-book section.studentsReceive .sampleResourceImage {
    float: none;
    display: inline-block;
    max-width: 200px;
    padding: 0;
  }
  .single-book section.studentsReceive .sampleResourceImage img {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
}
@media all and (max-width: 480px) {
  .single-book section.studentsReceive .sampleResourceImage {
    float: left;
    display: inline-block;
    max-width: none;
    padding: 0 15px;
  }
  .single-book section.studentsReceive .sampleResourceImage img {
    margin: 0;
  }
}
.single-book section.buyBook {
  background: #EEE;
  margin-top: 100px;
}
.single-book section.buyBook h3 {
  margin: 0 0 20px 0;
}
.single-book section.buyBook .image {
  float: left;
  padding-right: 50px;
  margin-top: -200px;
}
.single-book section.buyBook .image img {
  width: 100%;
  height: auto;
}
.single-book section.buyBook .button {
  width: 100%;
}
@media all and (max-width: 1199px) {
  .single-book section.buyBook .image {
    padding-right: 10px;
    margin-top: -150px;
  }
}
.single-book section.bookDetails {
  background: #f2f2f2;
  padding: 30px 0 0 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.single-book section.bookDetails.odd {
  background: #FFFFFF;
}
.single-book section.bookDetails .row {
  display: table;
}
.single-book section.bookDetails .text,
.single-book section.bookDetails .image {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media all and (max-width: 767px) {
  .single-book section.bookDetails {
    padding-top: 0;
    background: #FFFFFF;
  }
  .single-book section.bookDetails .text,
  .single-book section.bookDetails .image {
    float: left;
    display: block;
    width: 100%;
  }
}
.single-book section.bookDetails.last {
  padding: 100px 0;
}
.single-book section.bookDetails.last .text {
  padding-left: 50px;
}
.single-book section.bookDetails.last h3 {
  color: #444444;
}
@media all and (max-width: 767px) {
  .single-book section.bookDetails.last {
    padding: 0;
    background: none !important;
  }
  .single-book section.bookDetails.last .text {
    padding-left: 15px;
  }
  .single-book section.bookDetails.last .image img {
    width: 100%;
    height: auto;
  }
}
.single-book section.bookDetails .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media all and (max-width: 767px) {
  .single-book section.bookDetails {
    text-align: center;
  }
  .single-book section.bookDetails h3 {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .single-book section.bookDetails .text {
    margin-bottom: 40px;
  }
  .single-book section.bookDetails .image {
    margin-bottom: 30px;
    padding: 0px 0 0px 0;
    background: #FFFFFF;
  }
  .single-book section.bookDetails .image img {
    width: 75%;
    height: auto;
  }
}
