/*
Theme Name: Ingaland Theme Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. OceanWP child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
	--ingaland-color-green: #93c572;
	--ingaland-color-yellow: #f3ec5d;

	--ingaland-color-purple: #9c7db8;
	--ingaland-color-red: #772f1a;
	--ingaland-color-beige: #e8e6df;
	--ingaland-color-lightpurple: #cebedc;
	--ingaland-color-darkpurple: #3d2437;
	--ingaland-color-rose: #f1cfce;

	--ingaland-text-color: #929292;
	--ingaland-button-color: #fff;

	--theme-border-radius: 30px;
	--theme-container-width: 1280px;
}

:root.dark {
	--e-global-color-text: #eee !important;
}




/*
@font-face {
	font-family: "AngkanyaSebelas";
	src: url("assets/fonts/AngkanyaSebelas.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/AngkanyaSebelas.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/AngkanyaSebelas.ttf?v=0.0.1")  format("truetype"), url("fonts/AngkanyaSebelas.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/

/*
@font-face {
	font-family: "Butler-Light";
	src: url("assets/fonts/Butler-Light.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/Butler-Light.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/Butler-Light.ttf?v=0.0.1")  format("truetype"), url("fonts/Butler-Light.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Butler-Medium";
	src: url("assets/fonts/Butler-Medium.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/Butler-Medium.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/Butler-Medium.ttf?v=0.0.1")  format("truetype"), url("fonts/Butler-Medium.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/

/*
*/
@font-face {
	font-family: "RobotoMono-Regular";
	src: url("assets/fonts/RobotoMono-Regular.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/RobotoMono-Regular.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/RobotoMono-Regular.ttf?v=0.0.1")  format("truetype"), url("assets/fonts/RobotoMono-Regular.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "RobotoMono-Light";
	src: url("assets/fonts/RobotoMono-Light.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/RobotoMono-Light.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/RobotoMono-Light.ttf?v=0.0.1")  format("truetype"), url("assets/fonts/RobotoMono-Light.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "RobotoMono-Bold";
	src: url("assets/fonts/RobotoMono-Bold.eot?v=0.0.1") format("embedded-opentype"), url("assets/fonts/RobotoMono-Bold.woff2?v=0.0.1") format("woff2"),
		 url("assets/fonts/RobotoMono-Bold.ttf?v=0.0.1")  format("truetype"), url("fonts/RobotoMono-Bold.svg?v=0.0.1") format("svg");
	font-weight: normal;
	font-style: normal;
}




* {
	-webkit-tap-highlight-color: transparent;
}

::selection {
    background: rgba(243,236,93,0.25);
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: rgba(243,236,93,0.25);
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: rgba(243,236,93,0.25);
    color: #fff;
    text-shadow: none;
}


html {
	background-color: var(--ingaland-color-green);
}
body {
	/*background-image: url('assets/img/background.jpg?v=0.0.1');*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-attachment: fixed;
	background-blend-mode: multiply;
	background-color: var(--ingaland-color-green);
	color: #fff !important;
	font-family: "RobotoMono-Regular", Helvetica, Trebuchet MS, Arial, sans-serif;
	font-smooth: always;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	/*text-transform: lowercase;*/
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


html.dark,
.dark body,
.dark #top-bar-wrap,
.dark #site-header,
.dark #mobile-dropdown {
	background-color: #3d2437;
}
.dark body p,
.dark #top-bar-wrap *,
.dark #mobile-dropdown ul li a,
.dark #site-navigation-wrap .dropdown-menu > li > a,
.dark #site-logo #site-logo-inner a,
.dark #site-logo #site-logo-inner a:hover,
.dark #footer *,
.dark #footer-bottom #footer-bottom-menu a {
	color: #fff;
}
.dark a,
.dark #site-navigation-wrap .dropdown-menu > li.current-menu-item > a,
.dark #mobile-dropdown ul li.current-menu-item a,
.dark #footer-widgets .footer-box a {
	color: var(--ingaland-color-rose);
}

.dark #top-bar-wrap,
.dark #mobile-dropdown ul {
	border-color: rgba(0,0,0,.035);
}

.dark .mobile-menu .hamburger-inner,
.dark .mobile-menu .hamburger-inner::before,
.dark .mobile-menu .hamburger-inner::after {
	background-color: #fff !important;
}

.dark .ingaland-button,
.dark .elementor-button {
	background-color: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: var(--ingaland-color-rose);
}

.dark #site-navigation-wrap .dropdown-menu > li > a:hover,
.dark #footer-bottom a:hover,
.dark #footer-bottom #footer-bottom-menu a:hover {
	color: var(--ingaland-color-rose) !important;
}




h1,h2,h3,h4,h5,h6 {
	/*font-family: "Butler-Medium";*/
	font-weight: 500;
	line-height: 150% !important;
	color: #fff !important;
}

p {
	font-size: 17px;
}


form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
	border-color: rgba(255,255,255,0.85);
	color: #fff;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
	border-color: rgba(243,236,93,0.85);
}


input[type=checkbox] {
	accent-color: var(--ingaland-color-yellow);
	-webkit-appearance: auto;
}



/* OceanWP + Elementor full-width */
.content-full-screen .e-con-boxed,
.content-full-screen.single-post .entry-header,
.content-full-screen.single-post .entry-content,
.content-full-screen.single-post .meta {
	margin: 0 auto;
	max-width: var(--theme-container-width) !important;
	width: 90%;
}

/*.home.single.content-full-screen #main {
	margin: 0;
}
.single.content-full-screen #main {
	margin: 40px 0;
}*/

.error404 #main {
	margin: 40px 20px;
}


/* ingaland lowercase */
.lowercase {
	text-transform: lowercase;
}


/* ingaland startseiten circle
.circle-bg .e-con-inner:before {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 2px solid #fce100;
	border-radius: 50%;
	content: ' ';
	position: absolute;
	left: 50%;
	width: 400px;
	height: 400px;
	transform: translate(-50%, -20px);
}
.circle-bg .e-con-inner p {
    display: block;
    hyphens: auto;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    justify-content: space-between;
    letter-spacing: 2px;
    white-space: unset;
}
@media only screen and (max-width: 959px) {
	.circle-bg .e-con-inner:before {
		width: 330px;
		height: 330px;
	}

	.circle-bg .e-con-inner p {
		font-size: 14px;
		max-width: 220px;
		margin: 0 auto;
	}
}
*/


#site-logo {
	display: none;
}


/* Footer allways bottom*/
#wrap {
	display: flex;
	flex-direction: column;
	min-height: calc(0px + 100vh);
	/*text-transform: lowercase;*/
}
#footer {
	margin-top: auto;
}
#footer-widgets .footer-box {
	margin: 0;
	padding: 0;
}
#footer-widgets {
	padding: 50px 0 30px;
}
#footer-widgets p {
	color: var(--ingaland-text-color);
}
#footer-bottom #footer-bottom-menu li.current_page_item a {
	color: var(--ingaland-color-yellow);
	/*text-decoration: underline;*/
}
#footer-bottom #footer-bottom-menu li::after {
	content: ".";
}
#footer-bottom #footer-bottom-menu a {
	/*font-family: 'Butler-Light';*/
	/*font-size: initial;*/
}

#mobile-dropdown ul li a {
	color: #555;
	text-align: left;
}
#mobile-dropdown ul li.current-menu-item a,
#site-header.full_screen-header .fs-dropdown-menu > li.current-menu-item a {
	color: var(--ingaland-color-red);
}



a:focus,
#site-logo a,
#mobile-dropdown ul li a:focus,
#footer-widgets .footer-box a:focus,
#site-navigation-wrap .dropdown-menu > li > a:focus,
#site-navigation-wrap .menu-link,
.oceanwp-mobile-menu-icon a:focus {
	outline: none !important;
}


/* Ocean WP */
body .oceanwp-row .span_1_of_4 {
	width: 30%;
}


#site-logo #site-logo-inner a img {
	position: relative;
	left: -4px;
}
#site-logo #site-logo-inner a {
	display: block;
	font-family: 'RobotoMono-Light';
	font-weight: 100;
	font-size: 18px;
	position: relative;
	top: 10px;
	min-width: 50px;
	min-height: 50px;
}
.ingaland-site-description {
	color: #555;
	font-size: 12px;
	font-style: italic;
	margin-left: 15px;
	position: absolute;
	top: 27px;

	visibility: hidden;
}

#mobile-fullscreen ul > li.current-menu-item a,
#mobile-fullscreen ul li a:hover {
	color: var(--ingaland-color-yellow);
}

.planb-logo-boxen {
	display: inline-flex;
	position: relative;
	top: 12px;
	left: 10px;
}
.planb-logo-boxen ul {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.planb-logo-boxen ul li {
	display: inline-flex;
	width: 50px;
	height: 50px;
}
.planb-logo-boxen ul li:nth-child(1) {
	background-color: var(--ingaland-color-green);
}
.planb-logo-boxen ul li:nth-child(2) {
	background-color: var(--ingaland-color-blue);
}
.planb-logo-boxen ul li:nth-child(3) {
	background-color: var(--ingaland-color-yellow);
}
.planb-logo-boxen ul li:nth-child(1),
.planb-logo-boxen ul li:nth-child(2) {
	margin-right: 5px;
}

.planb-site-categorys {
	color: var(--ingaland-color-green);
	display: inline-block;
	position: relative;
	top: 10px;
	left: 18px;
	max-width: 380px;
}
.planb-site-categorys div {
	float: left;
	padding: 0 10px;
}


.oceanwp-mobile-menu-icon a {
	display: block;
	position: absolute;
	top: 20px;
	left: -30px;
	width: 40px;
	height: 40px;
}
.hamburger-box {
	position: fixed !important;
	top: 29px;
	right: 28px;
}

.close-icon-inner {
	position: absolute;
	top: 24px;
	left: 6px;
}
.close-icon-inner,
#mobile-fullscreen a.close .close-icon-inner::after {
	width: 20px !important;
	height: 2px !important;
}

#mobile-fullscreen {
	background-color: rgba(147, 197, 114, 0.8);
}


/* Hamburg Menu Fixed left */
.hamburger-box {
	position: fixed !important;
	top: 19px;
	left: 20px;
}
.oceanwp-mobile-menu-icon.mobile-right {
	float: left;
}
.oceanwp-mobile-menu-icon a {
	left: 0;
}
#mobile-fullscreen a.close {
	position: absolute;
	top: 5px;
	left: 14px;
}
.close-icon-inner {
	position: absolute;
	top: 24px;
	left: 6px;
}



.ingaland-button,
.elementor-button {
	background-color: transparent !important;
	border: 1px solid var(--ingaland-button-color) !important;
	border-radius: 5px !important;
	color: var(--ingaland-button-color) !important;
}



/* plan b link corner */
/*
.planb-button {
	background-color: #f9f9f9 !important;
	color: var(--ingaland-color-darkpurple) !important;
	position: relative;
}
.planb-button:hover {
	color: #54595F !important;
}

.planb-button>:first-child:before,
.planb-button>:first-child:after,
.elementor-button>:first-child:before,
.elementor-button>:first-child:after,
#scroll-top:after,
#scroll-top>:first-child:after,
#site-header .menu-item.dropdown a:before,
#site-header .menu-item.current_page_item a:after,
#site-header .menu-item:hover a:after,
#site-header .menu-item.current_page_item a:before,
#site-header .menu-item:hover a:before {
    border-color: var(--ingaland-color-darkpurple);
    border-style: solid;
    content: ' ';
    position:absolute;
    width: 8px;
    height: 8px;
}
.planb-button>:first-child:before,
.elementor-button>:first-child:before,
#scroll-top:after,
#site-header .menu-item.current_page_item a:after,
#site-header .menu-item:hover a:after {
	border-width: 2px 2px 0 0;
	top: 0;
	right: 0;
	transition: all 0.5s ease;
}
.planb-button>:first-child:after,
.elementor-button>:first-child:after,
#scroll-top>:first-child:after,
#site-header .menu-item.dropdown a:before,
#site-header .menu-item.current_page_item a:before,
#site-header .menu-item:hover a:before {
	border-width: 0 0 2px 2px;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease;
}

.planb-button:hover>:first-child:before,
.elementor-button:hover>:first-child:before {
	top: 8px;
	right: 8px;
}
.planb-button:hover>:first-child:after,
.elementor-button:hover>:first-child:after {
	bottom: 8px;
	left: 8px;
}

#scroll-top:hover:after {
	top: 5px;
	right: 5px;
	transition: all 0.2s ease;
}
#scroll-top:hover>:first-child:after {
	bottom: 5px;
	left: 5px;
	transition: all 0.2s ease;
}

#site-header .menu-item.dropdown a:before {
	border-color: #eee;
}
#site-header .menu-item.current_page_item.dropdown a:before {
	border-color: var(--ingaland-color-darkpurple);
}
#site-header .menu-item.dropdown a:before,
#site-header .menu-item.current_page_item a:before,
#site-header .menu-item:hover a:before {
	bottom: 15px;
	left: 0;
}
#site-header .menu-item.current_page_item a:after,
#site-header .menu-item:hover a:after {
	top: 15px;
	right: 0;
}

#mobile-nav .menu-item.current_page_item a:before,
#mobile-nav .menu-item:hover a:before {
	bottom: 0;
}
#mobile-nav .menu-item.current_page_item a:after,
#mobile-nav .menu-item:hover a:after {
	top: 0;
}

#mobile-nav .menu-item.current_page_item .sub-menu a:before,
#mobile-nav .menu-item.current_page_item .sub-menu a:after,
#site-header .menu-item:hover .sub-menu a:before,
#site-header .menu-item:hover .sub-menu a:after,
#mobile-nav .menu-item:hover a:before,
#mobile-nav .menu-item:hover a:after {
	display: none;
}

.corner::before,
.corner::after {
    border-color: #000;
    border-style: solid;
    content: '';
    display: block;
    position:absolute;
    width: 20px;
    height: 20px;
    z-index: 99;
}

.corner.hover::before,
.corner.hover::after {
	display: none;
}
.corner.hover:hover::before,
.corner.hover:hover::after {
	display: block;
}
.corner.blue::before,
.corner.blue::after {
	border-color: var(--ingaland-color-darkpurple);
}
.corner.purple::before,
.corner.purple::after {
	border-color: var(--ingaland-color-red);
}
.corner.green::before,
.corner.green::after {
	border-color: var(--ingaland-color-green);
}
.corner.light::before,
.corner.light::after {
	border-color: #fff;
}

.corner::before {
	border-width: 0 0 4px 4px;
}
.corner::after {
	border-width: 4px 4px 0 0;
}
.corner.small::before {
	border-width: 0 0 1px 1px;
}
.corner.small::after {
	border-width: 1px 1px 0 0;
}

.corner::before {
	bottom: 15px;
	left: 15px;
}
.corner::after {
	top: 15px;
	right: 15px;
}
*/





/* ELEMENTOR CLASSES */
.fullheight {
	height: 100%;
}







/* Menu */
.dropdown-menu ul li.menu-item {
	border: none;
}
.dropdown-menu .sub-menu {
	border-top: 0;
	min-width: 200px;
}
.dropdown-menu ul li a.menu-link {
	text-transform: initial;
}

.topbar-left {
	position: absolute;
	left: 0;
}

#site-header.vertical-header #site-logo #site-logo-inner {
	display: inline-block;
	position: relative;
	top: -10px;
	left: -20px;
}
#site-header.vertical-header #site-header-inner > :not(#site-navigation-wrap) {
	padding: 0;
}
#site-header.vertical-header #site-header-inner .planb-logo-boxen {
	left: -10px;
}

.sf-menu ul.sub-menu {
	left: auto;
	right: 0;
}
.sf-menu ul.sub-menu ul {
  top: 0;
  left: -100%;
  right: auto;
}

/*
#site-navigation-wrap {
	right: 0;
}
*/

#site-navigation-wrap .dropdown-menu > li:first-of-type a {
	padding-left: 0;
}

#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
	width: 20px;
	height: 13px;
}

.mobile-menu .hamburger {
	margin-right: 5px;
}
.mobile-menu .hamburger-inner,
.mobile-menu .hamburger-inner::before,
.mobile-menu .hamburger-inner::after {
	background-color: #fff !important;
}
a:hover .hamburger {
	opacity: 1 !important;
}

.mobile-menu .hamburger-inner::before {
	display: none;
}

.hamburger--slider .hamburger-inner {
	top: 4px !important;
}
.hamburger--slider .hamburger-inner::after {
	top: 8px !important;
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 4px, 0) rotate(45deg) !important;
	transform: translate3d(0, 4px, 0) rotate(45deg) !important;
}
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-90deg) !important;
	transform: translate3d(0, -8px, 0) rotate(-90deg) !important;
}


#mobile-dropdown {
	box-shadow: none !important;
	background-color: #e8e6df;
	/*
	background-color: var(--ingaland-color-gray);
	border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
	*/
	/*
	border: 1px solid transparent;
	top: calc(100% + 1px);
	left: -1px;
	width: calc(100% + 1px);
	*/
	max-height: none;
}

#mobile-dropdown ul {
	border-bottom: 1px solid rgba(0,0,0,.035);
	padding-top: 20px;
	padding-bottom: 20px;
}
#mobile-dropdown ul.sub-menu {
	padding-top: 0;
	padding-bottom: 0;
}
#mobile-dropdown ul li {
	margin: 0 auto;
	max-width: 90%;
}

#mobile-dropdown ul.sub-menu li {
	max-width: 100%;
/*	margin: 0 10px;
	padding-left: 10px;
	padding-right: 10px;*/
}

#mobile-dropdown ul li a {
	display: block;
	position: relative;
	padding: 12px 0;
	text-align: center;
}

#mobile-dropdown ul li a .dropdown-toggle {
	font-family: initial;
	width: 60px;
}
#mobile-dropdown ul li a .dropdown-toggle:focus {
	border: 1px dashed rgba(0,0,0,.4);
	outline: none;
}
#mobile-dropdown ul li a .dropdown-toggle::before {
	margin-left: -5px;
}

#mobile-dropdown .menu-item-has-children.active .dropdown-toggle:before {
	margin-top: -16px;
	margin-left: -2px;
}

#mobile-dropdown ul li:last-of-type,
#mobile-dropdown .sub-menu li:last-of-type {
	border-bottom: none;
}

#mobile-dropdown ul li:first-of-type {
	padding-top: 0;
}
#mobile-dropdown .sub-menu li:first-of-type {
	padding-top: 0;
}

.dropdown-menu .sub-menu,
#searchform-dropdown,
.current-shop-items-dropdown {
	border-color: transparent;
}

#mobile-dropdown .oceanwp-social-menu ul {
	display: flex;
	flex-direction: row-reverse;
}

/* FULLSCREEN MENU */
#site-header.full_screen-header .fs-dropdown-menu > li {
	margin: 0 auto;
	position: relative;
	max-width: 80%;
	max-width: 200px;
}
#site-header.full_screen-header .fs-dropdown-menu > li > a {
	/*text-transform: lowercase;*/
	padding: 20px 0;
}

/* VERTICAL MENU */
#site-header.vertical-header #site-header-inner {
	padding: 0;
}
#site-header.vertical-header #site-navigation-wrap .dropdown-menu li {
	border: none;
	margin-left: 20px;
	width: calc(100% - 70px);
}
#site-header.vertical-header #site-navigation-wrap .dropdown-menu li a {
	padding: 20px 20px;
}

#site-header.vertical-header .menu-item.current_page_item a:before,
#site-header.vertical-header .menu-item:hover a:before {
	bottom: 0;
}
#site-header.vertical-header .menu-item.current_page_item a:after,
#site-header.vertical-header .menu-item:hover a:after {
	top: 0;
}

/* TOP MENU */
#site-header.top-header #site-logo {
	padding: 20px 0 0;
}
#site-header.top-header #site-logo #site-logo-inner {
	display: inline-flex;
	position: relative;
	top: -10px;
}
#site-header.top-header #site-navigation-wrap .dropdown-menu > li > a {
	font-weight: inherit;
	letter-spacing: inherit;
	/*text-transform: lowercase;*/
}

#site-navigation-wrap .dropdown-menu > li > a,
#mobile-dropdown ul li a {
	/*font-family: 'Butler-Light';
	font-size: 20px;*/
}
#mobile-dropdown ul li a {
	/*font-size: 25px !important;*/
}
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a,
#mobile-dropdown ul li.current-menu-item a {
	color: var(--ingaland-color-yellow);
}





/* Footer */
.footer-planblogo img {
	margin: 0;
}

.has-parallax-footer:not(.boxed-layout) #main {
	box-shadow: none;
}

#scroll-top {
	border-radius: 5px;
}

/*
*/
.error404 #footer-widgets,
.home #footer-widgets,
.kontakt #footer-widgets,
.impressum #footer-widgets {
	display: none;
}







/* Brand Grid */
.planb-brandgrid {
	border: 1px solid #f1f1f1;
}
.planb-brandgrid .planb-brandgrid-col {
	border: 1px solid #f1f1f1;
	border-width: 0 1px 1px 0;
	min-height: 200px;
}
.planb-brandgrid .planb-brandgrid-col:nth-child(4n) {
	border-right: 0;
}
/* 4x2 */
/*.planb-brandgrid .planb-brandgrid-col:nth-child(n+5):nth-child(-n+8) {
	border-bottom: 0;
}*/
/* 4+3 */
/*.planb-brandgrid .planb-brandgrid-col:nth-child(n+9):nth-child(-n+12) {
	border-bottom: 0;
}*/
/* 4+4 */
.planb-brandgrid .planb-brandgrid-col:nth-child(n+13):nth-child(-n+16) {
	border-bottom: 0;
}

.planb-brandgrid .planb-brandgrid-col img {
	max-width: 80%;
}




/* HOME GRID */
.grid-4 {
	grid-gap: 0 !important;
}
.grid-4 a {
	color: #fff;
}




/* Elementor */
.ingaland-gallery .gallery-icon a {
	position: relative;
	width: 100%;
}
.ingaland-gallery .gallery-icon a::after {
	background-color: rgba(191,206,1,0.25);
	background-color: rgba(0,161,146,0.25);
	background-color: rgba(164,194,220,0.25);
	content: '';
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;

}
.ingaland-gallery .gallery-icon a img {
	/*background-color: #f1f1f1;*/
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.productgrid .e-grid .elementor-widget .elementor-widget-container {
	border-radius: 5px;
}

.planb-productcategory-grid ul {
	list-style: none;
	margin: 0;
}

.elementor-counter-title {
	font: inherit !important;
}

.elementor-lightbox .elementor-lightbox-image {
	box-shadow: none !important;
	text-indent: -10000px;
}
.elementor-lightbox .elementor-lightbox-image:before {
	display: none !important;
}



/* Swiper */
.swiper-lazy-preloader {
	border-color: #fff !important;
	border-top-color: transparent !important;
}






/* CF7 */
.wpcf7 form .wpcf7-response-output {
	border-color: var(--ingaland-color-yellow) !important;
	margin: 0 !important;
	padding: 20px;
}
.wpcf7-submit {
	text-transform: inherit !important;
}
.ingaland-submit-outer {
	display: inline-block;
	margin-top: 15px;
}
.wpcf7-not-valid-tip {
	color: var(--ingaland-color-yellow);
	display: none;
	text-align: right;
	margin-top: 5px;
}

.wpcf7-form a {
	color: var(--ingaland-color-yellow);
}

input.wpcf7-not-valid,
.wpcf7-not-valid input,
textarea.wpcf7-not-valid,
form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	border-color: var(--ingaland-color-yellow) !important;
	color: inherit;
}
.wpcf7-spinner {
	top: 9px;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.wpcf7-form-control-wrap[data-name="your-policy"] .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap[data-name="your-policy"] .wpcf7-list-item-label {
	display: none;
}










@media only screen and (max-width: 1200px) {
	.planb-site-categorys {
		font-size: 14px;
		max-width: 280px;
		top: 4px;
	}
	.planb-site-categorys div {
		padding: 0 5px;
	}
	#site-header.vertical-header #site-header-inner .planb-site-categorys {
		font-size: inherit;
		max-width: inherit;
		top: 4px;
	}
}


@media only screen and (max-width: 959px) {
	body.default-breakpoint #top-bar-nav {
		display: block;
	}
	.menu-footer-menu-container,
	#copyright {
		text-align: left !important;
	}

	.productgrid .e-grid .elementor-widget {
		min-height: 80px;
	}

	#mobile-dropdown .oceanwp-social-menu {
		display: none !important;
	}

	#site-header.vertical-header #site-logo #site-logo-inner {
		left: 0;
	}
	#site-header.vertical-header #site-header-inner .planb-logo-boxen {
		left: 10px;
	}

	#site-header.vertical-header #site-header-inner .planb-site-categorys {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 8px 0;
	}

	.planb-brandgrid .planb-brandgrid-col {
		border-width: 1px 1px 1px 0;
		min-height: 150px;
	}
	.planb-brandgrid .planb-brandgrid-col:nth-child(2n) {
		border-right: 0;
	}
	.planb-brandgrid .planb-brandgrid-col:nth-child(n+5):nth-child(-n+8) {
		border-bottom: 1px;
	}
	.planb-brandgrid .planb-brandgrid-col:nth-child(n+1):nth-child(-n+4) {
		border-bottom: 0;
	}
	.planb-brandgrid .planb-brandgrid-col:nth-child(n+1):nth-child(-n+2) {
		border-top: 0;
	}

	.ingaland-gallery .gallery-item {
		max-width: 25% !important;
	}
}

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

	/* SINGLE PAGE */
	/*
	#site-logo #site-logo-inner {
		display: inline-block;
	}
	*/
	.planb-site-categorys {
		display: block;
    	left: -5px;
	}

	.home #site-logo #site-logo-inner {
		display: table-cell;
	}
	.home .planb-site-categorys {
		display: none;
		left: initial;
	}

}

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

	.ingaland-site-description {
		display: none;
	}
	.ingaland-gallery .gallery-item {
		max-width: 25% !important;
		width: 25% !important;
	}

	#scroll-top {
		font-size: 14px;
		right: 20px;
		bottom: 20px;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}
	#footer-bottom #footer-bottom-menu li {
		margin-bottom: 0;
	}
}


@media print {
	#top-bar-wrap,
	#site-header,
	#footer,
	.elementor-counter {
		display: none;
	}
}



