/*
Theme Name: The Souvenir Collection
Theme URI: https://thesouvenircollection.com/
Author: Merchr
Author URI: https://www.merchr.com
Description: Custom Design integrated into WordPress as a native theme for The Souvenir Collection.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: merchr
*/
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
a, a:link {
	text-decoration: none;
}

/* Layout */
@media (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}


/* Placeholder styles */
.hasPlaceholder {
	color: #acacac;
}
::-webkit-input-placeholder {
	color: #acacac;
}
:-moz-placeholder {
	color: #acacac;
}
::-moz-placeholder {
	color: #acacac;
}
:-ms-input-placeholder {
	color: #acacac;
}