/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.postid-1385 .col-md-8, .postid-2106 .col-md-8, .postid-2169 .col-md-8 {
    width: 100% !important;
}
.postid-1385 .fl-sidebar, .postid-2106 .fl-sidebar, .postid-2169 .fl-sidebar {
	display: none !important;
}
.titulo_slider {
	text-shadow: 1px 1px 1px rgba(90, 90, 90, 1);
}
.titulo_slider .fl-button {
	border: 2px solid #ffffff !important;
}
.servicios_home h3 {
	letter-spacing: 0px;
}
body .fl-page-header-wrap {
    border-bottom: 0px solid rgba(0,0,0,0.13) !important;
}

.single-portfolio .fl-post-meta.fl-post-meta-top {
	display: none;
}
.parkings  .fl-post-meta.fl-post-meta-top {
	display: none;
}
.single-zona-azul .fl-post-title, .parkings .fl-post-title, .single-grua .fl-post-title {
	display: none;
}
.fl-post-cats-tags {
	display: none;
}
.linea {
	color: #0063A2;
}
.fl-content-slider-navigation a {
  opacity: 0;
  transition: all 0.5s;
}
.fl-content-slider:hover .fl-content-slider-navigation a {
  opacity: 1;
}
.single-obra .fl-post-thumb img {
	display: none;
}
.single-obra .fl-content {margin: 20px 0;}
.fl-page-nav ul.sub-menu {
	border-top: 3px solid #0063A2;
}
.titular h4 {
    font-weight: 600;
    font-size: 15px !important;
}
.home .fl-slide-0 .fl-slide-content {
    padding: 100px !important;
}


.home .fl-slide-foreground {
    max-width: 100%;
}
.page-id-1741 .fl-slide .fl-slide-content {
    padding: 166px !important;
}

.page-id-1741 .fl-slide-foreground {
    max-width: 100%;
}
#links-link-44, #links2-link-44, #links3-link-44 {
    text-align: center;
    font-size: 26px;
    line-height: 18px;
}
.page-id-23 .pp-post-filters, .page-id-27 .pp-post-filters {
    display: none;
}
.fa.fa-file-pdf-o {
    font-size: 24px;
}
#tablepress-1, #tablepress-2, #tablepress-3, #tablepress-4, #tablepress-5, #tablepress-6, #tablepress-7, #tablepress-8 {
	font-size: 12px !important;
}
.ficha {
    display: none;
}
.resaltado {
	background: #0063A2;
	opacity: 0.9;
	padding: 10px 20px;
	margin: 0 !important;
}
h1 .resaltado {
	font-size: 30px;
	color: #fff;
}
.titulo_slider h1 {
	line-height: 1.1;
}
.fl-page-bar .text-right .fl-social-icons {
    margin-left: 25px;
}
.fl-page-bar {
	border-bottom: none;
}
.fl-icon-facebook-regular::before {
    content: '\e227';
}
.fl-icon-twitter-regular::before {
    content: '\e286';
}
.fl-icon-linkedin-regular::before {
    content: '\e252';
}
.fl-social-icons .fl-icon {
	margin-left: 6px;
	font-size: 24px;
}
.postid-1804 .fl-post-thumb img {
    display: none;
}
.slider02 {
	float: right;
	background: red;
	width: auto;
	height: auto;
	display: inline;
}
.footer_gradient {
	background: rgba(162,168,179,1);
	background: -moz-linear-gradient(left, rgba(162,168,179,1) 0%, rgba(162,168,179,1) 50%, rgba(117,124,134,1) 50%, rgba(117,124,134,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(162,168,179,1)), color-stop(50%, rgba(162,168,179,1)), color-stop(50%, rgba(117,124,134,1)), color-stop(100%, rgba(117,124,134,1)));
	background: -webkit-linear-gradient(left, rgba(162,168,179,1) 0%, rgba(162,168,179,1) 50%, rgba(117,124,134,1) 50%, rgba(117,124,134,1) 100%);
	background: -o-linear-gradient(left, rgba(162,168,179,1) 0%, rgba(162,168,179,1) 50%, rgba(117,124,134,1) 50%, rgba(117,124,134,1) 100%);
	background: -ms-linear-gradient(left, rgba(162,168,179,1) 0%, rgba(162,168,179,1) 50%, rgba(117,124,134,1) 50%, rgba(117,124,134,1) 100%);
	background: linear-gradient(to right, rgba(162,168,179,1) 0%, rgba(162,168,179,1) 50%, rgba(117,124,134,1) 50%, rgba(117,124,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a8b3', endColorstr='#757c86', GradientType=1 );
}

select {
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#3498DB;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:12px;
  width:auto;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
}

#blue {
  background-color:#3498DB;
}

#blue:hover {
  background-color:#2980B9;
}

#green {
  background-color:#2ECC71;
}

#green:hover {
  background-color:#27AE60;
}

#red {
  background-color:#E74C3C;
}

#red:hover {
  background-color:#C0392B;
}

select:focus, select:active {
  border:0;
  outline:0;
}

.columns {
  display: flex;
  margin: 0 -5px;
  align-items: center;
}
.columns__item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
}
.columns__item img {
  display: block;
  width: 86px;
}
figure {
  margin: 0;
}
figcaption {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.caja_contacto h2 {
	line-height: 0.4;
}
.mapa {
    line-height: 0;
}
/*.destacado {
	background-color: #0063A2;
}*/
.facilidades li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
  font-size: 1.6em;
}
.facilidades ul {
  padding: 0;
}
.redes li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
  font-size: 1.6em;
}
.redes ul {
  padding: 0;
}
.facilidades img {
    margin: 0;
    margin-right: 4px;
    margin-bottom: 10px;
}
.Zebra_Tooltip .Zebra_Tooltip_Message {
	padding: 14px;
}
/*.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }*/
.campo_direccion {
	width: 50% !important;
	margin-right: 10px;
}
.parkings-template input, .zona-azul-template input{
	float: left !important;
}  
.fa.fa-facebook-square.fa-2x {
    color: #0063A2;
    margin-right: 10px;
}
.fa.fa-twitter-square.fa-2x {
    color: #00aced;
    margin-right: 10px;
}
.fa.fa-linkedin-square.fa-2x {
	color: #007bb5;
	margin-right: 10px;
}
.single-parkings .padding_rich_text p {
	margin-bottom: 4px;
}
.enunciado {
	color: #000;
}
.fl-accordion-button-label {
    font-weight: 700;
}
.gform_wrapper .field_description_below .gfield_description {
    color: #990000;
    padding: 5px;
    width: 60%;
    font-weight: 600;
}
.page-id-2270 li {
	margin-bottom: 30px;
}

#searchform {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#searchform .form-control {
	color: #333333;
}

#searchform .form-control::placeholder {
	color: #555555;
	opacity: 1;
	
}

#searchform #searchsubmit{
	width: 150px;
	font-size: 20px;
}

.services {
  font-size: 19px;
  color: #50575e;
  vertical-align: middle;
  height: 39px;
  line-height: 39px;
  padding: 0px 5px;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button.alt {
	background: #0063a2;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 15px 20px 15px 15px;
    font-weight: 500;
    text-shadow: none;
    border: 1px solid #003e65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	margin-top: 10px;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:before {
	font-family: 'FontAwesome';
    content: "\f07a";
	margin-right: 15px;
	padding: 11px 15px 15px 0px;
	border-right: 1px solid #003e65;
	font-size: 30px;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover {
	background: #4c565c;
	color: #fff;
	border: 1px solid #30373a;
	text-decoration: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button.alt:hover:before {
	border-right: 1px solid #30373a;
}

.fl-content {
	margin: 0px;
}

.home .fl-builder-content.fl-builder-row-template {
	display: none;
}

.home .fl-page-bar {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  background-color: #00000066;
}

.home .fl-page-header-primary, .home .fl-page-header-primary .fl-page-header-wrap {
  background-color: #00000033;
  border-bottom-style: none;
  position: absolute;
  top: 17px;
  width: 100%;
  z-index: 50;
}

.home .fl-page-header-primary .fl-page-header-wrap .menu-item > .nav-link, .home .wpmenucart-contents span, .home .wpmenucart-contents i, .home .fl-social-icons i {
	color: white;
}

.home .fl-page-header-primary .fl-page-header-wrap .menu-item > .nav-link:hover, .home .fl-social-icons i:hover {
	color: #0063a2;
}

.home .fl-page-header-primary .fl-page-header-wrap .sub-menu .menu-item > .nav-link {
	color: initial;
}

.home .fl-page-header-primary .fl-page-header-wrap .sub-menu .menu-item > .nav-link:hover {
	color: #0063a2;
}

.home .fl-page-header-primary .fl-logo-img {
	opacity: 0;
}

.home .fl-page-header-primary .fl-page-header-logo {
	background-image: url("https://www.pavapark.com/wp-content/uploads/2020/06/pavapark_logo_white.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.single-parkings .fl-post-thumb img, .single-zona-azul .fl-post-thumb img {
    display: none;
}

.ls-media-unmute {
	z-index: 200;
}

.home .wpml-ls-display {
  color: white;
}

.home .wpml-ls-display:hover {
  color: #0063a2;
}

.woocommerce-input-wrapper .input-radio {
  display: inline;
  margin-right: 10px;
}

.woocommerce-input-wrapper .radio {
  display: inline !important;
}

.menupop.with-avatar a {
  color: initial !important;
}

.menupop.with-avatar.hover a {
  color: #f0f0f1 !important;
}


.home .menupop.with-avatar a {
  color: #f0f0f1 !important;
}

#car-plate {
  text-transform: uppercase;
}