.mm_video_left_col {
	width: 70%;
	padding-right: 50px; 
	box-sizing: border-box;
	float: left;
}
.mm_video_right_col {
	width: 30%;
	box-sizing: border-box;
	float: right;
}

#mm_video_chatbox iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 600px;
}

#mm_video_page_banner {
	padding: 25px 0 0 0;
	text-align: center;
}
#mm_video_page_banner img {
	max-width: 100%;
	height: auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mm_pl_item {
	background-color: #383838;
	color: #d0d0d0;
	cursor: pointer;
	display: table-row;
}
.mm_pl_item:hover {
	color: #fff;
}
.mm_pl_item.mm_active {
	background-color: #2E2E2E;
	color: #fff;
}
.mm_pl_thumb {
	width: 12%;
	display: table-cell;
	vertical-align: middle;
}
.mm_pl_title {
	width: 88%;
	padding: 5px 10px 5px 15px;
	display: table-cell;
	vertical-align: middle;
}
.mm_pl_title h3 {
	margin: 0;
}

#mm_video_attachments {
	margin-top: -80px;
}

#mm_video_attachments > h2 {
	margin: 0 0 48px 0;
}

/* Matches the first mobile styles when chatbox exists */
.mm_video_right_col.bottomAttachments {
	width: 100%;
	padding-right: 0;
	clear: both;
}
.mm_video_right_col.bottomAttachments #mm_video_attachments {
	margin-top: 50px;
}
.mm_video_right_col.bottomAttachments .mm_attch_item {
	border-bottom: 1px solid #dddddd;
}
.mm_video_right_col.bottomAttachments .mm_attch_title {
	width: 92%;
	font-size: 24px;
}
.mm_video_right_col.bottomAttachments .mm_attch_thumb {
	width: 8%;
	font-size: 45px;
}

.mm_attch_item {
	padding: 6px 10px 6px 6px;
	background-color: #f8f9fa;
	border-bottom: 1px solid #eeeeee;
	color: #495057;
	text-decoration: none;
	cursor: pointer;
	overflow: auto;
	display: block;
}
/*#mm_video_attachments > div:nth-of-type(odd) {
	background-color: #fff;
}*/
.mm_table {
	width: 100%;
	display: table;
}
.mm_attch_thumb {
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}
.mm_attch_title {
	width: 88%;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.mm_attch_title h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

@media all and (max-width: 991px) {
	.mm_video_left_col, .mm_video_right_col {
		width: 100%;
		padding-right: 0;
		float: none;
		clear: both;
	}
	#mm_video_attachments {
		margin-top: 50px;
	}

	.mm_attch_item {
		border-bottom: 1px solid #dddddd;
	}
	.mm_attch_title {
		width: 92%;
		font-size: 24px;
	}
	.mm_attch_thumb {
		width: 8%;
		font-size: 45px;
	}

	#mm_video_chatbox {
		margin-top: 50px;
	}
}
@media all and (max-width: 767px) {
	.mm_pl_thumb {
		width: 15%;
	}
	.mm_pl_title {
		width: 85%;
	}
}
@media all and (max-width: 480px) {
	.mm_pl_item {
		width: 100%;
		display: block;
	}
	.mm_pl_thumb {
		display: none;
	}
	.mm_pl_title {
		width: 100%;
		padding-left: 10px;
		font-size: 14px;
		display: block;
	}
	.mm_pl_title h3 {
		font-size: 22px;
	}
}























.site-nav {
	width: 100% !important;
}
.site-nav > ul {
	width: 100%;
	text-align: right;
}
.site-nav > ul > li {
	float: none !important;
	display: inline-block;
}
.site-nav > ul > li:first-of-type {
	float: left !important;
}
@media (max-width: 767px) {
	.fxd-header  .site-nav-toggle {
		margin: 10px 0;
	}
	.site-nav {
		width: 100%;
	}
	.site-nav > ul {
		width: 100%;
		text-align: left;
	}
	.site-nav > ul > li {
		display: initial;
	}
	.site-nav > ul > li:first-of-type {
		float: none !important;
		display: initial;
	}
}

/* Slogan & Contact Us button */
#contactUsBtnContainer {
	padding: 15px 0 15px 0;
}
section.home-section-2 .home-section-content {
	padding-top: 10px;
}
#homeSlogan {
    margin: 0;
}

/* Home Page Our Services (center second row) */
@media (min-width: 992px) {
    .home-section-3 .row + .row > div:first-of-type {
        margin-left: 16.66666%;
    }
}

/* AddThis */
.at-icon-wrapper {
    background-color: #474747 !important;
}

/* Custom sub-page & testimonial page styles */
.main-header > .container {
	/*    height: 390px;
		background-image: url('https://malone-media.com/wp-content/uploads/2017/10/malonemediabanner-3840px-min.jpg');
		background-size: auto 460px;
		background-position: center -70px;
		background-repeat: no-repeat;*/

	height: 510px;
    background-image: url('https://malone-media.com/wp-content/uploads/2017/10/malonemediabanner-3840px-min.jpg');
    background-size: auto 625px;
    background-position: center -100px;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.main-header > .container {
		height: auto;
		background-size: 150% auto;
		background-position: center;
		padding-bottom: 65%;
	}

	.logo-left .site-nav {
		top: 45px;
	}
}

.main-header {
    background-color: #383838 !important;
    display: block !important;
}
.fxd-header {
    display: none!important;
}
.section.home-section-9 {
    padding: 15px 0 50px 0;
    background: transparent;
    border-radius: 0px;
    /*margin-top: -80px;*/
    margin-top: -115px;
}
#contact .section-title {
    color: #555555;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
}

/* Button Styles Override */
.magee-btn-normal {
    background-color: #eda869 !important;
}
.magee-btn-normal:active,
.magee-btn-normal:hover,
.magee-btn-normal:focus {
    background-color: #d5975f !important;
}
.contact-form-custom input[type="submit"] {
	width: 100%;
}

/* About Us Links */
.aboutUsLink {
    color: #fff;
    font-weight: bold;
	/* text-decoration: underline; */
}

/* Remove Logo Slider Arrow Transition */
.bx-wrapper .bx-controls-direction a {
    transition: none;
}

/*
	BEGIN Session clock widget styles
*/
#mm_session_timer_box {
	padding: 25px 10px;
    font-size: 20px;
    overflow: auto;
    text-align: center;
}
#mm_session_clock {
	width: 30%;
    padding-top: 10px;
    font-size: 36px;
    float: left;
}
#mm_session_timer_btns {
	width: 70%;
    float: right;
}
#mm_session_timer_start_btn, #mm_session_timer_end_btn {
    padding: 10px;
    border: 0;
    width: 49%;
	font-size: 20px;
	text-transform: uppercase;

	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#mm_session_timer_start_btn:disabled, #mm_session_timer_end_btn:disabled {
	opacity: .5;
}
#mm_session_timer_start_btn {
    float: left;
    margin-right: 2%;
}
#mm_session_timer_end_btn {
    float: right;
}

#mm_session_timer_start_btn.loading, #mm_session_timer_end_btn.loading {
    padding: 3px 10px;
}
#mm_session_timer_start_btn.loading .mm_clock_loading, 
#mm_session_timer_end_btn.loading .mm_clock_loading, 
#mm_session_clock.loading .mm_clock_loading {
    display: inline;
}
#mm_session_timer_start_btn .mm_clock_loading, 
#mm_session_timer_end_btn .mm_clock_loading, 
#mm_session_clock .mm_clock_loading {
    display: none;
}
#mm_session_timer_start_btn .mm_clock_loading img, 
#mm_session_timer_end_btn .mm_clock_loading img {
	height: 40px;
}
#mm_session_clock .mm_clock_loading img {
	height: 80px;
}
#mm_session_timer_start_btn.loading .mm_clock_txt, 
#mm_session_timer_end_btn.loading .mm_clock_txt, 
#mm_session_clock.loading .mm_clock_txt {
    display: none;
}
#mm_session_timer_start_btn .mm_clock_txt, 
#mm_session_timer_end_btn .mm_clock_txt, 
#mm_session_clock .mm_clock_txt {
    display: inline;
}

/*
	END Session clock widget styles
*/