/*
 Theme Name:   TarragonaExperience
 Theme URI:    https://www.moixo.com
 Description:  Theme for the TarragonaExperience Shop website based on Hello Elementor
 Author:       Moixó
 Author URI:   https://www.moixo.com
 Template:     hello-elementor
 Version:      0.1
*/

.wpml-ls-item{
    text-transform: lowercase;
}

.wpml-ls-current-language .elementor-item .sub-arrow{
    padding-left: 7px;
}

.wpml-ls-current-language .elementor-item .sub-arrow i::before{
    content: "" !important;
    background-image: url('/wp-content/uploads/2020/12/arrow-down-white.png');
    background-size: 16px 9px;
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    display: inline-block;
}


.wpml-ls-current-language .elementor-item .sub-arrow:hover i::before{
    background-image: url('/wp-content/uploads/2020/12/arrow-down-yellow.png') !important;
}

.authors-list{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
}

.authors-list li{
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.authors-list li a{
    font-size: 15px;
    color: var(--e-global-color-text);
}
@media screen and (max-width: 1024px) {
    .authors-list li a{
        font-size: 13px;
    }
}

.authors-list li a:hover{
    color: var(--e-global-color-accent);
}

.post-tags{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.post-tag-link{
    display: inline-block;
    height: 22.5px;
    line-height: 25px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    border-radius: 3px;
    background-color: #FCB32B4F;
    /*background-color: var(--e-global-color-accent)*/
    border: 1px solid var(--e-global-color-accent);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    color: #262626 !important;
    font-size: 12px !important;
    text-decoration: none;
   /* text-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
    font-weight: bold;
}

.post-navigation__arrow-next,
.post-navigation__arrow-prev{
    margin-top: 8px;
}

.fa-chevron-right::before {
    content: "" !important;
    background-image: url('/wp-content/uploads/2020/12/arrow-right-yellow.png');
    background-size: 12px 20px;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: inline-block;
}

.fa-chevron-left::before {
    content: "" !important;
    background-image: url('/wp-content/uploads/2020/12/arrow-left-yellow.png');
    background-size: 12px 20px;
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
    display: inline-block;
}

.tractament-dades{
    border:none;
    font-size: 15px;
}

.tractament-dades tr:first-child{
    text-align: center;
    border-top: 1px solid var(--e-global-color-f5677fd);
    border-bottom: 1px solid var(--e-global-color-f5677fd);
}

.tractament-dades tr:last-child{
    border-bottom: 1px solid var(--e-global-color-f5677fd);
}

table tbody > tr:nth-child(2n+1) > td{
    background-color: white;
}

table td{
    border:none;
}

table tbody tr:hover > td{
    background-color: transparent;
}

.header-image{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
 }

.header-container{
    position:relative;

}
.header-title-container{
    width:60%;
    margin: 0 auto;

}

.header-title{
    text-align: center;
    margin: 0;
    font-size: 50px !important;
    font-weight: 600 !important;
    color: var(--e-global-color-secondary) !important;
    text-shadow: rgb(0,0,0) 1px 1px 1px;
}

.header-copyright{
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.header-copyright p{
    color: white;
    font-size: 13px;
    text-align: right;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .header-title{
        font-size: 40px !important;
    }
}

@media screen and (max-width: 727px) {
    .header-title{
        font-size: 30px !important;
    }
}

/* home slider */

.swiper-slide-contents {
    border-top: 1px solid var(--e-global-color-secondary);
    border-bottom: 1px solid var(--e-global-color-secondary);
    padding: 60px;
}

.elementor-slide-heading{
    text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}

.elementor-slide-description{
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 13px !important;
}

.elementor-swiper-button-next i, .elementor-swiper-button-prev i {
    display: none;
}

.elementor-swiper-button-next {
    right: 50px;
    background-image: url('/wp-content/uploads/2020/12/arrowRight.svg');
    background-position: right 10px center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

.elementor-swiper-button-prev {
    left: 50px;
    background-image: url('/wp-content/uploads/2020/12/arrowLeft.svg');
    background-position: right 10px center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
}

@media screen and (max-width: 1024px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item span{
        margin-left: -30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 727px) {
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item span{
        margin-left: -30px;
        font-size: 14px;
    }

}

.swiper-pagination-bullet-active {
    opacity: 0.7;
}

.swiper-pagination-bullet {
    background: var(--e-global-color-secondary)  !important;
}


.elementor-widget-post-comments h2{
    margin-top: 16px;
}

.elementor-widget-post-comments h3,
.elementor-widget-post-comments h2{
    font-size: 24px;
}

.elementor-widget-post-comments .comment-form-comment{
    margin-top: 15px;
}

.elementor-widget-post-comments .comment-metadata a,
.elementor-widget-post-comments .reply a,
.elementor-widget-post-comments label {
    font-size: 14px;
}

.elementor-widget-post-comments .comment-notes{
    font-size: 15px;
}

.elementor-widget-post-comments .form-submit{
    text-align: right;
}

.elementor-widget-post-comments .form-submit input{
    border: none;
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .elementor-widget-post-comments  .comment-form-cookies-consent label{
        font-size: 12px;
    }
}

.elementor-widget-wp-widget-search .search-form label{
    width: 70%;
    margin-right: 5px;
}

.elementor-widget-wp-widget-search .search-form .search-submit{
    width: 25%;
    border: none;
    border-radius: 0;
    padding: 8px 6px;
}

@media screen and (min-width: 767px) and (max-width: 1024px){

    .elementor-widget-wp-widget-search .search-form label{
        width: 95%;
    }

    .elementor-widget-wp-widget-search .search-form .search-submit{
        width: 95%;
        margin-top: 10px;
    }
}

.menu-footer li:first-child{
    padding-right: 10px;
    padding-left: 0;
}

.menu-footer li {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .menu-footer nav {
        justify-content: center;
    }
}

.elementor-widget-theme-post-content figcaption{
    margin-top: 5px;
    font-size: 13px;
}

.elementor-widget-theme-post-content figcaption span{
    font-size: 13px !important;
}


body.postid-3251 .galleryid-3251,
body.postid-4089 .galleryid-4089,
body.postid-4090 .galleryid-4090{
    display: flex;
    flex-wrap: nowrap;
}

.cn-button.bootstrap{
    border-radius: 0;
    background: var(--e-global-color-primary);
}

.comments-cookies-privacy-info {
	margin: 15px 0;
    font-size: 11px;
}

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

		*:focus {
			 outline: 2px solid;
		}
		.cli_settings_button:focus, #cookie-law-info-again:focus, #wt-cli-cookie-banner-title:focus, .cli-tab-pane:focus, .cli-nav-link:focus, .cli-user-preference-checkbox:focus + label, .cli_setting_save_button:focus {
    		outline: 2px solid #000;
		}
		#wpfront-scroll-top-container img {
    		background: black;
    		border-radius: 100%;
    		padding: 1px;
		}
		.elementor-kit-7493 {
			--e-global-color-accent: #7E5201 !important;
		}
		.elementor-kit-7493 button, .elementor-kit-7493 input[type="button"], .elementor-kit-7493 input[type="submit"], .elementor-kit-7493 .elementor-button {
			color: #FFF;
			border: 1px solid #7E5201 !important;
		}
		.elementor-kit-7493 button:hover, .elementor-kit-7493 button:focus, .elementor-kit-7493 input[type="button"]:hover, .elementor-kit-7493 input[type="button"]:focus, .elementor-kit-7493 input[type="submit"]:hover, .elementor-kit-7493 input[type="submit"]:focus, .elementor-kit-7493 .elementor-button:hover, .elementor-kit-7493 .elementor-button:focus {
    		background-color: #FFF;
		}
		.elementor-post-navigation .elementor-post-navigation__link a {
    		border: 1px solid #FFF;
		}
		.elementor-post-navigation .elementor-post-navigation__link a:focus {
			border-color: #000;
		}
		#cookie-law-info-again:focus{
			background-color: #fabf51 !important;
		}
		.elementor-widget-container a {
    		margin: 1px;
		}
		#wt-cli-accept-btn{
			background-color: #2e4b16 !important;
		}
		.cli-plugin-button {
			outline: 0;
		}
		.cli-plugin-button:focus {
    		outline: 2px solid #000 !important;
    		opacity: 0.85;
		}
		.cli-btn:hover {
			opacity: 0.95;
		}
		a.elementor-sub-item:hover {
    		color: #FFF !important;
		}
		.elementor-6557 .elementor-element.elementor-element-9aca8bb .elementor-nav-menu--main .elementor-item:hover, .elementor-6747 .elementor-element.elementor-element-9aca8bb .elementor-nav-menu--main .elementor-item.highlighted, .elementor-6747 .elementor-element.elementor-element-6e1fb45 div.elementor-menu-toggle:hover, .elementor-6747 .elementor-element.elementor-element-9aca8bb .elementor-nav-menu--main .elementor-item:focus{
    		color: #CA8603 !important;
		}
		.cli-tab-footer .wt-cli-privacy-accept-btn {
    		background-color: #287375;
			margin: 1px;
		}
		.elementor-6747 .elementor-element.elementor-element-6e1fb45 .elementor-nav-menu--dropdown a.highlighted, .elementor-6747 .elementor-element.elementor-element-6e1fb45 .elementor-nav-menu--dropdown a:hover {
			color: #FFF;
		}
		.current {
    		color: #7E5201 !important;
		}
		.swiper-pagination-bullet.swiper-pagination-bullet-active {
    		background-color: #262626 !important;
		}
		
		#menu-1-9aca8bb .elementor-item-active {
			color: #CA8603 !important;
		}
		a.elementor-post__read-more, p a, .tagcloud a, .current, .elementor-element-e2a80ee div a, .elementor-element-c6a4b00 div a, .elementor-element-5ac7efb div a {
 		   color: #8d6451 !important;
		}
		.has-vivid-cyan-blue-background-color {
    		background-color: #1f709d !important;
		}