/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */


/****************************************************
	HOMEPAGE CUSTOMIZATIONS
*****************************************************/
.btn-home, .btn-big, .btn-full{ 
	display: block; 
	background: #ccc; 
	color:#fff;
	padding: 10px; 
	text-align: center; 
	font-size: 15px; 
	margin-bottom:10px;
	min-height:30px;
	width:48%;
	margin-right:4%;
	float:left;
	box-sizing:border-box;
}

.btn-home.assoc, .btn-home.support, .btn-full{
	margin-right:0;
}

.btn-full{
	width:100%;
	text-align:left;
}

.btn-home span, .btn-big span{
	float:none;
	width:100%;
	display:inline-block;
}
.btn-full span{
	float:right;
	width:70%;
	display:inline-block;
	padding-top:20px;
	padding-left:10px;
	box-sizing:border-box;
}
.btn-home:before, .btn-big:before{
	float:none;
	text-align:center;
	width:100%;
	display: block;
}
.btn-full:before{
	float:left;
	width:25%;
	display:inline-block;
}

.btn-full.portal{
	text-align:center;
	background:#00a3b0 ;
}
.block-withredheader h1 span{
	position:relative;
	top:-2px;
}

.btn-full.rareeconnect{
	background:#5f316f ;
	background-image:url('images/rareeconnect-btn.jpg');
	min-height:100px;
	line-height: 100px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    text-align: left;
    font-size: 18px;
}

.btn-home:hover, .btn-big:hover, .btn-full:hover{
	text-decoration:none !important;
	color:#fff;
	opacity: .6; 
}
.btn-home.patients{background:#d61449  /*#00a3b0*/;}  
.btn-home.patients:before{ content:url('images/patients.png'); }
.btn-home.doctors{background:#777 /*#333*/ ;} 
.btn-home.doctors:before{ content:url('images/partners.png'); }
.btn-home.assoc{background:#2C2C2C;  /*#555*/ ;}    
.btn-home.assoc:before{ content:url('images/assoc.png'); }
.btn-home.support{background:#f7941d /*#e85551*/;}   
.btn-home.support:before{ content:url('images/supporters.png'); }


.btn-big{ color:#fff !important;}
.btn-big.patients{background:#e85551 /*#00a3b0*/;}  
.btn-big.patients:before{ content:url('images/patients.png'); }
.btn-big.doctors{background:#e85551 /*#333*/ ;} 
.btn-big.doctors:before{ content:url('images/doctors.png'); }


.btn-full.thalassaemia{background:#00a3b0 /*#00a3b0*/;}  
.btn-full.thalassaemia:before{ content:url('images/thalassaemia.png'); }

.btn-full.hepatitis{background:#555 /*#00a3b0*/;}  
.btn-full.hepatitis:before{ content:url('images/hepatitis.png'); }



/* Highlight section - 2025 */
.highlight-section  .wpb_text_column.wpb_content_element{
    background-color:#00a4b0;
}

.highlight-section  .wpb_text_column.wpb_content_element a, 
.highlight-section  .wpb_text_column.wpb_content_element a:hover{
    color:#fff !important;
    font-weight:500 !important;
}



@media only screen and (max-width: 767px) {

	.tifpublications .wpb_single_image{
		display:none;
	}
	.tribe-events-list-widget-events .one_third{
		display:none;
	}
	.tribe-events-list-widget-events .two_third{
		padding:8px;
	}
}


