/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	font-family: "Inter";
	box-sizing: border-box;
}

body {
	background-color: #FBF4EB;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	height: auto!important;
	background-color: transparent!important;
	margin-top: 5px!important;
	margin-bottom: 15px!important;
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	border: none;
	border-bottom: 1px solid rgba(23, 33, 26, 0.2);
}

#menu-glavni-izbornik li:last-child {
	display: none;
}

.header-mobile {
	background-color: #17211A;
}
.menu-toggle .bars {
	display: none;
}
.menu-toggle .name {
	display: block;
	color: #17211A;
	background: #D5E764;
	padding: 8px 20px;
	border-radius: 30px;
}
.mobile-header-icons {
	display: none;
}

@media screen and (max-width: 767px) {
	.header-mobile .logo-holder .logolink {
		width: 120px;
	}
	.header-mobile .logo-holder .logolink img {
		opacity: 1!important;
	}
	.hamburger-menu {
		justify-content: flex-end;
	}
	.site-header .header-contents {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	
	.mobile-search {
		display: none;
	}
	.sliding-menu .sliding-menu-panel-root {
		text-transform: none!important;
	}
	.side-panel .side-panel-content {
		padding: 25px 10px;
		background-color: #17211A;
	}
	.side-panel .mobile-bar {
		justify-content: flex-end;
		background-color: #17211A;
	}
	.side-panel .et-close {
		background: transparent;
		margin-top: 20px;
	}
	.side-panel .et-close:before,
	.side-panel .et-close:after {
		background-color: #fff;
	}
	.mobile-menu li a {
		color: #fff;
	}
	.mobile-menu li:last-child a {
		text-align: center;
		background-color: #D5E764;
		border-radius: 30px;
		color: #17211A;
		position: fixed;
		bottom: 60px;
		left: 20px;
		right: 20px;
	}
	.mobile-menu li:last-child a:after {
		content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
		display: inline-block;
		width: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(80px, -50%);
	}
	.mobile-menu li.current-menu-item a {
		text-decoration: underline;
	}
	.mobile-bar .action-icons {
		display: none;
	}
}

p {
	margin-bottom: 10px;
}
.has-small-font-size {
	font-size: 0.9em!important;
}
.has-medium-font-size {
	font-size: 1.7em!important;
}
.full-width-image img {
	width: 100%;
}

.post-detail {
	margin-top: 120px;
}

@media screen and (max-width: 767px) {
	.post-detail {
		margin-top: 20px;
	}
}

.Testimonials {
	margin-top: 120px;
	margin-bottom: 120px;
}
.Testimonials-content p {
	font-size: 1.8em;
}
.Testimonials-content:not(.active) {
	display: none;
}
.Testimonials-card {
	display: block;
	padding: 20px;
	border-bottom: 1px solid rgba(23, 33, 26, 0.2);
}
.Testimonials-card-title {
	color: rgba(23, 33, 26, 0.5);
}
.Testimonials-card-subtitle {
	color: rgba(23, 33, 26, 0.3);
}
.Testimonials-card.active .Testimonials-card-title {
	color: #17211A;
}
.Testimonials-card.active .Testimonials-card-subtitle {
	color: rgba(23, 33, 26, 0.6);
}

.account-links,
.quick_cart {
	display: none!important;
}

.wp-block-button__link {
	background-color: #D5E764;
	padding: 16px 42px 16px 20px!important;
	border-radius: 30px!important;
	color: #17211A!important;
}
.wpcf7-submit {
	background-color: #17211A;
	padding: 16px 42px 16px 20px!important;
	border-radius: 30px!important;
	color: #fff!important;
}
.wp-block-button__link:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.wp-block-button__link:hover:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow-white.svg);
	width: 20px!important;
}

.page-header-regular .site-header {
	background-color: #FBF4EB!important;
}
.home .header-spacer {
	display: none!important;
}
.home .site-header {
	background-color: transparent!important;
}

.header-main .hamburger-menu {
	display: none;
}
.header-sticky.header_on_scroll .site-header {
	background-color: #FBF4EB!important;
}
.header-main .logo-holder {
	width: 180px;
}
.header-main .logo-holder img {
	transition-delay: 0.2s;
}
.header-main .logo-holder .bg--dark {
	display: block!important;
}
.header-sticky.header_on_scroll .logo-holder .bg--light {
	opacity: 0;
}
.header-sticky.header_on_scroll .logo-holder .bg--dark {
	opacity: 1;
}
.et-header-menu > li > a {
	transition: color .15s cubic-bezier(0.2, 0.06, 0.05, 0.95);
	transition-delay: 0.2s;
}
.home .et-header-menu > li > a {
	color: #ffffff;
}
.header-sticky.header_on_scroll .site-header .et-header-menu > li > a {
	color: #000000;
}
.site-header .logolink,
.site-header .logolink .logoimg, .site-header .logolink img {
	width: 100%;
}
.header-border-1 .site-header:after {
	display: none!important;
}

.quick_search {
	display: none!important;
}

.et-header-menu > li {
	padding-left: 40px!important;
}
.et-header-menu > li > a {
	padding: 0!important;
}

.logo-holder img {
	position: absolute;
	top: 0;
	left: 0;
}

.home-masthead,
.home-masthead-image {
	width: 100%;
}
.home-masthead {
	position: relative;
	max-height: 900px;
	overflow: hidden;
}
.home-masthead-fader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(23, 33, 26, 0.8) 0%, rgba(23, 33, 26, 0.08) 42.5%, rgba(23, 33, 26, 0.8) 65.5%);
	z-index: 1;
}
.home-masthead-content {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 9;
}
.home-masthead-subtitle {
	color: #ffffff;
	font-size: 1em;
	margin-bottom: 10px;
}
.home-masthead-title {
	color: #ffffff;
	font-size: 6em;
	line-height: 1.1em;
	max-width: 800px;
}
.masthead-info {
	color: #FBF4EB;
}
.masthead-info p {
	margin: 0;
}
.masthead-info-title {
	display: block;
	margin-top: 25px!important;
	opacity: 50%;
}
.masthead-info a {
	color: #ffffff;
	text-decoration: underline;
}

.home-content {
	padding-top: 120px;
	padding-bottom: 60px;
}
.home-content p a {
	text-decoration: underline;
}
.home-content p a:hover {
	font-weight: bold;
}
.home-content .wps-slider-section,
.mp-product .wps-slider-section {
	margin-top: -30px;
}

@media screen and (max-width: 767px) {
	.home-content {
		padding-top: 40px;
	}
}

.mp-product {
	margin-top: 100px;
}
.mp-product-price {
	margin: 0;
}
.mp-product-label {
	font-size: 0.9em;
	color: rgba(23, 33, 26, 0.6);
	margin: 0;
}
.mp-product-label:not(:first-child) {
	margin-top: 30px;
}
.mp-product-image {
	margin-top: 60px;
	width: 100%;
}
.mp-product-content {
	margin-top: 100px;
	margin-bottom: 90px;
}
.mp-product-attribute {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(23, 33, 26, 0.2);
}
.mp-product-attribute-name {
	margin: 0;
	color: rgba(23, 33, 26, 0.6);
}
.mp-product-attribute-value {
	margin: 0;
	color: #17211A;
}

@media screen and (max-width: 767px) {
	.mp-product {
		margin-top: 20px;
	}
	.mp-product-label:not(:first-child) {
		margin-top: 20px;
	}
	.mp-product-image {
		margin-top: 20px;
	}
	.mp-product-content {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.Testimonials {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

#wps-slider-section .wpsf-product {
	text-align: left;
}
#wps-slider-section .wpsf-product .sp-wps-product-details {
	padding-left: 0!important;
	padding-right: 0!important;
}
#wps-slider-section .wpsf-product-title {
	padding: 6px 0;
}
#wps-slider-section .wpsf-product-title a {
	font-size: 1.2em!important;
	font-weight: 400!important;
	color: #17211A!important;
}
#wps-slider-section .wpsf-product-category,
#wps-slider-section .wpsf-product-price {
	padding: 0!important;
	font-size: 1em!important;
	font-weight: 400!important;
	color: #17211A!important;
}
#wps-slider-section .wpsf-product-excerpt {
	margin-top: 10px;
	color: #17211A;
}
.wps-product-data img {
	width: 100%;
}
.wpsp-nav {
	border-radius: 50%;
	top: 100%!important;
}

.page-content {
	padding-top: 120px!important;
	padding-bottom: 120px!important;
}

.blog-style-masonry {
	margin-top: 40px;
	border-top: 1px solid rgba(23, 33, 26, 0.1);
}
.blog-style-masonry .page-header {
	padding: 0;
	text-align: left;
}
.et-blog-categories-wrap {
	text-align: left;
}
.et-blog-categories-list li a {
	color: #17211A;
	margin-right: 10px;
	padding: 10px 20px;
}
.et-blog-categories-list li.current-cat a:hover:after {
	display: none!important;
}
.et-blog-categories-list li.current-cat a {
	border: 1px solid #17211A;
	border-radius: 30px;
}

.footer {
	background-color: #17211A;
	color: #ffffff;
}
.footer-widgets {
	border-top: none!important;
	padding-top: 90px!important;
	padding-bottom: 0!important;
}
.footer .wp-block-heading {
	font-size: 3em;
	color: #ffffff;
}
.footer1 > div {
	border-bottom: 1px solid rgba(251, 244, 235, 0.2);
	padding-bottom: 20px;
}
.footer1 a {
	margin-top: 20px;
}
.footer2 .wp-block-social-links {
	justify-content: flex-end;
}
.footer2 .wp-social-link {
	background-color: transparent!important;
}
.footer .wp-block-columns {
	justify-content: space-between;
}
.footer1 .wp-block-column {
	max-width: 600px;
}
.footer2 > div {
	border-bottom: 1px solid rgba(251, 244, 235, 0.2);
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer2 .wp-block-column p a {
	text-decoration: underline;
}
.footer3 > div {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer2 a,
.footer3 a {
	color: #ffffff;
}
.footer3 .wp-block-columns {
	margin-bottom: 0!important;
}
.footer3 .wp-block-column p a {
	margin-right: 15px;
	text-decoration: underline;
}
.footer3 .wp-block-column:last-child p {
	text-align: right;
}
.footer-bar {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.footer-widgets {
		padding-top: 30px!important;
	}
	.footer .wp-block-heading {
		font-size: 1.5em;
	}
	.footer3 > div {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}

.swiper-pagination {
	text-align: left!important;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0!important;
}
.wpcf7-list-item-label a {
	text-decoration: underline;
}
.floating-labels .wpcf7-form textarea {
	min-height: auto!important;
	resize: none;
}
.wpcf7-submit {
	border-radius: 30px!important;
	position: relative;
}
.wpcf7-submit:after {
    content: url(/wp-content/themes/goya/assets/img/button-arrow-white.svg);
    display: inline-block;
    width: 20px;
	height: 26px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.wc-block-grid__product:hover .wc-block-grid__product-price {
	opacity: 1;
	transform: none;
}
.et-menu-account-btn {
	display: none!important;
}
.page-header-regular.single-product .header-spacer {
	display: block;
}
.header-right-items .wp-block-button__link {
	margin: 0;
	padding: 10px 38px 10px 16px!important;
	display: inline-block;
	width: auto;
	height: auto;
	transition: all 200ms ease-in-out;
}
.header-right-items .wp-block-button__link:hover {
	background: #17211A!important;
	color: #ffffff!important;
}
footer .wp-block-button__link:hover {
	background: #ffffff!important;
	color: #17211A!important;
}
footer .wp-block-button__link:hover:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
}
.wp-block-separator {
	border: none!important;
	height: 1px!important;
	background-color: #17211A!important;
	opacity: 0.2!important;
}
.wc-block-components-product-name,
.wc-block-product h3 {
	font-size: 1.2em!important;
	text-align: left;
}
.wc-block-components-product-price {
	font-size: 1em!important;
	text-align: left;
}
.wp-block-post-excerpt {
	margin-top: 5px;
}
.wp-block-post-excerpt__excerpt {
	opacity: 0.8;
}
:where(.wc-block-product-template .wc-block-product)>:not(:last-child) {
	margin-bottom: 10px!important;
}
.wp-block-post-terms a {
	cursor: default;
	pointer-events: none;
}
.mp-blog-posts {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto auto auto;
}
.mp-blog-posts .wp-block-post-title {
	font-size: 1.2em!important;
	margin-top: 8px;
}
.mp-blog-posts .wp-block-post-featured-image {
	margin-bottom: 10px;
}
.wp-block-post-featured-image a {
	display: block!important;
}
.wp-block-post-featured-image a:after,
.wp-block-post-title a:after {
	display: none!important;
}
.mp-button-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mp-button-wrapper {
	justify-content: flex-end;
	align-items: center;
}
.mp-button-wrapper .wp-element-button {
	margin: 0;
	background: transparent;
	border: 1px solid #17211A;
	transition: all 200ms ease-in-out;
}
.mp-button-wrapper .wp-element-button:hover {
	color: #ffffff!important;
	background: #17211A;
}
.mp-blog-section {
	margin-top: 100px;
}

.content404 .content404-title {
	font-size: 3em;
	color: #17211A;
}
.content404 .content404-description {
	color: #17211A;
}

.mp-title {
	font-size: 3em!important;
	line-height: 1.2em;
}

.mp-big-stats {
	font-size: 6em!important;
	margin: 0;
}

.mp-button-black {
	display: inline-block;
	position: relative;
	background-color: #17211A;
	border: 1px solid #17211A;
	border-radius: 30px;
	color: #ffffff;
	padding: 10px 44px 10px 16px!important;
	transition: all 200ms ease-in-out;
}
.mp-button-black:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow-white.svg);
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.mp-button-black:hover {
	color: #17211A;
	background-color: transparent;
}
.mp-button-black:hover:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
}
.mp-button-transparent {
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #17211A;
	border-radius: 30px;
	color: #17211A;
	padding: 10px 44px 10px 16px!important;
	transition: all 200ms ease-in-out;
}
.mp-button-transparent:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.mp-button-transparent:hover {
	background-color: #17211A;
	color: #ffffff;
}
.mp-button-transparent:hover:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow-white.svg);
}

.mp-backButton {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 30px;
	text-decoration: underline;
}
.mp-backButton:after {
	content: url(/wp-content/themes/goya/assets/img/button-arrow.svg);
	display: inline-block;
	width: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.mp-backButton:hover {
	text-decoration: underline;
}

.sp-ea-single {
	border: none!important;
	background: transparent!important;
}
.sp-ea-single .ea-header a {
	padding: 15px 0!important;
}
.sp-ea-single .sp-collapse>.ea-body {
	background: transparent!important;
	padding: 15px 0!important;
}
.sp-ea-single .ea-expand-icon {
	float: right!important;
	border: 1px solid black!important;
    border-radius: 20px!important;
    width: 30px!important;
}

@media screen and (max-width: 767px) {
	.page-content {
		padding-top: 50px!important;
		padding-bottom: 50px!important;
	}
	.mp-blog-posts {
		grid-template-columns: auto;
	}
	.no-mobile-spacer {
		height: 0!important;
	}
}

.post-meta p {
	color: rgba(23, 33, 26, 0.5);
}
.post-meta time {
	display: block;
	margin-bottom: 30px;
	color: #17211A;
}

.post-share {
	display: flex;
	flex-direction: row;
	padding: 0;
	border: none;
	text-align: left;
}
.post-share a {
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #17211A;
	border-radius: 50%;
	margin-right: 8px;
	transition: all 200ms ease-in-out;
}
.post-share a:hover {
	background-color: #17211A;
	text-decoration: none;
}
.post-share a:hover:before {
	color: #fff;
}
.post-share a:hover:after {
	display: none;
}
.share-article li:first-child {
	display: none;
}

.title_outer:after {
	display: none!important;
}

.post.post-detail:not(.portfolio) .title-wrap .entry-header {
	text-align: left!important;
}

.container {
	width: 100%!important;
	max-width: 1600px!important;
	padding-left: 40px!important;
	padding-right: 40px!important;
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 400;
}
[class*=" eap-icon-"]:before {
	font-size: 0.8em;
}
.button.outlined {
	border-width: 1px;
	border-radius: 30px;
	transition: all 200ms ease-in-out;
}
.button.outlined:hover {
	background: #282828;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.post.type-post {
		margin-bottom: 0px;
	}
	.mp-blog-section {
		gap: 0;
	}
	.mp-button-block {
		justify-content: flex-start;
	}
	.bottom-extras {
		display: none;
	}
}