/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */


p {
	margin: 0;
}

.input-wrapper {
	position: relative;
}

.input-wrapper br {
	display: none;
}

.input-wrapper label {
	position: absolute;
    top: -3px;
    z-index: 4;
    background: #fff;
    width: fit-content !important;
    padding: 0 4px 0px;
    left: 12px;
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.horisontal-form {
	display: flex;
    gap: 20px;
	align-items: center;
}

input:-webkit-autofill {
    background-color: white !important; /* Set the background to white */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* Override the yellow autofill background */
    color: inherit !important; /* Preserve the original text color */
}


.gallery-container>.e-con-inner {
	position: relative;
}

//thank you popup
.thank-you-image {
    margin: 24px auto !important;
}
.popmake-content .thank-you-close {
	display: flex;
	height: 48px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #61D384;
	border: 1px solid #61D384;
	color: #232323;
	font-family: Onest;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	width: fit-content;
    margin: 24px auto 0;
}

.popmake-content .thank-you-close:hover {
	background: #fff;
}

@media screen and (max-width:767px) {
	.premium-modal-trigger-container button.premium-modal-trigger-btn {
		width: 100%;
    	justify-content: center;
	}
	
	.premium-modal-trigger-container .premium-button-text-icon-wrapper {
		text-wrap: auto;
	}
	
	.wpcf7-spinner {
		display: none !important;
	}
	
	.horisontal-form {
		flex-direction: column;
	}
} 
