/*
 Theme Name:   Exportbg (woopstrap)
 Description:  Woopstrap Child Theme
 Author:       pauguardiola
 Author URI:   http://pauguardiola.com
 Template:     woopstrap
 Version:      0.1 (beta)
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bootstrap
 Text Domain:  woopstrap-child
*/

/*============================================================================================*/

/*******************/
/* WOOPSTRAP INDEX */
/*******************/
/*
    1. General Styles (child)
    2. Menus Styles
    3. Front Page Styles
    4.
    5.
    6.
    7
    8.
    9.
    10.
*/
/*============================================================================================*/

/********/
/* CLUE */
/********/
/*
    MENU FONT:
    HEAD FONT:
    MAIN COLOR: #7e2e23
    SECONDARY COLOR: #bdbdbd
*/
/*============================================================================================*/

/************/
/* ELEMENTS */
/************/

* {
    font-family: 'Fira Sans', sans-serif; 
}

.btn-primary {
    color: #333;
    background-color: transparent;
    border-color: #bdbdbd;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus {
    color: #333;
    background-color: transparent;
    border-color: #bdbdbd;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.thumbnail {
    border: none;
}

/*
#fp-featured-modal .modal-body, #facilities-modal .modal-header {
    padding: 15px 15px 0 0;
    border-bottom: none;
}
*/

/*
#fp-featured-modal .modal-body .modal-logo {
    width: 100px;
    height: auto;
    display: inline-block;
}
*/

.modal .modal-body button.close {
    position: absolute;
    right: 15px;
    color: #7e2e23;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1000;
}

/*
#fp-featured-modal .modal-body .glyphicon, #facilities-modal .modal-header .glyphicon {
    color: #7e2e23;
}
*/

.carousel-product-image.carousel-control {
    top: initial !important;
    bottom: -3px !important;
}

.carousel-product-image .item .bs-img {
    display: none;
}

.carousel-product-image .item .carousel-prod-fs-bs {
    text-align: center;
}

#carousel-product-image .carousel-inner .item img {
    width: 90% !important;
}

.carousel-prod-fs-bs {
    margin-bottom: 15px;
}

.carousel-prod-fs-bs .carousel-btn-back, .carousel-prod-fs-bs .carousel-btn-back:hover, .carousel-prod-fs-bs .carousel-btn-back:active {
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

.carousel-prod-fs-bs .carousel-btn-front, .carousel-prod-fs-bs .carousel-btn-front:hover, .carousel-prod-fs-bs .carousel-btn-front:active {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.carousel-btn-front, .carousel-btn-back, .carousel-btn-front:active, .carousel-btn-back:active, .carousel-btn-front:focus, .carousel-btn-back:focus, .carousel-btn-front:hover, .carousel-btn-back:hover, .carousel-btn-front:visited, .carousel-btn-back:visited {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.carousel-prod-fs-bs, .prod-term {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.carousel-prod-fs-bs, .prod-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-product-image .item .carousel-prod-imgs {
    text-align: center;
}

.carousel-control, .carousel-control:hover, .carousel-control:active, .carousel-control:focus, .carousel-control:visited, .carousel-control:active:focus {
    color: #bdbdbd;
    text-shadow: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-box-shadow: none;
            box-shadow: none;
}

.carousel-control {
    position: absolute;
    background-image: none !important;
    width: 105px;
    font-size: 16px;
}

.carousel-control.right {
    float: right;
}

.btn-default.carousel-control, .btn-default.carousel-control:hover {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
}

.btn-default .glyphicon {
    color: #bdbdbd;
}

a, a:hover, a:active, a:focus, a:visited {
    outline: none;
    color: #7e2e23;
    text-decoration: none;
}

.pig-areas-container h4 {
    text-transform: uppercase;
    text-align: center;
}

.title-section h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.title-section h2 span {
    font-weight: 700;
}

/*============================================================================================*/


/**********/
/* HEADER */
/**********/

/* NAV MENU */

.logo-header img {
    width: 165px;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}

#main-menu ul {
    float: right;
    margin-top: 25px;
}

#main-menu ul li a {
    font-size: 18px;
    text-align: center;
}

#main-menu ul li a:hover, #main-menu ul li a:focus {
    color: #777;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-header h3 {
    float: right;
    margin-right: 15px;
    margin-top: 30px;
    color: #777;
}

.navbar-toggle {
    margin-top: 28px;
}

/* NAVIGATION */

.navigation {
    margin-bottom: 35px;
}

.navigation ul {
    text-align: center;
}

.navigation ul li {
    display: inline-block;
    color: #bdbdbd;
}

.navigation li a, .navigation li a:hover, .navigation li.disabled {
    color: #bdbdbd;
    text-decoration: none;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.navigation li.active a {
    background-color: #adadad;
    color: #fff;
}

/* LANGUAGE MENU */

.menu-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: right;
    list-style-type: none;
    padding: 0;
}

.menu-list-xs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: right;
    list-style-type: none;
    padding: 0;
}

.menu-list-xs .language-menu {
    margin-top: 32px;
}


.menu-list-xs .lang-menu-container {
    margin-top: 10px;
}

.language-menu {
    display: inline-block;
    margin-top: 36px;
}

.language-menu #dropdownMenu1 {
    border: none;
    padding: 0;
}

.language-menu #dropdownMenu1, .language-menu #dropdownMenu1:hover, .language-menu #dropdownMenu1:active, .language-menu #dropdownMenu1:focus, .language-menu #dropdownMenu1:visited {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.language-menu #dropdownMenu1 i {
    font-size: 25px;
    color: #777;
}

.language-menu #dropdownMenu1 .caret {
    vertical-align: super;
    color: #777;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.language-menu ul {
    min-width: auto;
    right: 0;
}

.language-menu .dropdown-menu {
    left: inherit;
}

.menu-list-xs h3 {
    font-size: 20px;
    margin-top: 54px;
    margin-right: 10px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    #main-menu ul li a {
        font-size: 16px;
    }
    
    .nav>li>a {
        padding: 10px 10px;
    }
    
    .language-menu {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-top: 45px;
    }
    
    .menu-list-xs .language-menu {
        margin-top: 50px;
    } 
    
    .menu-list {
        float: none;
        width: 100%;
    }
    
    .menu-list .main-menu {
        width: 100%;
    }
    
    #main-menu .navbar-nav {
        float: none!important;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    #main-menu {
        border: none;
    }
    
    #main-menu .navbar-nav li {
        border-bottom: 1px solid #eee;
    }
    
    #main-menu .navbar-nav li:last-child {
        border-bottom: none;
    }
}

/*============================================================================================*/

/**************/
/* FRONT PAGE */
/**************/

/* SLIDE TO FADE */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function:linear;
          transition-timing-function:linear;

}

.carousel-fade .carousel-inner .active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.top-slider .carousel-control, .top-slider .carousel-control:hover, .top-slider .carousel-control:active, .top-slider .carousel-control:focus, .top-slider .carousel-control:visited, .top-slider .carousel-control:active:focus {
    color: #fff;
}

#carousel-top .glyphicon {
    text-shadow: 1px 1px #333;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (max-width:767px) {
    .carousel-fade .carousel-control {
        font-size: 30px;
        bottom: 20%;
    }
    
    #carousel-top .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 30%;
    }
    
    #carousel-top .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 30%;
    }
}
/*==================================*/

/* SLIDER */

.header-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.header-container img {
    display: block;
    width: 100vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.header-title-container {
    position: absolute;
    top: 30%;
    left: 10%;
    background-color: rgba(255,255,255,0.6);
    color: black;
    padding: 10px 85px 10px 25px;
}


.header-title-container h2 {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 24px;
}

.header-title-container h3 {
    font-weight: 400;
    margin-top: 0px;
}

.top-slider {
    margin-bottom: 20px;
}

/* CONTENT */

.title-featured-products-fp h2 {
    text-align: center;
    text-transform: uppercase;
}

.title-featured-products-fp h2 span {
    font-weight: 700;
}

.list-categories-products-fp {
    margin-bottom: 35px;
}

.list-categories-products-fp ul {
    text-align: center;
    padding-left: 0px;
} 

.list-categories-products-fp ul li {
    display: inline-block;
    border: 1px solid #bdbdbd;
    margin-right: -4px;
    border-right: none;
    padding: 5px 20px;
    list-style: none;
} 

.list-categories-products-fp ul li a {
    text-align: center;
    text-transform: uppercase;
    color: #bdbdbd;
}

.list-categories-products-fp ul li a:hover {
    text-decoration: none;
}

.list-categories-products-fp ul li.active {
    background-color: #adadad;
}

.list-categories-products-fp ul li.active a {
    color: #fff;
} 

.list-categories-products-fp ul li:first-child {
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
}

.list-categories-products-fp ul li:last-child  {
    -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
    border-right: 1px solid #bdbdbd;
}

/*
.featured-product-fp img, .featured-product-fp .item img {
    border-bottom: 1px solid #bdbdbd;
}
*/

.featured-bs-img {
    display: none;
}

.featured-product-fp hr, .list-categories-products-fp hr {
    border-bottom: 1px solid #bdbdbd;
    margin-top: 0px;
}

.featured-product-fp hr {
    margin-bottom: 0px;
}

.featured-product-fp h3 {
    text-align: center;
    text-transform: uppercase;
    color: #bdbdbd;
    margin-top: 10px;
    min-height: 55px;
    font-size: 20px;
}

.featured-product-fp a:hover, .featured-product-fp a:focus {
    text-decoration: none;
}

.featured-product-fp {
    margin-bottom: 20px;
}

.carousel-caption {
    bottom: 70px;
    text-align: left;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 10px 0px;
}

.carousel-indicators {
    position: initial;
}

.carousel-indicators li {
    border: 1px solid #bdbdbd;
}

.carousel-indicators .active {
    background-color: #bdbdbd;
}

.btn-see-more {
    text-align: center;
    margin-bottom: 20px;
}

.btn-see-more a {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 20px;
}

.btn-see-more a:hover, .btn-see-more a:focus {
    text-decoration: none;
}

.top-img-instalaciones {
    margin-bottom: 22px;
}

.box-img-instalaciones {    
    padding: 0px 15px 0 0;
}

.bg-featured-section-fp {
    background-color: #e9e9e9;
}

.featured-section-fp-content {
    margin: 35px 0px;
}

.featured-section-fp-content h2 {
    text-transform: uppercase;
    margin: 0px;
}

.featured-section-fp-content h2 span {
    font-weight: 700;
}

.featured-section-fp-content p {
    font-weight: 300;
    margin-top: 15px;
    font-size: 16px;
}

.gallery-plants {
    margin: 20px 0px;
}


.featured-section-fp-img img {
    width: 331px;
}

.title-last-news h2 {
    text-align: center;
    text-transform: uppercase;
}

.title-last-news h2 span {
    font-weight: 700;
}

.box-last-news {
    margin-bottom: 25px;
}

.content-last-news a {
    color: #333;
}

.content-last-news a:hover, .content-last-news a:focus {
    text-decoration: none;
}

.content-last-news h4 {
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}

.content-last-news p {
    font-weight: 100;
}

.content-last-news .btn-see-more-last-news {
    text-transform: uppercase;
}

.section-featured-product {
    margin-bottom: 30px;
}

.section-featured-product-fp {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .header-container .header-title-container h2, .header-container .header-title-container h3 {
        font-size: 18px;
    }
    
    .list-categories-products-fp ul li {
        border-right: 1px solid #bdbdbd;
        margin-bottom: 10px;
    }
    
    .box-img-instalaciones {    
        padding: 5px;
    }
    
    .right-mini-gallery {
        margin-top: 20px;
    }
    
    .header-title-container {
        padding: 10px 20px 10px 20px;
        top: initial;
        bottom: 5%;
        left: 0;
        right: 0;
    }
    
    .header-container .header-title-container h2, .header-container .header-title-container h3 {
        font-size: 16px;
    }
}


/*============================================================================================*/

/*************/
/* PRODUCTS */
/***********/

.pig-areas-container h4 {
    margin: 0;
}

.featured-product-fp img {
    padding: 10px;
}

@media (max-width:767px) {
    .pig-areas-container {
        margin-bottom: 20px;
    }
}

/*============================================================================================*/

/************/
/* COMPANY */
/**********/

.who-we-are {
    margin-top: 30px;
    background-color: #eee;
}

.who-we-are h2 {
    text-transform: uppercase;
}

.who-we-are p, .who-we-are a {
    font-weight: 300;
}

.who-we-are a {
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 20px;
}

@media (min-width:768px){
    .bg-where-we-are {
        background: url('/wp-content/uploads/2016/06/headers-bruguer-where-we-are-opacity.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 30px 0px 10px 0;
    }
}

@media (max-width:767px){
    .bg-where-we-are {
        background: url('/wp-content/uploads/2016/06/headers-bruguer-where-we-are-opacity-mobile.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 30px 0px;
    }
}

.where-we-are {
    padding: 35px 0px;
}

.where-we-are h2:first-child {
    text-transform: uppercase;
}

.where-we-are h2, .where-we-are p {
    font-weight: 300;
    color: #fff;
}

.where-we-are p {
    font-size: 16px;
}

.btn-see-more-who-we-are {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-see-more-who-we-are a {
    border: 1px solid #333;
    color: #333;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 20px;
}

.btn-see-more-who-we-are a:hover, .btn-see-more-who-we-are a:focus {
    text-decoration: none;
}

.img-who-we-are {
    padding-left: 0px;
}

.sidebar-company {
    margin-bottom: 25px;
}

.sidebar-company h4 {
    text-align: center;
    color: #bdbdbd;
}

.where-we-are {
    text-align: center;
}

.where-we-are .btn-see-more {
    margin-top: 20px;
}

.where-we-are .btn-see-more a {
    border: 1px solid #fff;
    color: #fff;
}

@media (max-width: 991px) {
    .img-who-we-are {
        padding-right: 0px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .img-who-we-are img {
        height: 263px;
    }
}

/*============================================================================================*/

/**************/
/* OUR FARMS */
/************/

.content-our-farms p {
    font-weight: 100;
}

.content-our-farms-facilities h1 {
    text-align: center;
    color: #777;
}

.content-our-farms-facilities hr {
    border-bottom: 1px solid #bdbdbd;
}

.content-our-farms-facilities .entry-content-page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-famrs-facilities {
    list-style: none;
}

.sidebar-farm-facilities .sidebar-banner-title-container h4 {
    text-align: center;
    color: #777;
}

@media (max-width: 767px) {
    .img-our-farms img {
        margin-bottom: 20px;
    }
}

/*============================================================================================*/

/*******************/
/* OUR FACILITIES */
/*****************/

.content-our-facilities p, .content-our-facilities ul li {
    font-weight: 100;
}

.content-our-facilities h4 {
    text-decoration: underline;
    font-size: 16px;
}

.content-our-facilities ul {
    padding-left: 25px;
}

.content-our-facilities .col-sm-6 {
    padding-left: 0px;
}

.title-gallery {
    text-transform: uppercase;
    text-align: center;
}

#facilities-modal .carousel-control, #facilities-modal .carousel-control:hover, #facilities-modal .carousel-control:active, #facilities-modal .carousel-control:focus, #facilities-modal .carousel-control:visited, #facilities-modal .carousel-control:active:focus{
    width: 45px;
    color: #fff;
}

#facilities-modal .carousel-control.carousel-facilities .glyphicon {
    font-size: 24px;
    text-shadow: 1px 1px #333;
}

#facilities-modal .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 80%;
}

#facilities-modal .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 80%;
}

#facilities-modal .carousel-inner .thumbnail {
    margin-bottom: 0px;
}

@media (min-width:992px) {
    #facilities-modal .carousel-control.carousel-facilities .glyphicon {
        font-size: 30px;
    }
    
    #facilities-modal .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 180%;
    }
    
    #facilities-modal .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 180%;
    }
}

@media (max-width: 991px) {
    #facilities-modal .img-our-facilities img {
        margin-bottom: 20px;
    }
    
    #facilities-modal .close {
        right: 2px;
        top: 1px;
    }
}

/*============================================================================================*/

/*********/
/* BLOG */
/*******/

.title-home-blog h2 {
    text-transform: uppercase;
    text-align: center;
}

.title-home-blog hr {
    border-bottom: 1px solid #bdbdbd;
    margin-top: 10px;
}

.sidebar-blog {
    list-style: none;
}

.sidebar-blog .sidebar-banner-title-container h4 {
    text-align: center;
    color: #777;
}

.content-home-blog a, .content-single-blog a {
    color: #777;
}

.content-home-blog a:hover, .content-home-blog a:focus, .content-single-blog a:hover {
    text-decoration: none;
}

.content-home-blog p, .content-single-blog p {
    font-weight: 100;
}

.content-home-blog .btn-see-more {
    text-align: left;
}

.content-home-blog .btn-see-more a {
    color: #777;
}

.content-single-blog, .sidebar-single-blog {
    margin-top: 30px;
}

.content-single-blog hr {
    border-bottom: 1px solid #bdbdbd;
}

.share-icons {
    text-align: right;
    margin-bottom: 20px;
}

.share-icons a {
    color: #777;
    padding: 5px;
}

.share-icons a:hover {
    text-decoration: none;
}

/*============================================================================================*/

/*******************/
/* SINGLE PRODUCT */
/*****************/

.content-single-product h1 {
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: 300;
}

.content-single-product p {
    font-weight: 300;
}

.title-featured-products-single {
    margin-top: 35px;
    margin-bottom: 25px;
}

.title-featured-products-single h2 {
    text-align: center;
    text-transform: uppercase;
}

.title-featured-products-single h2 span {
    font-weight: 700;
}




/*============================================================================================*/

/************/
/* CONTACT */
/**********/

.form-map-contact {
    margin-bottom: 40px;
}

.form-contact ul{
    padding-left: 0px;
}

.form-contact .gform_footer {
    text-align: center;
}

.form-contact .gform_footer input {
    color: #777;
}

.address-contact {
    margin: 0px;
}

.content-address-contact {
    margin-top: 10px;
}

.content-address-contact h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
    margin-bottom: 15px;
}

.content-address-contact ul {
    text-align: center;
    list-style: none;
    padding-left: 0px;
}

.content-address-contact ul li {
    margin-bottom: 5px;
}

.content-address-contact ul li a {
    color: #777;
}

.content-address-contact ul li a:hover, .content-address-contact ul li a:focus {
    text-decoration: none;
    color: #777;
}

.work-fluid-img {
    position: relative;
    background-color: rgb(238, 238, 238);
}

.work-fluid-caption {
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 100%;
}

.work-fluid-caption .well {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-bottom: 0px;
    height: 100%;
    padding-top: 3%;
    text-align: center;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -webkit-border-radius: 0px;
            border-radius: 0px;
}

.work-fluid-caption .well h1 {
    margin-bottom: 40px;
}

.form-contact, .address-contact {
    color: #777;
}

.form-contact h2, .address-contact h2 {
    color: #333;
}

.form-contact hr, .address-contact hr {
    border-bottom: 1px solid #bdbdbd;
}

.work-fluid-caption .btn-see-more a {
    color: #fff;
    border: 1px solid #fff;
}

.title-mini-gallery {
    text-transform: uppercase;
    text-align: center;
}

.title-mini-gallery h2 span {
    font-weight: 700;
}

.gallery-plants .btn-see-more {
    margin-top: 30px;
}

.gallery-plants .title-mini-gallery {
    margin-bottom: 10px;
    text-align: center;
}

.form-contact #gform_confirmation_message_1 {
    text-align: center;
}

.form-contact #gform_confirmation_message_1 p {
    font-size: 17px;
}

.form-contact #gform_wrapper_1 label {
    font-weight: 500;
}

#gform_fields_1 .ginput_container.ginput_container_checkbox, #gform_fields_1 .gfield_label{
    padding-left: 15px;
}
/*============================================================================================*/

/***************/
/* AVÍS LEGAL */
/*************/

.content-legal-warning header h1 {
    text-align: center;
}

.content-legal-warning ol {
    padding-left: 15px;
}


/*============================================================================================*/

/**********/
/* FOOTER */
/**********/

footer {
    border-top: 1px solid #7e2e23;
    padding-top: 15px;
}

.certification-footer, .info-contact-footer {
    margin-top: 15px;
}

.certifications-footer {
    text-align: center;
}

.certifications-footer img {
    width: 70px;
    display: inline-block;
}

.logo-footer img {
    width: 200px;
}

.info-contact-footer {
    text-align: right;
}

.info-contact-footer a {
    text-align: right;
    color: #7e2e23;
}

.info-contact-footer a:hover, .info-contact-footer a:focus {
    text-decoration: none;
}

.logo-footer img {
    .certifications-footer {
        width: 60px;
    } 
}

@media (min-width: 768px) and (max-width:991px) {
    .info-contact-footer {
        text-align: center;
    }
    
    .certifications-footer img {
        width: 55px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .info-contact-footer {
        text-align: center;
    }
}


