/*
Theme Name: HelpingHands Child
Description: HelpingHands Child Theme
Author: Your name here
Template: helpinghands
Version: 1.0
*/

img {
	height: auto;
}

#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu > li.mega-menu-item,
#mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu > li.mega-menu-item {
	vertical-align: bottom;
}

#mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu li .fa-user {
	margin-right: 5px;
}

.mega-menu-toggle .mega-toggle-block-left {
	height: 50px;
	line-height: 50px;
}

#mega-menu-wrap-top-bar-login-menu .mega-menu-toggle .mega-toggle-block-1:before {
	font-family: FontAwesome;
	content: '\f007';
	font-size: 20px;
}

#mega-menu-wrap-top-bar-login-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before {
	font-family: 'dashicons';
}

#wpmem_reg {
	max-width: 700px;
	margin: 0 auto;
}

#wpmem_reg label {
	width: 40%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
}

#wpmem_reg label.checkbox {
	width: auto;
}

#wpmem_reg label.captcha {
	vertical-align: top;
}

#wpmem_reg .div_text,
#wpmem_reg .div_select {
	width: 60%;
	display: inline-block;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], select {
	border: 1px solid #cfd4db;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    height: 45px;
    line-height: 100%;
    padding: 0 10px;
    background: #fff;
}

textarea {
	border: 1px solid #cfd4db;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 10px;
    background: #fff;
}

#wpmem_reg input {
	margin-bottom: 15px;
    width: 100%;
}

#wpmem_reg select {
    margin-bottom: 15px;
}

#wpmem_reg .buttons {
	border: 1px solid #29af8a;
	border-radius: 3px;
	color: #29af8a;
	background: #fff;
	padding: 10px 20px;
	height: auto;
	font-weight: bold;
	text-transform: uppercase;
}

#wpmem_reg .buttons:hover {
	color: #fff;
	background: #29af8a;
}

#wpmem_reg span.req {
	color: red;
}

#wpmem_reg fieldset {
	padding: 30px;
}

body.site-id-2 #wpmem_reg fieldset {
	border: none;
	padding: 0;
}

body.site-id-2 #wpmem_reg fieldset legend {
	font-size: 24px;
	margin-bottom: 30px;
}

#wpmem_reg .div_checkbox {
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wpmem_reg .div_checkbox input {
	margin-right: 10px;
	display: inline;
    width: auto;
    height: auto;
}

#wpmem_reg .div_checkbox label {
	display: inline;
}

#wpmem_reg .div_checkbox:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#wpmem_reg .button_div {
	margin-top: 20px;
	margin-bottom: 40px;
}

#wpmem_reg .field-hint {
	width: 60%;
	font-size: 0.85em;
	line-height: 1.2;
	margin-left: 40%;
}

#post-153 {
	border-bottom: none;
}

#wpmem_login {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

#wpmem_login fieldset {
	padding: 70px 20px 20px;
	border: 0;
	background: #f1f4f8;
	position: relative;
}

#wpmem_login fieldset legend {
	font-size: 26px;
	position: absolute;
	top: 20px;
}

#wpmem_login label {
	margin-bottom: 5px;
	display: inline-block;
}

#wpmem_login .button_div {
	text-align: right;
}

#wpmem_login .sd-login-button {
	display: block;
    float: none;
    margin: 20px 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#wpmem_login .div_text input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	border: none;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
}

.vertical-farming-academy #wpmem_reg label {
	width: 40%;
	display: inline-block;
	text-align: left;
}

.vertical-farming-academy #wpmem_reg .div_text,
.vertical-farming-academy #wpmem_reg .div_select {
    width: 60%;
}

#wpmem_login .div_text,
#wpmem_login .button_div,
#wpmem_login .link-text {
	width: 100% !important;
}

#wpmem_login {
	color: #637285 !important;
}

#wpmem_login .link-text {
	font-size: 0.85em;
}


.alert, .sd-theme .wpmem_msg {
	font-size: 0.85em;
    line-height: 1;
    padding: 20px 0 20px 80px;
    margin: 10px 0 20px;
    position:relative;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.alert.alert-error,
.sd-theme .wpmem_msg {
	background: #CA5E59;
	color: #fff;
}

.sd-theme .wpmem_msg.success,
.alert.alert-success {
	background: #29af8a;
	color: #fff;
	text-align: left;
}

.sd-theme .wpmem_msg *,
.alert.alert-error * {
	color: #fff;
}

.sd-theme .wpmem_msg:before,
.alert:before {
	font-family: FontAwesome;
	left: 25px;
	position:absolute;
	top: 10px;
	font-size: 30px;
}

.sd-theme .wpmem_msg:before,
.alert.alert-error:before {
	content: "\f071";
}

.sd-theme .wpmem_msg.success:before,
.alert.alert-success:before {
	content: "\f058";
}

#wizard {
	padding: 30px 0;
}

.sd-form-checkout input[type="text"], .sd-form-checkout textarea, .sd-form-checkout input[type="tel"], .sd-form-checkout input[type="email"], .sd-woo-login input[type="text"], .sd-woo-login input[type="password"], .sd-coupon-form input[type="text"], .sd-create-account input[type="text"], .sd-create-account input[type="password"], .sd-edit-address input[type="text"], .sd-edit-address input[type="password"], .sd-edit-address input[type="email"], .sd-edit-address input[type="tel"], .sd-edit-account input[type="text"], .sd-edit-account input[type="password"], .sd-edit-account input[type="email"], .sd-form-login input[type="text"], .sd-form-login input[type="password"], .sd-form-login input[type="email"], .sd-lost-pwd input[type="text"], .sd-order-tracking input[type="text"], .sd-order-tracking input[type="email"] {
	text-transform: none;
}

fieldset {
	margin: 0;
}

.btn {
	background: transparent;
	border: 0;
	padding: 10px 15px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 20px 0;
	border-radius: 3px;
}

.btn.btn-block {
	width: 100%;
	text-align: center;
	display: block;
}

.btn.btn-primary {
	background: #29af8a;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #27a481;
}

.btn.btn-secondary {
	border-color: #29af8a;
	color: #29af8a;
	font-weight: bolder;
	border-width: 2px;
	border-style: solid;
	background: transparent;
}

.btn.btn-secondary:hover {
	background: #27a481;
	color: #fff;
}

ol.wizard_navigation {
	padding: 0;
	margin: 30px 0;
	list-style: none;
	position: relative;
}

ol.wizard_navigation:before {
	content: '';
	position: absolute;
	background: #29af8a;
	width: 2px;
	height: 100%;
	top: 0;
	left: 19px;
}

ol.wizard_navigation li {
	counter-increment: item;
	position: relative;
	margin-bottom: 20px;
}

ol.wizard_navigation li:before {
	content: counter(item);
	position: absolute;
	width: 40px;
	height: 40px;
	background: #29af8a;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ol.wizard_navigation li a {
	line-height: 40px;
	display: block;
	width: 100%;
	// background: #f9fafb;
	margin-left: 50px;
}

ol.wizard_navigation li.current:before {
	background: #fff;
	border: 2px solid #29af8a;
	color: #29af8a;
	line-height: 37px;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



ol.wizard_navigation li.open:before {
	background: #91a1b4;
}

ol.wizard_navigation li.open a, ol.wizard_navigation li.open a:hover {
	color: #91a1b4;
	cursor: default;
}

ol.wizard_navigation li.open:after {
	content: '';
	width: 2px;
	height: 50%;
	z-index: 0;
	left: 19px;
	top: -50%;
	background: #91a1b4;
	position: absolute;
}

ol.wizard_navigation li:last-child:before {
	content: "\f06c";
	font-family: FontAwesome;
}


#avf_q0 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	font-size: 1.5em;
	font-weight: bold;

	-webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}

.avf_box br {
	display: initial !important;
}

.avf_box select {
	border: 1px solid #ccd3dd;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	// width: 100%;
}

.avf_box label {
	font-weight: bold;
	display: block;
}

.avf_box label.error {
	color: red;
	font-size: 0.85em;
	padding-top: 5px;
}

.avf_box textarea {
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.avf_box .input-group {
	margin-bottom: 20px;
}

.avf_box .wpcf7-submit:hover {
	color: #fff;
}

.avf_box #AddressHQ, .avf_box #AdressFarm {
	height: 140px;
}


@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

#new_membership table, #previous_memberships table {
	width: 100%;
}

.membership-checkout select {
	display: block;
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 400;
	height: 42px;
	outline: none;
	padding: 0 15px;
	// text-transform: uppercase;
	width: 100%;
}

.membership-checkout label.error {
	color: red;
	display: block;
	padding-top: 5px;
}

.StripeElement {
	background-color: #f1f4f8;
	border: 1px solid #cbd0db;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 400;
	height: 42px;
	outline: none;
	padding: 0 15px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 30px;
}

.StripeElement#stripe-card-cvc {
	margin-bottom: 0;
}

#new_plan_selector {
	margin-bottom: 20px;
}

#new_membership_table tbody {
	text-transform: none;
	font-weight: normal;
}

.table {
	width: 100%;
	margin-bottom: 30px;
}

.table th {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #cbd0db;
}

.table td {
	text-align: left;
	padding: 10px 0;
	font-size: 0.9em;
}

span.public-status {
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	background: transparent;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

span.public-status.public {
	background-color: #29af8a;
	border-color: #29af8a;
}

span.public-status.not-public {
	background-color: transparent;
	border-color: #29af8a;
}

span.public-status.not-public.not-publishable {
	background-color: #f1f4f8;
	border-color: #f1f4f8;
}


.avfmem_cell {
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin-bottom: 40px;
}

.avfmem_cell img {
	height: auto;
	width: auto;
	max-height: 100px;
	max-width: 280px;
}

#companyinfo {
	padding-top: 20px;
}

#companyinfo .img {
	width: 150px;
	float: right;
}

#companyinfo #map_canvas {
	margin: 30px 0;
}

#companyinfo .question {
	margin-bottom: 20px;
}

#companyinfo .question img {
	margin-right: 15px;
}

#companyinfo h4 {
	margin-bottom: 5px;
}



.avf_fees {
	margin-bottom: 20px;
}

.avf_fees .plan {
	margin-bottom: 15px;
	font-size: 1.3em;
	line-height: 1.5em;
}

.avf_fees .plan .plan_price {
	color: #29af8a;
}


#map_canvas {
	height: 500px;
}

#avf_slider {
    width: 100%;
    height: 130px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

#avf_slider .avf_partner {
	display: inline-block;
    margin-left: 20px;
    width: 250px;
    height: 130px;
    text-align: center;
    padding: 10px;
}

#avf_slider .avf_partner img {
	line-height: 130px;
	max-width: 100%;
	max-height: 100%;
}

input[readonly]:hover {
    cursor: not-allowed;
}

.table a.documentlink {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

ul.action_selector {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	display: inline-block;
}

ul.action_selector li {
	display: inline;
}

ul.action_selector li a {
	height: 25px;
	width: 25px;
	text-align: center;
	display: inline-block;
	line-height: 25px;
}

ul.action_selector li a:hover {
	background-color: #e6e6e6;
}

ul.action_selector li a.tipso_style {
	cursor: pointer;
	border-bottom: none;
}

.map-footer-wrapper {
	padding: 0 10px;
}

.map-footer-wrapper .legend {
	float: left;
}

.map-footer-wrapper .map-link {
	float: right;
}

#map-member-modal .sd-campaign-modal {
	width: 800px;
	max-width: 100%;
	padding: 30px;
}

#map-member-modal .img {
	margin-bottom: 10px;
}

#map-member-modal img {
	max-width: 100%;
}

#map-member-modal .question {
	margin-bottom: 20px;
}

#map-member-modal .question img {
	margin-right: 10px;
}

.sd-campaign-modal .mfp-close:hover, .sd-minicart-modal .mfp-close:hover {
	background-color: #29af8a;
}

#map-member-modal ul {

}

#map-member-modal ul li {
	margin-bottom: 10px !important;
}

#map-member-modal p {
	margin-left: 0;
	margin-bottom: 20px;
}


.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -khtml-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item,.thim-gallery-images-default .item {
    float: left
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.thim-widget-courses {
	text-align: center;
}

.sd-sidebar-widget .thim-widget-courses {
	text-align: left;
}

.thim-widget-courses .widget-title {
	background-color: #91a1b4;
	border-radius: 3px;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
    margin-bottom: 30px;
}

.thim-widget-course-categories li {
	border-bottom: 1px solid #e1e5eb;
    margin-bottom: 10px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.thim-widget-course-categories li a {
	color: #4b5563;
}

.thim-course-top {
    background: #f1f4f8;
    padding: 10px 10px 10px 20px;
    margin-bottom: 60px;
    min-height: 54px
}

.thim-course-top .switch-layout {
    float: left
}

.thim-course-top .switch-layout a {
    font-size: 18px;
    display: inline-block;
    line-height: 34px;
    margin-right: 5px;
    color: #ccc
}

.thim-course-top .course-index {
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    color: #999;
    margin-left: 15px
}

.thim-course-top .courses-searching {
    float: right;
    position: relative;
    max-width: calc(100% - 70px);
    max-width: -webkit-calc(100% - 70px);
    max-width: -moz-calc(100% - 70px)
}

.thim-course-top .courses-searching ul {
    margin: 2px 0 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    line-height: 30px;
    background: #f6f6f6;
    border: 0;
    min-width: 270px;
    position: absolute;
    box-shadow: inset 0 0 1px 1px #eee
}

.thim-course-top .courses-searching ul li {
    list-style: none;
    line-height: 30px;
    padding: 0 20px;
    height: 30px;
    display: block
}

.thim-course-top .courses-searching ul li a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    color: #666;
    font-size: 13px
}

.thim-course-top .courses-searching ul li:first-child {
    margin-top: 10px
}

.thim-course-top .courses-searching ul li:last-child {
    margin-bottom: 10px
}

.thim-course-top .courses-searching form {
    border: 0;
    background: #fff;
    width: 270px;
    position: relative;
    line-height: 34px;
    max-width: 100%
}

.thim-course-top .courses-searching form input[type=text] {
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    border-radius: 0;
    width: 100%;
    height: 34px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: none
}

.thim-course-top .courses-searching form input[type=text]:focus {
    outline: 0;
    box-shadow: none
}

.thim-course-top .courses-searching form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    background: 0 0;
    box-shadow: none;
    border: 0;
    outline: 0;
    width: 30px;
    padding: 0;
    line-height: 34px
}

.thim-course-top .courses-searching form button[type=submit] i {
    font-size: 14px;
    color: #ccc;
    line-height: 34px
}

.thim-course-switch-layout {
	display: inline-block;
}

#thim-course-archive.thim-course-grid {
	margin: 0 -15px;
}

.thim-course-list .lpr_course {
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
    padding-top: 40px !important;
    overflow: hidden
}

.thim-course-list .lpr_course:first-child {
    padding-top: 0 !important
}

.thim-course-list .course-item {
    overflow: hidden
}

.thim-course-list .course-item .course-thumbnail {
    float: left;
    height: auto;
    overflow: hidden;
    max-width: 22%;
    max-width: calc(270px);
    max-width: -webkit-calc(270px);
    max-width: -moz-calc(270px);
    margin-right: 3%;
    margin-right: calc(30px);
    margin-right: -webkit-calc(30px);
    margin-right: -moz-calc(30px)
}

.thim-course-list .course-item .course-thumbnail img {
    width: 100%;
    -khtml-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.thim-course-list .course-item .course-thumbnail>a {
    display: inline-block;
    position: relative;
    width: 100%
}

.thim-course-list .course-item .course-thumbnail .course-readmore,.thim-course-list .course-item .thim-course-content>.course-author {
    display: none
}

.thim-course-list .course-item .course-thumbnail:hover img {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05)
}

.thim-top-course .learnpress-course-coming-soon,.tp-event-top .entry-countdown,form.pmpro_form .lp-pmpro-name h4 {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%)
}

.thim-course-list .course-item .thim-course-content {
    width: 75%;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    float: right
}

.thim-course-list .course-item .thim-course-content .course-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 3px 0 2px;
    text-transform: none
}

.thim-course-list .course-item .thim-course-content .course-title a {
    display: block
}

.thim-course-list .course-item .thim-course-content .course-meta {
    overflow: hidden;
    position: relative;
    padding: 0
}

.thim-course-list .course-item .thim-course-content .course-meta label {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    margin-bottom: 0
}

.thim-course-list .course-item .thim-course-content .course-meta .value {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a7a7a
}

.thim-course-list .course-item .thim-course-content .course-meta>div {
    margin-top: 15px;
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    padding-right: 20px;
    color: #ccc;
    border-right: 1px solid #eee;
    float: left
}

.thim-course-list .course-item .thim-course-content .course-meta>div:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.thim-course-list .course-item .thim-course-content .course-meta>div .value {
    line-height: 16px
}

.thim-course-list .course-item .thim-course-content .course-meta>div i {
    display: none
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author img {
    border-radius: 50%;
    width: 40px;
    height: auto;
    float: left;
    margin-right: 10px
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author .author-contain {
    display: inline-block
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-author .value a {
    color: #7a7a7a
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-comments-count,.thim-course-list .course-item .thim-course-content .course-meta>div.course-price {
    display: none
}

.thim-course-list .course-item .thim-course-content .course-meta>div.course-students {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

.thim-course-list .course-item .thim-course-content .course-description {
    margin: 30px 0;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.thim-course-list .course-item .thim-course-content .course-price {
    float: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px
}

.thim-course-list .course-item .thim-course-content .course-price .value,.thim-course-list .course-item .thim-course-content .course-price label {
    display: inline-block
}

.thim-course-list .course-item .thim-course-content .course-price label {
    color: #999;
    margin-bottom: 0
}

.thim-course-list .course-item .thim-course-content .course-price .value {
    color: #f24c0a
}

.thim-course-list .course-item .thim-course-content .course-price .value.free-course {
    color: #54b551
}

.thim-course-list .course-item .thim-course-content .course-readmore {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-top: 4px
}

.thim-course-list .course-item .thim-course-content .course-readmore a {
    padding: 10px 15px;
}

.sd-sidebar-widget .thim-course-list-sidebar .lpr_course {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden
}

.sd-sidebar-widget .thim-course-list-sidebar .lpr_course:last-child {
    margin-bottom: 0
}

.sd-sidebar-widget .thim-course-list-sidebar .lpr_course:not(.has-post-thumbnail) .thim-course-content {
    width: 100%;
    float: none
}

.sd-sidebar-widget .thim-course-list-sidebar .lpr_course.has-post-thumbnail {
    padding-top: 0 !important
}

.sd-sidebar-widget .thim-course-list-sidebar .course-thumbnail {
    float: left;
    width: 70px;
    margin-right: 20px;
    height: 60px;
    overflow: hidden
}

.sd-sidebar-widget .thim-course-list-sidebar .course-thumbnail img {
    width: 100%;
    margin-top: -8px
}

.sd-sidebar-widget .thim-course-list-sidebar .thim-course-content {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    float: right
}

.sd-sidebar-widget .thim-course-list-sidebar .thim-course-content .course-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: -4px 0 14px;
    text-transform: none;
    margin-bottom: 0
}

.sd-sidebar-widget .thim-course-list-sidebar .course-price {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

.sd-sidebar-widget .thim-course-list-sidebar .course-price label {
    display: none
}

.sd-sidebar-widget .thim-course-list-sidebar .course-price .value {
    color: #f24c0a
}

.sd-sidebar-widget .thim-course-list-sidebar .course-price .value.free-course {
    color: #54b551
}

#lp-archive-courses .thim-course-list .course-origin-price {
	float: left;
	font-size: 18px;
	line-height: 25px;
}

.thim-course-grid .course-item .thim-course-content>.course-description,
.thim-course-grid .course-item .thim-course-content>.course-price, 
.thim-course-grid .course-item .thim-course-content>.course-origin-price, 
.thim-course-grid .course-item .thim-course-content>.course-readmore {
    display: none;
}

.sd-extra-button {
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0;
	padding: 0 20px;
	height: 45px;
	line-height: 43px;

	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}

.sd-extra-button.sd-login-button {
	padding: 0px 20px;
}

.sd-header-extra .sd-extra-button {
	margin-left: 20px;
}

.sd-extra-button.sd-button-small {
	font-size: 12px;
	padding: 0px 15px;
	height: 35px;
	line-height: 34px;
}

body.login h1 {
	background: #fff;
}

body.login h1 a {
	background-size: contain !important;
}

.mega-menu-item .sd-recent-posts-widget li {
	line-height: 18px !important;
	margin-bottom: 20px !important;
}

.mega-menu-item .sd-recent-posts-widget li .sd-recent-posts-content,
.mega-menu-item .sd-recent-posts-widget li .sd-recent-posts-content a {
	line-height: inherit !important;
}

.mega-menu-item .sd-recent-posts-widget li .sd-recent-widget-thumb {
	float: left;
	margin-right: 10px;
}


.purchase-button {
	line-height: 40px;
	background: #29af8a;
	color: #fff;
	padding: 0 20px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
}


.entry-tag-share .post-tag span {
    color: #666;
    margin-right: 5px;
    font-weight: 400
}

.entry-tag-share .thim-social-share {
    float: right
}

.thim-social-share {
    margin: 0;
    float: right;
    overflow: hidden
}

.thim-social-share li {
    margin-right: 15px;
    display: inline-block;
    list-style: none
}

.thim-social-share li:last-child {
    margin-right: 0
}

.thim-social-share li>div a {
    color: #999;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    cursor: pointer
}

.thim-social-share li>div a:hover {
    color: #fff
}

.thim-social-share li>div.facebook-social a:hover {
    border-color: #3b5998;
    background-color: #3b5998
}

.thim-social-share li>div.googleplus-social a:hover {
    border-color: #dd4b39;
    background-color: #dd4b39
}

.thim-social-share li>div.twitter-social a:hover {
    border-color: #00aced;
    background-color: #00aced
}

.thim-social-share li>div.pinterest-social a:hover {
    border-color: #cb2027;
    background-color: #cb2027
}

.thim-social-share li>div.linkedin-social a:hover {
    border-color: #0077b5;
    background-color: #0077b5
}

ul.lp-form-field-wrap, ul.learn-press-subtabs {
	padding: 0;
	margin-top: 0;
	margin-bottom: 40px;
}

ul.lp-form-field-wrap li.lp-form-field .lp-form-field-label {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	line-height: 45px;
}

ul.lp-form-field-wrap li.lp-form-field .lp-form-field-input {
	display: inline-block;
	width: 69%;
}

ul.lp-form-field-wrap li.lp-form-field:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

ul.lp-form-field-wrap li.lp-form-field .lp-form-field-input input,
ul.lp-form-field-wrap li.lp-form-field .lp-form-field-input textarea {
	width: 100%;
}

.learnpress .message {
	display: none;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.learnpress .message.message-success {
	background: #29af8a;
}

.learnpress .message.message-error {
	background: #CA5E59;
}

.sd-sidebar-widget .widget_shopping_cart_content .button.checkout {
	margin-left: 0;
}

.sd-sidebar-widget .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}

.shop_table.cart .jde_hint td {
	padding: 20px 0 40px;
}

.shop_table.cart .product-subtotal > .woocommerce-Price-amount {
	display: block;
}

.cart_totals .includes_tax {
	text-transform: none;
}

.woocommerce-checkout .sd-full-width, .woocommerce-account .sd-full-width, .sd-cart-empty {
	margin: 0;
}

table.woocommerce-checkout-review-order-table {
	width: 100%;
}

table.woocommerce-checkout-review-order-table .includes_tax {
	display: block;
	text-transform: none;
}

.search-highlight {
	background: #fff776;
}

#sticky_logo {
	float: left;
	max-width: 0;
	overflow: hidden;
	transition: max-width 0.5s ease-in;
	-webkit-transition: max-width 0.5s ease-in;
}

.is-sticky #sticky_logo {
	max-width: 100px;
}

#sticky_logo img {
    padding: 5px 15px 5px 0;
    height: 34px;
}

.sd-sticky-header > .container {
	position: relative;
}

ul.woocommerce-error {
	padding: 10px;
	margin-bottom: 20px;
}

.sd-cart {
	margin-top: 0;
}

.sd-header-right-options {
	float: right;
	margin-left: 15px;
}

.sd-header-right-options .login-icon {
	float: left;
	color: #9dedd7;
	width: 50px;
    display: inline-block;
    text-align: center;
}

.sd-header-right-options .login-icon:hover {
	color: #fff;
}

.sd-header-right-options .woocommerce-currency-switcher-form {
	float: right;
	background: #27a481;
	position: relative;
	margin-left: 10px;
}

.sd-header-right-options .woocommerce-currency-switcher-form select {
	border: none;
	border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: transparent;
	height: 50px;
	-webkit-appearance: none;
	padding-right: 25px;
	position: relative;
	z-index: 2;
}

.sd-header-right-options .woocommerce-currency-switcher-form:after {
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
}




.organigram .node {
	cursor: default;
}
.organigram .node text {
	font: 12px sans-serif;
	fill: #FFFFFF;
	font-weight: bolder;
}
 
/* Lines */
.organigram .link {
	fill: none;
	stroke: #424242;
	stroke-width: 1.5px;
}
 
.organigram {
	cursor: move;
	height: 400px;
	width: 100%;
	background-color: #f1f4f8;
}

.calendar td.fc-day {
	background: #f1f4f8;
	border: 2px solid #fff;
}

.calendar tbody,
.calendar .fc-widget-content,
.calendar .fc-widget-header,
.calendar .fc-day-header {
	border: none;
}

.calendar .fc-day-header {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.calendar .fc-basic-view .fc-day-number,
.calendar .fc-basic-view .fc-week-number {
    padding: 7px;
}

.calendar .fc-event, .calendar .fc-event-dot {
	background-color: #29af8a;
}

.calendar .fc-event {
	border-color: #29af8a;	
}

.calendar .fc-state-default {
	color: #29af8a;
	background: #fff;
	border-color: #29af8a;
}

.calendar .fc-state-default.fc-state-hover {
	color: #fff;
	background: #29af8a;
}

.mobileheading {
	padding-left:15px;
	padding-right:15px;
}



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.is-sticky .sd-sticky-header {
		position: fixed !important;
	}

	.sd-header-left-options {
		float: left;
	}

	#mega-menu-wrap-top-bar-login-menu,
	#mega-menu-wrap-top-bar-menu {
		position: initial;
	}

	#mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu,
	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu {
		position: absolute;
		width: 100%;
		background-color: #29af8a;
		left: 0;
		top: 50px;
	}

	#sd-header #mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		display: block;
		opacity: 1;
		margin-top: 0;
	}

	#mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #9dedd7;
		background-color: #29af8a;
	}

	#mega-menu-wrap-top-bar-login-menu #mega-menu-top-bar-login-menu > li.mega-menu-item-has-children a.mega-menu-link:after {
		display: none !important;
	}

	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		border: 1px outset #29af8a;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#post-345 .vc_toggle {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wpb_text_column p {
		margin-left: 15px;
		margin-right: 15px;
	}

	h4 {
		line-height: 2em;
	}

	.map-footer-wrapper .legend,
	.map-footer-wrapper .map-link {
		float: none;
		margin-top: 20px;
	}

	#sd-footer {
		font-size: 14px;
	}

	#mega-menu-wrap-top-bar-menu #mega-menu-top-bar-menu li.sd-menu-search {
		display: none;
	}

	// h1, h2, h3, h4, h5, h6 {
	// 	padding-left: 15px;
	// 	padding-right: 15px;
	// 	margin-bottom: 5%;
	// }

	.featureheading{
	   padding-left: 15px;
	   padding-right: 15px;
	}

	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	   padding-left: 15px;
	   padding-right: 15px;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}