body {
    font-size: 16px;
    color: #696969;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}
a:focus,
a:hover,
.dropdown-toggle,
.slick-slide {
	outline: 0!important;
}
a, .comment-reply-link {
	color: #01B1D7;
}
.entry-title a:hover, 
.entry-title a:focus {
	color: #01B1D7;	
}
.single-post .site-inner,
.category .site-inner {
	margin-top: 40px;
}
.dropdown-toggle:after {
    color: #fff;
}
/*** Head Top***/
.top-head {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}
.top-head .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}
.head-left {
    width: 50%;
    float: left;
}
.head-left span {
    color: #01B1D7;
}
.head-right {
    text-align: right;
    float: right;
    width: 50%;
}
.head-right ul li {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    line-height: 20px;
    padding-left: 60px;
    list-style-type: none;
}
.head-right ul li:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 2px;
    z-index: 1;
    font-family: FontAwesome;
    display: inline-block;
    color: #01B1D7;
    font-size: 20px;
    height: 35px;
    width: 35px;
    border: 2px solid;
    border-radius: 50%;
    padding: 4px 10px;
}
.head-right ul li.call:before {
    content: '\f2a0';
}
.head-right ul li.oclock:before {
    content: '\f1da';
}
.head-right ul li.address:before {
    content: '\f041';
}
.head-right label {
    font-weight: 400;
    font-size: 13px;
}
.head-right span {
    font-weight: 300;
    font-size: 13px;
}
/*** 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:first-child > a {
    border-left: 1px dashed #fff;
}
.site-header-menu .primary-menu > li > a {
    position: relative;
    font-weight: 500;
    border-right: 1px dashed #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 70px;
    height: 70px;
    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;
}
/*** 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;  
}

/*** Services ***/
.lt-services-item {
    height: 280px;
}
.lt-services-item table {
    border-width: 0;
}
.lt-services-item table tr {
    border-bottom: 1px solid #fff;
}
.lt-services-item table td {
    border-width: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.lt-services-item table tr td:nth-child(2){
    text-align: center;
}
.lt-services-item-top {
    margin-bottom: 0 !important;
}
.lt-services-item .lt-services-item-top,
.lt-services-item .lt-services-item-bottom {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.lt-services-item:hover .lt-services-item-top {
    bottom: 60px !important;
}
.lt-services-item .lt-services-item-bottom {
    transform: scaleY(0);
    transform: scaleX(1);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.lt-services-item:hover .lt-services-item-bottom {
    transform: scaleY(1);
}
.lt-services-item .elementor-icon-box-content h3 {
    margin-bottom: 0 !important;
    margin-top: 20px;
    color: #fff;
}
.lt-services-item .elementor-icon-box-content p {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
}
.lt-service-item .elementor-icon-box-wrapper {
    border: 1px solid #adadad;
    padding: 20px;
}
/*** Appointment ***/
.tk-appoint-form .wpcf7-form input, 
.tk-appoint-form .wpcf7-form select {
    color: #ffffff;
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.5);    
}
.tk-appoint-form .wpcf7-form input::-webkit-input-placeholder {
    color: #fff;
}
.tk-appoint-form label {
    width: 48% !important;
    float: left;
    margin-left: 2%;
} 
.tk-appoint-form .wpcf7-form option {
    color: #787878;
}
.tk-appoint-form .wpcf7-form .wpcf7-submit {
    margin-left: 2%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;    
}
.tk-appoint-form .wpcf7-form .wpcf7-submit:hover {
    background: #fff !important;
}
/*** Appoiment ***/
.tk-booking-form form ul li {
    float: left;
    list-style: none;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    line-height: 1;
}
.tk-booking-form form ul li.appointment-fullform {
    width: 100%;
}
.tk-booking-form ul li span {
    color: #08364b;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tk-booking-form ul li span .wpcf7-list-item {
    float: left;
    margin: 0px 0px 20px;    
}
.tk-booking-form ul li span .wpcf7-list-item input {
    width: auto;
}
.tk-booking-form ul li span .wpcf7-list-item-label {
    font-size: 16px;
    color: #576777;
    font-weight: 400; 
    text-transform: none;   
}
.tk-booking-form form ul li input[type="text"], 
.tk-booking-form form ul li input[type="email"],
.tk-booking-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-booking-form form ul li textarea {
    height: 220px;

}
.tk-booking-form .wpcf7-form .wpcf7-submit {
    border: 1px solid;
    color: #ffffff;
    line-height: 2;
    padding: 4px 17px 5px;
    background-color: #08364b;
    -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;    
}

/*** Sidebar ***/
.sidebar .widget-title:before {
    background: #01B1D7;
}
#wpforo-wrap {
    padding: 0 !important;
}
#eckb-article-page-container {
    max-width: 100%; 
	margin-top: 50px;
}
body .sidebar {
    display: none;
}
body.archive #content #primary,
body.single #content #primary,
body.single-post #content #primary {
    width: 100% !important;
}
body.category-42 .sidebar,
body.single-post .sidebar,
body.category .sidebar {
    display: block;
}
body.category-42 #content #primary,
body.category #content #primary {
    width: 72% !important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-boxed {
    max-width: 100%;
}
.sidebar {
    padding-left: 0px;
    padding-right: 0px;
}
#text-2 {
    margin-bottom: 4.307692308em !important;
}

/*** Timetable ***/ 
.tk-timetable-board {
    display: table;
    border: 1px solid #ececec;    
}
.tk-timetable-board ul { 
    display: table-row;
}
.tk-timetable-board ul li {
    display: table-cell;
    list-style: none;
    font-size: 16px;
    padding: 0px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    border-right: 1px solid #ececec;
}
.tk-timetable-board ul.schedule-days li {
    font-weight: bold;
    color: #ffffff;
    padding: 14px 26px;
    border-bottom: 5px solid;
    border-right: none;
    border-bottom-color: #08364b;
}
.tk-timetable-board ul.schedule-days li:first-child {
    background-color: transparent;
    border-bottom: 1px solid #ececec;
}
.tk-timetable-board ul.schedule-days li > span {
    font-size: 16px;
    color: #555555;
}
.tk-timetable-board ul li time {
    width: 97px;
    display: inline-block;
    padding: 22px 30px 20px;
    text-align: center;
    line-height: 1.4; 
    font-size: 14px;
}
.careplus-doctor {
    display: inline-block;
    background-color: #f5f5f5;
    line-height: 1;
    padding: 8px 20px 17px;
}
.careplus-doctor h6 {
    font-size: 16px;
    color: #555555;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: bold;
    margin: 0px 0px 4px;
}
.careplus-doctor > span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #576777;
    margin: 0px 0px 9px;
}
.available-btn {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    padding: 7px 16px 8px;
    letter-spacing: 0.7px;
    border-radius: 4px;
    background-color: #08364b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tk-timetable-board ul li:hover .available-btn { 
    color: #ffffff;
}
.available-btn.booked {
    color: #ffffff;
    background-color: #a5a5a5;
    cursor: not-allowed;
}
.tk-timetable-board ul.border-none li { 
    border-bottom: none;
}
/*** Events ***/
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    opacity: 0.8;
}
.tribe-events-event-image {
    text-align: left;
}
.cool-timeline .timeline-year {
    width: 240px !important;
    margin: 22px 0 40px -80px !important;
}
.cool-timeline .icon-placeholder .tribe-events-list-separator-month {
    color: #000 !important; 
}
/*** Blog ***/
.ws-blog-item .premium-blog-content-wrapper {
    top: -30px;
    margin: 0px 10px 10px;
}

/*** Team ***/
.tk-team-item {
    position: relative;
    overflow: hidden;
}
.tk-team-item:before {
    content: '';
    position: absolute;
    left: 2%;
    top: 2%;
    display: block;
    height: 41px;
    width: 45px;
    background: transparent;
    border-top: 3px solid;
    border-left: 3px solid;
    transition: all 0.2s;
    z-index: 11;
}
.tk-team-item:after {
    content: '';
    position: absolute;
    right: 2%;
    bottom: 2%;
    display: block;
    height: 41px;
    width: 45px;
    background: transparent;
    border-right: 3px solid;
    border-bottom: 3px solid;
    transition: 0.5s;
}
.tk-team-item:hover:before {
    width: 0px;
    height: 0px;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: none;
    z-index: 100;
}
.tk-team-item:hover:before {
    border-left: 52px solid;
}
.tk-team-item:hover:after {
    width: 0px;
    height: 0px;
    border-top: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: none;
    z-index: 100;
}
.tk-team-item:hover:after {
    border-right: 50px solid;
}
.tk-team-item .normal-text {
    position: absolute;
    left: 0px;
    bottom: 10px;
}
.tk-team-item .team-imgaes {
    margin-bottom: 0 !important;
}
.tk-team-item .normal-text .team-name {
    margin-bottom: 5px !important;
    padding: 10px 20px;
    display: block;
    background: #01b1d7;
}
.tk-team-item .normal-text .team-name a {
    color: #fff;
    position: relative;
    margin-bottom: 6px;
    padding-left: 9px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    z-index: 111;
}
.tk-team-item .normal-text .subtitle {
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 10px 27px;
    display: block;
}
.tk-team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.tk-team-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    transition: .5s;
}
.tk-team-item .team-content .display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.tk-team-item .team-content .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.tk-team-item .display-table-cell .team-name {
    position: relative;
    z-index: 1;
    margin-bottom: 20px !important;
}
.tk-team-item .display-table-cell .team-name a {
    margin-bottom: 6px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.tk-team-item .team-content .team-title {
    font-size: 14px;
    padding-bottom: 12px;
    border: none;
    position: relative;
    z-index: 111;
}
.tk-team-item .team-content .team-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 50px;
    transition: .5s;
}
.tk-team-item .team-content .social-icon {
    color: #fff !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #01b1d7;
    margin-right: 6px;
    border-radius: unset;
    border: 1px solid;
}
.tk-team-item .team-content .social-icon:hover {
    background-color: #fff;
    color: #333 !important;
}
.tk-team-item .team-content .social-icon svg {
    font-size: 14px;
}
.tk-team-item .team-content  .display-table-cell p {
    color: #fff;
    margin-top: 10px;
}
.tk-team-item:hover .team-content {
    opacity: 1;
    top: 0;
}
.tk-team-item:hover .team-content .team-social {
    opacity: 1;
}
.tk-team-item:hover .normal-text {
    opacity: 0;
    visibility: hidden;
}
/*** 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 p:nth-child(4),
.wpcf7-form p:nth-child(5){
	width: 100% !important;
}
.wpcf7-form p:nth-child(6) {
	text-align: center;
}
.wpcf7-submit {
	background: #01B1D7 !important;
}
body .wpcf7-submit:hover {
	background: #0f3661 !important;
}
.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;
}

/*** Contact ***/
.tk-contact {
    position: relative;
    z-index: 0;
}
.tk-contact:before {
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    position: absolute;
}

.tk-contact-feature .sow-features-feature {
    color: #fff;
    background: rgba(255,255,255,.1);
    padding: 25px !important;
    width: 30.33% !important;
    margin-right: 3.33%;
    transition: all 0.5s cubic-bezier(.165,.84,.44,1);
}
.tk-contact-feature .sow-features-feature:nth-child(3) {
    margin-right: 0;
}
.tk-contact-feature .sow-features-feature:hover {
    -webkit-transform: translate3d(0,-12px,0);
    transform: translate3d(0,-12px,0);
}
.tk-contact-form {

}
.tk-contact-form input, 
.tk-contact-form textarea {
    font-size: 15px !important;
    border: 0 !important;
    outline: 0;
    padding: 10px !important;
    background-color: rgba(255,255,255,.1) !important;
    color: #fff !important;
}
.tk-contact-form label {
    width: 100%;
}
.tk-contact-form textarea {
    height: 150px;
}
.tk-contact-form form p {
    margin-bottom: 20px;
}
.tk-contact-form form p:nth-child(-n+3) {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.tk-contact-form form p:nth-child(3) {
    margin-right: 0;
}
.tk-contact-form form p:nth-child(5) label br {
    display: none;
}
.epkb-doc-search-container,
#epkb-main-page-container.epkb-tabs-template .tab_medium_font .active {
    background-color: #0f3661 !important;
}
.epkb-doc-search-container h2 {
    margin-bottom: 23px !important;
}
#epkb-main-page-container.epkb-tabs-template .epkb-tab-panel section {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);    
}
#wpforo-wrap .wpfl-1 .wpforo-topic-head,
#wpforo-wrap #wpforo-menu li:hover,
#wpforo-wrap .wpforo-active,
#wpforo-wrap .wpfl-1 .wpforo-category {
    background: #01B1D7!important;
}

/*** Footer ***/
.main-footer {
    float: left;
    width: 100%;
    text-align: center;
}
.main-footer .container {
    padding-top: 40px;
    padding-bottom: 0px;
}
.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-7 span {
    position: absolute;
    left: -250px;
    top: 179px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.2;
    color: #fff !important;
    font-size: 50px;
    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-7 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: #01B1D7;
    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: #01B1D7;
    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: #01B1D7;
    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: #fff;
}
.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: #01B1D7 !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;
    color: #fff;
}
.main-footer .columns:nth-child(2) .footer-contacts li a {
    font-size: 11px;
}
.main-footer .columns:nth-child(2) .footer-contacts li a em {
    font-family: FontAwesome !important;
}
.main-footer .columns:nth-child(2) .footer-contacts li span:hover,
.main-footer .columns:nth-child(2) .footer-contacts li span {
    color: #fff;
}
.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: #01B1D7;
    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: #01B1D7; 
    color:#fff!important;
}
.site-footer {
    border-top: 1px solid #2F374C !important;
    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;
	}
    .tk-team-item .team-content .team-social {
        margin-top: 10px;
    }
}
@media (max-width: 1170px) {
	.site-header-menu .primary-menu > li > a {
		padding: 0 7px !important;
	}
	.site-header {
	    padding: 0 15px;		
	}
}
@media (max-width: 960px) {
	body.woocommerce #primary #main {
		width: 100% !important;
	    float: none;
		margin-right: 0 !important;
	}	
	.sidebar {
	    margin-left: 0%;
		width: 100%!important;
	}
    body.category-42 #content #primary,
    body.category #content #primary {
        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;
	}
    .sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-head {
        display: none;
    }
    body.single-post #primary #main, body.woocommerce #primary #main {
    width: 100%!important;
    }
}
@media (max-width: 910px) {
	.main-navigation .primary-menu li ul > li > a {
    	color: #fff;
	}
    .site-header-main .menu-toggle:before {
        color: #fff;
    }
	body.single-post #primary #main {
    	width: 100%!important;
	}
	body.category .page-header, article .post-thumbnail, article .entry-content p, article .entry-footer, article .entry-header,
	.comments-area, .navigation.post-navigation, .navigation.pagination{
        margin: 10px 0px !important;
    	}
	body.archive #primary,
	body.single-post #primary {
    	padding: 0 15px;
	}
	body.single-post .sidebar {
    	padding-left: 0;
    	padding-right: 0;
		clear: both;
	}
	body.woocommerce .entry-content a {
		margin: 0px 0px !important;
	}
}
@media (max-width: 768px) {
    .tk-team-item {
        width: 100% !important;
    }
    .tk-team-item .team-content .team-social {
        margin-top: 50px;
    }
}
@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;
    }
	.site-header .site-header-main {
    	padding: 0 10px;
	}
}
body.elementor-template-full-width .site-inner {
    max-width: 100%;
}
body.elementor-template-full-width .site-content {
    padding: 0;
} 
.premium-blog-post-content { 
    overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
}