/*   
Theme Name: Sayville child-theme
Theme URI: http://themeforest.net/user/artstudioworks/portfolio
Description: Sayville is the perfect and stylish template to present your ideas online. With wide range of project layouts, from full-screen to iconic grid, you can easily create template you need, that will engaging visitors and potential clients.
Author: ArtstudioWorks
Author URI: http://themeforest.net/user/artstudioworks
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: sayville
Tags: white, black, blue, fluid-layout, fixed-layout, custom-colors, custom-background, theme-options, translation-ready
Designed by MontaukCo: http://themeforest.net/user/montaukco

All PHP code is released under the GNU General Public Licence version 3.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;500&display=swap');
@import url('tothomweb-accessibilitat.css');

#header .logo {
	padding: 25px 0;
	text-align: left;
}

.header-top .subscribe-button-block, .header-top .socials-block, .header-top .search-and-open {
	margin-left: 30px;
}

.header-top .subscribe-button-block, .header-top .socials-block, .header-top .search-and-open {
	display: flex;
	align-items: center;
	width:  fit-content;;
}

#header.header1 .header-top-inner .search-and-open {
	width: fit-content;
}

.header-top .logo {
    width: 20%;
    margin-right: auto;
}
.featured-links {
	display: flex;
	align-items: center;
}
.home-fixed-links {
	position: relative;
	flex: 1 1 calc(50% - 25px);
}


.home-fixed-links:not(:last-child) {
	margin-right: 25px;
}


.home-fixed-links .entry-header {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	padding: 15px;
	width:100%;
	background-color: rgb(232 159 24 / 80%);
	color: white;
	text-align: center;
}
.home-fixed-links .link {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 1;
}

.home-fixed-links .link:hover {
	background-color: rgb(232 159 24 / 80%);
}
.home-fixed-links .link:hover:before {
	opacity:1;
}

.home-fixed-links .link:before {
	content: attr(title);
	display: block;
	clear: both;
	position: relative;
	opacity: 0;
	color: white;
	font-weight: bolder;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 28px;
	padding: 20px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    top: 40%;

}
.home-fixed-links .entry-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: white !important;
}

@media (min-width: 782px) {
	body.elementor-page #content .container {
	    max-width: 100%;
	}
}

.menu-menu-lateral-container .menu > li > a {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	color: rgb(232 159 24);
}

.menu-menu-lateral-container .menu > li.alternative  > a {
	color: rgb(232 159 24);
}


.menu-menu-lateral-container .menu > li  {
	width: 100%;
	border:2px solid rgb(232 159 24); 
	border-radius: 2px;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}
.menu-menu-lateral-container .menu > li.alternative  {
	background-color: white;
	border-color: rgb(232 159 24);
}
.menu-menu-lateral-container .menu > li.alternative:hover  {
	background-color: rgb(232 159 24);
	border-color: rgb(232 159 24);
}

.menu-menu-lateral-container .menu > li.is-inversed {
	background-color: rgb(232 159 24);
	color: white;
}

.menu-menu-lateral-container .menu > li.is-inversed > a {
	color: white;
}

.menu-menu-lateral-container .menu > li:before  {
	content: '';
    display: block;
    position: absolute;
    left: 11px;
    bottom: 20%;
    z-index: 1000000000;
    width: 56px;
    background-size: cover;
    height: 56px;
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    transform: rotate(351deg);
    opacity: 0;
}
.menu-menu-lateral-container .menu > li:hover {
	background-color: rgb(232 159 24);
}

.menu-menu-lateral-container .menu > li:hover > a {
	color: white;
}

.menu-menu-lateral-container .menu > li:hover:before {
 	filter: brightness(0) invert(1);
    opacity: 0.2;
}

.wp-block-image {
	text-align: center;
}

.sharebox-single {
	display: none;
}

.container {
	max-width: 100%;
}

#footer-custom .wp-block-image {
	text-align: left;
}

#footer-custom img {
	max-width: 600px;
}

.info-practica {
	background-color: #80808017;
	border-radius:2px;
	padding:10px;
	font-size:16px;
}
.info-practica h3,
.fitxa-art h3 {
	font-size: 22px;
}

.espectacle-template h3 {
	text-transform: uppercase;
}

.espectacle-template h1 {
	text-align:left;
	text-transform: uppercase;
	margin-bottom: 0;
}

.espectacle-template .subtitle  {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
}

.espectacle-template .dates {
	font-style: italic;
	font-size:16px;
	color: grey;
}
.espectacle-template .subtitle, 
.espectacle-template .dates {
	text-align: left;
}

.espectacle-template .category {
	text-align:left;
	color: rgb(232 159 24);
	margin-left:10px;
}
.espectacle-template .wp-block-button__link {
	border-radius:4px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1.2px;
	font-size: 18px;
}

.espectacle-template .wp-block-button__link.comprar {
	background-color:rgb(232 159 24);
}

.espectacle-template .fitxa-art {
	font-size: 16px; 
	padding-bottom: 40px;
	border-bottom: 1px solid #8080804d;

}

.espectacle-template .xarxes {
	margin-top: 40px;
	text-align: center;
}

.espectacle-template .critiques { 
	display: flex;
	flex-wrap: wrap;
}
.espectacle-template .critiques h3  { 
	flex: 1 1 100%;
	margin-bottom: 35px;
}

.espectacle-template .critiques blockquote {
	flex: 1 1 32%;
}

p {
	margin-bottom: 1rem;
} 

blockquote {
	padding:20px;
}

blockquote p {
	font-weight: 100;
	font-style: italic;
}

.alter {
	display:flex;
	align-items: center;
	padding-bottom:22px;
	margin-top: 5px;
}
.alter div {
	margin-right: 10px;
}
.main-image img {
	width:100%;
}

.main-container img:first-of-type {
	width: 100%;
}

.video {
	max-width: 980px;
    text-align: center;
    margin: 0 auto;
}

.botons {
	margin: 30px 0;
}

h1 {
	color: #e89f18 !important;
	font-weight: 900 !important;
}

.page.page-template-page-temporada #page-wrap {
	padding-top: 67px;
    padding-bottom: 55px;
}
.page.page-template-page-temporada .titol {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.espectacles-container {
	display: flex;
	flex-wrap: wrap;
}
.espectacles {
	flex: 1 1 32%;
	margin-right: 15px;
	margin-bottom: 30px;
	max-width: 32%;
}

.page.page-template-page-temporada .dates {
	font-style: italic;
	color: grey;
}
.page.page-template-page-temporada .dates,
.entry-companyia {
	font-size: 16px;
}
.entry-companyia {
	font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
	color:#313131 ;
    font-weight: 900;
}

.entry-thumbnail img {
	width:100%;
}
#page-wrap {
	margin-top: 20px;
}

.cli-privacy-overview:not(.cli-collapsed) div.cli-privacy-content {
	overflow: visible;
}

@media screen and (max-width: 600px) {
	.home-fixed-links {
		flex: 1 1 100%;
	}
	.home-fixed-links:not(:last-child) {
		margin-right:0;
		margin-bottom: 15px;
	}
	.featured-links {
		flex-wrap: wrap;
	}

	.lateral-menu {
		display: none;
	}
	#footer-custom img {
		max-width: 100%;
	}
	.alter {
		flex-wrap: wrap;
	}
	.espectacle-template .category {
		margin-left: 0;
	}
	.separator {
		display: none;
	}

	.espectacle-template .critiques blockquote {
		flex: 1 1 100%;
	}
	.info-practica,
	.espectacle-template .fitxa-art {
		margin-top: 30px;
	}
	.espectacles {
		flex: 1 1 100%;
    	max-width: 100%;
	}
}

