body {
    font-size: 16px;
    color: #696969;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    margin: 20px 0 !important;
}
a:focus,
a:hover,
.dropdown-toggle,
.slick-slide {
	outline: 0!important;
}
a, .comment-reply-link {
	color: #fdc800;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #fdc800;	
}
.site-inner {       
	margin-top: 50px;
}
body.home .site-inner {
	margin-top: 0px;
}
/*** Head Top***/
.top-head {
    width: 100%;
	padding: 15px 0;
    overflow: hidden;
}
.top-head .container {
    max-width: 1140px;
    margin: 0 auto;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
body:not(.home) .top-head .container {
    max-width: 1200px;
    margin: 0 auto;
	padding-left: 0px;
	padding-right: 6px;
}
.top-head ul {
	overflow: hidden;
	margin: 0;
}
.head-left ul li a,
.head-right ul li a {
	box-shadow: 0 0px 0 0 currentColor !important;
}
.head-left ul li:before {
	font-size: 13px;
}
.head-left ul li span {
	opacity: 0.5;
}
.head-left {
    width: 60%;
    float: left;
}
.head-right {
    text-align: right;
    float: right;
    width: 40%;
}
.head-left ul li,
.head-right ul li a {
    font-family: FontAwesome;
}
.head-left ul li a,
.head-right ul li {
    list-style-type: none;
}
.head-left ul li a {
    padding-left: 10px;
    font-size: 12px;
	font-weight: 400;
}
.head-right ul li {
    float: right;
    margin-left: 20px;
}
.head-left ul li {
    float: left;
    margin-right: 20px;
}

/*** Header Menu ***/
.site-header {
    position: relative;
	padding-top: 0;
	padding-bottom: 0;
    z-index: 999;
}
body:not(.home) .site-header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);	
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.site-header-main {
    max-width: 1120px;
    margin: 0 auto;
}
.site-header-main .site-description {
    display: none;
}
.site-branding {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
/*** Menu ***/
.site-header-menu {
    margin: 17px 0;
}
.main-navigation a {
	font-weight: 700;
	font-size: 14px;
}
.site-header-menu {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.site-header-menu .primary-menu > li > a {
    position: relative;
    font-weight: 600;
    font-size: 17px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 90px;
    height: 90px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*** Slider ***/
.tk-slider-title {
    position: relative;
}
body.theme-red .tk-btn-sl a {
    border-color: #fdc800;
}
.tk-slider .tk-btn-sl a:hover {
    background: #fff !important;
}
.tk-slider-heading span {
    font-weight: 700;
}

/*** Intro ***/
.tk-intro-content h2 {
    font-size: 34px;
    margin: 0 0 50px;
    line-height: 48px;
}
.tk-intro-img figure {
    margin: 10px !important;
}
.tk-intro-img img {
    border-width: 18px !important;
    border-style: solid !important;
    border-color: #fff !important;
    box-shadow: 0 10px 7px -7px rgba(0,0,0,.12), 0 0 4px rgba(0,0,0,.1) !important;  
}
/*** Courses ***/
.course-title {
    font-size: 18px;
    margin: 10px 0;
}
.course-detail {
    position: relative;
    padding-bottom: 50px;
}
.course-meta-data .course-meta-field:last-child {
    margin-top: 15px;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    background: #5aaddd;
    text-transform: capitalize;
    background: #fdc800
}
.course-meta-data .course-meta-field a {
    color: #002147;
}
.course-meta-field:first-child,
.course-lesson-number {
    width: 50%;
    height: 30px;
    padding: 3px 20px 5px;
    bottom: 0;
    position: absolute;
    color: #002147;
    font-weight: 600;
    border: 1px solid #d9d6d6;
}
.course-lesson-number {
    left: inherit;
    right: 20px;
    text-align: right;
    border-left: 0;
}
.course-student-number {
    border: 1px dotted #002147;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
}
.widget-footer .pull-right {
    margin-top: 20px;
    margin-right: 35px;
    transition: all 0.3s ease-in-out;
}
.widget-footer .pull-right:before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 20px;
}
.widget-footer .pull-right:hover {
    padding-right: 15px;
    transition: all 0.3s ease-in-out;
}
.single_event_listing .meta .event-category, 
.single_event_listing .meta .event-type {
    color: #fff;
}
/*** Courses ***/
.tk-courses .course-entry {
    width: 30% !important;
    margin-right: 3.33% !important;
    float: left;
    background: #fff;
    border-radius: 5px;
	padding-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(47, 47, 47, 0.05);
    position: relative;
    transition: all 0.6s cubic-bezier(.165,.84,.44,1);
}
.tk-courses .course-entry:hover {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.tk-courses .course-entry:nth-child(4n) {
    margin-right: 0 !important;
}
.tk-courses .course-entry .course-cover {
    position: relative;
    z-index: 1;
    overflow: hidden
}
.tk-courses .course-entry .course-detail {
    padding: 10px 20px 80px;
}
.lp-button.button {
    line-height: 1!important;
}
.learnpress button {
    color: #fff;
}
.tk-courses .course-entry .course-cover img {
    width: 100%;
}
.tk-courses .course-entry .course-description {
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    color: #8a8a8a;
}
.tk-courses .course-entry .course-meta-field:first-child,
.tk-courses .course-entry .course-lesson-number {
    height: 50px;
    padding: 15px 20px;
}
/*** Event ***/
.tk-event-item a  {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    float: left;
}
.tk-event-item a {
    position: relative;
    transition: all 0.6s cubic-bezier(.165,.84,.44,1);
}
.tk-event-item a:hover {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.tk-event-item .event-img {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.tk-event-item .event-img:hover:before {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    visibility: visible;
}
.tk-event-item .event-img:before {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 80px;
    width: 140px;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tk-event-item .event-widget {
    background: #fff;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 -2px 29px 0 rgba(0,0,0,.15);
}
.tk-event-item .event-widget .event-title {
    margin-top: 10px;
    border-top: none;
    display: inline-block;
}
.event-title h3 {
    color: #002147;
    font-size: 18px;
}
.tk-event-item .event-widget .event-start-date,
.tk-event-item .event-widget .event-location,
.tk-event-item .event-widget .box-footer .event-type span {
    display: -webkit-box;
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
}
.tk-event-item .event-widget .event-start-date,
.tk-event-item .event-widget .event-location {
    padding-left: 30px;
}
.tk-event-item .event-widget .event-start-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
}
.tk-event-item .event-widget .event-location:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
}
.tk-event-item .event-widget .event-location {
    border-bottom: none;
}
.tk-event-item .event-widget .box-footer .event-ticket {
    float: left;
    padding-top: 10px;
    width: 25%;
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    font-size: 30px;
    z-index: 2;
    text-transform: capitalize;
    background: #fdc800;
}
.tk-event-item .event-widget .box-footer .event-type {
    border-right: none;
    padding: 0;
}
.tk-event-item .event-widget .box-footer .event-type span {
    float: left;
    padding: 5px 10px 20px 10px;
}
.tk-event-item .event-widget .box-footer .event-type span:before {
    content: "\f14b";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}
.tk-event-btn {
    text-align: center;
    margin-top: 30px;
}
.tk-event-btn .tk-btn:before {
    border: 1px solid #f5f5f5;
}
.wpem-single-event-widget {
    border: none;
}
.elementor-widget-container h5 {
	display: none;
}
.tk-event-item .wpem-event-ticket-type {
    color: #fff !important;
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    height: 65px;
    width: 65px !important;
    text-align: center;
}
.tk-event-item .wpem-event-ticket-type-text {
    padding: 15px 17px !important;
    background-color: #fdc800 !important;
    color: #fff !important;
}
/*** Appoiment ***/
.tk-career-form {
    background-color: #fff;
    padding: 20px 30px;
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
    display: inline-block;
    border-top: 2px dotted rgba(0,0,0,0.1);
}
.tk-career-form h3 {
    color: #263b7d;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 30px;
    text-transform: capitalize;
}
.tk-career-form form ul li {
    float: left;
    list-style: none;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    line-height: 1;
}
.tk-career-form form ul li.appointment-fullform {
    width: 100%;
}
.tk-career-form ul li span {
    color: #08364b;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tk-career-form ul li span .wpcf7-list-item {
    float: left;
    margin: 0px 0px 20px;    
}
.tk-career-form ul li span .wpcf7-list-item input {
    width: auto;
}
.tk-career-form ul li span .wpcf7-list-item-label {
    font-size: 16px;
    color: #576777;
    font-weight: 400; 
    text-transform: none;   
}
.tk-career-form form ul li input[type="text"], 
.tk-career-form form ul li input[type="email"],
.tk-career-form form ul li select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ececec;
    height: 45px;
    color: #999999;
    font-style: italic;
    font-size: 12px;
    padding-left: 15px;
}
.tk-career-form form ul li textarea {
    height: 220px;

}
.tk-career-form .wpcf7-form .wpcf7-submit {
    border: 1px solid;
    line-height: 2;
    width: 100%;
    background-color: #2d4052 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.event_listing-template-default #genesis-content {
    width: 100%;
}
#event-listing-view .box-layout {
    margin: 10px 0.66%;
}
#event-listing-view .box-layout .event-img {
    height: auto;
    max-height: 350px;
}
#event-listing-view .box-layout .event-img img {
    max-width: 100%;
}
.organizer-details > div {
    padding: 0;
    margin-bottom: 10px;
}
.single_event_listing section.meta {
    border: 0;
}
.single_event_listing .event-details {
    padding: 0;
    border: 0;
}
.search_events.search-form-container {
    padding-top: 30px;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
}
.btn {
    width: 100%!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    padding: 10px!important;
    color: #fff!important;
    border-radius: 0!important;
    line-height: inherit!important;
}
.btn:hover {
    background: #333!important;
}
.single_event_listing section.meta,
.single_event_listing .meta-text,
.single_event_listing .event-title,
.single_event_listing .meta .event-location a {
    color: #fff;
}
.event_filters .search_events input, 
.event_filters .search_events select {
    height: 35px;
}
.event-listings-table-bordered .event-ticket {
    padding-left: 10px;
}
.event-listings-table-bordered .event-title {
    padding-left: 0!important;
}
.sidebar .event-title h3 {
    font-size: 18px;
}
.event-img {
    max-height: 100% !important;
    height: auto !important;
}
.event-widget .event-img img {
    max-height: 100% !important;
}
.learn-press-breadcrumb {
    display: none;
}
.normal-section-title {
    margin-top: 20px;
}
body.single-event_listing .entry-header {
    display: none;
}
.single_event_listing .organizer-details {
    margin-top: 35px !important;
}
.box-layout .event-title {
    font-size: 14pt;
}
.box-layout .event-start-date,
.box-layout .event-location {
    font-size: 16px;
}
.box-layout .box-footer .event-ticket {
    padding: 10px;
}
.search_events p,
.search_events br {
    display: none;
}
.fieldset-event_online p,
.fieldset-event_ticket_options p {
    display: inline-block;
}
/*** Featured ***/
.tk-featured-img img {
    position: relative;
	z-index: 10;
    box-shadow: 0 2px 25px -7px #000;
	border-radius: 100% !important;
}
.tk-featured-box h2,
.tk-featured-box p {
	color: #fff !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.tk-featured-box p {
	font-size: 14px;
}
/*** Featured Product ***/
.tk-feature-product-content h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.tk-feature-product-content p,
.tk-feature-product-content h3 a {
    color: #fff;
}
.tk-feature-product-content.right p,
.tk-feature-product-content.right h3 a{
    color: #333;
}
.tk-feature-product-content span {
    display: block;
    font-size: 56px;
}
.tk-feature-product-img span {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    color: #fff;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 82px;
    height: 80px;
    left: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 50%;
    margin: -41px 0 0 -40px;
    line-height: 21px;
    padding-top: 5px;
    display: block;
    background-image: url(../images/vector_small.png);
    background-repeat: no-repeat;
}
.tk-feature-product-img span em {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    width: 70px;
    height: 70px;
    background-color: #212121;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-style: normal;
    padding-top: 12px;
}
.tk-feature-product-img:hover span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tk-feature-product-img span:hover em {
    background-color: #79cba8;
}
/*** Featured ***/
.tk-atributes-item {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    bottom: 60px;
    left: 0;
}
.tk-atributes-item.item2 {
    bottom: 400px;
    left: 60px;
}
.tk-atributes-item.item3 {
    bottom: 100px;
    right: 70px;
    left: auto;
    top: auto;
}
.tk-atributes-item .tk-atributes-hover {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 25px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0,-70px);
    -ms-transform: translate(0,-70px);
    -o-transform: translate(0,-70px);
    transform: translate(0,-70px);
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.tk-atributes-item .tk-atributes-content {
    position: relative;
    width: 270px;
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 18px 5px 15px;
    margin-left: -103px;
    -webkit-box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 29px 0 rgba(0,0,0,.3);
}
.tk-atributes-item .tk-atributes-content:before {
    content: '';
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
} 
.tk-atributes-item:hover .tk-atributes-hover {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tk-atributes-item .tk-atributes-content strong {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #212121;
}
.tk-atributes-item .eff {
    display: inline-block;
    position: relative;
    width: 83px;
    height: 83px;
    text-align: center;
    line-height: 78px;
}
.tk-atributes-item .eff .eff1 {
    width: 68px;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -34px;
    display: inline-block;
    border: 1px solid #79cba8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-delay: .2s;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.tk-atributes-item .eff .eff2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    border: 1px solid #79cba8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: eff 1s infinite;
    animation-direction: alternate;
    -webkit-animation: eff 1s infinite;
    -webkit-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
.tk-atributes-item img {
    position: relative;
    z-index: 2;
}
.tk-countdown-product h3 {
    font-size: 30px;
    text-transform: uppercase;
}
.tk-countdown-product .price {
    display: block;
    font-size: 45px;
    color: #79cba8;
    font-weight: 600;
    margin-bottom: 20px;
}
.posted-in, 
.tagged-as {
    display: block;
    text-transform: uppercase;
}
@keyframes eff {
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
        }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-webkit-keyframes eff{
    from {
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        -o-transform:scale(.7);
        transform:scale(.7);
        opacity:.5;
        filter:alpha(opacity=50)
    }
    to {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
/*** Testimonial ***/
.testimonial-content {
    margin-top: 35px;
    padding: 0 10%;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    position: relative;
}
.testimonial-content div i {
    color: #282828;
    position: absolute;
    left: 0;
    top: -25px;
    opacity: .3;
    filter: alpha(opacity=30);
    font-size: 40px;
}
.testimonial-content p {
    line-height: 36px;
    font-size: 20px;
}
.testimonial-content div .fa-quote-right {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.testimonial-name h4 {
    font-size: 24px;
    color: #79cba8;
}
.tk-testimonial .slick-slide-image {
    width: 120px;
    height: 120px !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
/*** Product ***/
.ws-product .woocommerce ul.products li.product {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.ws-product-item .woocommerce ul.products li.product a {
    display: inline-block;
    position: relative;
}
.ws-product-item .woocommerce ul.products li.product {
    background: #fff;
    z-index: 1;
}
.ws-product-item .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1);
}
.ws-product-item .woocommerce ul.products li.product a img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.ws-product-item .woocommerce ul.products li.product:hover a img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);    
}
.ws-product-item ul.products li.product.pif-has-gallery .wp-post-image--secondary {
    position: absolute;
    left: 50%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear !important;
}
.ws-product-item ul.products li.product.pif-has-gallery:hover .wp-post-image--secondary {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ws-product-item .woocommerce ul.products li.product h2 {
    position: relative;
    margin-top: 40px;
}

.ws-product-item .woocommerce ul.products li.product:hover h2:before {
    width: 90px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*** Services ***/

/*** Blog ***/
.ws-blog-item .premium-blog-content-wrapper {
    top: -30px;
    margin: 0px 10px 10px;
}
/*** Team ***/
.tk-team-item ul li {
	display: inline-block;
	list-style-type: none;
	margin:  10px;
}
/*** Contact ***/
.wpcf7-form p {
	width: 48%!important;
	float: left;
	margin-right: 3.5%;
}
.wpcf7-form p:nth-child(3),
.wpcf7-form p:nth-child(5) {
    margin-right: 0 !important;
}
.wpcf7-form p:nth-child(6),
.wpcf7-form p:nth-child(7) {
    width: 100% !important;
}
.wpcf7-form p:nth-child(7) {
    text-align: center;
}
.wpcf7-form input {
	background: transparent;
	padding: 12px 10px;
}
.wpcf7-form textarea {
    height: 150px;
    background-color: transparent;
}
.wpcf7-form .wpcf7-submit {
	padding: 18px 50px;
    display: inline-block;
    margin-top: 28px;
    background: #ed145b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #f2784b;
}

/*** Footer ***/
.main-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding-top: 40px;
    padding-bottom: 0px;
}
body.home .main-footer .container {
    padding-top: 120px;
}
.main-footer .columns {
    padding: 30px;
    text-align: left;
}
.main-footer h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px!important;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.11);
}
.main-footer .columns h2:after {
    content: none;
}
.main-footer p {
    font-size: 13px;
}
.main-footer a {
    box-shadow: 0 0 0 0 currentColor;
    font-weight: 400;
    line-height: 30px;
    font-size: 13px;
}
.main-footer ul {
    margin: 0;
    padding-left: 10px;
    list-style-type: none;
}
.main-footer .columns:nth-child(1) {
    position: relative;
}
.main-footer .columns:nth-child(1) #custom_html-6  span {
    position: absolute;
    left: -320px;
    top: 179px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.2;
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-footer .columns:nth-child(1) #custom_html-6  span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #fff;
    margin-left: -50px;
}
.main-footer .columns:nth-child(1) li {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}
.main-footer .columns:nth-child(1) li:before {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    top: 21px;
    left: -15px;
    height: 20px;
    z-index: 1;
    color: #fdc800;
    font-size: 16px;
    font-weight: 300;
}
.main-footer .columns:nth-child(1) li .post-date {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
    color: #fff;
    padding-left: 20px;
}
.main-footer .columns:nth-child(1) li .post-date:before {
    font-family: FontAwesome;
    content: "\f017";
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: 300;
    opacity: 1;
    color: #fdc800;
    font-size: 14px;
}
.main-footer .columns:nth-child(1) .tk-btn {
    box-shadow: none;
    font-size: 12px;
    padding: 8px 35px;
    text-shadow: none;
    background-color: #fdc800;
    margin-top: 15px;
    display: inline-block;
}
.main-footer .columns:nth-child(2) .es_caption {
    font-size: 11px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #878C9F;
    font-family: 'Poppins', sans-serif;
}
.main-footer .columns:nth-child(2) .es_subscription_form {
    position: relative;
}
.main-footer .columns:nth-child(2) .es_subscription_form_submit {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fdc800 !important;
}
.main-footer .columns:nth-child(2) .es_subscription_form_submit:hover {
    background-color: #000 !important;
}
.main-footer .columns:nth-child(2) .footer-contacts {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted rgba(255, 255, 255, 0.11);
}
.main-footer .columns:nth-child(2) .footer-socilal {
    margin-top: 30px;
}
.main-footer .columns:nth-child(2) .footer-contacts li {
    float: left;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #878C9F;
}
.main-footer .columns:nth-child(2) .footer-contacts li i {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 10px;
}
.main-footer .columns:nth-child(2) .footer-contacts li a {
    font-size: 11px;
}
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li strong {
    display: none;
}
.main-footer .columns:nth-child(2) .shrewd_solution_icon {
    padding-top: 20px;
    display: inline-block;
    padding-left: 15px;
}
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li a {
    font-size: 15px;
    color: #fdc800;
    background: transparent;
    height: 38px;
    width: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 5%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li a i {}
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li a:hover,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li:nth-child(2) a:hover,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li:nth-child(3) a:hover,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li:nth-child(4) a:hover,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li:nth-child(5) a:hover,
.main-footer .columns:nth-child(2) .shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #fdc800; 
    color:#fff!important;
}
.site-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.site-footer .container {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.site-footer .site-info a {
    font-size: 14px;
}
.site-footer .site-info p {
    font-size: 14px;
    text-transform: uppercase;
}
/*** Responsive ***/
@media (max-width: 1208px) {
	.site-header-menu .primary-menu > li > a {
		font-size: 15px;
	}
}
@media (max-width: 1170px) {
	.site-header-menu .primary-menu > li > a {
		padding: 0 7px !important;
	}
	.site-header {
	    padding: 0 15px;		
	}
}
@media (max-width: 1024px) {
    body .premium-blog-post-outer-container {
        width: 33.33% !important;
    }
}
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
	.site-header-menu .primary-menu > li > a {
		height: 45px;
		line-height: 45px;
	}
	.tk-atributes-item:first-child .tk-atributes-content {
		margin-left: 0px;
	}
	.tk-atributes-item.item2 .tk-atributes-content {
		margin-left: -50px;
	}
	.tk-atributes-item.item3 .tk-atributes-content {
		margin-left: -130px;
	}
}
@media (max-width: 768px) {
    .top-head {
        display: none;
    }
    .event_listings {
        display: inline-block;
    }
    .tk-courses .course-entry, .tk-full-content {
        width: 100% !important;
    }
    body.archive li.lp_course {
        margin: 15px 10px !important;
    }
    ul.learn-press-courses .course {
        width: 46% !important;
    }
    body.lp_course-template-default .entry-content {
        padding: 30px;
    }
    .wpem-col, .chosen-container {
        width: 100% !important;
    }
    .wpem-form-group {
        width: 100% !important;
    }
    .wpem-col:nth-child(3) {
        padding-right: 15px !important;
    }
    article .post-thumbnail, article .entry-content p, article .entry-content a, article .entry-footer, article .entry-header {
        margin: 10px 30px !important;
    }
    body.page-template-default .post-thumbnail, body.page-template-default .entry-content p, 
    body.page-template-default .entry-content a, body.page-template-default .entry-footer, body.page-template-default .entry-header {
        margin: 5px !important;
    } 
    body .premium-blog-post-outer-container {
        width: 100% !important;
    }
}
@media (max-width: 786px) {
	.tk-featured-img {
		margin-top: 40px;
	}
	.tk-featured-box .elementor-widget-container {
		margin: 40px 0 0 !important;
		padding: 25px !important;
	}
}
@media (max-width: 480px) {
	.tk-atributes-img {
        margin-top: 70px;
    }
    body.woocommerce-page ul.products li.product {
        width: 100%!important;
        margin: 30px 0!important;
    }
    body.home .woocommerce ul.products li.product {
        margin-right: 0%!important;
        width: 100%!important;
    }
    .tk-event-item a {
        width: 100% !important;
    }
    ul.learn-press-courses .course {
        width: 100% !important;
    }
    .lt-contact .wpcf7-form p:nth-child(4) {
        width: 100% !important;
    }
    .wppb-form-field input, .wppb-form-field input[type="text"] {
        width: 100% !important;
    }
}

/*** Contact form ***/
.wpcf7 .wpcf7-form-control {
    margin: 5px 0;
    max-width: 100%;
    min-width: 100%;
    font-family: inherit;
    padding: 0 10px;
}
.wpcf7 label {
    width: 98%;
}
.wpcf7 textarea.wpcf7-form-control {
    height: 70px;
}
.wpcf7 input[type="submit"].wpcf7-form-control {
    min-width: auto;
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 35px;
}
.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
    border-color: #fb1212;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
/*** Sidebar ****/
.sidebar .widget {
    padding-top: 5px;
}
.sidebar h3.widget-title {
    position: relative;
}
.sidebar h3.widget-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
}
/*** Sidebar ***/
ul li {
    list-style: none!important;
}
.sidebar section {
    padding-top: 10px;
}
.widget-title {
    margin-bottom: 20px!important;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.widget_sow-editor .footer-socilal ul li {
    width: 12;
    float: left;
    text-align: center;
}
.widget_sow-editor .footer-socilal ul li a {
    font-size: 25px;
}
.widget_sow-editor .footer-socilal ul li i {
    margin-right: 10px!important;
}
.sidebar .es_widget_form .es_textbox input.es_textbox_class {
    width: 100%;
    padding: 7px;
}
.sidebar .es_widget_form .es_button input {
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
}
.sidebar .featured-content.featuredpost .entry-header {
    display: block;
}
.sidebar .widget-title:before {
    top: 15px;
    background: #fdc800;
}
.sidebar .widget-title {
    padding-left: 25px;
}
/*** Title ***/
.entry-header {
    position: relative;
    text-align: left;
}
/*** Breadcrumb ***/
.geodir-breadcrumb-bar {
    max-width: 1170px;
    margin: 0 auto!important;
    padding: 0 15px;
}
.geodir-list-view-select select {
    padding: 5px;
}
/*** LearnPress ***/
.lp-button.search-course-button {
    width: auto!important;
}
/*** Infor ***/
#learn-press-profile-nav .tabs > li a {
    color: #fff;
    padding: 12px!important;
}
#learn-press-profile-nav .tabs > li a:hover,
#learn-press-profile-nav .tabs > li.active > a {
    color: #fff;
}
/*** Courses ***/
.tk-courses .course-entry {
    width: 24%;
    margin-right: 1.33%;
    float: left;
}
.tk-courses .course-entry:nth-child(4n) {
    margin-right: 0;
}
.lp-button.button {
    line-height: 1!important;
}
.learnpress button {
    color: #fff;
}
/*** Grounp ***/
.group-button.leave-group.button {
    font-size: 12px;
}
.bp-list li .item .item-block {
    width: 100%;
}
.buddypress-wrap .bp-navs li {
    font-size: 14px;
    margin: 0 20px;
}
body #buddypress * a,
.drag-drop-inside p.drag-drop-info,
.buddypress .buddypress-wrap button,
.buddypress-wrap #group-create-body .bp-cover-image-status p.warning,
.buddypress-wrap .standard-form div.submit input,
.buddypress-wrap .standard-form label, 
.buddypress-wrap .standard-form span.label {
    font-weight: 500;
    font-size: 14px;
}
.buddypress-wrap .standard-form [data-bp-search] input[type=search] {
    font-size: 14px!important;
}
.buddypress-wrap .bp-subhead {
    font-size: 18px;
}
.single-headers .group-status {
    font-size: 14px;
}
.groups-header .desc-wrap {
    display: none;
}
.course-meta-data .course-meta-field a {
    color: #fff;
}
/*** Member ***/
.buddypress .buddypress-wrap .generic-button a,
body #buddypress .activity-read-more a,
.buddypress .buddypress-wrap button {
    color: #fff;
    border: 0;
}
.buddypress .buddypress-wrap .generic-button a:hover,
body #buddypress .activity-read-more a:hover,
.buddypress .buddypress-wrap button:hover {
    background: #222;
    color: #fff;
}
.buddypress-wrap .members-list li .last-activity {
    margin: 0;
}
.buddypress-wrap .single-headers li.generic-button {
    float: none;
}
.buddypress-wrap .bp-feedback p {
    font-size: 14px;
    line-height: 25px;
}
/*** Upload ***/
#bpfb_actions_container #bpfb_remote_image_preview,
.buddypress-wrap input[type=button],
.bpfb_controls_container .qq-upload-button {
    font-size: 14px!important;
}
#bpfb_video_url, 
#bpfb_link_preview_url,
.bpfb_remote_image {
    max-width: 100%;
    font-size: 14px!important;
}
.whats-new-content {
    padding-bottom: 0!important;
}
/*** Contact form ***/
.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea {
    border: 0;
    border-bottom: 1px solid #ddd;
}
.wpcf7-form .wpcf7-submit {
    text-transform: uppercase;
    padding: 12px 40px;
}
/*** Sidebar ***/
.sidebar section {
    background-color: #f4f5f5;
    padding: 20px;
}
.sidebar .widget_meta ul > li {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #b1aeae;
    padding: 5px 10px;
}
.sidebar .widget_meta ul > li a {
    text-decoration: none;
}
/*** Login ***/
.login_form_l .form_row .textfield, 
.registration_form_box .form_row .textfield {
    width: 100%;
    padding: 10px;
}
.geodir_button {
    text-transform: uppercase;
    font-size: 14px!important;
    padding: 13px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
#learn-press-profile-header {
    background: #f1f1f1!important;
    height: 120px!important;
}
#learn-press-profile-header .lp-profile-avatar {
    bottom: -4px!important;
}
#learn-press-profile-nav,
#learn-press-profile-nav:before{
    background: none!important;
}
#learn-press-profile-nav {
    padding-top: 0!important;
}
#learn-press-profile-nav .tabs {
    margin-bottom: 50px!important;
}
#learn-press-profile-nav .tabs > li,
#learn-press-profile-nav .tabs li ul {
    background: #333!important;
}
#learn-press-profile-nav .tabs li {
    border-bottom: 1px solid;
}
#learn-press-profile-nav a {
    color: #fff!important;
}
.lp-user-profile .profile-name {
    background: #000;
    color: #fff;
    padding: 3px;
    opacity: 0.7;
}

/*** Sidebar ***/
body.category-free-course .sidebar, 
body.category-paid-course .sidebar,
body.single-lp_course .sidebar, 
body.category-paid-course .sidebar,
body.post-type-archive-lp_course .sidebar,
body.single-event_listing .sidebar, body.page-template-default .sidebar,
body.learnpress.learnpress-page .sidebar {
    display: none;
}
body.post-type-archive-lp_course #content #primary,
body.category-free-course #content #primary,
body.category-paid-course #content #primary,
body.single-lp_course #content #primary, 
body.category-paid-course #content #primary,
body.single-event_listing #content #primary, body.page-template-default #content #primary,
body.learnpress.learnpress-page #content #primary {
    width: 100%!important;
    margin-left: 0 !important;
}
body:not(.search-results) article:not(.type-page) img.below-entry-meta {
    margin-left: 0 !important;
}
body.geodir-archive .site-main {
    width: 72% !important;
    float: left !important;
}
body.single-event_listing #content #primary .post-thumbnail img {
    display: none;
}
body .wpem-theme-button.wpem-modal-button {
    background: #000 !important;
}
body .wpem-event-details {
    margin-bottom: 0 !important;
}
body .wpem-main {
    font-size: 16px;
}
body.geodir-archive .sidebar {
    width: 25%!important;
    padding-left: 20px !important;
    padding-right: 0px;
    float: left !important;
    margin-left: 3% !important;
}
body.category-68 #sidebar-right-geodirectory {
    display: none;
}
.geodir-field-post_content {
    padding-bottom: 20px; 
}
.comiseo-daterangepicker-triggerbutton.ui-button {
    width: 93% !important;
}
.wpem-row {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.wpem-col {
    width: 33.3% !important;
}
.wpem-col:nth-child(3) {
    padding-right: 0 !important;
}
.lp-button.button.button-enroll-course,
.lp-button.button.button-purchase-course {
    background-color: #fdc800 !important;
}
.wpem-heading-text {
    margin: 0 !important;
    margin-bottom: 5px !important;
    padding: 10px 0 !important;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
}
/** Fix font Event **/
.box-layout, .event-widget, .layout-view-icon {
     font-family: inherit!important;
}
/*** Responsive ***/
@media (max-width: 960px) {
    dl.geodir-tab-head dd {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .buddypress-wrap .bp-subnavs {
        margin-top: 150px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 200px auto !important;
    }
}
#event-listing-view > .wpem-event-box-col, body.learnpress-page #content #primary {
	width: 100% !important;
}
body .wpem-heading-text {
	max-height: initial !important;
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
}   
