/*
	Theme Name: Showbees Theme
	Theme URI: http://www.2caffe.it/
	Description:  Tema per ShowBees Srl
	Author:       2caffè
	Author URI:   http://www.2caffe.it/
	Template:     werkstatt
	Version:      1.0.0
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Tags:         
	Text Domain:  showbees
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700|Source+Sans+Pro:300,400,700');

p, span, div, li, a, .testo {
font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
}
.wpb_content_element {
    padding-top: 35px;
}
.center {
  text-align: center;
}
ul.link-elenco {
  list-style: none;
  padding: 0;
}
ul.link-elenco li {
  padding-left: 1.3em;
  margin-bottom: 20px;
  line-height: 1.2em;
}
ul.link-elenco li:before {
  position: absolute;
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 15px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
#scroll_to_top {
    border: 1px solid #c1c1c1;
}
#scroll_to_top svg {
    fill: #000000;
}

/***MENU + FOOTER***/

.thb-mobile-menu a {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.thb-mobile-menu .sub-menu li a {
    font-size: 30px;
}
#mobile-menu.light {
    background: #ededed;
    font-size: 20px !important;
}
.header.hover {
    border-bottom: 2px solid #fab500;
}
.thb-secondary-menu a {
    font-size: 16px;
}
#mobile-menu.light .thb-mobile-menu .link-nl a {
	    color: #ffffff;
    text-shadow: 1px 1px 6px #000;
	font-size: 25px;
}
/***HOMEPAGE***/
.thb-list-portfolio .thb-content-side .sb-evento h1 {
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-size: 60px;
color: #ffffff;
}
.thb-portfolio .sb-evento .thb-categories {
color: #ffffff;
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
}
.thb-list-portfolio .thb-content-side .sb-evento h1:hover {
color: #fab500;
}
.thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio h1, .thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active h1, .thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio .thb-categories, .thb-list-portfolio:not(.thb-bg-grid-full) .thb-content-side .type-portfolio.active .thb-categories {
text-shadow: 2px 1px rgba(0, 0, 0, 0.7);
}
.sb-tour, .sb-location {
margin: 0 7px;
font-size: 20px;
font-family: 'Oswald', sans-serif;
}
.sb-data {
font-size: 20px;
font-family: 'Oswald', sans-serif;
}
.portfolio-image:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0, 0, 0, 0.35);
}
.thb-list-portfolio .type-portfolio .next .menu_arrow {
    width: 30px;
}

/***PAGINA INTERNA DETTAGLIO SPETTACOLO***/
.post-gallery.parallax:before {
position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0, 0, 0, 1);
}
h1.entry-title, .portfolio-title.style1 h1 {
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
font-size: 60px;
color: #ffffff;
text-shadow: 2px 1px rgba(0, 0, 0, 0.3);
}
hr.title, .title-section {
color: #fab500;
text-transform: uppercase;
font-weight: 400;
}
hr.hr-sb {
border-color: #fab500;
}
.portfolio-attributes .attribute {
font-family: 'Source Sans Pro', sans-serif;
color: #ffffff;
font-size: 15px;
}
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="password"], .wpcf7-form-control-wrap input[type="date"], .wpcf7-form-control-wrap input[type="datetime"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap input[type="number"], .wpcf7-form-control-wrap input[type="search"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="time"], .wpcf7-form-control-wrap input[type="url"], .wpcf7-form-control-wrap textarea {
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 10px;
}
.wpcf7-form textarea {
    height: auto;
}
.title-page {
text-transform: uppercase;
text-align: center;
}
blockquote {
    padding: 2% 5%;
}
blockquote p {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}
div.link-acquista a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px 15px;
}
div.link-acquista {
    text-align: right;
    margin-bottom: 3%;
}
div.link-evento-social {
    text-align: right;
    margin-bottom: 1%;
}
.thb-breadcrumb-holder span div {
max-width: 100%;
}
.contenuto {
margin: 5% 0;
text-align: justify;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.onstage-buttonlink a, .archivio-buttonlink a {
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px 10px;
}
.onstage-buttonlink, .archivio-buttonlink, .onstage-buttonlink i, .archivio-buttonlink i {
    margin: 0 5px;
}

/***ON STAGE***/
.post .post-content {
    margin-top: 15px;
}
.thb-portfolio-filter.style2 ul li a {
font-size: 20px;
}
.blog-content .post-data, .blog-content .post-location, .blog-top .post-data, .blog-top .post-location {
text-transform: uppercase;
font-weight: bold;
}
a.link-excerpt {
text-transform: uppercase;
font-weight: bold;
border: 2px solid;
padding: 5px 10px;
}
aside.link-acquista {
    margin: 15px 0;
    font-weight: bold;
    text-transform: uppercase;
}

/***PRODUZIONE - PROMOTERAGGIO***/
.sb-produzione .vc_tta-panel-title, .sb-promoteraggio .vc_tta-panel-title  {
background-color: #fab500;
}
.sb-produzione .vc_tta-title-text, .sb-promoteraggio .vc_tta-title-text {
color: #ffffff;
}
.sb-produzione .vc_tta-controls-icon::before, .sb-produzione .vc_tta-controls-icon::after, .sb-promoteraggio .vc_tta-controls-icon::before, .sb-promoteraggio .vc_tta-controls-icon::after {
    border-color: #ffffff !important;
}
.sb-promoteraggio .wpb_content_element {
    padding: 10px 0;
}

/***ARCHIVIO***/
h3.entry-title a {
    font-size: 25px;
    line-height: 1;
}
.thb-portfolio-archivio article {
    position: relative;
}

/***TEATRI***/
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    color: #fab500;
    font-size: 40px !important;
}

/***FESTIVAL***/
.grid-festival {
     border: 1px solid #000;  
}
.grid-festival .vc_gitem_row .vc_gitem-col {
    padding: 0px 20px;
}
.grid-festival h3 {
    color: #fab500;
    text-transform: uppercase; 
text-align: center; 
margin-top: 5%;
}
.grid-festival .vc_gitem-acf {
text-transform: uppercase;  
font-weight: bold;
font-family: 'Oswald', sans-serif;
text-align: center; 
}
a.link-sb {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px 15px;
}

/*****COMEDY******/
.wpb_content_element.comedy-header {
    padding-top: 0px;
}
#comedyform input[type='text'], #comedyform input[type='email'] {
	width: 100%;
}
#comedyform div {
	    margin: 20px 0;
}
#comedyform .lista-comici div {
	    margin: 5px 0;
}
#comedyform button[type='submit'] {
    background: #fab500;
    padding: 10px 30px;
    font-weight: bold;
	color: #000;
	font-size: 23px;
}

@media screen and (max-width: 767px) {
.sb-tour, .sb-location, .sb-data {
    font-size: 13px;
}
.thb-list-portfolio .thb-content-side .sb-evento h1 {
    font-size: 30px;
}
.thb-list-portfolio .thb-content-side .type-portfolio {
    margin-bottom: 50px;
    margin-top: 20px;
}
.thb-list-portfolio.thb-bg-grid .thb-image-side {
    top: 20%;
    height: 50%;
}
.thb-list-portfolio .thb-image-side .portfolio-image {
background-position: center center;
background-size: inherit;
    background-repeat: no-repeat;
}
.header {
padding: 0px;
}
.vc_custom_1562332193820 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
}
