/*=========MOBILE LANDSCAPE STYLES============*/

@media screen and (min-width: 480px) {

	/*START LANDING SECTION STYLES*/
		.landing-section {
			height: 550px;
		}

		.header-logo {
			margin-top: 25px;
		}

		.menu {
			top: 30px;
		}

		.header-alpha {
			margin: 0 auto;
			margin-top: 40px;
			width: 65vw;
			height: auto;
		}

		.landing-bg-box {
			top: 120px;
			width: 17.4193548387vw;
			/*height: 39.7222222222vw;*/
			height: 265px;
		}

		.landing-arrow {
			/*top: 50vw;*/
			top: 333.5px;
		}
	/*END LANDING SECTION STYLES*/

	/*START ABOUT SECTION STYLES*/
		.about-section {
			position: relative;
			margin-top: 20px;
			width: 100vw;
			height: 570px;
		}

		.about-card {
			height: 490px;
		}
	/*END ABOUT SECTION STYLES*/

	/*START SERVICES SECTION STYLES*/
		.service-card-wrapper {
			padding-top: 40px;
		}

		.consultation-service-card > .service-card-wrapper {
			padding-top: 30px;
		}
	/*END SERVICES SECTION STYLES*/

	/*START RESULTS SECTION STYLES*/
		.results-section {
			height: 1195px;
		}

		/*START FEATURED PRESS STYLES*/
			.results-press-container {
				height: 350px;
				margin-top: 550px;
			}

			.press-label-container {
				top: 65px;
				left: -195px;
			}

			.press-card {
				height: 300px;
			}

			.press-card-wrapper {
				width: 480px;
				height: calc(100% - 35px);
			}

			.press-logo {
				width: 131px;
			}

			/*.press-logo:nth-child(even) {
				margin-left: 0;
			}*/

			.press-logo.hour-logo {
				margin-left: 0;
			}

			.press-logo.curbed-logo {
				margin-left: 35px;
			}

			.press-logo.freep-logo {
				margin-left: 35px;
			}

			.press-logo.local4-logo {
				margin-left: 0;
			}

			.press-logo.fox2-logo {
				margin-left: 35px;
			}

			.press-logo.iheart-logo {
				margin-left: 35px;
			}

			.freep-logo {
				transform: translateX(8px);
			}

			.fox2-logo {
				transform: translateX(0);
			}
		/*END FEATURED PRESS STYLES*/

		/*START WEDDING PRESS STYLES*/
			.wedding-press-wrapper {
				width: 480px;
				margin: 0 auto;
			}

			.wedding-press-logo {
				margin-bottom: 40px;
				font-size: 0;
			}

			.weddingday-logo {
				position: relative;
				display: inline-block;
				font-size: 0;
				float: none;
				width: 165px;
				margin-right: 0;
				transform: translateY(6px);
			}

			.hh-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 95px;
				margin-left: 15px;
				transform: translateY(7px);
			}

			.popsugar-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 52px;
				margin-left: 26px;
				transform: translateY(0);
			}

			.ruffled-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 82px;
				margin-left: 32px;
				transform: translateY(8px);
			}

			.hwl-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 112px;
				margin-left: 5px;
				margin-right: 0;
				transform: translateY(-7px);
			}

			.the-knot-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 125px;
				margin-left: 17px;
				margin-right: 0;
				transform: translateY(0);
			}

			.wedding-chicks-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 118px;
				margin-left: 15px;
				transform: translateY(0);
			}

			.equally-wed-logo {
				position: relative;
				display: inline-block;
				float: none;
				width: 55px;
				margin-left: 20px;
				margin-right: 0;
				transform: translateY(0);
			}
		/*END WEDDING PRESS STYLES*/

		/*START REVIEWS STYLES*/
			.results-reviews-container {
				margin-top: 50px;
				height: 840px;
			}

			.results-zigzag-container {
				transform: translateX(180px) translateY(0);
			}

			.reviews-viewer {
				height: 380px;
			}

			.reviews-slider {
				height: 380px;
			}

			.review-item {
				height: 380px;
			}

			.review-left-arrow {
				position: absolute;
				left: 20px;
			}

			.review-right-arrow {
				position: absolute;
				right: 20px;
			}
		/*END REVIEWS STYLES*/
	/*END RESULTS SECTION STYLES*/

	/*START GALLERY SECTION STYLES*/
		.gallery-arrow {
			width: 25px;
			height: auto;
		}
		.gallery-left-arrow {
			top: 0;
			left: 25px;
			margin-top: calc(25vw - 23px);
		}

		.gallery-right-arrow {
			top: 0;
			right: 25px;
			margin-top: calc(25vw - 23px);
		}
	/*END GALLERY SECTION STYLES*/

	/*START GALLERY ALBUM SECTION STYLES*/

		.albums-container {
			position: relative;
			display: block;
			width: 100vw;
			height: calc((88vw + 88px)/2);
			margin-top: 130px;
		}

		.album-cover {
			width: calc(42vw - 8px);
			height: calc(22vw - 8px);
			margin-bottom: 22px;
			transition: all 0.2s ease-out;
		}

		.album-item.front {
			position: relative;
			width: calc(42vw - 8px);
			height: calc(22vw - 8px);
			overflow: hidden !important;
		}

		.album-wrapper {
			position: relative;
			width: calc(42vw - 8px);
			height: calc(22vw - 8px);
			overflow: hidden !important;
		}

		.album-title {
			margin-top: calc((22vw - 8px)/2);
			font-size: 1em;
			letter-spacing: 0.05em;
			transform: translateY(-50%);
			text-shadow: 0 0 2px rgba(0,0,0,0.9);
		}

		 .gradient-overlay {
		 	width: 42vw;
		 	height: 200%;
		 	transform: translateY(-25%);
		 }

		 .album-img.landscape {
		 	width: 105%;
		 	height: auto;
		 	transform: translateY(-20%);
		 }

		 .album-img.portrait {
		 	width: 105%;
		 	height: auto;
		 	transform: translateY(-20%);
		 }

		 .album-img.bandshell-album.portrait {
		 	transform: translateY(-30%);
		 }
	/*END GALLERY ALBUM SECTION STYLES*/

	/*START CONTACT SECTION STYLES*/
		/*START CONTACT CARD STYLES*/
			.contact-card-container {
				margin-top: 670px;
			}

			.contact-label-container {
				top: 280px;
				left: -195px;
			}

			.form-buttons {
				width: calc(76.5vw - 2px);
			}

			.form-button {
				width: calc(76.5vw - 2px);
			}
		/*END CONTACT CARD STYLES*/

		/*START CONTACT SURVEY STYLES*/
			.contact-survey-container {
				height: 1110px;
			}

			.contact-zigzag-container {
				transform: translateX(120px) translateY(780px);
			}

			.contact-survey-wrapper {
				height: 425px;
			}
		/*END CONTACT SURVEY STYLES*/
	/*END CONTACT SECTION STYLES*/

	/*START PRODUCTS SECTION STYLES*/
		.products-container-00 {
			width: 100%;
			height: 60vw;
		}

		.curated-logo {
			width: 55%;
			height: auto;
			margin: 0 auto;
			margin-top: 13.5%;
		}

		.curated-bg {
			width: 150vw;
			height: auto;
			z-index: 3;
			opacity: 0.12;
			transform: translateX(-18%) translateY(-32%);
		}

		.curated-info-container {
			margin: 0 auto;
			width: 90vw;
			height: auto;
		}


		.curated-btn-container {
			width: 85vw;
			height: 45px;
			overflow-x: hidden;
		}

		.curated-btn {
			position: relative;
			width: 68vw;
			height: 45px;
			padding: 5px 10px;
			margin: 0 auto;
			transform: translateX(10%);
		}

		.curated-btn-line {
			width: 120px;
			height: 2px;
			top: 0;
			left: 68vw;
			margin-top: 21.5px;
		}


		.products-container-01 {
			position: relative;
			width: 100%;
			height: 100vw;
		}

		.intimate-wedding-banner {
			position: relative;
			display: block;
			float: none;
			width: 55vw;
			height: auto;
			margin: 0 auto;
			margin-top: 50px;
		}

		.products-container-02 {
			position: relative;
			width: 100%;
			height: 30vw;
			overflow: hidden !important;
		}

		.products-header-text {
			margin-top: 15vw;
			transform: translateY(-50%);
		}

		.products-button-container {
			position: relative;
			display: none;
		}

		.products-alpha {
			display: none;
		}

		.products-bg {
			top: 0;
			left: 0;
			width: auto;
			height: 40vw;
			transform: translateX(-15.5%);
		}
	/*END PRODUCTS SECTION STYLES*/

	/*START INSTAGRAM FOOTER STYLES*/
		.instagram-feed {
			height: 12.5vw;
		}

		.instagram-link {
			height: 12.5vw;
			height: 12.5vw;
		}

		.instagram-img {
			width: 12.5vw;
			height: 12.5vw;
		}
	/*END INSTAGRAM FOOTER STYLES*/

	/*START FOOTER STYLES*/
		.footer {
			height: 200px;
		}

		.footer-wrapper {
			height: 160px;
		}

		.footer-links {
			width: 372px;
			margin-bottom: 35px;
		}

		.footer-link {
			margin-right: 35px;
		}

		.footer-link-img {
			width: 30px;
			height: auto;
		}

		.yelp-footer-img {
			width: 25px;
			height: auto;
		}
	/*END FOOTER STYLES*/


	/*START MENU OVERLAY STYLES*/
		.menu-overlay-link {
			display: none;
		}

		.overlay-logo {
			margin-top: 25px;
		}

		.menu-overlay-line {
			width: 70px;
			transform: translateY(51px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-1 {
			transform: translateY(51px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-2 {
			transform: translateY(101px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-3 {
			transform: translateY(148px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-4 {
			transform: translateY(197px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-5 {
			transform: translateY(245px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-6 {
			transform: translateY(291px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-line.position-7 {
			transform: translateY(340px);
			transition: all 0.2s ease-out;
		}

		.menu-overlay-diamond {
			left: 50px;
			width: 60px;
			height: auto;
		}

		.menu-overlay-diamond-1 {
			top: 23px;
		}

		.menu-overlay-diamond-2 {
			top: 72px;
		}

		.menu-overlay-diamond-3 {
			top: 120px;
		}

		.menu-overlay-diamond-4 {
			top: 166px;
		}

		.menu-overlay-diamond-5 {
			top: 215px;
		}

		.menu-overlay-diamond-6 {
			top: 263px;
		}

		.menu-overlay-diamond-7 {
			top: 311px;
		}

		.menu-items {
			margin-top: 10px;
			margin-left: 75px;
		}

		.menu-link {
			font-size: 2.5em;
			line-height: 1.2em;
		}
	/*END MENU OVERLAY STYLES*/

	/*START SERVICES OVERLAY STYLES*/
		.services-overlay-container {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding-top: 20px;
			z-index: 9000;
			width: 100vw;
			min-height: 100vh;
			height: auto;
			overflow-x: hidden;
			opacity: 0;
			/*-webkit-filter: blur(10px);*/
			transform-origin: center;
			transform: scale(0);
			transition: all 0.2s ease-out;
		}

		.services-overlay-container.open {
			opacity: 1;
			transform-origin: center;
			transform: scale(1);
			transition: all 0.2s ease-out;
		}

		.close-modal, .album-overlay-close {
			position: absolute;
			width: 90px;
			height: auto;
			top: 35px;
			right: 25px;
			z-index: 9950;
			cursor: pointer;
		}

		.services-overlay-logo {
			margin-top: 25px;
		}

		.services-frame {
			position: absolute;
			display: none;
			width: 30vw;
			height: auto;
			top: calc(((650px - 25.1334519573vw)/2) + 60px);
			left: 0;
			z-index: 9960;
			user-select: none !important;
			-webkit-user-select: none !important;
		}

		.services-card {
			position: relative;
			width: 90vw;
			height: auto;
			margin: 0 auto;
			margin-top: 70px;
			margin-bottom: 45px;
			background-color: rgb(255, 255, 255);
			box-shadow: 6px 10.392px 31.04px 0.96px rgba(9, 9, 11, 0.45);
			z-index: 9951;
		}

		.services-card-container {
			position: relative;
			width: 100%;
			height: auto;
			overflow: hidden;
		}

		.services-alpha {
			display: none;
			opacity: 0;
			transition: all 0.2s ease-out;
		}

		.services-alpha.active {
			opacity: 1;
			transition: all 0.2s ease-out;
		}

		.corporate-alpha-top {
			display: none;
			position: absolute;
			width: 350px;
			height: auto;
			/*bottom: 66px;*/
			top: 0;
			left: 11.5vw;
			margin-top: 162.4695613383px;
			z-index: 9961;
		}

		.corporate-alpha {
			display: none;
			position: absolute;
			width: 350px;
			height: auto;
			top: 0;
			left: 0;
			margin-top: 41.8215613383px;
			z-index: 9952;
		}

		.social-alpha-confetti {
			display: none;
			position: absolute;
			width: 385px;
			height: auto;
			/*bottom: 70px;*/
			top: 0;
			left: 11.5vw;
			margin-top: 146.598px;
			z-index: 9962;
		}

		.social-alpha-top {
			display: none;
			position: absolute;
			width: 325px;
			height: auto;
			/*bottom: 66px;*/
			top: 0;
			left: calc(11.5vw - 40px);
			margin-top: 150.598px;
			z-index: 9961;
		}

		.social-alpha {
			display: none;
			position: absolute;
			width: 325px;
			height: auto;
			top: 0;
			left: -40px;
			margin-top: 29.95px;
			z-index: 9952;
		}


		.consultation-alpha-top {
			display: none;
			position: absolute;
			width: 385px;
			height: auto;
			/*bottom: 66px;*/
			top: 0;
			left: calc(11.5vw - 80px);
			margin-top: 215.092444444px;
			z-index: 9961;
		}

		.consultation-alpha {
			display: none;
			position: absolute;
			width: 385px;
			height: auto;
			top: 0;
			left: -80px;
			margin-top: 94.4444444444px;
			z-index: 9952;
		}

		.services-gallery-container {
			position: relative;
			bottom: 0;
			left: 0;
			width: 90vw;
			height: 22.5vw;
			background: #9d8f9d;
			z-index: 9966;
		}

		.services-gallery-item {
			position: relative;
			width: 22.5vw;
			height: 22.5vw;
			overflow: hidden !important;
			z-index: 99990;
			cursor: pointer;
		}

		.services-gallery-thumb {
			position: relative;
			height: 22.5vw;
			width: auto;
			opacity: 1;
			transition: all 0.2s ease-out;
		}

		.services-gallery-thumb.loading {
			opacity: 0;
			transition: all 0.2s ease-out;
		}

		.services-gallery-thumb.landscape {
			height: 23vw;
			width: auto;
		}

		.services-gallery-thumb.portrait {
			width: 23vw;
			height: auto;
		}

		.services-card-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
			margin-top: 45px;
			padding-bottom: 25px;
			z-index: 9965;
			text-align: center;
		}

		.services-card-body-text {
			position: relative;
			width: 85%;
			margin: 0 auto;
			margin-top: 25px;
		}

		.services-card-bg-text {
			position: absolute;
			top: 300px;
			left: -50px;
			font-size: 15em;
			letter-spacing: -0.025em;
			z-index: 9951;
		}

		.services-overlay-bg {
			position: fixed;
			width: 100vw;
			height: 100%;
			overflow: hidden;
			top: 0;
			left: 0;
			background: #434351;
			z-index: 1;
		}

		.services-overlay-bg-img {
			position: fixed;
			top: 0;
			left: 0;
			width: 105vw;
			height: auto;
			opacity: 0;
			transition: all 0.2s ease-out;
		}

		.services-overlay-bg-img.active {
			opacity: 0.1;
			transition: all 0.2s ease-out;
		}
	/*END CAPACITIES OVERLAY STYLES*/

	/*START CONTACT SENDING STYLES*/
		.form-status {
			margin-top: 20px;
			margin-left: 10px;
		}
	/*END CONTACT SENDING STYLES*/

	/*START LIGHTBOX CONTAINER STYLES*/
		.lightbox-details.details-top-right {
			top: 30px;
			transition: all 0.2s ease-out;
		}

		.lightbox-details.details-bottom-left {
			position: absolute;
			bottom: 50px;
			left: 0;
			margin-left: 20vw;
			width: calc(70vw * 0.45);
			height: calc(10vh - 50px);
		}

		.lightbox-details.details-bottom-right {
			position: absolute;
			bottom: 50px;
			left: auto;
			right: 0;
			margin-right: 20vw;
			max-width: calc(70vw * 0.35);
			width: auto;
			height: calc(10vh - 50px);
		}

		.album-text {
			font-size: 0.75em;
			text-transform: uppercase;
			letter-spacing: 0.2em;
		}


		.lightbox-caption {
			position: relative;
			float: left;
			font-size: 1em;
			letter-spacing: 0;
		}

		.lightbox-album {
			position: relative;
			width: 100%;
		}

		.album-icon {
			position: relative;
			display: inline-block;
			float: left;
			width: 10px;
			height: auto;
			margin-right: 8px;
			transform: translateY(-1px);
		}

		.album-text {
			position: relative;
			display: inline-block;
			font-size: 0.75em;
			line-height: 1.2em;
			text-transform: uppercase;
			letter-spacing: 0.125em;
			width: auto;
			max-width: 85%;
			float: right;
		}
	/*END LIGHTBOX CONTAINER STYLES*/

	/*START LIGHTBOX ANIMATION STYLES*/
		.lightbox-img {
		    max-width: 65vw;
		    max-height: 65vh;
		    width: auto;
		    height: auto;
		}
	/*END LIGHTBOX ANIMATION STYLES*/

	
}