/*
 Theme Name:   Incredible Beatuy & Nails
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       PUREVELVET.DESIGN
 Author URI:   https://purevelvet.design
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'SegoeUI';
    src:
        url('/wp-content/themes/generatepress_child/fonts/SegoeUI-100.woff2') format("woff2"),
        url('/wp-content/themes/generatepress_child/fonts/SegoeUI-100.woff') format("woff"),
    font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'SegoeUI';
    src:
        url('/wp-content/themes/generatepress_child/fonts/SegoeUI-400.woff2') format("woff2"),
        url('/wp-content/themes/generatepress_child/fonts/SegoeUI-400.woff2') format("woff"),
    font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'SegoeUI';
    src:
		url('/wp-content/themes/generatepress_child/fonts/SegoeUI-700.woff2') format("woff2"),
        url('/wp-content/themes/generatepress_child/fonts/SegoeUI-700.woff') format("woff"),
    font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@media (max-width: 768px) {
	.site-header .header-image {
		width: 225px;
	}
	.main-navigation .main-nav ul li.cta a {
		font-size: 1em;
	}
}

.main-navigation .main-nav ul li.cta a {
	color: var(--base-3);
	text-transform: uppercase;
	letter-spacing: .1em;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.main-navigation .main-nav ul li.cta a:hover {
	color: var(--base-3);
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}  

a,.main-navigation .main-nav ul li a {
	transition: all .5s ease-in-out;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
}

.cta {
	background-image: linear-gradient(to right, #F09819 0%, #EDDE5D  51%, #F09819  100%);
	margin: 20px 30px;
	transition: 0.5s;
	background-size: 200% auto; 
	border-radius: 10px;
	display: block;
}

.cta:hover {
	background-position: right center; /* change the direction of the change here */
	text-decoration: none;
}

.footer-widgets .widget {
	text-align: center;
}

.ootb-openstreetmap--map {
	border-radius: 1em;
}