/* DevelopMed CUSTOM CSS Document 
dvm-custom.css
T4 Media ID: 528261

19/01/2021 v1

Theme Purple #5e537e
*/



.mega-menu .menu-logo img {
    height: 110px;
}


.mega-menu .menu-links > li {
    font-family: 'Proza Libre', sans-serif;
}



/*   Change logo size on pages with a smaller header */
.header.light .mega-menu .menu-logo {
    top: -30px !important;
}

.header.light .mega-menu .menu-logo img {
    height: 80px !important;   
}



/*   Fix site logo overlapping with short page title */
@media (max-width: 900px) {
	.page-title-name {
        margin-top: 40px;
    }

}




/*  DVM Accordions & Tabs */

.accordion.shadow .acd-group.acd-active .acd-heading, .accordion.shadow .acd-group .acd-heading:hover {
    background: #814ba7!important;
}

.tab-border .nav.nav-tabs > li > a.active, .tab-border .nav.nav-tabs > li > a.active:focus, .tab-border .nav.nav-tabs > li > a.active:hover {
    color: #814ba7!important;
}








/*  Home: Intro text */
.box-newsletter p, .box-newsletter p a, .box-newsletter p a:visited {
	color: white
}




/*  Home: News & Blog items */
.home-news-item {
   background: #ffffff;
    padding: 30px 30px 30px 30px;
    border-top: 0px;
}


.home-news-item p {
   font-size: 13px;
}


.home-news-item .blog-detail {
  min-height: 280px;
}






/*  Home: POI Boxes*/

.blog-overlay .blog-icon .date {
    background: #ff0000;
    padding: 5px 5px;
    text-align: center;
    color:inherit !important;
}


.homepage .blog-box.blog-2 .blog-info {
    min-height: 200px;
    padding: 20px !important;
}








/*  Home: SBI large splash image*/
.business-banner-02 {
     height: 70vh; 
}

@media (max-width: 1025px) {
	
	.business-banner-02 .box-newsletter {
		display:inherit;
	}

}


@media (max-width: 767px) {
	.business-banner-02 p {
		display: block;
	}

}



.business-banner-02 .box-newsletter {
    padding: 20px !important;
}




.slider-content-middle {
    top: 57%;

}





/*  TEMPORARY CSS TO FIX ISSUES ON STATIC PAGES */
@media (max-width: 991px) {
	.mega-menu {
		min-height: 1px;
	}
	
}






/*  POI Team Index Page */

.team-member {
	margin-bottom: 30px;
}


.team .team-info span {
    font-size: 14px;
    text-transform:inherit;
    
}



/*  POI Team people shown in the Research Section */


.team-member.research-section .team-info {
	min-height: 80px !important;
    
}


.team-member.research-section .people-icons {
	min-height: 40px !important;
    
}





/*  POI General */

/*  POI General - reduce space between page heading and body text */
.page-section-ptb {
    padding: 20px 0 !important;
}

/*  POI General - reduce the overall size of the page title */
.page-title {
    display: block;
    padding-top: 230px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 20px;
}





/*  POI General - lists */

.page-sidebar .page-content ul, .page-sidebar .page-content ol {
    margin-left: 50px;
    padding: 10px;
}

.page-sidebar .page-content ul li {
    line-height: 1.5;
    font-size: 18px;
}



/*  POI People */


.team-description h5 a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}



.team-info .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .015rem .015rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/*  POI Panels */

.poi-panel .section-title {
    margin-bottom: 5px;
}



/*  POI poi-panel-image-bgd-quarter-width */

.poi-panel-image-bgd-quarter-width .action-box
    {
        min-height: 240px;
    }


.poi-panel-image-bgd-quarter-width h3
    {
        font-size: 20px;
        line-height: 22px;
    }


/*  POI poi-panel-image-bgd-half-width */

.poi-panel-image-bgd-half-width .action-box
    {
        min-height: 240px;
    }


/*  POI Cards with Images */
.card-image img {
    margin-left: 20px;
    margin-top: 12px;
}



.poi-divider {
    margin-bottom: 40px;
    margin-top: 30px;
}



.poi-panel .section-title h6 p {
        font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

/*  Projects List */


.job-box {
   margin-top: 30px;
    padding: 30px 30px 0px 30px;
}

.projects-list p {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    min-height: 20px;
}


.projects-list .section-title {
    margin-bottom: 10px;
}


.projects-list .section-title.line .title {
    padding-bottom: 10px;
}




/*  On both News and Blogs index pages: increase the spacing between items */
.archive-list {
	margin-bottom: 30px;
}



/*  On both News index and pages with news items shown, force text to align if there is a lack of text */

@media (min-width:768px){

    .product-des .blog-info h4 {

        width: 800px;
    }

}



/*  Footer: Increase the logos and text size  */

.footer {
    background-color: #5e537e !important;
}

.footer p {
    font-size: 16px;
}

img#logo-footer {
    height: 80px;

}

