/*
Theme Name: Frost Child
Theme URI: https://frostwp.com/
Template: frost
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns,block-styles,custom-colors,custom-logo,custom-menu,editor-style,full-site-editing,one-column,template-editing,threaded-comments,translation-ready,wide-blocks
Version: 1.0.5.1699549380
Updated: 2023-11-09 17:03:00
*/

/*GoldCroatia.com*/








/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--wp--preset--color--contrast);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--medium);
	padding: 10px 15px;
	width: 100%;
}

input:not([type="submit"]):focus,
textarea:focus {
	border-color: var(--wp--preset--color--primary);
	outline: 1px solid var(--wp--preset--color--primary);
	background-color: var(--wp--preset--color--base);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--medium);
	opacity: 0.5;
}
 
/* -- Adding Padding to Ninja Forms -- */

.nf-field-container {
    margin-bottom: 20px !important;
}

.nf-label-span,
.nf-field-label {
	 label {
    font-weight: 400;
    font-size: var(--wp--preset--font-size--small);
}
}

.nf-field-label {
	margin-bottom: 0px !important;
}




/* -- Icon style -- */
.icon {
    text-align: left;
    font-size: 24px;
    color: #F2F2F2;
    font-weight: 300;
	background-color: #ac8a2c;
	padding: 4px 12px;
	border-radius: 10px;
	transform: rotate(0deg) scaleX(1) scaleY(1);
	width: 50px;
}

 



 /* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

	/* Utility
	--------------------------------------------- */

	.is-style-hidden-mobile {
		display: none !important;
	}
	
	 .img-center {
		margin-top: -6px !important;
}

#nf-field-15-0,
#nf-field-15-1,
#nf-field-15-2,
#nf-field-30-0,
#nf-field-30-1,
#nf-field-30-2 {
	 
	margin-top: 0.45em !important;
}

.agent-profile {
		margin-right: 0 !important;
}

.agent-profile-style {
	
	padding-top: 4px !important;
	padding-bottom: 4px !important;
 } 
 
}

@media only screen and (max-width: 782px) {

	/* Columns
	--------------------------------------------- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}
	
}

@media only screen and (min-width: 600px) {

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		padding: 8px 15px;
	}
}

