@import url('/wp-content/themes/charlie-child/css/fonts.css');
@import url('/wp-content/themes/charlie-child/css/header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	background: var(--dark-color);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.modal, .alert.alert-panel {
    color: #000;
}

.bp-submit-wrap button[type="submit"] {
    display: flex;
    align-items: center;
    margin: auto;
}

a.mobile-icon.transition {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
}

h1,
.blog #main h1 a,
.lg-font {
	font-weight: 400;
	font-size: 64px;
	font-family: 'Abril Fatface', serif;

}

h2 {
	font-weight: bold;
	font-size: 45px;
}

h3 {
	font-weight: bold;
	font-size: 32px;
}

h4 {
	font-weight: bold;
	font-size: 23px;
}

.pac-font {
	font-family: 'Pacifico', sans-serif;
}

.abr-font {
}

article a,
a:visited {
	color: var(--primary-color);
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 4px;
	background-color: var(--secondary-color);
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.15px;
	line-height: 1.2;
	font-weight: 600;
	padding: 12px 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--dark-color);
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: var(--primary-color)
}

a.secondary-btn,
.secondary-btn {
	background-color: var(--primary-color);
}

a.secondary-btn:hover,
.secondary-btn:hover {
	background-color: var(--secondary-color);
}

/*.clicky {
	display: inline-flex;
	flex-flow: column;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 15.4664px;
	letter-spacing: 1.4822px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.clicky::after {
	content: "";
	display: block;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	transform: translateY(0px);
	transition: transform .2s;
	opacity: 0;
}

.clicky:hover::after {
	transform: translateY(3px);
	opacity: 1;
}
.mod*/
al,
.alert.alert-panel,
.modal h3 {
	color: #000;
}

.bg-cover {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {
	.lg-btn {
		display: inline-flex !important;
		min-width: 192px;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {

	h1,
	.blog #main h1 a,
	.lg-font {
		font-size: 36px;
	}

	h2 {
		font-size: 24.8804px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 23px;
	}
}

@media screen and (max-width: 370px) {

	h1,
	.blog #main h1 a,
	.lg-font {
		font-size: 30px;
	}
}
