/*
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");*/

/* ----- COLORES 

naranja claro: #f6ae2d;
naranja oscuro: #f26419;
gris: 

*/

/* ---------------------------------------------- LOGO HEADER */

/*@media only screen and (max-width: 480px){
  .q_logo{
    margin-top: 0;
  }
  .q_logo a, .q_logo img {
    height: 60px !important;
  }
}
@media only screen and (max-width: 1000px){
  .q_logo{
    margin-top: 0;
  }
  .q_logo a, .q_logo img {
    height: 60px !important;
  }
}*/

/* ---------------------------------------------- GENERAL */
.display-none {
	display: none;
}

@media only screen and (max-width: 480px) {
	/* H1 NARANJAS */
	h1,
	h1 a,
	body.qode-overridden-elementors-fonts
		.elementor-widget-heading
		h1.elementor-heading-title {
		font-size: 50px;
		line-height: 60px;
	}
}

/* ---------------------------------------------- LINKS HOME SLIDER */
#slider-1-slide-1-layer-5 a {
	color: #fff;
	transition: opacity 0.6s ease-in-out;
}
#slider-1-slide-1-layer-5 a:hover {
	color: #f6ae2d;
}

/* ---------------------------------------------- MENU */
/* STICKY */
header.sticky nav.main_menu > ul > li > a {
	color: #fff;
}
header.sticky nav.main_menu ul li.active a {
	color: #f6ae2d;
}
header.sticky nav.main_menu > ul > li > a:hover,
header.sticky nav.main_menu ul li.active a:hover {
	color: #f26419 !important;
}

/* LIGHT */
header.light nav.main_menu > ul > li > a {
	color: #fff;
}
header.light nav.main_menu ul li.active a {
	color: #f6ae2d;
}
header.light nav.main_menu > ul > li > a:hover,
header.light nav.main_menu ul li.active a:hover {
	color: #f26419 !important;
}

/* ---------------------------------------------- PORFOLIO - SINGLE */
/* CONTENT */
.portfolio_single {
	margin-top: 50px;
}
.portfolio_categories,
.portfolio_tags,
.portfolio_content ul li {
	font-size: 14px;
	font-family: 'Open Sans';
}
.portfolio_content p {
	font-size: 14px;
}
.portfolio_content h5 {
	color: #f6ae2d;
}

/* ---------------------------------------------- CONTACTO */
/* FORM */
.contact_form {
	margin-bottom: 20px;
}
.contact_form .check-legal {
	margin-top: 30px !important;
}
.contact_form .check-legal p {
	font-size: 12px;
	line-height: 1.2rem;
}
.contact_form .check-legal p a {
	color: #f6ae2d;
}
.contact_form .check-legal p a:hover {
	color: #f26419;
}
.contact_form .check-legal span.wpcf7-list-item {
	margin-left: 0;
}
.contact_form .check-legal span.wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans';
}
.contact_form .check-legal span.wpcf7-list-item-label a {
	color: #f6ae2d;
}
.contact_form .check-legal span.wpcf7-list-item-label a:hover {
	color: #f26419;
}
.contact_form .wpcf7-form-control-wrap input,
.contact_form .wpcf7-form-control-wrap textarea {
	text-transform: none !important;
}
div.wpcf7 .ajax-loader {
	display: block !important;
	margin: 20px auto 0 !important;
}
.wpcf7 form .wpcf7-response-output {
	border: 2px solid #48dbfb; /* Blue */
	background-color: #48dbfb;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #c4e538; /* Green */
	background-color: #c4e538;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #ee5253; /* Red */
	background-color: #ee5253;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #ee5253; /* Red */
	background-color: #ee5253;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ee5253; /* Red */
	background-color: #ee5253;
}
.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Open Sans';
	margin-top: 0;
}
.wpcf7-not-valid-tip {
	color: #ee5253;
	font-size: 12px;
}

/* ---------------------------------------------- INFO LEGAL */
.info-legal {
	margin: 60px 0 100px;
}
.info-legal h3 {
	margin-top: 20px;
	font-size: 20px;
}
.info-legal p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.info-legal p a,
.info-legal ul li a {
	color: #f6ae2d;
}
.info-legal p a:hover,
.info-legal ul li a:hover {
	color: #f26419 !important;
}
.info-legal ul {
	margin-top: 10px;
}
.info-legal ul li {
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans';
}

/* ---------------------------------------------- COOKIES */
span#cn-notice-text {
	font-family: 'Open Sans';
}
a.btn-cookies {
	background-color: #f6ae2d !important;
	font-family: 'Montserrat';
}
a.btn-cookies:hover {
	background-color: #f26419 !important;
}

/* ---------------------------------------------- HEADERS */
.page-id-200 h2,
.page-id-140 h2 {
	line-height: 100%;
	padding-bottom: 30px;
	padding-top: 50px;
}
