.swp-flex--col {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
form.searchwp-form .swp-flex--row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
}
form.searchwp-form .swp-flex--wrap {
    flex-wrap: wrap;
}
form.searchwp-form .swp-flex--gap-sm {
    gap: 0.25em;
}
form.searchwp-form .swp-flex--gap-md {
    gap: 0.5em;
}
form.searchwp-form .swp-items-stretch {
    align-items: stretch;
}
form.searchwp-form .swp-margin-l-auto {
    margin-left: auto;
}
form.searchwp-form input.swp-input,
form.searchwp-form select.swp-select {
    color: rgba(14, 33, 33, 0.8);
}
form.searchwp-form select.swp-select {
    min-width: fit-content;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2915 0.814362L8.09717 6.95819L1.90283 0.814362L0 2.7058L8.09717 10.7545L16.1943 2.7058L14.2915 0.814362Z' fill='%230E2121' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
    padding: 0 33px 0 0.7em;
    min-height: 2em;
}
form.searchwp-form input.swp-input--search {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.06786 12.1357C7.3777 12.1357 8.60074 11.7096 9.59495 10.9995L13.3351 14.7396C13.5087 14.9132 13.7375 15 13.9742 15C14.4871 15 14.858 14.6055 14.858 14.1005C14.858 13.8638 14.7791 13.6428 14.6055 13.4692L10.889 9.74487C11.6702 8.7191 12.1357 7.44871 12.1357 6.06786C12.1357 2.73014 9.40558 0 6.06786 0C2.72225 0 0 2.73014 0 6.06786C0 9.40558 2.72225 12.1357 6.06786 12.1357ZM6.06786 10.8259C3.45608 10.8259 1.30984 8.67175 1.30984 6.06786C1.30984 3.46397 3.45608 1.30984 6.06786 1.30984C8.67175 1.30984 10.8259 3.46397 10.8259 6.06786C10.8259 8.67175 8.67175 10.8259 6.06786 10.8259Z' fill='%23CFCFCF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 15px auto;
    padding-right: 38px;
    padding-left: 0.7em;
}
form.searchwp-form .searchwp-form-input-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-grow: 1;
}
form.searchwp-form .searchwp-form-input-container .swp-input {
    margin: 0;
    width: 100%;
}

form.searchwp-form .searchwp-form-input-container .swp-select {
    border-right: 0;
}
form.searchwp-form .searchwp-form-input-container .swp-select + .swp-input {
    flex-grow: 1;
}
form.searchwp-form .searchwp-form-advanced-filters-toggle {
    text-align: right;
}
form.searchwp-form .searchwp-form-advanced-filters select {
    flex: 1;
}
form.searchwp-form .swp-toggle {
    cursor: pointer;
    margin-bottom: 0;
}

form.searchwp-form .swp-toggle-switch {
    background-color: rgba(14, 33, 33, 0.14);
    border-radius: 20px;
    width: 40px;
    height: 22px;
    position: relative;
    transition: background-color 0.25s;
}

form.searchwp-form .swp-toggle-switch:not(.swp-toggle-switch--mini):hover {
    background-color: rgba(14, 33, 33, 0.2);
}

form.searchwp-form .swp-toggle-switch--mini {
    width: 25px;
    height: 15px;
}

form.searchwp-form .swp-toggle-switch:before,
form.searchwp-form .swp-toggle-switch:after {
    content: "";
}

form.searchwp-form .swp-toggle-switch:before {
    display: block;
    background: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: left 0.25s;
    -o-transition: left 0.25s;
    transition: left 0.25s;
}

form.searchwp-form .swp-toggle-switch--mini:before {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
}

form.searchwp-form .swp-toggle-checkbox:checked + .swp-toggle-switch,
form.searchwp-form .swp-toggle-switch--checked {
    background: currentcolor;
}

form.searchwp-form .swp-toggle-checkbox:checked + .swp-toggle-switch:before {
    left: 20px;
}

form.searchwp-form .swp-toggle-checkbox:checked + .swp-toggle-switch--mini:before,
form.searchwp-form .swp-toggle-switch--checked.swp-toggle-switch--mini:before {
    left: 12px;
}

form.searchwp-form input.swp-toggle-checkbox {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

form.searchwp-form input.swp-toggle-checkbox:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

form.searchwp-form .swp-toggle .swp-label {
    display: block;
    margin-top: 21px;
}

form.searchwp-form input.swp-toggle-checkbox:focus + .swp-toggle-switch,
form.searchwp-form input.swp-toggle-checkbox:active + .swp-toggle-switch {
    -webkit-box-shadow: 0 0 1px 1px rgba(14, 33, 33, 0.14);
    box-shadow: 0 0 1px 1px rgba(14, 33, 33, 0.14);
    border: none;
}
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Blog
 * 5.0 - Widget
 * 6.0 - Responsive
 * 7.0 - Plugins
 * 	   	- mmenu
 *		- superfish
 */

/**
 * 1.0 - Reset
 */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,
mark,menu,meter,nav,output,progress,section,summary,time,video{ border:0; outline:0; 
	vertical-align:baseline; background:transparent; margin:0;padding:0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{ display:block; }
nav ul{ list-style:none; }
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:none; }
ins{ text-decoration:underline; }
del{ text-decoration:line-through; }
mark{ background:none; }
abbr[title],dfn[title], acronym[title]{ border-bottom:1px dotted; cursor:help; }
table{ border-collapse:collapse;border-spacing:0; }
hr{ display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}
input[type=submit],input[type=button],button{ margin:0; padding:0;}
input,select,a img{ vertical-align:middle; }
b, strong{ font-weight: bold; }
i, em{ font-style: italic; }

html{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit; }

/* generic class */
body{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; word-break: break-word; }
p{ margin-bottom: 20px;  }
ul, ol{ margin-left: 35px; margin-bottom: 20px; }
dl{ margin-bottom: 20px; }
dl dt{ font-weight: 700; margin-top: 10px; }
dl dt:first-child{ margin-top: 0px; }
dl dd{ margin-left: 20px; }
h1, h2, h3, h4, h5, h6{ line-height: 1.2; margin-bottom: 20px; }
figure{ max-width: 100%; } 
pre{ overflow: auto; padding: 10px 10px; background: #f3f3f3; margin-bottom: 20px; }

.clear{ display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }
.clearfix{ zoom: 1; }
.clearfix:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

/* wordpress core */
.alignnone{ margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter{ display: block; margin: 5px auto 5px auto; }
.alignright{ float:right; margin: 5px 0 20px 20px; }
.alignleft{ float: left; margin: 5px 20px 20px 0; }
a img.alignright{ float: right; margin: 5px 0 20px 20px; }
a img.alignnone{ margin: 5px 20px 20px 0; }
a img.alignleft{ float: left; margin: 5px 20px 20px 0; }
a img.aligncenter{ display: block; margin-left: auto; margin-right: auto }
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption.alignnone{ margin: 5px 20px 20px 0; }
.wp-caption.alignleft{ margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
figcaption.wp-caption-text {  margin-top: 20px; } 
.bypostauthor{ max-width: 100%;  }
.gallery-caption{ max-width: 100%; }
.sticky{ max-width: 100%;  }

.single-format-gallery figcaption.wp-caption-text{ margin-bottom: 20px; }
.single-format-gallery figure.gallery-item{ margin-bottom: 20px; }

.navigation{ text-align: right; margin-bottom: 30px; }
.navigation .screen-reader-text{ display: none; }

.post-password-form input[type="password"]{ padding: 14px 20px; margin-left: 5px; margin-right: 6px; }

.blocks-gallery-grid, .wp-block-gallery{ display: flex; }

body .page-links > a,
body .nav-links > a, body .nav-links > span.dots{ background-color: #f0f0f0; color: #919191; }
body .page-links > span, body .page-links > a:hover,
body .nav-links > span.current, body .nav-links > a:hover{ background-color: #3db166; color: #fff; }

.page-links{ clear: left; margin-top: 40px; }
.page-links > span,
.page-links > a{ text-decoration: none; display: inline-block; font-size: 14px; padding: 9px 14px;
	margin-right: 7px; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.nav-links{ clear: left; }
.nav-links > span,
.nav-links > a{ text-decoration: none; display: inline-block; font-size: 14px; padding: 9px 14px;
	margin-right: 3px; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* layout */
.kingster-body-outer-wrapper{ position: relative; overflow: hidden; }
.kingster-body-wrapper.kingster-with-frame{ position: relative; }
.kingster-page-wrapper{ clear: both; }

body.kingster-boxed .kingster-body-wrapper{ margin-left: auto; margin-right: auto; position: relative; }
body.kingster-boxed .kingster-body-wrapper.kingster-left{ margin-left: 0px; }
body.kingster-boxed .kingster-body-wrapper.kingster-right{ margin-right: 0px; }
body.kingster-boxed.kingster-boxed-border .kingster-body-wrapper{ 
	box-shadow: 0px -5px 9px rgba(0,0,0,0.25); -webkit-box-shadow: 0px -5px 9px rgba(0,0,0,0.25); }

body.kingster-boxed.kingster-background-pattern{ background-position: center; background-repeat: repeat; }
.kingster-body-background{ position: fixed; top: 0px; right: 0px;
	bottom: 0px; left: 0px; background-position: center; background-size: cover; }

.kingster-container{ margin-left: auto; margin-right: auto; }

.kingster-column-10{ float: left; width: 16.6666%; }
.kingster-column-12{ float: left; width: 20%; }
.kingster-column-15{ float: left; width: 25%; }
.kingster-column-20{ float: left; width: 33.3333%; }
.kingster-column-24{ float: left; width: 40%; }
.kingster-column-30{ float: left; width: 50%; }
.kingster-column-36{ float: left; width: 60%; }
.kingster-column-40{ float: left; width: 66.6666%; }
.kingster-column-45{ float: left; width: 75%; }
.kingster-column-48{ float: left; width: 80%; }
.kingster-column-50{ float: left; width: 83.3333%; }
.kingster-column-60{ float: left; width: 100%; }

.kingster-sidebar-right{ float: right; }
.kingster-sidebar-center{ float: none; display: inline-block; }

.kingster-content-area{ padding-top: 60px; padding-bottom: 40px; }
.kingster-sidebar-area{ padding-top: 60px; }

.kingster-line-height-0{ line-height: 0; }

a, button{ 	text-decoration: none;
	transition: background 300ms, color 300ms, border-color 300ms; -moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms; }
img{ max-width: 100%; height: auto; }
blockquote{ quotes: none; padding: 30px 30px 15px; font-size: 17px; margin-bottom: 35px; 
	font-style: italic; margin-top: 35px; border-left-width: 2px; border-left-style: solid; }
.kingster-blockquote-style-2 blockquote{ font-size: 20px; font-weight: 800; padding-top: 10px; padding-left: 35px; padding-right: 0px;
	font-style: normal; padding-bottom: 10px; border-left-width: 4px; }
.kingster-blockquote-style-2 blockquote p{ margin-bottom: 0px; }
q{ margin-right: 15px; display: inline-block; padding: 10px 20px; vertical-align: middle; border-left-width: 2px; border-left-style: solid; }

.kingster-media-image{ line-height: 0; position: relative; }
.kingster-left-align{ text-align: left; }
.kingster-center-align{ text-align: center; }
.kingster-right-align{ text-align: right; }

.kingster-body-wrapper{ /* overflow: hidden; */ z-index: 1; position: relative; }

/* input */
input, textarea{ border-width: 1px 1px 2px 1px; border-style: solid; }
input:focus, textarea:focus{ outline: none; }

/* button */
.kingster-button, input[type="button"], input[type="submit"], input[type="reset"]{ font-size: 13px; font-weight: bold; 
	text-transform: uppercase; letter-spacing: 0.8px; padding: 15px 33px; display: inline-block; -webkit-appearance: none; }
input[type="button"], input[type="submit"], input[type="reset"]{ border-width: 0px; border-style: solid; cursor: pointer; 
	transition: background 300ms, color 300ms, border-color 300ms; -moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms; }
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus{ outline: none; }

/**
 * 2.0 - Header
 */
 
/* preload */
.kingster-page-preload{ position: fixed; z-index: 999999; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background-color: #fff; background-image: url(/wp-content/themes/kingster/images/preload.gif); background-position: center; background-repeat: no-repeat; }
.kingster-page-preload.kingster-out{ background-image: none; }

/* top bar */
.kingster-top-bar{ position: relative; border-bottom-style: solid; }
.kingster-top-bar-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }
.kingster-top-bar-container{ margin-left: auto; margin-right: auto; }
.kingster-top-bar-container-inner{ position: relative; }
.kingster-top-bar-left{ float: left; }

.kingster-top-bar-right{ float: right; }
.kingster-top-bar-right-text{ display: inline; margin-left: 23px; }
.kingster-top-bar-right-social{ display: inline; }
.kingster-top-bar-right-social a{ margin-left: 25px; }

.kingster-body .kingster-top-bar .kingster-top-bar-right-button{ background: #3db166; color: #fff; }
.kingster-body .kingster-top-bar .kingster-top-bar-right-button{ display: inline-block; font-weight: bold; padding-left: 23px; padding-right: 23px; margin-left: 23px; }

/* top bar menu */
.kingster-top-bar .kingster-top-bar-menu{ display: inline-block;  margin-bottom: 0px; }
.kingster-top-bar .kingster-top-bar-menu > li{ float: none; display: inline-block; }
.kingster-top-bar .kingster-top-bar-menu > li > a{ display: inline; margin-right: 16px; }
.kingster-top-bar .kingster-top-bar-menu > li:last-child > a{ margin-right: 0px; }
.kingster-top-bar .kingster-top-bar-left-menu{ margin-right: 23px; }
.kingster-top-bar .kingster-top-bar-right-menu{ margin-left: 23px; }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul{ margin-left: 0px; font-size: 13px; }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul ul{ margin-top: 0px; }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu:first-child ul{ margin-left: -17px; }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul li {padding: 0px 18px 10px;}
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul li:first-child{ padding-top: 10px; }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul li > a{ background: transparent;  }
.sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul li > a:after{ margin-left: 10px; }

.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega-full{ left: 0px; right: 0px; padding-top: 18px; padding-bottom: 8px; }
.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega-section-inner ul{ font-size: 13px; }
.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega-section-inner ul li{ padding: 0px 18px 10px; }

/* mobile menu */	
.kingster-mm-menu-wrap{ display: none; }
.admin-bar .mm-menu{ margin-top: 32px; }

.kingster-mobile-button-hamburger-with-border{ font-size: 16px; padding: 6px; line-height: 0; width: 32px; height: 32px; 
	text-align: center; display: inline-block; border-width: 2px; border-style: solid; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.kingster-right-menu-button{ display: inline-block; margin-left: 27px; }
.kingster-mobile-menu{ float: left; margin-top: -8px; margin-left: 30px; }
.kingster-mobile-menu-right{ position: absolute; right: 30px; top: 50%; margin-top: -9px; }
.kingster-mobile-menu-left{ position: absolute; left: 30px; top: 50%; margin-top: -9px; }
.kingster-mobile-menu-left .kingster-mobile-menu{ margin-left: 0px; }
.kingster-mobile-header .kingster-mobile-logo-center .kingster-logo-inner{ margin-left: auto; margin-right: auto; }

/* hamburger */
.kingster-mobile-button-hamburger{ box-sizing: border-box; display: block; width: 32px; height: 32px; position: relative; }
.kingster-mobile-button-hamburger:before,
.kingster-mobile-button-hamburger:after,
.kingster-mobile-button-hamburger span{ content: ''; display: block; width: 22px; height: 2px; position: absolute; left: 5px; }
.kingster-mobile-button-hamburger:before{ top: 8px; }
.kingster-mobile-button-hamburger span{ top: 15px; }
.kingster-mobile-button-hamburger:after{ top: 22px; }

.kingster-mobile-button-hamburger:before{ 
	transition-duration: 0.4s; 
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.kingster-mobile-button-hamburger span{ 
	transition: opacity 0.15s 0.4s ease; }
.kingster-mobile-button-hamburger:after{
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.kingster-mobile-button-hamburger.kingster-active:before{
	-webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
		    transform: translate3d(0, 7px, 0) rotate(135deg); transition-delay: 0.1s; }
.kingster-mobile-button-hamburger.kingster-active span{
    transition-delay: 0s; opacity: 0; }
.kingster-mobile-button-hamburger.kingster-active:after{ transition-delay: 0.1s; 
    -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
		    transform: translate3d(0, -7px, 0) rotate(-135deg); }

/* navigation menu */
.kingster-navigation .sf-menu{ display: inline-block; line-height: 1.7; text-align: left; margin-bottom: 0px; }
.kingster-navigation .sf-menu > li:first-child{ padding-left: 0px; }
.kingster-navigation .sf-menu > li:last-child{ padding-right: 0px; }
.kingster-navigation .sf-menu > li > a{ letter-spacing: 0px; }
.kingster-navigation-submenu-indicator .sf-menu > li > a.sf-with-ul-pre:after{ display: inline-block; margin-left: 13px; 
	content: "\f107"; font-family: fontAwesome; }

.kingster-navigation .sf-menu > .kingster-normal-menu li{ padding: 1px 11px; }
.kingster-navigation .sf-menu > .kingster-normal-menu li:first-child{ padding-top: 12px; }
.kingster-navigation .sf-menu > .kingster-normal-menu li:last-child{ padding-bottom: 12px; }
.kingster-navigation .sf-menu > .kingster-normal-menu li li{ /* padding-left: 0; */ }
.kingster-navigation .sf-menu > .kingster-normal-menu li > a{ display: block; padding: 6px 30px 6px 12px; position: relative; }
.kingster-navigation .sf-menu > .kingster-normal-menu li > a.sf-with-ul-pre:after{ position: absolute; right: 10px;
	content: "\f105"; font-family: fontAwesome; }
.kingster-navigation .sf-menu > .kingster-normal-menu .sub-menu{ font-size: 14px; }

.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-full{ left: 0px; right: 0px; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-wrap{ overflow: hidden; 
	border-top-width: 1px; border-top-style: solid; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-wrap:first-child{ border-top: none; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section{ padding-bottom: 999px; margin-bottom: -999px;
    border-left-width: 1px; border-left-style: solid;  }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section:first-child{ border-left: none; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner{ padding: 45px 28px 45px; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner > a{ font-size: 17px; display: block; 
	margin-bottom: 17px; letter-spacing: 0px; font-weight: 600; padding: 0px 12px; }
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner .sub-menu a{ font-size: 15px; padding: 4px 12px; display: block; }

.kingster-navigation .kingster-navigation-slide-bar{ border-bottom-width: 7px; border-bottom-style: solid; position: absolute; 
	display: none; margin-top: -7px; overflow: hidden; }

.kingster-navigation .sf-menu a i{ margin-right: 10px; }

.kingster-navigation .sf-vertical > li{ border-bottom-width: 1px; border-bottom-style: solid; }
.kingster-navigation .sf-vertical > li:first-child{ padding-top: 0px;  }
.kingster-navigation .sf-vertical > li > a{ font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.kingster-navigation .sf-vertical ul.sub-menu{ font-size: 14px; 
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }
.kingster-navigation .sf-vertical ul.sub-menu li{ padding: 2px 11px; }
.kingster-navigation .sf-vertical ul.sub-menu li:first-child{ padding-top: 20px; }
.kingster-navigation .sf-vertical ul.sub-menu li:last-child{ padding-bottom: 20px; }
.kingster-navigation .sf-vertical ul.sub-menu li > a{ display: block; padding: 4px 12px; }
.kingster-navigation .sf-vertical ul.sub-menu li > a.sf-with-ul:after,
.kingster-navigation-submenu-indicator .sf-vertical > li > a.sf-with-ul:after{ 
	float: right; margin-left: 18px; content: "\f105"; font-family: fontAwesome; }

/* bullet anchor */
.kingster-bullet-anchor{ position: fixed; top: 50%; right: 30px; margin-top: -50px; z-index: 10; opacity: 0; 
	transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.kingster-bullet-anchor.kingster-init{ opacity: 1; }
.kingster-bullet-anchor a{ display: block; width: 17px; height: 17px; margin-bottom: 5px; overflow: hidden; 
	border-width: 1px; border-style: solid; border-color: transparent;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-bullet-anchor a:before{ content: " "; width: 9px; height: 9px; margin: 3px; display: block; overflow: hidden; 
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; 
	transition: background-color 200ms; -moz-transition: background-color 200ms; 
	-o-transition: background-color 200ms; -webkit-transition: background-color 200ms; }

/* breadcrumbs */
.kingster-breadcrumbs{ font-size: 15px; }
.kingster-breadcrumbs a{ color: #c0c0c0; }
.kingster-breadcrumbs,
.kingster-breadcrumbs a:hover{ color: #777; }

.kingster-breadcrumbs{ font-size: 14px; }
.kingster-breadcrumbs span[property="itemListElement"]{ margin: 0px 15px; }
.kingster-breadcrumbs span[property="itemListElement"]:first-child{ margin-left: 0px; }
.kingster-breadcrumbs a span{ transition: color 200ms; -moz-transition: color 200ms; -o-transition: color 200ms; -webkit-transition: color 200ms; }

/* top search */
.kingster-top-search-wrap input.search-field{ border-bottom-color: #303030; color: #fff; }
.kingster-top-search-wrap .kingster-top-search-submit,
.kingster-top-search-wrap .kingster-top-search-close{ color: #fff; }
.kingster-top-search-wrap input::-webkit-input-placeholder{  color: #fff; }
.kingster-top-search-wrap input::-moz-placeholder{  color: #fff; }
.kingster-top-search-wrap input:-ms-input-placeholder{  color: #fff; }
.kingster-top-search-wrap input:-moz-placeholder{  color: #fff; }

.kingster-top-search-row{ display: table; width: 100%; height: 100%; }
.kingster-top-search-cell{ display: table-cell; vertical-align: middle; padding-left: 30px; padding-right: 30px; }

.kingster-top-search-wrap{ position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 9999; overflow-y: auto; display: none; }
.kingster-top-search-wrap form{ max-width: 630px; margin-left: auto; margin-right: auto; position: relative; }
.kingster-top-search-wrap input.search-field{ background: transparent; width: 100%; border-width: 0px 0px 3px; 
	font-size: 40px; padding: 0px 120px 25px 0px; line-height: 48px; letter-spacing: 0.5px; }
.kingster-top-search-wrap input.search-submit{  position: absolute; top: 0px; right: 52px;
	width: 48px; height: 48px; padding: 0px; opacity: 0; filter: alpha(opacity=0); }
.kingster-top-search-wrap .kingster-top-search-submit{ font-size: 30px; position: absolute; right: 52px; top: 0px; 
	line-height: 48px; width: 48px; text-align: center; }
.kingster-top-search-wrap .kingster-top-search-close{ font-size: 55px; position: absolute; right: 0px; top: -4px; 
	line-height: 48px; width: 48px; text-align: center; cursor: pointer; }

/* overlay menu */
.kingster-overlay-menu-row{ display: table; width: 100%; height: 100%; }
.kingster-overlay-menu-cell{ display: table-cell; vertical-align: middle; }

.kingster-overlay-menu-content{ position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 9999; overflow-y: auto; display: none; }
.kingster-overlay-menu-content ul.menu{ list-style: none; text-align: center; padding-top: 180px; padding-bottom: 140px; 
	max-width: 570px; margin-left: auto; margin-right: auto; margin-bottom: 0px; } 
.kingster-overlay-menu-content ul.menu > li{ font-size: 23px; font-weight: bold; text-transform: uppercase; opacity: 0;
	margin-bottom: 17px; padding-bottom: 17px; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-style: solid;
	-webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);
	transition: opacity 300ms, transform 300ms; -moz-transition: opacity 300ms, -moz-transform 300ms; 
	-o-transition: opacity 300ms, -o-transform 300ms; -webkit-transition: opacity 300ms, -webkit-transform 300ms; }
.kingster-overlay-menu-content.kingster-active ul.menu > li{ opacity: 1; filter: alpha(opacity=100); 
	-webkit-transform: none; transform: none; }
.kingster-overlay-menu-content ul.sub-menu{ display: none; padding-top: 25px; padding-bottom: 10px; list-style: none; margin-left: 0px; margin-bottom: 0px; }
.kingster-overlay-menu-content ul.sub-menu > li{ font-size: 14px; text-transform: none; font-weight: normal; margin-bottom: 15px; }
.kingster-overlay-menu-content ul.sub-menu ul.sub-menu{ max-width: 380px; margin: 25px auto 25px; 
    border-top-width: 1px; border-bottom-width: 1px; border-style: solid; }
.kingster-overlay-menu-content .kingster-overlay-menu-close{ line-height: 1; font-size: 48px;
	position: absolute; left: 50%; top: 75px; margin-left: -24px; cursor: pointer; }
.kingster-overlay-menu-content .kingster-overlay-menu-close:after{ content: "\4d"; font-family: elegantIcons; }
.kingster-overlay-menu-content ul li.menu-item-has-children > a:after{ content: "\f107"; font-family: "fontAwesome"; margin-left: 15px; }

body.admin-bar .kingster-overlay-menu-content{ margin-top: 32px; overflow-y: scroll; }

/* menu right area */
.kingster-main-menu-right-button{ float: left; padding: 8px 15px; font-size: 11px; font-weight: bold; 
	text-transform: uppercase; letter-spacing: 1px; margin-top: -11px; margin-left: 30px; border-radius: 3px;
	border-width: 2px; border-style: solid; }
.kingster-main-menu-right-button.kingster-style-round{ padding: 13px 21px 14px; margin-top: -14px;
	border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.kingster-main-menu-right-button.kingster-style-round-with-shadow{ padding: 13px 21px 14px; margin-top: -14px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11); -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }

.kingster-main-menu-right{ float: left; margin-top: -8px; }	

.kingster-main-menu-search{ float: left; margin-top: -5px; margin-left: 25px; }
.kingster-main-menu-search i{ font-size: 14px; margin-top: -1px; cursor: pointer; }

.kingster-main-menu-cart{ float: left; margin-top: -4px; padding-left: 20px; margin-left: 5px; position: relative; }
.kingster-main-menu-cart i{ font-size: 16px; margin-top: -1px; cursor: pointer; }
.kingster-main-menu-cart > .kingster-top-cart-count{ font-size: 10px; font-weight: 700; vertical-align: super;
	width: 16px; height: 16px; line-height: 15px; position: absolute; top: -5px; right: -8px; text-align: center;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }

.kingster-top-cart-content-wrap{ position: absolute; width: 210px; right: 0px; top: 100%; padding-top: 24px; z-index: 99; }
.kingster-top-cart-content-wrap .kingster-top-cart-content{ padding: 25px; text-align: left; font-size: 16px; font-weight: 700; }
.kingster-top-cart-content-wrap .woocommerce-Price-amount.amount{ float: none; }
.kingster-top-cart-content-wrap .kingster-top-cart-count-wrap{ margin-bottom: 8px; }
.kingster-top-cart-content-wrap .kingster-top-cart-amount-wrap{ margin-bottom: 23px; }
.kingster-top-cart-content-wrap .kingster-top-cart-button{ display: block; margin-bottom: 5px; }
.kingster-top-cart-content-wrap .kingster-top-cart-checkout-button{ display: block; }

.kingster-main-menu-cart .kingster-top-cart-hover-area{ position: absolute; top: -20px; right: 0px; bottom: -20px; left: 0px; }
.kingster-top-cart-hover-area + .kingster-top-cart-content-wrap{ opacity: 0; visibility: hidden;
	transform: translate3d(0, 15px, 0); -webkit-transform: translate3d(0, 15px, 0);
	 transition: opacity 400ms, transform 400ms; -moz-transition: opacity 400ms, -moz-transform 400ms; 
	 -o-transition: opacity 400ms, -o-transform 400ms; -webkit-transition: opacity 400ms, -webkit-transform 400ms; }
.kingster-main-menu-cart:hover .kingster-top-cart-content-wrap,
.kingster-top-cart-hover-area:hover + .kingster-top-cart-content-wrap{ opacity: 1; visibility: visible;
	transform: translate3d(0, 0px, 0); -webkit-transform: translate3d(0, 0px, 0);  }

/* header */
.kingster-logo{ position: relative; }
.kingster-header-container{ position: relative; margin-left: auto; margin-right: auto; }
.kingster-header-container-inner{ position: relative; }

/* header plain */
.kingster-header-style-plain{ position: relative; border-bottom-style: solid; }
.kingster-header-style-plain .kingster-navigation{ line-height: 0; }
.kingster-header-style-plain .kingster-header-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }
.kingster-header-background-transparent{ position: absolute; left: 0px; right: 0px; z-index: 3; }

.kingster-header-style-plain.kingster-style-menu-right .kingster-logo{ float: left; }
.kingster-header-style-plain.kingster-style-menu-right .kingster-navigation{ float: right; }
.kingster-header-style-plain.kingster-style-menu-right .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-plain.kingster-style-menu-right .kingster-main-menu-right-wrap{ display: inline-block; line-height: 1.7; margin-left: 10px; vertical-align: top; }

.kingster-header-style-plain.kingster-style-center-logo .kingster-logo-inner{ margin-left: auto; margin-right: auto; }
.kingster-header-style-plain.kingster-style-center-logo .kingster-navigation{ text-align: center; position: relative; }
.kingster-header-style-plain.kingster-style-center-logo .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-plain.kingster-style-center-logo .kingster-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }

.kingster-header-style-plain.kingster-style-center-menu .kingster-logo{ position: absolute; }
.kingster-header-style-plain.kingster-style-center-menu .kingster-navigation{ text-align: center; }
.kingster-header-style-plain.kingster-style-center-menu .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-plain.kingster-style-center-menu .kingster-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }

.kingster-header-style-plain.kingster-style-splitted-menu .kingster-logo{ padding-top: 0px; padding-bottom: 0px; }
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation{ text-align: center; }
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-left-wrap{ position: absolute; left: 0px; line-height: 1.7; }
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-right-menu-button{ margin-left: 0px; }

/* header box */
.kingster-header-boxed-wrap{ position: absolute; left: 0px; right: 0px; z-index: 3; }
.kingster-header-style-boxed .kingster-header-container-item{ position: relative; }

.kingster-header-style-boxed .kingster-navigation{ line-height: 0; }
.kingster-header-style-boxed .kingster-header-background{ position: absolute; right: 0px; left: 0px; top: 0px; bottom: 0px; }

.kingster-header-style-boxed.kingster-style-menu-right .kingster-logo{ float: left; }
.kingster-header-style-boxed.kingster-style-menu-right .kingster-navigation{ float: right; }
.kingster-header-style-boxed.kingster-style-menu-right .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-boxed.kingster-style-menu-right .kingster-main-menu-right-wrap{ display: inline-block; line-height: 1.7; margin-left: 10px; vertical-align: top; }

.kingster-header-style-boxed.kingster-style-center-menu .kingster-logo{ position: absolute; }
.kingster-header-style-boxed.kingster-style-center-menu .kingster-navigation{ text-align: center; }
.kingster-header-style-boxed.kingster-style-center-menu .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-boxed.kingster-style-center-menu .kingster-main-menu-right-wrap{ position: absolute; line-height: 1.7; }

.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-logo{ padding-top: 0px; padding-bottom: 0px; }
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-navigation{ text-align: center; }
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu{ display: inline-block; vertical-align: top; }
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ position: absolute; line-height: 1.7; }
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-left-wrap{ position: absolute; line-height: 1.7; }
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-right-menu-button{ margin-left: 0px; }

/* header bar */
.kingster-header-style-bar .kingster-logo{ float: left; }
.kingster-header-style-bar .kingster-logo-right-text{ float: right; text-align: right; font-size: 13px; }
.kingster-header-style-bar .kingster-header-container-inner{ position: relative; }

.kingster-navigation-bar-wrap{ border-top-width: 1px; border-top-style: solid; position: relative; }
.kingster-navigation-bar-wrap.kingster-style-transparent{ position: absolute; left: 0px; right: 0px; z-index: 3; }
.kingster-navigation-bar-wrap .kingster-navigation{ line-height: 0; position: relative; }
.kingster-navigation-bar-wrap .kingster-navigation-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.kingster-navigation-bar-wrap .kingster-navigation-container{ position: relative; }
.kingster-navigation-bar-wrap .kingster-main-menu{ display: inline-block; vertical-align: top; }

.kingster-navigation-bar-wrap.kingster-style-left .kingster-main-menu-right-wrap{ float: right; line-height: 1.7; margin-left: 10px; }
.kingster-navigation-bar-wrap.kingster-style-center{ text-align: center; }
.kingster-navigation-bar-wrap.kingster-style-center .kingster-main-menu-right-wrap{ position: absolute; right: 0px; line-height: 1.7; }

.kingster-header-style-bar.kingster-style-center .kingster-logo{ float: none; }
.kingster-header-style-bar.kingster-style-center .kingster-logo-inner{ margin-left: auto; margin-right: auto; }
.kingster-header-style-bar.kingster-style-center .kingster-logo-right-text{ position: absolute; top: 0px; right: 0px; }

/* header side */
.kingster-header-side-content{ position: relative; z-index: 98; }

.kingster-header-side-nav{ position: fixed; top: 0px; bottom: 0px; z-index: 99; }
.kingster-header-side-nav.kingster-allow-slide{ position: absolute; bottom: auto; }
.kingster-header-side-nav.kingster-fix-bottom{ position: fixed; top: auto; bottom: 0px; }
.kingster-header-side-nav.kingster-fix-top{ position: fixed; }
.kingster-header-side-nav.kingster-style-left{ left: 0px; }
.kingster-header-side-nav.kingster-style-right{ right: 0px; }
.kingster-header-side-nav .kingster-pos-bottom,
.kingster-header-side-nav.kingster-style-middle .kingster-pos-middle{ opacity: 0; filter: alpha(opacity=0);
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.kingster-header-side-nav .kingster-pos-bottom.kingster-active,
.kingster-header-side-nav.kingster-style-middle .kingster-pos-middle.kingster-active{ opacity: 1; filter: alpha(opacity=100); }

.kingster-header-side-nav.kingster-style-side .kingster-header-social{ padding-top: 20px; padding-bottom: 40px; }
.kingster-header-side-nav.kingster-style-side .kingster-header-social a{ margin-left: 25px; }
.kingster-header-side-nav.kingster-style-side .kingster-header-social a:first-child{ margin-left: 0px; }
.kingster-header-side-nav.kingster-style-side .kingster-main-menu-right-wrap{ padding-top: 22px; }
.kingster-header-side-nav.kingster-style-side .kingster-main-menu-search{ float: none; display: inline-block; margin-top: 0px; margin-left: 20px; }
.kingster-header-side-nav.kingster-style-side .kingster-main-menu-cart{ float: none; display: inline-block; margin-top: 0px; margin-left: 0px; }
.kingster-header-side-nav.kingster-style-side .kingster-main-menu-right-wrap > div:first-child{ margin-left: 0px; }
.kingster-header-side-nav.kingster-style-left .sf-vertical ul.sub-menu{ text-align: left; margin-left: 0px; }
.kingster-header-side-nav.kingster-style-right .sf-vertical ul.sub-menu{ left: auto; right: 100%; text-align: right; }
.kingster-header-side-nav.kingster-style-right .sf-vertical ul.sub-menu li > a.sf-with-ul:after{ content: "\f104"; float: left; margin-left: 0px; margin-right: 18px; }

.kingster-header-style-side.kingster-center-align .kingster-logo-inner{ margin-right: auto; margin-left: auto; }
.kingster-header-style-side.kingster-right-align .kingster-logo-inner{ margin-right: 0px; margin-left: auto; }

.kingster-header-side-nav.kingster-style-side-toggle { text-align: center; }
.kingster-header-side-nav.kingster-style-side-toggle .kingster-logo-inner{ margin-left: auto; margin-right: auto; }
.kingster-header-side-nav.kingster-style-side-toggle .kingster-main-menu-search,
.kingster-header-side-nav.kingster-style-side-toggle .kingster-main-menu-cart{ float: none; margin-bottom: 8px; padding-left: 0px; margin-left: 0px; margin-top: 0px; }
.kingster-header-side-nav.kingster-style-side-toggle .kingster-header-icon{ padding-bottom: 20px; padding-top: 30px; }

body.admin-bar .kingster-header-side-nav{ padding-top: 32px; }
html.mm-opened body.admin-bar .kingster-header-side-nav{ padding-top: 0px; }

.kingster-header-style-side .kingster-top-cart-content-wrap{ right: auto; left: 34px; bottom: 6px; top: auto; }

/* fixed nav bar */
.kingster-logo-inner{ transition: max-width 200ms; -moz-transition: max-width 200ms; 
	-o-transition: max-width 200ms; -webkit-transition: max-width 200ms; }
.kingster-fixed-nav-logo{ display: none; }
.kingster-sticky-navigation.kingster-fixed-navigation .kingster-fixed-nav-logo{ display: block; }
.kingster-sticky-navigation.kingster-fixed-navigation .kingster-orig-logo{ display: none; }

.kingster-sticky-navigation.kingster-style-fixed .kingster-logo, 
.kingster-sticky-navigation.kingster-style-fixed .kingster-navigation,
.kingster-sticky-navigation.kingster-style-fixed .kingster-navigation .sf-menu > li > a{ 
	transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms; }
.kingster-sticky-navigation.kingster-style-fixed .kingster-navigation-top{
	transition: top 200ms; -moz-transition: top 200ms; -o-transition: top 200ms; -webkit-transition: top 200ms; }
.kingster-sticky-navigation.kingster-style-fixed.kingster-animate-fixed-navigation .kingster-logo-inner img{
	transition: height 200ms; -moz-transition: height 200ms; -o-transition: height 200ms; -webkit-transition: height 200ms; }

.kingster-fixed-navigation.kingster-style-fixed,
.kingster-fixed-navigation.kingster-style-slide{ position: fixed; top: 0px; left: 0px; right: 0px; z-index: 99; margin-top: 0px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1); }
.kingster-fixed-navigation.kingster-style-slide .kingster-logo-inner img{ max-height: 35px !important; width: auto; }

body.kingster-sticky-navigation-no-logo .kingster-fixed-navigation .kingster-logo{ display: none; }
body.kingster-sticky-navigation-no-logo .kingster-mobile-header.kingster-fixed-navigation .kingster-logo{ display: block; }
body.admin-bar .kingster-fixed-navigation.kingster-style-fixed,
body.admin-bar .kingster-fixed-navigation.kingster-style-slide{ margin-top: 32px; }
@media screen and (max-width: 782px){ body.admin-bar .kingster-fixed-navigation.kingster-style-slide{ margin-top: 0px; }  }


.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation-top{ top: 30px; }
.kingster-animate-fixed-navigation.kingster-header-style-plain.kingster-style-splitted-menu .kingster-logo{ margin-top: -10px; }
.kingster-animate-fixed-navigation.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: 0px; }
.kingster-animate-fixed-navigation.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation-top{ top: 22px; }
.kingster-animate-fixed-navigation.kingster-header-style-plain.kingster-style-center-logo .kingster-logo{ position: absolute; left: 0px; top: 0px; z-index: 3; }

.kingster-animate-fixed-navigation.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-logo{ margin-top: -10px; padding-top: 0px; padding-bottom: 0px; }
.kingster-animate-fixed-navigation.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: 0px; }

/* page title */
.kingster-page-title-wrap{ background-image: url(/wp-content/themes/kingster/images/page-title-background.jpg); 
	background-position: center; background-size: cover; position: relative; overflow: hidden; }
.kingster-page-title-wrap .kingster-page-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.kingster-page-title-wrap .kingster-page-title-top-gradient{ position: absolute; top: 0px; right: 0px;left: 0px; }
.kingster-page-title-wrap .kingster-page-title-bottom-gradient{ position: absolute; right: 0px; bottom: 0px; left: 0px; }
.kingster-page-title-wrap .kingster-page-title-container{ position: relative; }
.kingster-page-title-wrap .kingster-page-title{ text-transform: uppercase; letter-spacing: 1px; }

.kingster-page-title-wrap.kingster-style-small .kingster-page-title{ font-size: 37px; margin-bottom: 0px; }
.kingster-page-title-wrap.kingster-style-small .kingster-page-caption{ font-size: 16px; margin-bottom: 10px; }
.kingster-page-title-wrap.kingster-style-small .kingster-page-title-content{ padding-top: 93px; padding-bottom: 87px; }

.kingster-page-title-wrap.kingster-style-medium .kingster-page-title{ font-size: 48px; margin-bottom: 0px; }
.kingster-page-title-wrap.kingster-style-medium .kingster-page-caption{ font-size: 21px; margin-bottom: 5px; }
.kingster-page-title-wrap.kingster-style-medium .kingster-page-title-content{ padding-top: 126px; padding-bottom: 116px; }

.kingster-page-title-wrap.kingster-style-large .kingster-page-title{ font-size: 75px; margin-bottom: 0px; }
.kingster-page-title-wrap.kingster-style-large .kingster-page-caption{ font-size: 25px; margin-bottom: 3px; }
.kingster-page-title-wrap.kingster-style-large .kingster-page-title-content{ padding-top: 184px; padding-bottom: 168px; }

.kingster-page-title-wrap.kingster-style-custom .kingster-page-title{ font-size: 37px; margin-bottom: 0px; }
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ font-size: 16px; }

.kingster-page-title-wrap .kingster-page-title-event-link{ font-size: 15px; margin-bottom: 10px; }
.kingster-page-title-wrap .kingster-page-title-event-time{ margin-top: 6px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

/**
 * 3.0 - Footer
 */	
	
/* footer */
.kingster-footer-wrapper .kingster-footer-container{ overflow: hidden; }
.kingster-footer-wrapper .kingster-widget-title{ font-size: 13px; text-transform: uppercase;
    border-bottom-width: 2px; border-bottom-style: solid; padding-bottom: 15px; margin-bottom: 26px; }
.kingster-footer-wrapper .kingster-widget-title .gdlr-core-flexslider-nav{ float: right; margin-left: 20px; }
.kingster-footer-wrapper .widget{ margin-bottom: 60px; }
.kingster-footer-wrapper .widget:last-child{ margin-bottom: 0px; }

.kingster-footer-wrapper.kingster-with-column-divider .kingster-footer-column{ padding-bottom: 1029px; margin-bottom: -1020px; 
	border-left: 1px; border-style: solid; border-color: inherit; padding-left: 30px; padding-right: 30px; } 
.kingster-footer-wrapper.kingster-with-column-divider .kingster-footer-column:first-child{ border: none; }

.kingster-fixed-footer{ position: fixed; left: 0px; right: 0px; bottom: 0px; }
body.kingster-boxed .kingster-fixed-footer .kingster-footer-wrapper,
body.kingster-boxed .kingster-fixed-footer .kingster-copyright-wrapper{ margin-left: auto; margin-right: auto; }

.kingster-footer-back-to-top-button{ position: fixed; z-index: 9; right: 30px; bottom: 30px; font-size: 18px; 
	line-height: 20px; width: 45px; height: 45px; text-align: center; padding: 12px; cursor: pointer; opacity: 0;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; pointer-events: none;
	transition: opacity 300ms; -moz-transition: opacity 300ms; -o-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.kingster-footer-back-to-top-button.kingster-scrolled{ opacity: 1; pointer-events: auto; }

footer.kingster-no-title-divider .kingster-widget-title{ border: 0px; padding-bottom: 0px; }

/* copyright */
.kingster-footer-wrapper{ padding-top: 70px; padding-bottom: 50px; }
.kingster-copyright-container{ text-transform: uppercase; letter-spacing: 2px; }
.kingster-copyright-text{ text-align: center; font-size: 14px; }
.kingster-copyright-left{ float: left; }
.kingster-copyright-right{ float: right; }

/**
 * 4.0 - Blog
 */

/* single */
.kingster-single-article-date-wrapper{ float: left; width: 58px; border-right-width: 1px; border-right-style: solid;
	line-height: 1; margin-top: 8px; margin-right: 30px; padding-right: 20px; text-align: center; }
.kingster-single-article-date-wrapper .kingster-single-article-date-day{ font-size: 27px; font-weight: bold; 
	margin-bottom: 8px; margin-top: -4px; letter-spacing: 1px; white-space: nowrap; }
.kingster-single-article-date-wrapper .kingster-single-article-date-month{ font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.kingster-single-article-date-wrapper .kingster-single-article-date-year{ font-size: 12px; margin-top: 4px; }

.kingster-single-article .kingster-single-article-content ul,
.kingster-single-article .kingster-single-article-content ol{ line-height: 2; }
.kingster-single-article .kingster-single-article-thumbnail{ margin-bottom: 42px; }
.kingster-single-article .kingster-single-article-head{ margin-bottom: 32px; }
.kingster-single-article .kingster-single-article-title{ font-size: 37px; font-weight: 700; margin-bottom: 16px; letter-spacing: 0.5px; }
.kingster-single-article .kingster-single-article-head-right{ overflow: hidden; }

.kingster-blog-info-wrapper .kingster-head{ margin-right: 7px; vertical-align: baseline; }
.kingster-blog-info-wrapper .kingster-head i{ font-size: 15px; }
.kingster-blog-info-wrapper .kingster-blog-info{ display: inline-block; margin-right: 12px; font-size: 13px; 
	font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.kingster-blog-info-wrapper .kingster-blog-info:before{ content: "/"; margin-right: 12px; }
.kingster-blog-info-wrapper .kingster-blog-info:first-child:before { display: none; }
.kingster-blog-info-wrapper .kingster-blog-info:last-child{ margin-right: 0px; }
body.home .kingster-single-article .kingster-single-article-title{ margin-bottom: 8px; }

.kingster-sticky-banner{ line-height: 1;   display: inline-block; letter-spacing: 0.5px;
	padding: 18px 20px 17px; text-transform: uppercase; font-size: 11px; font-weight: bold; margin-bottom: 22px; }
.kingster-sticky-banner i{ font-size: 12px; margin-right: 10px; }
.kingster-single-article-thumbnail .kingster-sticky-banner{ position: absolute; left: 0px; bottom: 0px; margin-bottom: 0px; }

body.single-post .kingster-sidebar-style-none{ margin-left: auto; margin-right: auto; }
body.single-post .kingster-content-area{ padding-bottom: 30px; }
body.blog .kingster-sidebar-style-none{ margin-left: auto; margin-right: auto; }
body.blog .kingster-single-article{ padding-bottom: 60px; }

.kingster-archive-taxonomy-description { margin-bottom: 60px; }

/* single post format */
.kingster-blog-aside-format .kingster-single-article-content{ font-size: 18px; font-style: italic; padding: 50px 60px 40px; }
.kingster-blog-aside-format .kingster-excerpt-read-more{ display: none; }

.kingster-blog-quote-format .kingster-single-article-content{ padding: 50px 45px 40px; position: relative; }
.kingster-blog-quote-format .kingster-blog-quote-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; 
	background-size: cover; background-position: center; opacity: 0.3; filter: alpha(opacity=30); }
.kingster-blog-quote-format .kingster-blog-quote{ float: left; font-size: 120px; margin-top: -10px; line-height: 1; margin-right: 35px; position: relative; }
.kingster-blog-quote-format .kingster-blog-content-wrap{ overflow: hidden; position: relative; }
.kingster-blog-quote-format .kingster-blog-quote-content{ font-size: 18px; font-style: italic; }
.kingster-blog-quote-format .kingster-blog-quote-author{ font-size: 16px; font-style: italic; margin-bottom: 20px; font-weight: bold; }
.kingster-blog-quote-format .kingster-blog-quote-author:before{ content: "-"; margin-right: 2px; }
.kingster-blog-quote-format .kingster-excerpt-read-more{ display: none; }
.kingster-blog-quote-format blockquote, 
.kingster-blog-quote-format q{ background: transparent; border: none; padding: 0px; margin-top: 0px; margin-bottom: 0px; font-size: 18px; }

.kingster-blog-link-format .kingster-blog-icon-link{ font-size: 23px; float: left; margin-right: 30px; margin-top: 5px; }
.kingster-blog-link-format .kingster-blog-content-wrap{ overflow: hidden; }
.kingster-blog-link-format .kingster-blog-title{ font-size: 20px; text-transform: none; letter-spacing: 0px; margin-bottom: 9px; }
.kingster-blog-link-format .kingster-blog-content{ font-size: 14px; margin-bottom: 0px; }
.kingster-blog-link-format .kingster-excerpt-read-more{ display: none; }

/* single social share */
.kingster-single-social-share{ padding-top: 10px; padding-bottom: 48px; }

/* single author */
.kingster-single-author{ text-align: center; margin-bottom: 55px; margin-top: 41px;
	border-top-width: 1px; border-top-style: solid; }
.kingster-single-author .kingster-single-author-wrap{ max-width: 80%; margin: -41px auto 0px; }
.kingster-single-author .kingster-single-author-avartar{ max-width: 80px; margin: 0px auto 37px; overflow: hidden;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-single-author .kingster-single-author-caption{ font-size: 14px; font-style: italic; margin-bottom: 9px; letter-spacing: 0.5px; }
.kingster-single-author .kingster-single-author-title{ font-size: 26px; margin-bottom: 22px; }

/* single navigation */
.kingster-single-nav-area{ border-top: 1px; border-bottom: 1px; border-style: solid; padding: 33px 0px; margin-bottom: 55px; }
.kingster-single-nav i{ font-size: 25px; }
.kingster-single-nav .kingster-text{ font-size: 15px; text-transform: uppercase; font-weight: bold; letter-spacing: 1.5px; }
.kingster-single-nav-left{ float: left; }
.kingster-single-nav-left i{ margin-right: 15px; vertical-align: middle; }
.kingster-single-nav-right{ float: right; }
.kingster-single-nav-right i{ margin-left: 15px; vertical-align: middle; }

/* blog tags */
.kingster-single-author-tags{ margin-bottom: 65px; margin-top: -18px; }
.kingster-single-author-tags a{ display: inline-block; font-size: 12px; padding: 5px 13px 4px; 
	margin-right: 12px; border-width: 2px; border-style: solid; font-weight: bold;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* blog style 2 */
.kingster-blog-style-2 .kingster-blog-title-wrap .kingster-single-article-title{ margin-bottom: 0px; margin-top: 5px; }
.kingster-blog-style-2 .kingster-blog-info-wrapper .kingster-blog-info .kingster-head{ display: none; }
.kingster-blog-style-2 .kingster-blog-info-wrapper .kingster-blog-info{ margin-right: 0px; text-transform: none; font-size: 13px; }
.kingster-blog-style-2 .kingster-blog-info-wrapper .kingster-blog-info .kingster-blog-info-sep{ margin: 0px 15px; }
.kingster-blog-style-2 .kingster-blog-info-wrapper .kingster-blog-info:first-child .kingster-blog-info-sep{ display: none; }

.kingster-blog-style-2 .kingster-single-author .kingster-single-author-wrap{ margin: 0px; }
.kingster-blog-style-2 .kingster-single-author{ border-top-width: 0px; margin-top: 0px; text-align: left; }
.kingster-blog-style-2 .kingster-single-author .kingster-single-author-avartar{ margin: 0px; float: left; margin-right: 30px; max-width: 100px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.kingster-blog-style-2 .kingster-single-author .kingster-single-author-caption{ display: none; }
.kingster-blog-style-2 .kingster-single-author .kingster-single-author-content-wrap{ overflow: hidden; padding-top: 12px; }
.kingster-blog-style-2 .kingster-single-author .kingster-single-author-title{ font-size: 20px; margin-bottom: 10px; }

.kingster-blog-style-2 .gdlr-core-social-share-item{ text-align: left; }
.kingster-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-right: 25px; font-weight: bold; }
.kingster-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count{ font-size: 16px; }
.kingster-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 16px; text-transform: none; letter-spacing: 0px; }
.kingster-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-divider{ display: none; }

.kingster-blog-style-2 .kingster-single-article{ padding-bottom: 0px; }
.kingster-blog-style-2 .kingster-single-nav-area{ border: none; padding: 30px 0px 0px; margin-bottom: 0px; }
.kingster-blog-style-2 .kingster-single-nav-area a,
.kingster-blog-style-2 .kingster-single-nav-area a:hover{ color: #fff; }
.kingster-blog-style-2 .kingster-single-nav-area-left{ float: left; width: 50%; padding: 50px 80px; position: relative; overflow: hidden; }
.kingster-blog-style-2 .kingster-single-nav-area-right{ float: left; width: 50%; padding: 50px 80px; position: relative; overflow: hidden; }
.kingster-blog-style-2 .kingster-single-nav-area-background{ position: absolute; 
	top: 0px; right: 0px; bottom: 0px; left: 0px; background-size: cover; background-position: center;
	transition: transform 300ms ease-out; -moz-transition: transform 300ms ease-out; 
	-o-transition: transform 300ms ease-out; -webkit-transition: transform 300ms ease-out; }
.kingster-blog-style-2 .kingster-single-nav-area-left:hover .kingster-single-nav-area-background,
.kingster-blog-style-2 .kingster-single-nav-area-right:hover .kingster-single-nav-area-background{ -webkit-transform: scale(1.1); transform: scale(1.1); }
.kingster-blog-style-2 .kingster-single-nav-left i{ font-size: 20px; }
.kingster-blog-style-2 .kingster-single-nav-left,
.kingster-blog-style-2 .kingster-single-nav-right{ float: none; }
.kingster-blog-style-2 .kingster-single-nav{ position: relative; }
.kingster-blog-style-2 .kingster-single-nav .kingster-text{ letter-spacing: 0px; text-transform: none; }
.kingster-blog-style-2 .kingster-single-nav-title{ font-size: 22px; font-weight: 800; display: block; margin-top: 2px; }
.kingster-blog-style-2 .kingster-single-nav-area-overlay{ opacity: 0.7; filter: alpha(opacity=62);
	position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }

.kingster-blog-style-2 .kingster-comment-wrapper{ padding-top: 80px; }
.kingster-blog-style-2 .kingster-comment-content{ margin: 0px auto; }
.kingster-blog-style-2 .kingster-comments-area .kingster-comments-title{ text-align: left; text-transform: none; 
	letter-spacing: 0px; font-weight: 800; font-size: 20px; }
.kingster-blog-style-2 .kingster-comments-area .comment-avatar{ max-width: 90px; border-radius: 3px; }
.kingster-blog-style-2 .kingster-comments-area .comment-author{ font-size: 18px; }
.kingster-blog-style-2 .kingster-comments-area .comment-time{ font-size: 13px; font-style: normal; }
.kingster-blog-style-2 .kingster-comments-area .comment-content{ font-size: 15px; }
.kingster-blog-style-2 .kingster-comments-area .comment-meta{ margin-bottom: 16px; }
.kingster-blog-style-2 .kingster-comments-area .comment-reply{ text-transform: none; font-weight: 800; letter-spacing: 0px; }
.kingster-blog-style-2 .kingster-comments-area .comment-article{ padding-bottom: 0px; border-bottom-width: 0px; }
.kingster-blog-style-2 .kingster-comments-area .comment-reply-title{ font-size: 20px; letter-spacing: 0px;
	text-align: left; text-transform: none; font-weight: 800; margin-bottom: 35px; }
.kingster-blog-style-2 .kingster-comments-area .comment-respond{ padding: 0px 0px 85px; background: transparent; margin-bottom: 0px; }
.kingster-blog-style-2 .kingster-comments-area textarea{ font-size: 14px;padding: 20px 22px; margin-bottom: 22px; }
.kingster-blog-style-2 .kingster-comments-area input[type="text"]{ font-size: 14px; padding: 20px 22px; margin-bottom: 22px; }
.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-author{ width: 33.33%; padding-right: 13px; }
.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-email{ width: 33.33%; padding-right: 7px; }
.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-url{ width: 33.33%; float: left; padding-left: 14px; }
.kingster-blog-style-2 .kingster-comments-area .form-submit{ text-align: left; padding-top: 0px; }
.kingster-blog-style-2 .kingster-comments-area .form-submit input[type="submit"]{ font-size: 13px; text-transform: none; padding: 16px 30px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.kingster-blog-style-2 .kingster-single-related-post-wrap{ padding: 80px 0px 50px; }
.kingster-blog-style-2 .kingster-single-related-post-container{ padding-left: 80px; padding-right: 80px; }
.kingster-blog-style-2 .kingster-single-related-post-title{ font-size: 20px; margin-bottom: 40px; font-weight: 800; }
.kingster-blog-style-2 .kingster-single-related-post-container{ margin: 0px auto; }
.kingster-blog-style-2 .gdlr-core-blog-grid .gdlr-core-blog-title{ font-size: 21px; }
.kingster-blog-style-2 .kingster-single-related-post-wrap .gdlr-core-sticky-banner{ display: none; }

/* blog magazine */
.kingster-blog-magazine .kingster-single-article{ padding-bottom: 0px; }
.kingster-blog-magazine .kingster-single-article-content .kingster-single-social-share{ padding-bottom: 30px; }
.kingster-blog-magazine .gdlr-core-social-share-item .gdlr-core-divider{ display: none; }
.kingster-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count{ margin-left: 20px; }
.kingster-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count,
.kingster-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix{ font-size: 13px; font-weight: normal; }
.kingster-blog-magazine .kingster-single-social-share{ padding-top: 0px; padding-bottom: 23px; }
.kingster-single-magazine-author-tags{ padding-bottom: 23px; }
.kingster-single-magazine-author-tags a{ font-size: 13px; font-weight: 500; padding: 7px 12px; display: inline-block; margin-right: 5px; }
.kingster-blog-magazine .kingster-single-nav-area{ margin-top: 60px; margin-bottom: 45px; border: none; padding-top: 5px; padding-bottom: 5px; position: relative; }
.kingster-blog-magazine .kingster-single-author{ border: none; text-align: left; padding: 40px; margin-top: 50px; }
.kingster-blog-magazine .kingster-single-author .kingster-single-author-wrap{ margin: 0px; }
.kingster-blog-magazine .kingster-single-author .kingster-single-author-avartar{ float: left; margin-right: 30px; }
.kingster-blog-magazine .kingster-single-author-content-wrap{ overflow: hidden; }
.kingster-blog-magazine .kingster-single-author .kingster-single-author-caption{ display: none; }
.kingster-blog-magazine .kingster-single-author .kingster-single-author-title{ font-size: 16px; margin-bottom: 18px; }
.kingster-blog-magazine .kingster-single-author-description{ font-size: 15px; }
.kingster-blog-magazine .kingster-single-nav-left,
.kingster-blog-magazine .kingster-single-nav-right{ max-width: 50%; }
.kingster-blog-magazine .kingster-single-nav-right{ text-align: right; }
.kingster-blog-magazine .kingster-single-nav-area-divider{ position: absolute; left: 50%; top: 0px; bottom: 0px; border-left-width: 1px; border-left-style: solid; }
.kingster-blog-magazine .kingster-single-nav .kingster-text{ font-size: 13px; font-weight: 500; letter-spacing: 0.5px; display: block; margin-bottom: 8px; }
.kingster-blog-magazine .kingster-single-nav .kingster-single-nav-title{ font-size: 15px; font-weight: bold; }
.kingster-blog-magazine .kingster-single-related-post-wrap .kingster-single-related-post-title{ font-size: 16px; border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 10px; margin-bottom: 35px; }
.kingster-blog-magazine .kingster-comment-wrapper{ margin-top: 45px; }
.kingster-blog-magazine .kingster-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{ padding-top: 0px; }
.kingster-blog-magazine .kingster-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title{ margin-bottom: 10px; }
.kingster-blog-magazine .kingster-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info{ font-size: 11px; }
.kingster-blog-magazine .kingster-single-related-post-wrap .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame { padding: 20px; }

/* comment area */
.kingster-comments-area .kingster-comments-title{ font-size: 16px; text-align: center;
	text-transform: uppercase; font-weight: bold; letter-spacing: 2px; margin-bottom: 55px; }
.kingster-comments-area ol.comment-list{ list-style: none; margin-bottom: 55px; margin-left: 0px; }
.kingster-comments-area ol.comment-list ol{ margin-left: 50px; list-style: none; }
.kingster-comments-area .comment-article{ padding-bottom: 20px; margin-bottom: 40px; border-bottom-width: 1px; border-bottom-style: solid; }
.kingster-comments-area .comment-avatar{ max-width: 80px; margin-right: 35px; float: left; overflow: hidden;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-comments-area .comment-avatar img{ display: block; }
.kingster-comments-area .comment-meta{ position: relative; margin-bottom: 20px; }
.kingster-comments-area .comment-author{ font-size: 19px; font-weight: bold; margin-bottom: 5px; }
.kingster-comments-area .comment-body{ overflow: hidden; }
.kingster-comments-area .comment-time{ font-size: 14px; font-style: italic; }
.kingster-comments-area .comment-reply{ font-size: 15px; text-transform: uppercase; font-weight: bold; 
	letter-spacing: 1.5px; position: absolute; right: 0px; top: 4px; }

.kingster-comments-area .comment-respond{ padding: 60px 55px 40px; margin-bottom: 55px; }
.kingster-comments-area ol.comment-list .comment-respond{ margin-top: 55px; }
.kingster-comments-area .comment-reply-title{ font-size: 16px; font-weight: bold; 
	text-transform: uppercase; letter-spacing: 2px; text-align: center; margin-bottom: 40px; }
.kingster-comments-area .comment-reply-title small{ margin-left: 10px; }
.kingster-comments-area textarea{ width: 100%; padding: 18px 22px; display: block;
    border-width: 1px 1px 2px 1px; border-style: solid; margin: 0px; margin-bottom: 14px; }
.kingster-comments-area input[type="text"]{ width: 100%; display: block; border-width: 1px 1px 2px 1px; border-style: solid; padding: 16px 22px; margin-bottom: 14px; }
.kingster-comments-area input[type="text"]:focus,
.kingster-comments-area textarea:focus{ outline: none; }
.kingster-comments-area .kingster-comment-form-author{ width: 50%; padding-right: 7px; float: left; }
.kingster-comments-area .kingster-comment-form-email{ width: 50%; padding-left: 7px; float: left; }
.kingster-comments-area .form-submit{ text-align: center; padding-top: 14px; }

/* blog title */
.kingster-blog-title-wrap{ background-image: url(/wp-content/themes/kingster/images/page-title-background.jpg); background-position: center; position: relative; background-size: cover; overflow: hidden; }
.kingster-blog-title-wrap .kingster-blog-title-container{ position: relative; }
.kingster-blog-title-wrap .kingster-blog-title-overlay{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.8; }
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay{ position: absolute; top: 0px; right: 0px; left: 0px; height: 413px;
	opacity: 1; background: url(/wp-content/themes/kingster/images/blog-title-top-gradient.png) center top repeat-x; }
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay{ position: absolute; right: 0px; bottom: 0px; left: 0px; height: 413px;
	opacity: 1; background: url(/wp-content/themes/kingster/images/blog-title-gradient.png) center bottom repeat-x; }

.kingster-blog-title-wrap.kingster-style-small .kingster-blog-title-content{ padding-top: 93px; padding-bottom: 87px; }
.kingster-blog-title-wrap.kingster-style-large .kingster-blog-title-content{ padding-top: 184px; padding-bottom: 168px; }

.kingster-blog-title-wrap .kingster-single-article-title{ font-size: 43px; font-weight: 700; margin-bottom: 11px; letter-spacing: 0.5px; }
.kingster-blog-title-wrap .kingster-single-article-head-right{ overflow: hidden; }
.kingster-blog-title-wrap .kingster-single-article-date-wrapper{ margin-top: 11px; }

/* 404 */
.kingster-not-found-wrap{ text-align: center; position: relative; }
.kingster-not-found-wrap .kingster-not-found-background{ position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; opacity: 0.27; filter: alpha(opacity=27);
	background-position: center; background-size: cover; background-image: url(/wp-content/themes/kingster/images/404-background.jpg); }
.kingster-not-found-wrap .kingster-not-found-content{ position: relative; padding: 60px 0px 65px; }
.kingster-not-found-wrap .kingster-not-found-head{ font-size: 150px; line-height: 1; margin-bottom: 40px; }
.kingster-not-found-wrap .kingster-not-found-title{ font-size: 35px; line-height: 1; font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }
.kingster-not-found-wrap .kingster-not-found-caption{ font-size: 18px; }
.kingster-not-found-wrap .kingster-not-found-back-to-home a{ font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.kingster-not-found-wrap form.search-form{ max-width: 430px; margin: 58px auto 0px; position: relative; margin-bottom: 13px; }
.kingster-not-found-wrap form.search-form input.search-field{ font-size: 15px; width: 100%; border: none; 
	padding: 22px 60px 22px 25px; height: 64px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.kingster-not-found-wrap form.search-form input.search-submit{ position: absolute; right: 0px; top: 0px; width: 64px; height: 64px; opacity: 0; filter: alpha(opacity=0); }
.kingster-not-found-wrap form.search-form .kingster-top-search-submit{ position: absolute; right: 20px; top: 50%; margin-top: -15px; font-size: 18px;  }

body.search .kingster-not-found-wrap .kingster-not-found-head{ font-size: 100px; text-transform: uppercase; margin-bottom: 18px; }
body.search .kingster-not-found-wrap form.search-form{ margin-top: 50px; }

/* Not Found */
body.search .kingster-not-found-wrap {
    background-color: #bd584e;
}
body.search .kingster-not-found-wrap .kingster-not-found-caption {
    color: #ffe6e4;
}

/**
 * 5.0 - Widget
 */

/* sidebar */
.kingster-sidebar-area .kingster-widget{ margin-bottom: 55px; }
.kingster-sidebar-area .kingster-widget-title{ font-size: 13px; text-transform: uppercase; font-weight: 800; 
    position: relative; margin-bottom: 28px; overflow: hidden; 
    padding: 18px 22px; border-bottom-width: 3px; border-bottom-style: solid; }
.kingster-sidebar-area .kingster-widget-title .gdlr-core-flexslider-nav{ float: right; margin-left: 20px; }
.kingster-sidebar-area .kingster-widget-head-text{ display: block; float: left; margin-right: 28px; }
.kingster-sidebar-area .kingster-widget-head-divider{ display: block; border-top-width: 1px; border-top-style: solid; overflow: hidden; margin-top: 0.6em; }

/* list */
.textwidget select{ max-width: 100%; }

.widget_categories .screen-reader-text, .widget_archive .screen-reader-text{ display: none; }

.widget_rss .rss-widget-icon{ margin-right: 10px; margin-top: -3px; }

.widget_product_categories ul,
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul, 
.widget_meta ul, .widget_pages ul, .widget_recent_comments ul, 
.widget_recent_entries ul, .widget_rss ul{ position: relative; list-style: none; margin-left: 0px; }

.widget_product_categories ul li,
.widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, 
.widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, 
.widget_recent_entries ul li, .widget_rss ul li{ font-size: 14px; margin-bottom: 15px; padding-left: 30px; 
	line-height: 20px; padding-bottom: 15px; border-bottom-width: 1px; border-bottom-style: solid; }

.widget_product_categories ul ul,
.widget_archive ul ul, .widget_categories ul ul, .widget_nav_menu ul ul, 
.widget_meta ul ul, .widget_pages ul ul, .widget_recent_comments ul ul,
.widget_recent_entries ul ul, .widget_rss ul ul{ margin-top: 20px; margin-bottom: 0px; }

.widget_product_categories ul ul ul li,
.widget_archive ul ul ul li, .widget_categories ul ul ul li, .widget_nav_menu ul ul ul li, 
.widget_meta ul ul ul li, .widget_pages ul ul ul li, .widget_recent_comments ul ul ul li, 
.widget_recent_entries ul ul ul li, .widget_rss ul ul ul li{ padding-left: 5px; }

.widget_product_categories ul ul ul li:before,
.widget_archive ul ul ul li:before, .widget_categories ul ul ul li:before, .widget_nav_menu ul ul ul li:before, 
.widget_meta ul ul ul li:before, .widget_pages ul ul ul li:before, .widget_recent_comments ul ul ul li:before, 
.widget_recent_entries ul ul ul li:before, .widget_rss ul ul ul li:before{ left: -25px; }

.widget_product_categories ul ul li,
.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li,
.widget_meta ul ul li, .widget_pages ul ul li:last-child, .widget_recent_comments ul ul li, 
.widget_recent_entries ul ul li, .widget_rss ul ul li{ border-top-width: 1px; border-top-style: solid;
	margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px; padding-top: 15px; margin-top: 15px; }

.widget_product_categories ul li:before,
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before,
.widget_recent_entries ul li:before, .widget_rss ul li:before{ /* content: "\f178"; font-family: FontAwesome; */
	text-align: center; position: absolute; left: 0px; display: block; height: 20px; width: 20px; }

/* search widget */
.widget_search form{ display: block; position: relative; }
.widget_search form:after{ content: "\f002"; font-family: "fontAwesome"; font-size: 14px; line-height: 14px;
	position: absolute; right: 20px; top: 50%; margin-top: -7px; }
.widget_search label .screen-reader-text{ display: none; }
.widget_search .search-form input.search-field{ font-size: 13px; line-height: 17px; height: 51px; 
    border-width: 2px; border-style: solid; width: 100%; padding: 16px 20px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.widget_search input.search-field:focus{ outline: none; }
.widget_search input.search-submit{ position: absolute; right: 0px; top: 0px; bottom: 0px; width: 51px; padding: 0px; opacity: 0; filter: alpha(opacity=0); z-index: 1; }

/* tag cloud */
.tagcloud{ zoom: 1; }
.tagcloud:after{ content: " "; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.tagcloud a{ font-size: 11px !important; text-transform: uppercase; font-weight: 600; float: left;
    padding: 7px 16px 8px; border-width: 1px; border-style: solid; margin-right: 10px; margin-bottom: 10px; }

/* calendar */
.widget_calendar table{ width: 100%; margin-bottom: 0px; }
.widget_calendar table thead th{ font-size: 13px; font-weight: bold; padding: 10px 0px; }
.widget_calendar table tbody td{ text-align: center; padding: 10px 0px; }
.widget_calendar table tfoot td{ text-align: center; padding: 10px 0px; }
.widget_calendar caption{ font-size: 14px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }	

/* table */
table{ width: 100%; text-align: center; border-spacing: 2px; border-collapse: separate; margin-bottom: 20px; }
table tr td{ padding: 15px 0px; }
table tr th{ padding: 13px 0px; font-size: 16px; font-weight: normal; }

/* for goodlayer core plugin */
body.kingster-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap{ margin-left: -50px; } 
body.kingster-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap{ margin-right: -50px; } 

/**
 * 6.0 - Responsive
 */
.kingster-mobile-header-wrap{ display: none; }
.kingster-mobile-header{ padding-top: 15px; padding-bottom: 15px; z-index: 99; position: relative;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
.kingster-mobile-header.kingster-fixed-navigation{ display: none; }
.kingster-mobile-header .kingster-mobile-header-container{ position: relative; }
.kingster-mobile-header .kingster-logo{ padding: 0px 15px; }
.kingster-mobile-header .kingster-logo-inner{ line-height: 45px; margin-right: 80px; }
.kingster-mobile-header .kingster-logo-inner img{ vertical-align: middle; width: auto; }

/*--- tablet ---*/
@media only screen and (max-width: 1140px){
	
	html .widget_product_search input[type="search"]#woocommerce-product-search-field{ width: 100%; margin-bottom: 10px; }

}

@media only screen and (max-width: 1260px){
	
	body{ width: 100%; overflow-x: hidden; }
	body.kingster-boxed div.kingster-body-wrapper{ margin-top: 0px; margin-bottom: 0px; }

	.kingster-bullet-anchor{ display: none; }

	/* remove header */
	.kingster-top-bar{ display: none; }
	.kingster-header-wrap.kingster-header-style-plain, 
	.kingster-header-wrap.kingster-header-style-bar, .kingster-navigation-bar-wrap,
	.kingster-header-background-transparent, .kingster-header-boxed-wrap, .kingster-header-side-nav, 
	.kingster-header-transparent-substitute, .kingster-sticky-navigation{ display: none !important; } 

	.kingster-mobile-header-wrap{ display: block; }
	.kingster-mobile-header-wrap .kingster-top-bar{ display: block; }
	.kingster-mobile-header-wrap .kingster-top-bar{ font-size: 13px; }
	.kingster-mobile-header-wrap .kingster-top-bar-left,
	.kingster-mobile-header-wrap .kingster-top-bar-right{ padding-top: 0px; padding-bottom: 0px; }
	.kingster-mobile-header.kingster-fixed-navigation{ display: block; }
	.kingster-sticky-menu-placeholder{ display: none !important; }

	body .kingster-header-side-content.kingster-style-left{ margin-left: 0px; }
	body .kingster-header-side-content.kingster-style-right{ margin-right: 0px; }

	body.single-product.woocommerce div.product form.cart{ float: none; margin-bottom: 30px; width: auto; margin-right: 0px; }
	body.single-product.woocommerce div.product .product_meta{ margin-top: 0px; }

	.kingster-blog-style-2 .kingster-single-nav-area-left,
	.kingster-blog-style-2 .kingster-single-nav-area-right{ padding: 30px 40px; }
	.kingster-blog-style-2 .kingster-single-related-post-container{ padding-left: 30px; padding-right: 30px; }
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px){
	body.kingster-body-front .kingster-container{ max-width: 500px; padding-left: 15px; padding-right: 15px; }
	body.kingster-body-front .gdlr-core-container{ max-width: 500px; padding-left: 15px; padding-right: 15px; }

	.kingster-column-10, .kingster-column-12, .kingster-column-15, .kingster-column-20,
	.kingster-column-24, .kingster-column-30, .kingster-column-36, .kingster-column-40,
	.kingster-column-45, .kingster-column-48, .kingster-column-50, .kingster-column-60{ width: 100%; }

	/* header */
	.kingster-mobile-header-wrap .kingster-top-bar-left,
	.kingster-mobile-header-wrap .kingster-top-bar-right{ float: none; text-align: center; }

	.kingster-top-bar-right-text{ display: block; margin-left: 0px; }
	.kingster-top-bar-right-social{ margin-left: 0px; }
	.kingster-top-bar-right-social a:first-child{ margin-left: 0px; }
	.kingster-top-bar .kingster-top-bar-left-menu{ margin-right: 0px; }
	.kingster-top-bar .kingster-top-bar-right-menu{ margin-left: 0px; }
	
	/*MDE Web Staff Edits on lines 1063 and 1064.  Changes padding bottom to 0.  Originally set at 50  */
	.kingster-page-title-wrap .kingster-page-title-content{ padding-top: 60px !important; padding-bottom: 0px !important; }
	.kingster-blog-title-wrap .kingster-blog-title-content{ padding-top: 60px !important; padding-bottom: 0px !important; }
	.kingster-single-article-date-wrapper{ display: none; }

	.kingster-overlay-menu-content ul.menu > li{ font-size: 18px; padding-bottom: 10px; margin-bottom: 10px; }
	.kingster-overlay-menu-content ul.menu{ padding-top: 120px; padding-bottom: 100px; max-width: 80%; }
	.kingster-overlay-menu-content .kingster-overlay-menu-close{ top: 35px; }
	body.admin-bar .kingster-overlay-menu-content{ margin-top: 0px; }
	body.admin-bar .kingster-overlay-menu-content ul.menu{ padding-top: 160px; }
	body.admin-bar .kingster-overlay-menu-content .kingster-overlay-menu-close{ top: 80px; }
	
	/* single*/
	.kingster-comments-area .comment-respond{ padding: 45px 30px; }
	.kingster-comments-area .kingster-comment-form-author{ width: 100%; padding-right: 0; }
	.kingster-comments-area .kingster-comment-form-email{ width: 100%; padding-left: 0; }
	.kingster-comments-area .comment-avatar{ float: none; margin-right: 0px; margin-bottom: 30px; }
	.kingster-comments-area ol.comment-list ol{ margin-left: 10px; }
	.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-author{ width: 100%; padding-right: 0px; }
	.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-email{ width: 100%; padding-right: 0px; }
	.kingster-blog-style-2 .kingster-comments-area .kingster-comment-form-url{ width: 100%; padding-left: 0px; }
	.kingster-blog-style-2 .kingster-single-nav-area{ padding-top: 0px; }
	.kingster-blog-style-2 .kingster-single-nav-area-left, 
	.kingster-blog-style-2 .kingster-single-nav-area-right{ float: none; width: 100%; display: block; text-align: center; }
	.kingster-blog-style-2 .kingster-single-nav-area a i{ display: none; }
	.kingster-blog-style-2 .kingster-single-related-post-container{ max-width: 500px; }

	/* footer */
	.kingster-footer-wrapper{ padding-bottom: 7px; }
	.kingster-footer-column{ margin-bottom: 60px; }
	.kingster-footer-wrapper.kingster-with-column-divider .kingster-footer-column{ padding: 0px 15px; margin-bottom: 60px; border: none; }
	.kingster-footer-wrapper.kingster-with-column-divider .kingster-footer-column:last-child{ margin-bottom: 20px; }

	.kingster-fixed-footer-placeholder{ display: none; }
	.kingster-fixed-footer{ position: static; }

	.kingster-copyright-left,
	.kingster-copyright-right{ float: none; }

	body .woocommerce .col2-set, .woocommerce-page .col2-set { width: 100%; float: none; margin-right: 0%; }
	body div#order_review{ width: 100%; }

	.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav{ margin-top: 5px; }
}	

/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px){

	body{ min-width: 320px; }
	.kingster-top-search-wrap input.search-field{ font-size: 30px; padding-right: 90px; }
	.kingster-top-search-wrap .kingster-top-search-submit{ right: 48px; font-size: 24px; margin-top: -2px; }
	.kingster-top-search-wrap input.search-submit{ right: 48px; }
	.kingster-top-search-wrap .kingster-top-search-close{ font-size: 40px; }
	.kingster-top-search-wrap input.search-field{ padding-bottom: 10px; }

}

/**
 * 7.0 - Plugins
 */
 
/*-------------------*/
/*--- wpml        ---*/
/*-------------------*/
ul.sf-menu > .menu-item-language img.iclflag{ vertical-align: baseline; margin-right: 10px; }
ul.sf-menu > .menu-item-language ul.submenu-languages{ display: none; position: absolute; z-index: 99; 
	list-style: none; margin: 0px 0px 0px -15px; }
ul.sf-menu > .menu-item-language li{ padding: 1px 11px; }
ul.sf-menu > .menu-item-language li a{ padding: 6px 12px; display: block; } 
ul.sf-menu > .menu-item-language li:first-child{ padding-top: 12px; }
ul.sf-menu > .menu-item-language li:last-child{ padding-bottom: 12px; }

.kingster-custom-wpml-flag{ margin-right: 26px; }
.kingster-custom-wpml-flag .kingster-custom-wpml-flag-item{ margin-left: 20px; }
.kingster-custom-wpml-flag .kingster-custom-wpml-flag-item:first-child{ margin-left: 0px; }

/*-------------------*/
/*--- wpcf7       ---*/
/*-------------------*/
.kingster-body span.wpcf7-not-valid-tip{ font-size: 13px; margin-bottom: 15px; }
.kingster-body div.wpcf7-response-output{ font-size: 13px; padding: 6px 20px; clear: both; margin: 0px; }

.wpcf7 input,
.wpcf7 select{ font-size: 15px; padding: 15px 22px; width: 100%; display: block; }
.wpcf7 select{ -webkit-appearance: none; 
	 border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.wpcf7 input[type="button"], .wpcf7 input[type="submit"], input[type="reset"]{ width: auto; }
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"]{ width: auto; display: inline; }
.wpcf7 .wpcf7-form-control .wpcf7-list-item{ display: block; margin-bottom: 5px; }
.wpcf7 textarea{ font-size: 15px; padding: 18px 22px; height: 120px; width: 100%; }

/*-------------------*/
/*--- woocommerce ---*/
/*-------------------*/

/* style */
figure.woocommerce-product-gallery__wrapper{ max-width: none; }
body.woocommerce .woocommerce-error, body.woocommerce .woocommerce-info, body.woocommerce .woocommerce-message{ padding: 0.7em 2em 1em 3.5em !important; }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{ padding: 0.7em 2em 1em 3.5em !important; }
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{ top: 0.7em; }
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button{ margin-top: 5px; padding: 0; background-color: transparent; }
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover{ background-color: transparent; }
.woocommerce div.product form.cart .variations td.label{ padding-right: 1.3em; padding-left: 1.3em; }
.woocommerce div.product form.cart .variations td.value, .woocommerce div.product form.cart .variations th.value{ min-width: 210px; }
.woocommerce div.product form.cart .variations select{ float: left; margin-top: 0.6em; margin-left: 2em; }
a.reset_variations{ margin-right: 15px; margin-left: 7px; }
.woocommerce div.product form.cart .variations select{ min-width: 59%; }
.related.products h2{ font-size: 23px; margin-bottom: 42px; }
.woocommerce table.shop_attributes th{ background: transparent; padding-top: 16px; padding-bottom: 16px; }
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th{ border-bottom: 0; }
.woocommerce table.shop_attributes{ border-top: 0; }
.single-product.woocommerce #review_form #respond p.comment-form-comment{ margin-bottom: 25px; }
.woocommerce table.shop_table{ border: 0; }
.woocommerce table.shop_table.shop_table_responsive.cart{ border-spacing: 0; }
.woocommerce table.shop_table th{ padding: 17px 12px; background: none; }
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd), .woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even){ background-color: transparent; }
.woocommerce table.shop_table td{ padding: 19px 20px; }
.woocommerce-cart table.cart img{ width: 70px; }
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt{ margin-bottom: 0; }    
.woocommerce a.remove{ width: auto; }
.cart_item input.input-text.qty.text{ padding: 15px 0px 15px 10px; border-bottom-width: 1px; } 
.woocommerce-cart table.cart td.actions .coupon .input-text{ padding: 15px 23px 15px; height: 49px; }
.woocommerce .cart input.button[name="apply_coupon"] { height: 49px; }
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{ width: 180px; }
.woocommerce .cart .button, .woocommerce .cart input.button{ padding: 19px 20px 18px; border-radius: 0; font-size: 12px; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ padding: 15px 20px; border-radius: 0; font-size: 12px; }
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ padding: inherit; opacity: inherit; padding-left: 23px; padding-right: 23px; }
.woocommerce .cart_totals h2{ font-size: 18px; }
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{ border-top: 0; }
.woocommerce-cart .cart-collaterals .cart_totals table{ border-spacing: 0; margin: 0; }
.woocommerce-cart .wc-proceed-to-checkout{ padding: 0; }
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th{ padding-left: 20px; padding-right: 20px; }
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th{ padding-left: 20px; padding-right: 20px; }
.woocommerce a.showcoupon{ margin-left: 20px; color: #baf2ff; }
.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-shipping-fields h3, #order_review_heading{ font-size: 17px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ padding: 13px 15px; border-bottom-width: 1px; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{ margin-bottom: 35px; }
.woocommerce .col2-set, .woocommerce-page .col2-set { width: 47%; float: left; margin-right: 3%; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{ width: 100%; }
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ width: 100%; }
div#order_review{ float: left; width: 50%; }
.woocommerce form .form-row{ margin: 0 0 14px; }
.woocommerce form p.form-row.form-row-first{ margin: 0; }
.select2-container .select2-choice { padding: 6px 1px 6px 13px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 49%; }
.shop_table.woocommerce-checkout-review-order-table{ border-spacing: 0px; }
.woocommerce table.shop_table th{ padding: 17px 20px 17px 20px; }
.woocommerce .cart_item td.product-total{ padding-right: 20px; padding-left: 20px; }
.woocommerce .cart_item td.product-name{ padding-left: 20px; }
.woocommerce table.shop_table td{ padding-right: 20px; }
.checkout_coupon .form-row.form-row-last{ margin-bottom: 0; }
table tr.cart_item{ background: transparent; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{ font-size: 13px; }
html .woocommerce a.remove{ border-radius: 100%; color: #333 !important; }
.woocommerce-checkout table tr.cart_item{ background: transparent; }
li.woocommerce-MyAccount-navigation-link { padding: 13px 0px; padding-bottom: 13px; border-bottom-width: 1px; border-bottom-style: solid; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 28%; }
li.woocommerce-MyAccount-navigation-link.is-active { font-weight: 600; }
header.woocommerce-Address-title.title h3 { font-size: 18px; }
.woocommerce-Address address { padding: 25px;}
.u-columns.woocommerce-Addresses.col2-set.addresses { width: 100%; margin-bottom: 40px; }
.woocommerce-account .woocommerce-MyAccount-content { padding: 31px; }

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content { background: #f5f5f5; }

/*-- Widget --*/
.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 { margin-bottom: 0em; }
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl { padding-left: 0; border-left: 0; }
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li { margin-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 15px; }
.woocommerce .widget_shopping_cart .cart_list li:last-child, .woocommerce.widget_shopping_cart .cart_list li:last-child { margin-bottom: 15px; }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total { border-top: 0;  font-size: 17px; }
.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount { margin-left: 5px;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { width: 47px;}
.widget_shopping_cart a.button.wc-forward { padding: 19px 28px; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.woocommerce .widget_price_filter .price_slider_amount .button { float: left; font-size: 14px; padding: 16px 26px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.price_slider_amount .price_label { margin-top: 24px; font-size: 17px; font-weight: 700; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 15px 0; border-bottom-style: solid; border-bottom-width: 1px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li { padding: 15px 0; margin: 0; list-style: none; border-bottom-style: solid; border-bottom-width: 1px; }
html ul.cart_list li a, html .woocommerce ul.product_list_widget li a { font-weight: 400; }
html .woocommerce ul.cart_list li a, html .woocommerce ul.product_list_widget li a { font-weight: 400; }
html .woocommerce ul.cart_list li .star-rating{ float: left; margin-top: 10px; }
html .woocommerce ul.product_list_widget li .star-rating { float: left; margin-top: 3px; margin-right: 10px; }
html .woocommerce ul.product_list_widget li del{ margin-right: 10px; }
html .product_list_widget span.reviewer { margin-top: 4px; margin-left: 12px; float: left; }
html .widget_product_search label.screen-reader-text { display: none; }
html .widget_product_search input[type="submit"]{ height: 47px; }
html .widget_product_search input#woocommerce-product-search-field { height: 47px; padding: 14px 12px; border-bottom-width: 1px; width: 62%; font-size: 13px; }
.widget.woocommerce ul.cart_list li:first-child, .widget.woocommerce ul.product_list_widget li:first-child{ padding-top: 0px; }

/*-- Fixed Color --*/
.woocommerce .woocommerce-message:before { color: #fff; }
.woocommerce .woocommerce-error{ background-color: #bd584e; border-top: 3px solid #bd584e; color: #fff; }
.woocommerce .woocommerce-info{ background-color: #46a5ca; border-top: 3px solid #46a5ca; color: #fff; }
.woocommerce .woocommerce-message{ background-color: #46ca7b; border-top: 3px solid #46ca7b; color: #fff; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ color: #ffffff; }
.single-product.woocommerce div.product .quantity .qty{ background: #f3f3f3; }
.woocommerce .woocommerce-info:before{ color: #fff }
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before{ color: #fff !important; top: inherit; }

html .woocommerce a.remove:hover { color: #afafaf !important; background: transparent !important;}
html .woocommerce form .form-row .required { color: #c5c5c5; }
html .woocommerce form .form-row.woocommerce-invalid .select2-container, html .woocommerce form .form-row.woocommerce-invalid input.input-text, html .woocommerce form .form-row.woocommerce-invalid select {  border-color: #d4d4d4; }
html .woocommerce form .form-row.woocommerce-invalid label { color: #9e9e9e; }
html .woocommerce form .form-row.woocommerce-validated .select2-container, html .woocommerce form .form-row.woocommerce-validated input.input-text, html .woocommerce form .form-row.woocommerce-validated select { border-color: #d4d4d4; }

/* single product */
html .woocommerce span.onsale{ font-size: 13px; font-weight: 600; line-height: 48px; width: 48px; padding: 2px 0px 0px; height: 48px; }

.single-product.woocommerce .kingster-page-wrapper{ border-top-width: 1px; border-top-style: solid; }
.single-product.woocommerce .woocommerce-breadcrumb{ font-size: 14px; }
.single-product.woocommerce .product_title{ font-size: 40px; margin-bottom: 2px; }
.single-product.woocommerce div.product .woocommerce-product-rating{ margin-bottom: 2px; }
.single-product.woocommerce div.product .star-rating{ font-size: 14px; padding-right: 15px; box-sizing: content-box; margin-right: 10px; }
.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before{ letter-spacing: 3px; }
.single-product.woocommerce div.product .woocommerce-review-link{ font-size: 13px; }
.single-product.woocommerce div.product p.price{ padding-top: 27px; margin-bottom: 28px; }
.single-product.woocommerce div.product p.price ins{ text-decoration: none; }
.single-product.woocommerce div.product p.price .woocommerce-Price-amount{ font-size: 26px; font-weight: bold; }
.single-product.woocommerce div.product p.price del .woocommerce-Price-amount{ font-size: 23px; margin-right: 9px; }
.single-product.woocommerce div.product span.onsale{ position: static; display: inline-block; margin-right: 15px; vertical-align: middle; }
.single-product.woocommerce div.product .quantity .qty{ height: 60px; font-size: 16px; 
	width: 75px; padding-left: 15px; border: none; }
.single-product.woocommerce div.product form.cart{ margin: 25px 30px 55px 0px; float: left; }
.single-product.woocommerce div.product form.cart.variations_form{ width: 300px; }
.single-product.woocommerce div.product form.cart .button { font-size: 13px; height: 60px; text-transform: uppercase; 
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding: 10px 30px; }
.single-product.woocommerce div.product .product_meta{ margin-top: 50px; }
.single-product.woocommerce div.product .product_meta{ overflow: hidden; padding-top: 5px; }
.single-product.woocommerce div.product .product_meta > span{ display: block; font-size: 13px; margin-bottom: 5px; }
.single-product.woocommerce div.product .product_meta > span .kingster-head{ font-weight: 600; }
.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled{ display: none; }
.single-product.woocommerce div.product .kingster-woocommerce-social-share{ clear: both; padding-top: 15px; margin-top: 50px;
	border-top-width: 2px; border-top-style: solid; }
.single-product.woocommerce div.product .gdlr-core-social-share-item a{ font-size: 14px; }

.single-product.woocommerce div.product .kingster-woocommerce-tab{ clear: both; padding-top: 60px; margin-bottom: 50px; }
.single-product.woocommerce div.product .kingster-woocommerce-tab .gdlr-core-tab-item-title{ font-size: 16px; 
		text-transform: none; letter-spacing: 0px; font-weight: 600; padding-bottom: 18px; }
.single-product.woocommerce div.product .kingster-woocommerce-tab .gdlr-core-tab-item-title-line{ border-bottom-width: 1px; bottom: -1px; }
.single-product.woocommerce div.product .kingster-woocommerce-tab .gdlr-core-tab-item-title-wrap{ border-bottom-width: 1px; }
.single-product.woocommerce div.product .kingster-woocommerce-tab .gdlr-core-tab-item-content{ max-width: 900px; margin: 0px auto; }

.single-product.woocommerce .woocommerce-Reviews-title{ display: none; }
.single-product.woocommerce #reviews{ padding-top: 43px; }
.single-product.woocommerce #reviews .comment-respond{ text-align: left; }
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar{ border: none; width: 85px; 
	position: static; padding: 0px; border-radius: 50%; margin-right: 30px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text{ overflow: hidden; margin-left: 0px; 
	padding: 0; border: none; text-align: left; }
.single-product.woocommerce #reviews #comments ol.commentlist li{ padding: 39px 49px; margin-bottom: 30px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{ margin-bottom: 18px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"]{ display: block; font-size: 17px; text-transform: capitalize; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"]{ display: block; font-size: 15px; }
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{ float: none; margin-top: 24px; }
.single-product.woocommerce #reviews #review_form_wrapper{ padding-top: 35px; }
.single-product.woocommerce #reviews .comment-reply-title{ font-size: 22px; margin-bottom: 30px; }
.single-product.woocommerce #review_form #respond label{ font-size: 15px;font-weight: 600; }
.single-product.woocommerce #review_form #respond p{ margin-bottom: 30px; }
.single-product.woocommerce #review_form #respond label[for="rating"]{ display: inline-block; margin-right: 30px; vertical-align: middle; }
.single-product.woocommerce #review_form #respond p.stars{ display: inline-block; vertical-align: middle; margin-bottom: 0px; font-size: 19px; line-height: 1; }
.single-product.woocommerce #review_form #respond p.stars a{ margin-right: 5px; }
.single-product.woocommerce #review_form #respond input[type="text"], 
.single-product.woocommerce #review_form #respond input[type="email"]{ display: block; margin-top: 20px; border-bottom-width: 1px; width: 100%; height: 55px; }
.single-product.woocommerce #review_form #respond textarea{ display: block; margin-top: 20px; border-bottom-width: 1px; width: 100%; height: 150px; }
.single-product.woocommerce #review_form #respond .form-submit input{ font-size: 13px; height: 58px; text-transform: uppercase; 
		border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; padding: 10px 38px; }
.woocommerce.single-product .related.products{ clear: left; }

/*-------------*/
/*--- mmenu ---*/
/*-------------*/
.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;left:0;right:0;top:0;bottom:0;z-index:0;box-sizing:border-box}
.mm-btn,.mm-menu{box-sizing:border-box}
.mm-listview a,.mm-listview a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-hidden{display:none!important}
.mm-wrapper{overflow-x:hidden;position:relative}
.mm-menu{display:block;padding:0;position:absolute}
.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit;position:absolute}
.mm-btn,.mm-panel.mm-highest{z-index:1}
.mm-panels{overflow:hidden}
.mm-panel{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}
.mm-panels>.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px}
.mm-listview .mm-divider,.mm-listview>li>a,.mm-listview>li>span,.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}
.mm-vertical .mm-panel{-webkit-transform:none!important;transform:none!important}
.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}
.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}
.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}
.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);right:19px}
.mm-btn{width:40px;height:40px;position:absolute;top:0}
.mm-clear:after,.mm-clear:before,.mm-close:after,.mm-close:before{content:'';border:2px solid transparent;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-clear:before,.mm-close:before{border-right:none;border-bottom:none;right:18px}
.mm-clear:after,.mm-close:after{border-left:none;border-top:none;right:25px}
.mm-arrow:after,.mm-next:after{content:'';border:1px solid transparent;display:block;width:6px;height:6px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.mm-prev:before{border-right:none;border-bottom:none;left:0px}
.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:2px}
.mm-navbar{text-align:center;line-height:20px;height:40px;margin:0;}
.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}
.mm-panel .mm-navbar{display:none}
.mm-panel.mm-hasnavbar .mm-navbar{display:block;margin: 0px 25px 30px;position:relative;}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px}
.mm-listview>li{position:relative}
.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}
.mm-listview>li>a,.mm-listview>li>span{color:inherit;display:block;margin:0}
.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}
.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}
.mm-listview .mm-next.mm-fullsubopen{width:100%}
.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}
.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}
.mm-listview .mm-inset{list-style:disc inside;padding:0 10px 15px 40px;margin:0}
.mm-listview .mm-inset>li{padding:5px 0}
.mm-listview .mm-divider{font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}
.mm-listview .mm-spacer{padding-top:40px}
.mm-listview .mm-spacer>.mm-next{top:40px}
.mm-listview .mm-spacer.mm-divider{padding-top:25px}
.mm-page{box-sizing:border-box;position:relative}
.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:2}
html.mm-opened{overflow-x:hidden;position:static;}
#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:100}
html.mm-blocking #mm-blocker{display:block}
.mm-menu.mm-offcanvas{z-index:0;display:none;position:fixed}
.mm-menu.mm-offcanvas.mm-current{display:block}
.mm-menu{width:350px}
@media all and (max-width:550px){.mm-menu{width:250px}}
html.mm-opening .mm-slideout{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}
@media all and (max-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate3d(250px,0,0);transform:translate3d(250px,0,0)}}
/* right effect */
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;transform-origin:right center}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}
.mm-menu.mm-right{left:auto;right:0}
html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}
@media all and (max-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate3d(-250px,0,0);transform:translate3d(-250px,0,0)}}
.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
/* page dim */
html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}
html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;transition: ease .4s}
html.mm-pagedim #mm-blocker{background:inherit}
html.mm-pagedim-white #mm-blocker{background:#fff}
html.mm-pagedim-black #mm-blocker{background:#000}

/* custom */
ul.mm-listview li{ margin: 0px 25px; border-bottom-width: 1px; border-bottom-style: solid; }
ul.mm-listview li a, ul.mm-listview li span.kingster-mm-menu-blank{ font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; padding: 17px 0px; }
.mm-navbar .mm-btn{ line-height: 40px; font-size: 30px; display: block; text-align: left; left: -8px; padding: 0px; }
.mm-navbar .mm-btn:before{ content: "\34"; font-family: elegantIcons; }
.mm-navbar .mmenu-custom-close{ line-height: 40px; font-size: 30px; display: block; text-align: left; margin-left: -8px; cursor: pointer; }
.mm-navbar .mmenu-custom-close:after{ content: "\4d"; font-family: elegantIcons; }
.mm-navbar .mm-title{ display: none; }
.mm-navbar .mm-title:first-child{ display: block; }

html.kingster-mmenu-left .kingster-sticky-navigation.kingster-fixed-navigation,
html.kingster-mmenu-right .kingster-sticky-navigation.kingster-fixed-navigation{ transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }
html.mm-opening.kingster-mmenu-left .kingster-sticky-navigation.kingster-fixed-navigation{ -webkit-transform: translate3d(350px,0,0); transform: translate3d(350px,0,0); }
html.mm-opening.kingster-mmenu-right .kingster-sticky-navigation.kingster-fixed-navigation{ -webkit-transform: translate3d(-350px,0,0); transform: translate3d(-350px,0,0); }
html.kingster-mmenu-left .kingster-mobile-header-wrap .kingster-top-bar,
html.kingster-mmenu-left .kingster-mobile-header,
html.kingster-mmenu-right .kingster-mobile-header-wrap .kingster-top-bar,
html.kingster-mmenu-right .kingster-mobile-header{ transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }
html.mm-opening.kingster-mmenu-left .kingster-mobile-header-wrap .kingster-top-bar,
html.mm-opening.kingster-mmenu-left .kingster-mobile-header{ -webkit-transform: translate3d(350px,0,0); transform: translate3d(350px,0,0); }
html.mm-opening.kingster-mmenu-right .kingster-mobile-header-wrap .kingster-top-bar,
html.mm-opening.kingster-mmenu-right .kingster-mobile-header{ -webkit-transform: translate3d(-350px,0,0); transform: translate3d(-350px,0,0); }
@media all and (max-width:550px){
	html.mm-opening.kingster-mmenu-left .kingster-sticky-navigation.kingster-fixed-navigation{ -webkit-transform: translate3d(250px,0,0); transform: translate3d(250px,0,0); }
	html.mm-opening.kingster-mmenu-right .kingster-sticky-navigation.kingster-fixed-navigation{ -webkit-transform: translate3d(-250px,0,0); transform: translate3d(-250px,0,0); }
	html.mm-opening.kingster-mmenu-left .kingster-mobile-header-wrap .kingster-top-bar,
	html.mm-opening.kingster-mmenu-left .kingster-mobile-header{ -webkit-transform: translate3d(250px,0,0); transform: translate3d(250px,0,0); }
	html.mm-opening.kingster-mmenu-right .kingster-mobile-header-wrap .kingster-top-bar,
	html.mm-opening.kingster-mmenu-right .kingster-mobile-header{ -webkit-transform: translate3d(-250px,0,0); transform: translate3d(-250px,0,0); }
}

/*-----------------*/
/*--- superfish ---*/
/*-----------------*/

/* top level */
.sf-menu{ list-style: none; margin-left: 0px; }
.sf-menu > li{ float: left; cursor: pointer; }
.sf-menu > li > a{ display: block; text-decoration: none; position: relative; z-index: 9; }

/* normal menu */
.sf-menu > .kingster-normal-menu ul{ list-style: none; position: absolute; display: none; 
	z-index: 99; min-width: 220px; }
.sf-menu > .kingster-normal-menu ul{ margin-left: -2px; }
.sf-menu > .kingster-normal-menu ul ul{ margin-left: 0px; }

.sf-menu > .kingster-normal-menu.sfHover > ul,
.sf-menu > .kingster-normal-menu.sfHover > ul:hover,
.sf-menu > .kingster-normal-menu li.sfHover > ul{ display: block; }
.sf-menu > .kingster-normal-menu ul ul{ top: 0px; left: 100%; }
.sf-menu > .kingster-normal-menu ul ul.sub-menu-right{ left: auto; right: 100%; }
.sf-menu > .kingster-normal-menu li{ position: relative; white-space: nowrap; }
.sf-menu > .kingster-normal-menu li a{ text-decoration: none; }
.sf-menu > .kingster-normal-menu li > a.sf-with-ul-pre{}
.sf-menu > .kingster-normal-menu li > a.sf-with-ul-pre:after{ content: '>'; }

/* mega menu */
.sf-menu > .kingster-mega-menu .sf-mega{ position: absolute; display: none; z-index: 99;}
.sf-menu > .kingster-mega-menu.sfHover .sf-mega,
.sf-menu > .kingster-mega-menu.sfHover .sf-mega:hover{ display: block; }
.sf-menu > .kingster-mega-menu .sf-mega-section-inner a{ text-decoration: none; }
.sf-menu > .kingster-mega-menu .sf-mega-section-inner ul{ list-style: none; margin-left: 0px; margin-bottom: 0px; }

/* vertical menu */
.sf-vertical{ list-style: none; margin-left: 0px; left: 100%; top: 0; margin-bottom: 0px; }
.sf-vertical li{ position: relative; }
.sf-vertical ul.sub-menu{ list-style: none; position: absolute; display: none; left: 100%; top: 0px; z-index: 9; min-width: 190px; }
.sf-vertical ul.sub-menu li{ white-space: nowrap; }

.gdlr-core-nav-side-text{ display: none; }
.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text{ display: inline; margin-left: 10px; }
.gdlr-core-custom-menu-widget .gdlr-core-nav-side-text.gdlr-core-with-bg{ display: inline-block; padding: 1px 6px;  color: #fff;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* event calendar */
#tribe-events .tribe-events-button, .tribe-events-button{ padding: 10px 20px; }
.single-tribe_events .tribe-events-event-meta{ background: #f5f5f5; border: none; padding: 30px 10px; }

.tribe-events-meta-group .tribe-events-single-section-title{ margin-bottom: 25px; font-size: 19px; color: #1f1f1f; }
.single-tribe_events .tribe-events-event-meta dl{ font-size: 15px; color: #1f1f1f; }
.single-tribe_events .tribe-events-event-meta dt{ margin-bottom: 8px; margin-top: 25px; }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue{ font-weight: bold; }
.single-tribe_events .secondary .tribe-events-venue-map { margin: -30px -10px; border: none; }

body h1.tribe-events-page-title{ font-size: 27px; margin-bottom: 50px; text-align: left; }
body .tribe-bar-views-inner{ background: #e0e0e0; padding: 19px 0px 45px; }
.kingster-body h2.tribe-events-list-separator-month{ font-size: 14px; font-weight: 800; letter-spacing: 1px; padding: 15px 19px; }
.kingster-body .tribe-events-list-separator-month + .type-tribe_events.tribe-events-first, 
.kingster-body .tribe-events-list .type-tribe_events { padding-top: 3px; padding-bottom: 50px; }
.kingster-body h3.tribe-events-list-event-title{ font-size: 24px; font-weight: 700; }
.kingster-body .tribe-events-venue-details{ line-height: 1.8; color: #555; }
.kingster-body .tribe-events-list .tribe-events-loop .tribe-events-event-image{ margin: 13px 3% 0 0; width: 36%; }
.kingster-body a.tribe-events-read-more{ background: #222; color: #fff; padding: 13px 22px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-top: 12px; float: left; }
.kingster-body ul.tribe-events-sub-nav{ text-transform: uppercase; letter-spacing: 2px; font-size: 14px; font-weight: 700; }
.kingster-body table.tribe-events-calendar th{ padding: 10px; font-size: 13px; font-weight: 700; border: none; }
.kingster-body .tribe-events-notices{ margin: 10px 0 34px; }
.kingster-body div#tribe-events-header{ padding-bottom: 10px; }
.kingster-body div#tribe-events-footer{ padding-top: 15px; }
.kingster-body .tribe-bar-date-filter, 
.kingster-body .tribe-bar-search-filter, 
.kingster-body .tribe-bar-geoloc-filter, 
.kingster-body .tribe-bar-submit{ letter-spacing: 2px; padding: 25px; }
.kingster-body .tribe-bar-views-inner{ background: #e0e0e0; padding: 30px 0px 50px 13px; }
.kingster-body .tribe-bar-view-list a[class*=tribe-icon-], 
.kingster-body .tribe-bar-views-list span[class^=tribe-icon-], 
.kingster-body .tribe-select2-results-views span[class^=tribe-icon-]{ margin-left: 14px; font-size: 15px; }
.kingster-body #tribe-bar-form label{ font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.kingster-body h2.tribe-events-page-title{ font-size: 27px; font-weight: 700; letter-spacing: 2px; padding-top: 20px; margin-bottom: 9px; }
.kingster-body span.tribe-events-user-recurrence-toggle{ margin-bottom: 30px; }
.kingster-body input#tribeHideRecurrence{ margin-top: -1px; }
.kingster-body .tribe-events-user-recurrence-toggle label{ font-weight: 400; font-style: normal; font-size: 14px; color: #666; }
.kingster-body .tribe-events-event-details.tribe-clearfix{ padding: 30px !important; }
.kingster-body .tribe-event-schedule-details{ font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #666; margin-bottom: 15px; }
.kingster-body h2.tribe-events-list-event-title{ line-height: 1.4 !important; font-size: 16px !important; font-weight: 700 !important; }
.kingster-body .tribe-events-list-photo-description.tribe-events-content{ font-size: 15px; color: #333; }
#tribe-events-pg-template, .tribe-events-pg-template{ padding-top: 80px; padding-bottom: 40px; }

/* wpml dropdown */
.wpml-ls-legacy-dropdown ul{ list-style: none; margin-left: 0px; margin-bottom: 0px; border-width: 1px; border-style: solid; 
    padding: 14px 22px; font-size: 13px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; position: relative; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpml-ls-legacy-dropdown > ul:after{ position: absolute; content: "\f107"; right: 15px; top: 12px; font-family: fontAwesome; font-size: 15px; }
.wpml-ls-legacy-dropdown ul img{ margin-right: 10px; vertical-align: middle; }
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu{ position: absolute; background: #fff; padding: 10px 22px; margin-top: 14px; left: 0px; right: 0px; opacity: 0; pointer-events: none;
    transition: opacity 300ms; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; }
.wpml-ls-legacy-dropdown:hover ul.wpml-ls-sub-menu{ opacity: 1; pointer-events: auto; }
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a, 
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu a:hover{ color: #888; }
body .lp-archive-courses ul, body .lp-archive-courses ol{ list-style: none; }





}.kingster-page-title-wrap{ background-image: none; }.kingster-header-wrap.kingster-header-style-plain{ box-shadow: 0px 1px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1); }.kingster-top-bar-right-button{ padding-bottom: 19px; margin-bottom: -19px; }.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6{ margin-top: 0px; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }
#poststuff .gdlr-core-page-builder-body h2{ padding: 0px; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }
#poststuff .gdlr-core-page-builder-body h1{ padding: 0px; font-weight: 700; }

.gdlr-core-button, .kingster-button, 
input[type="button"], input[type="submit"], input[type="reset"]{ text-transform: none; font-weight: 700; }
input, textarea{ border-bottom-width: 1px; }

.gdlr-core-twitter-item{ position: relative; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav{ margin-bottom: 0px; position: absolute; right: 0px; font-size: 20px; z-index: 1; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a{ font-size: 20px; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-prev i:before{ content: "\f177"; font-family: fontAwesome; }
.gdlr-core-twitter-item .gdlr-core-block-item-title-nav .gdlr-core-flexslider-nav.gdlr-core-plain-style li a.flex-next i:before{ content: "\f178"; font-family: fontAwesome; margin-left: 10px; }

.gdlr-core-twitter-item .gdlr-core-flexslider li:before{ content: "\f099"; float: left; font-size: 24px; line-height: 25px; font-family: fontAwesome; margin-right: 25px; }
.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list{ overflow: hidden; padding-right: 80px; }
.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-date{ display: inline; }
.gdlr-core-twitter-item .gdlr-core-flexslider .gdlr-core-twitter-item-list-content{ margin-right: 12px; }
.gdlr-core-twitter-item .gdlr-core-twitter-item-list-content{ font-size: 14px; }

.gdlr-core-tab-item .gdlr-core-tab-item-title{ font-size: 17px; font-weight: 700; text-transform: none; letter-spacing: 0px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title{ border: 0px; margin-left: 0px; padding: 24px 40px 24px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ margin-bottom: 0px; padding: 24px 40px 24px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap{ border: 0px; }
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content{ padding: 67px 59px 45px; background-repeat: no-repeat; }

.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap{ width: 30%; height: 1px; float: left; }
.gdlr-core-tab-item .gdlr-core-tab-item-image{ opacity: 0; position: absolute; z-index: -1; width: 100%; height: 100%; overflow: hidden; 
	transition: opacity 200ms; -moz-transition: opacity 200ms; -o-transition: opacity 200ms; -webkit-transition: opacity 200ms; }
.gdlr-core-tab-item .gdlr-core-tab-item-image.gdlr-core-active{ opacity:1; position: relative; z-index: 0; }
.gdlr-core-tab-item .gdlr-core-tab-item-image i{ position: absolute; font-size: 30px; top: 50%; left: 50%; 
    width: 84px; text-align: center; padding: 27px 0px 27px 8px; margin-top: -42px; margin-left: -42px; background: #fff; 
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.gdlr-core-tab-item .gdlr-core-tab-item-wrap{ overflow: hidden; }
.gdlr-core-tab-item .gdlr-core-tab-item-image-background{ display: block; width: 100%; height: 100%; background-size: cover;a background-position: center; }

.gdlr-core-blockquote-item .gdlr-core-blockquote-item-content{ font-style: normal; }
.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author{ font-style: normal; }
.gdlr-core-blockquote-item .gdlr-core-blockquote-item-author:before{ display: none; }
.gdlr-core-blockquote-item.gdlr-core-left-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-right-align .gdlr-core-blockquote-item-quote{ float: none; }
.gdlr-core-blockquote-item.gdlr-core-small-size .gdlr-core-blockquote-item-quote{ height: 48px; }
.gdlr-core-blockquote-item.gdlr-core-medium-size .gdlr-core-blockquote-item-quote{ height: 56px; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-quote{ font-size: 170px; height: 82px; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-content{ font-size: 21px; font-weight: bold; }
.gdlr-core-blockquote-item.gdlr-core-large-size .gdlr-core-blockquote-item-author { font-size: 18px; }

.gdlr-core-blockquote-item.gdlr-core-small-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-medium-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote,
.gdlr-core-blockquote-item.gdlr-core-large-size.gdlr-core-center-align .gdlr-core-blockquote-item-quote{ margin-bottom: 0px; }

.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title,
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title,
.gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title{ font-size: 16px; text-transform: none; letter-spacing: 0px; padding: 25px 25px 23px; }
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before, 
.gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before{ font-size: 24px; }

.gdlr-core-title-item .gdlr-core-title-item-link{ font-size: 14px; }
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-title.gdlr-core-with-side-border{ float: left; }
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-divider{ position: static; overflow: hidden; padding-top: 0.6em; margin-top: 0px; }
.gdlr-core-title-item-caption-top.gdlr-core-left-align .gdlr-core-title-item-link, 
.gdlr-core-title-item-caption-bottom.gdlr-core-left-align .gdlr-core-title-item-link{ position: static; margin-top: 8px; line-height: 1.7; }

.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-caption.gdlr-core-bottom{ margin-top: 10px; }
.gdlr-core-block-item-title-wrap.gdlr-core-center-align .gdlr-core-block-item-read-more{ margin-top: 8px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-caption.gdlr-core-bottom{ margin-top: 10px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-read-more{ margin-top: 8px; display: inline-block; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title{ float: left; margin-right: 30px; }
.gdlr-core-block-item-title-wrap.gdlr-core-left-align .gdlr-core-block-item-title-divider{ overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; padding-top: 0.6em; }

.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-head{ margin-bottom: 20px; }
.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-title{ font-size: 34px; margin-bottom: 7px; }
.gdlr-core-personnel-info-item .gdlr-core-personnel-info-item-position{ font-size: 20px; margin-bottom: 7px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list{ font-size: 17px; margin-bottom: 12px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list.kingster-type-social-shortcode{ margin-bottom: 22px; }
.gdlr-core-personnel-info-item .kingster-personnel-info-list-icon{ font-size: 16px; width: 20px; margin-right: 12px; }

.gdlr-core-personnel-item .gdlr-core-personnel-list-title{ margin-bottom: 4px; font-size: 23px; font-weight: 800; letter-spacing: 0px; }
.gdlr-core-personnel-item .gdlr-core-personnel-list-position{ font-size: 16px; font-weight: 600; }
.gdlr-core-personnel-item .gdlr-core-personnel-info{ margin-top: 20px; }
.gdlr-core-personnel-item .gdlr-core-personnel-list-button{ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-top: 5px; margin-bottom: 20px; }
.gdlr-core-personnel-item .kingster-personnel-info-list{ font-size: 16px; margin-bottom: 6px; }
.gdlr-core-personnel-item .kingster-personnel-info-list.kingster-type-social-shortcode{ margin-bottom: 22px; }
.gdlr-core-personnel-item .kingster-personnel-info-list-icon{ font-size: 15px; width: 20px; margin-right: 12px; }

.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-social,
.gdlr-core-personnel-style-medium .gdlr-core-personnel-list-social{ margin-top: 0px; margin-bottom: 10px; }
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ padding: 35px 40px 20px; border-bottom-width: 3px; border-bottom-style: solid; }

.gdlr-core-blog-info-wrapper .gdlr-core-head{ vertical-align: baseline; margin-right: 7px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info{ font-size: 13px; font-weight: 600; margin-right: 12px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:before{ content: "/"; margin-right: 12px; }
.gdlr-core-blog-info-wrapper .gdlr-core-blog-info:first-child:before { display: none; }
.gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{ padding-top: 0px; border: none; margin-bottom: 6px; }
.gdlr-core-blog-grid .gdlr-core-blog-thumbnail{ border-radius: 3px; }
.gdlr-core-blog-grid-with-frame .gdlr-core-blog-thumbnail{ border-radius: 3px 3px 0px 0px; }
.gdlr-core-blog-widget{ padding-top: 0px; border: none; margin-bottom: 30px; }
.gdlr-core-blog-widget .gdlr-core-blog-thumbnail{ max-width: 80px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.gdlr-core-blog-widget .gdlr-core-blog-info-wrapper{ margin-bottom: 6px; }
.gdlr-core-blog-widget .gdlr-core-blog-title{ margin-bottom 0px; }

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-date,
.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-tag{ font-size: 14px; font-weight: normal; letter-spacing: 1px; }

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list{ font-size: 16px; margin-top: -18px; }
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a{ padding-left: 0px; border: none; font-weight: 400; }
ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-list li a:before{ margin-left: 0px; opacity: 1; }

.gdlr-core-event-item .gdlr-core-event-item-info-wrap{ font-size: 13px; }
.gdlr-core-event-item .gdlr-core-event-item-info-wrap .gdlr-core-head{ margin-right: 10px; }
.gdlr-core-event-item-info.gdlr-core-type-start-date-month{ display: block; float: left; width: 40px; text-align: center; 
	white-space: nowrap; margin-right: 25px; border-bottom-width: 3px; border-bottom-style: solid; padding-bottom: 10px; }
.gdlr-core-type-start-date-month .gdlr-core-date{ font-size: 34px; line-height: 1; font-weight: 700; display: block; }
.gdlr-core-type-start-date-month .gdlr-core-month{ font-size: 16px; display: block; font-weight: 700; text-transform: uppercase; }

.gdlr-core-event-item-list.gdlr-core-style-widget{ margin-bottom: 25px; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-title{ font-size: 18px; margin-bottom: 14px; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-content-wrap{ overflow: hidden; }
.gdlr-core-event-item-list.gdlr-core-style-widget .gdlr-core-event-item-info{ margin-bottom: 2px; margin-right: 20px; }

.gdlr-core-event-item-list.gdlr-core-style-grid{ margin-bottom: 35px; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-thumbnail{ overflow: hidden; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-title{ font-size: 19px; margin-bottom: 14px; font-weight: 700; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-content-wrap{ overflow: hidden; }
.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info{ display: block; margin-bottom: 2px; }

@media only screen and (max-width: 1260px){
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active,
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title{ padding: 20px 25px 16px; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-content{ padding: 25px 25px }
}
@media only screen and (max-width: 999px){
	.gdlr-core-twitter-item .gdlr-core-flexslider li .gdlr-core-twitter-item-list{ padding-right: 0px; }
	.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap{ display: none; float: none; width: auto; height: 300px !important; }
}
@media only screen and (max-width: 767px){
	.gdlr-core-tab-item .gdlr-core-tab-item-title{ font-size: 13px; font-weight: 600; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap{ padding-left: 15px; padding-right: 15px; }
	body .gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ background: transparent; }
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title, 
	.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active{ padding: 15px 9px; }
}


body .gdlr-core-blog-quote-format.gdlr-core-small .gdlr-core-blog-quote{ font-size: 80px; margin-bottom: -25px; }
body .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info{ font-size: 14px; }
.gdlr-core-sidebar-item .textwidget .gdlr-core-button-full-width{ display: block; margin-right: 0 !important; text-align: center; }
body .gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title{ font-size: 17px; text-transform: none; font-weight: 400; letter-spacing: 0px; }
body .gdlr-core-button{ letter-spacing: 0; }
body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-submit input[type="submit"]{ font-size: 15px; font-weight: 700; line-height: 20px; padding: 17px 19px; letter-spacing: 0; }
body .gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ font-weight: 700; }
body .gdlr-core-icon-pos-right.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title{ padding: 25px 25px 25px 30px; }
body .gdlr-core-blog-grid .gdlr-core-blog-title{ font-size: 19px; }
body .gdlr-core-newsletter-item.gdlr-core-style-rectangle-full .gdlr-core-newsletter-email input[type="email"]{ font-size: 14px; padding: 18px 20px; }
body .gdlr-core-social-network-item .gdlr-core-social-network-icon{ font-size: 19px; }
body .gdlr-core-button{ font-size: 15px; }

.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-date, 
.gdlr-core-blog-grid.gdlr-core-style-4 .gdlr-core-blog-grid-top-info .gdlr-core-blog-info-tag{ font-size: 12px; font-weight: 500; }
.gdlr-core-testimonial-item .gdlr-core-testimonial-author-image{ width: 75px; }
.gdlr-core-rating i.fa.fa-star{ margin: 2px; }

body.kingster-boxed .kingster-body-wrapper{ margin-top: 0px; margin-bottom: 0px; } 
.kingster-body-wrapper.kingster-with-frame, body.kingster-full .kingster-fixed-footer{ margin: 0px; } 
.kingster-body-background{ opacity: 0; } 
.kingster-background-pattern .kingster-body-outer-wrapper{ background-image: url(//mdek12.org/wp-content/plugins/goodlayers-core/include/images/pattern/pattern-1.png); } 
.kingster-item-pdlr, .gdlr-core-item-pdlr{ padding-left: 20px; padding-right: 20px; }.kingster-item-rvpdlr, .gdlr-core-item-rvpdlr{ margin-left: -20px; margin-right: -20px; }.gdlr-core-metro-rvpdlr{ margin-top: -20px; margin-right: -20px; margin-bottom: -20px; margin-left: -20px; }.kingster-item-mglr, .gdlr-core-item-mglr, .kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega,.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega{ margin-left: 20px; margin-right: 20px; }.kingster-body .gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport,.kingster-body .gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-top: 20px; margin-top: -20px; padding-right: 20px; margin-right: -20px; padding-left: 20px; margin-left: -20px; padding-bottom: 20px; margin-bottom: -20px; }.gdlr-core-twitter-item .gdlr-core-block-item-title-nav{ margin-right: 20px; }body .lp-archive-courses ul.learn-press-breadcrumb li:first-child{ margin-left: 20px; } 
.kingster-container, .gdlr-core-container, body.kingster-boxed .kingster-body-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-footer-wrapper, body.kingster-boxed .kingster-fixed-footer .kingster-copyright-wrapper{ max-width: 1360px; }body .lp-archive-courses ul.learn-press-breadcrumb{ max-width: 1360px; margin-top: 40px; } 
.kingster-body-front .gdlr-core-container, .kingster-body-front .kingster-container{ padding-left: 20px; padding-right: 20px; }.kingster-body-front .kingster-container .kingster-container, .kingster-body-front .kingster-container .gdlr-core-container, .kingster-body-front .gdlr-core-container .gdlr-core-container{ padding-left: 0px; padding-right: 0px; }body .lp-archive-courses ul.learn-press-breadcrumb{ padding-left: 20px; padding-right: 20px; } 
.kingster-top-bar-container.kingster-top-bar-custom-container{ max-width: #3db166; } 
.kingster-top-bar-container.kingster-top-bar-full{ padding-right: NaNpx; padding-left: NaNpx; } 
.kingster-top-bar{ padding-top: 18px; }.kingster-top-bar-right-button{ padding-top: 18px; margin-top: -18px; } 
.kingster-top-bar{ padding-bottom: 18px; }.kingster-top-bar .kingster-top-bar-menu > li > a{ padding-bottom: 18px; }.sf-menu.kingster-top-bar-menu > .kingster-mega-menu .sf-mega, .sf-menu.kingster-top-bar-menu > .kingster-normal-menu ul{ margin-top: 18px; } 
.kingster-top-bar{ font-size: 15px; } 
.kingster-top-bar{ border-bottom-width: 0px; } 
.kingster-header-style-plain{ border-bottom-width: 0px; } 
.kingster-header-background-transparent .kingster-top-bar-background{ opacity: 0; } 
.kingster-header-background-transparent .kingster-header-background{ opacity: 0; } 
.kingster-navigation-bar-wrap.kingster-style-transparent .kingster-navigation-background{ opacity: 0; } 
.kingster-header-boxed-wrap .kingster-top-bar-background{ opacity: 0; } 
.kingster-header-boxed-wrap .kingster-top-bar-background{ margin-bottom: -NaNpx; } 
.kingster-header-style-boxed{ margin-top: NaNpx; } 
.kingster-header-container.kingster-header-full{ padding-right: NaNpx; padding-left: NaNpx; } 
.kingster-header-style-boxed .kingster-header-container-item{ padding-left: NaNpx; padding-right: NaNpx; }.kingster-navigation-right{ right: NaNpx; } .kingster-navigation-left{ left: NaNpx; } 
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: NaNpx; } .kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-left-wrap,.kingster-header-style-plain.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ padding-top: NaNpx; } 
.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a{ padding-top: NaNpx; } .kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-left-wrap,.kingster-header-style-boxed.kingster-style-splitted-menu .kingster-main-menu-right-wrap{ padding-top: NaNpx; } 
.kingster-navigation .sf-menu > li{ padding-left: 18px; padding-right: 18px; } 
.kingster-navigation .kingster-main-menu{ margin-left: 0px; } 
.kingster-header-side-nav{ width: NaNpx; }.kingster-header-side-content.kingster-style-left{ margin-left: NaNpx; }.kingster-header-side-content.kingster-style-right{ margin-right: NaNpx; } 
.kingster-header-side-nav.kingster-style-side{ padding-left: NaNpx; padding-right: NaNpx; }.kingster-header-side-nav.kingster-style-left .sf-vertical > li > ul.sub-menu{ padding-left: NaNpx; }.kingster-header-side-nav.kingster-style-right .sf-vertical > li > ul.sub-menu{ padding-right: NaNpx; } 
 .kingster-navigation .sf-vertical > li{ padding-top: NaNpx; padding-bottom: NaNpx; } 
.kingster-header-style-bar .kingster-logo-right-text{ padding-top: NaNpx; } 
.kingster-logo{ padding-top: 32px; } 
.kingster-logo{ padding-bottom: 32px; } 
.kingster-logo-inner{ max-width: 225px; } 
@media only screen and (max-width: 1260px){ .kingster-mobile-header .kingster-logo-inner{ max-width: 300px; } } 
@media only screen and (max-width: 767px){ .kingster-mobile-header .kingster-logo-inner{ max-width: 250px; } } 
.kingster-navigation{ padding-top: 37px; }.kingster-navigation-top{ top: 37px; } 
.kingster-navigation .sf-menu > li > a{ padding-bottom: 34px; } 
.kingster-navigation .kingster-main-menu{ padding-right: 0px; } 
.kingster-main-menu-right-wrap{ margin-top: 6px; } 
.kingster-fixed-navigation.kingster-style-slide .kingster-logo-inner img{ max-height: none !important; }.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo-inner, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo-inner{ max-width: 160px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo{ padding-top: 23px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo{ padding-bottom: 20px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation{ padding-top: 30px; }.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation-top, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation-top{ top: 30px; } 
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-navigation .sf-menu > li > a, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-navigation .sf-menu > li > a{ padding-bottom: 25px; } 
.kingster-breadcrumbs{ padding-top: 25px; } 
.kingster-breadcrumbs{ padding-bottom: 25px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content{ padding-top: 20px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title-content{ padding-bottom: 0px; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ margin-bottom: NaNpx; } 
.kingster-page-title-wrap .kingster-page-title{ text-transform: none; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title{ font-size: 47px; } 
.kingster-page-title-wrap .kingster-page-title{ font-weight: 700; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-title{ letter-spacing: NaNpx; } 
.kingster-page-title-wrap .kingster-page-caption{ text-transform: none; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ font-size: NaNpx; } 
.kingster-page-title-wrap .kingster-page-caption{ font-weight: 200; } 
.kingster-page-title-wrap.kingster-style-custom .kingster-page-caption{ letter-spacing: NaNpx; } 
.kingster-page-title-wrap .kingster-page-title-top-gradient{ height: 413px; } 
.kingster-page-title-wrap .kingster-page-title-bottom-gradient{ height: 413px; } 
.kingster-page-title-wrap .kingster-page-title-overlay{ opacity: 0; } 
.kingster-not-found-wrap .kingster-not-found-background{ opacity: 0.27; } 
.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content{ padding-top: NaNpx; } 
.kingster-blog-title-wrap.kingster-style-custom .kingster-blog-title-content{ padding-bottom: NaNpx; } 
.kingster-blog-title-wrap{ background-image: url(); } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay{ height: 242px; } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay{ height: 333px; } 
.kingster-blog-title-wrap .kingster-blog-title-overlay{ opacity: 0.01; } 
body.single-post .kingster-sidebar-style-none, body.blog .kingster-sidebar-style-none, .kingster-blog-style-2 .kingster-comment-content{ max-width: 900px; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon{ font-size: 22px; } 
.kingster-footer-wrapper{ padding-top: 70px; } 
.kingster-footer-wrapper{ padding-bottom: 50px; } 
.kingster-copyright-container{ padding-top: 30px; } 
.kingster-copyright-container{ padding-bottom: 30px; } 
.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6, .kingster-body .kingster-title-font,.kingster-body .gdlr-core-title-font{ font-family: "Roboto", sans-serif; }.woocommerce-breadcrumb, .woocommerce span.onsale, .single-product.woocommerce div.product p.price .woocommerce-Price-amount, .single-product.woocommerce #review_form #respond label{ font-family: "Roboto", sans-serif; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a, .kingster-navigation-font{ font-family: "Poppins", sans-serif; } 
.kingster-body, .kingster-body .gdlr-core-content-font, .kingster-body input, .kingster-body textarea, .kingster-body button, .kingster-body select, .kingster-body .kingster-content-font, .gdlr-core-audio .mejs-container *{ font-family: "Poppins", sans-serif; } 
.kingster-body .gdlr-core-info-font, .kingster-body .kingster-info-font{ font-family: "Poppins", sans-serif; } 
.kingster-body .gdlr-core-blog-info-font, .kingster-body .kingster-blog-info-font{ font-family: "Poppins", sans-serif; } 
.kingster-body .gdlr-core-quote-font, blockquote{ font-family: "ABeeZee", sans-serif; } 
.kingster-body .gdlr-core-testimonial-content{ font-family: "Poppins", sans-serif; } 
.kingster-body h1{ font-size: 52px; } 
.kingster-body h2, #poststuff .gdlr-core-page-builder-body h2{ font-size: 48px; } 
.kingster-body h3{ font-size: 36px; } 
.kingster-body h4{ font-size: 28px; } 
.kingster-body h5{ font-size: 22px; } 
.kingster-body h6{ font-size: 18px; } 
.kingster-body{ font-size: 16px; } 
.kingster-body, .kingster-body p, .kingster-line-height, .gdlr-core-line-height{ line-height: 1.7; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ font-size: 16px; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ font-weight: 500; } 
.kingster-navigation .sf-menu > li > a, .kingster-navigation .sf-vertical > li > a{ text-transform: none; } 
.kingster-main-menu-right-button{ font-size: 11px; } 
.kingster-main-menu-right-button{ text-transform: uppercase; } 
.kingster-sidebar-area .kingster-widget-title{ font-size: 16px; } 
.kingster-sidebar-area .kingster-widget-title{ font-weight: 600; } 
.kingster-sidebar-area .kingster-widget-title{ letter-spacing: 0px; } 
.kingster-sidebar-area .kingster-widget-title{ text-transform: none; } 
.kingster-footer-wrapper .kingster-widget-title{ font-size: 17px; } 
.kingster-footer-wrapper .kingster-widget-title{ font-weight: 700; } 
.kingster-footer-wrapper .kingster-widget-title{ letter-spacing: 0px; } 
.kingster-footer-wrapper .kingster-widget-title{ text-transform: none; } 
.kingster-footer-wrapper{ font-size: 16px; } 
.kingster-footer-wrapper .widget_text{ text-transform: none; } 
.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right{ font-size: 15px; } 
.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right{ font-weight: 400; } 
.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right{ letter-spacing: 0px; } 
.kingster-copyright-text, .kingster-copyright-left, .kingster-copyright-right{ text-transform: none; } 
.kingster-top-bar-background{ background-color: #002459; } 
.kingster-body .kingster-top-bar{ border-bottom-color: #ffffff; } 
.kingster-top-bar{ color: #ffffff; } 
.kingster-body .kingster-top-bar a{ color: #ffffff; } 
.kingster-body .kingster-top-bar a:hover{ color: #ffffff; } 
.kingster-body .kingster-top-bar .kingster-top-bar-right-button{ background-color: #dd001b; } 
.kingster-top-bar .kingster-top-bar-right-social a{ color: #ffffff; } 
.kingster-top-bar .kingster-top-bar-right-social a:hover{ color: #dc3c3a; } 
.kingster-header-background, .kingster-sticky-menu-placeholder, .kingster-header-style-boxed.kingster-fixed-navigation{ background-color: #ffffff; } 
.kingster-header-wrap.kingster-header-style-plain{ border-color: #e8e8e8; } 
.kingster-header-side-nav.kingster-style-side-toggle .kingster-logo{ background-color: #ffffff; } 
.kingster-top-menu-button i, .kingster-mobile-menu-button i{ color: #333333; }.kingster-mobile-button-hamburger:before, .kingster-mobile-button-hamburger:after, .kingster-mobile-button-hamburger span{ background: #333333; } 
.kingster-main-menu-right .kingster-top-menu-button, .kingster-mobile-menu .kingster-mobile-menu-button{ border-color: #333333; } 
.kingster-top-search-wrap{ background-color: #000000; background-color: rgba(0, 0, 0, 0.88); } 
.kingster-top-cart-content-wrap .kingster-top-cart-content{ background-color: #232323; } 
.kingster-top-cart-content-wrap .kingster-top-cart-content span, .kingster-top-cart-content-wrap .kingster-top-cart-content span.woocommerce-Price-amount.amount{ color: #b5b5b5; } 
.kingster-top-cart-content-wrap .kingster-top-cart-button,.kingster-top-cart-content-wrap .kingster-top-cart-button:hover{ color: #ffffff; } 
.kingster-top-cart-content-wrap .kingster-top-cart-checkout-button, .kingster-top-cart-content-wrap .kingster-top-cart-checkout-button:hover{ color: #0370ab; } 
.kingster-body .kingster-breadcrumbs, .kingster-body .kingster-breadcrumbs a span, .gdlr-core-breadcrumbs-item, .gdlr-core-breadcrumbs-item a span{ color: #a0a0a0; } 
.kingster-body .kingster-breadcrumbs span, .kingster-body .kingster-breadcrumbs a:hover span, .gdlr-core-breadcrumbs-item span, .gdlr-core-breadcrumbs-item a:hover span{ color: #0370ab; } 
.kingster-navigation-background{ background-color: #f4f4f4; } 
.kingster-navigation-bar-wrap{ border-color: #e8e8e8; } 
.kingster-navigation .kingster-navigation-slide-bar{ border-color: #dc3c3a; }.kingster-navigation .kingster-navigation-slide-bar:before{ border-bottom-color: #dc3c3a; } 
.sf-menu > li > a, .sf-vertical > li > a{ color: #303030; } 
.sf-menu > li > a:hover, .sf-menu > li.current-menu-item > a, .sf-menu > li.current-menu-ancestor > a, .sf-vertical > li > a:hover, .sf-vertical > li.current-menu-item > a, .sf-vertical > li.current-menu-ancestor > a{ color: #0370ab; } 
.sf-menu > .kingster-normal-menu li, .sf-menu > .kingster-mega-menu > .sf-mega, .sf-vertical ul.sub-menu li, ul.sf-menu > .menu-item-language li{ background-color: #eeeeee; } 
.sf-menu > li > .sub-menu a, .sf-menu > .kingster-mega-menu > .sf-mega a, .sf-vertical ul.sub-menu li a{ color: #585858; } 
.sf-menu > li > .sub-menu a:hover, .sf-menu > li > .sub-menu .current-menu-item > a, .sf-menu > li > .sub-menu .current-menu-ancestor > a, .sf-menu > .kingster-mega-menu > .sf-mega a:hover, .sf-menu > .kingster-mega-menu > .sf-mega .current-menu-item > a, .sf-vertical > li > .sub-menu a:hover, .sf-vertical > li > .sub-menu .current-menu-item > a, .sf-vertical > li > .sub-menu .current-menu-ancestor > a{ color: #dc3c3a; } 
.sf-menu > li > .sub-menu a:hover, .sf-menu > li > .sub-menu .current-menu-item > a, .sf-menu > li > .sub-menu .current-menu-ancestor > a, .sf-menu > .kingster-mega-menu > .sf-mega a:hover, .sf-menu > .kingster-mega-menu > .sf-mega .current-menu-item > a, .sf-vertical > li > .sub-menu a:hover, .sf-vertical > li > .sub-menu .current-menu-item > a, .sf-vertical > li > .sub-menu .current-menu-ancestor > a{ background-color: #eeeeee; } 
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner > a{ color: #dc3c3a; } 
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section{ border-color: #dddddd; } 
.mm-navbar .mm-title, .mm-navbar .mm-btn, ul.mm-listview li > a, ul.mm-listview li > span{ color: #ffffff; }ul.mm-listview li a{ border-color: #ffffff; }.mm-arrow:after, .mm-next:after, .mm-prev:before{ border-color: #ffffff; } 
.mm-navbar .mm-title:hover, .mm-navbar .mm-btn:hover, ul.mm-listview li a:hover, ul.mm-listview li > span:hover, ul.mm-listview li.current-menu-item > a, ul.mm-listview li.current-menu-ancestor > a, ul.mm-listview li.current-menu-ancestor > span{ color: #4b8fe3; } 
.mm-menu{ background-color: #1a1a33; } 
ul.mm-listview li{ border-color: #ffffff; } 
.kingster-overlay-menu-content{ background-color: #000000; background-color: rgba(0, 0, 0, 0.88); } 
.kingster-overlay-menu-content ul.menu > li, .kingster-overlay-menu-content ul.sub-menu ul.sub-menu{ border-color: #424242; } 
.kingster-overlay-menu-content ul li a, .kingster-overlay-menu-content .kingster-overlay-menu-close{ color: #ffffff; } 
.kingster-overlay-menu-content ul li a:hover{ color: #a8a8a8; } 
.kingster-bullet-anchor a:before{ background-color: #777777; } 
.kingster-bullet-anchor a:hover, .kingster-bullet-anchor a.current-menu-item{ border-color: #ffffff; }.kingster-bullet-anchor a:hover:before, .kingster-bullet-anchor a.current-menu-item:before{ background: #ffffff; } 
.kingster-main-menu-search i, .kingster-main-menu-cart i{ color: #0370ab; } 
.kingster-main-menu-cart > .kingster-top-cart-count{ background-color: #0370ab; } 
.kingster-main-menu-cart > .kingster-top-cart-count{ color: #ffffff; } 
.kingster-body .kingster-main-menu-right-button{ color: #333333; } 
.kingster-body .kingster-main-menu-right-button:hover{ color: #555555; } 
.kingster-body .kingster-main-menu-right-button{ background-color: #0370ab; } 
.kingster-body .kingster-main-menu-right-button:hover{ background-color: #0370ab; } 
.kingster-body .kingster-main-menu-right-button{ border-color: #333333; } 
.kingster-body .kingster-main-menu-right-button:hover{ border-color: #555555; } 
.kingster-page-preload{ background-color: #ffffff; } 
.kingster-body-outer-wrapper, body.kingster-full .kingster-body-wrapper, .kingster-header-side-content{ background-color: #ffffff; } 
body.kingster-boxed .kingster-body-wrapper, .gdlr-core-page-builder .gdlr-core-page-builder-body.gdlr-core-pb-livemode{ background-color: #ffffff; } 
.kingster-page-title-wrap .kingster-page-title{ color: #000000; } 
.kingster-page-title-wrap .kingster-page-caption{ color: #000000; }.kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb, .kingster-page-title-wrap .kingster-page-caption .woocommerce-breadcrumb a{ color: #000000; }.kingster-page-title-wrap .kingster-page-title-event-time, .kingster-page-title-wrap .kingster-page-title-event-link a, .kingster-page-title-wrap .kingster-page-title-event-link a:hover{ color: #000000; } 
.kingster-page-title-wrap .kingster-page-title-overlay{ background-color: #ffffff; } 
.kingster-page-title-wrap .kingster-page-title-top-gradient{ background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }.kingster-page-title-wrap .kingster-page-title-bottom-gradient{ background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } 
.kingster-body, .kingster-body span.wpcf7-not-valid-tip{ color: #6b6b6b; } 
.kingster-body h1, .kingster-body h2, .kingster-body h3, .kingster-body h4, .kingster-body h5, .kingster-body h6{ color: #161616; }.woocommerce table.shop_attributes th, .woocommerce table.shop_table th, .single-product.woocommerce div.product .product_meta .kingster-head{ color: #161616; } 
.kingster-body a{ color: #0370ab; } 
.kingster-body a:hover{ color: #444444; }.gdlr-core-blog-item .gdlr-core-excerpt-read-more.gdlr-core-plain-text.gdlr-core-hover-border:hover{ border-color: #444444 !important; } 
.kingster-body *{ border-color: #e6e6e6; }.kingster-body .gdlr-core-portfolio-single-nav-wrap{ border-color: #e6e6e6; }.gdlr-core-columnize-item .gdlr-core-columnize-item-content{ column-rule-color: #e6e6e6; -moz-column-rule-color: #e6e6e6; -webkit-column-rule-color: #e6e6e6; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ background-color: #ffffff; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ border-color: #d7d7d7; } 
.kingster-body input, .wpcf7 select, .kingster-body textarea{ color: #4e4e4e; } 
.kingster-body ::-webkit-input-placeholder{  color: #5e5e5e; }.kingster-body ::-moz-placeholder{  color: #5e5e5e; }.kingster-body :-ms-input-placeholder{  color: #5e5e5e; }.kingster-body :-moz-placeholder{  color: #5e5e5e; } 
.kingster-not-found-wrap{ background-color: #23618e; } 
.kingster-not-found-wrap .kingster-not-found-head{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-title{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-caption{ color: #c3e7ff; } 
.kingster-not-found-wrap form.search-form input.search-field{ background-color: #000000; background-color: rgba(0, 0, 0, 0.4) } 
.kingster-not-found-wrap form.search-form input.search-field, .kingster-not-found-wrap .kingster-top-search-submit{ color: #ffffff; } .kingster-not-found-wrap input::-webkit-input-placeholder { color: #ffffff; } .kingster-not-found-wrap input:-moz-placeholder{ color: #ffffff; } .kingster-not-found-wrap input::-moz-placeholder{ color: #ffffff; } .kingster-not-found-wrap input:-ms-input-placeholder{ color: #ffffff; } 
.kingster-not-found-wrap .kingster-not-found-back-to-home a, .kingster-not-found-wrap .kingster-not-found-back-to-home a:hover{ color: #ffffff; } 
.kingster-sidebar-area .kingster-widget-title{ color: #383838; } 
.kingster-sidebar-area .kingster-widget-title{ background-color: #ededed; } 
.kingster-sidebar-area .kingster-widget-title{ border-bottom-color: #0370ab; } 
.kingster-sidebar-area a{ color: #0370ab; }.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_pages ul li:before, .widget_rss ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before{ color: #0370ab; } 
.kingster-sidebar-area a:hover, .kingster-sidebar-area .current-menu-item > a{ color: #191919; } 
.kingster-sidebar-area *{ border-color: #0370ab; } 
.gdlr-core-recent-post-widget .gdlr-core-blog-info i{ color: #9c9c9c; } 
.gdlr-core-recent-post-widget .gdlr-core-blog-info, .gdlr-core-recent-post-widget .gdlr-core-blog-info a, .gdlr-core-recent-post-widget .gdlr-core-blog-info a:hover{ color: #a0a0a0; } 
.gdlr-core-post-slider-widget-overlay .gdlr-core-post-slider-widget-title{ color: #ffffff; } 
.gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info i, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a, .gdlr-core-post-slider-widget-overlay .gdlr-core-blog-info a:hover{ color: #9c9c9c; } 
.widget_search input.search-field{ color: #5e5e5e; }.widget_search input::-webkit-input-placeholder { color: #5e5e5e; }.widget_search input:-moz-placeholder{ color: #5e5e5e; }.widget_search input::-moz-placeholder{ color: #5e5e5e; }.widget_search input:-ms-input-placeholder{ color: #5e5e5e; } 
.widget_search input.search-field{ border-color: #0370ab; } 
.widget_search form:after{ border-color: #c7c7c7; } 
.kingster-body .tagcloud a, .kingster-body .tagcloud a:hover{ color: #ffffff; } 
.kingster-body .tagcloud a{ background-color: #dc3c3a; } 
.kingster-body .tagcloud a{ border-color: #dc3c3a; } 
ul.gdlr-core-twitter-widget-wrap li:before{ color: #303030; } 
ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a, ul.gdlr-core-twitter-widget-wrap li .gdlr-core-twitter-widget-date a:hover{ color: #b5b5b5; } 
.gdlr-core-video-widget i{ background-color: #0370ab; } 
.kingster-footer-wrapper{ background-color: #003366; } 
.kingster-footer-wrapper .kingster-widget-title{ color: #ffffff; }.kingster-footer-wrapper h1, .kingster-footer-wrapper h3, .kingster-footer-wrapper h3, .kingster-footer-wrapper h4, .kingster-footer-wrapper h5, .kingster-footer-wrapper h6{ color: #ffffff; }  
.kingster-footer-wrapper .kingster-widget-title{ border-bottom-color: #ffffff; } 
.kingster-footer-wrapper{ color: #ffffff; }.kingster-footer-wrapper .widget_recent_entries ul li:before, .kingster-footer-wrapper .widget_recent_comments ul li:before, .kingster-footer-wrapper .widget_pages ul li:before, .kingster-footer-wrapper .widget_rss ul li:before, .kingster-footer-wrapper .widget_archive ul li:before, .kingster-footer-wrapper .widget_categories ul li:before, .widget_nav_menu ul li:before, .kingster-footer-wrapper .widget_meta ul li:before{ color: #ffffff; } 
.kingster-footer-wrapper a{ color: #ffffff; } 
.kingster-footer-wrapper a:hover{ color: #0370ab; } 
.kingster-footer-wrapper, .kingster-footer-wrapper *{ border-color: #363636; } 
.kingster-copyright-wrapper{ background-color: #363636; } 
.kingster-copyright-wrapper{ color: #ffffff; } 
.kingster-copyright-wrapper a{ color: #838383; } 
.kingster-copyright-wrapper a:hover{ color: #ffffff; } 
.kingster-footer-back-to-top-button{ background-color: #dbdbdb; } 
.kingster-body .kingster-footer-back-to-top-button, .kingster-body .kingster-footer-back-to-top-button:hover{ color: #313131; } 
.kingster-body .kingster-blog-title-wrap .kingster-single-article-title{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-single-article-date-day{ color: #ffffff; } 
.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year{ color: #d0ebf4; } 
.kingster-blog-title-wrap .kingster-single-article-date-wrapper{ border-color: #ffffff; } 
.kingster-blog-title-wrap .kingster-blog-title-overlay{ background-color: #000000; } 
.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-top-overlay{ background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); }.kingster-blog-title-wrap.kingster-feature-image .kingster-blog-title-bottom-overlay{ background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } 
.kingster-single-author .kingster-single-author-title a, .kingster-single-author .kingster-single-author-title a:hover{ color: #464646; } 
.kingster-single-author .kingster-single-author-caption{ color: #b1b1b1; } 
.kingster-single-author-tags a, .kingster-single-author-tags a:hover{ color: #0370ab; border-color: #0370ab; } 
.kingster-single-nav a, .kingster-single-nav a:hover{ color: #a5a5a5; } 
.kingster-blog-style-2 .kingster-single-nav-area-left .kingster-single-nav-area-overlay{ background-color: #0370ab; } 
.kingster-blog-style-2 .kingster-single-nav-area-right .kingster-single-nav-area-overlay{ background-color: #0370ab; } 
.kingster-blog-style-2 .kingster-single-related-post-wrap{ background-color: #f5f5f5; } 
.kingster-single-magazine-author-tags a, .kingster-single-magazine-author-tags a:hover{ color: #272727; } 
.kingster-single-magazine-author-tags a{ background-color: #f2f2f2; } 
.kingster-blog-magazine .kingster-single-author{ background-color: #f7f7f7; } 
.kingster-comments-area .kingster-comments-title, .kingster-comments-area .comment-author, .kingster-comments-area .comment-reply-title{ color: #464646; } 
.kingster-comments-area .comment-respond{ background-color: #f9f9f9; } 
.kingster-comments-area .comment-reply a, .kingster-comments-area .comment-reply a:hover{ color: #bcbcbc; } 
.kingster-comments-area .comment-time a, .kingster-comments-area .comment-time a:hover{ color: #b1b1b1; } 
.gdlr-core-blog-title a, .kingster-body .kingster-single-article-title, .kingster-body .kingster-single-article-title a{ color: #444444; } 
.gdlr-core-blog-title a:hover, .kingster-body .kingster-single-article-title a:hover{ color: #0370ab; } 
.gdlr-core-sticky-banner, .kingster-sticky-banner{ color: #444444; } 
.gdlr-core-sticky-banner, .kingster-sticky-banner{ background-color: #f3f3f3; } 
.kingster-single-article .kingster-blog-info-wrapper, .kingster-single-article .kingster-blog-info-wrapper a, .kingster-single-article .kingster-blog-info-wrapper a:hover, .kingster-single-article .kingster-blog-info-wrapper i, .gdlr-core-blog-info-wrapper, .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-info-wrapper a:hover, .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-grid .gdlr-core-blog-info-date a{ color: #959595; } 
.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-day, .kingster-single-article .kingster-single-article-date-day{ color: #353535; } 
.gdlr-core-blog-date-wrapper .gdlr-core-blog-date-month, .kingster-single-article .kingster-single-article-date-month{ color: #c3e6f5; } 
.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame, .gdlr-core-blog-full-frame, .gdlr-core-blog-list-frame, .gdlr-core-blog-link-format{ background-color: #ffffff; } 
.gdlr-core-opacity-on-hover{ background: #000; } 
.gdlr-core-style-2 .gdlr-core-blog-thumbnail .gdlr-core-blog-info-category{ background: #0370ab; }.gdlr-core-blog-feature .gdlr-core-blog-info-category{ background: #0370ab; }.gdlr-core-recent-post-widget-thumbnail .gdlr-core-blog-info-category{ background: #0370ab; } 
.gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-title a{ color: #ffffff; } .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-content{ color: #ffffff; }.gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper a, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-info-wrapper i, .gdlr-core-blog-metro.gdlr-core-with-image .gdlr-core-blog-title a{ color: #ffffff; } 
.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format{ background-color: #0370ab; }.kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format{ background-color: #0370ab; } 
.kingster-blog-aside-format .kingster-single-article-content, .gdlr-core-blog-aside-format .gdlr-core-blog-content{ color: #ffffff; }.kingster-blog-quote-format .kingster-single-article-content blockquote, .kingster-blog-quote-format .kingster-single-article-content q, .kingster-blog-quote-format .kingster-single-article-content, .gdlr-core-blog-quote-format .gdlr-core-blog-content blockquote,.gdlr-core-blog-quote-format .gdlr-core-blog-content q,.gdlr-core-blog-quote-format .gdlr-core-blog-content{ color: #ffffff; } 
.gdlr-core-pagination a{ background-color: #f0f0f0; }body .page-links > a, body .nav-links > a, body .nav-links > span.dots{ background-color: #f0f0f0; } 
.gdlr-core-pagination a{ color: #919191; }body .page-links > a, body .nav-links > a, body .nav-links > span.dots{ color: #919191; } 
.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span{ background-color: #0370ab; }body .page-links > span, body .page-links > a:hover, body .nav-links > span.current, body .nav-links > a:hover{ background-color: #0370ab; } 
.gdlr-core-pagination a:hover, .gdlr-core-pagination a.gdlr-core-active, .gdlr-core-pagination span{ color: #ffffff; }body .page-links > span, body .page-links > a:hover, body .nav-links > span.current, body .nav-links > a:hover{ color: #ffffff; } 
.gdlr-core-pagination.gdlr-core-with-border a{ color: #b4b4b4; border-color: #b4b4b4; }.gdlr-core-pagination.gdlr-core-style-plain a, .gdlr-core-pagination.gdlr-core-style-plain a:before, .gdlr-core-pagination.gdlr-core-style-plain span:before{ color: #b4b4b4; } 
.gdlr-core-pagination.gdlr-core-with-border a:hover, .gdlr-core-pagination.gdlr-core-with-border a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-with-border span{ color: #424242; border-color: #424242; }.gdlr-core-pagination.gdlr-core-style-plain a:hover, .gdlr-core-pagination.gdlr-core-style-plain a.gdlr-core-active, .gdlr-core-pagination.gdlr-core-style-plain span{ color: #424242; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title, .gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-title a{ color: #dc3c3a; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-title:hover, .gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-title a:hover{ color: #0370ab; } 
.gdlr-core-course-item.gdlr-core-course-style-list .gdlr-core-course-item-id, .gdlr-core-course-item .gdlr-core-course-item-icon{ color: #0370ab; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-list{ background-color: #f2f2f2; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-title{ color: #3e3e3e; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-id{ color: #0370ab; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-info{ color: #6b6b6b; } 
.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button,.gdlr-core-course-item.gdlr-core-course-style-list-info .gdlr-core-course-item-button:hover{ background-color: #0370ab; } 
.gdlr-core-course-item.gdlr-core-course-style-grid .gdlr-core-course-item-content-wrap{ background-color: #ffffff; } 
.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox{ background-color: #0370ab; } 
.gdlr-core-body .gdlr-core-course-form input, .gdlr-core-course-form .gdlr-core-course-form-combobox select, .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #ffffff; }.gdlr-core-course-form input::-webkit-input-placeholder{ color: #ffffff; }.gdlr-core-course-form input::-moz-placeholder{ color: #ffffff; }.gdlr-core-course-form input:-ms-input-placeholder{ color: #ffffff; }.gdlr-core-course-form input:-moz-placeholder{ color: #ffffff; } 
.gdlr-core-body .gdlr-core-course-form input[type="submit"]{ background-color: #dc3c3a; } 
.gdlr-core-type-start-date-month .gdlr-core-date{ color: #0370ab; }.gdlr-core-event-item-info.gdlr-core-type-start-date-month{ border-color: #0370ab; } 
.gdlr-core-type-start-date-month .gdlr-core-month{ color: #242424; } 
.gdlr-core-event-item-list .gdlr-core-event-item-title a, .gdlr-core-event-item-list .gdlr-core-event-item-title a:hover{ color: #000000; } 
.gdlr-core-event-item .gdlr-core-event-item-info-wrap{ color: #0370ab; } 
.gdlr-core-portfolio-single-nav, .gdlr-core-portfolio-single-nav a, .gdlr-core-portfolio-single-nav a:hover{ color: #828282; } 
.gdlr-core-portfolio-grid.gdlr-core-style-with-frame .gdlr-core-portfolio-grid-frame, .gdlr-core-portfolio-grid2{ background-color: #ffffff; } 
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title a{ color: #191919; } 
.gdlr-core-port-info-item .gdlr-core-port-info-key, .gdlr-core-port-info2 .gdlr-core-port-info2-key{ color: #343434; } 
.gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a, .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info a:hover{ color: #b1b1b1; } 
.gdlr-core-portfolio-grid2 .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-info{ background-color: #0370ab; } 
.gdlr-core-portfolio-badge{ color: #0a0a0a; } 
.gdlr-core-portfolio-badge{ background-color: #0370ab; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-icon, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-title a:hover{ color: #ffffff; } 
.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a, .gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-info a:hover{ color: #cecece; } 
.gdlr-core-filterer-wrap.gdlr-core-style-text a{ color: #aaaaaa; } 
.gdlr-core-filterer-wrap.gdlr-core-style-text a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-text a.gdlr-core-active{ color: #161616; }.gdlr-core-filterer-wrap.gdlr-core-style-text .gdlr-core-filterer-slide-bar{ border-bottom-color: #161616 } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a{ color: #838383; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a{ background-color: #f1f1f1; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active{ color: #191919; } 
.gdlr-core-filterer-wrap.gdlr-core-style-button a:hover, .gdlr-core-filterer-wrap.gdlr-core-style-button a.gdlr-core-active{ background-color: #0370ab; } 
.gdlr-core-price-table-item .gdlr-core-price-table{ background-color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-head{ background-color: #3e3e3e; background: -webkit-linear-gradient(#3e3e3e, #3e3e3e); background: -o-linear-gradient(#3e3e3e, #3e3e3e); background: -moz-linear-gradient(#3e3e3e, #3e3e3e); background: linear-gradient(#3e3e3e, #3e3e3e); } 
.gdlr-core-price-table .gdlr-core-price-table-icon{ color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-title{ color: #0370ab; } 
.gdlr-core-price-table .gdlr-core-price-table-caption{ color: #ffffff; } 
.gdlr-core-price-table .gdlr-core-price-table-price{ background-color: #f6f6f6; } 
.gdlr-core-price-table .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix{ color: #323232; } 
.gdlr-core-price-table .gdlr-core-price-suffix{ color: #191919; } 
body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ color: #ffffff; } 
body .gdlr-core-price-table .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ background-color: #383838; background: -webkit-linear-gradient(#383838, #383838); background: -o-linear-gradient(#383838, #383838); background: -moz-linear-gradient(#383838, #383838); background: linear-gradient(#383838, #383838); } 
.gdlr-core-price-table .gdlr-core-price-table-content *{ border-color: #e5e5e5; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-head{ background-color: #0370ab; background: -webkit-linear-gradient(#0370ab, #0370ab); background: -o-linear-gradient(#0370ab, #0370ab); background: -moz-linear-gradient(#0370ab, #0370ab); background: linear-gradient(#0370ab, #0370ab); } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-icon{ color: #ffffff; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-title{ color: #ffffff; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-caption{ color: #0370ab; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price{ background-color: #f6f6f6; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-price-number, .gdlr-core-price-table .gdlr-core-price-prefix{ color: #323232; } 
.gdlr-core-price-table.gdlr-core-active .gdlr-core-price-suffix{ color: #191919; } 
body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ color: #ffffff; } 
body .gdlr-core-price-table.gdlr-core-active .gdlr-core-price-table-button, body .gdlr-core-price-table .gdlr-core-price-table-button:hover{ background-color: #0370ab; background: -webkit-linear-gradient(#0370ab, #0370ab); background: -o-linear-gradient(#0370ab, #0370ab); background: -moz-linear-gradient(#0370ab, #0370ab); background: linear-gradient(#0370ab, #0370ab); } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-icon, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ color: #dc3c3a; } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title .gdlr-core-head{ color: #dc3c3a; } 
.gdlr-core-accordion-style-icon .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-title{ color: #dc3c3a; } 
.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ background-color: #f3f3f3; }.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon, .gdlr-core-toggle-box-style-box-icon .gdlr-core-toggle-box-item-icon{ border-color: #f3f3f3; } 
.gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-accordion-item-title:before{ color: #0370ab; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title .gdlr-core-head, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title .gdlr-core-head{ color: #0370ab; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title{ color: #0370ab; } 
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-toggle-box-item-title{ background-color: #f3f3f3; } 
.gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title:before{ color: #ffffff; } 
.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title{ color: #ffffff; } 
.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-accordion-style-background-title-icon .gdlr-core-active .gdlr-core-accordion-item-title, .gdlr-core-toggle-box-style-background-title .gdlr-core-active .gdlr-core-toggle-box-item-title, .gdlr-core-toggle-box-style-background-title-icon .gdlr-core-active .gdlr-core-toggle-box-item-title{ background-color: #0370ab; } 
.gdlr-core-audio, .gdlr-core-audio .mejs-container .mejs-controls{ background-color: #e7e7e7; } 
.gdlr-core-audio .mejs-container .mejs-controls .mejs-volume-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-playpause-button:before, .gdlr-core-audio .mejs-container .mejs-controls .mejs-time{ color: #202020; } 
.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-total, .gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-loaded{ background-color: #afafaf; } 
.gdlr-core-audio .mejs-controls .mejs-time-rail .mejs-time-current{ background-color: #0370ab; } 
.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{ background-color: #afafaf; } 
.gdlr-core-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{ background-color: #646464; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ background-color: #ef5e68; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ border-color: #cd515a; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-inner{ color: #ffffff; } 
.gdlr-core-alert-box-item .gdlr-core-alert-box-item-title{ color: #ffffff; } 
blockquote, q{ color: #777777; } 
blockquote, q, pre{ background-color: #f5f5f5; } 
.kingster-body blockquote, .kingster-body q{ border-color: #e2e2e2; } 
.gdlr-core-blockquote-item-quote{ color: #0370ab; } 
.gdlr-core-blockquote-item-content, .gdlr-core-blockquote-item-author, pre{ color: #2d2d2d; } 
.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"]{ color: #ffffff; } 
.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover{ color: #ffffff; } 
.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .kingster-body .kingster-button, .kingster-body input[type="button"], .kingster-body input[type="submit"]{ background-color: #0370ab; } 
.gdlr-core-body .gdlr-core-load-more:hover, .gdlr-core-body .gdlr-core-button:hover{ background-color: #2F2F2F; } 
.gdlr-core-body .gdlr-core-button-with-border{ border-color: #383838; } .gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent{ color: #383838; } 
.gdlr-core-body .gdlr-core-button-with-border:hover{ border-color: #000000; }.gdlr-core-body .gdlr-core-button-with-border.gdlr-core-button-transparent:hover{ color: #000000; } 
.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient{ background-color: #0370ab; background: -webkit-linear-gradient(#0370ab, #0370ab); background: -o-linear-gradient(#0370ab, #0370ab); background: -moz-linear-gradient(#0370ab, #0370ab); background: linear-gradient(#0370ab, #0370ab); }.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient-v{ background-color: #0370ab; background: -webkit-linear-gradient(to right, #0370ab, #0370ab); background: -o-linear-gradient(to right, #0370ab, #0370ab); background: -moz-linear-gradient(to right, #0370ab, #0370ab); background: linear-gradient(to right, #0370ab, #0370ab); } 
.gdlr-core-call-to-action-item-title{ color: #2c2c2c; } 
.gdlr-core-call-to-action-item-caption{ color: #535353; } 
.gdlr-core-counter-item-top-text{ color: #828282; } 
.gdlr-core-counter-item-top-icon{ color: #393939; } 
.gdlr-core-counter-item-number{ color: #393939; } 
.gdlr-core-counter-item-divider{ border-color: #393939; } 
.gdlr-core-counter-item-bottom-text{ color: #393939; } 
.gdlr-core-column-service-item .gdlr-core-column-service-icon, .gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-character{ color: #9d9d9d; } 
.gdlr-core-column-service-item .gdlr-core-icon-style-round i{ background-color: #f3f3f3; } 
.gdlr-core-column-service-item .gdlr-core-column-service-title{ color: #ffffff; } 
.gdlr-core-column-service-item .gdlr-core-column-service-caption{ color: #747474; } 
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title, .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap{ background-color: #0370ab; } 
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title{ color: #252525; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-feature-box-item .gdlr-core-feature-box{ background-color: #0370ab; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-front, .gdlr-core-flipbox-item .gdlr-core-flipbox-back, .gdlr-core-flipbox-item .gdlr-core-flipbox-frame, .gdlr-core-feature-box-item .gdlr-core-feature-box, .gdlr-core-feature-box-item .gdlr-core-feature-box-frame{ border-color: #0370ab; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-icon, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-icon{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-title, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-title{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-caption, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-caption{ color: #ffffff; } 
.gdlr-core-flipbox-item .gdlr-core-flipbox-item-content, .gdlr-core-feature-box-item .gdlr-core-feature-box-item-content{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-title{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-gallery-image-overlay .gdlr-core-image-overlay-caption{ color: #cecece; } 
.gdlr-core-image-overlay{ background-color: #000000; background-color: rgba(0, 0, 0, 0.6); } 
.gdlr-core-image-overlay-content, .gdlr-core-image-overlay-content a, .gdlr-core-image-overlay-icon{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin] .gdlr-core-image-overlay-icon, .gdlr-core-page-builder-body .gdlr-core-pbf-column[data-skin] .gdlr-core-image-overlay-icon{ color: #ffffff; } 
.gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon{ background-color: #ffffff; } 
.gdlr-core-body .gdlr-core-image-item-wrap{ border-color: #000000; } 
.gdlr-core-block-item-title-wrap .gdlr-core-block-item-title{ color: #343434; } 
.gdlr-core-block-item-title-wrap .gdlr-core-block-item-caption{ color: #747474; } 
.gdlr-core-block-item-title-wrap a, .gdlr-core-block-item-title-wrap a:hover{ color: #747474; } 
.gdlr-core-icon-list-item i{ color: #222222; } 
.gdlr-core-icon-list-with-background-round .gdlr-core-icon-list-icon-wrap, .gdlr-core-icon-list-with-background-circle .gdlr-core-icon-list-icon-wrap{ color: #f3f3f3; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-day{ color: #a5a5a5; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-open{ color: #262626; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-close{ color: #c8c8c8; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-time i{ color: #8a8989; } 
.gdlr-core-opening-hour-item .gdlr-core-opening-hour-list-item{ border-color: #a6a6a6; } 
.gdlr-core-personnel-info-item-list-wrap, .gdlr-core-personnel-item .gdlr-core-personnel-info{ color: #4c4c4c; } 
.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-title a{ color: #dc3c3a; } 
.gdlr-core-personnel-style-grid .gdlr-core-personnel-list-position{ color: #7a7a7a; } 
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ background-color: #ffffff; } 
.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap{ border-color: #0370ab; } 
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title, .gdlr-core-personnel-style-modern .gdlr-core-personnel-list-title a{ color: #ffffff; } 
.gdlr-core-personnel-style-modern .gdlr-core-personnel-list-position{ color: #ffffff; }.gdlr-core-personnel-style-modern .gdlr-core-social-network-item a{ color: #ffffff; } 
.gdlr-core-promo-box-item .gdlr-core-promo-box-item-title{ color: #383838; } 
.gdlr-core-promo-box-item .gdlr-core-promo-box-content-wrap{ border-color: #e8e7e7; } 
.gdlr-core-post-slider-item .gdlr-core-post-slider-title a{ color: #ffffff; } 
.gdlr-core-post-slider-item .gdlr-core-blog-info, .gdlr-core-post-slider-item .gdlr-core-blog-info a{ color: #c5c5c5; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-title{ color: #9ccfe5; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-title{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-caption{ color: #acd4e5; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count{ color: #c5c5c5; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-count{ background-color: #0370ab; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count{ color: #0370ab; } 
.gdlr-core-roadmap-item-head.gdlr-core-active .gdlr-core-roadmap-item-head-count{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-head-divider{ border-color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-title{ color: #ffffff; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content-caption{ color: #0370ab; } 
.gdlr-core-roadmap-item .gdlr-core-roadmap-item-content{ color: #a2d1e5; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-title, .gdlr-core-skill-bar-item .gdlr-core-skill-bar-right{ color: #505050; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-icon{ color: #616161; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-progress{ background-color: #f3f3f3; } 
.gdlr-core-skill-bar-item .gdlr-core-skill-bar-filled{ background-color: #0370ab; } 
.gdlr-core-flexslider-nav .flex-direction-nav li a, .gdlr-core-flexslider.gdlr-core-nav-style-middle-large .flex-direction-nav li a{ color: #0c0c0c; border-color: #0c0c0c; } 
.gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #f1f1f1; }.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a{ background-color: #f1f1f1; } 
.gdlr-core-flexslider .flex-control-nav li a{ border-color: #8a8a8a; }.gdlr-core-flexslider .flex-control-nav li a.flex-active{ background-color: #8a8a8a; }.gdlr-core-flexslider.gdlr-core-color-bullet .flex-control-nav li a.flex-active,.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a.flex-active,.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav li a.flex-active{ background-color: #8a8a8a; }.gdlr-core-flexslider.gdlr-core-border-color-bullet .flex-control-nav li a.flex-active{ border-color: #8a8a8a; } 
.gdlr-core-flexslider.gdlr-core-color-bullet .flex-control-nav li a,.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder .flex-control-nav li a,.gdlr-core-flexslider.gdlr-core-bullet-style-cylinder-left .flex-control-nav li a{ background-color: #dfdfdf; }.gdlr-core-flexslider.gdlr-core-border-color-bullet .flex-control-nav li a{ border-color: #dfdfdf; } 
.gdlr-core-social-share-item a{ color: #202020; }.gdlr-core-social-share-item.gdlr-core-style-round a, .gdlr-core-social-share-item.gdlr-core-style-round a:hover{ background-color: #202020; } 
.gdlr-core-social-share-item .gdlr-core-divider{ border-color: #e5e5e5; } 
.gdlr-core-social-share-item .gdlr-core-social-share-count{ color: #202020; } 
.gdlr-core-stunning-text-item-caption{ color: #747474; } 
.gdlr-core-stunning-text-item-title{ color: #383838; } 
.gdlr-core-tab-item .gdlr-core-tab-item-image i{ color: #0370ab; } 
.gdlr-core-tab-item-title{ color: #8d8d8d; } 
.gdlr-core-tab-item-title.gdlr-core-active{ color: #464646; } 
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title{ background-color: #f7f7f7; }@media only screen and (max-width: 767px){ .gdlr-core-tab-item-title-wrap{ background-color: #f7f7f7; } } 
.gdlr-core-tab-item-content{ color: #8c8c8c; } 
.gdlr-core-tab-item-content{ background-color: #ffffff; } 
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title.gdlr-core-active, .gdlr-core-tab-style1-vertical .gdlr-core-tab-item-title.gdlr-core-active{ background-color: #ffffff; } 
table tr th{ background-color: #0370ab; } 
table tr th, .kingster-body table tr th a, .kingster-body table tr th a:hover{ color: #ffffff; } 
table tr:nth-child(odd){ background-color: #f9f9f9; } 
table tr:nth-child(odd){ color: #949494; } 
table tr:nth-child(even){ background-color: #f3f3f3; } 
table tr:nth-child(even){ color: #949494; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-item-title{ color: #232323; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-content{ color: #707070; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-title{ color: #3b3b3b; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating i{ color: #ffa127; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-position{ color: #3b3b3b; } 
.gdlr-core-testimonial-item .gdlr-core-testimonial-quote{ color: #0370ab; } 
.gdlr-core-title-item .gdlr-core-title-item-title, .gdlr-core-title-item .gdlr-core-title-item-title a{ color: #161616; } 
.gdlr-core-title-item .gdlr-core-title-item-caption{ color: #747474; } 
.wpml-ls-legacy-dropdown ul, .wpml-ls-legacy-dropdown ul a,  .wpml-ls-legacy-dropdown ul a:hover{ color: #d5deee; } 
.wpml-ls-legacy-dropdown ul{ border-color: #6a768f; } 
.woocommerce .star-rating span, .single-product.woocommerce #review_form #respond p.stars a, .single-product.woocommerce div.product .product_meta, .single-product.woocommerce div.product .product_meta a{ color: #0370ab; }.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, html .woocommerce input.button, html .woocommerce span.onsale{ background-color: #0370ab; } 
span.woocommerce-Price-amount.amount{ color: #707070; } 
.woocommerce .price del, .gdlr-core-product-price del, del span.woocommerce-Price-amount.amount{ color: #949494; } 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background-color: #dc3c3a; } 
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{ color: #ffffff; } 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ color: #ffffff; } 
.single-product.woocommerce div.product .quantity .qty, #add_payment_method #payment, .woocommerce-checkout #payment, .single-product.woocommerce #reviews #comments ol.commentlist li{ background-color: #f3f3f3; } 
.gdlr-core-product-grid .gdlr-core-product-title a{ color: #191919; } 
.gdlr-core-product-grid .gdlr-core-product-title a:hover{ color: #434343; } 
.gdlr-core-product-thumbnail .gdlr-core-product-view-detail, .gdlr-core-product-thumbnail .gdlr-core-product-view-detail:hover{ color: #ffffff; } 
.gdlr-core-product-thumbnail .gdlr-core-product-view-detail{ background-color: #000000; background-color: rgba(0, 0, 0, 0.9); } 
.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .added_to_cart:hover, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart:hover{ color: #ffffff; } 
.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart{ background-color: #0370ab; background-color: rgba(3, 112, 171, 0.9); } 
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #e6e6e6; } 
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ background-color: #0370ab; } 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ background-color: #87c9e5; } 
.gdlr-core-body .gdlr-core-privacy-box-wrap .gdlr-core-privacy-box-button{ background: #1a49a8; } 
.gdlr-core-gdpr-form-checkbox:checked + .gdlr-core-gdpr-form-checkbox-appearance .gdlr-core-gdpr-form-checkbox-button{ background-color: #1a49a8; }.gdlr-core-gdpr-form-checkbox:checked + .gdlr-core-gdpr-form-checkbox-appearance + .gdlr-core-gdpr-form-checkbox-text,.gdlr-core-gdpr-form-checkbox-required + .gdlr-core-gdpr-form-checkbox-appearance + .gdlr-core-gdpr-form-checkbox-text{ color: #1a49a8; } 
.gdlr-core-body .gdlr-core-gdpr-form-submit input[type="submit"]{ background: #1a49a8; } 
.kingster-comments-area textarea {
    font-size: 14px;
}

a:focus {
    outline: 4px solid #3696d3;
}
a{
    outline-offset: -2px;
}


/* Turned General Links to Specific Color on Homepage */
.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link {
    color: #000000;
} 
body.kingster-body.course-item-popup #learn-press-content-item .content-item-wrap{ max-width: 900px; }body #popup-course #popup-content #learn-press-content-item .content-item-wrap, body #popup-course #popup-footer{ width: 900px; } 
body #learn-press-profile-nav .tabs > li.active > a{ color: #3495fb; }body .lp-tab-sections .section-tab.active span{ border-color: #3495fb; }body .quiz-result.passed .result-achieved, body .quiz-result.passed .result-message strong{ color: #3495fb; }body .quiz-result .result-grade .result-achieved:after{ border-color: #3495fb; }body button, body.kingster-body.confirm #popup_container #popup_panel input[type="button"]{ background-color: #3495fb; }body .lp-list-table thead tr th{ background: #3495fb; }body .learn-press-subtab-content .lp-sub-menu span{ border-color: #3495fb; }body .lp-list-table tbody tr td.column-order-action a, body .lp-list-table tbody tr td.column-order-action a:hover{ color: #3495fb; }body .quiz-progress .progress-items .progress-item .progress-number{ color: #3495fb; }body .course-rate .review-bar .rating{ background: #3495fb; }body .answer-options .answer-option:hover .option-title .option-title-content{ color: #3495fb; }body table.order_details tr th{ background: #3495fb; }body .course-item-nav .prev:hover a.kingster-nav, body .course-item-nav .next:hover a.kingster-nav{ color: #3495fb; }body ul.learn-press-nav-tabs .course-nav.active a{ color: #3495fb; }body .kingster-tab-slidebar .kingster-tab-slidebar-border{ border-color: #3495fb; }body .kingster-tab-slidebar .kingster-tab-slidebar-border:before { border-color: #3495fb transparent transparent; }body .kingster-lp-course-info-item .kingster-tail a,body .kingster-lp-course-info-item .kingster-tail a:hover,body .kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist i{ color: #3495fb; }.kingster-lp-course-left-thumbnail .kingster-lp-course-wishlist i, .kingster-lp-course-left-thumbnail .kingster-lp-course-info a, .kingster-lp-course-left-thumbnail .kingster-lp-course-info a:hover,.kingster-lp-course-left-thumbnail .kingster-author-content a{ color: #3495fb; }.kingster-lp-course-grid .kingster-lp-course-info.kingster-type-category a,.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-price,.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist i{ color: #3495fb; }body .question-numbers li.current a{ background: #3495fb; }body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed .course-item-status, body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status, .learn-press-form.completed{ color: #3495fb; }.course-curriculum ul.curriculum-sections .section-content .course-item.current .item-name{ color: #3495fb; }@media screen and (max-width: 768px) { body #course-item-content-header .toggle-content-item{ background: #3495fb; color: #fff; } }body #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.current .item-name{ color: #3495fb; }body #popup-course #sidebar-toggle:before{ color: #3495fb; }body .learn-press-breadcrumb li a, body .learn-press-breadcrumb li a:hover{ color: #3495fb; }#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link:before{ color: #3495fb; }body #learn-press-checkout-form a, body #learn-press-checkout-form a:hover{ color: #3495fb; }body #checkout-payment #checkout-order-action button, body #checkout-payment #checkout-order-action button:hover{ background: #3495fb; }html body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > a{ color: #3495fb; }html body #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > a i:before{ color: #3495fb; }html body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist.active > a::before{ color: #3495fb; }.learn-press-tabs .learn-press-tabs__tab.active label, .learn-press-subtab-content .learn-press-filters > li > span{ border-bottom-color: #3495fb; }body #learn-press-profile-basic-information button, body form[name="profile-change-password"] button,body #learn-press-profile-basic-information button:hover, body form[name="profile-change-password"] button:hover{ background: #3495fb; }.lp-list-table tbody tr td.column-order-actions a, .lp-list-table tbody tr td.column-order-actions a:hover{ color: #3495fb; }body .learn-press-form-login button[type="submit"], body .learn-press-form-register button[type="submit"]{ background: #3495fb; }body #popup-course #popup-content .lp-button, body.learnpress-page .lp-button, body.learnpress-page .lp-button:hover, body.learnpress-page #lp-button, body.learnpress-page #lp-button:hover{ background: #3495fb; color: #fff; }body .lp-modal-dialog .lp-modal-content .lp-modal-header{ background: #3495fb; }.quiz-intro .quiz-intro-item::before { color: #3495fb; }body #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current, body #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover{ color: #3495fb; }body .learn-press-profile-course__tab__inner a.active, body .learn-press-course-tab-filters .learn-press-filters a.active{ border-color: #3495fb; }body .lp-list-table tbody tr td a:hover, body .lp-list-table tbody tr th a:hover,  body .lp-list-table tfoot tr td a:hover, body .lp-list-table tfoot tr th a:hover{ color: #3495fb; } 
form[name="profile-avatar"] button#lp-upload-photo, .review-form button.close, body #lp-user-edit-avatar #lp-avatar-actions a{ background: #ededed; } 
form[name="profile-avatar"] button#lp-upload-photo, .review-form button.close, body #lp-user-edit-avatar #lp-avatar-actions a{ color: #262626; }  
.quiz-result.failed .result-achieved, .quiz-result.failed .result-message strong{ color: #f63434; } 
body .lp-label.label-finished, body .lp-label.label-completed{ background: #eabd53; color: #fff; } 
.review-stars > li span:before, .review-stars > li span.hover:before{ color: #eebc25; }.review-stars-rated .review-stars.empty, .review-stars-rated .review-stars.filled{ color: #eebc25; } 
body.confirm #popup_container, .review-form{ background-color: #f7f7f7; } 
body.confirm #popup_container .close{ color: #a8a8a8; }  
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status{ background-color: #00adff; }body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview{ background-color: #00adff; }#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-preview:before{ background-color: #00adff; } 
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ color: #d1988b; }body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ color: #d1988b; }#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.count-questions{ color: #d1988b; } 
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ background: #ffe5e0; }body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ background-color: #ffe5e0; }#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.count-questions{ background-color: #ffe5e0; } 
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed.failed .course-item-status:before{ color: #feb5b6; } 
.kingster-lp-top-bar-user-button{ background-color: #2b3f65; } 
#learn-press-profile-header .profile-name{ color: #222; } 
body #learn-press-profile-nav .tabs > li > a, body #learn-press-profile-nav .tabs > li:hover:not(.active) > a{ color: #6e6e6e; }body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a:hover, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a:hover > i, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a:hover::before{ color: #6e6e6e; } 
body #learn-press-profile-nav .tabs > li > a, body #learn-press-profile-nav .tabs > li:hover:not(.active) > a{ background: #f5f5f5; }body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a:hover{ background-color: #f5f5f5; } 
body #learn-press-profile-nav .tabs > li.active > a{ background: #fbfbfb; }body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active a{ background: #fbfbfb; } 
body a.kingster-learn-press-profile-nav-logout, body a.kingster-learn-press-profile-nav-logout:hover{ color: #a4a4a4; }body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout:hover, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout a, body #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout a:hover{ background: transparent; color: #a4a4a4; } 
.lp-tab-sections .section-tab a, .lp-tab-sections .section-tab a:hover, .lp-tab-sections .section-tab span{ color: #696969; }.lp-sub-menu li a, .lp-sub-menu li a:hover, .lp-sub-menu li span{ color: #696969; }body .learn-press-tabs .learn-press-tabs__tab > label a{ color: #696969 !important; }.learn-press-subtab-content .learn-press-filters > li > span, .learn-press-subtab-content .learn-press-filters > li > a{ color: #696969; }body .learn-press-profile-course__tab__inner a.active, body .learn-press-course-tab-filters .learn-press-filters a.active, body .learn-press-profile-course__tab__inner a, body .learn-press-profile-course__tab__inner a:hover { color: #696969; } 
.learn-press-form .form-fields .form-field label{ color: #292929; }body.confirm #popup_container #popup_content #popup_message,.review-form h3, .review-form .review-fields > li > label{ color: #292929; }.lp-list-table tbody tr td.column-course a, .lp-list-table tbody tr td.column-course a:hover{ color: #292929; }.lp-list-table tbody tr td.column-order-number, .lp-list-table tbody tr td.column-order-number a, .lp-list-table tbody tr td.column-order-number a:hover{ color: #292929; }.lp-list-table tr td.course-name, .lp-list-table tr td.course-name a, .lp-list-table tr td.course-name a:hover{ color: #292929; }.checkout-review-order tr td.course-total,.checkout-review-order tr.cart-subtotal td,.checkout-review-order tr.order-total td{ color: #292929; }.lp-list-table.order-table-details tr td, .lp-list-table.order-table-details tfoot tr:last-child th,.lp-list-table.order-table-details tfoot tr td, .lp-list-table.order-table-details tfoot tr th{ color: #292929; }body #checkout-order .lp-checkout-order__inner .course-name a, body #checkout-order .lp-checkout-order__inner .course-name a:hover{ color: #292929; } 
.learn-press-form .form-fields .form-field .description{ color: #969696; }.learn-press-form .form-fields .form-field input[type="text"], .learn-press-form .form-fields .form-field input[type="email"], .learn-press-form .form-fields .form-field input[type="number"], .learn-press-form .form-fields .form-field input[type="password"], .learn-press-form .form-fields .form-field textarea,.learn-press-form .form-fields .form-field select{ color: #969696; }.review-form .review-fields > li input[type="text"], .review-form .review-fields > li textarea{ color: #969696; }#learn-press-user-profile .learn-press-form-login a{ color: #969696; border-color: #969696; }.lp-list-table tbody tr td, .lp-list-table tbody tr td a, .lp-list-table tbody tr td a:hover,.lp-list-table tfoot tr th, .lp-list-table tfoot tr th a, .lp-list-table tfoot tr th a:hover{ color: #969696; }.learn-press-checkout-comment textarea{ color: #969696; }form#learn-press-checkout + a{ color: #969696; border-color: #969696; }.learn-press-form .form-fields .form-field .kingster-lp-combobox{ border-color: #969696; } 
body .learn-press-form .form-fields .form-field input[type="text"],body .learn-press-form .form-fields .form-field input[type="text"]:focus,body .learn-press-form .form-fields .form-field input[type="email"], body .learn-press-form .form-fields .form-field input[type="email"]:focus, body .learn-press-form .form-fields .form-field input[type="number"], body .learn-press-form .form-fields .form-field input[type="password"], body .learn-press-form .form-fields .form-field input[type="password"]:focus, body .learn-press-form .form-fields .form-field textarea,body .learn-press-form .form-fields .form-field select{ border-color: #e7e7e7; border-width: 1px 1px 2px; border-style: solid; outline: none !important; box-shadow: none !important; }.review-form .review-fields > li input[type="text"], .review-form .review-fields > li textarea{ border-color: #e7e7e7; }.lp-list-table th, .lp-list-table td{ border-color: #e7e7e7; }.learn-press-checkout-comment textarea{ color: #e7e7e7; }.lp-list-table.order-table-details{ border-color: #e7e7e7; }body #learn-press-profile-basic-information .form-field .form-field-input input, body #learn-press-profile-basic-information .form-field .form-field-input input:focus, body #learn-press-profile-basic-information .form-field .form-field-input textarea, body #learn-press-profile-basic-information .form-field .form-field-input textarea:focus{ border-color: #e7e7e7; } 
.lp-list-table .list-table-nav td{ color: #a0a0a0; }#profile-content-order-details{ color: #a0a0a0; } 
.learn-press-progress .progress-bg{ background: #e1e1e1; }.course-rate .review-bar{ background: #e1e1e1; } 
.learn-press-course-results-progress .items-progress .lp-course-status .grade.passed, .learn-press-course-results-progress .course-progress .lp-course-status .grade.passed, .learn-press-progress .progress-bg .progress-active{ background: #0082fa; } 
.kingster-lp-course-price-item .course-price .price, .lp-single-course .course-price .price{ color: #222; } 
.kingster-lp-course-price-item .origin-price, .lp-single-course .course-price .origin-price{ color: #b1b1b1; } 
.kingster-lp-course-price-item button.lp-button, .kingster-lp-course-price-item button.lp-button:hover, .lp-label.label-enrolled, .lp-label.label-started{ background: #2ed47d; }.wp-core-ui .kingster-lp-course-price-item button, .wp-core-ui .kingster-lp-course-price-item button:hover{ background: #2ed47d; color: #fff; } 
ul.learn-press-nav-tabs .course-nav a, #learn-press-course-tabs .course-nav label{ color: #777; } 
.kingster-course-rating-summary{ background: #f7f7f7; } 
.kingster-course-rating-summary .kingster-course-rating-summary-amount{ color: #454545; } 
.kingster-course-rating-summary .kingster-course-rating-summary-number{ color: #696969; } 
.kingster-lp-course-social-share, .kingster-lp-course-social-share .gdlr-core-social-share-wrap a{ color: #969696; } 
.kingster-lp-course-social-share .gdlr-core-social-share-wrap a:hover{ background-color: #00d65c; border-color: #00d65c; } 
body .course-item-nav a.kingster-nav{ color: #222222; } 
.course-item-nav .prev:hover a.kingster-nav, .course-item-nav .next:hover a.kingster-nav{ border-bottom-color: #c5c5c5; } 
body .course-item-nav a.kingster-nav-title{ color: #aeaeae; } 
#learn-press-payment .payment-methods .lp-payment-method > label{ background: #f4f4f4; } 
#learn-press-payment .payment-methods .lp-payment-method.selected > label{ background: #f2f8ff; } 
table.order_details tr td{ background: #f3f3f3; } 
table.order_details tr td, table.order_details tr td a, table.order_details tr td a:hover{ color: #787878; } 
body .course-curriculum ul.curriculum-sections .section-header,body .course-curriculum ul.curriculum-sections .section-content .course-item,body ul.learn-press-nav-tabs{ border-bottom-color: #e7e7e7; }body #course-item-content-header .course-item-search,body.kingster-body.course-item-popup #learn-press-course-curriculum{ border-right-color: #e7e7e7; } 
.course-curriculum ul.curriculum-sections .section-content .course-item.current{ background: #f8faff; }body #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.current{ background: #f8faff; } 
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name{ color: #222; }body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name,body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name{ color: #222; } 
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name .kingster-head{ color: #a1a1a1; }.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ background: transparent; color: #a1a1a1; }body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ background: transparent; color: #a1a1a1; } 
.kingster-lp-course-buttom-subscription{ background-color: #1c2a44; } 
.kingster-lp-course-buttom-subscription .kingster-title{ color: #ffffff; } 
.kingster-lp-course-buttom-subscription .kingster-caption{ color: #ffffff; } 
.kingster-lp-course-buttom-subscription input[type="email"]{ background: #2f4773; } 
.kingster-lp-course-buttom-subscription input[type="email"]{ color: #c1c1c1; }.kingster-lp-course-buttom-subscription input[type="email"]::placeholder{  color: #c1c1c1; opacity: 1; }.kingster-lp-course-buttom-subscription input[type="email"]:-ms-input-placeholder{ color: #c1c1c1; }.kingster-lp-course-buttom-subscription input[type="email"]::-ms-input-placeholder{ color: #c1c1c1; } 
.kingster-lp-course-buttom-subscription input[type="submit"]{ background: #2ed47d; } 
.quiz-progress{ background: #f5f5f5; } 
.quiz-progress .progress-items .progress-item .progress-label{ color: #696969; } 
.answer-options .answer-option{ background: #f5f5f5; } 
.answer-options .answer-option:hover{ background: #ecf5ff; } 
.answer-options .answer-option input[type="checkbox"]{ border-color: #e6e6e6; } 
.answer-options .answer-option .option-title .option-title-content{ color: #696969; } 
form.skip-question button, form.complete-quiz button{ background: #ededed; } 
form.skip-question button, form.complete-quiz button{ color: #999; } 
.kingster-lp-course-title a{ color: #545454; } 
.kingster-lp-course-grid .origin-price, kingster-lp-course-left-thumbnail .origin-price{ color: #b1b1b1; } 
.kingster-lp-course-title a:hover{ color: #545454; } 
.kingster-lp-course-search-item input[name="s"], .kingster-lp-course-search-item .kingster-combobox select{ background: #f2f2f2; } 
.kingster-lp-course-search-item input[name="s"], .kingster-lp-course-search-item .kingster-combobox select{ color: #777; } 
.kingster-lp-course-search-item input[name="s"]::placeholder{ color: #bbb; opacity: 1; }.kingster-lp-course-search-item input[name="s"]:-ms-input-placeholder{ color: #bbb; }.kingster-lp-course-search-item input[name="s"]::-ms-input-placeholder{ color: #bbb; } 
.kingster-lp-course-search-item input[type="submit"]{ background: #2ed47d; } 
.gdlr-core-page-builder-body [data-skin="White Text"] h1, .gdlr-core-page-builder-body [data-skin="White Text"] h2, .gdlr-core-page-builder-body [data-skin="White Text"] h3, .gdlr-core-page-builder-body [data-skin="White Text"] h4, .gdlr-core-page-builder-body [data-skin="White Text"] h5, .gdlr-core-page-builder-body [data-skin="White Text"] h6, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-caption a:hover{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"], .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-content{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Text"] i, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="White Text"] .kingster-widget ul li:before{ color: #ffffff }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #ffffff; }
.gdlr-core-page-builder-body [data-skin="White Text"] a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link{ color: #dc3c3a }
.gdlr-core-page-builder-body [data-skin="White Text"] a:hover, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-link:hover{ color: #db6967 }
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-e-background{ background-color: #111111 }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="White Text"] textarea{ background-color: #111111; }.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #111111; }
.gdlr-core-page-builder-body [data-skin="Black Text"] h1, .gdlr-core-page-builder-body [data-skin="Black Text"] h2, .gdlr-core-page-builder-body [data-skin="Black Text"] h3, .gdlr-core-page-builder-body [data-skin="Black Text"] h4, .gdlr-core-page-builder-body [data-skin="Black Text"] h5, .gdlr-core-page-builder-body [data-skin="Black Text"] h6, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-title a{ color: #000000 }
.gdlr-core-page-builder-body [data-skin="Black Text"], .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-content{ color: #000000 }
.gdlr-core-page-builder-body [data-skin="Black Text"] i, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Black Text"] .kingster-widget ul li:before{ color: #0a0a0a }.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #0a0a0a; }.gdlr-core-page-builder-body [data-skin="Black Text"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #0a0a0a; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] *, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-border{ border-color: #ffffff }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]){ border-color: #ffffff; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-background{ background-color: #ffffff }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea{ background-color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #ffffff; }
.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-skin-e-content{ color: #686868 }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Newsletter"] textarea{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-webkit-input-placeholder{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] ::-moz-placeholder{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] :-ms-input-placeholder{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] :-moz-placeholder{ color: #686868; }.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-page-builder-body [data-skin="Newsletter"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #686868; }
.gdlr-core-page-builder-body [data-skin="Blue Title"] h1, .gdlr-core-page-builder-body [data-skin="Blue Title"] h2, .gdlr-core-page-builder-body [data-skin="Blue Title"] h3, .gdlr-core-page-builder-body [data-skin="Blue Title"] h4, .gdlr-core-page-builder-body [data-skin="Blue Title"] h5, .gdlr-core-page-builder-body [data-skin="Blue Title"] h6, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-title a{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-caption a:hover{ color: #b7b7b7 }
.gdlr-core-page-builder-body [data-skin="Blue Title"], .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-content{ color: #163269 }
.gdlr-core-page-builder-body [data-skin="Blue Title"] i, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon, .gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-skin-icon:before, .gdlr-core-page-builder-body [data-skin="Blue Title"] .kingster-widget ul li:before{ color: #163269 }.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-blog-modern.gdlr-core-with-image .gdlr-core-blog-info-wrapper i{ color: #163269; }.gdlr-core-page-builder-body [data-skin="Blue Title"] .gdlr-core-flexslider-nav.gdlr-core-plain-circle-style li a{ border-color: #163269; }
.gdlr-core-page-builder-body [data-skin="Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column Service"], .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-content{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Column Service"] a:hover, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link:hover{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h1, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h2, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h3, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h4, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h5, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] h6, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-title a{ color: #dc3c3a }
.gdlr-core-page-builder-body [data-skin="Blut Title Column Service"], .gdlr-core-page-builder-body [data-skin="Blut Title Column Service"] .gdlr-core-skin-content{ color: #545454 }
.gdlr-core-page-builder-body [data-skin="Personnel"] h1, .gdlr-core-page-builder-body [data-skin="Personnel"] h2, .gdlr-core-page-builder-body [data-skin="Personnel"] h3, .gdlr-core-page-builder-body [data-skin="Personnel"] h4, .gdlr-core-page-builder-body [data-skin="Personnel"] h5, .gdlr-core-page-builder-body [data-skin="Personnel"] h6, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-title a{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-caption a:hover{ color: #7c7c7c }
.gdlr-core-page-builder-body [data-skin="Personnel"] a, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-skin-link{ color: #192f59 }
.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button, .gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-button-color{ color: #ffffff }.gdlr-core-page-builder-body [data-skin="Personnel"] input[type="button"], .gdlr-core-page-builder-body [data-skin="Personnel"] input[type="submit"]{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Personnel"] .gdlr-core-pagination a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Title"] h1, .gdlr-core-page-builder-body [data-skin="White Title"] h2, .gdlr-core-page-builder-body [data-skin="White Title"] h3, .gdlr-core-page-builder-body [data-skin="White Title"] h4, .gdlr-core-page-builder-body [data-skin="White Title"] h5, .gdlr-core-page-builder-body [data-skin="White Title"] h6, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title a{ color: #ffffff }
.gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-title a:hover{ color: #eaf7ff }
.gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="White Title"] .gdlr-core-skin-caption a:hover{ color: #c2ecff }
.gdlr-core-page-builder-body [data-skin="Blog HP"] h1, .gdlr-core-page-builder-body [data-skin="Blog HP"] h2, .gdlr-core-page-builder-body [data-skin="Blog HP"] h3, .gdlr-core-page-builder-body [data-skin="Blog HP"] h4, .gdlr-core-page-builder-body [data-skin="Blog HP"] h5, .gdlr-core-page-builder-body [data-skin="Blog HP"] h6, .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-title, .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-title a{ color: #242424 }
.gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-title a:hover{ color: #242424 }
.gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-caption a, .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-caption a:hover{ color: #242424 }
.gdlr-core-page-builder-body [data-skin="Blog HP"], .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-content{ color: #242424 }
.gdlr-core-page-builder-body [data-skin="Blog HP"] a, .gdlr-core-page-builder-body [data-skin="Blog HP"] .gdlr-core-skin-link{ color: #242424 }
.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-background{ background-color: #ffffff }.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a, .gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a{ background-color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Testimonial"] textarea{ background-color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-course-form .gdlr-core-course-form-combobox{ color: #ffffff; }
.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-skin-e-content{ color: #ffffff }.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-round-style li a i, .gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-flexslider-nav.gdlr-core-rectangle-style li a i{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] input:not([type="button"]):not([type="submit"]):not([type="reset"]), .gdlr-core-page-builder-body [data-skin="Testimonial"] textarea{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] ::-webkit-input-placeholder{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] ::-moz-placeholder{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] :-ms-input-placeholder{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] :-moz-placeholder{ color: #ffffff; }.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-course-form .gdlr-core-course-form-combobox select,.gdlr-core-page-builder-body [data-skin="Testimonial"] .gdlr-core-course-form .gdlr-core-course-form-combobox:after{ color: #ffffff; }

.kingster-item-mgb, .gdlr-core-item-mgb{ margin-bottom: 40px; }.kingster-body .gdlr-core-testimonial-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-personnel-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-hover-box-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport,.kingster-body .gdlr-core-portfolio-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-product-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .gdlr-core-blog-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport, .kingster-body .kingster-lp-course-list-item .gdlr-core-flexslider.gdlr-core-with-outer-frame-element .flex-viewport{ padding-top: 39px; margin-top: -39px; padding-right: 39px; margin-right: -39px; padding-left: 39px; margin-left: -39px; padding-bottom: 39px; margin-bottom: -39px; }/*
 Theme Name:   MDE Child Theme
 Theme URI:    https://mdek12.org
 Description:  Mississippi Department of Education Web Layout
 Author:       Mississippi Department of Education
 Author URI:   https://mdek12.org
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/


/* Changes color of header and links to white as well as hover and visited to links to light blue */


a.my-link:link {
    color: white;
}

a.my-link:hover {
    color: #689ad7;
}

a.my-link:visited {
    color: #689ad7;
}


/* Turned General Links to Specific Color on Homepage */
.gdlr-core-page-builder-body [data-skin="Column Service"] a, .gdlr-core-page-builder-body [data-skin="Column Service"] .gdlr-core-skin-link {
    color: #000000;
}


/* Adjust font size of text in Widget boxes originally located in Pagebuilder.css */

.gdlr-core-widget-box-shortcode {
    font-size: 15px;
    padding: 20px 35px 10px;
    position: relative;
    background-size: cover;
    background-position: center;
}


/* Changes the color of Blog Titles to Black originally located in kingster-style-custom.css */

.kingster-body .kingster-blog-title-wrap .kingster-single-article-title {
    color: #000;
}

.kingster-blog-title-wrap .kingster-single-article-date-day {
    color: #000;
}

.kingster-blog-title-wrap .kingster-single-article-date-month, .kingster-single-article-date-wrapper .kingster-single-article-date-year {
    color: #000;
}

.kingster-blog-title-wrap .kingster-blog-info-wrapper, .kingster-blog-title-wrap .kingster-blog-info-wrapper a, .kingster-blog-title-wrap .kingster-blog-info-wrapper a:hover, .kingster-blog-title-wrap .kingster-blog-info-wrapper i {
    color: #000;
}


/* Adjusts the distance between title and blog posts  originally located in style-core.css */

.kingster-blog-title-wrap.kingster-style-small .kingster-blog-title-content {
    padding-top: 93px;
    padding-bottom: 0px; 
}

/* Removes arrows from sidebar box menu  - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box li a:after {
   content: "";
    font-family: fontAwesome;
    float: right;

}

/* Adjusts font weight of Sidebar Menu - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-box {
    list-style: none;
    margin-left: 0px;
    font-weight: 500;
   
}


/* Adjusts font weight 500 in Plain custom menu - originally located in page-builder.css */

ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    font-weight: 500;
    margin-bottom: 8px;
}


/* Changes height of sidebar and content areas.  Change Made padding top changed to 10 from 60 - originally in style-core.css */
.kingster-content-area{ padding-top: 40px; padding-bottom: 40px; }
.kingster-sidebar-area{ padding-top: 10px; }


/* Controls Font Color * originally 6b6b6b */ 
.kingster-body, .kingster-body span.wpcf7-not-valid-tip {
    color: #333333;
}



/* Removes arrow icon RSS Feed */

.widget_product_categories ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_rss ul li:before {
 /*   content: "\f178"; */
 /*   font-family: FontAwesome; */
    text-align: center;
    position: absolute;
    left: 0px;
    display: block;
    height: 20px;
    width: 20px;
}



/* Changes font size of blog titles in archive */

.gdlr-core-blog-full .gdlr-core-blog-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 1px;
}




/* Remove Arrow from RSS Feed

Note:  Was not able to get CSS to update the file from this current file (Style.css) the modification has been made in the original file
style-core.css on line 957 (starts at 954)

The original code is as follows


.widget_product_categories ul li:before,
.widget_archive ul li:before, .widget_categories ul li:before, .widget_nav_menu ul li:before,
.widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before,
.widget_recent_entries ul li:before, .widget_rss ul li:before{  content: "\f178"; font-family: FontAwesome; 
	text-align: center; position: absolute; left: 0px; display: block; height: 20px; width: 20px; }

*/




.searchtext {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #356597;
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
}
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(//mdek12.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//mdek12.org/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//mdek12.org/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}button{ line-height: 1.7; cursor: pointer; border: none; padding: 13px 28px; font-size: 16px; font-weight: 600; margin-right: 4px; color: #fff; }
button:focus{ outline: none; }

/* tabs */
.kingster-learn-press-nav-tabs-wrap{ position: relative; margin-bottom: 65px; }
ul.learn-press-nav-tabs{ border-bottom-width: 1px; margin-bottom: 0px; }
.kingster-tab-slidebar{ overflow: hidden; height: 13px; width: 100px; margin-top: -1px; }
.kingster-tab-slidebar .kingster-tab-slidebar-border{ border-top-width: 1px; border-top-style: solid; }
.kingster-tab-slidebar .kingster-tab-slidebar-border:before{ content: " "; width: 0px; height: 0px; border-width: 12px 12px 0px 12px; border-style: solid;  display: block; margin: 0px auto; }
.kingster-tab-slidebar:after{ content: " "; width: 0px; height: 0px; border-width: 12px 12px 0px 12px; border-style: solid; border-color: #ffffff transparent transparent; display: block; margin: -13px auto 0px; }

/* checkout */
.checkout-review-order tr.cart-subtotal th{ padding: 6px 0px 0px; font-weight: 400; border: 0px; }
.checkout-review-order tr.cart-subtotal td{ padding: 6px 0px 0px; font-weight: 500; border: 0px; }
.checkout-review-order tr.order-total th{ padding: 0px 0px 30px; font-weight: 400; }
.checkout-review-order tr.order-total td{ font-weight: 600; }

#learn-press-order-review{ margin-top: 36px; margin-bottom: 50px;  }
.checkout-review-order h4{ font-size: 24px; margin-bottom: 25px; }
.learn-press-checkout-comment{ margin-bottom: 50px; }
.learn-press-checkout-comment h4{ font-size: 24px; margin-bottom: 25px; }
.learn-press-checkout-comment textarea{ font-size: 16px; padding: 16px 22px 20px; }
.learn-press-checkout-payment h4{ font-size: 24px; margin-bottom: 25px; }
#learn-press-payment .payment-methods{ max-width: 470px; margin-bottom: 30px; }
#learn-press-payment .payment-methods .payment-method-form{ border: 0px; background: transparent; padding: 8px 18px 8px 49px; }
#learn-press-payment .payment-methods .lp-payment-method > label{ padding: 5px 18px; }
#learn-press-payment .payment-methods .lp-payment-method.selected > label{ padding: 5px 18px; }
#learn-press-payment .lp-payment-method input[type="radio"]{ margin-right: 7px; margin-top: 0px; }
#learn-press-payment .lp-payment-method img{ margin-left: 13px; }

form#learn-press-checkout + a{ display: inline-block; font-style: italic; border-bottom-width: 1px; border-bottom-style: solid; margin-top: 13px; line-height: 1.2; }

table.order_details{ border-spacing: 1px; text-align: left; margin-bottom: 50px; }
table.order_details tr th{ width: 300px; }
table.order_details tr th, table.order_details tr td{ font-size: 18px; font-weight: 500; padding: 14px 22px; }
h4.kingster-lp-received-order-title{ font-size: 24px; text-align: center; margin-bottom: 50px; font-weight: 600; }

/* single course social share */
.kingster-lp-course-social-share .kingster-head{ float: left; font-size: 13px; text-transform: uppercase; font-weight: 600; margin-right: 20px; margin-top: 12px; }
.kingster-lp-course-social-share .gdlr-core-social-share-wrap a{ border-width: 1px; border-style: solid; line-height: 40px; display: inline-block; width: 42px; 
	text-align: center; font-size: 13px; margin-right: 15px; margin-left: 0px; 
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.kingster-lp-course-social-share .gdlr-core-social-share-wrap a:hover{ color: #fff; }

/* single course related / subscription */
.kingster-lp-course-ralated-container{ margin-bottom: 40px; }
.kingster-lp-course-ralated-container .kingster-lp-course-ralated-head{ margin-bottom: 42px; }
.kingster-lp-course-ralated-container .kingster-lp-course-related-title{ margin-bottom: 0px; float: left; }
.kingster-lp-course-ralated-container .kingster-lp-course-related-view-all{ float: right; margin-top: 15px; }

.kingster-lp-course-buttom-subscription{ margin-bottom: -95px; position: relative; z-index: 1;
    background-position: center; background-size: cover;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
.kingster-lp-course-buttom-subscription-inner{ padding: 60px; max-width: 1200px; margin: 0px auto; }
.kingster-lp-course-buttom-subscription .kingster-title{ font-size: 32px; font-weight: 600; line-height: 1; margin-bottom: 5px; }
.kingster-lp-course-buttom-subscription .kingster-caption{ font-size: 32px; font-weight: 200; line-height: 1; }
.kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item{ margin-top: 12px; }
.kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email{ padding-right: 0px; }
.kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email input[type="email"]{ padding: 17px 20px; height: 52px;
    border-radius: 3px 0px 0px 3px; -moz-border-radius: 3px 0px 0px 3px; -webkit-border-radius: 3px 0px 0px 3px; }
.kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit{ margin-left: -3px; width: 30%; overflow: visible; float: left; }
.kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit input[type="submit"]{ font-size: 13px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; height: 52px; padding: 17px; }

.kingster-lp-with-footer-subscription .kingster-footer-container{ padding-top: 95px; }

/* single course */
.kingster-lp-single-course-info{ background: #fff; padding: 30px 10px; margin-top: -52px; z-index: 1; position: relative;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); }
.kingster-lp-single-course-info .kingster-left{ float: left; }
.kingster-lp-single-course-info .kingster-lp-course-info-item{ margin-bottom: 0px; }
.kingster-lp-single-course-info .kingster-lp-course-info-item .kingster-lp-course-info{ width: auto; display: inline-block; }
.kingster-lp-single-course-info .kingster-right{ float: right; }
.kingster-lp-single-course-info .kingster-lp-course-price-item{ margin-bottom: 0px; padding-bottom: 0px; }
.kingster-lp-single-course-info .kingster-lp-course-price-item .course-price{ display: inline-block; margin-right: 14px; margin-bottom: 0px; }
.kingster-lp-single-course-info .kingster-lp-course-price-item .course-price .price{ font-size: 27px; font-weight: 600; }
.kingster-lp-single-course-info .kingster-lp-course-price-item .retake-course, 
.kingster-lp-single-course-info .kingster-lp-course-price-item .enroll-course, 
.kingster-lp-single-course-info .kingster-lp-course-price-item .purchase-course{ display: inline-block; }
.kingster-lp-single-course-info .kingster-lp-course-price-item .course-price .price .kingster-currency-symbol{ font-size: 15px; }

.lp-single-course{ margin-bottom: 50px; }
.lp-single-course .learn-press-breadcrumb{ display: none;  }

.learn-press-course-results-progress .items-progress .lp-course-progress-heading, 
.learn-press-course-results-progress .course-progress .lp-course-progress-heading{ font-size: 24px; margin-bottom: 20px; }
.learn-press-course-results-progress .items-progress .number, 
.learn-press-course-results-progress .course-progress .number{ font-size: 18px; }
.learn-press-course-results-progress .items-progress .learn-press-progress,
.learn-press-course-results-progress .course-progress .learn-press-progress{ margin-top: 9px; }
.learn-press-course-results-progress .items-progress .lp-course-status .grade.passed, 
.learn-press-course-results-progress .course-progress .lp-course-status .grade.passed{ font-size: 14px; padding: 5px 10px; margin-left: 7px; }
.learn-press-course-results-progress .items-progress .lp-progress-bar, 
.learn-press-course-results-progress .course-progress .lp-progress-bar{ height: 7px; }
.lp-course-progress .lp-passing-conditional{ height: 7px; }

.course-remaining-time{ font-size: 18px; font-weight: 500; }
.course-remaining-time .lp-label.label-enrolled{ font-size: 12px; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; padding: 5px 10px; border-radius: 2px; margin-right: 15px; }

.course-learning-summary #learn-press-course-tabs{ padding-top: 30px; }
ul.learn-press-nav-tabs .course-nav.active:after, 
ul.learn-press-nav-tabs .course-nav:hover:after{ display: none; }
ul.learn-press-nav-tabs .course-nav a{ font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 500; padding: 0px 30px 15px; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section{ margin-bottom: 30px; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-header .section-title{ font-size: 22px; font-weight: 600; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-header{ padding-bottom: 20px; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before{ display: none; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before{ display: none; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-content .course-item .item-name{ font-size: 18px; font-weight: 500; padding: 16px 0px; }
.course-tab-panel-curriculum .course-curriculum ul.curriculum-sections .section-content .course-item .item-name .kingster-head{ margin-right: 30px; font-weight: normal; display: inline; }

.lp-single-course .course-author .author-name a{ color: #222; }

.course-tab-panel-instructor .author-thumbnail{ float: left; line-height: 0; overflow: hidden; margin-right: 40px;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.course-tab-panel-instructor .author-bio{ overflow: hidden; }
.lp-single-course .course-author .author-name{ font-size: 22px; float: none; text-align: left; font-style: normal; font-weight: 600; margin-bottom: 20px; }
.lp-single-course .course-author .author-description{ font-size:  18px; }

.course-tab-panel-reviews{ max-width: 900px; }
.course-tab-panel-reviews .course-rate-wrap{ margin-bottom: 40px; }
.kingster-course-rating-summary{ float: left; margin-right: 40px; padding: 50px 55px; }
.kingster-course-rating-summary .kingster-course-rating-summary-amount{ font-size: 46px; font-weight: 600; line-height: 1; margin-bottom: 11px; text-align: center; }
.kingster-course-rating-summary .kingster-course-rating-summary-number { font-size: 17px; text-align: center; }
.kingster-course-rating-summary .review-stars-rated{ margin-bottom: 5px; display: block; margin: 0px auto 10px; }
.kingster-course-rating-content{ overflow: hidden; }
.kingster-course-rating-content .course-rate{ margin-top: 12px; margin-bottom: 12px; }
.kingster-course-rating-content .review-bar, 
.kingster-course-rating-content .review-bar .rating{ height: 7px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.kingster-course-rating-content .review-bar{ width: calc(100% - 200px); margin-right: 18px; }
.kingster-course-rating-content .review-stars-rated{ vertical-align: middle; margin-top: -3px; margin-right: 8px; }
.kingster-course-rating-content .review-stars-rated .review-stars.empty, 
.kingster-course-rating-content .review-stars-rated .review-stars.filled{ font-size: 15px; height: auto; line-height: 0; letter-spacing: 4px }

.course-reviews-list li, .course-reviews-list-shortcode li{ border-color: #f3f3f3; }
.course-reviews-list li, .course-reviews-list-shortcode li{ background: transparent; border-width: 2px; padding: 45px; }
.course-reviews-list li .review-author, .course-reviews-list-shortcode li .review-author{ width: 150px; }

.course-reviews-list li{ margin-bottom: 30px; }
.course-reviews-list li .review-author-image{ line-height: 0; width: 88px; margin: 0px auto 25px; overflow: hidden;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.course-reviews-list li .review-author h4{ font-size: 16px; margin: 0px 0px 14px; text-align: center; }
.course-reviews-list li .review-stars-rated{ width: 100px; margin: 0px auto; display: block; }
.course-reviews-list li .review-stars-rated .review-stars.empty,
.course-reviews-list li .review-stars-rated .review-stars.filled{ font-size: 16px; letter-spacing: 5px; }
.course-reviews-list li .review-text{ overflow: hidden; width: auto; float: none; }
.course-reviews-list li .review-title{ font-size: 19px; font-style: normal; margin-bottom: 20px; }
.course-reviews-list li .review-content { font-size: 18px; }

.course-item-nav .kingster-nav{ display:inline-block; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
    border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: transparent; }
.course-item-nav .kingster-nav-title{ display: block; font-size: 16px; margin-top: 6px; }
.course-item-nav .prev .kingster-nav:before{ font-family: fontAwesome; content: "\f177"; display: inline-block; width: 0px; overflow: hidden; vertical-align: middle;
    transition: width 150ms; -webkit-transition: width 150ms; -moz-transition: width 150ms; }
.course-item-nav .next .kingster-nav:after{ font-family: fontAwesome; content: "\f178"; display: inline-block; width: 0px; overflow: hidden; vertical-align: middle;
    transition: width 150ms; -webkit-transition: width 150ms; -moz-transition: width 150ms; }
.course-item-nav .prev:hover .kingster-nav:before,
.course-item-nav .next:hover .kingster-nav:after{ width: 25px; }

/* course meta */
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name .kingster-head{ display: none; }
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ font-size: 18px;  }
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ background: transparent; color: #a1a1a1; font-size: 18px; }
.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status{ background-color: #127bbe; padding: 1px 6px; height: auto; font-size: 12px; }
.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status:before{ font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ height: auto; padding: 1px 6px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }

body.course-item-popup #learn-press-content-item .content-item-wrap{ margin-top: 60px; padding: 0px 30px; }
body.course-item-popup #learn-press-content-item .content-item-wrap.kingster-continue{ margin-top: 0px; margin-bottom: 60px; }
body.course-item-popup #learn-press-content-item .course-item-title{ font-size: 25px; margin-bottom: 43px; }
body.course-item-popup.wpadminbar .content-item-description{ margin-bottom: 50px; }

body.course-item-popup #learn-press-course-curriculum .section-header{ padding-top: 36px; }
body.course-item-popup .course-curriculum ul.curriculum-sections .section-header .section-title{ font-weight: 600; margin-bottom: 15px; padding-bottom: 0px; }
body.course-item-popup #learn-press-course-curriculum .section-header .section-desc{ margin-bottom: 18px; margin-top: 12px; }
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item:before{ display: none; }
body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .item-name { font-weight: 500; font-size: 16px; }

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before{ content: "\e04c"; font-family: "simple-line-icons"; }
.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before{ content: "\e08e"; font-weight: normal; font-family: "simple-line-icons"; }
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before{ content: "\e081"; font-family: "simple-line-icons"; }
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before,
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before{ content: "\4e"; font-family: "ElegantIcons"; }
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed.failed .course-item-status:before{ content: "\e082"; font-family: "simple-line-icons"; }

/* course header search bg */
#course-item-content-header .course-item-search{ background: #f5f5f5; }

/* course header search text */
#course-item-content-header .course-item-search input{ color: #748494; }
#course-item-content-header .course-item-search input::placeholder{  color: #748494; opacity: 1; }
#course-item-content-header .course-item-search input:-ms-input-placeholder{ color: #748494; }
#course-item-content-header .course-item-search input::-ms-input-placeholder{ color: #748494; }

/* course header content title */
#course-item-content-header .course-title a{ color: #222; }

/* course header content background */
body.kingster-body #course-item-content-header,
body.kingster-body.course-item-popup.wpadminbar #course-item-content-header{ background: #f8faff; }

#course-item-content-header{ height: 50px; }
#course-item-content-header .course-item-search{ padding: 10px 15px; border-right-width: 1px; border-right-style: solid; }
#course-item-content-header .course-item-search input{ font-style: normal; font-size: 16px; font-weight: 500; letter-spacing: 0.5px; }
#course-item-content-header .course-item-search button:after{ content: "\e090"; font-family: "simple-line-icons"; }
#course-item-content-header .course-item-search.has-keyword button:after{ content: "\e090"; }

body.kingster-body #course-item-content-header .course-title{ height: 50px; line-height: 50px; font-size: 16px; font-weight: 500; }
body.kingster-body #course-item-content-header,
body.kingster-body.course-item-popup.wpadminbar #course-item-content-header{ border-bottom: 0px; }
#course-item-content-header .form-button.lp-button-back button{ line-height: 1; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; padding: 10px 20px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
#course-item-content-header{ height: 50px; line-height: 50px; }

body.kingster-body.course-item-popup #learn-press-course-curriculum, 
body.kingster-body.course-item-popup #learn-press-content-item{ top: 50px; }
body.kingster-body.course-item-popup.wpadminbar #learn-press-course-curriculum, 
body.kingster-body.course-item-popup.wpadminbar #learn-press-content-item{ top: 82px; box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1); }

.content-item-wrap.kingster-continue form{ margin-bottom: 50px; }

/* quiz */
.quiz-intro{ font-size: 18px; min-width: 430px; }
.quiz-intro li label{ padding-bottom: 14px; }

.quiz-progress{ padding: 22px 0px; margin-bottom: 55px; }
.quiz-progress .progress-items .progress-item .progress-number{ font-size: 25px; font-weight: bold; margin-bottom: 18px; }
.quiz-progress .progress-items .progress-item .progress-label{ font-size: 18px; font-weight: 500; }
body.course-item-popup #learn-press-content-item .content-question-summary .question-title{ font-size: 19px; margin-bottom: 22px; }

.answer-options{ margin-bottom: 46px; }
.answer-options .answer-option{ padding: 16px; margin-bottom: 10px;
	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.answer-options .answer-option .option-title:before{ display: none; }
.answer-options .answer-option .option-title .option-title-content{ transition: color 200ms; -webkit-transition: color 200ms; -moz-transition: color 200ms; }
.answer-options .answer-option input[type="checkbox"]{ border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.answer-options .answer-option input[type="checkbox"]:checked ~ .option-title:before{ display: none; }
.answer-options .answer-option input[type="checkbox"]{ width: 26px; height: 26px; margin: 4px 20px 0px 4px; min-width: 26px; }
.answer-options .answer-option input[type="checkbox"]:after{ width: 5px; height: 13px; margin-top: -9px; }
.answer-options .answer-option input[type="radio"]:checked ~ .option-title:before{ display: none; }
.answer-options .answer-option input[type="radio"]:after{ width: 5px; height: 13px; margin-top: -9px; left: 12px; }

.quiz-result{ margin-bottom: 50px; }
.quiz-result .result-statistic{ font-size: 18px; }
.quiz-result .result-statistic .result-statistic-field{ margin-bottom: 8px; }
.quiz-result .result-statistic .result-statistic-field label{ font-weight: 600; }

.quiz-result .result-grade{ width: 275px; margin: 35px auto 42px; background: #f8f8f8; padding: 25px 0px 22px; }
.quiz-result .result-grade .result-achieved{ border: 0px; font-weight: 600; font-size: 43px; }
.quiz-result .result-grade .result-achieved:after{ content: " "; display: block; width: 26px; border-bottom-width: 3px; border-bottom-style: solid; margin: 4px auto 10px; }
.quiz-result .result-grade .result-require{ font-size: 22px; font-weight: 500; }
.quiz-result .result-grade .result-message{ font-size: 17px; margin-top: 11px; }

/* confirm / review popup */
.learn-press-message{ padding: 20px 24px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.learn-press-message.error:before{ width: 3px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }

#popup_container #popup_content{ padding: 0px; }
body.confirm #popup_container{ padding: 40px 50px !important;
	border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
body.confirm #popup_container #popup_content{ padding: 30px 40px; text-align: center; }
body.confirm #popup_container .close{ font-size: 18px; top: 13px; right: 18px; }
body.confirm #popup_container #popup_content #popup_message{ font-size: 18px; font-weight: 600; padding: 0px; margin: 0px; background: transparent; }
body.confirm #popup_container #popup_panel input[type="button"]{ padding: 8px 35px; height: auto; }

.review-stars > li span{ font-size: 17px; }
.review-stars > li{ width: auto; height: auto; margin-right: 4px; }
.review-form{ padding: 45px 50px; }
.review-form form h3{ font-size: 26px; }
.review-form h3 .close{ margin: 0px; position: absolute; top: 13px; right: 18px; }
.review-form h3 .close::before{ content: "\f00d"; font-family: fontAwesome; font-size: 18px; }
.review-form button.close{ margin: 0; }

.review-form .review-fields > li > label{ font-size: 18px; font-weight: 500; }
.review-form .review-fields > li input[type="text"]{ font-size: 16px; padding: 12px 22px 16px; }
.review-form .review-fields > li textarea{ font-size: 16px; padding: 16px 22px 20px; }

/* profile page*/
#learn-press-user-profile{ margin-bottom: 40px; }
#learn-press-user-profile .learn-press-form-login,
#learn-press-user-profile .learn-press-form-register{ position: relative; width: 50%; float: left; border: 0px; padding: 40px; }
#learn-press-user-profile .learn-press-form-login:before{ content: " "; position: absolute; 
	top: 0px; right: 20px; bottom: 0px; left: 0px; pointer-events: none; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
#learn-press-user-profile .learn-press-form-register:before{ content: " "; position: absolute; 
	top: 0px; right: 0px; bottom: 0px; left: 20px; pointer-events: none; box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1) }
#learn-press-user-profile .learn-press-form-login{ padding-right: 60px; }
#learn-press-user-profile .learn-press-form-login h3{ font-size: 26px; }
#learn-press-user-profile .learn-press-form-login button{ margin-top: 15px; }
#learn-press-user-profile .learn-press-form-login a{ border-bottom-width: 1px; border-bottom-style: solid; }
#learn-press-user-profile .learn-press-form-register{ padding-left: 60px; }
#learn-press-user-profile .learn-press-form-register h3{ font-size: 26px; }
#learn-press-user-profile .learn-press-form-register button{ margin-top: 15px; }
#learn-press-user-profile .learn-press-form-register .description{ margin-top: 22px; }

#learn-press-profile-header{ height: auto; background: transparent; margin-bottom: 60px; }
#learn-press-profile-header .lp-profile-cover:after{ content: " "; display: block; clear: both; width: 0px; height: 0px; }
#learn-press-profile-header .lp-profile-avatar{ position: static; float: left; line-height: 0; overflow: hidden; margin-right: 40px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
#learn-press-profile-header .kingster-learn-press-profile-cover-content{ overflow: hidden; padding-top: 18px; }
#learn-press-profile-header .profile-name{ position: static; font-size: 22px; text-align: left; font-weight: 600; }
#learn-press-profile-header .profile-email{ font-size: 18px; }

#learn-press-profile-nav{ min-width: 250px; background: transparent; padding-top: 0px; }
#learn-press-profile-nav:before{ display: none; }
#learn-press-profile-nav .tabs > li{ margin-bottom: 3px; }
#learn-press-profile-nav .tabs > li a{ padding: 12px 20px; }
#learn-press-profile-nav .tabs > li a i{ margin-right: 12px; }
#learn-press-profile-nav .tabs > li.active ul{ display: none; }
#learn-press-profile-nav .tabs > li:hover:not(.active) ul{ display: none; }
#learn-press-profile-content{ width: auto; float: none; padding-left: 60px; margin-top: 0px; }
.kingster-learn-press-profile-nav-logout{ display: block; padding: 12px 20px; font-style: italic; }
.kingster-learn-press-profile-nav-logout i{ margin-right: 12px; }

.lp-tab-sections{ background: transparent; margin-bottom: 45px; }
.lp-tab-sections .section-tab.active span{ border-bottom-width: 3px; }
.lp-tab-sections .section-tab a, .lp-tab-sections .section-tab span{ font-size: 18px;  font-weight: 600; padding-left: 0px; padding-right: 0px; margin-right: 30px; }

.learn-press-form .form-fields .form-field label{ font-size: 18px; font-weight: 500; margin-bottom: 16px; }
.learn-press-form .form-fields .form-field .description{ font-size: 16px; font-weight: 300; }
.learn-press-form .form-fields .form-field{ margin-bottom: 32px; }
.learn-press-form .form-fields .form-field input[type="text"], 
.learn-press-form .form-fields .form-field input[type="email"], 
.learn-press-form .form-fields .form-field input[type="number"], 
.learn-press-form .form-fields .form-field input[type="password"]{ font-size: 16px; padding: 12px 22px 16px; }
.learn-press-form .form-fields .form-field textarea{ font-size: 16px; padding: 16px 22px 20px; }
.learn-press-form .form-fields .form-field select{ font-size: 16px; padding: 12px 22px 16px; min-width: 220px; }
.learn-press-form .form-fields .form-field select:focus{ outline: none; }

.learn-press-form .form-fields .form-field .kingster-lp-combobox{ display: inline-block; padding-right: 10px; border-width: 1px; border-style: solid; }
.learn-press-form .form-fields .form-field .kingster-lp-combobox select{ padding: 11px 22px 15px; border: none; }

form[name="profile-avatar"] p{ margin-bottom: 8px; }
form[name="profile-avatar"] .lp-avatar-preview .profile-picture{ margin: 0px; }
form[name="profile-avatar"] .lp-avatar-preview{ line-height: 1; margin-bottom: 8px; }
form[name="profile-avatar"] button#lp-upload-photo{ width: 200px; padding: 12px 25px; }

form[name="profile-publicity"] input[type="checkbox"]{ float: left; margin-right: 12px; margin-top: 5px; }
form[name="profile-publicity"] .form-fields .form-field .description { font-weight: 400; font-style: normal; }

/* profile quiz / table */
.learn-press-subtab-content .profile-heading{ font-size: 24px; margin-bottom: 30px; }
.learn-press-subtab-content .lp-sub-menu{ font-size: 18px; font-weight: 500; line-height: 1.5; margin-bottom: 38px; }
.learn-press-subtab-content .lp-sub-menu span{ border-bottom-width: 3px; border-style: solid; }

.lp-label{ border-radius: 0px; padding: 7px 8px; }
.lp-list-table{ border-spacing: 1px; }
.lp-list-table th{ padding: 22px; font-weight: 500; font-size: 18px; }
.lp-list-table td{ font-weight: 500; padding: 28px 20px 0px 0px; }
.lp-list-table tr:last-child td{ padding-bottom: 22px; }
.lp-list-table tbody tr td{ font-size: 17px; border: 0px; }
.lp-list-table tfoot tr td, .lp-list-table tfoot tr th{ font-size: 17px; }
.lp-list-table .list-table-nav td{ font-size: 17px; font-weight: 400; padding-bottom: 22px; padding-top: 20px; border-top-width: 1px;  border-style: solid; }
.profile-list-table .result-percent{ font-size: 17px; font-weight: 500; }

.profile-recover-order{ border: 0px; padding: 20px 0px 0px; font-size: 19px; }
.profile-recover-order:after{ content: " "; display: block; clear: both; width: 0px; height: 0px; }
.profile-recover-order .order-recover{ margin-top: 20px; }
.profile-recover-order .order-recover input[name="order-key"]{ line-height: 1.7; padding: 13px 19px; font-size: 16px; background: #f7f7f7; border: 0px; float: left; }
div#profile-content-order-details strong{ margin-right: 5px; }

/* profile order detail */
#profile-content-orders h3,
#profile-content-order-details h3{ font-size: 24px; margin-bottom: 30px; }
.lp-list-table.order-table-details{ padding-bottom: 15px; margin-bottom: 34px;
    border-bottom-width: 1px; border-bottom-style: solid; }
.lp-list-table.order-table-details td{ font-weight: 400; }
.lp-list-table.order-table-details tfoot tr td, 
.lp-list-table.order-table-details tfoot tr th{ font-weight: 400; padding: 0px 0px 20px 0px; border-bottom: 0px; }
.lp-list-table.order-table-details tfoot tr:last-child th{ font-weight: 600; }

/* profile wishlist */
#learn-press-profile-tab-course-wishlist ul.learn-press-courses .course{ width: 33.33%; margin: 0px; padding: 0px 15px; }
#learn-press-profile-tab-course-wishlist ul.learn-press-courses{ margin: 0px -15px; }

/* profile content course */
#profile-content-courses .profile-courses-list{ margin: 0px -15px; }
#profile-content-courses .kingster-profile-owned-course-list{ padding: 0px 15px; }

/* header search */
form.kingster-lp-menu-search{ position: relative; float: left; margin-left: 30px; }
form.kingster-lp-menu-search:after{ content: "\e090"; position: absolute; right: 14px; top: 2px; font-family: simple-line-icons; line-height: 50px; pointer-events: none; }
form.kingster-lp-menu-search input[type="text"]{ font-size: 16px; border: none; height: 50px; line-height: 20px; padding: 15px 40px 15px 20px; width: 300px; }
form.kingster-lp-menu-search input[type="submit"]{ position: absolute; right: 0px; top: 0px; width: 40px; height: 50px; padding: 0px; color: transparent; background: transparent; }

/* top bar user */
.kingster-lp-top-bar-user-button{ color: #fff; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a, 
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a:hover{ color: #1c2a44; }

.kingster-lp-top-bar-user{ display: inline-block; padding-left: 25px; position: relative; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-user-button{ font-family: FontAwesome; font-size: 14px; width: 32px; text-align: center; line-height: 32px; cursor: pointer;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav{ position: absolute; right: 0px; width: 180px; z-index: 99; 
    padding-top: 8px; opacity: 0; pointer-events: none; transition: opacity 200ms;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content{ background: #fff; padding: 22px 25px 14px; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a{ display: block; margin-bottom: 10px; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a:first-child{ margin-top: 8px; }
.kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a i{ margin-right: 12px; }
.kingster-lp-top-bar-user:hover .kingster-lp-top-bar-nav{ opacity: 1; pointer-events: auto; }

.kingster-lp-top-bar-user a.kingster-lp-page-dashboard,
.kingster-lp-top-bar-user a.kingster-lp-page-quizzes,
.kingster-lp-top-bar-user a.kingster-lp-page-orders,
.kingster-lp-top-bar-user a.kingster-lp-page-order-details{ display: none; }

/* custom j */
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ font-size: 14px; padding: 0 0px; }
body.viewing-course-item  .course-curriculum ul.curriculum-sections .section-header .section-meta{ display: block; white-space: nowrap; padding-left: 0px; text-align: left; margin-bottom: 20px; }
body.viewing-course-item .course-curriculum ul.curriculum-sections .section-header .section-title{ margin-bottom: 10px; }
.content-item-scrollable .gdlr-core-page-builder-body { margin-bottom: 0px; }
#learn-press-content-item .content-item-wrap #comments { margin-top: 60px; }
.question-fill-in-blank .question-passage, .question-type-fill_in_blank .question-passage { margin-bottom: 40px; }
#content-item-quiz input.answer-options{ margin-bottom: 0; }
.question-numbers{ margin-top: 45px; }
body .question-numbers li a{ padding: 20px; border: 0; min-width: 12px; min-height: 12px; border-radius: 27px; }
body .question-numbers li a:hover{ border: 0; }
body .course-curriculum ul.curriculum-sections .section-header .section-meta{ display: table-cell !important; white-space: nowrap !important; padding-left: 20px !important; text-align: right !important; font-size: 14px; vertical-align: middle; }
body.viewing-course-item  .course-curriculum ul.curriculum-sections .section-header .section-meta{ display: block !important; white-space: nowrap !important; padding-left: 0px !important; text-align: left !important; margin-bottom: 20px; }
body.viewing-course-item .course-curriculum ul.curriculum-sections .section-header .section-title{ margin-bottom: 5px !important; }
body.course-item-popup #learn-press-course-curriculum .section-header{ padding-top: 15px !important; }
body .course-curriculum ul.curriculum-sections{ padding-top: 25px; }
body .course-curriculum ul.curriculum-sections .section-content .course-item .item-icon, 
body .course-curriculum ul.curriculum-sections .section-content .course-item .item-name{ padding: 16px 10px; }
body .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before{ padding: 14px 0; }
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ background: #ffe7df; color: #e67550; }
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status, 
body .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status{ color: #ffb4b4; }
body #course-item-content-header .course-item-search input{ font-weight: 400; }
body #course-item-content-header .course-item-search{ padding: 10px 20px; }
body #course-item-content-header .course-title { padding: 0 25px; letter-spacing: 0.5px; }
body #course-item-content-header .toggle-content-item:before{ font: 17px/50px fontawesome; }
body #course-item-content-header .toggle-content-item{ width: 55px; height: 50px; }
body.full-screen-content-item #course-item-content-header .toggle-content-item:before{ font: 19px/50px fontawesome; }
body .course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before{ color: #111111; }
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ font-size: 11px; }
body .learn-press-progress .progress-bg { height: 6px; top: -1px; }
body .kingster-lp-course-social-share .kingster-head{ font-size: 15px; letter-spacing: 1px; }
body .kingster-lp-course-social-share .gdlr-core-social-share-wrap a{ line-height: 48px; width: 50px; font-size: 17px; }
body .kingster-lp-course-social-share .kingster-head{ margin-top: 13px; }
body .kingster-lp-course-social-share .gdlr-core-social-share-item.gdlr-core-item-pdb.gdlr-core-left-align.gdlr-core-social-share-left-text.gdlr-core-item-mglr.gdlr-core-style-plain.gdlr-core-no-counter{ margin-bottom: 35px; }
body form[name="search-course"]{ margin-bottom: 60px; }
body form[name="search-course"] .search-course-input{ width: 100%; padding: 18px 20px; }
body form[name="search-course"] .search-course-button{ right: -3px; padding: 13px 30px 16px; }
body .learn-press-pagination .page-numbers > li a, 
body .learn-press-pagination .page-numbers > li span{ display: block; padding: 15px 20px; }

body .learn-press-course-results-progress{ margin-bottom: 30px; }
body .kingster-learn-press-nav-tabs-wrap{ margin-bottom: 25px; }
body #learn-press-course-tabs{ margin-bottom: 60px; }
body.course-item-popup #learn-press-course-curriculum .section-header{ padding-top: 0px !important; }
body.viewing-course-item .course-curriculum ul.curriculum-sections .section-header .section-title{ padding-top: 1px; }
body.course-item-popup #learn-press-course-curriculum .section-header{ padding-top: 20px !important; }
body .course-curriculum ul.curriculum-sections{ padding-top: 15px; }
.kingster-lp-course-price-item .course-price .price .kingster-currency-symbol{ font-size: 40px; }
.kingster-lp-course-price-item .course-price .price{ font-size: 70px; }
.kingster-lp-course-price-item .course-price .price{ font-size: 69px; }
.course-curriculum ul.curriculum-sections .section-header .section-left{ padding-bottom: 0px; }
.viewing-course-item .course-curriculum ul.curriculum-sections .section-header .section-left{ padding-bottom: 20px; }
body .lp-single-course .course-price .price{ margin-bottom: 20; font-weight: 600; }
body .lp-single-course .course-price{ margin-bottom: 25px; }
h3.kingster-lp-course-related-title{ font-size: 29px; }
body .kingster-lp-course-grid .kingster-lp-course-info-wrap{ margin-bottom: 13px; }

@media screen and (max-width: 1300px) {
    body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .item-name{ display: block; overflow: hidden; padding-bottom: 8px; }
    body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before{ display: block; float: left; padding-bottom: 5px; }
    body.course-item-popup .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta{ display: block; padding: 0px 0px 10px; text-align: left; margin-left: -5px; }
}
@media screen and (max-width: 1200px) { 
  body.course-item-popup #learn-press-content-item .content-item-wrap { width: auto; } 
}
@media screen and (max-width: 782px){
	body.course-item-popup.wpadminbar #course-item-content-header{ top: 46px; }
    body.kingster-body.course-item-popup.wpadminbar #learn-press-course-curriculum, 
    body.kingster-body.course-item-popup.wpadminbar #learn-press-content-item{ top: 96px; }
}
@media screen and (max-width: 768px) {
	div#learn-press-content-item{ width: 100%; }
  	body.course-item-popup #course-item-content-header .course-item-search{ width: 300px; }
    body.course-item-popup #course-item-content-header .course-item-search input{ width: 100%; }
    body.course-item-popup #course-item-content-header .course-item-search button{ left: 300px; }
	body.course-item-popup #learn-press-course-curriculum{ width: 300px; }
	body.course-item-popup #content-item-nav,
	body.course-item-popup #learn-press-content-item,
	body.course-item-popup #course-item-content-footer{ left: 300px; }

	body #course-item-content-header .toggle-content-item{ position: absolute; top: 65px; border-left: none; width: 42px; height: 42px;
    -webkit-animation: delayLeft 500ms forwards; -moz-animation: delayLeft 500ms forwards; animation: delayLeft 500ms forwards; }
	body #course-item-content-header .toggle-content-item:before{ font-size: 15px; line-height: 42px; display: block; }
	body.full-screen-content-item #course-item-content-header .toggle-content-item{ left: 0px; 
	    -webkit-animation: none; -moz-animation: none; animation: none; }
	body.full-screen-content-item #course-item-content-header .toggle-content-item:before{ font-size: 17px; line-height: 42px; }
	#course-item-content-header .form-button.lp-button-back{ opacity: 0; transition: opacity 300ms; pointer-events: none; }
	body.full-screen-content-item #course-item-content-header .form-button.lp-button-back{ opacity: 1; pointer-events: auto; }

    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item{ margin-left: 0px; }
}
@media screen and (max-width: 767px){
	#learn-press-user-profile .learn-press-form-login{ float: none; width: auto; padding-right: 40px; }
	#learn-press-user-profile .learn-press-form-login:before{ right: 0px; }
	#learn-press-user-profile .learn-press-form-register{ float: none; width: auto; padding-left: 40px;}
	#learn-press-user-profile .learn-press-form-register:before{ left: 0px; }

    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item{ margin-top: 30px; padding: 0px; }
    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email{ width: 100%; }
    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-email input[type="email"]{ border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit{ width: 100%; margin: 0px; }
    .kingster-lp-course-buttom-subscription .gdlr-core-newsletter-item.gdlr-core-style-curve .gdlr-core-newsletter-submit input[type="submit"]{ border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
    .kingster-lp-course-social-share .gdlr-core-social-share-left-text{ text-align: left; }
    .kingster-course-rating-summary { float: none; margin: 0px 0px 30px; }
    .course-tab-panel-instructor .author-thumbnail{ float: none; margin: 0px 0px 30px; text-align: center; }
}
/*
@media screen and (max-width: 419px) {
  	body.course-item-popup #course-item-content-header .course-item-search{ width: 200px; }
    body.course-item-popup #course-item-content-header .course-item-search button{ left: 200px; }
	body.course-item-popup #learn-press-course-curriculum{ width: 200px; }
	body.course-item-popup #content-item-nav,
	body.course-item-popup #learn-press-content-item,
	body.course-item-popup #course-item-content-footer{ left: 200px; }

	body #course-item-content-header .toggle-content-item{
    -webkit-animation: delayLeft2 500ms forwards; -moz-animation: delayLeft2 500ms forwards; animation: delayLeft2 500ms forwards; }
}
*/

@keyframes delayLeft{ 			0% { left: 0px; } 80% { left: 0px; } 100% { left: 300px; } }
@-webkit-keyframes delayLeft{ 	0% { left: 0px; } 80% { left: 0px; } 100% { left: 300px; } }
@-moz-keyframes delayLeft{ 		0% { left: 0px; } 80% { left: 0px; } 100% { left: 300px; } }

@keyframes delayLeft2{ 			0% { left: 0px; } 80% { left: 0px; } 100% { left: 200px; } }
@-webkit-keyframes delayLeft2{ 	0% { left: 0px; } 80% { left: 0px; } 100% { left: 200px; } }
@-moz-keyframes delayLeft2{ 	0% { left: 0px; } 80% { left: 0px; } 100% { left: 200px; } }

@media screen and (max-width: 768px) {
	body.full-screen-content-item #course-item-content-header .toggle-content-item{}
}


/* lp update */
ul.learn-press-nav-tabs{ display: block; max-height: none; background: transparent; border-width: 0px 0px 1px; border-style: solid; }
ul.learn-press-nav-tabs .course-nav.active::before{ display: none; }
ul.learn-press-nav-tabs .course-nav{ border: none; }
#learn-press-course-tabs .course-nav label{ font-size: 15px; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; padding: 0 30px 15px; }

.review-stars-rated{ line-height: 1; }

.kingster-lp-course-info-item .review-stars-rated{ margin-top: 5px; margin-bottom: 5px; }
.kingster-course-rating-content .review-bar{ margin-top: 10px; }
.kingster-course-rating-content .review-stars-rated{ margin-bottom: 0px; margin-top: 5px; }
.kingster-course-rating-content .course-rate{ overflow: visible; }
.course-reviews-list .review-stars-rated .review-star{ display: inline; margin: 0px }

#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews,
#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-instructor, 
#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-faqs{ padding-top: 0px; }
#learn-press-course-tabs .course-tab-panels .course-tab-panel{ padding-top: 20px; }

.single-lp_course{ margin-bottom: 50px; }
.single-lp_course .learn-press-breadcrumb{ display: none;  }
.single-lp_course .course-author .author-name{ font-size: 22px; float: none; text-align: left; font-style: normal; font-weight: 600; margin-bottom: 20px; }
.single-lp_course .course-author .author-description{ font-size:  18px; }
.single-lp_course .course-author .author-name a{ color: #222; }

.kingster-lp-course-price-item{ text-align: center; }

#learn-press-course-tabs .course-curriculum .section-header .section-left{ display: block; }
#learn-press-course-tabs .course-curriculum .section-header .section-left .section-toggle{ display: none; }
#learn-press-course-tabs #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-meta{ display: none !important; }

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item{ background: transparent; border-bottom-width: 1px; border-bottom-style: solid; padding-left: 0px; padding-right: 0px; display: block; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before{ display: none; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name{ padding-left: 0px; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link{ width: 100%; }

#popup-course #popup-sidebar .course-curriculum .section .section-header{ height: auto; }
#popup-course #popup-sidebar .course-curriculum .section .section-header .section-meta{ display: none !important; }
#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title{ padding: 4px 0px; margin-bottom: 0px !important; }
#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left{ padding-bottom: 0; }

#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link{ height: auto; line-height: 1.7; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name{ font-weight: 500; font-size: 16px; padding: 16px 0px 0px; line-height: 1.3; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta{ padding-top: 0px; padding-bottom: 16px; margin-left: -14px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child{ margin-left: 14px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item{ background: transparent; height: auto; margin-bottom: 0; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link:before{ display: table-cell; content: "\e04c"; font-family: "simple-line-icons"; padding-right: 10px; vertical-align: top; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta{ text-transform: none; vertical-align: baseline; }
#popup-course #popup-content #learn-press-content-item .content-item-wrap{ width: 900px; margin-top: 60px; padding: 0; }
#popup-course #popup-footer .course-item-nav a.kingster-nav-title{ display: none; }
#popup-course #popup-footer .course-item-nav .prev::before { display: none; }
#popup-course #popup-footer .course-item-nav .next::before { display: none; }

#popup-course #popup-footer{ padding: 0px 15px; max-width: calc(100% - 475px); }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child{ height: auto; padding: 0px; display: inline; }
@media screen and (max-width: 1280px){ #popup-course #popup-footer{ max-width: calc(100% - 300px); } }
@media screen and (max-width: 900px){ #popup-course #popup-footer{ max-width: calc(100% - 40px); } }

.learn-press-breadcrumb{ max-width: 1360px; width: auto; padding: 60px 40px 0px; margin-bottom: 20px; }
.learn-press-breadcrumb { font-size: 16px; font-weight:normal; }
.learn-press-breadcrumb li a{ color:inherit; font-weight: normal; }
.learn-press-breadcrumb li.breadcrumb-delimiter i{ display: none; }
.learn-press-breadcrumb li.breadcrumb-delimiter:before{ content: "/"; margin: 0px 5px; }

.lp-courses-bar{ display: block; float: none; width: 100%; padding: 0px 20px; }
.lp-courses-bar .search-courses { width: 100%; }
.lp-courses-bar .search-courses input[type="text"] { border-radius: 0; height: auto; padding: 16px 25px; border-bottom-width: 2px; }

.archive .kingster-lp-content-area{ padding-top: 0px; padding-bottom: 30px; }
.archive .switch-layout{ display: none; }
@media (max-width: 767px) {
    .archive .lp-courses-bar .search-courses{ margin-left: 20px; }
}

.learn-press-message.error:before{ display: none; }
.kingster-lp-course-price-item button.lp-button{ font-size: 13px; font-weight: 600; text-transform: uppercase; border:none; }
.kingster-lp-course-price-item button.lp-button, 
.kingster-lp-course-price-item button.lp-button:hover{ color: #fff; }
.kingster-lp-course-wishlist i{ font-family: "fontAwesome"; }
div#learn-press-checkout{ padding-top: 60px; padding-bottom: 30px; }
div#checkout-account-login label{ margin-bottom: 5px; display: block; }
div#checkout-account-guest input[type="text"],
div#checkout-account-login input[type="text"],
div#checkout-account-login input[type="password"]{ width: 100%; border-width: 1px; font-size: 13px; padding: 13px 15px; }
div#checkout-account-login input[type="checkbox"]{ vertical-align: baseline; }
.learn-press-checkout-comment textarea{ border-width: 1px; font-size: 13px; padding: 13px 15px; }
#checkout-order .lp-checkout-order__inner .course-thumbnail{ padding: 0; line-height: 0; }
#checkout-order .lp-checkout-order__inner .course-name{ vertical-align: middle; padding: 0px 20px; }
#checkout-order .lp-checkout-order__inner{ padding: 0px; border: none; border-radius: 0px; }
#checkout-order .lp-checkout-order__inner table{ border-collapse: collapse; }
body #checkout-order .lp-checkout-order__inner .col-number{ padding: 0 20px; vertical-align: middle; }
#checkout-order .lp-checkout-order__inner tfoot .order-total th{ padding: 18px 20px; }
#checkout-order .lp-checkout-order__inner .order-total .col-number{ font-size: 22px; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before{ content: "\e08e"; font-weight: normal; font-family: "simple-line-icons"; }

#popup-course #popup-header{ background: #f8faff; border-bottom: 0px; }
#popup-course #popup-header .popup-header__inner .course-title a,
#popup-course #popup-header .popup-header__inner .course-title a:hover{ color: #222; font-weight: 600; }
#popup-course #popup-header .popup-header__inner{ width: auto; margin: 0px 25px; }
#popup-course #popup-header .popup-header__inner .course-title{ line-height: 50px; }
#popup-course #popup-sidebar .search-course input[name="s"]{ font-size: 16px; font-style: normal; }
#popup-course #popup-sidebar .search-course{ height: 50px; }
#popup-course #popup-sidebar .search-course button{ height: 50px; font-size: 15px; }
#popup-course #popup-sidebar .search-course button:before{ content: "\e090"; font-family: "simple-line-icons"; }
#popup-course #popup-sidebar .search-course{ background: #f5f5f5; }
#popup-course #popup-sidebar{ border-right: 1px solid #e7e7e7; box-shadow: none; }

.course-item-popup .kingster-mobile-header-wrap{ display: none; }
#popup-course #sidebar-toggle{ position: fixed; top: auto; right: 0px; left: auto; z-index: 101; height: 50px; box-shadow: none; 
    border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 1px solid #DDD; background: transparent; width: 50px; }
#popup-course #sidebar-toggle:focus{ border-left: 1px solid #ddd; }
#popup-course #sidebar-toggle:before{ font: 17px/50px fontawesome; content: "\f065"; }
#popup-course #sidebar-toggle:checked{ left: auto; }
#popup-course #sidebar-toggle:checked:before{ content: "\f066"; }

.kingster-lp-course-info{ position: relative; }
@media only screen and (max-width: 1400px){ 
    .kingster-lp-course-info.gdlr-core-column-15{ width: 50%; margin-bottom: 15px; }
    .kingster-lp-course-info.gdlr-core-column-15:nth-child(2n + 1){ clear: left; }
    .kingster-lp-course-info.gdlr-core-column-15:nth-child(2n + 1) .kingster-lp-course-info-divider{ display: none; }
}
@media only screen and (max-width: 1300px){
    body .kingster-lp-course-price-item .course-price .price{ font-size: 60px; }
} 
@media only screen and (max-width: 1150px){
    .kingster-lp-course-price-item button.lp-button{ min-width: 0px; white-space: nowrap; }
    body .kingster-lp-course-price-item .course-price .price{ font-size: 42px; }
} 
@media only screen and (max-width: 767px){ 
    .kingster-lp-course-info-item .kingster-lp-course-info-content{ padding-left: 0px; padding-right: 0px; }
    .kingster-lp-course-info-item .kingster-lp-course-info-item-inner{ margin-left: 0px; margin-right: 0px; }
}

.kingster-top-bar-right-social i {
    font-family: 'FontAwesome';
}


body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview,
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{ font-size: 11px; text-transform: uppercase; }
body #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{ padding: 0px; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta{ margin-left: 10px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name{ display: table-cell; vertical-align: middle; padding: 16px 10px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta{ display: table-cell; vertical-align: middle; padding: 0px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child { position: static; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-status::before { font-size: 14px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta { font-size: 14px; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-preview:before{ padding: 1px 6px; font-size: 12px; text-transform: uppercase; border-radius: 3px; color: #fff; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.count-questions{ padding: 1px 6px; font-size: 12px; text-transform: uppercase; height: auto; }
.review-stars-rated .review-stars.empty:before{ color: #989898; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc{ margin-top: 8px; }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc{ margin-top: 8px; }

#popup-course #popup-content{ margin-top: 50px; margin-bottom: 0px; }
.course-item-nav .prev, .course-item-nav .next{ flex: 1; }
.content-item-wrap.kingster-continue{ max-width: 900px; margin: 0px auto 60px; padding: 0 30px; }
body.checkout .learn-press-breadcrumb{ display: none; }
body #checkout-order .lp-checkout-order__inner .course-thumbnail > img { width: 0; display: none;}
body #checkout-order .lp-checkout-order__inner .course-thumbnail { width: 0px;}
body #checkout-order .lp-checkout-order__inner .course-name { padding: 15px 20px;}
body #checkout-order .lp-checkout-order__inner tfoot .cart-subtotal > th { padding: 20px 20px 17px 20px; color: #444;}
body #learn-press-checkout .payment-methods .lp-payment-method{ margin-bottom: 10px; }
body .learn-press-checkout-comment textarea { font-size: 16px; padding: 13px 15px; color: #555555;}
body .lp-terms-and-conditions { font-weight: 400;}
body .learn-press-message.error { margin-bottom: 60px;}
body div#checkout-account-guest input[type="text"], 
body div#checkout-account-login input[type="text"], 
body div#checkout-account-login input[type="password"] { font-size: 16px; }
body #checkout-payment #checkout-order-action button{ border: none; border-radius: 0px; }
#checkout-payment .payment-methods .lp-payment-method .gateway-input{ width: 14px; height: 14px; }
body #learn-press-checkout .payment-methods .lp-payment-method label{ background: #f5f5f5; }
body #learn-press-checkout .payment-methods .lp-payment-method.selected label{ background: #e7f7ff; }
#learn-press-checkout .payment-methods .payment-method-form{ background: transparent; padding: 15px 0px; border-top: none; }
body #learn-press-profile #profile-sidebar { border: 0px; }
body #learn-press-profile .wrapper-profile-header { color: #2D2D2D; background: transparent;}
body #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username { font-size: 28px;}
body #learn-press-profile .wrapper-profile-header .lp-profile-content-area { min-height: 208px; padding-top: 10px;}
body #learn-press-profile #profile-content { padding-top: 0;}
body #learn-press-profile .dashboard-general-statistic__row .statistic-box { border: 0px; background: #F5F5F5;}
body #learn-press-profile .wrapper-profile-header .lp-profile-left { width: 200px; padding: 0; border: 0;}
body #learn-press-profile #profile-sidebar { width: 200px;}
@media (max-width: 990px){#learn-press-profile #profile-content { margin-top: 50px !important; } }
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before{ color: #111; }
#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-status::before{ color: #111; }
.content-item-wrap.kingster-continue { max-width: 953px; }
.lp-courses-bar .search-courses input[type="text"]:focus { border-color: inherit; }

#learn-press-profile #profile-sidebar{ margin-top: 0px; }
#learn-press-profile #profile-header{ padding: 60px 0px 42px; }
#learn-press-profile .lp-user-profile-avatar{ max-width: 120px; float: left; border-radius: 50%; margin: 0px 40px 20px 0px; overflow: hidden; line-height: 0; }
#learn-press-profile .lp-user-profile-socials{ display: none; }
#learn-press-profile .wrapper-profile-header #profile-header .lp-profile-header__inner { padding: 0px; width: auto; overflow: hidden; min-height: 0px; }
#learn-press-profile .wrapper-profile-header #profile-header .lp-profile-header__inner .lp-profile-user-bio { padding-bottom: 18px; }
body #learn-press-profile #profile-sidebar { width: 250px; box-shadow: none; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li { border-top: none; margin-bottom: 2px; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs li > ul { display: none !important; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::after { display: none; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li a{ font-weight: 400; }
div#profile-nav i.fa-chalkboard-teacher:before{ font-family: simple-line-icons; content: "\e06a"; }
div#profile-nav i.fa-book-open:before{ font-family: simple-line-icons; content: "\e04c"; }
div#profile-nav i.fa-puzzle-piece:before{ font-family: simple-line-icons; content: "\e05f"; }
div#profile-nav i.fa-shopping-cart:before{ font-family: simple-line-icons; content: "\e04e"; }
div#profile-nav i.fa-cog:before{ font-family: simple-line-icons; content: "\e06c"; }
div#profile-nav i.fa-sign-out-alt:before{ font-family: simple-line-icons; content: "\e065"; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before{ font-family: simple-line-icons; content:"\e08a"; font-weight: 400; font-size: 16px; left: 20px; }
#learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i { font-weight: 400; font-size: 16px; left: 20px; }
.learn-press-tabs{ background: transparent; }
.learn-press-tabs .learn-press-tabs__nav{ border: none; }
.learn-press-tabs .learn-press-tabs__tab::before{ display: none; }
.learn-press-tabs .learn-press-tabs__tab::after{ display: none; }
.learn-press-tabs .learn-press-tabs__tab > label{ padding: 0; margin-right: 30px; }
.learn-press-tabs .learn-press-tabs__tab{ border: none; background: transparent; }
.learn-press-tabs .learn-press-tabs__tab.active label{ border-bottom-width: 3px; border-bottom-style: solid; }
.learn-press-subtab-content .learn-press-filters > li::after{ display: none; }
.learn-press-subtab-content .learn-press-filters > li > span.count{ display: none; }
.learn-press-subtab-content .learn-press-filters > li{ margin-right: 12px; }
.learn-press-subtab-content .learn-press-filters > li > span{ border-bottom-width: 3px; border-style: solid; padding-bottom: 2px; }
#learn-press-profile-basic-information .form-field .form-field-input input, 
form[name="profile-change-password"] .form-field .form-field-input input{ height: auto; padding: 12px 22px 16px; border-bottom-width: 2px; }
#learn-press-profile-basic-information .form-field .form-field-input textarea{ padding: 12px 22px 16px; border-bottom-width: 2px; }
#learn-press-profile-basic-information .form-field .form-field-input input[type="password"], form[name="profile-change-password"] .form-field .form-field-input input[type="password"]{ padding: 12px 22px 16px; }
.lp-password-input .lp-show-password-input { top: 14px; }
#learn-press-profile-basic-information button, form[name="profile-change-password"] button{ border-radius: 0; margin-top: 10px; font-weight: 600; }
#learn-press-profile-basic-information button:hover, form[name="profile-change-password"] button:hover{ opacity: 1; }
#learn-press-profile-basic-information .form-field > label, form[name="profile-change-password"] .form-field > label{ font-style: normal; font-size: 18px; }
.learn-press-form .form-fields .form-field label { font-style: normal; }
#learn-press-profile-basic-information .form-field .form-field-input input, #learn-press-profile-basic-information .form-field .form-field-input textarea, form[name="profile-change-password"] .form-field .form-field-input input, form[name="profile-change-password"] .form-field .form-field-input textarea{ font-style: normal; font-weight: 400; font-size: 16px; }
#lp-user-edit-avatar .lp-avatar-preview{ margin: 0px;}
#lp-user-edit-avatar #lp-avatar-actions a{ display: block; width: auto; border-radius: 0px; border: none; padding: 3px 0px; height: auto; }
#lp-user-edit-avatar #lp-avatar-actions{ display: block; }
body.learnpress .lp-list-table th { font-size: 18px; font-weight: 500; text-align: left; padding: 0px 20px; color: #fff; vertical-align: middle; }
body.learnpress .lp-list-table tbody tr td { font-size: 17px; font-weight: 500; }
span.lp-label.label-pending { background: #e5e5e5; }
ul.courses-list li{ float: left; list-style: none; }
.kingster-profile-owned-course-list { padding: 0px 15px; }
body #learn-press-profile #profile-content { padding-top: 0; }
@media (max-width: 990px){ #learn-press-profile #profile-content { margin-top: 50px !important; } }

.lp-user-profile.guest { padding: 80px 0px 80px; }
.lp-user-profile.guest .learn-press-form-login,
.lp-user-profile.guest .learn-press-form-register{ float: left; width: 46%; margin: 0 2%; border: none; box-shadow: 0px 10px 30px rgb(0 0 0 / 10%) !important; }
.learn-press-form .form-fields .form-field input[type="text"], 
.learn-press-form .form-fields .form-field input[type="email"], 
.learn-press-form .form-fields .form-field input[type="number"], 
.learn-press-form .form-fields .form-field input[type="password"]{ height: auto; line-height: 1; border-radius: 0px; border-bottom-width: 2px; }
.learn-press-form-login button[type="submit"], .learn-press-form-register button[type="submit"] { width: auto; border-radius: 0px; }
form[name="learn-press-login"] p a { text-decoration: underline; }
body .lp-user-profile.guest{ padding: 30px 0px 60px; }

body #learn-press-profile .dashboard-general-statistic__row .statistic-box { margin: 0 15px 30px 15px; }
body #learn-press-profile #profile-content { margin-bottom: 20px; }
body .learn-press-message { margin: 0 35px 50px; } 
body .learn-press-message.success{ margin: 0px 0px 50px; }
body #popup-course #popup-header .popup-header__inner .items-progress .number { color: #524F4F; font-weight: 400; margin-left: 20px; }
.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em { padding: 19px 30px; }
body .lp-modal-dialog .lp-modal-footer { padding: 0px 20px 27px; background-color: #ffffff; }
body .learnpress-page .lp-button { font-size: 15px; font-weight: 500; line-height: 1.7; padding: 5px 28px; }
body .learn-press-form .form-fields .form-field .description { display: inline; }
#popup-course #popup-content .lp-button { border-radius: 0; font-weight: 600; border-width: 0px; }
#learn-press-profile-tab-course-wishlist ul.learn-press-courses .course:nth-child(3n+1) { clear: left; }
.profile-recover-order .order-recover input[name="order-key"] { height: auto; }
#learn-press-profile #profile-content .order-recover .lp-button{ border-radius: 0px; margin-bottom: 0; }

body #learn-press-profile .wrapper-profile-header .lp-profile-left { position: relative; float: left; width: auto; }
#learn-press-profile .wrapper-profile-header .lp-profile-right { margin-left: 0px; overflow: hidden; padding-left: 0px; padding-top: 18px; }
#learn-press-profile .lp-user-profile-avatar { margin-bottom: 0px; }
body #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username { font-size: 22px; font-weight: 600; line-height: 1; padding-bottom: 13px; }
body .lp-label { font-weight: 500; }
.quiz-status > div{ background: #f3f3f3; margin: 30px 0px 20px; border-radius: 0;}
.quiz-status { margin-left: 0px !important; margin-right: 0px !important; }
.quiz-status .countdown { padding: 16px 29px 17px; }
body #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed{ position: static; margin-left: 0px !important; transform: none; }
#popup-course .quiz-result .result-grade { background: transparent; }
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button.submit-quiz { margin-top: 24px; text-transform: uppercase; margin-left: 0px; }

#popup-course .question .answer-option input[type="radio"],  #popup-course .question .answer-option input[type="checkbox"]{ margin-top: -14px; margin-left: 15px; }
#popup-course .question .answer-option .option-title{ border-radius: 0; }
.answer-options .answer-option input[type="checkbox"]:after{ margin-top: -10px; left: 6px; }
.answer-options .answer-option input[type="checkbox"], .answer-options .answer-option input[type="radio"]{ width: 26px; height: 26px; min-width: 0; }
.answer-options .answer-option input[type="radio"]:after{ left: 6px; }
#popup-course .question .answer-option .option-title { padding-top: 13px; padding-bottom: 13px; }

.learnpress-checkout .lp-form-fields .form-field input[type=text], .learnpress-checkout .lp-form-fields .form-field input[type=email], .learnpress-checkout .lp-form-fields .form-field input[type=number], .learnpress-checkout .lp-form-fields .form-field input[type=password] { padding: 13px 17px; }
.learnpress-checkout .lp-form-fields .form-field .lp-password-input .lp-show-password-input { top: 10px; right: 19px; }

.learn-press-profile-course__tab__inner a {  padding: 0px; }
.learn-press-profile-course__tab__inner a.active { border-top: 0px; border-bottom-width: 3px; border-style: solid; padding-bottom: 2px; background: transparent; }
.learn-press-profile-course__tab__inner { background: transparent; }
.learn-press-profile-course__tab__inner > li { font-size: 16px; margin-right: 25px !important; }
.learn-press-course-tab-filters .learn-press-filters a.active{ border-bottom-width: 3px; border-style: solid; padding-bottom: 2px; }
.learn-press-course-tab-filters .learn-press-filters a, .learn-press-profile-course__tab__inner a { cursor: pointer; }
@media only screen and (max-width: 900px){ 
    .lp-user-profile.guest .learn-press-form-login, .lp-user-profile.guest .learn-press-form-register { float: none; width: auto; margin: 0px auto; }
}
body .kingster-lp-top-bar-user .kingster-lp-top-bar-nav-content a { margin-bottom: 15px; }
body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle { left: auto;}
body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle::before { content: "\f066";}
body .learn-press-subtab-content .learn-press-filters > li { margin-right: 25px; }
.lp-profile-content ul.learn-press-profile-course__tab__inner { margin-bottom: 35px; }
body .quiz-status > div{ max-width: none; padding: 5px 0px 5px 25px; }
body .quiz-status .submit-quiz button { margin-right: 6px !important; }
body #popup-course #popup-header .popup-header__inner .items-progress .number { color: #524F4F; font-weight: 400; margin-left: 20px; }

body #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed { bottom: 50px; }
body #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers { font-weight: 600; }
body #popup-course #popup-content #learn-press-quiz-app .quiz-buttons { justify-content: left; text-align: left; }
body #profile-content-quizzes .lp-label { color: #fff; margin-left: 10px; }
body .lp-label { font-weight: 500; }
.quiz-status > div{ background: #f3f3f3; margin: 30px 0px 20px; border-radius: 0;}
.quiz-status { margin-left: 0px !important; margin-right: 0px !important; }
.quiz-status .countdown { padding: 16px 29px 17px; }
body #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed{ position: static; margin-left: 0px !important; transform: none; }
#popup-course .quiz-result .result-grade { background: transparent; }
#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button.submit-quiz { margin-top: 24px; text-transform: uppercase; margin-left: 0px; }

body .lp-modal-dialog .lp-modal-footer button { padding: 10px 30px; font-weight: 500;}
.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em { color: #555;}
body #popup-course #popup-content .lp-button.completed { margin-bottom: 40px;}
.learn-press-course-tab-enrolled .lp_profile_course_progress__item a { font-weight: 500; }
.learn-press-profile-course__tab__inner a.active {
    border-bottom: 0px;
    padding-bottom: 3px;
}
.learn-press-profile-course__tab__inner a.active::before{ top: auto; bottom: 0px; }
#popup-course #popup-header .popup-header__inner .course-title {
    line-height: 1;
}

#popup-course #popup-header {
    height: 50px;
}
.course-extra-box h3{ font-size: 20px; margin-bottom: 0px; }

.lp-user-profile .lp-profile-username::before, 
.lp-user-profile .lp-profile-username::after{ display: none; }/* for page builder */
.review-stars{ margin: 0 0; list-style: none; overflow: hidden; }
.review-stars-rated{ width: 90px; position: relative; display: inline-block; }
.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled{ width: 120px; height: 24px; font-family: dashicons; font-size: 18px; }
.review-stars-rated .review-stars.empty:before{ content: '\f154\f154\f154\f154\f154'; line-height: 1; vertical-align: top; white-space: nowrap; }
.review-stars-rated .review-stars.filled:before{ content: '\f155\f155\f155\f155\f155'; line-height: 1; vertical-align: top; white-space: nowrap; }
.review-stars-rated .review-stars.filled{ position: absolute; top: 0; left: 0; }

.content-item-scrollable [data-gdlr-animation="fadeIn"], 
.content-item-scrollable [data-gdlr-animation="fadeInDown"],
.content-item-scrollable [data-gdlr-animation="fadeInUp"], 
.content-item-scrollable [data-gdlr-animation="fadeInLeft"], 
.content-item-scrollable [data-gdlr-animation="fadeInRight"]{ opacity: 1; }
.content-item-scrollable .gdlr-core-page-builder-body{ margin-bottom: 50px; }
.content-item-scrollable .gdlr-core-page-builder-body *{ box-sizing: border-box; }

/* course left thumbnail */
.kingster-lp-course-left-thumbnail .kingster-lp-course-title a{ color: #222; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-head{ color: #777; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-tail{ color: #373737; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-more-button,
.kingster-lp-course-left-thumbnail .kingster-lp-course-more-button:hover{ background: #2dd17b; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info.kingster-type-price{ color: #222; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info.kingster-type-teacher .kingster-head,
.kingster-lp-course-left-thumbnail .kingster-lp-course-wishlist{ color: #b1b1b1; }

.kingster-lp-course-left-thumbnail{ margin-bottom: 60px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-thumbnail-wrap{ max-width: 30%; margin-right: 60px; float: left; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-thumbnail{ overflow: hidden;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-content-wrap{ overflow: hidden; padding-top: 20px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-more-button{ font-size: 13px; font-weight: 600; 
	text-transform: uppercase; display: block; margin-top: 8px; padding: 15px 20px; text-align: center;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-more-button,
.kingster-lp-course-left-thumbnail .kingster-lp-course-more-button:hover{ color: #fff; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-title{ font-size: 24px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-excerpt{ font-size: 18px; }

.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap{ margin-bottom: 32px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-lp-course-info{ float: left; margin-right: 25px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-head:after{ content: ":"; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-head{ display: inline; font-weight: 500; margin-right: 6px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-tail{ display: inline; font-weight: 600; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-info-wrap .kingster-type-review .kingster-tail{ font-weight: 500; }
.kingster-lp-course-left-thumbnail .kingster-type-review .kingster-head{ display: none; }
.kingster-lp-course-left-thumbnail .review-stars-rated{ vertical-align: middle; width: 72px; margin-right: 7px; margin-bottom: -5px; }
.kingster-lp-course-left-thumbnail .review-stars-rated .review-stars.empty, 
.kingster-lp-course-left-thumbnail .review-stars-rated .review-stars.filled{ height: auto; font-size: 12px; letter-spacing: 3px; }

.kingster-lp-course-left-thumbnail .kingster-lp-course-info-bottom-wrap{ margin-top: 37px; position: relative; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info{ float: left; margin-left: 34px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info-content{ margin-left: 34px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info-divider{ position: absolute; top: 0px; bottom: 0px; border-left-width: 1px; border-left-style: solid; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info:first-child{ margin-left: 0px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info:first-child .kingster-lp-course-bottom-info-content{ margin-left: 0px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info:first-child .kingster-lp-course-bottom-info-divider{ display: none; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info.kingster-type-teacher .kingster-head{ font-size: 16px; font-weight: 500; line-height: 1.4; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info.kingster-type-teacher .kingster-tail{ font-size: 13px; text-transform: uppercase; font-weight: 600 }
.kingster-lp-course-left-thumbnail .kingster-author-thumbnail{ float: left; width: 48px; overflow: hidden; margin-right: 18px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-lp-course-left-thumbnail .kingster-author-content{ overflow: hidden; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .kingster-middle{ position: relative; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .course-wishlist{ cursor: pointer; opacity: 0; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .kingster-text{ display: none; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .kingster-lp-course-wishlist{ padding-top: 8px; transition: opacity 150ms; -webkit-transition: opacity 150ms; -moz-transition: opacity 150ms; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .kingster-lp-course-wishlist i{ margin-right: 12px; font-size: 18px; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .ajaxload_wishlist + .kingster-lp-course-wishlist{ opacity: 0.5; }
.kingster-lp-course-left-thumbnail .kingster-type-wishlist .course-wishlist.on + .kingster-lp-course-wishlist i:before{ content: "\f02e"; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info.kingster-type-price{ padding-top: 5px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info .origin-price{ text-decoration: line-through; margin-right: 5px; font-size: 13px; }
.kingster-lp-course-left-thumbnail .kingster-lp-course-bottom-info .price{ font-size: 20px; font-weight: 500; }

/* course grid */
.kingster-lp-course-grid .kingster-lp-course-title { font-size: 20px; margin-bottom: 30px; }
.kingster-lp-course-grid .kingster-lp-course-excerpt{ margin-bottom: 35px; margin-top: -10px; }

.kingster-lp-course-grid .kingster-lp-course-info-wrap{ font-size: 15px; margin-bottom: 18px; }
.kingster-lp-course-grid .kingster-lp-course-info{ float: left; }
.kingster-lp-course-grid .kingster-lp-course-info .kingster-head{ display: none; }
.kingster-lp-course-grid .kingster-lp-course-info.kingster-type-category {float: left;}
.kingster-lp-course-grid .kingster-lp-course-info.kingster-type-review{ float: right; }
.kingster-lp-course-grid .kingster-lp-course-info.kingster-type-review .kingster-text{ display: none; }
.kingster-lp-course-grid .review-stars-rated .review-stars.empty, 
.kingster-lp-course-grid .review-stars-rated .review-stars.filled{ font-size: 13px; letter-spacing: 2px; width: 73px; height: 13px; }
.kingster-lp-course-grid .review-stars-rated{ width: 73px; float: none; }

.kingster-lp-course-grid .kingster-lp-course-info-bottom-wrap{ border-top-width: 1px; border-top-style: solid; padding: 16px 35px; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist{ float: right; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .kingster-middle{ position: relative; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .course-wishlist{ cursor: pointer; opacity: 0; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .kingster-text{ display: none; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .kingster-lp-course-wishlist{ transition: opacity 150ms; -webkit-transition: opacity 150ms; -moz-transition: opacity 150ms; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .ajaxload_wishlist + .kingster-lp-course-wishlist{ opacity: 0.5; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-wishlist .course-wishlist.on + .kingster-lp-course-wishlist i:before{ content: "\f02e"; }

.kingster-lp-course-grid .kingster-lp-course-bottom-info.kingster-type-price{ float: left; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info .origin-price{ font-size: 15px; text-decoration: line-through; margin-right: 5px; }
.kingster-lp-course-grid .kingster-lp-course-bottom-info .price{ font-size: 20px; line-height: 1; }
.kingster-lp-course-grid .kingster-lp-course-info-bottom2-wrap{ border-top-width: 1px; border-top-style: solid; padding: 16px 35px; }

.kingster-lp-course-grid .kingster-lp-course-bottom2-info { display: inline-block; margin-right: 19px; }
.kingster-lp-course-grid .kingster-lp-course-bottom2-info:last-child{ margin-right: 0px; }
.kingster-lp-course-grid .kingster-lp-course-bottom2-info .kingster-head{ display: inline; margin-right: 12px; font-size: 15px; }
.kingster-lp-course-grid .kingster-lp-course-bottom2-info .kingster-tail{ display: inline; font-weight: 500; }
 
.kingster-lp-course-grid .kingster-lp-course-grid-frame{ padding: 25px 33px 0px; border-width: 1px; border-style: solid; }
.kingster-lp-course-grid .kingster-lp-course-grid-frame .kingster-lp-course-info-bottom-wrap{ margin: 0px -35px; }
.kingster-lp-course-grid .kingster-lp-course-grid-frame .kingster-lp-course-info-bottom2-wrap{ margin: 0px -35px; }

.kingster-lp-course-grid.gdlr-core-without-frame .kingster-lp-course-thumbnail{ margin-bottom: 30px; }
.kingster-lp-course-grid.gdlr-core-without-frame .kingster-lp-course-info-bottom-wrap{ padding-left: 0px; padding-right: 0px; }
.kingster-lp-course-grid.gdlr-core-without-frame .kingster-lp-course-info-bottom2-wrap{ padding-left: 0px; padding-right: 0px; }

.kingster-lp-course-grid .kingster-lp-course-grid-frame .kingster-lp-course-info-bottom-wrap.kingster-with-info2{ padding-top: 30px; }
.kingster-lp-course-grid .kingster-lp-course-grid-frame .kingster-lp-course-info-bottom-wrap + .kingster-lp-course-info-bottom2-wrap{ border-top: none; padding-top: 0px; margin-top: -10px; padding-bottom: 30px; }

/* course info item */
.kingster-lp-course-info-item .kingster-head,
.kingster-lp-course-info-item .kingster-middle{ color: #b1b1b1; }

.kingster-lp-course-info-item{ position: relative; }
.kingster-lp-course-info-item .kingster-lp-course-info-item-inner{ margin-left: -30px; margin-right: -30px; }
.kingster-lp-course-info-item .kingster-lp-course-info-divider{ position: absolute; top: 0px; bottom: 0px;
    border-left-width: 1px; border-left-style: solid; }
.kingster-lp-course-info-item .kingster-lp-course-info-content{ padding-left: 35px; padding-right: 35px; }
.kingster-lp-course-info-item .kingster-author-thumbnail{ float: left; width: 45px; overflow: hidden; margin-right: 18px;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.kingster-lp-course-info-item .kingster-head,
.kingster-lp-course-info-item .kingster-middle{ font-size: 16px; }
.kingster-lp-course-info-item .kingster-lp-course-info{ font-weight: 500; line-height: 1.5; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist{ cursor: pointer; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist i{ font-size: 18px; margin-right: 12px; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .kingster-middle{ padding-top: 10px; font-weight: 400; }
.kingster-lp-course-info-item .kingster-author-content{ overflow: hidden; }
.kingster-lp-course-info-item .kingster-tail{ font-size: 13px; text-transform: uppercase; }
.kingster-lp-course-info-item .review-stars-rated{ vertical-align: middle; width: 72px; margin-right: 7px; margin-top: 2px; }
.kingster-lp-course-info-item .review-stars-rated .review-stars.empty, 
.kingster-lp-course-info-item .review-stars-rated .review-stars.filled{ height: auto; font-size: 12px; letter-spacing: 3px; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .kingster-middle{ position: relative; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .course-wishlist{ cursor: pointer; opacity: 0; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .kingster-lp-course-wishlist{ transition: opacity 150ms; -webkit-transition: opacity 150ms; -moz-transition: opacity 150ms; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .ajaxload_wishlist + .kingster-lp-course-wishlist{ opacity: 0.5; }
.kingster-lp-course-info-item .kingster-lp-course-info.kingster-type-wishlist .course-wishlist.on + .kingster-lp-course-wishlist i:before{ content: "\f02e"; }

.kingster-lp-course-price-item button{ min-width: 175px; margin: 0px auto; font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; display: block; }
.kingster-lp-course-price-item .retake-course, 
.kingster-lp-course-price-item .enroll-course, 
.kingster-lp-course-price-item .purchase-course{ display: block; }
.kingster-lp-course-price-item .course-price{ text-align: center; line-height: 1; margin-bottom: 30px; }
.kingster-lp-course-price-item .course-price .price{ font-size: 72px; }
.kingster-lp-course-price-item .course-price .price .kingster-currency-symbol{ font-size: 0.6em; vertical-align: super; margin-right: 3px; }
.kingster-lp-course-price-item .origin-price{ text-decoration: line-through; display: block; margin-bottom: 10px; }

/* course search */
.kingster-lp-course-search-item .kingster-lp-course-search-column{ padding-left: 10px; }
.kingster-lp-course-search-item .kingster-lp-course-search-column:first-child{ padding-left: 0px; }

.kingster-lp-course-search-item select{ font-size: 13px; height: 50px; padding: 12px 20px; margin: 0px; width: 100%; border: 0px; outline: none;
	text-transform: uppercase; font-weight: 500; letter-spacing: 1px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.kingster-lp-course-search-item select, 
.kingster-lp-course-search-item select:focus{ 
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.kingster-lp-course-search-item .kingster-combobox{ position: relative; }
.kingster-lp-course-search-item .kingster-combobox:after{ font-family: fontAwesome; content: "\f0dd"; font-size: 14px; line-height: 20px;
	position: absolute; right: 16px; top: 50%; margin-top: -13px; pointer-events: none; }
.kingster-lp-course-search-item input[name="s"]{ width: 100%; padding: 12px 20px; margin: 0px; font-size: 16px; font-style: italic; height: 50px; border: none; box-shadow: none; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.kingster-lp-course-search-item input[type="submit"]{ font-size: 13px; text-transform: uppercase; letter-spacing: 1px; 
	font-weight: 600; width: 100%; height: 50px; margin: 0px; border: 0px; outline: none;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.kingster-lp-course-search.kingster-lp-align-center{ margin-left: auto; margin-right: auto; }
.kingster-lp-course-search.kingster-lp-align-left{ margin-right: auto; }
.kingster-lp-course-search.kingster-lp-align-right{ margin-left: auto; }

.kingster-lp-course-search.kingster-lp-size-2 .kingster-lp-course-search-column{ width: 40%; float: left; }
.kingster-lp-course-search.kingster-lp-size-2 .kingster-lp-course-search-column.kingster-lp-type-button{ width: 20%; }
.kingster-lp-course-search.kingster-lp-size-3 .kingster-lp-course-search-column{ width: 26.66%; float: left; }
.kingster-lp-course-search.kingster-lp-size-3 .kingster-lp-course-search-column.kingster-lp-type-button{ width: 20%; }


@media screen and (max-width: 767px){    
    .kingster-lp-course-info-item .kingster-lp-course-info{ margin-bottom: 20px; }
    .kingster-lp-course-info-item .kingster-lp-course-info-divider{ display: none; }

    .kingster-lp-course-search-item .kingster-lp-course-search-column{ padding-left: 0px; margin-bottom: 10px; }
    .kingster-lp-course-search.kingster-lp-size-2 .kingster-lp-course-search-column{ width: auto; float: none; }
	.kingster-lp-course-search.kingster-lp-size-2 .kingster-lp-course-search-column.kingster-lp-type-button{ width: auto; }
	.kingster-lp-course-search.kingster-lp-size-3 .kingster-lp-course-search-column{ width: auto; float: none; }
	.kingster-lp-course-search.kingster-lp-size-3 .kingster-lp-course-search-column.kingster-lp-type-button{ width: auto; }
}

.wp-core-ui .kingster-lp-course-price-item button{ padding: 13px 28px; height: auto; font-size: 13px; 
	font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border: 0px; box-shadow: none; line-height: 1.7;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }