/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


:root {
	
  --color-primary: #a8ab1e;

}


img[src$=".gif"], img[src$=".png"] {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

* {
	letter-spacing: 0 !important;
}

a {
	-webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
}

p {
	margin:15px 0;
	font-weight: 300;
}

.wpb_wrapper p:first-child {
	margin-top:0;
}

.wpb_wrapper p:last-child {
	margin-bottom:0;
}

.wpb_wrapper p a {
	color:#a8ab1e;
	text-decoration: none;
}

.wpb_wrapper p a:hover {
	color:black;
}

.wpb_wrapper p a:hover {
	text-decoration: none;
}

p strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
nav.main_menu>ul>li.active>a,
.title_subtitle_holder_inner,
.blog_holder article .post_text h5,
.q_masonry_blog article h5
 {
	font-family: 'Intro';
}

body,
.carousel-inner .q_slide_subtitle span,
.section_subtitle h2,
.section_subtitle h3 {
	font-weight: 400;
	color: #161616;
	font-size: 16px;
	font-family: 'Intro Book';
}



/* HEADER TOP */

.header_top {
	background:#353333;
	line-height: 42px;
    height: 42px;
}

.header_top,
.header_top a {
	color:white;
}

.header_top p {
	margin:0;
	line-height: inherit;
}

.wp-block-social-links .wp-social-link a {
	padding:0;
	font-size:32px;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	padding-top:0;
	padding-bottom:0;
}

@media only screen and (max-width: 1000px) {
	.header_top .left {
		float:left;
	}
	.header_top .right {
		float: right;
		display: none;
	}
	.header_top .left {
		float:none;
	}
	
	.header_top p {
		padding:0;
	}
	
	.header_top .container_inner {
		width: calc(100% - 20px);
	}
}

@media only screen and (max-width: 768px){ 
	header {
		border-bottom:1px solid #f6f6f6;
	}
	
	header .q_logo img.mobile {
		max-height: 50px;
	}

}


/* END HEADER TOP */



/* MENU */

nav.main_menu>ul>li>a {
	font-weight: 500;
    font-size: 17px;
    color:#000000;	
}

nav.main_menu>ul>li.active>a {
    color:var(--color-primary);
}

/* END MENU */




/* FOOTER */

.footer_top_holder {
	background-color: white;
	text-align: right;
}

.footer_top_holder .container_inner {
	border-top:1px solid #e2e2e2;
	padding-top:40px;
}

.footer_top_holder .container_inner > div {
	display: inline-block;
	vertical-align: top;
}

.footer_top_holder .container_inner > div:first-child {
	width: 35%;
}

.footer_top_holder .container_inner > div:first-child div {
	max-width: 250px;
}

.footer_top_holder .container_inner > div:last-child {
	width: 64%;
}

.footer_top_holder h6 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom:15px;
	text-align: left;
}

.footer_top_holder img {
	margin:0 0 0 auto;
}

.footer_top_holder figure {
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 40px;
}

.two_columns_50_50>.column1 {
	width: 40%;
}

.two_columns_50_50>.column2 {
	width: 60%;
}

.footer_bottom ul li a {
	text-transform: none;
}

@media only screen and (max-width: 768px){
	.footer_top {
		padding-top:30px;
	}
	.footer_top_holder figure {
		margin-bottom:20px;
	}
	
	.two_columns_50_50>.column1,
	.two_columns_50_50>.column2 {
		width: 100%;
	}
	
	.footer_bottom {
		padding:20px 0;
	}
	
	.footer_bottom ul li {
		text-align: left;
		margin-right: 0;
		display: block;
		line-height: 20px;
	}
	
	.footer_bottom ul li,
	.footer_bottom_holder .footer_bottom ul.menu li a {
		font-size: 14px;
	}
}
/* END FOOTER */





/* GRID ROWS */

.content .grid_section {
	padding:50px 0;
}

@media only screen and (max-width: 768px){
	.content .grid_section {
		padding:30px 0;
	}
}

/* END GRID ROWS */




/* CAROUSEL */

.carousel-inner .q_slide_subtitle span {
	text-transform: none;
	font-size: 52px;
	font-weight: 300;
	color:white;
	margin-bottom:20px;
}

.carousel-inner .q_slide_title {
	max-width: 900px;
    margin: 0 auto 20px auto;
}

.carousel-inner .q_slide_title span {
	font-size: 52px;
}

.carousel-inner .q_slide_text span {
	color:#ccce2b;
	font-size: 36px;
}

.carousel-inner .q_slide_subtitle span,
.carousel-inner .q_slide_title span,
.carousel-inner .q_slide_text span {
	line-height: 120%;
}


@media only screen and (max-width: 768px){
	.carousel-inner .q_slide_subtitle span,
	.carousel-inner .q_slide_title span  {
		font-size: 36px;
	}
	.carousel-inner .q_slide_text span {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px){
	.carousel-inner .q_slide_subtitle span,
	.carousel-inner .q_slide_title span  {
		font-size: 26px;
	}
	.carousel-inner .q_slide_text span {
		font-size: 18px;
	}
}
/* END CAROUSEL */




/* PAGE TITLE */

.title_subtitle_holder_inner {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color:white;
}

@media only screen and (max-width: 768px){
	body:not(.category) .title_outer {
		visibility: hidden;
		height: 0px;
		overflow-y: hidden;
		margin-bottom:0px;
	}
	.category .title_outer  {
		visibility: hidden;
		height: 0px;
		overflow-y: hidden;
		margin-bottom:30px !important;
	}
}

/* END PAGE TITLE */




/* SECTION TITLE */

.section_title {
	padding-bottom:40px;
}
.section_title h1,
.section_title h2 {
	color:#a8ab1e;
	font-weight: 700;
	font-size: 36px;
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
}

@media only screen and (max-width: 768px){
	.section_title h1,
	.section_title h2 {
		font-size: 26px;
	}
}

/* END SECTION TITLE */




/* SECTION SUBTITLE */

.section_subtitle {
	padding-bottom:40px;
}
.section_subtitle h2,
.section_subtitle h3 {
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
}

.section_subtitle h2:after,
.section_subtitle h3:after {
	content:' ';
	background-image:url('assets/img/arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 29px;
	height: 16px;
	display: block;
	margin:15px auto 0 auto;
}

.section_subtitle h4 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

.section_subtitle h4:after {
	content:' ';
	background-image:url('assets/img/arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 20px;
	height: 16px;
	display: inline-block;
	background-size: 100% auto;
	margin-left:10px;
	vertical-align: middle;
	margin-top:-2px;
}


@media only screen and (max-width: 768px){
	.section_subtitle h2,
	.section_subtitle h3 {
		font-size: 20px;
	}
}
/* END SECTION SUBTITLE */



/* HOME */

.home_intro,
.trobada_programa {
	background:#f8f7f8;
	
}

.home_intro .wpb_text_column p {
	font-size: 20px;
}

.home_intro .wpb_text_column,
.home_intro .section_title {
	text-align: center;
}

@media only screen and (max-width: 768px){
	.home_intro .wpb_text_column p {
		font-size: 16px;
	}
}

/* END HOME */




/* TROBADES */

.blog_holder.masonry .blog_holder_grid_sizer, 
.blog_holder.masonry article {
	width: 47.1%;
}
.q_masonry_blog {
	margin-bottom:0;
}
.full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer, .full_width .qode_elementor_container_inner .q_masonry_blog article, .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer {
	width: 47.1%;
}

.q_masonry_blog_excerpt {
	display: none;
}

.q_masonry_blog article h5 a {
	color:#a8ab1e;
}

.q_masonry_blog article h5 a:hover {
	color:black;
}

.category .title_outer {
	margin-bottom:60px;
}

.blog_holder.masonry article .post_text .post_text_inner, 
.blog_holder.masonry_full_width article .post_text .post_text_inner,
.q_masonry_blog article .q_masonry_blog_post_text {
	padding-left:0;
	padding-right: 0;
}

.blog_holder article .post_text h5,
.q_masonry_blog article h5 {
	font-weight: 700;
	text-transform: none;
	font-size: 19px;
	margin-bottom:0;
}

.blog_holder article .post_text p {
	margin-top:0;
}

.blog_holder article .post_info {
	margin-top:0 !important;
}

.blog_holder article .post_info .read_more {
	background: #96971d;
	color:white;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 10px;
	padding:6px 20px 3px 20px;
}

.blog_holder article .post_info .read_more:hover {
	background:black;
}

.trobada_programa,
.trobada_ponents {
	padding:40px;
	margin-bottom:30px;
}

.trobada_programa .section_subtitle,
.trobada_ponents .section_subtitle {
	padding-bottom:30px;
}

.trobada_ponents .wpb_single_image .vc_single_image-wrapper {
	border-radius: 50%;
}

.trobada_ponents .full_section_inner {
	padding-bottom:60px;
}

.blog_holder article .post_text .post_text_inner {
	padding-top:0;
	padding-bottom:0;
}


@media only screen and (max-width: 768px){
	.full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer, .full_width .qode_elementor_container_inner .q_masonry_blog article, .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
	.blog_holder.masonry .blog_holder_grid_sizer, 
.blog_holder.masonry article {
		width: 46.5%;
	}
	
	.blog_holder article .post_text h5, 
	.q_masonry_blog article h5 {
		font-size: 17px;
		line-height: 130%;
		margin-bottom:5px;
	}
	
	.trobada_programa,
	.trobada_ponents {
		padding:20px;
	}
	
	.trobada_ponents .wpb_single_image .vc_single_image-wrapper {
		max-width: 140px;
		margin-bottom:20px;
	}

}

@media only screen and (max-width: 480px){
	.full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer, .full_width .qode_elementor_container_inner .q_masonry_blog article, .full_width .qode_elementor_container_inner .q_masonry_blog_grid_sizer,
	.blog_holder.masonry .blog_holder_grid_sizer, 
.blog_holder.masonry article {
		width: 100%;
	}
}
/* END TROBADES */




/* MEDIA */

.video_item {
	padding-bottom:40px;
}

.video_item .wpb_wrapper p {
	color:#898c12;
	font-weight: 700;
	margin-top:15px;
	font-size: 18px;
}

/* END MEDIA*/




/* INFORMES */

.informes_group {
	padding-bottom:40px;
}

.informes_cat h4 {
	font-size: 22px;
	padding-bottom:15px;
}

.informes_list li {
	margin-bottom:5px;
	list-style: none;
}

.informes_list li a {
	position: relative;
	padding-left: 30px;
}

.informes_list li a:before {
	content:' ';
	position: absolute;
	background-image:url('assets/img/download.png');
	background-size: 100% auto;
	width: 15px;
	height: 19px;
	left:0;
	top:1px;
}

/* END INFORMES */




/* FORMS */

.wpforms-container {
	position: relative !important;
	max-width: 460px;
}


.wpforms-field.wpforms-field-checkbox label a {
	text-decoration: underline;
}

.wpforms-field.wpforms-field-checkbox label {
	font-size:13px !important;
}


div.wpforms-container-full .wpforms-form .wpforms-field {
	padding-top:0;
}

.wpforms-disclaimer-description {
	border:0 !important;
	background:transparent !important;
	padding:0 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	text-transform: uppercase;
	line-height: 37px;
	margin:0;	
}

div.wpforms-container-full .wpforms-form input[type=date], 
div.wpforms-container-full .wpforms-form input[type=datetime], 
div.wpforms-container-full .wpforms-form input[type=datetime-local], 
div.wpforms-container-full .wpforms-form input[type=email], 
div.wpforms-container-full .wpforms-form input[type=month], 
div.wpforms-container-full .wpforms-form input[type=number], 
div.wpforms-container-full .wpforms-form input[type=password], 
div.wpforms-container-full .wpforms-form input[type=range], 
div.wpforms-container-full .wpforms-form input[type=search], 
div.wpforms-container-full .wpforms-form input[type=tel], 
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=time], 
div.wpforms-container-full .wpforms-form input[type=url], 
div.wpforms-container-full .wpforms-form input[type=week], 
div.wpforms-container-full .wpforms-form select, 
div.wpforms-container-full .wpforms-form textarea {
	background:#f4f1f1 !important;
	color:#111 !important;
	font-weight: 400;
	font-size:15px;
	border:0;
	border-radius: 0;
	padding: 5px 10px;
	height: 36px;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button{
	border-radius: 10px;
	background-color:#96971d;
	color:#fff;
	border-color:#96971d;
	font-size:16px;
	padding: 0 20px;
	letter-spacing: 0;
	font-weight: 400;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color:black;
	border-color:black;
}

.wpforms-disclaimer-description {
	height: auto !important;
	overflow: hidden !important;
	padding-bottom:15px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	font-family: 'Intro Book';
}


/* END FORMS */