/*
Theme Name: AZHA
Description: Child theme
Author: VVS Group
Author URI: https://www.vvsgroup.ch
Template: uncode
Version: 1.1.0
Text Domain: uncode
*/


@font-face {
    font-family: 'EquitanThin';
    src: url('fonts/subset-EquitanSans-Thin.woff2') format('woff2'),
        url('fonts/subset-EquitanSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EquitanExtraLight';
    src: url('fonts/subset-EquitanSans-Thin.woff2') format('woff2'),
        url('fonts/subset-EquitanSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EquitanLight';
    src: url('fonts/subset-EquitanSans-Light.woff2') format('woff2'),
        url('fonts/subset-EquitanSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EquitanRegular';
    src: url('fonts/subset-EquitanSans-Regular.woff2') format('woff2'),
        url('fonts/subset-EquitanSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EquitanBold';
    src: url('fonts/subset-EquitanSans-SemiBold.woff2') format('woff2'),
        url('fonts/subset-EquitanSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


.tab-container:not(.default-typography) .nav-tabs > li > a span {
	font-size: 13px!important;
	font-family: 'EquitanRegular';
	font-weight: normal;
	padding-left: 13px;
}


.tab-container:not(.default-typography) .nav-tabs > li.active > a span {
	font-family: 'EquitanBold';
	font-weight: 600;
}

.tab-container:not(.default-typography) .nav-tabs > li.active {
	background-color: #f7f7f7;
}


input[type="submit"] {
	font-size: 15px;
	font-family: 'EquitanBold'!important;
	font-weight: 600;
	
}

/* Homepage text */

@media (max-width: 1367px){
	

	.home_big_text .h2{
		font-size: 32px!important;
	}

}

.home_big_text


/* News and events - styling */

.azha_news h3.t-entry-title, .azha_news h3.t-entry-title a {
	font-size: 28px!important;
	margin-bottom: 20px!important;
	pointer-events: none;
}


.azha_news .t-entry-excerpt p {
    line-height: 28px;	
	margin-top: 20px!important;
/* 	margin-bottom: 30px!important; */
}

.azha_news .t-entry-readmore p a {
	font-size: 23px!important;
/* 	font-family: 'EquitanLight'!important; */
/* 	font-weight: 300!important; */
	color: #303133!important;
}

.t-entry-cf-detail-170491, .t-entry-cf-detail-170071, .t-entry-cf-detail-131130, .t-entry-cf-detail-114606 {
	font-size: 12px;
}

/* Custom date */
.t-entry-cf-detail-114606 {
	padding-bottom: 10px;
}

.azha_news .tmb > .t-inside hr {
	margin-bottom: 30px;
	margin-top: 30px;
}

/* Bulleted list alignment styling */

.azha_list ul li{
    list-style-position: inside;
    padding: 10px 0 0 27px;
    text-indent: -1.8em;
    font-size: 16px;
}

.menu-expertise-sub-nav-container ul li, .menu-publications-subnav-container ul li {
    list-style-position: inside;
    padding: 0 0 5px 20px;
    text-indent: -0.7em;
}



/* Sub navigation - widgetised sidebar - Menu */

.sidebar-widgets .current-menu-item {
/* 	background-color: #ececec; */
}


/* Footer */
.azha_footer a {
	color: #777777;
}

.footer-last a:hover {
	color: #ccc584!important;
}

/* Test UNDERLINES */


/* Respo mods */

@media (max-width: 1499px){
	

.main-container .row-container .triple-top-padding {
/* padding-top: 0px!important; */
}

}