/*
Theme Name: Zachry Digital Child Theme
Template: zachry-digital-foundation
Text Domain: zdmm-child
*/

h1, 
.h1, 
h2, 
.h2, 
h3, 
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.module-heading {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'Raleway', sans-serif;
}

.module-heading {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.36;
}

body, html {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
}

.wrap {
	max-width: 1380px !important;
}

@media (max-width: 1390px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:960px) {
	.module-heading {
		font-size: 35px;
	}
	
	body, html {
		font-size: 16px;
	}
}

.header-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}



.blue-button {
	background-color: #1CADEA !important;
}

.orange-button {
	background-color: #F8BA2D !important;
}

.green-button {
	background-color: #1AB233 !important;
}


button, .button, input[type=submit] {
	padding: 10px 30px !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	border-radius: 50px !important;
}

#ds-header-content .button {
	font-size: 13px !important;
}

#ds-header-content .button:not(:last-child) {
	margin-right: 15px;
}
@media (max-width: 600px) {
	.header-buttons {
		flex-wrap: wrap;
		justify-content: center;
	}
	
}
#header-hello-bar-text, .hello-bar-left-col, .hello-bar-right-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ds-header-content .button:not(:last-child) {
		margin-right:10px !important;
	}
@media (max-width: 1060px) {
	#header-hello-bar-text {
		flex-direction: column;
	}
}

.hello-bar-left-col {
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 880px) {
	.hello-bar-left-col {
		font-size: 14px;
	}
}
@media ( max-width: 767px) {
	#header-hello-bar-text p {
		display: none;
	}
	
	.hello-bar-left-col {
		flex-direction: column;
	}
}
.hello-bar-left-col div:not(:first-child) {
	padding-left: 10px;
	padding-right: 10px;
}

.hello-bar-right-col a:not(:last-child){
	margin-right: 15px;
}

.header-diesel-menu {
	padding-top: 20px;
}
@media (min-width: 768px) {
#ds-header-logo-and-info {
	padding-top: 35px !important;
	padding-bottom: 20px;
}
}

#ds-info-section {
	display:none;
}

.header-buttons p {
	display: flex;
}

#ds-info-and-content {
	flex-direction: column;
	align-items: flex-end !important;

}
.zdheader-diesel .main-nav .menu > .menu-item > a {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400 !important;
	font-size: 17px !important;
	padding: 12px !important;

}

.zdheader-diesel .main-nav .menu > .menu-item > .sub-menu > .menu-item > a {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400 !important;
	font-size: 16px !important;
}

.zdheader-diesel .main-nav .menu > .menu-item:hover > .sub-menu {
	border: 1px solid #707070;
	box-shadow: none !important;
}

.large-heading {
	font-size: 48px;
}
@media (max-width: 960px) {
	.large-heading {
		font-size: 42px;
	}
}
@media (max-width: 767px) {
	.large-heading {
		font-size: 38px;
	}
}
.green-font{
	color:#4C5F4D;
}

.contact-info-columns {
	

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.contact-left-col, .contact-right-col {
	width: 50%;
}

.contact-left-col {
	padding-right: 20px;
}

.contact-right-col {
	padding-left: 20px;
}

@media(max-width: 600px) {
	.contact-info-columns {
		flex-direction: column;
	}
	.contact-left-col, .contact-right-col {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
#zd-footer-johnnie-last-column {
	display: none;
}
#zd-johnnie-footer-content .ft-columns{
    width: calc( ((100% - 20px) * 2) / 3 ) !important;
	font-size: 15px;
}
.zd-johnnie-menu  {
	width: calc( ((100% - 20px) * 3) / 2 )!important;
}

@media (max-width:1023px) {
	.zd-johnnie-footer-content .ft-columns {
    width: calc( ((100% - 20px) * 3) / 2 ) !important;
	}
	.ft-johnnie-contact .hello-bar-left-col {
		flex-wrap: wrap;
	}
}

.ft-johnnie-two-columns {
	font-size: 15px;
	justify-content: flex-end !important;
}
@media (max-width:767px) {
	.ft-johnnie-two-columns {
		padding-top: 20px;
		justify-content: flex-start !important;
	}
	.ft-johnnie-contact .hello-bar-left-col {
		justify-content: flex-start;
		flex-wrap: nowrap;
		flex-direction: row;
	}
}
.ft-jon-col-two-left-col {
	padding-right: 100px;
}

#menu-footer-menu {
	column-count: 2;
}
.zd-ft-jon-column-heading {
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 15px !important;
	padding-bottom: 0 !important;
}

#zd-footer-jon-column-two .zd-ft-jon-column-heading {
	display: none;
}
.zd-johnnie-menu #footer-jon-nav li a {
	font-weight: 400 !important;
	font-size: 15px !important;
}
.zd-johnnie-menu #footer-jon-nav li {
	padding-bottom: 10px;
}
.zd-johnnie-menu #footer-jon-nav li a:before {
	display: none;
}
.zdheader-diesel .main-nav li {
	z-index:67;
}
#page-header {
	padding-bottom: 85px !important;
	padding-top: 88px !important; 
}

#page-header-wrap {
	justify-content: flex-start;
	padding-top: 0px !important;
}

.page-title {
	color: #ffffff !important;
	font-size: 35px !important;
}
@media(min-width:961px) {
	.text-fh-image-text {
		max-width: 708px !important;
	}
}

.video-grids {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.left-col-video, .right-col-video {
	position: relative;
	width: 50%;
	margin: 0 20px;
}

.video-frame {
	height: 451px;
}

.left-col-video iframe, .right-col-video iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

small {
	font-size: 20px;
	padding-left: 11px;
}

.campus-video .video-play:after {
	font-size:284px;
}

@media(max-width: 960px) {
	.campus-video .video-play:after {
		font-size: 160px;
	}
}

@media(max-width: 600px) {
	.campus-video .video-play:after {
		font-size: 100px;
	}
	
	 .video-play:after {
		font-size: 60px;
	}
}

.sm-text {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sm-cloumn-flex {
	display: flex;
	justify-content: flex-start;;
	align-content: stretch;
}

.sm-column-blue-color-rec {
	position: relative;
	background-color: #1FBBF3;
	width: 25%;
	padding: 20px 20px 40px 20px;
	margin-right: 22px;
	color: #ffffff;
}

.sm-column-blue-color-rec:last-child {
	margin-right: 0;
}
.title-section {
	font-weight: 700;
	width: 180px;
	max-width: 100%;
	line-height: 1;
}
.price-gifts {
	padding-top: 14px;
	font-size: clamp(30px, 3.53vw,49px);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.sm-red-rec {
	background-color: #CE0914;
	text-align: center;
	padding: clamp(10px,2.4vw,20px);
	position: absolute;
	top: -11px;
	right: -12px;
}

.status-gifts {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.sm-cloumn-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sm-column-blue-color-rec {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.sm-column-blue-color-rec:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.sm-column-blue-color-rec {
		width: 47%;
		margin-right: 10px;
	}
	
		.sm-cloumn-flex {
			align-items: center;
	}
}

@media (max-width: 600px) {
	.status-gifts {
		font-size: 16px;
	}
	.ft-johnnie-two-columns {
		flex-direction: column !important;
	}
}

@media (max-width: 500px) {
	.sm-column-blue-color-rec { 
		width: 100%;
		margin-right: 0;
	}
	.ft-johnnie-contact .hello-bar-left-col {
		padding-top: 10px;
	}
	.ft-johnnie-contact .hello-bar-left-col, .ft-johnnie-contact .hello-bar-left-col div {
		display: block !important;
	}
	
	.ft-johnnie-contact .hello-bar-left-col div { 
		padding-left: 0;
		padding-right: 0;
	}
	
	.ft-johnnie-contact .hello-bar-left-col p {
		display: none;
	}
}

.staff-list-layout {
	width: 50% !important;
}

.staff-list-item-image {
	display: none !important;
}

@media (max-width: 840px) {
	#page-header {
		padding-bottom: 0 !important;
		background-position: right 24% bottom !important;
		padding-top: 150px !important;
	}
	
	#page-header-wrap {
		align-items: flex-end;
		background: #39b233;

		
	}
	
	.page-title {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 25px !important;
	}
}

@media (max-width: 767px) {
	.hello-bar-left-col .mobile-hide {
		display: none;
	}
}