/*
 Theme Name:     MNSQ Child
 Theme URI:      https://www.dashtwo.com/
 Description:    MNSQ Child Theme
 Author:         Dashtwo.com
 Author URI:     http://8bitmisfits.com/
 Template:       mnsq
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.et_boxed_layout #page-container, 
.et_fixed_nav.et_boxed_layout #page-container #top-header, 
.et_fixed_nav.et_boxed_layout #page-container #main-header, 
.et_boxed_layout #page-container .container, 
.et_boxed_layout #page-container .et_pb_row {
    max-width: 1100px !important;
}
.logo_container, #et-top-navigation {
    display: none;
}
#main-header {
	background: #222222;
}
.header-left, .header-right, .header-center {
	display: inline-block;
	vertical-align: middle;
}
.header-right {
	float: right;
}
.header-center #dewplayer {
    margin-left: 60px;
}
.header-left ul li, .header-right .header-email {
	display: inline-block;
    padding: 8px 3px 0;
    margin-bottom: 0;
}
.header-left ul li a img, .header-right img {
	max-width: 50px;
	margin: 0 auto;
}
.et_boxed_layout #page-container .container {
	width: 100%;
}
#main-header {
	padding: 0 20px;
}
#footer-info {
    float: none;
    text-align: center;
}
.album-container {
	border: 2px solid #222;
	background: #000;
	padding: 30px 30px 15px !important;
	background-image: url(/wp-content/uploads/2017/12/back.jpg);
	background-size: contain;
    background-repeat: repeat;
}
.albums-wrapper {
	padding-top: 0 !important;
	padding-bottom: 30px;
	width: 100% !important;
	margin: 0 auto;
}
.single-album {
	border-radius: 10px;
	background-color: #339999;
    background-image: url(/wp-content/uploads/2017/12/Rel_back.jpg);
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-position: top;
    box-shadow: 0 0 1px 0 #fff;
}
.single-album .et_pb_main_blurb_image {
	margin-bottom: 0;
}
.single-album .et_pb_main_blurb_image img {
	width: 100%;
}
.single-album .et_pb_blurb_content h4 {
    text-transform: uppercase;
    color: #fff;    
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 400;
}
.album-links, .album-links a {
	line-height: 0;
    font-size: 0;
}
.album-links {
	padding: 5px 0 8px;
}
.album-links a {
	margin: 0 5px;
	display: inline-block;
}
.album-links-center {
	text-align: center;
}
.mobile-mail-menu {
    display: none !important;
}
#main-header {
    background: url(/wp-content/uploads/2017/12/header-bg.jpg);
    background-size: cover;
    background-position: center;
}
.header-links {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.header-links a {
    background: #074f4e;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    margin-right: 10px;
    display: inline-block;
}
.header-links a:hover {
    background: #fff;
    color: #074f4e;
}
.main-heading-title {
	padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
@media screen and (max-width: 980px) {
	#et-top-navigation {
		display: none !important;
	}
	.single-album .et_pb_main_blurb_image {
	    width: 100%;
	}
	.wedding-volume-wrapper .et_pb_column {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 800px) {
	#main-content .header-links {
		position: inherit;
	    padding: 20px 0 5px !important;
	    text-align: center;
	    background: #082a2b;
	    bottom: 0;
    	left: 0;
	}
	#main-content .header-links a {
		margin-bottom: 10px;
    	margin-right: 5px;
    	margin-left: 5px;
	}
}
@media screen and (max-width: 720px) {
	.header-right {
	    display: none;
	}
	#main-header .container {
		text-align: center;
	}
	.mobile-mail-menu {
		display: inline-block !important;
	}
}
@media screen and (max-width: 680px) {
	.header-left ul li a img, .header-right img {
	    max-width: 35px;
	}
}

.play-icon {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
}