/*
Theme Name: Clinika Child
Theme URI: https://clinika.modeltheme.com/
Template: clinika
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Medical WordPress Theme
Version: 1.0
Text Domain: clinika
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */

body .linify_preloader_holder {
    background-color: #2a562b !important;
}

.sticky-wrapper:not(.is-sticky) .navbar-default, .sticky-wrapper:not(.is-sticky) .sub-menu {
    background-color: rgba(56, 49, 107, .75) !important;
}

.site .clinika-top-bar {
    background: #2a562b !important;
}

.big_title {
    font-size: clamp(65px, 7vw, 100px) !important;
    font-weight: 900;
    margin: 0;
    line-height: 0.6 !important;
}

.lighter_text_title {
    color: #f4f4f4;
}

.color-white {
	color: #ffffff;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.fw-400 {
	font-weight: 400;
}

.navbar-header .logo {
	margin: 15px 0;
}

p, .mt-tabs .content-wrap section p {
	color: #000000;
}

#home_three_column_section {
    position: relative;
    z-index: 1;
    border-radius: 0;
    overflow: hidden !important;
}

#home_three_column_section #inner_section > .vc_column-inner {
	border-radius: 25px 25px 0 0;
    overflow: hidden;
    border: 2px solid #2a562b;
    border-bottom-width: 8px;
}

#home_three_column_section .inner_columns >.vc_column-inner {
    padding: 0 35px;
    margin-top: 30px;
    padding-top: 0 !important;
    padding-bottom: 30px;
}

#home_three_column_section .inner_columns img {
    border-radius: 20px 20px 20px 0;
}

.menu.nav-effect.nav-menu {
	display: flex;
	align-items: center;
}

.is_header_semitransparent #navbar .menu-item > a span {
    color: #ffffff !important;
}

.is_header_semitransparent.is_nav_sticky .is-sticky #navbar .menu-item > a span{
    color: #454545 !important;
}

#navbar .menu-item > a {
	padding-left: 20px;
	padding-right: 20px;
}

/*#navbar .menu-item:last-child > a {
	padding-right: 0 !important;
}*/

#navbar .menu-item > a::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.is-sticky #navbar .menu-item > a::after {
	background: #2a562b;
}

.is_header_semitransparent #navbar .menu-item > a:hover {
    background: rgba(0,0,0,0.2);
}

.btn-rounded-with-icon {
	margin-bottom: 0 !important;
}

.btn-rounded-with-icon button,
.btn-rounded-with-icon a {
    border-color: #2a562b !important;
    color: #2a562b !important;
    border-width: 1px !important;
    border-radius: 5px !important;
}

.btn-rounded-with-icon button:hover,
.btn-rounded-with-icon a:hover {
    background: #0b813c !important;
    color: #ffffff !important;
    border-color: #0b813c !important;
}

.btn-rounded button,
.btn-rounded a {
    border-width: 1px !important;
    border-radius: 5px !important;
}

.btn-rounded button:hover,
.btn-rounded a:hover {
	color: #2a562b !important;
	border-color: #ffffff !important;
}

.mt-tabs .content-wrap {
	margin-top: 20px;
}

.mt-tabs .content-wrap h3.tabs_title {
	color: #2a562b;
}

.mt-tabs .content-wrap section {
	padding-bottom: 0;
}

/* Top Header */

#topbar_items {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
    padding: 8px 0;
}

#topbar_items li:not(:first-child) {
    margin-left: 25px;
}

#topbar_items li a {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

#topbar_items li a i {
	font-size: 20px;
	margin-right: 10px;
}

#top_bar_announcement {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.5em 0;
}

#top_bar_announcement li {
    color: #ffffff;
	text-align: center;
    font-size: 15px;
}

#top_bar_announcement li a {
    border: 1px solid #ffffff;
    padding: 5px 15px;
	border-radius: 4px;
    display: inline-block;
    color: #ffffff;
	transition: all 0.5s ease-in-out;
}

#top_bar_announcement li a:hover{
	background-color: #ffffff;
	color: #2a2a2a;
	transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.clinika-top-bar .col-md-6 {
		width: 100%;
	}
}

@media (max-width: 991px) {
    #top_bar_announcement {
        gap: 8px;
        flex-direction: column;
        justify-content: center;
    }
	
	#top_bar_announcement li {
		font-size: 14px;
	}
}

/*Footer*/

footer .footer-top {
    border-top: 8px solid #2a2a2a;
}

footer .footer-top .menu .menu-item a:hover {
    opacity: 1 !important;
    color: #0b813c;
}

footer .contact-details a:hover {
    color: #0b813c;
}

.copyright {
    margin: 0 !important;
    padding: 0 !important;
}

.widget_address_social_icons {
	margin-top: 0;
}

.sidebar-social-networks .contact-details p, .sidebar-social-networks .contact-details a {
    color: #ffffff;
    opacity: 1;
}

.sidebar-social-networks .contact-details p {
    margin-bottom: 15px;
    font-size: 15px;
}

.sidebar-social-networks .contact-details p > i {
    font-size: 20px;
    margin-right: 10px;
}

ul.footer_list {
    list-style: none;
    padding: 0;
}

ul.footer_list li {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

ul.footer_list li:not(:last-child) {
    margin-bottom: 10px;
}

ul.footer_list li > i {
    font-size: 20px;
    margin-right: 18px;
}

ul.footer_list li > a {
    color: #ffffff;
}

ul.footer_list li > a:hover {
    color: #0b813c;
}

.get_direction {
    list-style: none;
    padding: 0;
}

.get_direction h3 {
    font-size: 18px;
    margin-bottom: 0px !important;
    display: inline-block;
    margin-top: 0 !important;
}

.btn-getdirection a.vc_btn3 {
    background: #2a562b !important;
    color: #fff !important;
}

.btn-getdirection a.vc_btn3:hover {
    background: #0b813c !important;
}

/* Clinical Dorector */

.clinical-director-profile {
    margin-bottom: 20px !important;
}


.back-to-top,
.back-to-top:hover,
.back-to-top:focus {
	background-color: #2a562b;
}

.conatct_links .mt-image-list-item a {
    width: 100%;
    display: flex;
    align-items: center;
}

.shop_feature_v3 i {
	font-size: 25px;
    padding: 8px;
	color: #2a562b;
}

/* .shop_feature_v3 i::before {
    content: '\f0eb';
}
 */
.shop_feature_heading_v3 a {
    pointer-events: none;
}

.shop_feature_description_v3 {
	width: 100% !important;
}

.modeltheme-breadcrumbs .page-title {
    display: none;
}

/* Home Page */

#application_section section.mt-tabs .tabs .content-wrap section > .row .col-md-6 {
    width: 100%;
    text-align: center;
}

#application_section section.mt-tabs .tabs .content-wrap section > .row .col-md-6 p {
    text-align: center;
}

#application_section section.mt-tabs .tabs .content-wrap section > .row .col-md-6.text-center {
    display: none;
}

.application_secondary_title_with_icon .wpb_wrapper {
    display: flex;
    align-items: center;
}

.application_secondary_title_with_icon .wpb_wrapper .title_text_right {
    margin-left: 10px;
}

.application_secondary_title_with_icon {
    display: flex;
    align-items: center;
}

.application_secondary_title_with_icon > i {
    margin-right: 10px;
    background: #2a562b;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
}

.visibility_hidden {
	display: none;
}

/**********************************************************/
/******************* Responsive CSS ***********************/
/**********************************************************/

.clinika-top-bar .social-links {
    display: none;
}

.mobile_header {
    display: none;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
}

.mobile_header_group_item {
	display: flex;
    align-items: center;
    gap: 20px;
}

.sticky-wrapper:not(.is-sticky) .mobile_header_group_item a.gt_switcher-popup.glink span {
    color: #ffffff !important;
}

.mobile_header .logo {
	margin: 0;
}

.footer-row-1 > .row > div .textwidget {
	display: block !important;
}

.shop_feature_icon_v3 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    float: none !important;
}

@media (max-width: 1030px) {
	.navbar-header {
		display: none;
	}

	.mobile_header {
		display: flex;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		width: 100%;
	}

	body .menu.nav-effect.nav-menu {
	    margin: 0 auto !important;
	    float: none !important;
	    display: inherit !important;
	}

	.navbar-collapse.collapse {
		display: none !important;
    	visibility: hidden !important;
    	width: 100%;
	}

	.navbar-collapse.collapse.in {
	    display: block !important;
	    visibility: visible !important;
	    width: 100%;
	}

	.logo img, .navbar-header .logo img {
	    max-width: 100px !important;
	}

	body .navbar-default .navbar-collapse, body .navbar-default .navbar-form {
	    border-color: rgba(0, 0, 0, 0);
	    padding: 0px;
	    background: #ffffff;
	}

	.navbar-nav > li {
		width: 100%;
		float: none !important;
		text-align: left;
	}

	.navbar .container {
	    width: 100%;
	}

	.navbar-collapse .menu {
	    padding-top: 0 !important;
	}

	.is_header_semitransparent #navbar .menu-item > a {
	    color: #454545 !important;
	}

	.navbar-nav .search_products a, .navbar-nav .shop_cart a, .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#navbar .menu-item > a {
		border-bottom: 1px solid #ddd;
	}

	.menu-item-gtranslate {
		display: none !important;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
		background: transparent;
		padding: 0;
		margin: 0;
	}

	.clinical-director-profile {
	    width: 350px;
	}
}

@media (max-width: 767px) {

	.mobile_header {
		display: flex;
	}

	.navbar-header {
		display: none;
	}

	body .navbar-header .logo {
		margin: 5px 0 5px !important;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
		margin: 18px 0;
	}

	#home_three_column_section {
	    padding: 0 20px !important;
	}

	#home_three_column_section .inner_columns >.vc_column-inner {
	    border: 0 !important;
	}

	.footer-row-1 {
	    padding-top: 50px !important;
	}

	.big_title {
	    font-size: 60px !important;
	}

	.vc_custom_heading.application_secondary_title {
	    margin-top: 0 !important;
	}

	.mt-tabs .content-wrap section {
		padding-bottom: 0px;
	}

	footer .footer-top {
		padding: 0 10px;
	}

	footer .footer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.modeltheme-breadcrumbs {
		margin-top: 0px;
		padding: 60px 0 !important;
	}

	.menu-item-gtranslate {
		display: none !important;
	}

	#home_three_column_section .inner_columns >.vc_column-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.clinical-director-profile {
	    width: 100%;
	}
}

@media (max-width: 590px) {

	#topbar_items {
		justify-content: space-between;
		align-items: center;
	}
	#topbar_items li a {
		font-size: 13px;
	}
	#topbar_items li:last-child {
		margin-left: 0;
	}
}

@media (max-width: 360px) {

	#topbar_items {
		flex-direction: column;
		align-content: center;
	}

	#topbar_items li:last-child {
	    margin-top: 10px;
	}
}

.no-button-boxes .content-current .tabs_button {
    display: none !important;
}
