/* @override https://pqcalibration.kinsta.cloud/wp-content/themes/pq-calibration/css/calibration.css */

/* @group TYPOGRAPHY */

h1, h2, h3, h4, h5 h6 {
	
}

/* @end TYPOGRAPHY*/


/* @group HELPER CLASSES */

.wp-playlist-item-artist {
    font-size: 14px;
    text-transform: none;
}

.text-center {
	text-align: center;
}

ul.list-simple, .list-simple ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.list-alpha {
	list-style-type: lower-alpha;
}

.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

.pic-border img {
	border: 1px solid #adadad;
}

.border-fancy img {
	border: 10px solid rgba(0, 0, 0, 0.1);
	/*box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2);*/
}

.border-light {
	border: 1px solid #e1e1e1;
}

.border-light-top {
	border-top: 1px solid #e1e1e1;
}

.border-light-bottom {
	border-bottom: 1px solid #e1e1e1;
}

.border-light-top-bottom {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.border-dark {
	border: 1px solid #777777;
}

.border-dark-top {
	border-top: 1px solid #777777;
}

.border-dark-bottom {
	border-bottom: 1px solid #777777;
}

.border-dark-top-bottom {
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.shade-light {
	background: #f7f7f7;
}

.shade-medium {
	background: #eaeaea;
}

.shade-medium-dark {
	background: #a2a2a2;
}

.shade-dark {
	background: #414141;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pin-bottom {
	align-content: flex-end;
	flex: 1 1 0;
	display: grid;
}

.hover-zoom {
	height: auto;
	overflow: visible;
}

.hover-zoom img {
	transition: transform .4s ease;
}

/* @end HELPER CLASSES */



/* @group THEME OVERRIDES */

ins {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

header {
	/*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);*/
}

.fl-page-footer {
	border: none;
}

.fl-page-footer-widgets {
	border: none;
}

@media (min-width: 769px) {
	.fl-menu .fl-has-submenu:hover > .sub-menu,
	.fl-menu .fl-has-submenu.focus > .sub-menu {
	    border-top: 4px solid #E8112D;
	}
}

/* @end THEME OVERRIDES*/

.btn-pagebar a,
.btn-navbar a {
	font-size: 14px;
	border-radius: 3px;
	transition: 0.3s;
	padding: 8px 16px !important;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.btn-pagebar a,
	.btn-navbar a {
		text-align: center;
		margin-top: 10px
	}
}

.btn-pagebar a {
	color: #ffffff !important;
	background: #E8112D;
}

.btn-pagebar a:hover {
	background: #A60C20;
}

.btn-navbar a {
	color: #ffffff !important;
	background: #555555;
}

.btn-navbar a:hover {
	background: #333333;
}

/*.btn-pagebar a::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f291';
	margin-right: 8px;
	font-weight: 400;
}*/

/*.btn-navbar a::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f291';
	margin-right: 8px;
	font-weight: 400;
}*/

@media screen and (max-width: 768px) {
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
		padding: 0;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 20px !important;
		line-height: 1.4em !important
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h1 span {
		font-size: 40px !important;
		line-height: 1.2em !important
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text h3 span {
		font-size: 30px !important;
		line-height: 1.2em !important
	}
}





