/*
Theme Name: devdmbootstrap4-child
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap4 child theme.
Version: 1.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: devdmbootstrap4
*/


@font-face {
  font-family: 'noetextsemibold';
	src: url('assets/fonts/noe-text-semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}



body {
    margin: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}


.navbar-expand-lg .navbar-nav .nav-link {
 	font-size: .9rem;
}


.navbar {
    padding: .5rem 3rem;
}

@media (max-width: 992px) {
	.navbar {
    padding: .5rem 1rem;
}

	
}


.navbar-toggler {
    color: black;
}



.navbar button {
    -webkit-appearance: button;
    cursor: pointer;
    width: 80px;
    text-align: right;
}



a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #999;
    text-decoration: underline;
}


.intro {
    color: white;
    background-image: url(assets/img/cover-home.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 70vh;
	margin: 0	50px;
}


.intro-leadership {
    color: white;
    background-image: url("assets/img/cover-leadership.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 80vh;
	margin: 0	50px;
}

.intro-programmes {
    color: white;
    background-image: url("assets/img/cover-programmes.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 80vh;
	margin: 0	50px;
	text-align: center;
}




@media (max-width: 992px) {
	
	.intro {
		margin: 0 0px;
	}
	
	.intro-leadership  {
		margin: 0 0px;
	}
	
	
	.intro-programmes {
		margin: 0 0px;
	}
	
	
	
}

p, .p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}




.intro-p {
	font-family: 'noetextsemibold', Times New Roman, Times, serif;
    font-size: 2.75rem;
	padding-top: 100px;
	padding-bottom: 100px;

}


h1, .h1 {
    font-family: 'noetextsemibold', Times New Roman, Times, serif;
    font-size: 1.75rem;
    padding-top: 100px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
	h1, .h1  {
		font-family: 'noetextsemibold', Times New Roman, Times, serif;
		font-size: 2.75rem;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


.dmbs-category-archive-title {
	padding-bottom: 20px;
	font-size: 2.7rem;
	
}

.dmbs-page-title  {
	padding-bottom: 20px;
	font-size: 2.7rem;
	
}

@media (min-width: 992px) {
	
	.dmbs-category-archive-title {
	padding-bottom: 20px;
	font-size: 4.5rem;
	
	}

		.dmbs-page-title  {
			padding-bottom: 20px;
			font-size: 4.5rem;

		}
	
	
}


h2, .h2  {
	font-family: 'noetextsemibold', Times New Roman, Times, serif;
    font-size: 1.75rem;
	padding-top: 80px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	h2, .h2  {
		font-family: 'noetextsemibold', Times New Roman, Times, serif;
		font-size: 1.95rem;
		padding-top: 120px;
		padding-bottom: 20px;
	}

}



.dmbs-post-title {
	padding-top: 20px;
}


h3, .h3 {
	font-family: 'noetextsemibold', Times New Roman, Times, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.4rem;
	padding-top: 30px;
}


h4, .h4 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.1rem;
}


.intro-programmes h1, .h1 {
	font-size: 3rem;
	text-align: center;
}


.intro-leadership h1, .h1 {
	font-size: 3rem;
	text-align: center;
}


@media (min-width: 992px) {
	
	.intro-programmes h1, .h1 {
		font-size: 5rem;
		text-align: center;
	}


	.intro-leadership h1, .h1 {
		font-size: 5rem;
		text-align: center;
	}

}



.cover-title {
	margin-top: 25vh;
}


.play {
	background-image: url("assets/img/play.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	display: block;
	margin-top: 30px;

}

.linkedin {
	background-image: url("assets/img/linkedin.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	display: block;
}

.instagram {
	background-image: url("assets/img/instagram.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	display: block;
}

.linkedin-white {
	background-image: url("assets/img/linkedin-white.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	display: block;
}

.instagram-white {
	background-image: url("assets/img/instagram-white.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 30px;	
	display: block;
}



blockquote {
	font-family: 'noetextsemibold', Times New Roman, Times, serif;
    font-size: 1.75rem;
	padding-top: 5px;
	padding-bottom: 40px;

}

.blockquote-section {
	padding-bottom: 80px;

}

.blockquote-section-top {
	padding-top: 60px;
	padding-bottom: 20px;


}


@media (min-width: 992px) {
		blockquote {
			font-size: 2.5rem;
			padding-bottom: 40px;

		}

		.blockquote-section {
			padding-bottom: 120px;

		}

		.blockquote-section-top {
			padding-top: 80px;
			padding-bottom: 20px;


		}

}




.wp-block-quote p {
	font-family: 'noetextsemibold', Times New Roman, Times, serif;
    font-size: 1.75rem;
	padding-top: 5px;
	padding-bottom: 0px;
}

@media (min-width: 992px) {
	.wp-block-quote p {
		font-family: 'noetextsemibold', Times New Roman, Times, serif;
		font-size: 2.5rem;
		padding-top: 5px;
		padding-bottom: 0px;
	}
}


cite {
    font-style: normal;
	font-size: 1rem;
	font-family: neue-haas-grotesk-display, sans-serif;
}


.sticky-sidebar {
    position: sticky;
    top: 60px;
}

.page-side-bar {
	margin-top: 230px; 
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
}

.dmbs-right > .sticky-sidebar > ul {
    padding-left: 0px;
    color: #000;
    text-decoration: none;
 list-style-type: none!important;
}

.dmbs-right  > .sticky-sidebar > li {
    padding-left: 0px;
    color: #000;
    text-decoration: none;
 
}

.dmbs-right >.sticky-sidebar > li > ul > li  {
    border-top: thin solid #000;
    padding-left: 0px;
    color: #000;
    text-decoration: none;
    border-bottom: none;
    display: block;
    padding-bottom: 10px;
	padding-top: 10px;
    width: 100%;
}


.dmbs-right > .sticky-sidebar > li > ul > li:last-child  {
	border-bottom: thin solid #000;
}







.dmbs-right  > .sticky-sidebar > li > ul   {
	padding: 0;
}



.right {
	text-align: right;
}


.copywrite {
	text-align: left;
	padding-top: 40px;
}


@media (min-width: 680px) {
	.copywrite {
	text-align: right;
	padding-top: 0px;
	}
}
	

.section-pad {
	padding-top: 100px;
	padding-bottom: 20px;
}


.section-pad-bottom {
	padding-bottom: 100px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-transform: uppercase;
}


.btn, .dmbs-content-wrapper .dmbs-main .dmbs-comments .dmbs-comment-cancel-link #cancel-comment-reply-link, .dmbs-content-wrapper .dmbs-main .dmbs-comments .dmbs-comment-edit-link a, .dmbs-content-wrapper .dmbs-main .dmbs-comments .dmbs-comment-reply-link a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}


.cover-page {
	background-color: #fff;
	height: 100vh;
	margin-top: -48px;
	padding: 90px 50px 50px 50px;
	
	
}


@media (max-width: 760px) {
	
	.cover-page {
	background-color: #fff;
	height: 100vh;
	margin-top: -24px;
	padding: 20px 5px 5px 5px;
		
		}
	
	.cover-page p, .p {
	color: #000;
		font-size: .8rem;
	
	}

	.cover-page a {
		color: #000;
		font-size: .8rem;
	}


	.cover-page a:hover {
		color: #000;
		font-size: .8rem;
	}


}
.wow { visibility: hidden; }

.cover-page p, .p {
	color: #000;
	
}

.cover-page a {
	color: #000;
}


.cover-page a:hover {
	color: #000;
}



.cover-content {
	height: 60vh;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

.black-bkd {
	background-color: #000;	
}

.client-pad {
	padding-right: 17px;
}

@media (max-width: 1199px) {
	.client-pad {
		padding-right: 0px;
	}
}

.call-to-action {
    background-color: #F4F4F4;
    position: relative;
}



.wpcf7-form {
		margin-top:100px;
		margin-bottom:100px;
}

.wpcf7-form textarea{ 
    height:100px;
    width: 100%;
}




input, select, textarea {
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border-color:  #F4EEEE;
    border-style: none;
    padding: 5px;
    color: #000;
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 8px 30px;
    transition: 0.3s;
    width: 150px;
	color: #fff;
	background-color: #343a40;
	margin: 0 0 40px 0;
}


button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #23272b;
}



.row-pad {
	padding-top: 60px;
	
}

.footer {
	background-color: #000;
	padding-top: 200px;
	padding-bottom: 100px;
	
}


.footer p, .p {
	color: #fff;	
}


.flex-column li > a   {
    padding-left: 0px;
    color: #fff;
    text-decoration: none;
    border-bottom: none;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.flex-column li > a:hover   {
    color: #fff;
    text-decoration: underline;


}


.card-header:first-child {
    border-radius: 0px;
}
.card-header {
    padding: .75rem 1.25rem .75rem 0rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid #fff;
}


.card, .dmbs-content-wrapper .dmbs-main .dmbs-comments .comment #respond {

    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 0rem;
}

.card-body {
    flex: 1 1 auto;
     padding: .75rem 1.25rem .75rem 0rem;
}



.card-footer:last-child {
    border-radius: 0;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 0px solid #fff;
}





.dmbs-widget {
	padding-top: 0px;
}


.dmbs-widget-title {
	
	padding-top: 10px;
}

.dmbs-right {
	margin-top: 220px;
	margin-bottom: 60px
	
}



.footer hr {
	margin-top: 100px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.dmbs-author-credits p {
    text-align: left;
	padding-bottom: 50px;
}

@media (min-width: 680px) {
	.dmbs-author-credits p {
		text-align: right;
		padding-bottom: 100px;
	}
}


.footer a {
	color: #fff;
}


