/*!
Theme Name: Apgujeong
Author: Cinema Escapist
Author URI: https://www.cinemaescapist.com
Version: 1.0.0
*/

@import url('./css/typography.css');
@import url('./css/colors.css');
@import url('./css/components.css');
@import url('./css/header.css');
@import url('./css/footer.css');

/** border styles **/
.border-thick {
	border-width:3px !important;
	border-color: #010101 !important;
}
.border-thin {
	border-width:1px !important;
	border-color: #C1C1C1 !important;
}
div.border-in-between:not(:last-child) {
	border-bottom:1px dotted #919191 !important;
	margin-bottom:0.5rem;
}
div.border-top-dotted {
	border-top:1px dotted #919191 !important;
}
@media (max-width: 768px){
	div.border-bottom-dotted {
		border-bottom:1px dotted #919191 !important;
		margin-bottom:0.5rem;
	}
}
@media (min-width: 768px){
	.border-sides-desktop {
		border-left:1px solid #C1C1C1 !important;
		border-right:1px solid #C1C1C1 !important;
	}
}

.ease-hidden {
	transform: translateY(-100%);
}

/** structural overrides **/
@media (min-width: 1200px) {
	.container {
 		max-width: 1280px;
	}
}

/** element overrides **/
img, figure {
	max-width: 100%;
	height: auto;
}

.btn, .badge {
	border-radius:0rem;
	line-height:1em;
}

/** things to hide on mobile **/
@media (max-width: 768px) {
	.hide-on-mobile {
		display:none;
	}
}

/** things to hide on tablet and mobile **/
@media (max-width: 992px) {
	.hide-on-tablet {
		display:none;
	}
}

/** things to hide on desktop **/
@media (min-width: 768px) {
	.hide-on-desktop {
		display:none;
	}
}
