.sb-callout-ctn {
width: 370px;
min-height: 200px;
overflow: auto;
background: #fff;
box-shadow: 0px 1px 5px 0px #0000000B, 0px 4px 12px 0px #0000000F, 0px 8px 23px 0px #00000013, 0px 14px 41px 0px #00000017, 0px 26px 77px 0px #0000001B;
}
.sb-callout-ctn[data-type="frontend"]{
position: fixed;
bottom: 25px;
right: 20px;
}
.sb-callout-ctn[data-type="backend"] {
position: fixed;
bottom: 85px;
right: 20px;
z-index: 99999;
}
.sb-callout-ctn[data-type="side-menu"],
body.wp-admin.index-php li .sb-callout-ctn[data-type="side-menu"],
body.instagram-feed_page_sbi-feed-builder .sb-callout-ctn[data-type="side-menu"]{
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
body:not([class*="page_sbi-feed-builder"]) .wp-menu-name:hover > .sb-callout-ctn[data-type="side-menu"],
body:not([class*="page_sbi-feed-builder"]) .wp-has-current-submenu:hover .sb-callout-ctn[data-type="side-menu"],
body.wp-admin.index-php .wp-menu-name .sb-callout-ctn[data-type="side-menu"]{
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.sb-callout-ctn[data-type="side-menu"] {
position: absolute;
left: 100%; top: -100px;
z-index: 999999;
}
.sb-callout-ctn[data-position="bottom"] {
bottom: 0px;
top: unset;
}
.sb-fs {
width: 100%;
float: left;
position: relative;
box-sizing: border-box;
}
.sb-callout-top-heading {
padding: 10px 15px;
border-bottom: 1px solid #E6E6EB;
display: flex;
align-items: center;
column-gap: 10px;
}
.sb-callout-top-heading strong {
color: #141B38 !important;
font-size: 15px;
}
.sb-callout-only-visible {
font-size: 10px;
display: none;
align-items: center;
column-gap: 5px;
text-transform: uppercase;
color: #0068A0 !important;
background: #D6F4FF !important;
padding: 2px 8px;
border-radius: 4px;
line-height: 21px
}
[data-type="frontend"] .sb-callout-top-heading {
align-items: flex-start;
}
[data-type="frontend"] .sb-callout-top-heading>svg {
width: 25px;
margin-top: 10px;
height: auto;
}
[data-type="frontend"] .sb-callout-only-visible {
display: inline-flex;
}
.sb-callout-top-dismiss {
position: absolute;
width: 16px;
height: 20px;
right: 12px;
top: 10px;
cursor: pointer;
color: #2C324C !important;
}
.sb-callout-top-dismiss:before,
.sb-callout-top-dismiss:after {
content: '';
position: absolute;
width: 14px;
height: 2px;
left: 1px;
top: 8px;
background: currentColor;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.sb-callout-top-dismiss:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.sb-callout-progress {
padding: 35px 25px;
padding-bottom: 45px;
display: flex;
align-items: center;
justify-content: center;
column-gap: 20px;
}
.sb-callout-progress-radial {
width: 71px;
height: 71px;
flex-shrink: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
color: #0068A0 !important;
font-weight: 600;
font-size: 17px;
}
.sb-callout-progress-radial span {
position: relative;
z-index: 9;
}
.sb-callout-progress-radial svg{
position: absolute;
width: 71px;
height: 71px;
}
.sb-progress-svg {
--size: 71px;
--half-size: calc(var(--size) / 2);
--stroke-width: 5px;
--radius: calc((var(--size) - var(--stroke-width)) / 2);
--circumference: calc(var(--radius) * pi * 2);
--dash: calc((var(--progress) * var(--circumference)) / 100);
animation: progress-animation 0s linear 0s 1 forwards;
}
.sb-progress-svg circle {
cx: var(--half-size);
cy: var(--half-size);
r: var(--radius);
stroke-width: var(--stroke-width);
fill: none;
}
.sb-progress-svg .sb-progress-svg-bg {
stroke: #0096CC;
stroke-width: calc(var(--stroke-width) - 1px);
}
.sb-progress-svg .sb-progress-svg-fg {
transform: rotate(-90deg);
transform-origin: var(--half-size) var(--half-size);
stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
transition: stroke-dasharray 0s linear 0s;
stroke:#9ce5ff;
stroke-width: var(--stroke-width)
}
@property --progress {
syntax: "<number>";
inherits: false;
initial-value: 0;
}
@keyframes progress-animation {
from {
--progress: 0;
}
to {
--progress: var(--percent);
}
}
.sb-callout-progress-text {
display: flex;
flex-direction: column;
}
.sb-callout-progress-text strong {
color: #141B38 !important;
font-size: 16px;
}
.sb-callout-progress-text span {
color: #696D80 !important;
font-size: 13px;
margin-top: 5px;
line-height: 1.5em;
}
.sb-callout-plugins {
padding: 10px 0px;
background: #F9F9FA !important;
}
.sb-callout-plugin-item {
padding: 5px 15px;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 400;
color: #434960 !important;
column-gap: 10px
}
#adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn) {
display: flex !important;
color: inherit !important;
justify-content: center;
align-items: center;
column-gap: 7px;
line-height: unset !important;
background: unset !important;
}
#adminmenu .sb-callout-plugin-item a:not(.sb-callout-item-btn):after {
display: none;
}
.sb-callout-item-checkbox {
width: 17px;
height: 17px;
position: relative;
flex-shrink: 0;
border-radius: 50px;
border: 2px solid #9295A6 !important;
}
.sb-callout-plugin-item[data-done="true"] {
color: #141B38 !important;
font-weight: 600;
}
.sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox {
background-color: #0096CC !important;
border-color: #0096CC !important;
color: #fff !important;
}
.sb-callout-plugin-item[data-done="true"] .sb-callout-item-checkbox:after {
content: '';
position: absolute;
width: 9px;
height: 4px;
border-left: 2px solid currentColor;
border-bottom: 2px solid currentColor;
-webkit-transform: rotate(-39deg);
transform: rotate(-39deg);
left: 3px;
top: 4px;
}
.sb-callout-item-btn {
display: flex !important;
background-color: #0068A0 !important;
color: #fff !important;
font-size: 10px !important;
height: 32px !important;
font-weight: 600 !important;
padding: 10px 11px !important;
position: relative !important;
margin-left: auto !important;
border-radius: 3px !important;
text-decoration: none !important;
line-height: unset !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
}
.sb-callout-item-btn.sb-callout-item-btn-grey {
background: #F3F4F5 !important;
color: #141B38 !important;
border: 1px solid #D0D1D7 !important;
}
.sb-callout-item-btn:after {
content: '' !important;
position: absolute !important;
width: 5px !important;
height: 5px !important;
right: 14px !important;
top: 12px !important;
border-right: 2px solid currentColor !important;
border-bottom: 2px solid currentColor !important;
-webkit-transform: rotate(-45deg) !important;
transform: rotate(-45deg) !important;
}
.sb-callout-bottom-btns {
display: flex !important;
justify-content: flex-start !important;
padding: 20px 20px !important;
column-gap: 10px !important;
padding-bottom: 5px !important;
}
.sb-callout-bottom-btns .sb-callout-item-btn {
margin-left: unset !important;
flex-grow: 1 !important;
text-align: center !important;
font-size: 11px !important;
height: 15px !important;
cursor: pointer;
}
[data-type="frontend"] .sb-callout-bottom-btns .sb-callout-item-btn {
padding: 7px 11px !important;
height: unset !important;
}
[data-type="dashboard"] .sb-callout-bottom-btns .sb-callout-item-btn{
padding: 10px 11px !important;
}
.sb-callout-bottom-btns .sb-callout-item-btn:after {
right: 18px !important;
top: 14px !important;
}
#adminmenu .sb-callout-ctn a:hover {
box-shadow: unset !important;
} .sb-callout-ctn[data-type="dashboard"] {
width: 100% !important;
box-sizing: border-box !important;
background: unset !important;
box-shadow: unset !important;
}
.sb-callout-ctn[data-type="dashboard"] .sb-callout-top {
display: none !important;
}
#sb_dashboard_widget .inside {
padding: 0px !important;
}
.sb-callout-top > a {
background: unset!important;
color: inherit;
}
.sb-callout-ctn > a{
display: none !important;
}
.sb-callout-plugin-item .sb-callout-item-btn{
padding: 0 26px !important;
}
@media (max-width: 1200px) {
.sb-callout-ctn[data-type="frontend"],
.sb-callout-ctn[data-type="backend"],
.sb-callout-ctn[data-type="side-menu"]{
display: none !important;
}
}*{margin:0;padding:0;border:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}
table {border-collapse:collapse;border-spacing:0}
strong,dfn,b {font-weight:bold}
em,dfn{font-style:italic}
sup,sub {line-height:0;font-size:.6em}
sup {vertical-align:super}
sub {vertical-align:sub}
address{margin:0 0 1.5em;font-style:italic}
pre{margin:1.5em 0;white-space:pre}
pre,code,tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5}
ol,ul {list-style: none}
input,select,img {vertical-align:middle}
small{font-size:0.75em}
.main {margin:0 auto;width:1186px;max-width: 100%; box-sizing:border-box}
.mauto {margin: 0 auto; box-sizing: border-box}
.main.xsm, .wide-xsm {max-width: 480px}
.main.xs, .wide-xs {max-width: 580px}
.main.sm, .wide-sm {max-width: 710px}
.main.md, .wide-md {max-width: 930px}
.main.lg, .wide-lg {max-width: 1186px}
.main.xl, .wide-xl {max-width: 1410px}
.main.fluid {max-width:100%;width:100%;padding-left:30px;padding-right:30px}
.sec {width:100%;clear:both;float:left;box-sizing:border-box}
.row {clear:both;margin-left:-15px;margin-right:-15px}
.section > .content > .row {margin-left: 0; margin-right: 0}
.row:after, .sec:after, .cols:after, .main:after, .afterfix:after {clear:both;content:"";display:table}
.icontent, .isidebar {min-height: 1px} .g0,.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12, .g0c,.g1c,.g2c,.g3c,.g4c,.g5c,.g6c, .g0s,.g1s,.g2s,.g3s,.g4s,.g5s,.g6s,.g7s,.g8s,.g9s,.g10s,.g11s,.g12s, .g0m,.g1m,.g2m,.g3m,.g4m,.g5m,.g6m,.g7m,.g8m,.g9m,.g10m,.g11m,.g12m, .g20,.g40,.g60,.g80 {padding-left:15px;padding-right:15px;box-sizing:border-box;float:left;width:100%}
.g1 {width:8.33333333%}
.g2,.g6c {width:16.66666667%}
.g3,.g4c {width:25%}
.g4,.g3c {width:33.33333333%}
.g5 {width:41.66666667%}
.g6,.g2c {width:50%}
.g7 {width:58.33333333%}
.g8 {width:66.66666667%}
.g9 {width:75%}
.g10 {width:83.33333333%}
.g11 {width:91.66666667%}
.g12,.g0,.g0c,.g1c {width:100%}
.g20,.g5c {width:20%}
.g40 {width:40%}
.g60 {width:60%}
.g80 {width:80%}
.g1o {margin-left:8.33333333%}
.g2o {margin-left:16.66666667%}
.g3o {margin-left:25%}
.g4o {margin-left:33.33333333%}
.g5o {margin-left:41.66666667%}
.g6o {margin-left:50%}
.g7o {margin-left:58.33333333%}
.g8o {margin-left:66.66666667%}
.g9o {margin-left:83.33333333%}
.g10o {margin-left:83.33333333%}
.g11o {margin-left:91.66666667%}
.c0x0,.c1x2,.c1x3,.c2x3,.c1x4,.c2x4,.c3x4,.c1x5,.c2x5,.c3x5,.c4x5,.c1x6,.c2x6,.c3x6,.c4x6,.c5x6 {float:left;width:98%;margin-right:2%;box-sizing:border-box}
.c0x0 {width:100%;margin-right:0}
.cols {clear:both}
.c0x0.last, .c1x2.last, .c1x3.last, .c2x3.last, .c1x4.last, .c2x4.last, .c3x4.last, .c1x5.last, .c2x5.last, .c3x5.last, .c4x5.last, .c1x6.last, .c2x6.last, .c3x6.last, .c4x6.last, .c5x6.last {margin-right:0}
.c1x2, .c2x4, .c3x6 {width:49%}
.c1x3, .c2x6 {width:32%}
.c2x3, .c4x6 {width:66%}
.c1x4 {width:23.50%}
.c3x4 {width:74.50%}
.c1x5 {width:18.40%}
.c2x5 {width:38.80%}
.c3x5 {width:59.20%}
.c4x5 {width:79.60%}
.c1x6 {width:15%}
.c5x6 {width:83%}
@media (max-width:1280px) {.main {    width:930px}}
@media (max-width:767px) {.g0,.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12, .g0c,.g1c,.g2c,.g3c,.g4c,.g5c,.g6c,.g0m,.g1m,.g2m,.g3m,.g4m,.g5m,.g6m,.g7m,.g8m,.g9m,.g10m,.g11m,.g12m,.g0s,.g1s,.g2s,.g3s,.g4s,.g5s,.g6s,.g7s,.g8s,.g9s,.g10s,.g11s,.g12s, .g20,.g40,.g60,.g80 {    width:100%;    padding-left:10px;    padding-right:10px}}
@media (max-width:1280px) {.g1m {    width:8.33333333%} .g2m {    width:16.66666667%} .g3m {    width:25%} .g4m {    width:33.33333333%} .g5m {    width:41.66666667%} .g6m {    width:50%} .g7m {    width:58.33333333%} .g8m {    width:66.66666667%} .g9m {    width:75%} .g10m {    width:83.33333333%} .g11m {    width:91.66666667%} .g12m, .g0m {    width:100%}}
@media (max-width:992px) { .main {    width:710px} .c1x6 {    width:32%} .c1x4 {    width:49%}}
@media (max-width:767px) {.main {    width:100%;    padding-left:20px;    padding-right:20px} .main.fluid {    padding-left:20px;    padding-right:20px} .row {    margin-left:-10px;    margin-right:-10px} .c1x5,.c2x5,.c3x5,.c4x5 {    width:100%;    margin-right:0} .g0s, .g12s {    width:100%}}
@media (max-width:600px) {.c1x2, .c1x3, .c2x3 {    width:100%;    padding-right:0} .c1x6 {    width:49%}}
@media (max-width:599px) {.g1s {    width:8.33333333%} .g2s {    width:16.66666667%} .g3s {    width:25%} .g4s {    width:33.33333333%} .g5s {    width:41.66666667%} .g6s {    width:50%} .g7s {    width:58.33333333%} .g8s {    width:66.66666667%} .g9s {    width:75%} .g10s {    width:83.33333333%} .g11s {    width:91.66666667%} .g12s, .g0s {    width:100%} .c0x0,.c1x2,.c1x3,.c2x3,.c1x4,.c2x4,.c3x4,.c1x6, .c2x6,.c3x6,.c4x6,.c5x6 {    width:100%;    margin-right:0}} .clr, .clear {clear:both;display:block}
.clear-left {clear: left}
.clr {line-height:0;height:0}
.oh {overflow:hidden}
.ohw {overflow:hidden;width:100%}
.fls {float:left}
.frs {float:right}
.pa {position:absolute}
.pr {position:relative}
.ac, .center {text-align:center}
.ar {text-align:right}
.aj {text-align:justify}
.al {text-align:left}
.pad {padding:15px;box-sizing:border-box}
.nopd, .nopad {padding-left:0;padding-right:0}
.nomg, .nomgn {margin-left:0;margin-right:0}
.animated {visibility:hidden}
.translate {transition:transform .4s}
.show {display:block}
.hide, .ui-tabs-hide, .ui-helper-hidden-accessible{display:none}
@media (max-width:1280px) {.clear-left-m {    clear: left}}
@media (max-width:599px) {.clear-left-s {    clear: left}} @font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.eot?#iefix) format('embedded-opentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Book.svg#Gotham-Book) format('svg');font-weight: 400;font-style: normal}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Bold.svg#Gotham-Bold) format('svg');font-weight: 700;font-style: normal}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.eot);src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.eot?#iefix) format('embedded-opentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Medium.svg#Gotham-Medium) format('svg');font-weight: 500;font-style: normal}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.eot); src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.eot?#iefix) format('embedded-pentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-Light.svg#Gotham-Light) format('svg');font-weight: 300;font-style: normal}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.eot?#iefix) format('embedded-opentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BookItalic.svg#Gotham-BookItalic) format('svg');font-weight: 400;font-style: italic}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.eot?#iefix) format('embedded-opentype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.woff2) format('woff2'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.ttf) format('truetype'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic) format('svg');font-weight: 700;font-style: italic}
@font-face {font-family: 'Gotham';src: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.eot?#iefix) format('embedded-opentype'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.woff2) format('woff2'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.woff) format('woff'), url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.ttf) format('truetype'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic) format('svg');font-weight: 500;font-style: italic} body {font-family: 'Gotham', Arial, Helvetica, sans-serif;font-size:14px;line-height:1.7;color:#333333}
img {max-width:100%;height:auto}
h1, h2, h3, h4, h5, h6 {font-weight:300;line-height:1.1;margin:0 0 12px;text-transform:uppercase;color:#031720}
h1, h2 {margin:0 0 30px}
p {margin:0 0 16px}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {margin-bottom:0}
.row-sc + p {margin-top: 16px}
h1, h2 {font-size:2.25em;font-family: 'Gotham';}
h3 {font-size:1.75em;font-family: 'Gotham';}
h4 {font-size:1.35em;font-family: 'Gotham';}
h5 {font-size:1.25em;font-family: 'Gotham';}
h6 {font-size:1.1em;font-weight:400;font-family: 'Gotham';}
p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + h2, ul + h2, ol + h2, table + h3, table + h4, table + h2 {margin-top: 26px} a:link, a:visited {color:#000;text-decoration:none;outline:0;transition:color 350ms}
a:focus, a:hover{color:#d4b680;text-decoration:none;outline:0}
a:active {color:#d4b680}
a.button, a.btn {background-color:#333;border:1px solid #333;color:#fff;font-size:14px;line-height:24px;font-weight:400;padding:10px 25px;margin:0;min-width:135px;text-transform:capitalize;text-align:center;display:inline-block;position: relative;transition:all 450ms;box-sizing:border-box;text-decoration:none;border-radius:0px;font-family: 'Gotham', sans-serif}
a.button+.button, a.button+.btn, a.btn+.btn {margin-left:15px}
a.button.btn-large {padding: 18px 36px; font-size: 1.125em; min-width: 216px; margin-top: 12px}
a.button:hover, a.btn:hover {background-color:#d4b680;border-color:#d4b680;color:#fff}
a.btn-trans, a.btn-outline {background-color:transparent;border-color:#333;color:#333}
a.btn-trans:hover, a.btn-outline:hover {background-color:#333;border-color:#333;color:#fff}
a.btn-white {background-color:#fff;border-color: #fff;color:#d4b680;}
a.btn-white:hover {background-color:#d4b680;border-color:#d4b680;color:#fff}
a.btn-outline.btn-white {background-color:transparent;border-color:#fff;color:#fff}
a.btn-outline.btn-white:hover {background-color:#fff;border-color:#fff;color:#d4b680}
a.btn-primary {background-color:#d4b680;border-color:#d4b680}
a.btn-primary:hover {background-color:#333333;border-color:#333333}
a.button.dark {background-color:#333333;border-color:#333333}
a.button.dark:hover {background-color:#d4b680;border-color:#d4b680} button, input[type="button"], input[type="reset"], input[type="submit"] {border-radius:0;vertical-align:top;box-sizing:border-box;-webkit-appearance:inherit;-moz-appearance:inherit;appearance:inherit;cursor:pointer;transition:all 300ms;padding:17px 25px;border:1px solid #333333;background:#333333;color:#fff;font-size:13px;line-height:24px;font-weight:500;font-family: 'Gotham', sans-serif;outline:none}
input[type="reset"] {background:#ddd;border-color:#ddd}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {border-color:#d4b680;color:#fff;background:#d4b680}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {border-color:#d4b680;background:#d4b680}
input[type="submit"].btn-trans {background-color:transparent;color:#d4b680;border-color:#d4b680}
input[type="submit"].btn-trans.btn-trans:hover, input[type="submit"].btn-trans.btn-trans:active, input[type="submit"].btn-trans.btn-trans:focus {background-color:#d4b680;color:#fff;border-color:#d4b680}
input[type="text"], input[type="email"], input[type="url"],input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="date"], textarea, select {box-sizing:border-box;outline:none;border: 1px solid rgba(0,0,0,0.1);border-radius:1px;padding:17px 15px 18px;background: transparent; color: #666;font-size:15px;line-height:24px;font-family: 'Gotham', sans-serif}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, textarea:focus, select:focus {color: #111;border-color:rgba(0,0,0,0.2)} .socials {line-height: 1;text-align:right}
.socials .sp {display:inline-block;text-align:center;margin:0 2px;vertical-align: middle}
.socials .sp:first-child {margin-left:0 !important}
.socials .sp:last-child {margin-right:0 !important}
.socials .sp .fa { vertical-align: middle}
.socials .sp a {display:block;overflow:hidden;transition:all 300ms;border-radius:0;font-size:14px;padding:0 5px}
.socials .sp a:hover {color:#d4b680}
.social-round .sp a {background: #d4b680; color: #fff; border: 1px solid #d4b680; border-radius: 50%; width: 40px; height: 40px; line-height: 36px}
.social-round .sp a:hover {opacity:1; background: #fff; color: #d4b680} .ihd { position:relative;transition:padding 400ms;}
.ihd .site-logo {max-width:129px;float:left;margin:0;transition:all 400ms;line-height:1; position:relative; z-index:19;margin:25px 0;}
.ihd .site-logo a {display:block}
.ihd .site-nav {display: flex;align-items: center;justify-content: end;}
.site-nav .cart {margin-right: 15px}.site-nav .cart a span {display: none;}.site-nav .cart a {position: relative;}
.sep {padding: 0;}
.topbar .search-toggle {width: 28px; border-radius: 50%; height: 28px; background-color: #fff}
.topbar .search-toggle .icon-search {width: 28px; height: 28px}
.topbar a.icon-love:before {content: "\f004";font-family:FontAwesome;display:inline-block;font-size:16px;font-weight:normal;margin-right:6px;color: currentColor}
.top-right {float:right; margin-left:10px;}
.top-right .topnav, .top-right .socials, .top-right .search-toggle {display:inline-block; margin-left:10px;}
.top-right .search-toggle {vertical-align:middle;}
.top-right .topnav {}
.topnav a {text-transform:uppercase; padding:10px 30px; display:inline-block; border-left:1px solid #4a4a4a;}
.topnav a.basket {border-right:1px solid #4a4a4a;}
.topnav a:hover {color:#d4b680;}
.ihd-style2 {position:relative}
.ihd-style2 .ihd-wrap {position:relative;z-index:1}
.ihd-style3 .ihd-wrap {display:none}
.ihd-style2.has-sdr .ihd-wrap, .ihd-style2.has-bn .ihd-wrap {position:absolute;z-index:49;background:none;min-width:300px}
.ihd-style2.has-sdr .ibn .cpnw.vt .cpn, .ihd-style2.has-bn .ibn .cpnw.vt .cpn {margin-top:120px} .enb-sticky.hd-glb .ihd {position:fixed;left:0;width:100%;top:0;z-index:499}
.admin-bar .enb-sticky.hd-glb .ihd {top:32px}
.enb-sticky.hd-glb.shrink .ihd {background:rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,0.04)}
.enb-sticky.ihd-style1.no-bn.no-pt + .ipg, .ihd-style2.no-bn.no-pt + .ipg, .enb-sticky.ihd-style1.no-bn.has-pt .ibn, .ihd-style2.no-bn.has-pt .ibn {margin-top:105px} .search-toggle {cursor:pointer; text-align:center; display:inline-block;padding:41px 0 38px;float:right;}
.mac .search-toggle{margin-top:2px}
.inav .search-toggle {position:absolute;right:0;top:50%;transform:translateY(-50%); margin-left:25px;}
.search-toggle .icon-search {display:block; height:30px;width:30px; font-size:14px; line-height:30px; transition:all 300ms; background: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/icon-search.png) no-repeat 50% 50% /16px auto}
.search-toggle .icon-search:hover {color:#d4b680; opacity: .6}
.search-toggle .icon-search:before {content:""}
.esearch {display:flex; overflow:hidden; visibility:hidden; position:absolute; top:0; left:0; width:100%; background:#d4b680; opacity: 0; padding:50px 0; z-index:99999; transition:all 500ms;height:100%;align-items:center;}
.esearch.show-form {opacity: 1; visibility:visible}
.efind .main {position: relative; max-width: 520px}
.efind form {position:relative; width:100%; max-width:100%; margin:0 auto; transition: width 1s ease 150ms}
.efind input.field {width:100%; background:#d4b680; border:0 none; border-bottom: 1px solid #fff; color:#fff; border-radius:0; height:40px; padding:8px 75px 8px 0; font-size:16px}
.efind input.field::-webkit-input-placeholder {color: #fff; opacity: .8}
.efind input.field::-ms-input-placeholder {color: #fff; opacity: .8}
.efind button.submit {position:absolute; background:#d4b680; border:0 none; color:#fff; right:30px; top:1px; padding:0; width:40px; height:38px; line-height:38px; font-size:16px; border-radius:0}
.efind input.field:focus {color:#fff}
.efind button.submit:hover {opacity: .6}
.efind h3, .efind h4 {color: #fff; text-align: center; font-size: 2em; margin-bottom: 25px}
.search-close {position:absolute;right:-6px;bottom:0;margin:2px 0;display:none;cursor:pointer;z-index:11}
.search-close span {position:relative; width:36px; height:36px; display:block; transition:opacity 250ms}
.search-close span:before, .search-close span:after {content:""; position:absolute; background:#fff; width:24px; height:2px; left:6px}
.search-close span:before {transform: rotate(45deg); top:17px}
.search-close span:after {transform: rotate(-45deg); bottom:17px}
.efind.show-form .search-close{display:block}
.search-close:hover span {opacity:.6}
.breadcrumb-sec{border-top:1px solid #d3d0d0;padding:15px 0;border-bottom:1px solid #d3d0d0}
.breadcrumb {text-transform:uppercase}
.breadcrumb span.current{color:#999} .ifot {padding:0;font-size:14px;line-height:1.7em;}
.ifot p{margin:0px}
.ifot strong {font-weight:500}
.ifot .sep {padding:0 12px}
.ifot .quick-nav .sep {padding:0 4px}
.ifot a {color:#333;text-decoration:none}
.ifot a:hover {text-decoration: none; color: #d4b680}
.ifot a.scroll-top{color:#fff}
.ifot .wg ul li:not(.gfield) {padding: 0 0 3px}
.ifot .wg ul li:not(.gfield):last-child {padding-bottom: 0}
.ifot .wg h3, .ifot .wg h4 {font-size:18px;color:#000000;text-transform: unset; margin-bottom:15px}
.footer{background: #f8f8f8;padding: 25px 0;}
.ifot .socials .sp {margin-top: 6px}
.copyright{}
.ifot .ifot-wg {padding:50px 0px;text-align:left}
.ifot .wg-foot { word-break: break-word}
.ifot .ifot-cr {background: #fff; border-top: 1px solid #ddd; color: #666666}
.ifot .copyinfo {margin-top:60px;}
.ifot .copyinfo > p {line-height: 18px;color:#333;font-size:14px}
.ifot .copyinfo p.extra {float:right; display:block;}
span.siteby{text-transform:inherit;display: block;}
.wg-foot-c p{font-size:12px;margin: 0px 0px 5px 0px;}
.wg-foot-d img{margin-bottom:20px;width:60%}
.siteby a{}
.payment_info{float:right !important}
.ibtm {font-size: 16px; line-height: 1.35; padding: 25px 0 60px}
.ibtm .wg {margin-bottom: 40px}
.ibtm .wg:last-child {margin-bottom:0}
.ibtm .wg-title:not(:last-child) {margin-bottom: 30px}
.ibtm .wg h3, .ibtm .wg h4 {font-size: 1.4em}
.sec-istagram{text-align:center;padding:0px;margin-top:90px}
.ibtm .jr-insta-slider .wg-title {color: #222222;font-size:30px;font-family: 'Gotham';display:none}
.ibtm .jr-insta-slider .wg-title span {display:block}
.ibtm .jr-insta-thumb ul.thumbnails li {overflow:hidden}
.ibtm .jr-insta-thumb ul.thumbnails {margin-left: -10px !important; margin-right: 0px !important}
.ibtm .jr-insta-thumb ul.thumbnails li {margin:0 1.1% 0;}
.ibtm .jr-insta-thumb ul.thumbnails li img {transform:scale(1.01)}
.ibtm .jr-insta-slider .wg-title em {display:block; padding-top:8px; color:#d4b680; font-size:13px; font-style:normal; font-weight: 400}
.ibtm .jr-insta-slider .wg-title em:after {font-family: "Gotham"; content:"ayarah_retreats"; display:inline; padding:0 3px}
.ibtm .jr-insta-slider .wg-title em:before {font-family: FontAwesome; content:"\f16d"; display:inline; font-size:14px;}
.sec-istagram h3{text-align:center;font-size:30px;font-weight:300;line-height:0.7;}
.sec-istagram .fa-instagram{color:#d4b680}
.sec-istagram p{margin-bottom:35px} .footer_box_area {display: table;}
.footer_box_a,.footer_box_b,.footer_box_c{padding: 60px;color: #fff;display: table-cell;vertical-align: middle;float: none;width:34%}
.footer_box_a p,.footer_box_b p,.footer_box_c p{font-size:14px}
.footer_box_a{background:#d4b680;}
.footer_box_b{background:#990066;}
.footer_box_c{background:#660066;}
.footer_box_a,.footer_box_b{text-align:center}
.wg-box-title{font-size: 30px;font-weight: 500;}
.footer_box_a a.button{BORDER: 2px solid #fff;color: #fff;background: transparent;margin-top: 15px;}
.footer_box_a a.button:hover{BORDER: 2px solid #000;color: #fff;background:#000;} .inav {position:relative;font-size:14px;line-height:20px;font-weight:400; display:inline-block; vertical-align:top;margin-right:20px}
.inav ul {list-style:none;margin:0}
.inav li {display:inline-block;position:relative}
.inav .menu-sub ul.sub-menu {position: static;opacity: 1 !important;padding: 0; display: block !important;}
.inav .menu-sub a{text-align: left;border-bottom: 1px solid #f5f5f5!important;box-shadow: none;padding: 0;position: relative;}
.inav .menu-sub > a:after {content: "\f107";font-family: FontAwesome;display: inline-block;font-size: 13px;font-weight: normal;margin-left: 6px;color: currentColor;opacity: 0.6;position: absolute;right: 20px;} .inav .menu-sub ul.sub-menu li a{padding-left: 50px;border: 1px solid transparent;}
.inav .menu-sub ul.sub-menu li a:hover{padding-left: 50px;background: #d4b680;color: #333333}
.inav li.menu-sub:last-child a{border-bottom: 0 !important;}
.inav li a {display:block;transition:color 450ms;text-decoration:none;font-size:15px; line-height:1.3; color:#333333;padding:47px 6px;text-transform:uppercase;border-bottom:3px solid transparent}
.cartnav a{font-size: 13px; line-height:1.3; color:#333333;padding:47px 7px;text-transform:uppercase;display:inline-block;border-bottom:3px solid transparent}
.cartnav a.basket{padding:41px 7px;}
.cartnav a.basket span{display:none}
.cart-menu{display: inline-block;position: relative;vertical-align: top;float:right}
.cartnav a:hover, .inav ul li a:hover, .inav .menu > li.sfHover > a {border-color: #d4b680;text-decoration:none}
.inav .menu > li.current-menu-item > a, .inav .menu > li.current-menu-item.sfHover > a, .inav .menu > li.current-menu-parent.sfHover > a, .inav .menu > li.current-page-parent > a, .inav .menu > li.current-page-item > a, .inav .menu > li.current-page-ancestor > a, .inav .menu > li.current-menu-ancestor > a, .inav .menu li.current_page_item > a{border-bottom:3px solid #d4b680;}
.inav .menu > li.sfHover > a, .inav .menu > li.current-menu-item.sfHover > a, .inav .menu > li.current-menu-parent.sfHover > a {color:#d4b680}
.inav .menu > li.menu-item-has-children > a:after {content:"\f107";font-family:FontAwesome;display:inline-block;font-size:13px;font-weight:normal;margin-left:6px;color: currentColor;opacity: 0.6} .inav ul.sub-menu {position:absolute;z-index:199;top:-999em;left:0;margin-top:0;width:220px;background:#fff;border-radius:0;transition:margin 350ms}
.inav li:hover ul.sub-menu, .inav li.sfHover ul.sub-menu {top:100%}
.inav ul.menu li.sfHover ul.sub-menu ul, .inav ul.menu li:hover ul.sub-menu ul {top:0;left:221px;} .inav ul.sub-menu li {display:block;padding:0;padding-right:0;padding-left:0;border-bottom:0;margin:0;margin-left:0;margin-right:0;box-sizing:border-box}
.inav ul.sub-menu li a {font-size:0.9em;color: #585a5e; font-weight: 400; transition:background 400ms, color 400ms;padding:10px 12px 10px 20px}
.inav ul.sub-menu li a:hover, .inav ul.sub-menu > li.sfHover > a, .inav ul.sub-menu li.current-menu-item > a {color: #d4b680;border-bottom:3px solid transparent} .nav-toggle {cursor:pointer;position:absolute;right:0;top:0;height:36px;line-height:36px;z-index:4;color:#000;text-transform:uppercase;display:none;font-size:12px}
.nav-toggle strong {display: none;}
.nav-toggle span {position:relative;width:36px;height:36px;display:inline-block;float:right;margin-left:6px}
.nav-toggle span:before, .nav-toggle span:after, .nav-toggle span em {content:"";position:absolute;background:currentColor;transition:all 120ms ease-in-out;width:30px;height:2px;left:3px}
.nav-toggle span:before {top:8px}
.nav-toggle span:after {bottom:8px}
.nav-toggle span em {top:50%;margin-top:-1px}
.nav-toggle.shown span:before, .nav-toggle.shown span:after {width:32px;left:2px;background:currentColor}
.nav-toggle.shown span:before {transform: rotate(45deg);top:17px}
.nav-toggle.shown span:after {transform: rotate(-45deg);bottom:17px}
.nav-toggle.shown span em {opacity:0;visibility:hidden}
.nav-toggle.shown:before { color:currentColor} .burger-nav .main{width:100%;min-width:initial;}
.scroll-off {overflow: hidden;}
.burger-menu .site-logo {width: 190px; margin: 0 auto 30px}
.burger-menu {color: #000; font-size: 14px; opacity: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: -9; transition: all 400ms; box-sizing: border-box;}
.burger-menu .overlay {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 60%); z-index: 9;}
.burger-menu.active {opacity: 1; z-index: 999999;}
.burger-menu .burger-menu-indent {padding: 80px 20px 10px; overflow-y: auto; height: 100%; box-sizing: border-box;width:280px; max-width: 300px; transform: translateX(100%); float: right; transition: transform 800ms; background-color: #fff; position: relative; z-index: 99; text-align: center;}
.burger-menu.active .burger-menu-indent {transform: translateX(0);}
.burger-menu .burger-close {position: absolute; top: 15px; right: 15px; display: flex; align-items: center; text-transform: uppercase; cursor: pointer;}
.burger-menu .burger-close span {width: 40px; height: 40px; display: block; position: relative;}
.burger-menu .burger-close span:before, .burger-menu .burger-close span:after {content:"";position:absolute;background:#000;transition:all 120ms ease-in-out;width:30px;height:2px;left:3px}
.burger-menu .burger-close span:before {transform: rotate(45deg);top:19px} 
.burger-menu .burger-close span:after {transform: rotate(-45deg);bottom:19px}
.burger-menu .burger-wg {background-color: #d4b680; padding: 30px; margin: 20px -20px -10px; color: #fff;}
.burger-menu .burger-wg h1, .burger-menu .burger-wg h2, .burger-menu .burger-wg h3, .burger-menu .burger-wg h4, .burger-menu .burger-wg h5 {font-weight: 500; margin-bottom: 30px; color: #fff;}
.burger-menu .socials {margin: 30px 0;}
.burger-nav .menu-inner {position: relative; text-align: center;}
.burger-nav .menu-title {-webkit-text-stroke: 2px #fff; color: transparent; text-transform: uppercase; position: absolute; top: 10px; left: 0; transform: rotate(-90deg) translate(-100%); transform-origin: left top; font-weight: 700; font-size: 90px; line-height: 1;}
.burger-nav ul.menu > li {position: relative; font-size: 30px; margin-bottom: 10px;}
.burger-nav ul.menu li a {display: block;}
.burger-nav ul.menu > li > a {color: #000; display: block; font-size: 24px; line-height: 1.4; font-weight: 400; text-transform: uppercase;}
.burger-nav ul.menu > li > a:hover, .burger-nav ul li.current-menu-item a, .burger-nav ul li.current-menu-parent a, .burger-nav ul.menu > li:hover > a {color: #d4b680;}
.burger-nav ul.sub-menu {display: none;}
.burger-nav ul.sub-menu li {margin-bottom: 8px;}
.burger-nav ul.sub-menu li a {color: #000; font-size: 0.5em; text-transform: capitalize; font-weight: 400;}
.burger-nav ul.sub-menu li img {max-width: 200px; margin-bottom: 8px}
.burger-nav ul.sub-menu li a:hover, .burger-nav ul.sub-menu li.current-menu-item a {color: #000;}
.burger-nav ul.menu > li:hover ul.sub-menu {display: block;} .flexslider { position: relative;margin:0 auto;padding: 0;background:#fff;width:100%;overflow:hidden}
.flexslider .islider, .flexslider .flex-control-nav, .flexslider .flex-direction-nav {margin: 0;padding: 0;list-style: none}
.flexslider .islider {zoom: 1;display: block}
.flexslider .islider .thumbs img {width: 100%;height:auto;display: block}
.flexslider .islider > li {display: none;-webkit-backface-visibility: hidden}
.no-js .flexslider .islider > li:first-child {display: block}
.flexslider .islider:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0} .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev { background-repeat: no-repeat;background-position: 50% 50%;background-size:16px auto;border-radius: 0;height:48px;width:48px;margin-top:-24px;top: 50%;text-indent: -999em;overflow: hidden;position: absolute;z-index: 19;cursor: pointer;opacity:1}
.flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:active, .flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:active { opacity:.5}
.flex-direction-nav a.flex-disabled { opacity:.2;cursor:default}
.flex-direction-nav a.flex-prev {background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/prev.png);left: 16px}
.flex-direction-nav a.flex-next {background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/next.png);right: 16px} .flex-control-nav {position:absolute;left:0;line-height:10px;bottom:16px;list-style:none;padding:0;margin:0;z-index:18;text-align:center;width:100%}
.flex-control-nav li {overflow: hidden;display: inline-block;margin:0;padding:6px}
.flex-control-nav li a {position: relative; display: block;width:6px;height:6px; line-height:6px;text-indent:-9999em; background: #fff;box-shadow: 0 0 4px #B4B4B4;cursor:pointer;border-radius:50%;transition: all 300ms}
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {background: transparent}
.flex-control-nav li a.flex-active:hover {cursor:default}
.flex-control-nav li a:after {content: ""; position: absolute; display: block; left: -2px; top: -2px; width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%; opacity: 0; transition: 300ms;box-shadow: 0 0 4px #DADADA;}
.flex-control-nav li a.flex-active:after {opacity: 1} .ibn, .islider {position: relative;overflow: hidden;width:100%}
.ibn-sb {max-height:100vh}
.ibn .islider .slide {height:100%}
.ibn .islider.udmfx .slide { min-height: 320px; height:586px}
.ibn .sdr-wrap {position:relative}
.ibn .sdr-wrap .cpnw {padding-left:25px;padding-right:25px;box-sizing:border-box}
.ibn .ebn {overflow:hidden;transition:height 300ms;height:60vh}
.ibn .ebn.xx-bn, .ibn .ebn.oim {height:auto}
.ibn .ebn.obg:not(.xx-bn), .ibn .ebn.uix-alter:not(.xx-bn), .ibn .ebn.ebn-osp:not(.xx-bn) {height:360px}
.ibn .ebn .bg:not(.is-alter){width:100%;overflow:hidden;max-height:360px}
.ibn .bg img {width:100%;height:auto;-webkit-user-select: none;-ms-user-select: none;user-select: none}
.ibn .bg a {display:block}
.ibn .bg.hs-bg {background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;height:100%;max-height:inherit;transition:height 300ms;position:relative}
.ibn .bg.hs-bg.is-effect, .ibn .udsx .bg.hs-bg:not(.bg-alt) {background-position:50% 0;background-attachment:fixed}
.ibn .over {top:0;bottom:0;left:0;right:0;position:absolute;z-index:1}
.ibn .over.tpb {background:#1f1f1c}
.ibn .over.tpb.op01 {opacity: .7 !important;}
.ibn .over.tpw {background:#fff}
.ibn .over.opcs {opacity:0.35}
.flexslider .islider h1{color:#031720;text-transform: uppercase !important;font-size: 48px !important;font-weight:700 !important}
.flexslider .islider h2{color: #d4b680;text-transform: uppercase !important;font-size: 30px !important;margin-bottom: 10px;font-weight:500 !important}
.ibn .udsx .cov {position: relative; padding: 210px 0; transform: translate(0,0); top: 0; bottom: auto}
.ibn .udsx .bg.bg-alt {top: 0;width: 100%;position: absolute; z-index: -1} .ibn .ud-bp-l0 .bg.hs-bg {background-position:0% 50%;}
.ibn .ud-bp-l10 .bg.hs-bg {background-position:10% 50%;}
.ibn .ud-bp-l20 .bg.hs-bg {background-position:20% 50%;}
.ibn .ud-bp-l25 .bg.hs-bg {background-position:25% 50%;}
.ibn .ud-bp-l30 .bg.hs-bg {background-position:30% 50%;}
.ibn .ud-bp-l40 .bg.hs-bg {background-position:40% 50%;}
.ibn .ud-bp-r0 .bg.hs-bg {background-position:100% 50%;}
.ibn .ud-bp-r10 .bg.hs-bg {background-position:90% 50%;}
.ibn .ud-bp-r20 .bg.hs-bg {background-position:80% 50%;}
.ibn .ud-bp-r25 .bg.hs-bg {background-position:85% 50%;}
.ibn .ud-bp-r30 .bg.hs-bg {background-position:70% 50%;}
.ibn .ud-bp-r40 .bg.hs-bg {background-position:60% 50%;} .ibn .cov {position:absolute;z-index:9;width:100%;transition:transform 250ms}
.ibn .cov.hide {display:none !important}
.ibn .obg .cov > .main {}
.ibn .lx {left:0}
.ibn .rx {left:0}
.ibn .cx {left:0;right:0}
.ibn .vt {top:75px}
.ibn .vb {bottom:135px}
.ibn .vm {top:50%;transform:translate(0, -50%)}
.ibn .lx .cpn .is-iblg:not{float:left;margin-left:0}
.ibn .lx .cpn.bg-no {margin-left:0}
.ibn .rx .cpn {float:right;margin-right:0}
.ibn .rx .cpn.bg-no {margin-right:0}
.ibn .cx .cpn {float:none;margin:-50px auto 0}
.cpn.al-l.wd-md {width:77%; max-width: 860px}
.cpn.al-l.wd-lg {width:85%; max-width: 1260px}
.cpn.al-l.wd-sm {max-width:600px}
.cpn.al-l.wd-ex, .cpn.al-l.wd-g {width:60%}
.cpn.cl-lt.bg-no, .cpn.cl-lt.bg-g {background-color: rgb(177,135,76,0.7);padding: 20px 30px;background-image: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/sbg.png);background-repeat: no-repeat;background-size: 200px auto;background-position: right bottom;}
.ibn .cov.xg {left:0;right:0;top:50%;transform:translate(0, -50%)}
.ibn .cov.xg .cpn {margin:0 auto}
.ibn .cov.no-ov {position:static;top:auto;bottom:auto;transform:translate(0, 0)}
.ibn .cov.only-pt {padding:35px 0; background: #1f1f1c;}
.ibn .cov.only-pt .cpn {color: #333 !important;padding: 0;font-size: 36px !important;}
.ibn .cov.only-pt .cpn.al-g {text-align: center}
.woocommerce .ibn .cov.only-pt {margin-bottom:30px}
.woocommerce .ibn .cov.only-pt .cpn {color:#1f1f1c;}
.cpn.bg-dk {background-color:#000;background-color:rgba(0,0,0,.6)}
.cpn.bg-lt {background-color:#fff;background-color:rgba(255,255,255,.7)}
.cpn.cl-lt, .cpn.bg-dk.cl-g {color:#fff}
.cpn.cl-dk, .cpn.bg-lt.cl-g, .cpn.cl-g {color:#333}
.cpn.cl-alt {color:#999}
.cpn.al-l, .cpn.al-g {text-align:left}
.cpn.al-r {text-align:right}
.cpn.al-c {text-align:center}
.cpn.al-j {text-align:justify}
.cpn.cl-g.with-pt, .cpn.cl-lt.with-pt {color:#333} .cpn {font-size:24px;line-height:1.4;font-weight:400;box-sizing:border-box;padding:15px 20px}
.cpn.bg-no {padding:0}
.cpn .title, .cpn .content {padding-top:0;padding-bottom:10px}
.cpn .linkto {padding-top:10px;padding-bottom:0px}
.cpn .content:after {content: ""; clear: both; width: 100%; display: table}
.cpn .title:last-child, .cpn .content:last-child, .cpn .linkto:last-child {padding-bottom: 0}
.cpn .title {font-size: 48px !important;line-height: 65px;font-weight: 300;font-family: 'Gotham';text-align:center;}
.cpn .title h2,.cpn .title h1{color:#fff;}
.cpn .title * {margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit}
.cpn .title p {font-size:0.5em;margin-top:5px}
.cpn .content * { font-weight:inherit;line-height:inherit}
.cpn:not(.al-c):not(.al-r) .content p {max-width: 680px}
.cpn .content h1, .cpn .content h2, .cpn .content h3, .cpn .content h4 {line-height:1;font-weight:400;text-transform:inherit;}
.cpn .content h4 {font-family: "Gotham"; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 5px}
.cpn .content h1, .cpn .content h2 {font-size:2.33em; font-weight: 400;}
.cpn .content h3, .cpn .content h4, .ebn .cpn .title {font-size:1.45em; }
.cpn .content h3 strong, .cpn .content h2 strong, .cpn .content h1 strong , .cpn .content h4 strong {color:#d4b680; font-weight: inherit;} a.button {min-width:220px;padding:16px 30px; line-height: 1.2; font-family: "Gotham"; text-transform: uppercase; font-size: 14px; color: #fff; font-weight:400; background: #333; border:2px solid #333;margin-top:40px}
.cpn a.button:hover {background: #000; border-color: #000; color: #fff}
.cpn a.button.btn-trans {border-color:#000; color: #000; background: none}
.cpn a.button.btn-trans:hover {background:#000;color:#fff}
.cpn.cl-lt a.button.btn-trans {border-color:#fff; color: #fff}
.cpn.cl-lt a.button.btn-trans:hover {background:#fff;color:#d4b680}
.cpn .title-mix .title {font-size: 1.25em; line-height: 1; font-style: italic; font-weight: 700}
.cpn .title-mix .title strong {font-size: 4.33em; line-height: .8; padding-bottom:15px; font-weight: 700; display: block; color: inherit}
.cpn .breadcrumb {font-size:13px;line-height:1;font-weight:400;padding:0 0 4px;margin:0; color:#000}
.cpn .breadcrumb .separator {font-size: .75em; color: #000; padding:0 4px}
.cpn .breadcrumb .current, .cpn .woocommerce-breadcrumb {color: #000}
.cpn .breadcrumb a {color:#000; transition: all 300ms}
.cpn .breadcrumb a:hover {box-shadow: 0 1px 0 #fff}
.cpn .woocommerce-breadcrumb {font-size:13px;line-height:1;font-weight:400;padding:0 0 4px;margin:0; color:#fff}
.cpn .woocommerce-breadcrumb .separator {font-size: .75em; color: #fff; padding:0 4px}
.cpn .woocommerce-breadcrumb .current, .cpn .woocommerce-breadcrumb {color: #000}
.cpn .woocommerce-breadcrumb a {color:#fff; transition: all 300ms}
.cpn .woocommerce-breadcrumb a:hover {box-shadow: 0 1px 0 #fff} .ipg {background:#fff;font-size:16px;line-height:1.45;font-weight:400;position:relative;z-index:10}
.ipg .wrap {padding-top:40px;padding-bottom:40px}
.ipg .wrap.wrap-wd, .ipg .wrap.wrap-fluid {padding-top:0;padding-bottom:0}
.ipg.ipg-grey {background:#f8f8f8;padding-top:40px;padding-bottom:40px}
.ipg.ipg-grey .wrap {background:#fff;padding-top:10px;padding-bottom:10px}
.ipg.vm .icontent { min-height: 60vh;display: table;width: 100%}
.ipg.vm .icontent .epg {display: table-cell;width: 100%;vertical-align: middle}
.ipg .title-line:after {display:block; width: 70px; height: 2px; margin:25px 0 25px; content: ""; background: #333}
.ipg .center .title-line:after, .ipg .center.title-line:after {margin-left: auto; margin-right: auto}
.ipg .ar.title-line:after {margin-left: auto}
.ipg .title.tl-sc {text-transform: uppercase}
.ipg .title-large .title {font-size: 3.2em; color: #000; margin-bottom: 20px}
.ipg .ititle {}
.ipg .ientry {overflow:hidden;z-index:99999}
.ipg .ithumb {margin-bottom:10px}
.ipg .lead {font-size: 1.375em; margin-bottom: 16px}
.ipg .lead:last-child {margin-bottom: 0}
.ipg strong, .ipg b, .ipg cite {font-weight:500}
.ipg h1, .ipg h2, .ipg h3 {}
.ipg h1+h3, .ipg h1 strong, .ipg h2 strong {}
.ipg h1, .ipg h2, .ipg h3, .ipg h4, .ipg h5 {line-height:1.2; font-weight: 300;}
.ipg h1 {font-size: 36px;color:#333333}
.ipg h2 {font-size:30px; font-weight: 300;margin-bottom:50px}
.ipg h3 {font-size:24px;}
.ipg h4 {font-size:1.375em;}
.ipg h5 {font-size:1.25em;margin-bottom:25px;margin-top:25px; font-weight: 400}
.ipg h5:last-child {margin-bottom:0}
.ipg h5:top-child {margin-top:0}
.ipg h1+h3, .ipg h2+h3, .ipg h3+h5 {margin-top:-15px}
.ipg h4+h1, .ipg h4+h2, .ipg h3+h1, .ipg h3+h2 {margin-top:-10px}
.ipg h2+h5 {font-size: 12px; font-weight: 300; font-family: "Gotham"; margin-top: -15px}
.ipg .light h2+h5 {}
.ipg table {margin:10px 0}
.ipg table:first-child {margin-top:0}
.ipg table:last-child {margin-bottom:0}
.ipg td, .ipg th {padding:4px 10px 4px 0px}
.ipg td {vertical-align:top}
.ipg th {font-weight:500;color:#333}
.ipg blockquote {margin:16px 0 16px;padding:0;font-size:18px;font-weight:400;line-height:1.6;font-style:normal;color:#d4b680;overflow:hidden}
.ipg blockquote p {font-size:1.667em;line-height:inherit;color:inherit}
.ipg blockquote h4, .ipg blockquote h5 {font-style:normal;font-weight:400;font-size:.8em;margin-top:25px;color:#d4b680 !important;text-transform:uppercase;letter-spacing:3px}
.ipg .alignright {float:right;margin:2px 0 8px 20px;clear:right}
.ipg .alignleft {float:left;margin:2px 20px 8px 0;clear:left}
.ipg .alignalone {margin:8px auto 15px}
.ipg .alignnone {margin:2px 10px 8px 0px}
.ipg .aligncenter {margin:8px auto 15px;display:block}
.ipg .alignright.wp-caption, .ipg .alignleft.wp-caption {margin-top:6px}
.ipg img.border {background:#d2d2d2;padding:2px}
.ipg .wp-caption p {font-size:0.9em;color:#d4b680;font-style:italic;text-align:center}
.ipg .wp-caption img {margin:0;width:100%}
.ipg .wp-caption img, .ipg img.alignright, .ipg img.alignleft, .ipg img.alignalone, .ipg img.alignnone, .ipg img.aligncenter {border-radius:0}
.eclm, .ecn {margin-bottom:0}
.row .eclm {margin-top:10px;margin-bottom:10px}
.eclm.vm {display:table-cell;float:none;vertical-align:middle;width:720px}
a.btn-trans.light {border-color:#fff;}
a.btn-trans.light:hover {border-color:#000;}
.iblog .post-date{display:none} .ientry > ul, .content > ul, .entry-content > ul {margin:0 0 16px 20px}
.ientry > ol, .content > ol, .entry-content > ol {margin:0 0 16px 40px}
.ientry > ul:last-child, .content > ul:last-child, .entry-content > ul:last-child, .ientry > ol:last-child, .content > ol:last-child, .entry-content > ol:last-child {margin-bottom:0}
.ientry > ul ul, .ientry > ol ol, .ientry > ul ol, .ientry > ol ul, .content > ul ul, .content > ol ol, .content > ul ol, .content > ol ul, .entry-content > ul ul, .entry-content > ol ol, .entry-content > ul ol, .entry-content > ol ul {margin-top:8px}
.ientry > ul li, .content > ul li, .entry-content > ul li { list-style:disc; padding:0 0 8px 2px}
.ientry > ol li, .content > ol li, .entry-content > ol li {list-style:decimal; padding:0 0 8px 10px}
.ientry > ul li:last-child, .content > ul li:last-child, .entry-content > ul li:last-child, .ientry > ol li:last-child, .content > ol li:last-child, .entry-content > ol li:last-child {padding-bottom:0}
.ientry > ul, .content > ul, .entry-content > ul {margin-left: 0}
.ientry > ul li, .content > ul li, .entry-content > ul li {list-style:none;position:relative;padding-left:24px}
.ientry > ul li:before, .content > ul li:before, .entry-content > ul li:before {content: "\f111";font-family:FontAwesome;position:absolute;left:0;top:8px;font-size:8px;line-height:.9} .ipg .light {color:#fff}
.ipg .light h1, .ipg .light h2, .ipg .light h3, .ipg .light * {color:inherit}
.ipg .light h4 {color:#d4b680}
.ipg .light.sec-primary h4 {color:#fff}
.ipg .light a:not(.button) {color:inherit;text-decoration:underline}
.ipg .light a:not(.button):hover {text-decoration:none;color:inherit} .section > .content, .section > .main {position:relative;z-index:3}
.section {padding-top:65px;padding-bottom:65px;position:relative}
.section.sec-lg {padding-top: 90px; padding-bottom: 90px}
.section.sec-sm {padding-top: 30px; padding-bottom: 30px}
.section.iplx {padding-top:100px;padding-bottom:100px}
.section.no-udx+.no-udx {padding-top:0}
.section.nopd {padding-top:0;padding-bottom:0}
.section.ud-bgx {background-repeat:no-repeat;background-position:50% 50%;background-size:cover}
.section.ud-bgx.no-cover, .section.ud-bgx.nocover {background-size:auto}
.sec.sec-grey {background:#fbfbfb}
.sec.sec-white {background:#fff}
.sec.sec-primary {background:#d4b680}
.sec.sec-map {position: relative; padding: 0; height: 420px}
.sec.sec-map .content {position: static}
.sec.sec-map .content * {padding: 0; margin: 0}
.sec.sec-map iframe {width: 100%; position: absolute; top: 0; bottom: 0; height: 100%; -webkit-filter: grayscale(90%); filter: grayscale(100%)}
.sec.sec-map + .sec-over-button {margin-top:-62px; padding: 0}
.sec-over-button a.button {margin-top: 0;}
.elmx {position:absolute;display:none;background-repeat:no-repeat}
.elmx.to-left {right:52%;background-position:100% 50%}
.elmx.to-right {left:52%;background-position:0 50%}
.eclm .content > p:last-child img {margin-bottom: 0}
.iplx {background-repeat: no-repeat; background-attachment: fixed}
.plx-left .eclm {float:right;}
.plx-aside .eclm .content {padding-right:50px;}
.plx-left .eclm .content {padding-left:50px; padding-right:0;}
.sec-icon-box {margin:25px 0;}
.sec-icon-box h3 {font-weight:700; margin-bottom:0;}
.box-icon-left .user-icon {float:left; margin-right:25px;}
.box-icon-left .user-icon img {max-height:75px;}
.box-icon-left .box-content {overflow:hidden; padding-top:0;} .epc-row + .epc-row, .iposts.sc-iposts {margin-top:40px}
.iposts.sc-iposts:first-child {margin-top: 0px}
.epc .more {margin-top:12px}
.epc .heading a {color:#990066}
.epc .heading a:hover {color:#333}
.iblog .epc .heading{margin:0px}
.iblog .epc .heading a {color:#333;font-size:18px;margin-bottom:15px;display:block;}
.iblog .epc .heading a:hover {color:#d4b680}
.iblog .ipost-txt p{font-size:14px;color:#000;}
.epc .ithumb {margin-bottom:0px;position:relative;overflow:hidden; display: block;}
.epc .ithumb a {display: block; }
.epc .ithumb img {width:100%;transition:opacity 350ms, transform 1200ms}
.epc .ithumb a:hover img{opacity:0.5}
.epc .heading + .post-meta, .epc .heading + .post-date {margin-top:-15px;color:#d4b680;font-size:0.85em}
.has-featured .epc .heading a {color:#333;font-size:24px;padding:0px;font-weight:400;}
.has-featured .epc .heading a:hover{color:#d4b680;}
.has-featured .ipost-txt p{font-size:14px;}
.has-featured .epc .btn-more{font-size:14px;color:#333;margin-top:0px}
.has-featured .epc .btn-more:hover{color:#d4b680 !important;}
.has-featured .items{overflow:hidden;margin-bottom:40px;}
.has-featured .ithumb,.wrap-blog .epc .ithumb{width: 220px;float: left;clear: left;margin-right:20px}
.wrap-blog.wrap-blog-single .epc .ithumb{width: 100%;float: none;margin-right:0px}
.has-featured .ipost,.ipost{overflow: hidden;}
.iblog .epc .btn-more {background:none;color:#333;padding:0;border:0 none;min-width:inherit; font-size:14px;margin:0px}
.iblog .epc .btn-more:hover {color:#d4b680;background:none}
.epc .btn-more {background: none;color: #660066;padding: 0;border: 0 none;min-width: inherit;font-size: 14px;text-transform: inherit;}
.epc .btn-more:hover {color:#000;background:none}
.epc .btn-more:after {content:"\f105";font-family:FontAwesome;display:none;margin-left:4px;font-size:16px;line-height:1.5;vertical-align:top}
.epc .over {display:none;opacity:0;position:absolute;top:6px;left:6px;right:6px;bottom:6px;transition:all 450ms}
.epc .over::after {content:"";background:#d4b680;height:100%;width:100%;display:block;text-align:center;opacity:0.9}
.epc .over em {margin:-18px 0 0 -18px;border-radius:50%;height:46px;width:46px;line-height:46px;font-size:18px;transition:all 300ms;border:2px solid #fff;color:#fff;position:absolute;left:50%;top:50%;z-index:2;text-align:center}
.epc .over em:hover {color:#d4b680;border-color:#fff; background-color: #fff}
.epc .ithumb:hover .over {opacity:1}
.has-featured .epc .over{display:none}
.has-featured .epc .ithumb:hover{opacity:0.5}
.epc.elp .heading {font-size: 1.2em; font-weight:500; text-transform:capitalize; font-family:'Gotham';}
.epc.ebs .heading {font-size:1.6em;font-weight:400;color:#333 ;text-transform:capitalize}
.epc.ebs .ithumb {margin-bottom:20px}
.epc.elp.g1c {margin-top: 35px; display: flex}
.epc.elp.g1c:first-child {margin-top:0}
.epc.elp.g1c .ithumb {width: 340px; margin: 0 30px 0 0}
.epc.elp.g1c .ithumb + .ipost {display: flex; align-items: center; width: 680px}
.sc-iposts .epc .heading {font-size: 24px;margin: 0px 0px 15px;}
.epc.elp.g2c {}
.epc.elp.g2c .ipost-txt, .irecent-posts .elp .ipost-txt {position: relative; z-index: 1; }
.epc.elp .post-date, .epc.ebs .post-date {color:#666666;font-family:'Gotham', sans-serif;font-size:14px}
.post-meta{margin-bottom:10px}
.iposts-intro h1:first-child + p, h2:first-child + p {margin-top: -10px}
.iposts-intro + .irecent-posts {margin-top: 35px}
.wrap-blog-single .epc.ebs .heading {font-size: 30px;font-weight: 300;color: #333;margin-bottom:15px}
.wrap-blog-single .epc.ebs h2{font-size:24px;text-transform:capitalize;margin:25px 0 30px;} .iquote .quoted {padding: 0 150px;font-style: italic;text-align: center;}
.iquote .qt-who {text-align: center;font-weight: 700;font-style: italic;} .epc-cr {margin-top:35px;padding-top:25px;border-top:1px solid rgba(0,0,0,0.1)}
.epc-cr .pagi {margin:0 0 20px}
.epc-cr .row + .row {margin-top:15px}
.epc-cr .row .g0c + .g0c {margin-top:15px}
.epc-cr .title {font-size:1.1em;margin-bottom:20px}
.epc-cr label {display:block;width:100%}
.epc-cr textarea, .epc-cr input, .epc-cr select {width:100%;vertical-align:top}
.epc-cr input[type=radio], .epc-cr input[type=checkbox], .epc-cr input[type=submit], .epc-cr input[type=reset] {width:auto}
.epc-cr textarea {height:150px}
.epc-cr input[type=submit] {width:220px}
.cmts {list-style:none;padding:0;margin:0 0 10px;font-size:13px;line-height:1.4}
.cmts .comment-meta {padding-bottom:8px}
.cmts .comment-author {font-weight:500}
.cmts .comment-meta a {color:#999;text-decoration:none}
.cmts .comment-meta a:hover {color:#333}
.cmts ol, .cmts ul {margin:15px 0 0 35px;list-style:none}
.cmts li {padding:12px 0 15px;border-bottom:1px solid rgba(0,0,0,0.04)}
.cmts li li { padding:15px 0 12px;border-top:1px solid rgba(0,0,0,0.04);border-bottom:0 none}
.cmts li:last-child {border-bottom:0 none;padding-bottom:5px}
.cmts li:last-child {padding-top:0}
.cmts .reply {margin-top:-6px}
.cmts .reply a {color:#717171;background:#ddd;padding:4px 10px 3px;display:inline-block;font-size:11px;line-height:16px;text-decoration:none}
.cmts .reply a:hover {color:#333;background:#eee} .pagi, .wp-pagenavi {margin:60px 0;padding:0;text-align:center;display:table;width:100%;font-weight:400}
.pagi:last-child, .wp-pagenavi:last-child {margin-bottom:0px !important}
.pagi:first-child, .wp-pagenavi:first-child {margin-top:0px !important}
.pagi ul.page-numbers {display:inline;margin:0;padding:0}
.pagi ul.page-numbers li {display:inline;background:none}
.pagi .total-page, .wp-pagenavi .pages { line-height:30px;padding:8px 12px;color:#999;font-weight:400;display:inline-block;border:0 none}
.pagi ul.page-numbers a.page-numbers, .pagi ul.page-numbers span.page-numbers, .wp-pagenavi a.page, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {display:inline-block;padding:5px;margin:0 3px 3px;border:0 none;background:#f9f9f9;color:#717171;text-decoration:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:34px;width:34px;line-height:34px;font-size:16px;-moz-transition:all 300ms;-webkit-transition:all 300ms;transition:all 300ms}
.wp-pagenavi a.first, .wp-pagenavi a.last {font-size:12px}
.pagi ul.page-numbers .page-numbers.current, .wp-pagenavi span.current {color:#fff;background:#d4b680}
.pagi ul.page-numbers a.page-numbers:hover, .wp-pagenavi a.page:hover, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover {background:#f0f0f0;color:#000}
.pagi ul.page-numbers a.next, .pagi ul.page-numbers a.prev, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.last, .wp-pagenavi a.first { background:#f0f0f0}
.pagi .inext {float:right}
.pagi .iprev {float:left}
.pagi .inext a, .pagi .iprev a {display:inline-block;padding:7px 15px 8px;background-color:#e6e6e6;color:#000;margin:0 0 5px;text-decoration:none;font-weight:700;font-size:15px;border-radius:0;transition:all 300ms}
.pagi .inext a:hover, .pagi .iprev a:hover {background-color:#ffffff;color:#000}
.pagi.pagi-rg > .page-total {display:inline-block;padding:0 20px;line-height:39px;font-weight:400;color:#000000}
.pagi.pagi-rg > a, .pagi.pagi-rg > .none {width:37px;height:37px;line-height:36px;border:1px solid #414141;color:#414141;text-align:center;background:none;display:inline-block;font-weight:500;text-decoration:none;font-size:16px;transition:all 350ms}
.pagi.pagi-rg > a:hover {color:#a0a0a0;border-color:#a0a0a0}
.pagi.pagi-rg > .none {opacity:0.2;cursor:default} .wg h3, .wg h4 {font-size:1.6em;line-height:1.2;font-weight:400;color:#333}
.wg-side h3, .wg-side h4 {font-size: 18px; color: #660066; margin-bottom: 20px; font-weight: 500;} .wg-side {margin-bottom:25px; font-size: 14px}
.wg-side:last-child {margin-bottom:0}
.wg-side:not(:last-child) {padding-bottom: 25px; border-bottom: 1px solid #eee}
.wg-side li a, .wg-side li .count {color:#333333; position:relative;font-size:16px}
.wg-side li a:hover, .wg-side li.current-menu-item a {color:#660066}
.wg-side li.current-menu-item a {font-weight:500}
.wg-side ul.menu {list-style:none;margin:0;padding:0}
.wg-side ul.menu li {border-top:2px solid #f2f2f2}
.wg-side ul.product-categories li {padding-right: 60px; position: relative;}
.wg-side ul.menu li a {display: block;padding:12px 0}
.wg-side ul.product-categories li a, .wg-side.widget_layered_nav li a {padding:0 0 0 20px !important;color:#d4b680;text-transform: uppercase; font-weight:500; display: block;}
.wg-side ul.product-categories li.cat-parent > a, .wg-side.widget_layered_nav li.cat-parent > a {color:#d4b680; text-transform:uppercase; font-weight:500;}
.wg-side ul.product-categories li a{color:#000;font-size:16px;font-weight:400;text-transform:unset}
.wg-side ul.product-categories li a:hover{color:#d4b680;} .wg-side ul.product-categories li .count {float:right; background-color:#f6f6f6; color:#737174; border-radius:25%; padding:3px 10px; display:inline-block; position: absolute; right: 0; top: 0;}
.wg-side ul.product-categories li.cat-parent > .count {display:none;}
.wg-side ul.product-categories li .children a {color:#666; text-transform: capitalize; font-weight:400;}
.wg-side ul.menu li a:after, .wg-side ul.product-categories li a:before, .wg-side.widget_layered_nav li a:before {font-family:FontAwesome; display: inline-block;line-height:1;vertical-align:top; position:absolute;}
.wg-side.wg-woo.widget_product_categories .wg-title, .wg-side.wg-woo.widget_layered_nav .wg-title{position: relative;cursor: pointer;color: #333333;font-size: 18px;border: 0px;margin-bottom: 0px;font-weight:400;margin-bottom:15px}
.wg-side.wg-woo.widget_product_categories .wg-title:after, .wg-side.wg-woo.widget_layered_nav .wg-title:after{position:absolute; top:45%; transform:translateY(-50%); width:30px; height:24px; content:"\f107"; font-family:'FontAwesome'; font-size:24px; line-height:24px; right:0; text-align:center;}
.wg-side.wg-woo.widget_product_categories .wg-title.on:after, .wg-side.wg-woo.widget_layered_nav .wg-title.on:after {content:"\f106";}
.wg-side ul.menu li a:after {right:2px;top:12px;content:"\f105";font-size:20px;}
.wg-side ul.product-categories li a:before, .wg-side.widget_layered_nav li a:before {left: 1px; top: 1px; content:"\f1db";font-size:1em; opacity: .7; color: #666}
.wg-side ul.product-categories li a:hover:before, .wg-side ul.product-categories li.current-cat a:before, .wg-side ul.product-categories li.current-cat-parent > a:before, .wg-side.widget_layered_nav li a:hover:before, .wg-side.widget_layered_nav li.chosen a:before{content:"\f111"; color: #d4b680}
.wg-side ul:not(.menu) li:not(:last-child):not(.epc) {padding-bottom: 12px}
.wg-side ul.product-categories li ul.children, .wg-side.widget_layered_nav ul li span.count {margin:10px 0 0 22px;}
.wg-side .epc {overflow: hidden; font-size: 12px; text-align: left}
.wg-side .epc:not(:last-child) {margin-bottom: 15px}
.wg-side .epc h3 {font-size: 1.15em; margin-bottom: 0}
.wg-side .epc .post-title {margin: 0}
.wg-side .epc .icon-link {transform: scale(.5)}
.wg-side .epc .ithumb {width: 100px; margin:0 20px 0 0; float: left}
.wg-side .epc .more {margin-top:0}
.wg-side .epc .more a {color: #d4b680; font-weight:400}
.wg-side .epc .more a:hover {color: #d4b680} .ibox .block {width:100%;overflow:hidden}
.ibox .more {margin-top:20px}
.ibox .more:first-child {margin-top:0}
.ibox .overup {position:absolute;bottom:0;left:0;right:0;z-index:2;padding:10px 12px;color:#fff;background:#000;background:rgba(0,0,0,.4);text-align:center}
.ibox .ithumb {margin-bottom:15px;position:relative;overflow:hidden}
.ibox .ithumb:last-child {margin-bottom:0}
.ibox .ithumb img {width:100%;height:auto;transition:opacity 350ms, transform 1500ms}
.ibox .ithumb a:hover img { opacity:0.8}
.ibox .ov-title {font-size:2.2em;line-height:1.2;color:inherit;font-weight:400;font-family: 'Gotham', sans-serif;text-transform:uppercase}
.ibox a.link-to {color:#333;display:block}
.ibox a.link-to:hover h3, .ibox a.link-to:hover h4 {color:inherit}
.ibox a.link-to:hover .ithumb img {opacity:0.8}
.ibox.ibox-alter {padding:50px 135px 50px 30px;box-sizing:border-box;background-size:cover;background-position:100% 50%;background-repeat:no-repeat}
.ibox.ibox-alter.view-xc {padding:0}
.ibox.ud-blue .overup {background:rgba(0,0,153,0.4)}
.ibox.ud-orange .overup {background:rgba(255,51,0,0.4)} .cards { overflow: hidden; transform-style: preserve-3d; text-align: left}
.cards.center, .cards.ac {text-align: center}
.cards.ar {text-align: right}
.cards-block { padding: 5px 0px 25px; text-align:center;}
.cards-cta {margin-top: 25px;display: block}
.cards-cta .button {margin-top: 0}
.card-thumb {margin: 0 0 20px; position: relative; overflow: hidden; transform-style: preserve-3d}
.cards-overbox .card-thumb:after {content:''; display:block; background:rgba(0,0,0,0.4); position:absolute; left: 0; top: 0; width:100%; height:100%;}
.card-thumb img {margin: 0; padding: 0; border: 0; transition: all .4s; width:100%;}
.card-thumb a:hover img {opacity: .6}
.cards .badge {position: absolute;right: -50px;top: -22px;width: 135px;height: 32px; background: #d4b680; z-index: 5; color: #fff; font-weight: 500; text-transform: uppercase; transform: rotate(45deg); padding: 45px 0 0;}
.cards h3, .cards h4 {font-size: 1.2em; font-family: "Gotham"; margin-bottom: 10px; text-transform:uppercase; font-weight:500;}
.cards h3 a, .cards h4 a, .cards h3, .cards h4 {color:#d4b680;}
.cards-overbox {position: relative; text-align: center}
.cards-overbox .card-thumb {width: 100%; margin: 0; float: none}
.cards-overbox .card-thumb img {width: 100%; transition-duration:1.5s} .cards-overlay {position: absolute;z-index:5; bottom: 50%; transform: translateY(50%); left: 0; width: 100%; box-sizing: border-box; padding:25px 20px; color: #fff}
.cards-overlay h2, .cards-overlay h3, .cards-overlay h4 {color: #fff;}
.cards-overlay .button {color: #fff}
.cards:hover .cards-overbox .card-thumb img, .cards:focus .cards-overbox .card-thumb img {transform: scale(1.1)}
.cd-theme .cards-overlay, .cd-theme .cards-overlay h2, .cd-theme .cards-overlay h3, .cd-theme .cards-overlay h4 {color: #fff; text-shadow: none}
.cd-theme h3, .cd-theme h4 {font-family: 'Gotham'; font-size: 2em; line-height: 1.1}
.cd-theme .cards-overbox:after {background:#d4b680; opacity: 0}
.cd-theme:hover .cards-overbox:after {opacity: .9}
.cd-theme .cards-overlay {opacity: 0; transition: all .5s; padding:35px 70px}
.cd-theme:hover .cards-overlay {opacity: 1}
.cards-overlay .title {font-size:2.6em; color:#fff; text-transform:uppercase; font-weight:500;}
.cards-overlay .title span {max-width:250px; display:inline-block;} .cards .card-thumb a:after {content: ""; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; opacity: 0; background: #d4b680; transition: all .4s}
.cards .card-thumb:hover a:after {opacity: .8}
.cards .card-thumb span.btn_link {position: absolute; z-index: 19; box-sizing: border-box; padding: 0; top: 50%; left: 50%; margin-top: -27px; margin-left:-27px; width: 54px; height: 54px; background-color: transparent; background-size: 24px auto !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; color: #fff; border-radius: 50%; border: 2px solid #fff; text-indent: -999em; overflow: hidden; min-width:inherit; transition: all .4s; opacity: 0; transform: translateY(50px); background-image: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/icon-link.png) !important; display:none;}
.cards .card-thumb:hover span.btn_link {transform: translateY(0); opacity: 1;}
.cards .card-thumb span.btn_link:hover {background-color:#d4b680; border-color:#d4b680;}
.sec-feature-box.section > .content > .row {margin-left:-15px; margin-right:-15px;}
.sec-product-block .content > h2, .sec-product-block .content > h3 {font-weight:700; text-transform:uppercase; border-bottom:1px solid #d4b680; padding-bottom:10px; margin-bottom:30px;} .owl-nav { list-style:none;margin:0;padding:0;text-align:center;line-height:10px}
.owl-nav .owl-prev, .owl-nav .owl-next { position:absolute;top:50%; transform: translateY(-50%);margin-top:0;height:40px;line-height:40px;width:40px;background-repeat: no-repeat;background-position:50% 50%;background-size:18px auto;text-indent:-999em;text-align:left;z-index:29;opacity:.85;transition:opacity 350ms, background-color 350ms}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {opacity:1}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {opacity:.25;cursor:default}
.owl-nav .owl-prev {left:15px;background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/prev.png)}
.owl-nav .owl-next {right:15px;background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/next.png)}
.owl-dots {margin:20px 0 0;padding:0;text-align:center;line-height:1;position:relative;z-index:19}
.owl-dots .owl-dot {display:inline;margin:0 3px}
.owl-dots .owl-dot span {display:inline-block;box-sizing:border-box;padding:0;line-height:11px;height:10px;width:10px;background-color:#d3d1d1;transition:border 350ms, background-color 350ms;text-indent:-999em;text-align:left;border-radius:50%}
.owl-dots .owl-dot.active span {background-color:#d4b680} .hr, hr {border:none;border-bottom:1px solid #dadada;margin:20px 0}
.divide {border-bottom:1px solid #ccbfa8;clear:both;margin:45px 0}
.hr:last-child, hr:last-child, .divide:last-child {margin-bottom:0}
.lines {clear:both;line-height:0;margin:25px 0 15px}
.lines em {background-color:#d4b680;display:inline-block;height:3px;width:100px}
.lines.sz-sm em, .lines.sz-small em {width:50px}
.lines.sz-lg em, .lines.sz-large em {width:150px}
.lines.al-right {text-align:right}
.lines + h1, .lines + h2, .lines + h3, .lines + h4 {margin-top:25px}
.lines:first-child {margin-top:0}
.gaps {display:block;clear:both;overflow:hidden;height:25px}
.gaps.sz-small, .gaps.sz-sm {height:15px}
.gaps.sz-large, .gaps.sz-lg {height:35px}
.gaps.sz-ex, .gaps.sz-xl {height:60px} .icn {display:inline-block;margin-bottom:20px}
.icn.ud-s1 {margin-bottom:0}
.icn .isvg {line-height:1;shape-rendering:crispEdges;max-width:100%;height:auto}
.icn .ic.icon {display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:auto;height:100%;width:100%}
.icn.sz-xl {width:192px;height:192px;margin-bottom:40px}
.icn.sz-xl .ic.icon {background-size:192px auto}
.icn.sz-lg {width:96px;height:96px;margin-bottom:30px}
.icn.sz-lg .ic.icon {background-size:96px auto}
.icn.icn-fa {margin-bottom:0;font-size:1.2em;line-height:1;color:#d4b680}
.icn.icn-fa.sz-rg {min-width:24px}
.icn-a, .icn-b, .icn-c {width:auto; height: auto; margin-top: 10px; margin-bottom: 10px}
.icn-a .ic.icon, .icn-b .ic.icon, .icn-c .ic.icon {background-size: 100% auto; background-position: 0 50%;}
.vdbox {position:relative;margin:15px auto;max-width:760px;width:100%;height:0;padding-top:56.25%}
.vdbox iframe {position:absolute;top:0;left:0;width:100%;height:100%}
.vdbox:last-child {margin-top:0}
.vdbox:last-child {margin-bottom:0}
.post-edit-link {background:#ccc;color:#fff;font-size:9px;text-decoration:none;text-transform:uppercase;padding:3px 6px;line-height:14px}
.post-edit-link:hover {background:#ddd;color:#fff} .site-body .gform_wrapper {margin:20px 0}
.site-body .gform_wrapper:first-child {margin-top:0}
.site-body .gform_wrapper:last-child {margin-bottom:0}
.site-body .gform_wrapper:after {content: ""; display: table; width: 100%; height: 0; clear: both}
.site-body .gform_wrapper .gform_footer {padding:4px 0 0;}
.site-body .gform_wrapper .ginput_container.ginput_recaptcha {padding-top:4px !important}
.site-body .gform_wrapper ul.gform_fields {margin-right: -10px !important; margin-left: -10px !important; font-size: 0;}
.site-body .gform_wrapper ul li.gfield {max-width: 100% !important; margin:0 !important;margin-bottom:20px !important;position:relative; padding-right:10px !important; padding-left: 10px !important; font-size: 15px}
.site-body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; width: 100% !important}
.site-body .gform_wrapper ul li.gfield.gf_right_half, .site-body .gform_wrapper ul li.gfield.gf_left_half {max-width: 50% !important}
.site-body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, .site-body .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-top:0;margin-bottom:6px}
.site-body .gform_wrapper label.gfield_label {font-weight: 400;padding-bottom: 4px;color: #999;font-size: 14px;}
.site-body .gform_wrapper li.hide-label .gfield_label {display:none}
.site-body .gform_wrapper li.hidden_label input, .site-body .gform_wrapper li.hidden_label textarea, .site-body .gform_wrapper li.hidden_label select {margin-top:6px}
.site-body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-body .gform_wrapper select, .site-body .gform_wrapper textarea {padding:15px !important;height:50px;width:100%;font-size:14px;line-height:1.4;border-radius:3px;background-color: #f7f7f7;border-color:#f7f7f7;color:#000;outline-color:transparent;margin-left:0;margin-right:0;margin-bottom:0px;background-image:none !important}
.site-body .gform_wrapper select {color:#999;border:1px solid #ddd !important;}
.site-body .light .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-body .light .gform_wrapper select, .site-body .light .gform_wrapper textarea {border-color: #fff;}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .site-body .gform_wrapper li.gfield_error select, .gform_wrapper li.gfield_error textarea {border-color:#ffbcbc !important}
.site-body .gform_wrapper input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-body .gform_wrapper select:focus, .site-body .gform_wrapper textarea:focus {border-color:rgba(0,0,0,0.25) !important;color:#333}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select { margin-bottom: 9px;}
.site-body .gform_wrapper li.hidden_label input, .site-body .gform_wrapper li.hidden_label textarea, .site-body .gform_wrapper li.hidden_label select { margin-top: 0;padding: 2px 0 2px 15px !important;}
.chosen-container-single .chosen-single { height: 50px !important;border: 1px solid #ddd !important;-webkit-box-shadow: none !important;box-shadow: none !important;background: none !important;border-radius: 3px !important;}
.chosen-container-single .chosen-single div b {background: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/chosen-sprite.png) 0 16px no-repeat !important;}
.chosen-container-single .chosen-single span {padding: 14px 10px !important;}
.chosen-container .chosen-drop {border: 1px solid #ddd !important;border-top: 0 !important;-webkit-box-shadow:none !important;box-shadow: none !important;}
.chosen-container-single .chosen-search input[type=text] {background: none !important} .site-body .gform_wrapper .chosen-container-multi.chosen-container .chosen-choices {min-height:44px !important;border-radius:1px;border-color:rgba(0,0,0,0.15);color:#555;box-shadow:none !important}
.site-body .gform_wrapper .chosen-container-active .chosen-choices {border-color:rgba(0,0,0,0.25) !important}
.site-body .gform_wrapper .chosen-container-multi .chosen-choices li.search-field {padding:0;color:#555}
.site-body .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input {height:auto !important;color:#a9a9a9 !important}
.site-body .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {padding:7px 25px 8px 10px;font-size:90%;line-height:1;background:#eee}
.site-body .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {top:10px;right:5px}
.sec-contact-us .gform_wrapper form {padding: 0 170px;}
.site-body .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .site-body .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .site-body .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .site-body .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .site-body .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .site-body .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {max-width:90%;font-size:100%}
.site-body .gform_wrapper textarea, .site-body .gform_wrapper textarea.medium, .site-body .gform_wrapper textarea, .site-body .gform_wrapper textarea.large {height:180px}
.site-body .gform_wrapper .gform_footer input.button {height:54px;line-height:1;padding:1px 35px;width: auto; min-width:220px;max-width:300px;font-size:16px;border-radius:0px;margin-bottom:0; background-color:#333333; border-color: #333333; font-weight:500; color:#fff;text-transform:uppercase}
.site-body .gform_wrapper .gform_footer input.button:hover {background: #d4b680; border-color: #d4b680;}
.site-body .light .gform_wrapper .gform_footer input.button:hover {background: #000; border-color: #000}
.site-body .gform_wrapper li.gfield.gfield_error, .site-body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {padding-top:0;padding-bottom:0;background:none;border:0 none;margin-top:0 !important;margin-bottom:0 !important}
.site-body .gform_wrapper .top_label .gfield div.ginput_container {margin-top:0 !important}
.site-body .gform_wrapper .field_description_below .gfield_description {font-weight: 400;margin-bottom:10px;margin-top: 5px;padding-top: 0}
.site-body .gform_wrapper .validation_message {font-weight:400;color:#e70023;font-size:11px}
.site-body .gform_wrapper div.validation_error {font-weight:400;font-size:13px;color:#e70023;border-color:#ff8c8c;padding:8px 15px;width:100%; margin-bottom: 15px}
.site-body .gform_wrapper div.validation_error * {color: inherit; font-weight: inherit; font-size: inherit;}
.site-body .gform_wrapper div.validation_error .gform_submission_error {padding-bottom: 0; display: flex; align-items: center; justify-content: center;}
.site-body .gform_wrapper .gform_body {width:100% !important}
.site-body .light .gform_wrapper .validation_message, .site-body .light .gform_wrapper div.validation_error {color: #fff}
.site-body .gform_wrapper .gfield_captcha_container img.gfield_captcha {max-width: 100px !important;border: 1px solid #f7f7f7 !important;padding:13px 10px !important;background:#fff !important;}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {margin-left:0 !important;margin-right:0 !important;}
.site-body .sec-form-1 .gform_wrapper label.gfield_label,.site-body .sec-form-2 .gform_wrapper label.gfield_label  {color: #000;}
.site-body  .gform_wrapper .gfield_captcha_input_container {width: 100px;display: inline-block;margin-left: 20px;}
.site-body .wg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-body .wg .gform_wrapper select {height:58px; font-size: 14px; background: transparent; font-family: "Gotham"; font-style: normal; border-radius: 0; margin: 0 !important}
.site-body .wg .gform_wrapper .gform_heading .gform_description {width: 100%}
.site-body .wg .gform_wrapper ul li.gfield {margin-bottom: 20px !important}
.site-body .wg .gform_wrapper .gform_footer {margin-top: -4px !important}
.site-body .wg .gform_wrapper .gform_footer input.button {height:58px; margin: 0}
.site-body .wg .gform_wrapper .gform_footer input.button {background: #333333; border-color: #333333; font-family: "Gotham"; font-style: normal; border-radius: 0}
.site-body .wg .gform_wrapper .gform_footer input.button:hover {background: #d4b680; border-color: #d4b680;color:#fff} .sec-contact-form .gform_wrapper{padding:0px 100px}
.sec-contact-form .gform_wrapper .gform_footer {padding: 4px 0 0;text-align: center;}
.sec-contact-form .gform_wrapper .gform_footer input.button{background: transparent;border: 2px solid #333333;color: #333333;font-size: 15px;text-transform: uppercase;}
.sec-contact-form .gform_wrapper .gform_footer input.button:hover{color:#d4b680;border:2px solid #d4b680;background:transparent} .error404 .site-header, .error404 .site-footer, .error404 .ibtm {display:none !important}
.error404.site-body {min-height:100vh}
.error404.site-body .wrap {padding: 0}
.error404 .ipg.i404 {margin:0;padding:0;height:100%;min-height:100vh}
.error404 .e404 {position:absolute;top:50%;left:50%;max-width:520px;margin-left:-260px;transform:translateY(-50%);box-sizing:border-box;color:#999}
.error404 .e404 .heading404 {font-size:2em;line-height:0.9;color:#666;font-weight:300;text-transform:uppercase;padding:15px 0px 25px ;margin:0}
.error404 .e404 .heading404 strong {font-size:2.2em;font-weight:400;color:#333;display:block}
.error404 .e404 h4 {font-size:1.6em;line-height:1.3}
.error404 .e404 a.button {margin:15px 0 20px;color:currentColor;background:none;border:1px solid currentColor;font-weight:400;font-size:12px}
.error404 .e404 a.button:hover {color:#fff;background:#333;border-color:#333} .accordion-area {margin-bottom:20px}
.accordion-section a.accordion-section-title {background:none;position:relative;color:#333 !important;font-size:16px;line-height:1.3em;padding:22px 40px 22px 0;text-decoration:none;display:block;margin-bottom:2px;font-weight:500}
.accordion-area .accordion-section {border-bottom:1px solid #edecec}
.accordion-area .accordion-section:first-child {border-top:1px solid #edecec}
.accordion-section .accordion-section-content {display:none;padding:10px 0 35px}
.accordion-section .accordion-section-content .content {display:block;margin-left:25px;padding:0 0 0 30px;overflow:hidden;border-left:3px solid #d4b680}
.accordion-area a.accordion-section-title .left-arrow {font-weight:normal}
.accordion-area a.accordion-section-title .left-arrow:before {content:'\f107';display:block;font-size:28px;font-family:FontAwesome;position:absolute;right:15px;top:25px;font-weight:normal}
.accordion-area a.accordion-section-title.active .left-arrow:before {content:'\f105'} body #twttrHubFrameSecure, body #twttrHubFrame, body #fb-root, body > iframe {display:none !important}
body #fancybox-overlay {background:#000 !important;opacity:0.85 !important}
.wosp-title.title h4, .wosp-intro h2 {color: #000; font-size: 2em; text-align: center}
.ecn + .wosp-sc {margin-top: 45px; margin-bottom: 55px}
.ishop-single.ipg {z-index: 25}
.ishop-single.ipg #woo_catalog .catalog_modal {background: rgba(0,0,0,0.75)}
.wosp-intro + .woocommerce {margin-top: 35px}
.ishop-single.ipg {padding:0px;}
.ishop-single.ipg div.product { padding:70px 0px;}
.ec-s1 > .content {max-width: 400px; margin: 0 auto}
.ec-edge-b.eclm {margin: 0; position: absolute;text-align: right; bottom: -140px}
.sec-pad-lg .ec-edge-b.eclm {bottom: -190px}
.ec-edge-b.eclm.frs {right: 0; transform: translateY(50%); bottom: 50%}
.ec-edge-b.eclm:last-child {right: 0}
.ec-edge-b.eclm img {margin:0; margin-right: 30px}
.ec-pad-r > .content {padding-right: 30px} .ibn .cov.only-pt .cpn.al-l .title:after {margin-left: 0}
.ibn .cov.only-pt .cpn.al-r .title:after {margin-right: 0}
.columns.vm {display: flex; align-items: center}
h2 + .columns {margin-top: 35px}
.columns.vm .eclm {margin-top: 0; margin-bottom: 0}
.ud-bgx {position: relative;}
.plx-bg {overflow:hidden; position:absolute; top:0; z-index:0; bottom:0; left:0; right:0; background-repeat:no-repeat; background-size:cover; background-position:50% 50%;}
.plx-bg.in-left {right:50%;}
.plx-bg.in-right {left:50%;}
.plx-bg img {width:100%; height:auto;}
.ipg-contact .gform_wrapper, .ipg-contact-us .gform_wrapper {margin-top: 35px; margin-left: auto; margin-right: auto}
.button.btn-line-center {margin-top: 20px; padding: 18px 35px; font-size: 18px; font-weight: 400; text-transform: capitalize}
.btn-line-center:after {content: ""; height: 1px; width: 70%; max-width: 210px; position: absolute; top: 50%; right: 105%; margin-top: -1px; background: #cfcfcf;}
.btn-line-center:before {content: ""; height: 1px; width: 70%; max-width: 210px; position: absolute; top: 50%; left: 105%; margin-top: -1px; background: #cfcfcf;} .dvk-social-sharing {margin-top: 25px; padding: 15px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); text-align:left;}
.dvk-social-sharing:not(:last-child) {margin-bottom: 25px}
.dvk-social-sharing .ss-ask {margin-right: 45px;text-transform: inherit;color: #333;font-weight: 500;}
.dvk-social-sharing a {color: currentColor; text-decoration: none; transition: all 400ms}
.dvk-social-sharing a:hover {opacity: 0.6}
.ss-text {display: none}
.dvk-social-sharing .ss-icon {display:inline-block; font-family: FontAwesome; font-size: 18px; padding: 0 1px; text-rendering: auto; -webkit-font-smoothing: antialiased;}
.dvk-social-sharing .ss-icon-twitter:before {content: "\f099"}
.dvk-social-sharing .ss-icon-facebook:before {content: "\f09a"}
.dvk-social-sharing .ss-icon-googleplus:before {content: "\f0d5"}
.wrap-blog-single .dvk-social-sharing {text-align: center}
.wrap-blog-single .dvk-social-sharing .ss-ask {display: none}
.cff-likebox:first-child {margin-top: 0}
#cff .cff-item {padding-left:15px; padding-right: 15px; box-sizing: border-box}
.site-body .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .site-body .gform_wrapper select, .site-body .newsletter .gform_wrapper textarea {background:#fff; color:#333; border-color:transparent; border-radius:3px;}
.site-body .newsletter .gform_wrapper .gform_body {max-width:72%; display:inline-block; vertical-align:top; margin-top:8px;}
.site-body .newsletter .gform_wrapper .gform_footer {max-width:220px; display:inline-block; vertical-align:top; text-align:left; margin-left:15px;}
.site-body .newsletter .gform_wrapper .gform_footer input.button {background-color:#000; color:#fff; border-color:transparent !important; border-radius:3px;padding:0px 70px;font-size:14px;text-transform:uppercase}
.site-body .newsletter .gform_wrapper .gform_footer input.button:hover {background-color:#fff;color:#333}
.site-body .newsletter div.ginput_container_name span{padding-right:0px}
.logox-carousel .owl-nav .owl-prev {left: -45px; background-image: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/prev-g.png);}
.logox-carousel .owl-nav .owl-next {right: -45px; background-image: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/next-g.png);}
.sec.sec-lime1 {background-color:#212121;z-index: 9;color:#fff}
.sec.sec-lime2 {background-color:#d4b680;z-index: 9;color:#333} .sec-intro{border-bottom:1px solid #d3d0d0;text-align:center;}
.jpg h1:before{background:#d4b680;height:2px;}
.sec-intro p{line-height:1.25em;text-align:left;}
.sec-models{text-align:center;}
.sec-home-academy p{margin:0px !important;}
.sec-models ul.tabs-nav{margin-bottom:50px}
.sec-models ul.tabs-nav li{display:inline-block}
.sec-models ul.tabs-nav li a{color: #666;font-size: 20px;text-transform: uppercase;font-weight: 400;padding: 0 25px;}
.sec-models ul.tabs-nav li.active a{color:#d4b680}
.ec-academy-left h2{margin-bottom:35px !important} .sec-home-blog{border-bottom:1px solid #d3d0d0;}
.sec-models{padding-left:30px;padding-right:30px}
.sec-models .subtitle,.sec-models .ess-meta{display:none}
.block h3.heading-model{font-size: 14px !important;text-transform: uppercase !important;color: #000;background: rgba(212,182,128,0.7);font-weight: 500 !important;padding: 30px 0;opacity:0;transition:all 350ms;text-align:center; position: absolute; left: 0; right: 0; bottom: 0; z-index: 9;}
.sec-models .model-list .epc, .tax-model_cat .epc {margin-bottom:30px;}
.model-btn{margin-top:10px !important;}
.model-lists .epc.first, .model-sec .epc.g5c.first {clear: left;}
.block{transition:all 350ms}
.block:hover h3{opacity:1}
.sec-contact-us .main{max-width:940px;margin:auto}
.sec-contact-us h3 {font-size: 18px;font-weight: 400;text-transform: inherit;color:#333}
.sec-contact-us h4 {font-size: 18px;font-weight: 400;color:#333}
.sec-contact-us p {font-size: 16px;color:#666666;line-height:1.5}
.sec-about-top h2,.sec-about-middle h2,.sec-about-bottom h2{text-transform: inherit;font-weight: 400;color: #333333;margin-bottom:30px}
.sec-about-top .ec-about-content > .content{display: flex;align-items: center;justify-content: center;}
.sec-about-middle,.sec-about-bottom{padding:200px 0px}
.sec-about-middle h2{color: #d4b680;}
.ec-top-right-img{text-align:center;}
.ec-top-right-img img{max-width: 450px;}
.sec-model-category .eclm{padding:0px}
.ec-category-block{position:relative;transition:all 350ms;top:-1px}
.ec-category-block img{ width: 100%;height: auto;}
.ec-category-block :hover h3 a{opacity:1;}
.ec-category-block p,.ec-category-block img{margin:0 !important;}
.ec-category-block h3{margin:0px;}
.ec-category-block h3 a{color: #fff;font-size: 48px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);text-align: center;opacity: 0;cursor: pointer;background: rgba(0,0,0,0.5);margin: 0;width: 90%;height: 90%;display: flex;align-items: center;justify-content: center;transition:all 350ms}
.cat_title h2{color: #fff;font-size: 48px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);text-align: center;} .tax-model_cat .model-sec{padding:30px;}
.single-model .cpn p, .tax-model_cat .cpn p{display:none}
.model_sidebar{}
.model_sidebar .heading h3{color:#333;font-size:30px;text-transform:uppercase;line-height:1.2em;margin:0px;}
.model_sidebar .heading h3:last-child{font-size: 16px;padding-top: 5px;}
.model_sidebar .heading{margin-bottom:40px}
.model_sidebar p label{color: #666666;text-transform: uppercase;width: 100px;display: inline-block;flex-shrink: 0}
.model_sidebar p{margin-bottom:10px;display: flex;}
.model_sidebar p.website{margin-top:30px;}
.model_sidebar p.follwer{display:block;}.model_sidebar p.follwer img{margin-right:10px;margin-top:-3px;}
p.ins_profile{font-weight:600;margin-left:10px;}
.ngg-gallery-thumbnail {border: 0px solid #a9a9a9 !important;margin-right: 0 !important;margin: 0 !important;}
.single_model .ngg-gallery-thumbnail-box {float: left;max-width: 24% !important;margin: 0 .5% .5%;}
.ngg-gallery-thumbnail a {margin: 4px !important;}
.ngg-galleryoverview {margin-top: 0px !important;}
.single_model{padding: 80px 0px 0px;}
.model_sidebar a.button {min-width: 220px;margin-top: 30px;}
.model_sidebar .socials {text-align: center;max-width: 220px;margin-top: 30px;display:flex;align-items:center;justify-content:center;}
.model_sidebar .socials a {display: flex;overflow: hidden;transition: all 300ms;border-radius: 0;font-size: 14px;padding: 0 5px;align-items:center;position:relative;}
.model_sidebar .socials img{width:auto;height:14px;transition:all 300ms;}
.model_sidebar .socials img.icon-hover{position:absolute;left:5px;bottom:0;opacity:0;}
.model_sidebar .socials a:hover img.icon{opacity:0;}
.model_sidebar .socials a:hover img.icon-hover{opacity:1;}
.ifot-wg-d input[type='text']::placeholder,input[type='email']::placeholder{color:#666}
.ifot-wg-d input[type='text'],input[type='email']{border:1px solid #ddd !important}
.wrap-blog,.wrap-shop{padding-bottom:0px !important}
.single-post .ibn-sb{display:none !important}
.woocommerce li.product:hover h2.woocommerce-loop-product__title, .woocommerce .esp.product:hover .woocommerce-loop-product__title{color:#fff !important}
.ec-academy-left .button:hover{border: 2px solid #333;color: #333;}
.single-post .breadcrumb-sec .breadcrumb .separator:last-child{display:none}
.single_model .tabs-nav{display: flex;align-items: center;justify-content: end; margin-bottom: 20px;}
.single_model .tabs-nav li a{text-transform:uppercase;padding:0 10px;color:#999999;}
.single_model .tabs-nav li.active a,.single_model .tabs-nav li a:hover{color:#000000;} #preloader {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #d4b680;z-index: 10000; opacity: 0;display: flex;align-items: center;justify-content: center;text-align: center;} 
#preloader.hide {opacity: 0;} #status i.fa-spinner {text-shadow: 0 0 15px rgba(0,0,0,0.1);animation-name: spin;animation-duration: 1s;animation-iteration-count: infinite;animation-timing-function: linear;color:#000;font-size:30px;}
#status img.loader {animation-name: spin;animation-duration: 1s;animation-iteration-count: infinite;animation-timing-function: linear;}
.sec-home-academy{overflow:hidden}.sec-home-academy .ec-academy > .content{display:flex;align-items:center;}
.ec-academy-photo img{position:absolute;right:0;bottom:0;max-width:520px}
.single-product .ibn-sb{display:none}
.ientry .sec-yellow-bg  ul li:before, .content .sec-yellow-bg  ul li:before,.sec-yellow-bg .entry-content > ul li:before {color: #333;}
.plane{width: 14px !important; margin: -2px 0 0 10px;}
.sec-girl {position:relative}
.sec-girl .ec-girl .content {position: absolute;right: 0;top: -400px;max-width: 400px;}
.ecn.ec-sc.ec-girls .content {margin-top: -50px;} 
.single-model .ibn,.single-influencer .ibn {display: none;}
.splash-wg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-height: 100vh; z-index: 999999; background: #000 url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/splash-bg.jpg) no-repeat 50% 0 / cover; color: #fff; display: flex; align-items: flex-start; justify-content: center; font-size: 18px; line-height: 1.2; font-weight: 300; overflow-y: scroll;}
.splash-wg .splash-block {min-height: 100vh; padding: 50px 0; display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.splash-wg:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-height: 100vh; z-index: 99; background: rgb(0 0 0 / 70%);}
.splash-wg .wg-splash {position: relative; z-index: 999;}
.splash-wg h2 {font-size: 72px; line-height: 1.2;}
.splash-wg a {color: #fff;} .splash-wg a:hover {color: #d4b680;}
.splash-wg .row.ec-mid-sep {position: relative;}
.splash-wg .row.ec-mid-sep:before {content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; transform: translateX(-50%); z-index: 99; background-color: #5e5d5d;}
.ec-review:nth-child(even) .eclm.clm-sc.g3{order: 1}
.ec-review {display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 40px}
.sec-lime1 .iquote .ithumb.thumb-iqt img {max-width: 200px;margin: 0 auto 25px;}
#sb_instagram .sb_instagram_header, .sb_instagram_header {box-sizing: border-box} .itabs .tabs-container .tab-pane {display: none;}
.itabs .tabs-container .tab-pane.active {display: block;} @media (min-width:1600px) {
.wrap-blog .icontent { padding-right: 120px}
.social-round .sp { margin-left: 6px; margin-right: 6px}
.ec-pad-r > .content { padding-right: 60px}
.inav li a { padding: 48px 14px; font-size: 16px;}
.cartnav a { padding: 48px 11px; font-size: 16px;}
.ihd .site-logo {margin: 27px 0;}
.site-nav .cart {margin-right: 20px;}
}
@media (min-width:1800px) {
.sec.sec-map { height: 580px;}
.ibn .islider.udmfx .slide { height: 700px}
}
@media (max-width:1280px) {
.sec.sec-map { height: 300px;}
.sec.sec-map + .sec-over-button { margin-top: -50px}
.iplx, .iplx .plx-bg { background-attachment:scroll; background-position:50% 50% !important}
.topbar { font-size: 12px}
.topbar .socials { margin-left:25px} .ihd .site-logo { max-width: 100%; float: none; text-align: center; margin: 20px 0 0px;}
.ihd .site-nav { margin: 0px -10px 0 0;text-align:center;}
.cart-menu { margin-left: 0px;}
.inav { font-size: 12px}
.inav li a { padding-left: 7px; padding-right: 7px; line-height: 1.25}
.ec-edge-b.eclm img { margin-right: 0}
a.button.btn-large { padding: 12px 30px; min-width: 140px}
.ibn .udsx .cov { padding: 150px 0 210px}
.ibn .cov.only-pt { padding-top: 35px}
.ibn .islider.udmfx .slide { height: 400px}
.cpn .content h1, .cpn .content h2 { font-size: 2em}
.ess.ess-single .ithumb { width: 320px}
.cards.g6m:nth-child(1n+3) { margin-top: 30px}
.ifot .wg.wg-foot-c, .ifot .wg.wg-foot-d { text-align: left}
.ifot .ifot-wg .row { padding:0;}
.cartnav a { padding: 30px 6px;}
.cartnav a.basket { padding: 23px 7px;}
.search-toggle { padding: 21px 0;}
.epc.elp.g2c .ipost-txt, .irecent-posts .elp .ipost-txt { margin: 0px;}
.has-featured .ithumb,.wrap-blog .epc .ithumb { width: 150px;}
.model_sidebar .heading h3 { font-size: 24px;}
.model_sidebar a.button { min-width: 180px; margin-top: 30px;}
.inav { vertical-align: bottom;}
.ec-academy-left{ padding-top:100px !important; padding-bottom:100px !important}
.ec-academy-photo img { position: absolute; max-width: 450px;}
.ec-academy-photo{ padding-left:0px !important}
.sec-about-middle, .sec-about-bottom { padding: 100px 0px;}
.sec-girl .ec-girl .content {top: -360px;max-width: 320px;}
}
@media (min-width: 993px) and (max-width: 1280px){
.ihd .site-nav {justify-content: space-between;}
.inav li a {padding: 25px 13px;font-size: 14px;}
}
@media (max-width:992px) {
.enb-sticky.hd-glb .ihd { position:relative}
.admin-bar .enb-sticky.hd-glb .ihd { top:0}
.enb-sticky.ihd-style1.no-bn.has-pt .ibn, .ihd-style2.no-bn.has-pt .ibn, .enb-sticky.ihd-style1.no-bn.no-pt + .ipg, .ihd-style2.no-bn.no-pt + .ipg { margin-top: 0}
.ihd-style2.has-sdr .ibn .cpnw.vt .cpn, .ihd-style2.has-bn .ibn .cpnw.vt .cpn { margin-top:90px}
.ihd .site-logo{float:left; text-align:left;}
.ihd .site-logo img { max-width: 125px} .ihd .site-nav .inav { float: none; text-align: center}
.inav { line-height: 24px}
.search-toggle { float:right;margin-right: 50px;margin-top: 5px;}
.ibn .rx .cpn { margin-right:0}
.ibn .lx .cpn { margin-left:0px}
.ibn .vt { top: 55px}
.ibn .vb { bottom: 35px}
.cpn { font-size: 16px}
.cpn .linkto { padding-top: 12px}
.cpn a.button { padding:12px 25px 13px; min-width:inherit}
.ipg, .iquote .eqt .block { font-size:13px}
.ec-pro p { font-size: 13px}
.pagi, .wp-pagenavi { margin:35px 0}
.ec-pad-r > .content { padding-right: 0}
.topbar .mail, .topbar .phn { margin-right:15px}
.topbar .socials, .topbar .topnav, .topbar .search-toggle { margin-left: 15px}
.site-body .wg .gform_wrapper .gform_body { width: 100% !important}
.site-body .wg .gform_wrapper .gform_footer { clear: both; float: left; margin:7px 0 0!important}
.home .g6.g12s + .g6s, .home .g6.g12s + .g6s + .g6s { width: 50%}
.site-body .newsletter .gform_wrapper .gform_body, .site-body .newsletter .gform_wrapper .gform_footer { max-width:100%; display:block; text-align:center;}
.site-body .newsletter .gform_wrapper ul li.gfield { margin-bottom:10px !important;}
.box-icon-left { text-align:center;}
.box-icon-left .user-icon { float:none; margin-right:0;}
.box-icon-left .box-content { padding-top: 15px;}
.ifot .wg.wg-foot-d { text-align: center;}
.ifot .wg.wg-foot-d img { max-width: 65px;}
.inav .menu-sub a{text-align: center;}
.model-lists .epc.first, .model-sec .epc.g5c.first {clear: none;}
.ihd .site-nav { margin: -10px 0 0 0;text-align:center;position: absolute;right: 20px;top: 0;} .inav ul.menu {display: none;}
.site-nav { position:relative; width:100%}
.site-nav .inav ul.menu { left:-20px; right:-20px;}
.inav { position:static; font-size:14px;}
.inav .nav-toggle { display:block; width:40px; z-index:9999; margin-top:21px}
.inav ul.menu { display:none}
.inav.push-down ul.menu { display:block}	 
.inav ul.menu { position:absolute; right:0; left:0; z-index:9997; top:77px; background:#fff}
.inav li { float:left; width:100%; border-bottom:1px solid #eee;}	 
.inav li a { display:block; font-size:1em; padding:10px 25px; color: #333}	 
.inav ul.sub-menu li a { font-weight:400; padding:8px 25px}
.inav ul.sub-menu { width:100%; padding:0; margin:1px 0 6px; position:static; visibility:visible !important; opacity:1 !important; display:block !important; float:left; box-shadow: none}
.inav li ul.sub-menu, .inav li.sfHover ul.sub-menu { display:block !important}
.inav ul li a:hover, .inav .menu > li.sfHover > a, .inav .menu > li.current-menu-item > a , .inav .menu > li.current-menu-parent > a, .inav .menu li.current_page_item > a { color: #d4b680;border-bottom:none;}
.inav ul li a {border-bottom: 0 !important;}
.inav ul.menu li a br, .inav ul.sub-menu:before { display:none !important}
.nav-toggle strong{display: none;}
.cart-menu { margin-right:50px}
.wg-foot-d img { margin-bottom: 0; width: 26%; padding: 0 20px;}
.ifot-wg-b.g2{ width:25%}
.ifot-wg-c.g5{ width:50%; padding-right:0px;}
.ifot-wg-d.g2{ width:100%; padding:0px;}
.sec-girl .ec-girl .content {top: -330px;max-width: 300px;}
.iquote .quoted {padding: 0 100px;}
.splash-wg h2 {font-size: 50px;}
}
@media (min-width:768px) and (max-width:992px) {
.wide-xs { width: 50%}
.epc .heading:not(.heading-story) { font-size: 1.25em}
.wg-side .epc .ithumb { width: 60px; margin-right: 12px}
.wg-side .epc h3 { font-size: 1em !important}
.ibn .udsx .cpn { font-size: 18px}
.ibn .udsx .cov { padding: 150px 0 200px}
.ipg .alignright, .ipg .alignleft { max-width: 370px}
.epc .heading:not(.heading-story) { font-size: 1.25em}
.sc-iposts .epc .heading { font-size: 1.1em}
.epc.elp.g1c .ithumb { width: 570px}
.epc.elp.g1c .ititle { margin-bottom: 6px}
.ec-pleft { padding-left: 80px !important}
.ec-pright { padding-right: 80px !important}
.sec-intro h1{ font-size:26px;}
.ec-academy-left{ padding-top:120px !important; padding-left:80px !important; padding-bottom:120px !important}
.has-featured .ithumb,.wrap-blog .epc .ithumb { width: 100px;}
.ifot-wg-a{ width:40% !important}
.ifot-wg-b{ width:30% !important}
.ifot-wg-c{ width:30% !important}
.ifot-wg-d{ width:100% !important; margin-top:30px}
.sec-models .model-list .g5c{ width:33.3333% !important; padding-left:10px; padding-right:10px;margin-bottom: 0;}
.sec-models .model-list .block { margin-bottom: 20px;}
.model-sec .epc.g5c {padding: 0 10px;margin-bottom: 20px;width: 33.333%;}
.has-featured .epc .heading a { font-size: 20px;}
.iblog .epc .heading a { font-size: 20px;}
.ec-top-right-img img{ max-width: 320px; float: right;}
.sec-about-middle,.sec-about-bottom{ padding:100px 0px}
.model_sidebar .heading h3 { font-size: 17px;}
.model_sidebar a.button { min-width: 150px; margin-top: 30px;}
.ec-academy-left{ padding-top:60px !important; padding-bottom:60px !important;} .ec-academy-photo{ padding-left:0px !important}
.site-body .gform_wrapper { margin: 20px 15% 0px;}
.sec-about-top{ padding-top:75px !important; padding-bottom:75px !important}
.sec-about-middle, .sec-about-bottom { padding: 75px 0px;}
.sec-contact-us .gform_wrapper form { padding: 0 50px;}
.ec-academy-photo img { position: absolute; max-width: 300px;}
.model-lists .epc:nth-of-type(3n+1), .model-sec .epc:nth-of-type(3n+1) {clear: left!important;}
}
@media (max-width:767px) {
.site-body { min-width:320px; -webkit-text-size-adjust: 100%}
.isidebar > .inside { margin-top:30px; border-top:1px solid #eee; padding-top:30px}
.ientry > ul li, .content > ul li { padding-left:26px}
.gaps, .gaps.sz-small, .gaps.sz-sm { height:10px}
.gaps.sz-ex, .gaps.sz-xl { height:30px}
.gaps.sz-large, .gaps.sz-lg { height:20px}
.ifot .copyinfo { margin-top: 20px;}
.ibn .no-nv .flex-direction-nav, .ibn .no-dt .flex-control-nav { display:none}
.ibn .ebn.obg:not(.xx-bn), .ibn .ebn.uix-alter:not(.xx-bn), .ibn .ebn.ebn-osp:not(.xx-bn) { height: 115px}
.ibn .islider.udmfx .slide { height: 320px}
.ibn .vb { bottom:65px}
.ibn .vt { top:25px}
.ibn .cx .cpn { margin:0 auto}
.ibn .obg .cov > .main { width:100%}
.ibn .udsx .cov { padding: 80px 0}
.cpn { font-size:13px}
.only-pt .cpn { font-size:15px}
.cpn .breadcrumb { font-size: 11px; padding: 8px 0 2px}
.epc.elp.g1c { display: block}
.epc.elp.g1c .ithumb { width: 100%; float: none; margin-bottom: 10px}
.epc.elp .ithumb + .ipost, .iposts .style-col3 .epc .ithumb + .ipost { text-align: left}
.epc.elp.g1c .ithumb + .ipost { display: block; width: auto}
.wg-side .epc + .epc { margin-top:10px}
.wg-side.widget_nav_menu:first-child { margin-top: -10px}
.wg-side.widget_nav_menu:first-child ul.menu li:first-child { border-top: 0}
.epc.elp.g2c .ithumb + .ipost, .irecent-posts .elp .ithumb + .ipost { overflow: hidden}
.ipg h1, .ipg h2, .wosp-title.title h4, .wosp-intro h2 { font-size: 1.65em}
.ipg .title-large .title { font-size: 2.25em}
.epc .heading, .ipg h3, .wg h3, .wg h4 { font-size: 1.375em}
.ipg blockquote { font-size: 14px}
.ipg .alignright, .ipg .alignleft { max-width: 280px}
.ipg .wrap, .section, .ipg.ipg-grey { padding-top:35px; padding-bottom:35px}
.section.iplx { padding-top:85px; padding-bottom:85px}
.ipg.vm .icontent { min-height: 70vh}
.section.sec-lg { padding-top: 75px; padding-bottom: 75px}
.eclm.vm { width: 100%; display: block}
.columns.vm { display: block}
.ecn + .wosp-sc { margin-top: 30px; margin-bottom: 30px}
.plx-bg.in-bottom, .plx-bg.in-top { position: static}
.plx-bottom .wide-xs, .plx-top .wide-xs { max-width: 100%}
.plx-bg.in-bottom .hide { display: block; margin-bottom: -40px; margin-top: 30px}
.plx-bg.in-top .hide { display: block; margin-top: -40px; margin-bottom: 30px}
.plx-bg.in-left, .plx-bg.in-right { background-image:none !important; left:0; right:0;}
.plx-bottom .content > .eclm, .plx-top .content > .eclm, .plx-right .content > .eclm, .plx-left .content > .eclm { width:100%;}
.plx-aside { overflow:hidden;}
.plx-aside .ec-box-w:last-child, .plx-aside .ec-box-w.frs { padding-left:0; padding-right:0;}
.plx-bg { position:relative;}
.plx-bg.in-left, .plx-bg.in-right {display: block;
position: static;
width: 100%;}
.plx-left .eclm.g2c.frs > .content { padding-left:0;}
.plx-right .eclm.g2c.fls > .content { padding-right:0;}
.plx-aside .eclm .content { padding:0;}
.wrap-blog .epc.elp.g2c{ margin-bottom:20px}
.epc-row + .epc-row, .iposts.sc-iposts { margin-top: 0px;}
.has-featured .ithumb img{ margin-bottom:15px}
.wrap-blog .icontent { width: 100%; padding-right:10px}
.wrap-blog .wgp-sidebar-blog{ width:100%}
.ec-edge-b.eclm { position: relative; text-align: center; margin: 0; width: auto}
.ec-edge-b.eclm.frs { transform: translateY(0); bottom: auto; width: 100%; margin-top: 15px}
.ec-edge-b.eclm img { width: 100%; max-width: 230px}
.sec-pad-lg .ec-edge-b.eclm { bottom: -75px; margin-top: -55px}
.ess.ess-single .ithumb { width: 100%; max-width: 440px; float: none; margin: 0 0 12px}
.error404 .e404 { position:static; margin:0 auto; width: 80%; transform: translateY(0); text-align:center}
.error404 .e404 .heading404 { font-size:1.6em}
.error404 .e404 h4 { font-size:1.3em}
.error404 .i404.ipg .wrap { padding:30px 0 35px}
.ihd-style2.has-sdr .ihd-wrap, .ihd-style2.has-bn .ihd-wrap { position: static; background: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/header-bg.jpg) no-repeat 50% 0 / cover}
.ihd-style2.has-sdr .ibn .cpnw.vt .cpn, .ihd-style2.has-bn .ibn .cpnw.vt .cpn { margin-top: 20px}
.ihd { padding: 5px 0;}
.ihd .site-nav { margin:0px;}
.top-right { width:100%; text-align:center;}
.topbar .top-r { float:none; margin-left:0; border-top:1px solid #4a4a4a;}
.efind input.field { font-size: 13px}
.search-close { right: 15px}
a.button, a.btn { padding:12px 25px; font-size:14px; min-width:135px}
.button.btn-line-center { font-size: 16px}
.btn-line-center:before, .btn-line-center:after { width: 30%}
.cards.g2c + .cards.g2c { margin-top: 30px}
.ec-review:nth-child(even) .eclm.clm-sc.g3{order: 0} .ibtm .wg:first-child { padding-top: 30px}
.ibtm .jr-insta-thumb ul.thumbnails { margin-left: -10px; margin-right: -10px}
.ibtm .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li { width: 33.3333% !important}
.site-body .gform_wrapper ul li.gfield.gf_right_half, .site-body .gform_wrapper ul li.gfield.gf_left_half { max-width: 100% !important}
.ibtm .ibtm-b .wg .gform_wrapper .gform_body { width: 100% !important; float: left}
.ibtm .ibtm-b .wg .gform_wrapper .gform_footer { width: 100%; margin-top: 10px !important; text-align: center}
.ibtm-b .gform_wrapper ul li.gfield.gf_left_half, .ibtm-b .gform_wrapper ul li.gfield.gf_right_half { width: 100% !important}
.ibtm-a, .ibtm-b { padding-top: 35px; padding-bottom: 35px}
.ibtm .wg h3, .ibtm .wg h4 { font-size: 1.375em}
.flexslider .islider h1 { font-size: 36px !important;}
.flexslider .islider h2 { font-size:24px !important}
.sec-hblog .items{ margin-bottom:20px;}
.ec-pleft { padding-left: 0px !important; margin-bottom:20px}
.ec-pright { padding-right: 0px !important; padding-left:0px}
.sec-intro h1{ font-size:26px;}
.ec-academy-left{ padding-top:60px !important; padding-left:10px !important; padding-bottom:30px !important}
.ec-acavideo{padding-bottom:60px !important;}
.sec-models .model-list .g5c{ width:50% !important;}
.sec-models .model-list .block { margin-bottom: 0} .footer .g6{ width:50%}
.has-featured .ithumb,.wrap-blog .epc .ithumb { width: 220px;}
.ec-top-right-img img{ max-width: 250px; float: none;}
.sec-about-middle,.sec-about-bottom{ padding:80px 0px 150px}
.sec-contact-us .gform_wrapper form { padding: 0 10%;} .site-body .gform_wrapper { margin: 20px 15% 0px;}
.ifot-wg-a,.ifot-wg-d{ margin-bottom:20px}
.ifot-wg-b,.ifot-wg-c{ width:50% !important; margin-bottom:20px; text-align:left !important;}
.tax-model_cat .g5c{ width:50%; margin-bottom:20px}
.tax-model_cat .model-sec { padding: 20px 20px 0px;}
.cpn .title { font-size: 36px !important;}
.model_sidebar { padding: 0 25px;}
.sec-home-academy{ overflow:hidden}
.ec-academy-photo img { position: static; max-width: 100%;}
.model_sidebar { margin-bottom: 30px;}
.sec-home-academy .ec-academy > .content { display: block;} .cartnav a {font-size: 13px;}
.single_model .ngg-gallery-thumbnail {text-align: center;max-width: 100% !important;background-color: #FFF;border: 1px solid #A9A9A9;margin: 5px;}
.single_model .ngg-galleryoverview {width: 100%;text-align: center;} 
.sec-girl .ec-girl .content {top: -285px;max-width: 200px;}
.ecn.ec-sc.ec-girls .content {margin-top: 0;}
.iquote .quoted {padding: 0 30px;}
.iquote .owl-nav .owl-prev, .iquote .owl-nav .owl-next {display: none;}
.plx-bg.in-left .hide, .plx-bg.in-right .hide {display: block;}
.plx-left, .plx-right {
padding-bottom: 0;padding-top: 60px;}
.plx-right .fls .content, .plx-left .fls .content{padding-bottom: 50px;}
.model-lists .epc:nth-of-type(2n+1), .model-sec .epc:nth-of-type(2n+1)  {clear: left;}
.splash-wg h2 {font-size: 36px;}
.splash-wg .row.ec-mid-sep:before {display: none;}
}
@media (min-width:993px) {
.inav ul.menu { display:block !important}
}
@media (max-width:680px) and (orientation: portrait) {
.ipg .alignright, .ipg .alignleft { float: none; margin: 0 0 10px; display: block; max-width: 100%}  .topbar .sp { margin-left: 8px; margin-right: 8px}
.topbar .mail, .topbar .phn { margin-right: 10px;}
.topbar .phn .icon, .topbar .mail .icon { display:inline-block; width: 24px; line-height: 24px; font-size: 16px; text-align: center; vertical-align: middle}
.cards.g6m:nth-child(1n+3) { margin-top: 30px}
}
@media (max-width:680px) {
}
@media (max-width:580px) {
.cpn .title, .cpn .content h2, .cpn .content h1 { font-size: 35px; line-height: 30px;}
.sec-intro h1 { font-size: 22px;}
.sec-about-top .ec-about-content > .content {display: block;}
.eclm.g12s:not(:last-child) { margin-bottom:20px}
.cartnav a {padding: 10px;}
.cartnav a.basket { padding: 0px 7px;} .single_model .ngg-gallery-thumbnail-box {max-width: 48% !important}
}
@media (max-width:379px) {
.topbar .sp { margin-left: 5px; margin-right: 5px}
}
@media (max-width:479px) {
.sec.sec-map { height: 220px;}
.sec.sec-map + .sec-over-button { margin-top: -46px}
.ibn .ebn { height:150px}
.ibn .cov.only-pt { padding:30px 0}
.cpn { font-size:11px}
.cpn a.button { font-size: 1em}
.cpn.wd-md, .cpn.wd-g, .cpn.wd-sm, .cpn.wd-lg { width:100%}
.cartnav a { padding: 7px 5px;}
.epc.elp .ithumb, .iposts .style-col3 .epc .ithumb{ float:none !important; width:100%; margin-right:0}
.wg-side .epc .ithumb, .epc.elp .ithumb, .iposts .style-col3 .epc .ithumb { margin-bottom: 0px}
.iposts .style-box .items .entry > * { display:none}
.iposts .style-box .items .entry > .title { display:block; font-size:1.1em}
.epc.elp.g2c .ithumb + .ipost, .irecent-posts .elp .ithumb + .ipost { overflow: inherit}
a.button.btn-large { padding: 10px 18px; min-width: 130px}
a.button+.button, a.button+.btn, a.btn+.btn { margin-left: 10px}
.btn-line-center:before, .btn-line-center:after { max-width: 35px}
.ecn.ec-sc { max-width:100% !important}
.icn.sz-xl { margin-bottom:20px}
.ibn .udsx .cov { padding: 55px 0 125px}
.ibn .udsx .content .section { padding: 6px 0}
.ec-pro p { font-size: 9px}
.ibn .islider.udmfx .slide { min-height: 160px; height: 200px}
.ibn .rx .cpn.al-c { text-align:right}
.cpn .title-mix .title strong { font-size: 3.25em}
.efind h3, .efind h4 { font-size: 1.5em}
.topnav a { font-size:12px; padding: 10px 12px;}
.logox-carousel .owl-carousel .owl-item img { max-width: 220px; margin: 0 auto;}
.flex-direction-nav{ display:none}
.cpn.cl-lt.bg-no, .cpn.cl-lt.bg-g { padding: 10px 15px !important;}
.cpn .linkto { padding-top: 0px;}
.cpn .title, .cpn .content { padding-bottom: 5px;}
.flexslider .islider h1 { font-size: 20px !important;}
.flexslider .islider h2 { font-size:16px !important}
.ec-wphoto img { width: 100%;}
.ec-awphoto img { width: 100% !important;}
.cart-menu { float: none; margin-right:0px}
.iwc .woocommerce-ordering { float: none !important; margin: 0 10px 60px 0 !important; text-align: center;}
.iwc .woocommerce-result-count { float: none !important; margin: 0 0 10px 0 !important; text-align: center;}
.ec-pleft { padding-left: 0px !important}
.ec-pright { padding-right: 0px !important; padding-left:0px}
.has-featured .items { margin-bottom: 30px;}
.ifot-wg-a,.ifot-wg-b,.ifot-wg-c,.ifot-wg-d{ width:100% !important; margin-bottom:20px; text-align:left !important;}
.ifot .wg.wg-foot-d { text-align: left;}
.payment_partner{ text-align: center; margin-bottom: 10px;}
.sec-models .model-list .g5c{ width:100% !important;}
.sec-intro h1 { font-size: 20px; text-align:left !important}
.epc.elp.g2c .ipost-txt, .irecent-posts .elp .ipost-txt { margin:0;}
.socials { text-align: center;}
.footer .g6{ width:100%}
.iblog .epc .heading a { margin-top: 20px;} .model_sidebar .heading h3 { font-size: 30px;}
.cpn .title { font-size: 24px !important; line-height: 1.4;}
.sec-contact-us .gform_wrapper form { padding: 0px;}
.site-body .gform_wrapper { margin: 20px 0px 0px;}
.ec-top-right-img img { max-width: 100%;}
.tax-model_cat .block{ margin-bottom:20px;}
.tax-model_cat .model-sec { padding: 20px 20px 0px;}
.tax-model_cat .g5c{ width:100%; margin-bottom:0px}
.single_model { padding: 60px 10px;}
.model_sidebar { padding: 0 15px;}
.sec-istagram h3 { font-size: 24px;}
.cartnav a.basket { padding: 0;}
.model-lists .epc:nth-of-type(2n+1), .model-sec .epc:nth-of-type(2n+1) {clear: none;}
.ihd .site-logo {max-width: 100%;float: none;text-align: center;}
.ihd .site-nav{position:relative;justify-content:center;right:inherit;}.inav .nav-toggle{position: relative;margin-top: 0;}
.ihd .site-nav .inav{order:2;margin-right:0px;}.search-toggle {margin-right: 0;margin-top: 0;}
}
@media (max-width: 420px) { }
@media (max-width:320px) {
.cpn .linkto { padding-top: 0px;}
.cpn .title, .cpn .content { padding-bottom: 5px;} }@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/star.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/star.eot?#iefix) format("embedded-opentype"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/star.woff) format("woff"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/star.ttf) format("truetype"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/fonts/WooCommerce.eot);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/WooCommerce.woff) format("woff"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/WooCommerce.ttf) format("truetype"),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before,.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{ padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0; }.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce #reviews #comments .add_review::after,.woocommerce .products ul::after,.woocommerce div.product form.cart::after,.woocommerce div.product p.cart::after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products::after{clear:both}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0px;margin:-30px 0 1.618em;overflow:hidden; }.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:#edecec;display:inline-block;position:relative;z-index:0;border-radius:0px;padding:0 45px;border-right:1px solid #fff;float:left;}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:500;color:#333 !important;text-decoration:none;font-size:20px}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before,.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{display:table;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#f8f8f8;z-index:2;border-bottom-color:#f8f8f8;padding-left:10px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:' ';width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0;}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased;z-index:9 } 
.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:' ';display:table} .woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:15px 0px 0px;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit, .iwc a.button, .iwc button.button, .iwc input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading, .iwc a.button.loading,.iwc button.button.loading,.iwc input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.iwc a.button.loading::after,.iwc button.button.loading::after,.iwc input.button.loading::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.iwc a.button.added::after,.iwc button.button.added::after,.iwc input.button.added::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.iwc a.button:hover,.iwc button.button:hover,.iwc input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.iwc a.button.alt,.iwc button.button.alt,.iwc input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.iwc a.button.alt:hover,.iwc button.button.alt:hover,.iwc input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.iwc a.button.alt.disabled,.iwc a.button.alt.disabled:hover,.iwc a.button.alt:disabled,.iwc a.button.alt:disabled:hover,.iwc a.button.alt:disabled[disabled],.iwc a.button.alt:disabled[disabled]:hover,.iwc button.button.alt.disabled,.iwc button.button.alt.disabled:hover,.iwc button.button.alt:disabled,.iwc button.button.alt:disabled:hover,.iwc button.button.alt:disabled[disabled],.iwc button.button.alt:disabled[disabled]:hover,.iwc input.button.alt.disabled,.iwc input.button.alt.disabled:hover,.iwc input.button.alt:disabled,.iwc input.button.alt:disabled:hover,.iwc input.button.alt:disabled[disabled],.iwc input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.iwc a.button.disabled,.iwc a.button:disabled,.iwc a.button:disabled[disabled],.iwc button.button.disabled,.iwc button.button:disabled,.iwc button.button:disabled[disabled],.iwc input.button.disabled,.iwc input.button:disabled,.iwc input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.iwc a.button.disabled:hover,.iwc a.button:disabled:hover,.iwc a.button:disabled[disabled]:hover,.iwc button.button.disabled:hover,.iwc button.button:disabled:hover,.iwc button.button:disabled[disabled]:hover,.iwc input.button.disabled:hover,.iwc input.button:disabled:hover,.iwc input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:' ';display:table}.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce .woocommerce-product-rating::after,.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:''}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:'\73\73\73\73\73';color:#d3ced2;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:' ';display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:' ';display:table}
.woocommerce p.stars a::before,.woocommerce p.stars a:hover~a::before{content:'\e021'}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce p.stars.selected a.active::before,.woocommerce p.stars:hover a::before{content:'\e020'}.woocommerce p.stars.selected a.active~a::before{content:'\e021'}.woocommerce p.stars.selected a:not(.active)::before{content:'\e020'}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:right}.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:'\2193';display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:' ';display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_shopping_cart .buttons::after,.woocommerce ul.order_details::after,.woocommerce-account .addresses .title::after,.woocommerce-account .woocommerce::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:' ';display:table}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method li input{margin:3px .5ex}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:' ';display:table}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}
.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_layered_nav ul li::before{content:' ';display:table}.woocommerce .widget_layered_nav ul li.chosen a::before,.woocommerce .widget_layered_nav_filters ul li a::before{line-height:1;content:"";font-weight:400;color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a::before{margin-right:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{margin-right:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:' ';display:table}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.rtl.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00}.pswp{z-index:999999}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:'\e028';display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:'\e015';color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:'\e016';color:#b81c23}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before,.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:' ';display:table}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:' ';display:table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:' ';display:table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods::after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/woo/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:'';display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block} .icart-count {display:inline-block} .icart-count a .countcart {} 
.icart-count .countcart, .icart-count em {font-style:normal} .icart-count .fa {font-size:14px; padding-right:4px} .icart-count .fa:before {display: none}
.icart-count .fa {background: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/icon-cart.png) no-repeat 50% 50% / 18px auto; width: 20px; height: 20px; padding: 0; margin-top: -6px; vertical-align: middle} .icart-count .countcart {
width: 18px;
height: 18px;
background-color: #d4b680;
border-radius: 50%;
color: #fff;
display: inline-block;
text-align: center;
line-height: 18px;
font-size: 12px;
position: absolute;
top: -8px;
left: 15px;
}
.woo-up-rel{background:#F4F0E4;padding: 80px 0;} .woo-up-rel .related.products > h2, .woo-up-rel .upsell.products > h2 {color: #333; font-weight: 300; font-size: 30px;text-align:center;} 
.light.sec ul.products li.product .price, .light.sec .product_list_widget .price, .light.sec ul.products li.product .woocommerce-loop-product__title, .light.sec .product .price ins {color: #fff !important}
.light.sec ul.products li.product a.button, .light.sec .product_list_widget a.button {background: transparent; border: 2px solid #fff; color: #fff}
.light.sec ul.products li.product a.button:hover, .light.sec .product_list_widget a.button:hover {background: #fff; border-color: #fff; color: #000}
.light.sec span.onsale {background-color: #fff !important; color: #000;}
.iwc .iwc-photo.has-gallery, .woocommerce .iwc-photo {position: relative;padding-right:80px} .woocommerce .iwc-photo span.onsale {right: -5px; left: auto}
.iwc .iwc-photo.has-gallery .images .flex-viewport {float: right; width: calc(100% - 100px)}
.iwc .iwc-photo.has-gallery .flex-control-thumbs {float: left; width: 80px; margin: 0 !important}
.iwc .iwc-photo.has-gallery .flex-control-thumbs li {width: 100% !important}
.iwc .iwc-photo.has-gallery .flex-control-thumbs li+li {margin-top: 8px !important} .iwc .products ul, .iwc ul.products, .related.products ul.products, .upsell.products ul.products {margin-bottom: 0}
.cross-sells ul.products {margin-top: 0 !important;}
.iwosp .owl-nav .owl-prev, .iwosp .owl-nav .owl-next {top:35%;}
.iwc .iwc-photo.thumb-bottom {padding-left: 55px; padding-right: 55px;} .iwc .iwc-photo.thumb-bottom .images .flex-viewport {float:left; width: 100%}
.iwc .iwc-photo.thumb-bottom .flex-control-thumbs {float: left; width: 100%; margin: 0 !important; text-align: center}
.iwc .iwc-photo.thumb-bottom .flex-control-thumbs li {width: 20% !important; margin:20px 10px 0 !important; float: none !important; display: inline-block}
.iwc .woocommerce-result-count {float: left; margin:0 0 20px 10px; line-height: 36px; font-size: 14px; color: #666;}
.iwc .woocommerce-ordering {float: right; margin:0 10px 0 0;}
.iwc .woocommerce-ordering select {height:36px; padding:4px 20px;font-size: 14px}
.iwc .woocommerce-tabs h1, .iwc .woocommerce-tabs h2, .iwc .cart-collaterals h2 {font-size: 18px; color: #000;margin-bottom: 12px} #order_review_heading {margin-top: 20px}
.iwc .u-columns h2, .iwc .u-columns h3 {font-size: 24px; color: #000; font-weight: 500} 
.related.products > h2, .upsell.products > h2 {color: #000; font-size: 24px; font-weight: 500;line-height: 1.2; margin-bottom:40px}
.woocommerce span.onsale {background-color: #000; left: auto; top:0; right:0;}
.woocommerce .woocommerce-breadcrumb {color: #000; font-size: 12px; padding-left: 15px; text-transform: uppercase;}
.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb .separator {color: #666} .woocommerce .woocommerce-breadcrumb a:hover {color: #000}
.woocommerce .woocommerce-breadcrumb .separator {padding: 0 5px}
.woocommerce div.product div.images .flex-control-thumbs {position: static}
.woocommerce div.product div.images .flex-control-thumbs:not(:first-child) {margin-top: 20px}
.woocommerce div.product div.images .flex-control-thumbs li {position: relative; overflow: hidden}
.woocommerce div.product div.images .flex-control-thumbs li img {transform: scale(1.01); transition: opacity 0.4s, transform 1s}
.woocommerce div.product div.images[class*='-columns-5'] .flex-control-thumbs li {width: 20%}
.woocommerce div.product div.images[class*='-columns-3'] .flex-control-thumbs li {width: 33.3333%}
.woocommerce div.product div.images:last-child {margin-bottom: 0}
.woocommerce ul.products li, .woocommerce .product_list_widget li {position: relative} 
.woocommerce ul.product_list_widget li a {display: inline-block}
.woocommerce ul.products li.product a img, .woocommerce ul.product_list_widget li a img {width: 100%; margin: 0 0 10px; float: none} 
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce .product_list_widget .woocommerce-loop-product__title, .woocommerce .esp.product .woocommerce-loop-product__title {font-size: 16px;color: #000;margin: 0;transition: color 0.4s;text-transform:inherit;font-weight:400}
.woocommerce ul.products li.product .onsale, .woocommerce .iwc-photo span.onsale, .woocommerce .esp.product span.onsale {text-transform: uppercase;font-weight:normal;font-size: 12px; padding:.502em;margin: 15px 30px 0 0} .woocommerce .esp.product span.onsale {margin: 15px 15px 0 0}
.woocommerce ul.products li.product .price del {display: none} .woocommerce ul.products li.product .price ins {color: #333} 
.woocommerce .product-photo {position: relative; margin-bottom: 5px;transition:350ms}.woocommerce .product-photo:hover{opacity:0.5} .woocommerce .product-photo img {margin: 0 !important}
.woocommerce .product-photo:after {content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; opacity: 0; background: #fff; transition: all .4s} .woocommerce li.product:hover h2.woocommerce-loop-product__title, .woocommerce .esp.product:hover .woocommerce-loop-product__title {color: #D4B680 !important}
.woocommerce li.product .product-photo  .onsale {margin-right:10px !important; margin-top:10px !important}
.woocommerce ul.products li.g2c:nth-child(2n+1), .woocommerce .products ul li.g2c:nth-child(2n+1), .woocommerce ul.products li.g3c:nth-child(3n+1), .woocommerce .products ul li.g3c:nth-child(3n+1),.woocommerce ul.products li.g4c:nth-child(4n+1), .woocommerce .products ul li.g4c:nth-child(4n+1) {clear: left}
.woocommerce ul.products li.product .price, .woocommerce .product_list_widget .price {color:#666; font-size: 16px; line-height: 1.2; font-weight: 400; margin: 0px; display: block}
.woocommerce ul.products li.product .button, .woocommerce .product_list_widget .button {background: #000; color: #fff; border-color: #000; height: 30px; font-size: 12px;padding: 2px 6px; border: 0; min-width: 150px; line-height:24px; margin-top: -22px; display:block;}
.woocommerce ul.products li.product .button:hover, .woocommerce .product_list_widget .button:hover {background: #000; color: #fff; border-color: #000} .wosp-pro-carousel .woocommerce ul.products li.product a.btn-linkmore, .woocommerce .products .product .more .btn.add_to_cart {margin-top: -95px !important;}
.woocommerce .product .added_to_cart {position: absolute; top: 100px; left: 50%; transform: translateX(-50%); border-radius: 6px; background: #fff; color: #000 !important; padding: 8px 15px; font-size: 12px; text-transform: uppercase} .woocommerce .product .added_to_cart:hover {background: #000; color: #fff !important}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#333; font-size: 24px; font-weight:400; line-height: 1.2; margin-bottom: 30px} 
.woocommerce .products .product .price ins {text-decoration: none; font-weight: 500 !important; color:#000} .woocommerce .products .product .price del {color: #333 !important;} .woocommerce .product .price ins {font-weight: 500 !important}
.woocommerce div.product .product_title {font-size: 1.7em; color: #333; font-weight: 400; margin-bottom: -5px;text-transform:inherit }
.woocommerce div.product .wc-tabs-single .panel {display: block !important} .woocommerce a.remove {margin: 0 auto}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {display: none;} .woocommerce ul.products li.product, .woocommerce .products .owl-item .esp {text-align: center;margin-bottom: 30px;padding:0 10px} 
.sec-workshops ul.products li.product, .sec-workshops .products .owl-item .esp {text-align: left;margin-bottom: 20px;background: #fff;margin: 0 10px;} 
.pmore{color: #333 !important;font-size: 14px;text-transform: uppercase;margin-top: 20px;font-weight:500;display:block}
.pmore:hover{color:#F4F0E4 !important;} .woocommerce .add_to_wishlist, .woocommerce .woo_catalog_enquiry_custom_button_enquiry {border: 1px solid #cccccc; background: #fff; color: #999999; font-family: 'Gotham', sans-serif; padding: 10px 24px; border-radius: 0; display: inline-block; height: 60px; box-sizing: border-box; font-size: 14px; line-height: 38px; font-weight: 400;} 
.woocommerce .woo_catalog_enquiry_custom_button_enquiry {border-color: #000; background: #000; color: #fff}
.woocommerce .add_to_wishlist:hover {background: #cccccc; color: #fff} .woocommerce .woo_catalog_enquiry_custom_button_enquiry:hover {background: none; color: #000}
.woocommerce .wishlist_table .add_to_cart.button, .woocommerce .yith-wcwl-add-button a.add_to_wishlist, .woocommerce .yith-wcwl-popup-button a.add_to_wishlist, .woocommerce .wishlist_table a.ask-an-estimate-button, .woocommerce .wishlist-title a.show-title-form, .woocommerce .hidden-title-form a.hide-title-form, .woocommerce .woocommerce .yith-wcwl-wishlist-new button, .woocommerce .wishlist_manage_table a.create-new-wishlist, .woocommerce .wishlist_manage_table button.submit-wishlist-changes, .woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button {border-radius: 0}
.woocommerce .wishlist_table td.product-add-to-cart a {max-width: 180px; margin: 0 auto}
.woocommerce .wishlist_table .product-price {text-align: right} .woocommerce .wishlist_table .product-add-to-cart {width: 200px}
.woocommerce .wishlist-title {margin-bottom: 35px}.woocommerce .wishlist-title h2 {font-size: 1.6em}
.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before {font-family: FontAwesome; content: "\f111";}
.woocommerce .widget_layered_nav ul li.chosen a::before {color: #000}
.woocommerce #woo_catalog, .woocommerce .yith-wcwl-add-to-wishlist {float: left} .woocommerce #woo_catalog {margin-right: 20px} .woocommerce .yith-wcwl-add-to-wishlist {margin-top: 20px; max-width: 280px; padding: 1px 0}
.yith-wcwl-wishlistaddedbrowse > span, .yith-wcwl-wishlistexistsbrowse > span {display: block; padding-bottom: 4px}
.yith-wcwl-wishlistaddedbrowse > a, .yith-wcwl-wishlistexistsbrowse > a {display: inline-block; padding: 6px 0 8px; box-shadow: 0 1px currentColor;}
.woo_catalog_enquiry_custom_button_enquiry, .yith-wcwl-add-button a.add_to_wishlist {min-width: 190px; text-align: center}
.woocommerce ul.products li.product a.btn-linkmore, .woocommerce .products .product .more .btn.add_to_cart {position: absolute; z-index: 19; box-sizing: border-box; padding: 0; top: 50%; left: 50%; margin-top: -50px; width: 54px; height: 54px; background-color: transparent; background-size: 24px auto !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; color: #fff; border-radius: 50%; border: 2px solid #fff; text-indent: -999em; overflow: hidden; min-width:inherit; transition: all .4s; opacity: 0; transform: translateY(50px)}
.woocommerce ul.products li.product a.btn-linkmore:hover, .woocommerce .products .product .more .btn.add_to_cart:hover {background: #000; border-color: #000}
.woocommerce ul.products li.product:hover a.btn-linkmore, .woocommerce .products .product:hover .more .btn.add_to_cart {transform: translateY(0); opacity: 1}
.woocommerce ul.products li.product a.btn-linkmore, .woocommerce .products .product .more .btn.add_to_cart {margin-left: -27px; background-image: url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/images/icon-link.png) !important}
.woocommerce .product.product_cat-sale-gowns .product-photo:before, .woocommerce .product.product-cat-sale-gowns .product-photo:before, .woocommerce .product.product_cat-sale-gowns .iwc-photo:before {font-family: "Gotham";font-weight: 400;content: "Sale";position: absolute;left: 10px;top: 10px; text-transform: uppercase;font-size: 12px;padding: .502em;margin: 0;background: #000;min-height: 3.236em;min-width: 3.236em;color: #fff;border-radius: 50%;z-index: 9;line-height: 3.236;-webkit-font-smoothing: antialiased;} .woocommerce .product.product_cat-sale-gowns .iwc-photo:before {left: 25px; top: 15px} .wosp-slide .products {display: none} .wosp-slide .products.owl-loaded {display: block}
.woocommerce .term-description {margin-bottom: 30px} .woocommerce-tabs {margin-top: 0px;padding:30px 0px;color:#000}
.woocommerce div.product .woocommerce-product-details__short-description:not(:last-child) {margin-bottom: 20px}
.woocommerce div.product .product_meta {display: none} .woocommerce div.product .iwc-content div.summary {margin-left:-5px}
.woocommerce div.product div.summary:last-child, .woocommerce div.product .woocommerce-tabs .panel {margin-bottom: 0}
.woocommerce div.product .woocommerce-variation-add-to-cart {margin-top: 10px}
.woocommerce div.product .woocommerce-variation span.price {font-size: 18px; color: #000}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {background-color: #ddd}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #000} 
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: #999}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {border:1px solid #fff; box-sizing: border-box}
.woocommerce .widget_price_filter .price_slider_amount {line-height: 34px;}
.woocommerce .widget_price_filter .price_slider_amount .button {font-size: 12px; padding: 3px 15px; border-radius: 4px}
.woocommerce div.product form.cart .variations td.label {width: 100px}
.woocommerce div.product .summary form.cart {margin-bottom: 0px}
.woocommerce div.product .summary form.cart .variations td.label {vertical-align: middle}
.woocommerce .select2-container:focus, .woocommerce .select2-container span:focus {outline: none} 
.woocommerce .select2-container .select2-selection--single {height: 56px; border-color: rgba(0,0,0,0.1)}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 56px; padding-left: 15px}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {height: 56px}
.select2-dropdown, .select2-search__field, .woocommerce .select2-container.select2-container--open .select2-selection--single {border-color: rgba(0,0,0,0.2)}
.select2-results__option {padding: 10px 15px}
.woocommerce .cart-collaterals {margin-top: 30px}
.woocommerce .cart-collaterals:after {content:""; clear: both; display: table; height: 0; width: 100%}
.woocommerce .cart-collaterals .cart_totals {float: right; width: 360px}
.woocommerce .cart-collaterals .cross-sells {width: calc(100% - 390px); float: left;}
.woocommerce .quantity .qty { height: 56px; padding: 10px 12px; width:82px; margin-right: 30px} 
.woocommerce .cart_item .quantity .qty {height: 40px; border-radius: 4px}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce div.product form.cart .variations select {height: 56px;padding: 12px 15px; font-size: 15px} .woocommerce form .form-row textarea {height: 151px}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {margin:20px 0}
.woocommerce form.login:last-child, .woocommerce form.register:last-child {margin-bottom:0}
.woocommerce #respond input#submit, .iwc a.button, .iwc button.button, .iwc input.button,
.woocommerce #respond input#submit.alt, .iwc a.button.alt, .iwc button.button.alt, .iwc input.button.alt {border-radius:0; height: 60px; padding: 10px 24px; font-size: 14px; font-weight: 500; min-width: 190px} .iwc a.button, .iwc a.button.alt {line-height: 38px}
.woocommerce #respond input#submit, .iwc a.button, .iwc button.button, .iwc input.button,
.woocommerce #respond input#submit.alt:hover, .iwc a.button.alt:hover, .iwc button.button.alt:hover, .iwc input.button.alt:hover {background-color: transparent;border:2px solid #d4b680; color: #d4b680}
.woocommerce #respond input#submit.alt, .iwc a.button.alt, .iwc button.button.alt, .iwc input.button.alt,
.woocommerce #respond input#submit:hover, .iwc a.button:hover, .iwc button.button:hover, .iwc input.button:hover {background-color: #333333;border-color:#333333; color: #fff;border-radius:0px}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .iwc a.button.disabled, .iwc a.button:disabled, .iwc a.button:disabled[disabled], .iwc button.button.disabled, .iwc button.button:disabled, .iwc button.button:disabled[disabled], .iwc input.button.disabled, .iwc input.button:disabled, .iwc input.button:disabled[disabled] {background-color: #dedede !important;color: #fff !important; padding: 10px 24px; font-size: 14px; font-weight: 500}
.woocommerce .button + .woocommerce-form__label-for-checkbox {line-height: 56px; margin-left: 10px}
.woocommerce .woocommerce-cart-form .actions .button[name="update_cart"] {float: right;padding:1px 13px !important; font-size: 13px}
.woocommerce .woocommerce-cart-form .coupon {float: left; margin-right: 10px;}
.woocommerce .coupon label {display: none} .woocommerce .coupon .input-text, .woocommerce .coupon .button, .woocommerce .coupon + .button {height: 36px; border-radius: 4px;font-size: 13px} .woocommerce .coupon .input-text {width: 125px} .woocommerce .coupon .button {padding: 1px 12px !important}
.woocommerce table.shop_table td {padding: 8px 14px}
.woocommerce-cart table.cart td.actions .coupon .input-text {border-color:rgba(0,0,0,0.1); margin-right: 10px; padding: 4px 15px} 
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {border-color: rgba(0,0,0,0.2)}
.woocommerce-cart table.cart .product-subtotal:last-child, .woocommerce .cart_totals table.shop_table td:last-child {text-align: right}
.woocommerce-cart .wc-proceed-to-checkout:last-child {padding-bottom: 0}
.woocommerce-error, .woocommerce-info, .woocommerce-message {padding:16px 16px 16px 40px; line-height: 20px}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {top: 16px; left: 16px}
.woocommerce-message {border-top-color: #000} .woocommerce-message::before {color: #000}
.woocommerce-info {border-top-color: #000} .woocommerce-info::before {color: #000} 
.woocommerce-error {border-top-color: #ef3c39} .woocommerce-error::before {color: #ef3c39}
.woocommerce-message a.button {height: 30px; line-height: 30px; min-width:inherit; font-size: 11px; padding:1px 12px; margin:-4px 0 -4px 5px; border-radius: 4px;}
.woocommerce-MyAccount-navigation {margin-bottom:17px}
.woocommerce-MyAccount-navigation ul {list-style:none; margin:0; padding:0}
.woocommerce-MyAccount-navigation li {display:inline-block; padding-right:6px; margin-bottom: 8px}
.woocommerce-MyAccount-navigation li a {display:inline-block; padding:6px 15px; font-size: 14px; margin: 0; background:rgba(0,0,0,0.04); color: #666; border-radius:3px; transition:all 350ms}
.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {text-decoration:none; background:rgba(0,0,0,0.08); color:#212121}
.woocommerce-Address-title:not(:last-child) {margin-bottom: 20px}
.woocommerce-Address-title a.edit {background:rgba(0,0,0,0.08); text-transform: uppercase; font-size: 0.85em; line-height: 1; display: inline-block; padding: 6px 15px; border-radius:3px}
.woocommerce .col2-set:after {content: ""; clear: both; display: table; width: 100%; height: 0}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2,
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {float: left;width: 49%; box-sizing: border-box}
.woocommerce .col2-set .col-2, .woocommerce .form-row.form-row-last {float:right} .woocommerce form .form-row {padding: 1px}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {background: rgba(0,0,0,0.06)}  .woocommerce div.product form.cart div.quantity label {display:none !important}
.woocommerce .yith-wcwl-add-to-wishlist {margin-top: -15px;}
.wosp-pro-carousel .add-to-button-block{display: block !important;float: none;}
.wosp-pro-carousel .add-to-button-block a.button,.wosp-pro-carousel .add-to-button-block a.btn{background: transparent;border: none;color: #333;padding: 0;font-size: 14px;min-width:76px;}
.wosp-pro-carousel .add-to-button-block a.button:hover,.wosp-pro-carousel .add-to-button-block a.btn:hover{color:#b58643}
.wosp-pro-carousel a h2.woocommerce-loop-product__title{padding:0px 15px !important}.wosp-pro-carousel .content{padding: 0px 15px;}.wosp-pro-carousel .add-to-button-block{padding: 0px 15px 15px;margin-top: -10px;}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {border-color: #000;}
#customer_login h2,#customer_login  h3{line-height:1.5}
#customer_login form .form-row{margin-top:10px}
.woocommerce-privacy-policy-text p{margin-bottom:10px}
.sec-workshops h2{margin-bottom:50px}
.quantity .screen-reader-text{display: none;}
.ishop.ipg-cart .icontent.g9, .ipg-my-account .icontent.g9 {width: 100%;float: none;}
.ishop.ipg-cart .isidebar.g3, .ipg-my-account .isidebar.g3 {display: none;}
.ishop.ipg-checkout .icontent.g9{width: 100%;float: none;}
.ishop.ipg-checkout .isidebar.wgp-sidebar-woo.g3{display: none;}
@media (min-width: 1600px) {}
@media (max-width: 1280px) {
.woocommerce div.product .iwc-content div.summary {padding-left: 10px}
.iwc .iwc-photo.has-gallery .flex-control-thumbs {width: 60px} .iwc .iwc-photo.has-gallery .images .flex-viewport {width: calc(100% - 70px)}
.iwc .iwc-photo.has-gallery .flex-control-thumbs li+li {margin-top: 10px !important}
.woocommerce ul.products li.product a.btn-linkmore, .woocommerce .products .product .more .btn.add_to_cart {margin-top: -64px;width: 44px; height: 44px; margin-left: -22px}
.woocommerce div.product .woocommerce-tabs ul.tabs li {padding: 0 35px;}
}
@media (min-width: 768px) and (max-width:1280px) {
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce .product_list_widget .woocommerce-loop-product__title, .woocommerce .esp.product .woocommerce-loop-product__title {font-size: 14px}
}
@media (max-width:992px) {
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce .esp.product .woocommerce-loop-product__title {font-size: 14px} .woocommerce ul.products li.product .price {font-size: 12px}
.woocommerce .yith-wcwl-add-to-wishlist {margin-top:0px; margin-left: 0}
}
@media (max-width: 767px) {
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {width: 100%; float: left}
.woocommerce .col2-set:not(:last-child) {margin-bottom: 25px}
.woocommerce .col2-set .col-2 {margin-top: 25px}
.woocommerce .products ul li.g2c, .woocommerce ul.products li.g2c, .woocommerce .products ul li.g4c, .woocommerce ul.products li.g4c {width: 50%}
.woocommerce .products ul li.g3c, .woocommerce ul.products li.g3c {width: 33.3333%}
.woocommerce ul.products li.g4c:nth-child(2n+1), .woocommerce .products ul li.g4c:nth-child(2n+1) {clear: left}
.woocommerce .product_list_widget li {max-width: 300px}  .wg.woocommerce .product_list_widget li {text-align: left}
.iwc .products ul, .iwc ul.products, .related.products ul.products, .upsell.products ul.products {margin-top: -30px}
.woocommerce ul.products li, .woocommerce .product_list_widget li {} .woocommerce .product-photo {max-width: 440px; margin-left:auto; margin-right: auto} .woocommerce .products .owl-item .esp {padding-left: 10px; padding-right: 10px}
.wosp-pro-carousel .woocommerce .products .owl-item .esp{padding:0px}
.iwc .products ul, .iwc ul.products, .ishop-single .iwc div.product, .related.products, .upsell.products, .wosp-sc ul.products, .wosp-slide > .woocommerce {margin-left: 0px; margin-right: 10px}
.iwc .iwc-photo + .iwc-content {margin-top: 25px} .woo-up-rel {padding: 35px 0 40px}
.related.products > h2, .upsell.products > h2 {padding-right: 10px; padding-left: 10px}
.iwc .iwc-photo.has-gallery .flex-control-thumbs {float: right}
.iwc .iwc-photo.has-gallery .images .flex-viewport {float: left}
.iwc .iwc-photo.has-gallery span.onsale {right: auto; left: 0px}
.iwc table.shop_table.cart {border:0 solid rgba(0,0,0,0.1);border-bottom-width: 1px;border-radius: 0 0 4px 4px}
.iwc table.shop_table.cart,.iwc table.shop_table.cart thead,.iwc table.shop_table.cart tbody,.iwc table.shop_table.cart th,.iwc table.shop_table.cart td,.iwc table.shop_table.cart tr {display: block}
.iwc table.shop_table.cart thead tr {position: absolute;top: -9999px;left: -9999px}
.iwc table.shop_table.cart td {border: 1px solid rgba(0,0,0,0.1); border-bottom: 0}
.iwc table.shop_table.cart .cart_item {position: relative}
.iwc table.shop_table.cart td.product-remove {position: absolute;right: 0;border: 0;top: 6px}
.iwc table.shop_table.cart a.remove {background: rgba(0,0,0,0.09); padding:4px; line-height: 23px; border-radius: 50%}
.iwc table.shop_table.cart td.product-subtotal {font-weight: 700}
.iwc table.shop_table.cart tr:last-child td:last-child {border-bottom-right-radius: 4px; border-bottom-left-radius: 4px}
.iwc table.shop_table.cart tr:first-child td:first-child, .iwc table.shop_table.cart tr:first-child td.product-thumbnail:nth-of-type(2) {border-top-left-radius: 4px; border-top-right-radius: 4px}
.woocommerce .cart-collaterals .cart_totals {width: 100%; max-width: 300px; float: left}
.woocommerce .woocommerce-cart-form .actions .button[name="update_cart"] {float: none}
.woocommerce .woocommerce-cart-form .coupon {width: 100%; margin: 0 0 10px}
.woocommerce-cart table.cart td.actions .coupon .input-text {margin-right: 5px}
.woocommerce-cart table.cart .product-subtotal:last-child {text-align: left}
.woocommerce div.product .summary form.cart {margin-bottom: 25px}
.woocommerce div.product .iwc-content div.summary {padding-left: 0}
.woocommerce .cart-collaterals .cross-sells {width: 100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {padding: 0 35px;width:100%}
.single_product_divider{margin:-15px 0px 15px}
}
@media (max-width:680px) and (orientation: portrait) {
.woocommerce .products ul li.g3c, .woocommerce ul.products li.g3c {width: 100%}
.woocommerce .coupon .button {font-size: 11px}
.woocommerce-message a.button {margin-top: 0}
}
@media (max-width:479px) {
.woocommerce .products ul li.g2c, .woocommerce ul.products li.g2c,.woocommerce .products ul li.g4c, .woocommerce ul.products li.g4c {width: 100%}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce .esp.product .woocommerce-loop-product__title {font-size: 16px} .woocommerce ul.products li.product .price {font-size: 16px}
}@font-face{font-family:'FontAwesome';src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.eot?v=4.7.0);src:url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/fonts/fa/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align: baseline}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.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:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.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(//www.harveyjamesmanagement.academy/wp-content/themes/scharvey/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}} .fancybox-buttons .fancybox-button {display:none !important;} .fancybox-buttons .fancybox-button--close {display:block !important;}