/*
Theme Name: Royal Theme
Author: Mario
*/


@keyframes fadeup {
    from { opacity: 0; padding-top:50px; }
    to   { opacity: 1; top:0px; }
}

/* Firefox < 16 */
@-moz-keyframes fadeup {
    from { opacity: 0; padding-top:50px; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeup {
    from { opacity: 0; padding-top:50px; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeup {
    from { opacity: 0; padding-top:50px; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeup {
    from { opacity: 0; padding-top:50px; }
    to   { opacity: 1; }
}

/** FADE SIDE **/
@keyframes fadeside {
    from { opacity: 0; padding-right:80px; }
    to   { opacity: 1; top:0px; }
}

/* Firefox < 16 */
@-moz-keyframes fadeside {
    from { opacity: 0; padding-right:80px; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeside {
    from { opacity: 0; padding-right:80px; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeside {
    from { opacity: 0; padding-right:80px; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeside {
    from { opacity: 0; padding-right:80px; }
    to   { opacity: 1; }
}

.fade-in-1 {
	opacity:0;
}
.fade-in-2{
	opacity:0;
}
.fade-in-3{
	opacity:0;
}
.fade-front{
	opacity:0
}

.scrolled-1{
	opacity:1;
	-webkit-animation: fadeside 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeside 2s; /* Firefox < 16 */
        -ms-animation: fadeside 2s; /* Internet Explorer */
         -o-animation: fadeside 2s; /* Opera < 12.1 */
            animation: fadeside 2s;
}

.scrolled{
	opacity:1;
	-webkit-animation: fadeup 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeup 2s; /* Firefox < 16 */
        -ms-animation: fadeup 2s; /* Internet Explorer */
         -o-animation: fadeup 2s; /* Opera < 12.1 */
            animation: fadeup 2s;
}
.scrolled-2{
	opacity:1;
	-webkit-animation: fadeup 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeup 3s; /* Firefox < 16 */
        -ms-animation: fadeup 3s; /* Internet Explorer */
         -o-animation: fadeup 3s; /* Opera < 12.1 */
            animation: fadeup 3s;
}
.scrolled-3{
	opacity:1;
	-webkit-animation: fadeup 4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeup 4s; /* Firefox < 16 */
        -ms-animation: fadeup 4s; /* Internet Explorer */
         -o-animation: fadeup 4s; /* Opera < 12.1 */
            animation: fadeup 4s;
}

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: inherit;
	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: 1px dotted ButtonText;
}

/**
 * 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;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: #f6e6e6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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 {
	color: #333;
	font-weight: bold;
    font-size: 1.1rem
}

a:hover,
a:focus,
a:active {
	color: #ffffff;
}

.sub-menu a:focus,
.sub-menu a:active {
	color: #000000 !important;
}
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	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
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

ul.sub-menu {
    display: none;
}
.show {display: block;}

header .sub-menu li a{
    padding: 5px !important;
}

.main-menu{
	float:right;
}

@media screen and (max-width:770px) {
	.main-menu {
		float: unset;
		text-align: center;
	}
	
}

.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}
@media screen and (max-width:770px) {
	.sub-menu {
		display: none;
	}
	.main-navigation ul.sub-menu.toggled{
		display:block;
	}
	.site-header .menu-item-114 ul.sub-menu{
		display: none !important;
	}
}

ul.sub-menu {
    top: unset !important;
}

@media screen and (min-width: 48.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}



.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%;
}

ul.children a {
    font-size: 14px;
}

@media screen and (max-width: 770px) {

	.count, ul.children {
		display: none !important;
	}
	.hide-mobile{
		display: none !important;
	}
}

@media screen and (max-width: 770px){
	.product-widget .widget ul {
		display: flex !important;
		width: 100%;
	}

	.product-widget .widget a {
		font-size: .9rem !important;
	}
	li.cat-item {
		padding:4px !important;
	}
	.widget ul{
		margin: 0px !important;
	}
	.cat-parent ul.children{
		display: none !important;
	}
}

	

/* 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/****Front page grid for products****/
.item1 { grid-area: header; background-color: rgb(255 255 255 / 0%)!important;}
.item2 { grid-area: image; height:338px; border-radius: 10px;}
.item3 { grid-area: image1; height:150px; border-radius: 10px;}
.item4 { grid-area: image2; height:150px; border-radius: 10px;}
.item5 { grid-area: image3; height:150px; border-radius: 10px;}
.item6 { grid-area: image4; height:150px; border-radius: 10px;}
  
.grid-container {
display: grid;
grid-template-areas:
  'header header'
  'image1 image2'
  'image3 image4';
grid-gap: 10px;
background-color: #cbc9c98f;
padding: 10px;
}
  
.grid-container-mid {
display: grid;
grid-template-areas:
  'header'
  'image';
grid-gap: 10px;
background-color: #cbc9c98f;
padding: 10px;
 }
  
.grid-container-right {
display: grid;
grid-template-areas:
  'header'
  'image';
grid-gap: 10px;
background-color: #cbc9c98f;
padding: 10px;
}
.grid-container > div, .grid-container-mid > div, .grid-container-right > div {
background-color: rgb(255 255 255 / 0%);
text-align: center;
font-size: 23px;
}
.grid-img{
  border-radius: 10px;
  width: auto;
  height: -webkit-fill-available;
}
.grid-img-2{
  border-radius: 10px;
  width: auto;
  height: -webkit-fill-available;
}

.section-3{
	background-color:#e6f3f8;
	height:580px;
}
@media screen and (max-width:991px) {
	.section-3{
		height:auto;
	}
	.ftp-img{
		max-height:90px;
		float:inherit;
	}
}

.front-btn{
	margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:700px) {
	.front-btn{
		max-width: 300px !important;
		margin-bottom: 15px;
	}
}

#hr-grid {
  height: 20px;
  border: none;
  margin: 0;
}
iframe.google-iframe{
	width: 100%;
}
#trp-floater-ls {
    left: 90%;
}
form.mailpoet_form.mailpoet_form_form.mailpoet_form_php {
    padding: 0px !important;
}
.mailpoet_form_paragraph a {
	display: contents !important;
}
.mailpoet_spacer {
    display: none !important;
}
input.mailpoet_text {
	font-size: 14px !important;
	padding: 4px !important;
}
input.mailpoet_submit {
	font-size: 14px !important;
	padding: 6px !important;
}

div#payment, p#payment, label#payment, .payment_box > p, #payment .form-row-wide > label{
	color:white;
}
.front-page-form-2{
	width: 100%;
	height: 100%;
}
.front-page-form{
	background: rgba(0, 0, 0, 0.6); /* Black background with 0.5 opacity */
	width: 100%;
	height: 100%;
}

a.restore-item {
    color: white;
}
#stripe-payment-data p{
	color:white;
}
#payment .form-row label {
    color: white;
}


span#nf-form-title-1, .nf-before-form-content, .nf-error-msg.nf-error-field-errors {
    display: none;
}

.nf-error .nf-error-msg {
    color: #fff !important;
}

.nf-form-content {
    line-height: 1 !important;
}

div#nf-field-3-container {
    margin-bottom: 3px;
}

.nf-form-content textarea.ninja-forms-field {
    height: 140px !important;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 2px !important;
    padding: 0;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 15px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .nf-form-content input[type=button]:hover  {
    background: #0084c5 !important;
	float: right;
	color:white;
}

.nf-field-element input{
	height:40px !important;
}

.nf-response-msg {
    color: white;
    font-size: 1.5rem;
}