/*
Theme Name: Gestió Cultural
Author: Diapasó
Author URI: http://diapaso.com/
Description: Este tema s'ha desenvolupat a mà per adaptar-se a les necessitats del projecte.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Color original del tema #e5007e substituit pel #e5007e en assets/css/style.css */

:root {
  --magenta: #e5007e;
  --groc-bg: #f7f2dd;
}

a {
  color: var(--magenta);
}

a:focus {
  outline: 1px dotted #4A4A4A !important;
}

.alignfull {
  margin: 32px calc(50% - 50vw);
	max-width: 99.7vw;
}

.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
}

.has-large-font-size {
  font-size: 2.25em !important;
}

/* Colors */

::selection {
  background-color: var(--magenta);
}

a.bread-link {
  color: var(--magenta);
}

/* Navegació */

#menu-idioma li,
#menu-idioma-val li  {
  list-style: none;
  font-size: small;
}

#menu-idioma a,
#menu-idioma-val a  {
  color: #ccc;
  margin-left: 15px;
}

/* Portada */

.card-img, .card-img-bottom, .card-img-top {
  height: auto;
}

.banner-1 {
  overflow: hidden;
}

#video-portada {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* Post */

.section-title {
  text-transform: none;
}

.post-content > * {
  margin-bottom: 1rem;
}

.post-content img {
  height: auto;
}

.post-content .owl-carousel .media > img {
  max-height: 60px;
}

.widget li {
  list-style: none;
}

.widget li a {
  padding: 10px 20px;
  display: block;
  color: #4e6b7b;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}

.widget li a:hover {
  color: #e5007e;
}

.pagination .page-item .current {
    background-color: #e5007e;
    color: #ffffff;
}


.list-star {
  list-style: none;
}

.list-star li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Pro";
  color: #e5007e !important;
  font-weight: bold;
  padding-right: 10px;
}

.how-it-works-item:not(.works-item-alt) {
  position: relative;
}

.how-it-works-item:not(.works-item-alt) img {
  top: -40px;
}

.how-it-works-item:not(.works-item-alt):hover img {
  top: -35px;
}

.how-it-works-item.works-item-alt img {
  position: static;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

/* Contacte */

div.wpcf7-response-output {
	border: 0;
	margin: 20px 0;
	padding: 5px 10px;
}

div.wpcf7-mail-sent-ok {
  background-color: #6BB371;
  color: #fff;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #fff;
  background-color: #FFBE4D;
  border: 0;
  padding: 10px;
}

div.wpcf7-mail-sent-ok:before {
	font-family: 'FontAwesome';
  content:'\f00c';
	padding-right: 4px;
}
div.wpcf7-validation-errors:before {
	font-family: 'FontAwesome';
  content:'\f057';
	padding-right: 4px;
}

span.wpcf7-not-valid-tip {
	color: #B36B6B;
}

/* Comentaris */



/* Peu de pàgina */

body:not(.home) footer {
  background-color: var(--groc-bg);
}

@media (min-width: 1199px) {

  .navbar .dropdown-menu {
    border-color: var(--magenta);
  }

}
