/*
Theme Name: Billey Child
Theme URI: http://billey.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: billey
Text Domain:  billey-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'MuseoSlab-300';
    src: url('./fonts/MuseoSlab-300.woff2') format('woff2'),
        url('./fonts/MuseoSlab-300.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4 {
	font-family: 'MuseoSlab-300' !important;
}

.homepage-h1 h1 {
	font-size: 36px;
}

.homepage-h1 h1 a {
	text-decoration: none !important;
	color: #D50057;
}

.homepage-h1 h1 a:hover {
	color: black;
}

@media (max-width: 767px) {
	.homepage-h1 h1 {
		font-size: 24px;
	}
}

.roboto {
	font-family: 'Roboto' !important;
}

/* Nav changes mainly for mobile */

.popup-canvas-menu .page-navigation .menu__container>li>a .toggle-sub-menu {
	right: -20px;
}

@media (max-width: 767px) {
	.branding__logo img {
		width: 25px !important;
	}

	.header-04 .page-header-inner {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

/* .postid-6153 .swiper-slide {
	opacity: 0.3 !important;
	transform: scale(0.7) !important;
	transition: opacity 1s ease-in-out, transform 0.8s ease-in-out !important;
}

.postid-6153 .swiper-slide-active {
	opacity: 1 !important;
	transform: scale(1) !important;
} */

.swiper-pagination-bullet-active {
	color: #D50057 !important;
}

.billey-box:hover .post-thumbnail {
	box-shadow: initial !important;
}

/* forms */

.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
	color: #0a0a0a;
    font-family: Roboto;
	font-weight: 300;
	margin-bottom: 5px;
}

.wpforms-field-container input, .wpforms-field-container textarea {
	border-radius: 0px !important;
}

.wpforms-submit-container button[type="submit"] {
	background: #D50057 !important;
	font-family: Roboto !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
}

/* Custom breadcrumbs */

ul.menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}

ul.menu li a {
	color: #d50057;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight: 500;
}

ul.menu li a:hover {
	color: #111;
}


@media (max-width: 767px) {
	ul.menu {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

/* Bullet list */

.bullet-nav ul {
	display: block;
	column-count: 2;
 	column-gap: 2rem;
}

.bullet-nav ul li {
	padding-left: 1.2em;
	position: relative;
 	margin-bottom: 0.5rem;
	display: inline-block;
	width: 100%;
}


.bullet-nav ul li a {
	text-transform: initial;
}

.bullet-nav ul li a:hover {
	color: #111;
}

.bullet-nav ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #d50057;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.bullet-nav ul li a:hover {
	color: #111;
}

.bullet-nav h5 {
	font-size: 16px;
	font-family: roboto;
}

.bullet-nav .current_page_item  {
	display: none;
}

@media (max-width: 767px) {
	.bullet-nav ul {
		column-count: 1;
	}
}

/* Set text content h2 size on mobile */

@media (max-width: 767px) {
	.elementor-widget-text-editor h2 {
		font-size: 24px;
	}
}

/* Footer navs */

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-list li {
    margin-bottom: 3px;
}

.footer-menu-list a {
    color: white;
    text-decoration: none;
}

.footer-menu-list a:hover {
	color: #d50057;
}

/* Bites pagination */

.page-pagination li a {
	color: #d50057;
}

.post-title a:hover {
	color: #111 !important;
}