/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

/* Cabecera */

.sticky-wrapper {
    height: 120px !important;
}

@media (max-width: 991px) {
    .sticky-wrapper {
        height: 90px !important;
    }
}

@media (min-width: 1170px) {
    #masthead .container {
        width: 1170px !important;
    }

    #masthead .nav.navbar-nav>li {
        padding-left: 9px !important;
        padding-right: 10px !important;
    }

    @-moz-document url-prefix() {
        #masthead .nav.navbar-nav>li.dropdown {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .menu-container {
        margin-left: 120px;
    }

    #masthead .nav.navbar-nav>li.dropdown {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    @-moz-document url-prefix() {
        #masthead .nav.navbar-nav>li.dropdown {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }
    }
}

@media (min-width: 992px) and (max-width: 1120px) {
    .menu-container {
        margin-left: 70px;
    }
}

@media (max-width: 1170px) {
    .menu .nav>li>a {
        padding-left: 10px;
        padding-right: 9px;
        font-size: 20px;
    }

    @-moz-document url-prefix() {
        .menu .nav > li > a {
            font-size: 19px;
        }
    }

    .menu .dropdown-menu>li>a {
        font-size: 16px;
    }

    #masthead .dropdown-menu {
        min-width: 350px !important;
    }
}

/*.sticky-wrapper {
    background-color: #0b9dce;
}*/

.navbar-brand {
    padding: 5px 0 !important;
    line-height: 2.5em !important;
}

@media (min-width: 768px) {
    .navbar-scrolled .navbar-brand {
        line-height: 1.8em !important;
    }
}

@media (max-width: 991px) {
    .navbar-sticky .navbar-collapse {
        max-height: inherit !important;
    }
}

.navbar-brand .logo-green {
    color: #00857d;
}

@media (max-width: 400px) {
    .navbar-brand .logo-green, .navbar-brand .logo-black {
        font-size: 80%;
    }
}

@media (max-width: 350px) {
    .navbar-brand .logo-green, .navbar-brand .logo-black {
        font-size: 65%;
    }
}

@media (max-width: 320px) {
    .navbar-brand .logo-green, .navbar-brand .logo-black {
        display: none;
    }
}

.menu-right ul.dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

.submenu-right ul.dropdown-menu {
    left: auto !important;
    right: 100% !important;
}

#masthead:not(.navbar-scrolled) {
    /*background: rgba(255, 255, 255, 0.85) !important;*/
    background: rgba(0, 128, 128, 1) !important;
    /*background: rgba(76, 183, 219, 0.95) !important;*/
}

#masthead:not(.navbar-scrolled) .dropdown-menu {
    background: rgba(0, 128, 128, 0.95);
}

#masthead.header-logo-left-menu-below .container-logo {
    background: rgba(252, 250, 250, 1) !important;
}

.transparent-header .navbar-collapse.main-navbar {
    background-color: transparent !important;
}

#masthead {
    background: rgba(19, 150, 150, 1) !important;
    /*background: rgba(76, 183, 219, 1) !important;*/
}

.menu a .menu-icon {
    font-size: inherit !important;
    vertical-align: top !important;
}

#masthead .dropdown-menu .menu-icon {
    margin-right: 12px;
}

.logo-sidebar .fa {
    color: #008080 !important;
}

.logo-sidebar .fa:hover {
    color: auto !important;
}

.social-simple li a i {
    font-size: 120%;
}

.navbar-header-menu {
    float: left;
}

.navbar-header-menu a {
    color: #1c1c1c !important;
    font-size: 80%;
}

@media (max-width: 1169px) {
    .navbar-header-menu a {
        font-size: 80% !important;
    }
}

.menu-widget li, .navbar-header-menu li {
    display: inline;
}

.header-logo-left-menu-below .nav>li:first-child>a {
    padding-left: 10px;
    padding-right: 10px;
}

.main-navbar li:hover {
    background-color: rgba(51, 160, 160, 1);
}

.main-navbar li.active, .main-navbar li.current-menu-ancestor {
    /*background-color: #2f4fa8;*/
    background-color: rgba(0, 104, 104, 1);
}

.navbar-header-menu li.active a:after, .navbar-header-menu li.current-menu-ancestor:after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;

    border-width: 0 0 4px;
    border-style: solid;
    /*border-color: rgba(47, 79, 168, 0.65);*/
    border-color: transparent;
}

/*#masthead .menu, #masthead.menu, #navbar-slide.menu, .dropdown-menu>li>a {
    font-weight: 600 !important;
}*/

.dropdown-submenu > a:after {
    content: "\f105";
    margin-right: -8px !important;
}

@media (max-width: 991px) {
    .menu .container {
        padding-left: 0;
        padding-right: 0;
    }

    #masthead .dropdown-menu {
        min-width: auto !important;
    }

    .navbar-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    #masthead:not(.navbar-scrolled) {
        background: rgba(0, 128, 128, 1) !important;
    }

    #masthead:not(.navbar-scrolled) .dropdown-menu {
        background: rgba(0, 128, 128, 1);
    }

    /*.menu .dropdown-submenu > .dropdown-menu {
        display:block;
    }*/

    .navbar-nav .open .dropdown-submenu .dropdown-menu {
        display: block;
    }

    .menu .dropdown-menu>li>a {
        padding-left: 20px !important;
    }

    .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
        padding-left: 30px !important;
        font-size: 15px;
    } 

    .menu .dropdown:not(.dropdown-submenu) > a:after {
        display: block;
        content: "\f107";
        float: right;
        margin-right: -2px;
        font-family: FontAwesome;
    }

    .menu .dropdown-submenu > a:after {
        display: none;
        content: "\f107";
        float: right;
        margin-right: -7px;
        font-family: FontAwesome;
    }
}

@media (min-width: 992px) {
    #masthead .nav-container {
        min-width: 1220px !important;
    }

    #masthead .menu-container {
        margin-right: 30px;
    }

    #masthead .menu-sidebar {
        float:none;
    }

    .mobile-top-menu {
        display: none;
    }
}

.mobile-top-menu hr {
    margin: 0 0 5px 0;
}

.mobile-top-menu .fa {
    color: #ffffff;
}

.section-fullheight .dark-title {
    margin: 0 auto;
    margin-top: 150px !important;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

.section-fullheight h2.dark-title {
    width: 80%;
}

.section-fullheight h3.dark-title {
    width: 60%;
}

/* Homepage */

.slogan-container {
    margin: 0 !important;
    padding: 0 !important;
}

.slogan-0 {
    position: absolute;
    font-size: 200%;
    background: rgba(0,0,0,0.5);
    padding: 20px 40px;
    color: #fff;
    width: 43%;
    bottom: 10%;
    right: 18%;
}

@media (max-width: 1400px) {
    .slogan-0 {
        font-size: 180%;
        right: 8%;
        width: 52%;
    }
}

@media (max-width: 991px) {
    .slogan-0 {
        font-size: 150%;
        right: 8%;
        width: 84%;
        bottom: 6%;
    }
}

@media (max-width: 480px) {
    .slogan-0 {
        font-size: 110%;
    }
}

@media (max-width: 320px) {
    .slogan-0 {
        font-size: 100%;
        padding: 10px 15px;
    }
}

.go-bottom {
    position:fixed;
    bottom: 0;
    text-align: 0;
    font-size: 200%;
    background-color: rgba(0,0,0,0.5);
    padding: 0px 60px;
}

.go-bottom .fa {
    color: #ffffff;
}

.newsletter-email, .newsletter-name {
    background-color: #fff !important;
    border-radius: 15px;
    padding: 16px !important;
    margin-right: 0px;
    margin-top: 17px;
    width: 90% !important;
    max-width: 400px;
}

.newsletter-btn {
    float: none !important;
    width: 120px !important;
    margin-top: 14px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .newsletter-email, .newsletter-name {
        margin-top: 3px;
    }

    .newsletter-btn {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .newsletter-email, .newsletter-name {
        margin-bottom: 17px;
    }
}

/*@media (max-width: 413px) {
    .newsletter-email {
        margin-bottom: 10px;
    }
}*/

.ajax-loader {
    position: absolute;
}

.slogan-1 {
    margin-top: 200px;
    font-size: 195%;
    clear: both;
    line-height: 40px;
}

.slogan-2 {
    font-size: 140%;
    float: right;
    color: #aaa;
    clear: both;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 200px;
}

.title-dark-green {
    color: #aaaaaa;
    font-size: 3.7em;
    line-height: 1em;
    font-family: Ubuntu, sans-serif;
    font-weight: 900;
}

.title-light-green {
    color: #008080;
    font-size: 3.7em;
    line-height: 1em;
    font-family: Ubuntu, sans-serif;
    font-weight: 900;
}

@media (max-width: 1400px) {
    .title-dark-green, .title-light-green {
        font-size: 3em;
    }
}

.service-box.one {
    background-color: #009ccb;
}

.service-box.two {
    background-color: #00b8dd;
}

.service-box.three {
    background-color: #12cce9;
}

.service-box.four {
    background-color: #62ddf6;
}

.service-box .one {
    color: #009ccb;
}

.service-box .two {
    color: #00b8dd;
}

.service-box .three {
    color: #12cce9;
}

.service-box .four {
    color: #62ddf6;
}

.service-box {
    color: #ffffff;
    text-align: center;
}

.service-box:hover {
    opacity: 0.8;
}

.service-box .plus-sign-container {
    width: 100%;
    padding:15px;
}

.service-box .plus-sign .fa {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    padding: 5px 7px;
    border-radius: 50px;
    float: right;
}

.service-box-title {
    margin: 15px 30px;
    font-weight: 900;
}

/*@media (min-width: 992px) {
    .service-box-title {
        min-height: 96px;
    }
}*/

.service-box-footer {
    background-color: #104ead;
    font-size: 0.75em;
}

.service-box-footer p {
    padding: 10px;
}

.service-box-footer .arrow-down {
    margin: 0 auto;
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid;
}

.wpb_revslider_element.wpb_content_element {
    font-size: 0;
}

.green-title {
    font-weight: 900 !important;
    color: #12cce9;
    font-size: 2em;
    margin: 40px 0;
}

.green-title span {
    font-weight: normal !important;
}

/* Search */

#masthead .menu-sidebar .top-search input {
    font-size: 22px;
    /*border: 2px solid #3a4346 !important;*/
    background: #008080;
}

.logo-navbar .search-trigger:before {
    border-color: #5b93ab !important;
}

.logo-navbar .search-trigger:after {
    background: #5b93ab !important;
}

.logo-navbar .search-trigger {
    color: #5b93ab !important;
}

/* Contenido */

b, strong, label {
    font-weight: 500;
}

label {
    font-size: 80%;
}

.form-submit {
    margin-top: 20px;
}

/*@media (min-width: 992px) {
    .transparent-header.transparent-menu-below #content {
        margin-top: -30px !important;
    }
}*/

.flexslider blockquote:before {
    content: "\2605 \2605 \2605 \2605 \2605";
    font-size: 26px;
    margin-bottom: 12px;
}

.flexslider blockquote p {
    font-size: 30px;
    color:  #ffffff;
    font-weight: 500;
}

.flexslider blockquote:before {
    position: relative;
    /*line-height: 0.4;*/
}

.flexslider blockquote footer {
    font-size: 24px;
    color: #ffffff;
}

.testimonial-quotes {
    font-size: 50px;
    color: #ffffff;
}

.testimonial-quotes .fa {
    margin-top: 50px !important;
    font-style: italic;
}

p.partners {
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center;
}
p.partners .alignnone {
    padding: 10px;
    margin: 0;
}

.downloadable {
    background-color: #1c1c1c;
    color: #fff;
    font-size: 22px;
}

.downloadable p {
    margin: -11px;
    text-align: center;
}

.downloadable i {
    color: #fff;
    margin: 9px 5px;
}

.downloadable a {
    color: #fff;
}

.downloadable a:hover {
    color: #fff;
}

.breadcrumb-blog {
    right: 20px !important;
}

.vc_gitem-post-data-source-post_date.vc_gitem-post-data {
    display: none !important;
}

/* Acordeón */
.panel-heading h3 {
    margin: 0;
    line-height: 1em;
}

.display-location-map-link .panel-heading .fa {
    color: #ffffff;
} 

.display-location-map-link .accordion-toggle + a.location-map-link {
    display: auto;
}

.display-location-map-link .accordion-toggle.collapsed + a.location-map-link {
    display: none;
}

.reservation-email {
    background-color: #fff !important;
    border-radius: 15px;
    padding: 17px;
    margin-right: 6px;
    width: 200px;
}

/* Eventos */

.jumbotron {
    padding-top: 20px;
}

.jumbotron h2 {
    font-size: 32px;
}

.ecs-event-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-wrap: normal;
}

.ecs-event-list .row:nth-child(even) {
    /*background-color: rgba(186, 189, 182, 0.2);*/
    background-color: rgba(0, 128, 128, 0.2);
}

.ecs-event-list .row:nth-child(odd) {
    /*background-color: rgba(186, 189, 182, 0.4);*/
    background-color: rgba(0, 128, 128, 0.4);
}

.ecs-event-list .row:first-child {
    margin-top: 30px;
    /*background-color: rgba(76, 183, 219, 0.8);*/
    background-color: rgba(0, 128, 128, 1);
    color: #fff;
    padding: 5px 0;
}

.ecs-event-list li {
    padding: 5px 0 15px 0;
    margin: 10px 0;
    min-height: 70px;
}

.ecs-event-list li a {
    font-size: 80%;
}

.ecs-event-list li a:not(.btn) {
    font-weight: 600;
}

.ecs-event-list .action a.btn {
    margin-top: 10px;
    margin-bottom: 15px;
}

.ecs-event-list li.ecs-event h4 {
    font-size: 130%;
    margin: 0;
    margin-bottom: 15px;
}

.ecs-event-list li.ecs-event span {
    font-size: 90%;
}

.ecs-event-list li.ecs-event span:before {
    white-space: pre;
}

.ecs-event-list li.ecs-event img {
    max-height: 220px;
}

.ecs-event-list p.ecs-excerpt {
    font-size: 100%;
    margin-top: 10px;
}

#tribe-events {
    margin-top: 50px;
}

.tribe-events-event-image-custom {
    margin-bottom: 30px;
}

.type-tribe_events {
    padding: 0.5em 0;
}

.tribe-events-calendar td a {
    font-size: 13px !important;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    line-height: 0.5;
}

div.tribe-events-tooltip h3 {
    font-size: 18px !important;
}

div.tribe-events-tooltip {
    padding: 10px;
}

div.tribe-event-duration {
    padding-bottom: 10px;
}

div.tribe-events-event-thumb img {
    margin-right: 7px;
}

/*.tribe-events-event-image-custom img {
    max-width: 450px;
}*/

/* Formulario de contacto */

.lead {
    font-size: 20px !important;
}

.wpcf7-form-control {
    width: 100%;
    padding: 5px 10px;
}

.wpcf7-form-control-wrap.your-message textarea {
    min-height: 180px;
}

.wpcf7-form input[type="submit"] {
    float: right;
}

.wpcf7-list-item {
    margin-right:25px;
}

.wpcf7-list-item-label {
    margin-left:5px;
}

li.separator {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, .1);
    margin-bottom: -20px;
    width: 315px;
}

@media (max-width: 990px) {
    #mc_embed_signup_scroll {
        text-align: center;
    }
}

/* Staff */

.staff-list-container h3.figure-caption-title {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
}

.staff-list-container h3.figure-caption-title strong {
    font-weight: 700;
}

.staff-list-container .figure-caption span, .staff-list-container .figure-caption-description {
    font-size: 18px;
}

.staff-list-container h3.figure-caption-title ul.social-icons {
    display: inline;
}

.staff-list-container h3.figure-caption-title ul.social-icons li {
    margin-right: -10px;
}

.staff-list-container .figure .figure-image {
    border-radius: 50%;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.avatar {
    border-radius: 50%;
}

/* Sidebar author widget */

.blog .mks_author_widget {
    display: none;
}

.mks_author_widget {
    text-align: center;
}

.mks_author_widget h3 {
    margin: 0;
    font-size: 120%;
}

.mks_author_widget > h3:first-child {
    float:left !important;
    margin-bottom: 11.5px;
}

.mks_author_widget p {
    margin: 0;
    font-size: 80%;
}

.mks_author_widget i.fa {
    color: #3b5998;
    font-size: 120%;
}

.mks_author_widget img {
    margin: 0 !important;
    float:none !important;;
}

.mks_autor_link_wrap {
    margin:0 ;
    font-size: 80%;
}

/* Blog footer author widget */

/*.post .author-info {
    background-color: #3a4346 !important;
    color: #ffffff !important;
    padding: 40px;
    font-style: italic;
}

.post .author-info-before {
    margin-top: 40px;
    background: rgba(0, 0, 0, .1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 1px;
}

.post .author-info img {
    max-width: 100px;
    margin-bottom: 30px;
}

.post .author-info p {
    text-align: left;
    margin-top: 10px;
    font-size: 0.9em;
}

.post .author-info p i {
   color: #ffffff;
}

.post .author-info h4, .post .author-info h5, .post .author-info h6 {
    color: #ffffff;
    margin-top: 0;
    text-align: left;
}

*/

.post .author-info h3 {
    font-size: 22px;
}

/*
.post .author-info h4 {
    margin-bottom: 30px;
}

.post .author-info h5 {
    font-size: 1.1em;
    margin-bottom: 0px;
}

.post .author-info h6 {
    font-size: 0.95em;
}

@media (max-width: 991px) {
    .post .author-info {
        padding: 30px 20px 10px 20px;
    }

    .post .author-info p, .post .author-info h4, .post .author-info h5, .post .author-info h6 {
        text-align: center;
    }
}
*/

@media (max-width: 767px) {
    .staff-list-container .figure-image {
        width: 55%;
        height: 55%;
    }
}

@media (max-width: 600px) {
    .staff-list-container .figure-image {
        width: 65%;
        height: 65%;
    }
}

.staff-list-container .figure-image:hover {
    /* Activar sólo si las imágenes son enlaces */
    /*opacity: 0.8;*/
}

.staff-list-container .figure-overlay {
    display:none;
}

/* Blog */

.post-head {
    margin-top: 30px;
}

.post-grid-overlay .post-grid-content-title {
    color: #fff !important;
}

h3.post-related-title {
    font-size: 22px;
}

.post-grid-overlay h4.post-grid-content-title {
    font-size: 24px;
}

.comment-reply-title {
    font-size: 22px;
}

p.logged-in-as, p.akismet_comment_form_privacy_notice {
    font-size: 80%;
}

.blog .section-opaque {
    height: 540px;
}

.blog-header {
    padding-top: 135px;
}

.blog-header h1 {
    margin-top: 66px !important;
    max-width: 50%;
    background: rgba(0, 128, 128, 0.5);
}

.blog .container .element-top-50, .single-post .container .element-top-50, .category .container .element-top-50, .tag .container .element-top-50 {
    margin-top: 50px !important;
}

.post-more {
    text-align: left;
}

.blog .tribe_events {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E6E6E6;
}

textarea.suggestions {
    min-height: 100px;
}

.widget_tag_cloud ul a {
    font-size: 0.8em !important;
}

/* Pie de página */

#footer .sidebar-widget {
    margin-bottom: 24px !important;
}

#footer .sidebar-widget h3 {
    color: #fff !important;
}

#footer .subfooter .sidebar-widget {
    margin-bottom: 0 !important;
}

#footer .element-bottom-40 {
    margin-bottom: 20px !important;
}

#footer .post-date {
    margin-top: -7px;
    font-size: 0.75em;
}

#menu-menu-pie-de-pagina li a {
    font-size: 17px;
}

#footer .menu-item:not(:first-child):before {
    content: '|';
    padding-right:12px;
}

.widget_recent_entries a {
    font-weight: 300;
}

@media (max-width: 992px) {
    .go-top {
        display: block !important;
    }
}

#cookie-notice {
    border-top: 1px solid #323232;
}

@media (max-width: 991px) {
    .cookie-notice-container .button {
        margin-top: 10px;
    }
}

/* Común */

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

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

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.indent-20 {
    padding-left: 20px;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    font-weight: 700 !important;
}

.page h1, .post-body h1 {
    font-size: 46px !important;
}

.page h2, .post-body h2 {
    font-size: 34px !important;
}

.page h3, .post-body h3 {
    font-size: 28px !important;
}

.page h3, .page h4, .page h5, .page h6, .post h3, .post h4, .post h5, .post h6 {
    color: #1c1c1c !important;
}

.no-bullets {
    list-style: none;
    padding-left:0;
}

ul.check-bullets {
    list-style: none;
    padding-left: 25px;
}

ul.check-bullets li {
    margin-top: 10px;
}

ul.check-bullets li:before {
    font-family: 'FontAwesome';
    content: '\f046';
    margin:0 5px 0 -25px;
}

.box-huge.box-round, .box-huge.box-rect, .box-huge.box-square {
    width: 300px;
}

.wpb_wrapper ul {
    list-style: none;
    padding-left:0;
}

.section-opaque {
    height: 440px;
}

@media (max-width: 767px) {
    .section-opaque {
        height: 280px;
    }
}

article .section-opaque {
    height:auto;
}

.container .element-top-50 {
    margin-top: 10px !important;
}

.container h1 {
    margin-bottom: 20px;
}

.mfp-bg {
    /*background-color: #4cb7db !important;*/
    background-color: #000000 !important;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85;
}

.lead {
    font-weight: 300 !important;
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  display:inline-block;
  float:left;
  margin-right: 20px;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #4cb7db;
  /*border-bottom: 1px dashed #2f4fa8;
  box-shadow: 0 2px 0 #4cb7db;*/
}

time.icon em
{
  position: absolute;
  bottom: 0em;
  color: #0099cc;
}

time.icon span
{
  font-size: 2.6em;
  letter-spacing: -0.05em;
  padding-top: 0.75em;
}

/* Social Share Bar */

#crestashareicon {
    padding: 12px 10px 10px 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#crestashareicon .sbutton {
    text-align: center;
    float: none !important;
    margin-top: 12px !important;
}

.cresta-the-count {
    left: 41px !important;
}

@media (max-width: 1392px) {
    #crestashareicon {
        padding: 8px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-radius: 0px;
    }
}

.vc_btn3-color-juicy-pink {
    background-color: #008080 !important;
}

.wpcf7-response-output, .wpcf7-not-valid-tip {
    color: red;
    font-weight: bold;
}

.wpcf7-response-output {
    text-align: left;
}
