/*
Theme Name: L'Harmonia
Theme URI: http://gir.cat/
Author: Gir.cat
Author URI: http://gir.cat/
Description: Plantilla custom Gir.cat
Version: 1.0
License: Gir.cat - All rights reserved.
Text Domain: harmonia
*/

/* This stylesheet is written by Gir.cat  */


/* font-family: 'Roboto Slab', serif;  		 	.ff-serif */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

/* font-family: 'Titillium Web', sans-serif;	.ff-sans */

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,700,700italic,900);

/* font-family: 'Chivo', sans-serif;			.ff-title */

@import url(https://fonts.googleapis.com/css?family=Chivo:400,400italic,900,900italic);






/* Mediaqueries breakpoints

XS: 480px

SM: 768px

MD: 992px

LG: 1200px

*/

img {
	max-width: 100%;
}

.img-wrap img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: none;
    max-height: none;
    display: block;
    object-fit: cover;
}

.img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.ms200 {
	transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

hr {
    border-top: 1px solid #ddd;
    margin: 5px 0 10px;
}






/* ------------------------ ATENEU HARMONIA / MAQUETACIÓ -------------------------- */


/* GENERIC / RECURSOS */


.m0 { margin: 0; }

.mt0 {margin-top: 0px} 
.mt10 {margin-top: 10px} 
.mt20 {margin-top: 20px} 
.mt30 {margin-top: 30px} 
.mt40 {margin-top: 40px} 
.mt50 {margin-top: 50px} 
.mt60 {margin-top: 60px} 
.mt100 {margin-top: 100px} 

.mb0{ margin-bottom: 0;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30 {margin-bottom: 30px} 
.mb40 {margin-bottom: 40px} 
.mb100 {margin-bottom: 100px} 

.p0 { padding:0}
.pb30 {	padding-bottom: 30px}
.ph0 { padding-left: 0; padding-right: 0;}
.pb30 {	padding-bottom: 30px}

.tar {	text-align: right; }
.tac { text-align: center; }

.ttuc {	text-transform: uppercase; }

.fw700 {font-weight: 700}
.fw900 {font-weight: 900}

.ls-none {
	list-style: none;
	padding: 0;	
}

.d-ib {display: inline-block}



/* GENERIC / FONTS */

.ff-sans { font-family: 'Titillium Web', sans-serif; }
.ff-serif, h3, h4, h5 { font-family: 'Roboto Slab', serif; }
.ff-title, h1, h2 { font-family: 'Chivo', sans-serif; } 




/* GENERIC / COLORS 
			color:		bg-color		hexa		RGB			:hover
TARONJA		.taronja	.bg-taronja 	#d5551e		213,85,30	#f76e39
GROC		.groc		.bg-groc		#facd00					#facd00	
NEGRE		.black		.bg-black		#19181d		25,24,29	#413f3b
BLANC		.white		.bg-white		#fff
GRIS CLARET				.bg-grey		#eee
LILA		.lila		.bg-lila		#a46497

*/

	
.taronja { color: #d5551e; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms; }
a:hover .taronja, a.taronja:hover, a:focus, a:hover { color: #f76e39}
.bg-taronja { background-color: #d5551e; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}
a:hover .bg-taronja, a.bg-taronja:hover { background-color: #f76e39}


.groc { color: #facd00; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}
.bg-groc { background-color: #facd00 }
a:hover .bg-groc, a.bg-groc:hover { background-color: #eab736; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}

.black { color: #19181d; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}
a:hover .black, a.black:hover { color: #413f3b}
.bg-black { background-color: #19181d; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}
a:hover .bg-black, a.bg-black:hover { background-color: #413f3b}

.white { color: #fff; }
.white:hover { color: #fff; }
.bg-white { background-color: #fff }

.bg-grey { background: #eee}

.lila { color: #a46497; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms; }
a:hover .lila, a.lila:hover, a:focus, a:hover { color: #5f2f56}
.bg-lila { background-color: #a46497; transition: all 200ms; -moz-transition: all 200ms; -webkit-transition: all 200ms; -o-transition: all 200ms;}
a:hover .bg-lila, a.bg-lila:hover { background-color: #5f2f56}


:root {
	--tec-color-accent-primary: #d5551e !important;
	--tec-font-family-sans-serif: 'Titillium Web',Helvetica,Arial,sans-serif !important;
    --tec-color-accent-primary-hover: #f76e39 !important;
}


.transparent {
	background: transparent;	
}


body {
	color: #19181d;
}

/* GENERIC / BUTTONS */

.btn {
    border: 0;
    white-space: normal;
    text-align: left;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	background-color: #f76e39;
}



/* ------------------------ ATENEU HARMONIA / MAQUETACIO  -------------------------- */

h1 {
    font-size: 40px;
}

h1.section-title {
    line-height: 0.76;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

h1.section-title span {
    display: inline-block;
}

h1.section-title {
    word-wrap: break-word;
}

/* ------------------------ MENU  -------------------------- */

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    
    .navbar-collapse.collapse.in { display: block!important; }
}


.navbar-fixed-top{
	border: 0;
}

.navbar-brand img {
    width: 155px;
    padding: 15px;
    
    }

@media screen and (max-width: 480px){
a.navbar-brand img{
    max-width: 130px;
    padding-top: 5px;
}

h1.section-title {
    font-size: 36px;
    line-height: 0.8;
}

}

.color-topbar {
    height: 5px;
    background: rgb(213, 85, 30);
    background: -moz-linear-gradient(30deg, rgb(213, 85, 30) 50%, rgb(250, 205, 0) 50%);
    background: -webkit-linear-gradient(30deg, rgb(213, 85, 30) 50%, rgb(250, 205, 0) 50%);
    background: -o-linear-gradient(30deg, rgb(213, 85, 30) 50%, rgb(250, 205, 0) 50%);
    background: -ms-linear-gradient(30deg, rgb(213, 85, 30) 50%, rgb(250, 205, 0) 50%);
    background: linear-gradient(120deg, rgb(213, 85, 30) 50%, rgb(250, 205, 0) 50%);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
}

.container-fluid.main-container {
    margin-top: 4px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

a.navbar-brand {
    margin: 0;
    padding: 0;
    height: auto;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

div#bs-example-navbar-collapse-1 {
    float: left;
}

.xxss-header {
    float: right;
}

.xxss-header a {
    padding-bottom: 0;
    padding-right: 15px;
    padding-top: 10px;
    display: inline-block;
}

.xxss-header a i {
    background: white;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    padding: 4px 4px;
    color: black;
}

.xxss-header a i {
    background: white;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 5px 4px;
    color: black;
    text-align: center;
}

.xxss-header a i.fa.fa-search {
    background: transparent;
    color: white;
    font-size: 19px;
}

.xxss-header a:hover i.fa.fa-search{
	color:#facd00;
}


.xxss-header a:hover i {
	background: #facd00;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}


@media screen and (max-width: 991px) {
	.xxss-header {
    position: absolute;
    top: 6px;
    right: 48%;
}

.xxss-header.xxss-contacte {
	position: relative;
	top: 0;
	right: 0;
}

.xxss-header a {
    padding-bottom: 20px;
    padding-right: 6px;
    }

.xxss-header.xxss-contacte a{
	padding: 10px 15px 0 0;
}


.navbar-default .navbar-toggle {
    border: none;
    margin-top: 10px;
}

div#bs-example-navbar-collapse-1 {
	float: none;
	max-height: inherit;
}
	
}

@media screen and (max-width: 768px) {
	.xxss-header {
    right: 76px;
}
}

.xxss-header.xxss-contacte a i{
	height: 55px;
	width: 55px;
	padding: 8px;
	color: #d5551E;
	font-size: 40px;
}

.xxss-header.xxss-contacte {
	float: none;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #f76e39	
}

.navbar-nav>li>.dropdown-menu {
	padding: 0;
	background: #19181D;
	border-color: #3E3D42;
	border-top: 0;
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: #19181D;
	color: #f76e39
}

.dropdown-menu>li>a {
	color: white;
	padding: 7px 20px 10px;
}

.dropdown-menu>.active>a {
    background: #19181D;
    color: #FACD00;
}


.dropdown.search-menu {
	display: inline-block;
}

ul.dropdown-menu.dropdown-menu-right {
    background: #19181D;
    padding: 15px;
}

.input-search {
    border: 1px solid white;
    background: transparent;
    padding: 8px 10px;
    color: white;

}







/* HOME / CAROUSEL */


#owl-carousel-home .owl-home-item{
-webkit-box-shadow: inset 0px 0px 76px -10px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 76px -10px rgba(0,0,0,1);
box-shadow: inset 0px 0px 76px -10px rgba(0,0,0,1);
}

#owl-carousel-home .owl-home-item .owl-img-wrap {
    height: 300px;
    opacity: 0.85;
}

#owl-carousel-home .owl-home-item:hover .owl-img-wrap {
    opacity: 1;
}

.owl-item .caption {
	z-index: 99;
	position: absolute;
	bottom: 0;
	padding: 0 20px
}
#owl-carousel-home .owl-home-item:hover {
    -webkit-box-shadow: 0px 0px 40px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -4px rgba(0,0,0,0.75);
}



.owl-home-item .caption span {
    display: inline-block;
    padding: 6px 15px;
}



/* HOME / CAROUSEL 2 */

h2.owl-title {
    font-size: 20px;
}

.owl-item h5 {
    font-size: 13px;
}

.owl-item h4 {
    font-size: 14px;
}


.owl-home-item a.img-wrap:before, .item-destacat .img-wrap:before {
    position: absolute;
    content: '';
    width: 101%;
    height: 101%;
    left: 0;
    top: 0;
    vertical-align: top;
background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 27%, rgba(248,248,248,0) 29%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(27%, rgba(255,255,255,0)), color-stop(29%, rgba(248,248,248,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 27%, rgba(248,248,248,0) 29%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 27%, rgba(248,248,248,0) 29%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 27%, rgba(248,248,248,0) 29%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 27%, rgba(248,248,248,0) 29%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
opacity: 0.5;
    z-index: 1;
}

.item-destacat .img-wrap:hover:before{
    opacity: 0.1;
}

.no-gradient .item-destacat .img-wrap:before {
	background: transparent !important;
}

/* HOME / CAROUSEL / OWL CONTROLS */

.owl-theme .owl-controls {
    margin-top: 0px;
    z-index: 99
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 0.9;	
	border: 1px solid white;
	background: transparent;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.9;
	background: white;
	
}

.owl-pagination span {
-webkit-box-shadow: 5px 3px 7px -2px rgba(0,0,0,0.82);
-moz-box-shadow: 5px 3px 7px -2px rgba(0,0,0,0.82);
box-shadow: 5px 3px 7px -2px rgba(0,0,0,0.82);
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 44%;
    font-size: 35px;
    background: transparent;
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

/* HOME / CORPORATIU */


.corporatiu-section {
    padding: 20px 15px;
}

.corporatiu-section img {
    max-height: 70px;
}



/* HOME / ITEMS DESTACAT */


.item-destacat .img-wrap {
    height: 250px;
    margin-bottom: 10px;
    margin-left: -9px;
    margin-right: -9px;
}

.item-destacat a:hover .img-wrap {
    opacity: 0.85;
}

.item-destacat {
    height: 340px;
    margin-bottom: 20px;
}

.item-destacat.entitats-recursos {
    height: 475px;
    word-break: break-word;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.item-destacat .img-wrap {
	    height: 200px;
	}
}    

@media only screen and (max-width: 991px) {
	.item-destacat.entitats-recursos {
		height: 435px;
	}
}

@media only screen and (max-width: 767px) {
	.item-destacat.entitats-recursos {
		height: auto;
		margin-bottom: 50px;
	}
}

a.item-destacat.entitats-recursos:hover {
	opacity: .75;
}

.item-destacat .caption {
    background: transparent;
    position: absolute;
    z-index: 9;
	bottom: 0;
	padding: 0 10px ;
}

.item-destacat .caption span {
    display: inline-block;
    padding: 6px 15px;
}

.item-destacat .agenda-categories {
    display: inline-block;
    height: 27.6px;
    padding: 2px 7px;
}

.agenda-categories i {
    padding: 5px;
    margin-right: 8px;
    height: 24px;
    width: 24px;
}


.item-destacat .agenda-categories i {
    margin-right: 0px;
}


.agenda-categories a {
	background-color:  #d5551e !important;
	color: white !important;
    padding: 1px 8px 1px 1px;
    display: inline-block;
    margin-bottom: 2px;
}

/* HOME / ITEMS DESTACAT / DESTACAT */

h5.black a {
	color: #19181d;
}

h5.black a:hover {
	color: #413f3b;
} 


/* HOME / ITEMS RESUM */

.item-resum{
	margin-bottom: 20px;
}

.item-resum .img-wrap, .item-resum .col-xs-8  {
    height: 101px;
}

.item-resum .col-xs-4 {
    padding-right: 0;
}

.item-resum a:hover .img-wrap {
    opacity: 0.85;
}

.item-resum a:hover .col-xs-8 {
	background: #f76e39;
}

.item-resum a:hover h6 {
	color: #fff;
}


/* HOME / TALLERS SECTION */

.tallers-section {
    background: rgb(213, 85, 30);
    background: -moz-linear-gradient(30deg, rgb(213, 85, 30) 30%, rgb(250, 205, 0) 30%);
    background: -webkit-linear-gradient(30deg, rgb(213, 85, 30) 30%, rgb(250, 205, 0) 30%);
    background: -o-linear-gradient(30deg, rgb(213, 85, 30) 30%, rgb(250, 205, 0) 30%);
    background: -ms-linear-gradient(30deg, rgb(213, 85, 30) 30%, rgb(250, 205, 0) 30%);
    background: linear-gradient(120deg, rgb(213, 85, 30) 30%, rgb(250, 205, 0) 30%);
}

/* HOME / TALLERS MINI */



/* HOME / TALLERS LARGE */


.taller-category-col ul li:last-child a {
    margin-bottom: 0;
}

.large-tallers .taller-category-col {
    min-height: 290px;
}


.large-tallers .taller-category-col h3 {
	margin-top: 0;
}



/* HOME / PARTICIPACIÓ */


.participacio-section {
background: rgb(25, 24, 29);
background: -moz-linear-gradient(30deg, rgb(25, 24, 29) 70%, rgb(213, 85, 30) 70%);
background: -webkit-linear-gradient(30deg, rgb(25, 24, 29) 70%, rgb(213, 85, 30) 70%);
background: -o-linear-gradient(30deg, rgb(25, 24, 29) 70%, rgb(213, 85, 30) 70%);
background: -ms-linear-gradient(30deg, rgb(25, 24, 29) 70%, rgb(213, 85, 30) 70%);
background: linear-gradient(120deg, rgb(25, 24, 29) 70%, rgb(213, 85, 30) 70%);
}

.actualitat-page-header {
background: rgb(25, 24, 29);
background: -moz-linear-gradient(30deg, rgb(25, 24, 29) 30%, rgb(213, 85, 30) 30%);
background: -webkit-linear-gradient(30deg, rgb(25, 24, 29) 30%, rgb(213, 85, 30) 30%);
background: -o-linear-gradient(30deg, rgb(25, 24, 29) 30%, rgb(213, 85, 30) 30%);
background: -ms-linear-gradient(30deg, rgb(25, 24, 29) 30%, rgb(213, 85, 30) 30%);
background: linear-gradient(120deg, rgb(25, 24, 29) 30%, rgb(213, 85, 30) 30%);
}

.home-widget-participa.widget {
    color: #fff;
}


/* SINGLE PAGE */


.img-wrap.header-page {
	height: 300px;
    margin-left: -15px;
    margin-right: -15px;
}





/* ACTULITAT PAGE TEMPLATE */

span.page-numbers.page-num {
    display: none;
}






/* CUSTOM PAGINATION */

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}
.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
}



/* TALLERS / ITEM TALLER */


.fw-category {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.3);
}


.fw-category:nth-child(2), .fw-category:nth-child(5), .fw-category:nth-child(8), .fw-category:nth-child(11) {
    background: rgba(250,125,25,0.5);
}


.fw-category:nth-child(3), .fw-category:nth-child(6), .fw-category:nth-child(9), .fw-category:nth-child(12) {
    background: rgba(250,50,50,0.5);
}

a.black.back-top-taller {
    float: right;
    opacity: 0.6;
}

a.black.back-top-taller:hover {
    opacity: 1;
}

.tallers-list-section .item-destacat h2, .tallers-list-section .item-destacat h5 {
    padding: 12px 16px;
}

.tallers-list-section .item-destacat h2 {
	padding-bottom: 5px;
}


.tallers-list-section .item-destacat h5 {
	padding-top: 0;
}


.tallers-list-section .item-resum a:hover .col-xs-8 {
    background: #facd00;
}


/* SINGLE TALLER */

.capsalera-tallers .the-categories a {
    color: #413f3b;
    font-weight: 700;
    background: white;
    padding: 6px 13px;
    display: inline-block;
    margin-right: 5px;
}

.modal-body {
	padding: 0;
    border: 0;
}

.modal-header{
	border: 0;
}
.taller .modal-header {
    background: #facd00;
}

.capsalera-tallers .the-categories a {
    margin-bottom: 7px;
}



@media (min-width: 768px) {
.modal-dialog {
    width: 768px;
    margin: 70px auto;
    max-width: 80%;
    border: 0;
}

}

button.img-btn {
    width: 100%;
    padding: 0;
    border: 0;
}

.post-info button .img-wrap{
	height: 212px
}


.taller-basics p, .taller .post-content p {
    padding: 6px 12px;
}

.single-tribe_events .taller-basics p {
   display: inline-block;
   }


.taller-basics p.result {
	background-color: #eee;
}

p.result.cal {
    border: 1px solid #D5551E;
    padding: 5px 11px;
    margin-left: 2px;
    background: transparent;
}

.taller .post-content .page-content p {
	padding: 12px 0 0;
}

.tancament-tallers {
	background: #eee;
}

.tancament-tallers .item-resum a:hover .col-xs-8 {
    background: #facd00;
}

.tancament-tallers ul li {
	border-color: black;
}
.tancament-tallers ul li a{
	color: black;
}

.tancament-tallers ul li a:hover{
	color: #facd00;
}


.tancament-tallers .categories-tallers a:hover{
	background: #facd00;
	color: black
}


.tancament-tallers .categories-tallers a {
    margin: 4px 4px 4px 0;
}


/* SINGLE ACTUALITAT */

.nav-previous a span, .nav-next a span {
    display: block;
}

.nav-previous, .nav-next {
    width: 45%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.navigation h2.screen-reader-text {
    display: none;
}

.nav-next.agenda-categories {
    text-align: left;
}

.nav-previous.agenda-categories {
    text-align: right;
}

.nav-previous.agenda-categories a {
    padding-right: 0;
}
/* TWITTER ROTATOR */

.piulades a{
    color: #19181d;
    opacity: 0.8;
    font-weight: 700;
}

.piulades a:hover{
	opacity: 1;
}

.rotatingtweets_nextprev{
	color: transparent;
	font-size: 30px;
}

p.rtw_main {
    font-weight: 500;
}


.col-md-12.twitter-section {
    background: url(img/bg-twitter-carousel-01.jpg);
    background-size: cover;
    background-position: center center;
}


/* AGENDA TEMPLATE */


.agenda-page-header{
    background: rgb(213, 85, 30);
    background: -moz-linear-gradient(30deg, rgb(213, 85, 30) 70%, rgb(250, 205, 0) 70%);
    background: -webkit-linear-gradient(30deg, rgb(213, 85, 30) 70%, rgb(250, 205, 0) 70%);
    background: -o-linear-gradient(30deg, rgb(213, 85, 30) 70%, rgb(250, 205, 0) 70%);
    background: -ms-linear-gradient(30deg, rgb(213, 85, 30) 70%, rgb(250, 205, 0) 70%);
    background: linear-gradient(120deg, rgb(213, 85, 30) 70%, rgb(250, 205, 0) 70%);
}

.mes-agenda {
	border-top: 1px solid #ddd;
}

/* AGENDA / CALENDARI */

#tribe-bar-form label {
    color: #19181D;
}

#tribe-events-header {
	margin: 0 !important;
}
#tribe-events-content table.tribe-events-calendar {
	margin: 0 !important;
}

 #tribe-events-header .tribe-events-sub-nav {
    background: #eee;
    margin: 15px 0 0 !important; 
    padding: 5px 15px !important;
}


#tribe-events-footer .tribe-events-sub-nav {
    background: #eee;
    margin:  0 0  15px !important; 
    padding: 5px 15px !important;
}

.tribe-events-month h2.tribe-events-page-title {
    text-align: left;
    font-size: 20px;
    margin: 0;
    font-weight: 900;
}


.tribe-events-calendar thead th {
    background: #D5551E;
    border: 1px solid #d5551e; 
    padding: 9px;
    color: white;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background: #D5551E;	
}

.tribe-events-notices {
    background: none !important;
    border: 1px solid !important;
    color: #D5551E !important;
}

.tribe-events-notices ul li:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 5px;
}

#tribe-events-content .tribe-events-calendar td {
    border: 1px solid #eee !important;
}

.link-event {
	word-wrap: break-word;
}

span.tribe-events-list-separator-month {
    clear: both;
    background: none;
    padding-left: 6px;
    margin-bottom: 10px;
}


#tribe-bar-form #tribe-bar-views {
	display: none;
}

#tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
	right: auto !important;
}


#tribe-events-content h3 a {
    color: #d5551e;
}

#tribe-events-content .tribe-events-viewmore a {
	color: #d5551e;
}


/* PAGINATION */

.custom-pagination span.current {
    color: white;
    background: #D5551E;
}


a.page-numbers {
    color: #D5551E;
    background: #eee;
}

.custom-pagination a:hover {
    background: #f76e39;
    color: white;
}




/* FOOTER, SIDEBARS */
.xxss-footer a {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 20px;
    display: inline-block;
}

.xxss-footer a i {
    background: white;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    padding: 4px 4px;
    color: black;
}

.xxss-footer a i {	
	    background: white;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 5px 4px;
    color: black;
    text-align: center;
}

.xxss-footer a:hover i {
	background: #facd00;
}

.footer h2, .tancament-tallers h2, .sidebar h2 {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.footer h2 {
    color: white;
    }
    
.footer a {
	color: white;
	font-weight: 600;
}

.footer a:hover {
	color: #facd00
}


.footer ul, .tancament-tallers ul, .sidebar ul {
    list-style: none;
    padding: 0;
}

.footer ul li, .tancament-tallers ul li, .sidebar ul li, .sidebar ol li {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.footer ul li:last-child, .tancament-tallers ul li:last-child, .sidebar ul li:last-child, .sidebar ol li:last-child {
	border: 0
}

.sidebar ol {
    list-style: none;
    padding: 0;
}

.sidebar ol li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.duration {
    font-size: 13px;
}

.widget {
    margin-bottom: 30px;
}


.the-categories ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.the-categories ul li {
    display: inline-block;
}

.the-categories ul li a {
    background: #19181d;
    padding: 5px 14px;
    color: white;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.the-categories ul li a:hover {
	background: #f76e39
}

.footer h1 {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 0.8;
}

.footer input[type="text"], .footer input[type="email"] {
    margin: 10px 0 10px;
    border: 1px solid white;
    width: 100%;
    padding: 5px 10px;
}

input[type="text"]:focus,  input[type="email"]:focus, textarea:focus {
	outline: none;
	border: 1px solid;
		border-color: #facd00;

}


.colophon {
    padding-top: 30px;
    margin-top: 70px;
    border-top: 1px solid white;
    padding-bottom: 30px;
}

/* RECOLLIDA DE DADES COMUNICACIO ACTIVITATS FORM */

.prog-form {
    margin-top: 30px;
}

.wpcf7 p {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}



input[type=text], textarea, input[type=url], input[type=email], input[type=tel]{
    padding: 5px 15px;
    width: 100%;
}
.single-page input[type=text], .single-page input[type=tel], .single-page textarea, .single-page input[type=url], .single-page input[type=file], .single-page input[type=email]{
	border: 1px solid #ddd;
	margin-bottom: 20px;
    width: 100%;
}

.wpcf7-file {
  position: relative;
  display: inline-block;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.img1::before {
  content: 'Imatge 1*';
  display: inline-block;
  background: #facd00;
  padding: 5px 10px;
  width: 80px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.img2::before {
  content: 'Imatge 2';
  display: inline-block;
  background: #facd00;
  padding: 5px 10px;
  width: 80px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.img3::before {
  content: 'Imatge 3';
  display: inline-block;
  background: #facd00;
  padding: 5px 10px;
  width: 80px;
  text-align: center;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.wpcf7-file:hover::before {
  border-color: black;
  background: #d5551e;
}
.wpcf7-file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.submit_button {
	text-align: center;
}

.wpcf7-form p input.wpcf7-submit {
  font-family: 'Roboto Slab', serif;
  background: #facd00;
  font-weight: 700;
  font-size: 12pt;
  border: 0;
  padding: 6px 10px;
  color:black;
}

.wpcf7-form p input.wpcf7-submit:hover  {
  background: #d5551e;
}



/* ETIQUETES */

.etiquetes-tallers {
    position: absolute;
    top: -15px;
    left: -20px;
}

.etiquetes-single{
	    width: 125px;
}

.etiqueta-taller.etiqueta-single {
    margin-top: -10px;
}

.etiquetes-archive {
 top: -3px;
    width: 90px;
    left: -8px;

}
.etiquetes-llegenda .d-ib {
	margin-right: 5px;
	margin-bottom: 5px;
}
.etiquetes-llegenda .etiqueta-taller-home {
    position: relative;
    top: 2px;
}

.etiquetes-llegenda span.etiqueta-taller-home.novetat {
    margin-left: 0;
}

.etiqueta-taller.etiqueta-archive {
    margin-top: -12px;
}


span.etiqueta-taller-home {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.etiquetes-tallers-home {
display: inline;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.etiqueta-taller-home.novetat {
	background: #facc1f;
}

.etiqueta-taller-home.receptes {
	background: #3e923e;
}

.etiqueta-taller-home.places {
	background: #ad3895;
}

.etiqueta-taller-home.exhaurit {
	background: #ff7741;
}

.etiqueta-taller-home.tancat {
	background: #d43737;
}

.etiqueta-taller-home.temari {
	background: #4e7fbd;
}

.etiqueta-taller-home.audiovisual {
	background: #3eeddc;
}

.etiqueta-taller-home.presencial {
	background: #6dea3f;
}


/* RADIO HARMONIA - Pagina */

.programa-thumb {
    height: 240px;
    width: 240px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.programa-wrap .item-resum .img-wrap, .programa-wrap .item-resum .col-xs-8, .emissio-titol{
    height: 58px;
}

.fw-category-programa:nth-child(even) {
    background: #eee;
}

.fw-category-programa:nth-child(odd) {
    background: #e0e0e0;
}

.emissio-thumb {
	padding-right: 0;
}

.programa-wrap .item-resum {
    margin-bottom: 15px;
}

.totes-emissions {
    bottom: 10px;
    position: relative;
}

.titol-darreres {
    padding-right: 0;
}

@media (max-width: 768px) {
	.titol-darreres {
	    padding-right: 15px;
	}
	.programa-wrap .item-resum {
	    margin-right: 15px;
	}	
}	

/* RADIO HARMONIA - Single */

.radio-basics .page-content p {
    padding: 6px 0;
}

.item-resum .emissio-thumb-list .img-wrap {
    height: 75px;
}

.resum-list{
	font-size: 16px;
}

.radio-header {
    background: rgb(213, 85, 30);
    background: -moz-linear-gradient(30deg, rgb(250, 205, 0) 70% ,rgb(213, 85, 30) 70%);
    background: -webkit-linear-gradient(30deg, rgb(250, 205, 0) 70% ,rgb(213, 85, 30) 70%);
    background: -o-linear-gradient(30deg, rgb(250, 205, 0) 70% ,rgb(213, 85, 30) 70%);
    background: -ms-linear-gradient(30deg, rgb(250, 205, 0) 70% ,rgb(213, 85, 30) 70%);
    background: linear-gradient(120deg, rgb(250, 205, 0) 70% ,rgb(213, 85, 30) 70%);
}



.shareButtons a {
	
}

.shareButtons a:hover {
	opacity: .8;
}
.shareButtons a .fa {
	color: white;
	height: 35px;
	width: 35px;
	border-radius: 40px;
	text-align: center;
	padding-top: 11px;
}

.shareButtons a .fa.fa-envelope {
	background-color: grey;
}
.shareButtons a .fa.fa-facebook-f {
	background-color: #3b5998
}
.shareButtons a .fa.fa-twitter {
	background-color: #00a9f1;
}

.shareButtons a .fa.fa-linkedin {
	background-color: #007bb6;
}
.shareButtons a .fa.fa-whatsapp {
	background-color: #25d366;
}

.variations_form td.label {
	display: none;
}

.variations_form .variations {
}

.post-content p.price {
	font-size: 20px;
	font-weight: 700;
    background: #eee;
    padding: 6px 12px;
    margin-bottom: 30px;
}

.post-content p.price:before {
    content: 'Preu del taller';
    display: block;
    font-size: 14px;
    background: #facd00;
    padding: 6px 12px;
    margin: -6px -12px 6px;
}

a.reset_variations {
	background-color: #d5551e;
    color: white;
    padding: 2px 10px;
    margin-left: 10px;
}

.single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}

p.stock.out-of-stock {
    color: #d43738;
}

.woocommerce-variation-add-to-cart.variations_button {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px solid #fbce00;
}


div#wufdc_div ul li input[type="file"] {
	height: auto !important;
	padding: 10px;
	font-size: 14px !important;
}

div#wufdc_div * {
	font-family: 'Titillium Web',Helvetica,Arial,sans-serif !important;
}

div#wufdc_div h6 {
	font-weight: 700;
	margin-bottom: 0;
	font-size: 14px;
}


.tribe-events-list-separator-month {
	clear: both;
	margin-bottom: 20px;	
}

/* WOOCOMMERCE */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	border-radius: 0 !important;
}

.woocommerce a.remove {
	line-height: .8 !important;
}

p.return-to-shop a.button.wc-backward {
    display: none;
}

.woocommerce form .form-row label {
    line-height: 1.2 !important;
    margin-bottom: 6px;
}

textarea#order_comments {
    min-height: 110px;
}

form.checkout.woocommerce-checkout h3 {
	margin-top: 40px;
}


#genereradio_field input[type=radio], #butlletiradio_field input[type=radio], #imatgeiradio_field input[type=radio]{
	margin: 0 5px 0 10px;
}

#genereradio_field input[type=radio]:first-child, #butlletiradio_field input[type=radio]:first-child, #imatgeiradio_field input[type=radio]:first-child {
	margin: 0 5px 0 0px;
}

.woocommerce form #genereradio_field.form-row .woocommerce-input-wrapper label, .woocommerce form #butlletiradio_field.form-row .woocommerce-input-wrapper label, .woocommerce form #imatgeiradio_field.form-row .woocommerce-input-wrapper label {
	display: inline-block;
}

.woocommerce form .form-row {
	margin-bottom: 15px !important;
}

.woocommerce form .form-row .input-checkbox {
	margin: 3px 0px 0px -20px !important;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	margin-left: 20px ;
}


form#redsys_payment_form input#submit_redsys_payment_form {
    background-color: #a46497;
    border: 0;
    font-weight: 700;
    color: white;
    padding: .618em 1em;
    margin-right: 8px;
}

form#redsys_payment_form a.button.cancel {
    line-height: 1.42857143;
}

.wdgk_donation_content h3 {
    display: none;
}

.wdgk_donation_content {
	margin-bottom: 40px !important;
}

/* EVENT CALENDAR 6 Tribe events */

.page-content #tribe-events-pg-template {
	max-width: 100% ;
	padding: 0;
}

#tribe-events-pg-template .tribe-events-content ol, #tribe-events-pg-template .tribe-events-content p, #tribe-events-pg-template .tribe-events-content ul {
	font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-size: 14.3px;
    margin: 0 0 10px;
}

.tribe-events .tribe-events-calendar-list__month-separator, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	clear: both;
}

.tribe-common h3 {
	font-weight: 700 !important;
}

ul.tribe-events-c-top-bar__nav-list {
    padding: 0;
}

.tribe-events-calendar-list {
	width: calc( 100% + 12px);
    left: -6px;
    position: relative;
}

.item-destacat .caption span {
	font-weight: 700;
}

.page-content .tribe-events.tribe-common .tribe-events-l-container{
	min-height: auto;
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
    background: #e4e4e4;
    font-size: 14px !important;
    padding: 2px 8px !important;
}

.tribe-events .tribe-events-calendar-month__day-date-daynum {
	    color: #888 !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
	color: #d5541f !important;
}

.tribe-events .tribe-events-calendar-month__header-column {
	background-color: #d5541f !important;
    padding: 8px 8px !important;
}

.tribe-events .tribe-events-calendar-month__header-column-title {
    color: white !important;	
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-month__day--current .tribe-common-h4 {
    background: #484848;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-month__day--current .tribe-common-h4 .tribe-events-calendar-month__day-date-daynum {
    color: white !important;	
}

.tribe-events .tribe-events-c-nav__list {
	padding: 0;
}

.tribe-events ul.tribe-events-c-view-selector__list {
	padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
	margin-top: 20px;
	margin-bottom: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
	margin-top: 0;
	margin-bottom: 20px !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: white !important;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    border: 1px solid #d5d5d5;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 12px;
    color: #5d5d5d;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
	font-size: 12px !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
    margin-bottom: 0px;
}