/*!
Theme Name: Localdirectory
Theme URI: https://themesartist.com/localdirectory/
Author: themesartist
Author URI: https://themesartist.com/
Description: Localdirectory is the Best Directory & Listing WordPress Theme built with Elementor and the powerful Directorist plugin. Perfect for creating business directories, service listings, classified ads, real estate portals, or city guides, it offers everything you need to launch a high-performance directory website—without any coding.Enjoy advanced search filters, front-end submission, user dashboards, custom fields, monetization options, and seamless integrations with popular payment gateways.Whether you’re building a local directory or a global marketplace, this theme provides the tools and customization options to make it happen—making it truly the Best Directory & Listing WordPress Theme for professionals and entrepreneurs alike. View Demo at https://demo.themesartist.com/localdirectoryfree/
Version: 1.0.5
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: localdirectory
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Localdirectory is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face{
font-family: 'ArimaMadurai-Regular';
src: url('fonts/ArimaMadurai-Regular.ttf');
src: url('fonts/ArimaMadurai-Regular.ttf?#iefix') format('embedded-opentype'),
url('fonts/ArimaMadurai-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'ArimaMadurai-Bold';
src: url('fonts/ArimaMadurai-Bold.ttf');
src: url('fonts/ArimaMadurai-Bold.ttf?#iefix') format('embedded-opentype'),
url('fonts/ArimaMadurai-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'ArimaMadurai-Regular' !important;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
	outline: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'ArimaMadurai-Regular' !important;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ArimaMadurai-Bold' !important;
	clear: both;
}

p {
	margin-bottom: 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #404040;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #CD7F32;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.header-navigation {
	display: block;
	width: 100%;
}
.header-navigation ul {
display: inline-block;
}
.header-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.header-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.header-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.header-navigation ul ul li:hover > ul,
.header-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.header-navigation ul ul a {
	width: 200px;
}

.header-navigation ul li:hover > ul,
.header-navigation ul li.focus > ul {
	left: auto;
}

.header-navigation li {
	position: relative;
}

.header-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.header-navigation.toggled ul {
	display: block;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
/*.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}*/

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.topbg {
	position: relative;
	height: 800px;
	background: url(/wp-content/uploads/2026/01/top_bg_3.jpg);
	background-size: cover;
	background-position: left;
	overflow: hidden;
	padding: 190px 0 0 0;
	margin: -63px 0 0 0;
}
.topbg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/01/top_bg_2.png);
	background-size:cover;
	background-position: left;
	z-index: 5;
	animation: bbw 1.5s linear infinite;
	animation-direction: alternate-reverse;
}
.topbg:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 70px;
	width: 750px;
	height: 750px;
	background: url(/wp-content/uploads/2026/01/logo-fav.png);
	background-size:cover;
	background-position: center;
	animation: rotate-center 12s linear infinite;
}

@keyframes rotate-center {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bbw {
  from {
	width: 100%;
	height: 100%;
  }
  to {
	width: 102%;
	height: 100%;
  }
}

.site-logo img.custom-logo {
    height: 100% !important;
    width: 100% !important;
    max-width: 200px !important;
}
header#masthead {
    padding: 4px 0 !important;
}
.infotop {
	background: #000000d4;
	padding: 20px 20px 20px 20px;
	border-radius: 10px;
	text-align: center;
}
.infotop h1 {
	color: #CD7F32;
	font-size: 55px;
	margin: 0 0 0 0;
}
.infotop .ms-slide-info.ms-dir-v {
    left: 0px !important;
    width: 100% !important;
    color: #fff;
    font-size: 18px;
    height: 100% !important;
    display: block !important;
    margin: 0 auto 0;
}
.infotop .ms-view {
	min-height: 15vh;
	height: 100% !important;
	display: block !important;
}
.tops_bt {
	width: 50% !important;
	z-index: 9;
	position: relative;
	margin: 0 auto 0;
}
.tops_bt a {
	width: 97%;
	padding: 17px 0 15px;
	text-transform: uppercase;
	font-size: 16px;
	background: transparent;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 5px;
	transition: 0.2s;
	font-weight: 600;
}
.tops_bt a:hover {
	transition: 0.2s;
	background: #fff;
	color: #000;
}
.top_2 {
    background: url(/wp-content/uploads/2026/01/5532.jpg);
    background-size: cover;
    background-position: center;
    padding: 75px 0 45px;
}
.top_2 h2 {
	color: #fff;
	font-size: 52px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 2px 3px #000
}
.top_2 h4 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	text-shadow: 1px 2px 3px #000;
	margin: 0 0 20px 0
}
.top_2 h3 {
	color: #fff;
	font-size: 25px;
}
.top_2 figure {
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0 0 15px #fff;
	position: relative;
}
.top_2 figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 3px solid #CD7F32;
	border-style: inset;
	animation: rotate-center 10s linear infinite;
}
.abmain {
	background: url(/wp-content/uploads/2026/01/63332.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 70px 0 55px;
}
.abmain h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.abmain h3 {
	color: #CD7F32;
	text-align: left;
	font-size: 30px;
	text-shadow: 0.5px 1px 1px #222;
}
.abmain p {
	color: #fff;
	text-align: justify;
	font-size: 20px;
	text-shadow: 0.5px 1px 1px #111;
}
.sendd {
	text-align: center;
	background: url(/wp-content/uploads/2026/01/nw.jpg);
	background-size: cover;
	background-position: top;
	padding: 70px 0 60px;
}
.sendd h3 {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 1.1;
}
.sendd h4 {
	text-shadow: 0.5px 1px 1px #111;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
}
.sendd input[type=text],
.sendd input[type=email] {
	height: 55px;
	font-size: 17px !important;
	padding: 5px 0 0 15px !important;
}
.sendd [type=submit],
.sendd [type=submit]:hover,
.sendd [type=submit]:active,
.sendd [type=submit]:focus,
.sendd [type=submit]:visited {
	height: 53px !important;
	width: 200px;
	font-weight: 600 !important;
	line-height: 3 !important;
	font-size: 19px !important;
	float: right;
	margin: -123px 0 0 0;
	border: 0 !important;
	background: linear-gradient(to right bottom, #FFD700, #C6A76A, #CD7F32) !important;
	color: #fff !important;
	text-shadow: 0.5px 1px 1px #555;
	box-shadow: 1px 2px 4px #555555ad !important
}
.sendd .choice-1 {
	background: #fff;
	display: inline;
	padding: 6px 10px 4px 10px;
	border-radius: 2px;
	text-align: left;
}
.prvv {
	text-align: left;
}
.sendd .wpforms-container label.wpforms-error,
.sendd .wpforms-container em.wpforms-error {
	display: none !important;
}
div.wpforms-container-full input[type=checkbox]:checked:after {
    border-left: 4px solid #CD7F32;
    border-bottom: 4px solid #CD7F32;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #CD7F32;
    box-shadow: 0 0 0 1px #CD7F32;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #cd7f32ba;
    border: 1px solid #CD7F32;
    border-radius: 3px;
}
.mainord {
	background: url(/wp-content/uploads/2026/01/buz.jpg);
	background-position: center;
	background-size: cover;
	padding: 75px 0 60px;
}
.mainord h2 {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	text-transform: uppercase;
	font-size: 55px;
	text-align: center;
}
.mainord h4 {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	text-align: center;
	font-size: 22px;
	margin: 0 0 25px 0;
}
.mainord h3 {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	font-size: 23px;
}
.mainord p {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	font-size: 17px;
}
.glmore {
	color: #111 !important;
	background: #fff;
	text-shadow: none;
	font-weight: 600;
	padding: 7px 25px 5px;
	border-radius: 35px;
	box-shadow: 0 0 4px #555 !important;
	transition: 0.2s;
}
.glmore:hover {
	transition: 0.2s;
	color: #CD7F32 !important;
}
.cntr_find {
	border-right: 1px solid #fff;
}
#text-2 p {
	font-size: 15px;
	line-height: 1.5;
}
.contb {
	padding: 0 0 30px 0;
}
.contb h1 {
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 20px 0;
}
.contb figure {
	width: 75px !important;
}
.contb h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.wprt-container {
	padding: 130px 0 0;
}
.top_goods {
	background: url(/wp-content/uploads/2026/01/4564.jpg);
	background-size: cover;
	background-position: bottom;
	padding: 100px 0 210px;
	margin: -65px 0 0 0;
}
.tgoods_import {
	background: url(/wp-content/uploads/2026/01/5345676.jpg);
	background-size: cover;
	background-position: bottom;
}
.top_goofinc {
	background: url(/wp-content/uploads/2026/01/543f.jpg);
	background-size: cover;
	background-position: bottom;
}
.top_goods h1 {
	color: #fff;
	text-shadow: 0.5px 1px 1px #111;
	font-size: 55px;
	text-align: center;
	margin: 0 0 10px 0;
}
.top_goods p {
	text-align: center;
	color: #fff;
	text-shadow: 0.5px 1px 1px #333;
	font-size: 20px;
	font-weight: 600;
}
.steps {
	padding: 60px 0 50px;
}
.steps h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1.1;
	margin: 0 0 10px 0;
}
.steps h3 {
	font-size: 35px;
	text-transform: uppercase;
	color: #CD7F32;
}
.steps h4 {
	font-size: 25px;
	color: #CD7F32;
	margin: 20px 0 5px 0;
}
.steps img {
	border-radius: 7px;
}
.srcdn {
	text-align: center;
	border-radius: 7px !important;
	margin-bottom: 10px;
	font-family: 'ArimaMadurai-Bold';
}
.srcdn p {
	font-family: 'ArimaMadurai-Bold' !important;
	font-size: 19px !important;
}
.srcdn .eihe-box {
	border-radius: 7px;
}
.sec_ord {
	margin-top: 25px;
}
.ordd:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/01/bgprefoot2.jpg);
	background-size: cover;
	background-position: bottom;
	opacity: 0.5;
	z-index: -1;
}
.ordd {
	border-top: 1px solid #ccc;
	padding: 70px 0 70px;
	position: relative;
}
.ordd h2 {
	text-transform: uppercase;
	font-size: 55px;
	text-align: center;
	color: #CD7F32
}
.ordd h4 {
	line-height: 1.4;
	text-align: center;
	color: #CD7F32;
	font-size: 20px;
	margin: 0 0 10px;
}
.beaut_f {
	background: url(/wp-content/uploads/2026/01/6643322-1.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	padding: 40px 25px;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select {
	height: 55px;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
}
.beaut_f div.wpforms-container-full .wpforms-field-label-inline,
.beaut_f div.wpforms-container-full .wpforms-field-label-inline a {
	color: #fff;
}
.beaut_f button[type=submit] {
	width: 100%;
	background: linear-gradient(to right bottom, #FFD700, #C6A76A, #CD7F32) !important;
	text-shadow: 0.5px 1px 1px #555;
	box-shadow: 1px 2px 4px #333 !important;
	font-size: 21px !important;
	font-weight: 600 !important;
	height: 50px !important;
	transition: 0.4s !important;
}
.beaut_f button[type=submit]:hover {
	transition: 0.4s !important;
	background: linear-gradient(to left top, #FFD700, #C6A76A, #CD7F32) !important;
}
.mapconts {
	padding: 0 0 70px 0;
}
.advtr:before {
	content: '';
	width: 400px;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/wp-content/uploads/2026/01/111f.png);
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
}
.advtr {
	padding: 55px 0 0;
	border-top: 1px solid #ccc;
	position: relative;
}
.advtr:after {
	content: '';
	width: 400px;
	height: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/wp-content/uploads/2026/01/f1f.png);
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
}
.advtr h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.advtr h3 {
	margin: 0 0 40px 0;
	color: #CD7F32;
}
.advtr h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
}
.btords {
	text-align: center;
	padding: 15px 0 75px;
}
.btords a {
	background: linear-gradient(to right bottom, #FFD700, #C6A76A, #CD7F32);
	text-shadow: 0.5px 1px 1px #555;
	box-shadow: 0px 2px 4px #3333338a;
	font-size: 21px;
	font-weight: 600;
	transition: 0.3s;
	padding: 15px 35px 13px;
}
.btords a:hover {
	transition: 0.3s;
	background: linear-gradient(to left top, #FFD700, #C6A76A, #CD7F32);
}
div[class*=ays-pb-modal_].ays_template_window .wpforms-container {
	margin: 0 0 0 0;
}
.wpforms-container .wpforms-field {
	font-family: 'ArimaMadurai-Bold' !important;
}
div[class*=ays-pb-modal_].ays_template_window .wpforms-container .wpforms-field,
div[class*=ays-pb-modal_].ays_template_window .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full input[type=text],
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full input[type=email] {
	height: 45px;
}
div[class*=ays-pb-modal_].ays_template_window .wpforms-field-label-inline {
	font-size: 14px;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full button[type=submit] {
	background: linear-gradient(to right bottom, #FFD700, #C6A76A, #CD7F32);
	text-shadow: 0.5px 1px 1px #555;
	box-shadow: 0px 2px 4px #3333338a;
	font-size: 17px;
	font-weight: 600;
	transition: 0.3s;
	padding: 13px 40px 11px;
	transition: 0.3s;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full button[type=submit]:hover {
	transition: 0.3s;
	background: linear-gradient(to left top, #FFD700, #C6A76A, #CD7F32);
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full .wpforms-field-label-inline a {
	color: #CD7F32;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full fieldset {
    text-align: left;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full .wpforms-form label.wpforms-error,
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full .wpforms-form em.wpforms-error {
	display: none !important;
}
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full input[type=checkbox]:checked:before,
div[class*=ays-pb-modal_].ays_template_window div.wpforms-container-full input[type=radio]:checked:before {
    border-color: #CD7F32;
    box-shadow: 0 0 0 1px #CD7F32;
}
#menu-item-379 a {
	border: 2px solid #C6A76A;
	border-radius: 30px;
	padding: 3px 15px 2px;
	color: #CD7F32;
	transition: 0.2s;
	background: transparent;
}
#menu-item-379 a:hover {
	transition: 0.2s;
	background: linear-gradient(to right bottom, #FFD700, #C6A76A, #CD7F32);
	color: #fff;
	border-color: #fff;
}







/* = NEXT NEW PLUS GO 2k - 2560
-------------------------------------------------------------- */
@media (min-width: 2560px) {






}

/* = NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {






}

/* = NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {






}

/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
.topbg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 700px;
    height: 700px;
    background: url(/wp-content/uploads/2026/01/logo-fav.png);
    background-size: cover;
    background-position: center;
    animation: rotate-center 12s linear infinite;
}
.top_2 figure {
	width: 120px !important
}
.top_2 h3 {
    font-size: 22px;
}
.infotop h1 {
    font-size: 50px;
}	
.top_2 h2 {
    font-size: 50px;	
}
.mainord h2 {
    font-size: 50px;
}
.steps h2,
.ordd h2 {
    font-size: 45px;
}	
	
	
	


}

/* = NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
.wprt-container {
    padding: 125px 0 0;
}
.site-logo img.custom-logo {
    max-width: 170px !important;
}
.header-navigation li a {
    font-size: 16px !important;
}
#menu-item-379 a {
    padding: 3px 15px 0px;
}
.infotop h1 {
    font-size: 40px;
}		
.topbg:before {
    content: '';
    left: 30px;
    width: 600px;
    height: 600px;
    background: url(/wp-content/uploads/2026/01/logo-fav.png);
    background-size: cover;
    background-position: center;
}
.topbg {
    padding: 150px 0 0 0;
    margin: -70px 0 0 0;
}
.top_2 h2 {
    font-size: 40px;
}
.top_2 h4 {
    font-size: 20px;
}
.top_2 h3 {
    font-size: 20px;
}
.abmain h2 {
    font-size: 35px;
    margin: 0 0 20px 0;
}	
.mainord h2 {
    font-size: 45px;
}	
.sendd h3 {
    font-size: 40px;
}	
.sendd h4 {
    font-size: 20px;
}	
.infotop .ms-slide-info.ms-dir-v {
    font-size: 16px;
}
.top_goods p {
    font-size: 18px;
}	
.steps h2,
.ordd h2 {
    font-size: 40px;
}	
.ordd h4 {
    font-size: 18px;
    margin: 0 0 10px;
}	
.steps h4 {
    font-size: 23px;
}	
.steps h3 {
    font-size: 33px;
}	
.advtr h2 {
    font-size: 37px;
}
.advtr h4 {
    font-size: 30px;
}	
.contb h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
}	
	
	
	

}

/* = NEXT NEW PLUS GO 1280
-------------------------------------------------------------- */
@media (max-width: 1280px) {
.topbg {
    padding: 150px 0 0 0;
    margin: -70px 0 0 0;
    height: 712px;
}
.infotop h1 {
    font-size: 40px;
    margin: 0 0 -5px 0;
}	
.infotop {
    padding: 20px 5px;
}
.top_2 figure {
	width: 110px !important;
}
.abmain h3 {
    font-size: 25px;
}
.abmain p {
    font-size: 17px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input+label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input+label {
    font-size: 14px;
}	
	
	
	

}

/* = NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
.tops_bt a {
    width: 97%;
    padding: 15px 0 13px;
    font-size: 14px;
}
.top_goods {
    padding: 80px 0 160px;
    margin: -65px 0 0 0;
}



}

/* = NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
.header-navigation li a {
    font-size: 16px !important;
    padding: 10px 7px 7px !important;
}
#menu-item-379 a {
    padding: 3px 10px 0px !important;
}
.site-logo img.custom-logo {
    max-width: 155px !important;
}
.topbg {
    padding: 150px 0 0 0;
    margin: -71px 0 0 0;
    height: 660px;
}
.top_goods h1 {
    font-size: 45px;
    margin: 0;
}	
.top_goods p {
    font-size: 17px;
}		
.top_goods {
    padding: 70px 0 130px;
    margin: -74px 0 0 0;
}	
.steps h2,
.ordd h2 {
    font-size: 37px;
}	
.ordd h4 {
    font-size: 17px;
    margin: 0 0 10px;
}	
.steps h3 {
    font-size: 30px;
}		
.steps h4 {
    font-size: 22px;
    margin: 15px 0 5px 0;
}		
.advtr h2 {
    font-size: 33px;
}
.advtr h4 {
    font-size: 25px;
}		
	
	
	

}

/* = NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
body {
	font-size: 14px !important;
	line-height: 1.5 !important;
}
.contb h3 {
    font-size: 19px;
}
.topbg {
    padding: 70px 0 0 0;
    margin: -71px 0 0 0;
    height: 500px;
}
.topbg:before {
    content: '';
    left: 20px;
    width: 450px;
    height: 450px;
    background: url(/wp-content/uploads/2026/01/logo-fav.png);
    background-size: cover;
    background-position: center;
}
.infotop h1 {
    font-size: 32px;
    margin: 0 0 -15px 0;
}		
.tops_bt a {
    width: 98%;
    padding: 15px 0 13px;
    font-size: 13px;
}	
.infotop .ms-slide-info.ms-dir-v {
    font-size: 14px;
	line-height: 1.5
}	
#hamburger-menu span {
    background-color: #CD7F32 !important;
}
div#hamburger-menu {
	    top: 15px !important;
}	
.close-menu {
	background: transparent;
    color: #333;
	text-align: right;
}	
.header-navigation ul li,
nav#site-navigation,
nav#site-navigation ul,
.header-navigation ul li:first-child {
    border: none !important;
}	
#menu-item-379 a {
    border: 0;	
}
.top_2 h2 {
    font-size: 35px;
}
.top_2 h4 {
    font-size: 17px;
}	
.top_2 h3 {
    font-size: 17px;
}	
.abmain h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
}		
.abmain {
    padding: 70px 0 50px;
    text-align: center;
}
.abmain h3 {
    font-size: 22px;
	text-align: center;
}
.abmain p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}	
.mainord h2 {
    font-size: 39px;
}	
.mainord h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
}	
.mainord p {
    font-size: 15px;
    line-height: 1.4;
}	
.sendd h3 {
    font-size: 30px;
}	
.sendd [type=submit],
.sendd [type=submit]:hover,
.sendd [type=submit]:active,
.sendd [type=submit]:focus,
.sendd [type=submit]:visited {
    width: 135px;	
}
#text-2 p {
    font-size: 14px;
}	
footer#colophon h3.widget-heading {
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
.prefooter ul li a {
    font-size: 14px !important;
}	
.contb h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
}		
.prefooter {
    padding: 60px 0 30px !important;
}	
	
	

}

/* = NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select {
    height: 45px;
}
.topbg {
	z-index: 5;
	height: 450px;
}
.topbg:after {
	content: '';
	z-index: -1;
}
.topbg:before {
	content: '';
	z-index: -2;
}
.tops_bt a {
    width: 100%;
    padding: 15px 0 13px;
    font-size: 14px;
    float: none;
}	
.tops_bt {
    width: 100% !important;
}
.infotop .ms-view {
    min-height: 10vh;
    height: 100% !important;
    display: block !important;
}
.top_2 h2 {
    font-size: 28px;
	line-height: 1.1;
}
.top_2 h4 {
    font-size: 15px;
	line-height: 1.2;
}		
.top_2 {
    padding: 65px 0 45px;
}	
.abmain h2 {
    font-size: 25px;
    margin: 0;
}	
.abmain {
    padding: 65px 0 40px;
    text-align: center;
}	
.mainord h2 {
    font-size: 28px;
}	
.mainord h4 {
    font-size: 17px;
    margin: 0 0 20px 0;
}	
.mainord {
	padding: 60px 0 50px;
}
.mainord figure {
	width: 75px !important;
	margin: 20px auto 2px !important;
}
.sendd h3 {
    font-size: 25px;
}	
.sendd h4 {
    font-size: 16px;
    line-height: 1.2;
}		
.sendd {
    padding: 55px 0 40px;
}	
.sendd [type=submit],
.sendd [type=submit]:hover,
.sendd [type=submit]:active,
.sendd [type=submit]:focus,
.sendd [type=submit]:visited {
    width: 46%;
    margin: -125px 5px 0 0;
    height: 43px !important;
    padding: 0 0 0 0 !important;
    line-height: 2.6 !important;
}
.infotop h1 {
    font-size: 28px;
    margin: 0 0 -12px 0;
}	
.top_goods h1 {
    font-size: 34px;
    margin: 0;
}		
.top_goods p {
    font-size: 15px;
}
.top_goods {
    padding: 55px 0 120px;
    margin: -75px 0 0 0;
}		
.steps h2,
.ordd h2 {
    font-size: 27px;
}	
.srcdn {
	width: 50% !important;
}	
.sec_ord {
    margin-top: 0;
}
.ordd h4 {
    font-size: 15px;
    margin: 0 0 10px;
}
.ordd {
    padding: 50px 0 70px;
}	
.beaut_f {
    padding: 25px 15px;
}	
.steps h3 {
    font-size: 27px;
}		
.steps h4 {
    font-size: 21px;
    margin: 15px 0 5px 0;
}	
.advtr h2 {
    font-size: 23px;
}	
.advtr figure {
	width: 75px !important;
	margin: 0 auto 2px !important;
}	
.advtr h3 {
    margin: 0 0 30px 0;
    font-size: 22px;
}	
.advtr h4 {
    font-size: 22px;
    line-height: 1.2;
}	
.btords a {
    font-size: 18px;	
}
.contb h1 {
    font-size: 28px;
    margin: 0 0 5px 0;
    text-align: center;
    line-height: 1.2;
}		
	
	
	
	
	

}

/* = NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
.topbg {
    padding: 42px 0 0 0;
    margin: -71px 0 0 0;
}
.tops_bt a {
    padding: 13px 0 11px;
    font-size: 14px;
}	
.infotop .ms-view {
    min-height: 16vh;
}
.top_2 h2 {
    font-size: 25px;
    line-height: 1.1;
	margin: 0 0 -10px 0;
}
.abmain h2 {
    font-size: 23px;
    margin: 0;
}	
.mainord h2 {
    font-size: 25px;
}	
.mainord h4 {
    font-size: 16px;
    margin: 0 0 0 0;
}
.sendd [type=submit],
.sendd [type=submit]:hover,
.sendd [type=submit]:active,
.sendd [type=submit]:focus,
.sendd [type=submit]:visited {
    width: 46%;
    margin: -125px 5px 0 0;
    height: 43px !important;
    padding: 0 0 0 0 !important;
    line-height: 2.8 !important;
    font-size: 17px !important;
}	
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select {
    height: 45px;
    font-size: 15px !important;
}	
	
	

}

/* = NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {






}
