/*!
Theme Name: The Soufan Center
Theme URI: http://underscores.me/
Author: Facade Interactive
Author URI: https://facadeinteractive.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-soufan-center
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Soufan Center is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* https://dev.thesoufangroup.com/wp-content/themes/the-soufan-center/inc/fonts/BaskervilleDisplayPT_Display.ttf */

@font-face {
    font-family: Baskerville;
    src: url(/wp-content/themes/the-soufan-center/inc/fonts/BaskervilleDisplayPT_Display.ttf);
}

@font-face {
    font-family: BaskervilleBold;
    src: url(/wp-content/themes/the-soufan-center/inc/fonts/BaskervilleDisplayPT_DisplayBold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: BaskervilleItalic;
    src: url(/wp-content/themes/the-soufan-center/inc/fonts/BaskervilleDisplayPT_DisplayItalic.ttf);
    font-weight: bold;
}

@font-face {
    font-family: BaskervilleItalicBold;
    src: url(/wp-content/themes/the-soufan-center/inc/fonts/BaskervilleDisplayPT_DisplayBoldItalic.ttf);
    font-weight: bold;
}

body {
    width: 100%;
    min-width: 100%!important;
    margin: 0;
    font-family: 'Baskerville', 'Playfair Display';
}

body,
.site-header {
    width: 100%;
    min-width: 100%!important;
}

.container {
    max-width: 1280px;
    margin: auto;
}

footer {
    min-height: 300px;
    background: #231f20;
    color: white;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    display: inline-block;
}

footer .footer-sitemap {
    color: #a5a4a4;
}

footer .footer-sitemap li,
footer .footer-sitemap span {
    font-size: 14px;
    padding-left: 60px;
    font-family: sans-serif;
}

footer .footer-menu li {
    font-size: 18px;
    padding-left: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

footer .footer-social-links li i {
    font-size: 32px;
    padding-left: 50px;
}

footer .footer-logo {
    width: 30%;
    float: left;
    padding-top: 18px;
    text-align: left;
}

footer .footer-links {
    width: 70%;
    float: left;
}

footer .footer-menu a,
footer .footer-sitemap a {
    color: white;
    text-decoration: none;
}

footer .footer-sitemap a {
    color: #a5a4a4;
}

footer .footer-menu {
    float: right;
    margin-bottom: 30px;
}

footer .footer-content {
    padding-top: 66px;
    text-align: right;
}

footer .footer-social-links {
    margin-bottom: 30px;
    float: right;
}

footer #primary-menu {
    line-height: 2;
}

footer .footer-social-links li a {
    text-decoration: none;
    color: white;
}

.clfl {
    clear: both;
    float: none;
}

.menu-toggle {
    display: none;
}

#masthead {
    height: 175px;
    background: black;
    width: 100%;
    z-index: 20;
}

.home #masthead {
    position: absolute;
}

.site-branding {
    width: 30%;
    float: left;
}

.site-branding img {
    width: 260px;
    height: auto;
    padding-top: 20px;
}

.main-navigation {
    width: 70%;
    float: left;
    text-align: right;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.nav-menu li {
    font-size: 24px;
    padding-left: 30px;
    display: inline-block;
}

.nav-menu li a {
    text-decoration: none;
    color: white;
}

.top_head {
    width: 100%;
    height: 50px;
    background: #e8112d;
    color: white;
    font-family: sans-serif;
}

.top_head li {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 30px;
}

.top-head ul.menu-top {
    list-style: none;
    margin: 0;
    display: inline-block!important;
}

.top_head .title-th {
    width: 20%;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.top_head .info-th .info {
    padding-left: 20px;
}

.top_head .title-th:after {
    content: '';
    display: inline-block;
    height: 100%;
    background: white;
    width: 1px;
    height: 22px;
    margin-left: 6px;
}

.top_head .info-th {
    width: 80%;
    float: left;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.page .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.degradient {
    height: 400px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(5, 5, 5, 0.9556197478991597) 37%, rgba(0, 0, 0, 0) 100%);
}

.image-initial {
    padding-top: 125px;
    background-size: 100% auto!important;
    background-repeat: no-repeat;
}

.container #secondary {
    width: 20%;
    float: left;
}

.container .entry-content {
    width: 80%;
    float: left;
}

.entry-content p {
    font-size: 18px;
}

.home #secondary {
    display: none;
}

.menu-top i {
    cursor: pointer;
}

.home article .container {
    display: none;
}

.entry-content,
#secondary {
    margin-top: 50px;
}

.entry-content h2 {
    font-size: 42px;
}

.services-template-default .post-thumbnail img {
    width: 100%;
    height: auto;
}

.services-template-default #masthead {
    position: relative;
}
#primary-menu .sub-menu{
    position: absolute;
    bottom: -69px;
    background: black;
    padding: 20px;
    text-align: left;
    width: auto;
    display: none;
    animation: 2s;
    font-size: 22px;
}

#primary-menu .sub-menu li{
    padding-left: 0;
}
#primary-menu .menu-item:hover > .sub-menu{
    display: block;
    animation: 2s;
    padding-top: 75px;
}
.services-template-default .service-description {
    padding-top: 100px;
}

.services-template-default .service-description .container {
    padding: 50px;
    background: #08080865;
    color: white;
    min-height: 500px;
    max-width: 1100px;
    position: relative;
}

.postid-75 .service-description .container {
    min-height: unset;
}

.services-template-default .service-description .container::before {
    margin: 0!important;
}

.services-template-default h1 {
    font-size: 72px;
}

.services-template-default .services-section {
    width: 70%;
    float: left;
    column-count: 2;
}

.services-template-default .services-section span.first {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.services-template-default .sidebar-services {
    width: 30%;
    float: left;
}

.services-template-default .sidebar-services ul {
    list-style: none;
}

.services-template-default .services-section .single_sb-service {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* IE 11 */
    display: table;
    margin-bottom: 35px;
}

.single_sb-service p {
    line-height: 1.5;
    font-size: 20px;
}

.content-service .container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.single_sb-service .sub-service,
.single_sb-service h2 {
    margin-right: 50px;
    font-size: 18px;
}

.single_sb-service .sub-service {
    border-top: 1px solid black;
    /* padding-top: 15px */
}

.single_sb-service .sub-service ul {
    padding: 0;
    padding-left: 15px;
}

.single_sb-service h2 {
    margin-top: 0;
    line-height: 1.2;
    font-size: 50px;
    /* font-weight: lighter; */
    /* border-bottom: 1px solid black; */
    /* padding-bottom: 22px; */
    margin-bottom: 22px;
}

.single_sb-service .sub-service ul ul {
    margin-top: 25px;
}

.single_sb-service h3 {
    font-size: 26px;
    margin-top: -10px;
}

.sidebar-services ul {
    margin: 0;
    padding: 0;
    font-weight: bold;
    padding-right: 50px;
}

.sidebar-services ul li {
    line-height: 2;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.sidebar-services li i {
    font-size: 12px;
    color: #00aeef;
    max-width: 5%;
    float: left;
    line-height: 3;
}

.sidebar-services li span {
    width: 90%;
    float: left;
    padding-left: 5%;
}

.sidebar-services li:after {
    content: '';
    clear: both;
}

.services-template-default .service-description p {
    font-size: 24px;
    font-family: Roboto;
    line-height: 1.4;
}

.services-template-default .separator {
    height: 75px;
}

.services-template-default .header {
    background-position: top!important;
    background-repeat: no-repeat!important;
}

.postid-56 .services-template-default .header {
    background-position: center!important;
    background-size: 100%!important;
}

.date-time {
    padding: 2px 6px;
    border: 1px solid white;
}

.services-template-default .service-description .container:before,
.post-type-archive-services .s-description .container:before {
    content: '';
    width: 250px;
    height: 10px;
    background-color: #00aeef;
    display: block;
    margin-top: -50px;
}

.archive-_services .single-service {
    width: 33.33%;
    float: left;
}

.archive-_services .single-service .single-service_container {
    margin: 15px;
    padding: 25px;
    background: white;
    min-height: 250px;
    position: relative;
}

.archive-_services .single-service .single-service_container h2 {
    margin-top: 0;
    line-height: 1;
    font-size: 42px;
    width: 90%;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.postid-54 .header, .postid-77 .header{
    background-size: cover!important;
}

.archive-_services .single-service .single-service_container h2 a {
    text-decoration: none;
    color: black;
}

.archive-_services a i {
    font-size: 12px;
    color: #00aeef;
}

.archive-_services .single-service-content {
    min-height: 70px;
    margin-bottom: 25px;
    font-size: 12px;
    /* overflow: hidden; */
}

.archive-_services .single-service .permalink {
    width: calc(100% - 50px);
    line-height: 2.5;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.sp-bt {
    height: 40px;
}

.archive-_services .single-service .permalink a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.archive-_services {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(51, 51, 51) 0%, rgba(76, 76, 76, 0.9556197478991597) 31%, rgba(0, 0, 0, 0) 90%);
    padding-bottom: 200px;
}

.services-section.fw-services {
    column-count: 1;
}

.simple_h2 .sub-service {
    border-top: none;
    padding-top: 0;
}

.services-section.fw-services .single_sb-service {
    margin-bottom: 25px;
}

.simple_h2 h2,
.simple_h2 h3 {
    margin-bottom: 0;
}

.single_sb-service .sub-service ul li {
    margin-bottom: 1em;
}

.archive-_services h1 {
    font-size: 50px;
}

.post-type-archive-services header.page-header .container {
    color: white;
    max-width: 1100px;
    font-style: italic;
    font-size: 35px;
    padding-left: 50px;
    padding-right: 50px;
    background: #08080875;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}

.post-type-archive-services .s-description .container:before {
    margin-top: 75px;
    width: 150px!important;
}

.post-type-archive-services .s-description {
    padding-top: 100px;
}

.post-type-archive-services .s-description .separator {
    height: 75px;
}

.team-member .post-thumbnail img {
    width: 500px;
    height: auto;
}

.team-member .page-header .description .container,
.contact-page .page-header .description .container {
    width: 1200px;
    position: relative;
    background: #080808d1;
}

.team-member .post-thumbnail {
    position: absolute;
    right: 0;
    top: -150px;
}

.team-member h1 {
    font-size: 50px;
    color: white;
    margin: 0;
    padding: 25px 50px;
    padding-bottom: 0;
}

.team-member h2 {
    font-size: 25px;
    color: white;
    margin: 0;
    padding: 25px 50px;
    padding-top: 0;
    font-weight: lighter;
}

.team-member .page-header .description {
    height: 250px;
    padding-top: 210px;
}

.team-member .team-member_description {
    margin-top: 100px;
    margin-bottom: 75px;
}

.team-member .team-member_description .content-information .resume-member p,
.single-team-member .team-member_description .content-information .vc_row:first-child .wpb_wrapper:first-child p {
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
}

#menu-home-services li a {
    text-decoration: underline;
    line-height: 1.5;
    color: white;
}

.services-template-default.postid-75 .header {
    background-position: bottom!important;
    background-size: 100% auto!important;
}

.about-page .page-header .description {
    height: 350px!important;
    min-height: 50px!important;
    padding: 0!important;
}

.about-page .page-header .header {
    background-position: center!important;
    background-size: 100% auto!important;
}

.about-page header.page-header .container {
    display: none!important;
}

.contact-page .page-header .description {
    height: 150px!important;
    padding: 0!important;
    min-height: 100px!important;
}

.contact-page .page-header .description .container {
    display: none;
}

.team-member .team-member_description p {
    font-size: 20px;
    /* margin-bottom: 40px; */
    line-height: 1.5;
}

.others-members {
    margin-top: 50px;
}

.others-members ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.others-members li {
    width: 12.5%;
    display: inline-block;
    margin-bottom: 25px;
}

.others-members li a {
    text-decoration: none;
    color: black;
}

.others-members li div {
    margin: 5px;
    display: block;
}

.others-members img {
    width: 100%;
    height: auto;
    display: block;
}

.others-members li span {
    width: 100%;
    display: block;
}

.others-members h2 {
    color: black;
    padding: 0;
    font-size: 32px;
    margin-bottom: 15px;
}

.home .menu-services {
    /* position: absolute; */
    /* bottom: -150px; */
    width: 1280px;
    margin: auto;
    /* left: 0;
    right: 0; */
    background: black;
    padding-bottom: 75px;
}

.home #content {
    background: black;
}

.home .menu-services h2 {
    color: white;
    font-weight: lighter;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
}

.home .menu-services h2:after {
    content: '';
    width: 170px;
    height: 5px;
    background-color: #00aeef;
    display: block;
}

#menu-home-services a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding-right: 25px;
}

#menu-home-services {
    margin: 0;
    padding: 0;
    margin-right: 15px;
width:85%;
}

#menu-home-services li {
    width: 24%;
    display: inline-block;
    margin-bottom: 30px;
    height: 63px;
    overflow: hidden;
    font-family: BaskervilleBold;
}

.menu-home-services-container {
    width: 100%;
}

.home .image-initial .description-banner {
    /* position: absolute; */
    width: 1200px;
    right: 0;
    left: 0;
    color: white;
    padding-top: 200px;
    margin: auto;
    padding-bottom: 150px;
}

.menu-services .menu-_container,
.menu-services .content-footer-header {
    width: 50%;
    float: left;
}

.menu-services .content-footer-header {
    color: white;
    font-size: 20px;
    line-height: 1.5;
}

.menu-services .content-footer-header p {
    margin-top: 0;
    text-align: justify;
}

.home .image-initial .description-banner .s-description {
    font-size: 30px;
    font-family: 'BaskervilleItalic';
    position: relative;
    padding-bottom: 15px;
}

.home .image-initial .description-banner .s-description h1 {
    font-style: normal;
    font-family: Roboto;
    font-weight: bolder;
    margin: 0;
    font-size: 30px;
    display: inline-block;
}

.home .image-initial .description-banner .s-description strong {
    font-style: normal;
    font-family: Roboto;
    font-weight: bolder;
}

.home .image-initial .description-banner .s-description h6 {
    margin: 0;
    font-style: normal;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    max-width: 280px;
    right: 0;
}

.home .image-initial .description-banner .s-description h6 strong {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.home .image-initial .description-banner .header {
    padding: 25px 35px;
    background: #08080875;
}

.home .image-initial .description-banner .s-description:before {
    content: '';
    width: 245px;
    height: 15px;
    background-color: #00aeef;
    display: block;
}

.home .image-initial .description-banner .s-description p:first-child {
    margin-top: 5px;
}

.home .after-image-header {
    display: none;
    height: 250px;
    background: black;
    margin-top: -7px;
}

.home .menu-services:before {
    content: '';
    height: 1px;
    display: block;
    width: 800px;
    margin: auto;
    background: gray;
    margin-bottom: 125px;
    margin-top: 25px;
}

.contact-page .container {
    margin-top: 32px;
    margin-bottom: 75px;
}

.contact-page p {
    font-size: 22px;
    line-height: 1.6;
}

.contact-page h1 {
    font-size: 50px;
    font-weight: lighter;
    border-bottom: 1px black solid;
    padding-bottom: 16px;
    margin-top: 0;
}

.contact-page .wpb_content_element .wpb_wrapper {
    padding-left: 50px;
    background: white;
}

.no-topbar #masthead {
    height: 125px;
}

.contact-page .vc_col-sm-6 {
    width: 100%;
    float: none;
}

.no-topbar .post-thumbnail img {
    margin-top: 10px;
}

#menu-home-services li {
    width: 32%;
    margin-bottom: 20px;
}

#menu-home-services a {
    font-size: 20px;
}

.footer-logo img {
    width: 260px;
    margin-top: 15px;
    height: auto;
}

.others-members li {
    vertical-align: top;
}

.title-member {
    font-family: 'Baskerville', 'Playfair Display';
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.vc_row.title .wpb_content_element {
    margin-bottom: 15px;
}

.position-member {
    font-weight: bold;
    font-size: 10px;
    margin-top: 4px;
}

#maps-site {
    height: 450px;
}

.map-container {
    margin-top: 40px;
}

.about-page .content-information h1 {
    padding: 0;
    color: black;
    font-size: 50px;
    font-weight: lighter;
    margin-top: 30px;
}

footer .copy-footer {
    margin: 16px 0;
}

.wpb_content_element {
    margin-bottom: 0!important;
}

.about-page .content-information::after {
    margin-top: 50px!important;
}

#menu-home-services li {
    height: auto;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 33.33%;
    display: block;
    float: left;
}

#menu-home-services a {
    margin: 10px;
    padding: 5px 4px 5px 8px;
    width: 94%;
    text-decoration: none !important;
    box-sizing: border-box;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 300;
    line-height: 1.1 !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-family: 'Baskerville', 'Playfair Display';
    font-size: 22px;
}

#menu-home-services a:hover {
    background-color: #00aeef;
    color: white!important;
}

.menu-services .menu-_container h2 {
    margin-top: -39px;
    margin-bottom: 0;
    margin-left: 10px;
}

.menu-services .menu-_container h2:after {
    display: none;
    content: "";
}

@media (max-width:1700px) {
    .home .menu-services {
        bottom: -300px;
    }
    .home .after-image-header {
        height: 400px;
    }
    .others-members>h2 {
        font-size: 32px!important;
    }
}

@media (max-width:1380px) {
    .page-template-default .container {
        max-width: 90%;
        width: 90%!important;
        min-width: 90%!important;
    }
    .home .menu-services {
        width: 90%;
    }
    .container {
        width: 90%;
        min-width: 90%;
    }
    .services-template-default.postid-75 .header {
        background-size: auto 100%!important;
    }
}

@media (max-width:1279px) {
    .home .image-initial .description-banner {
        padding-bottom: 10px;
    }
    .team-member h1 {
        font-size: 40px;
    }
    .container {
        max-width: 90%;
    }
    .home .image-initial .description-banner {
        padding-bottom: 100px;
    }
    .home .menu-services:before {
        margin-bottom: 100px;
    }
    .home .menu-services {
        width: 1024px;
    }
    .home .image-initial .description-banner,
    .home .menu-services {
        width: 90%;
    }
    .home .menu-services {
        display: block;
        bottom: -130px;
    }
    .home {
        background: black;
    }
    .home .after-image-header {
        height: 200px;
    }
    .post-type-archive-services .s-description {
        width: 90%;
        margin: auto;
    }
    .archive-_services .single-service .single-service_container h2 {
        font-size: 24px;
    }
    .archive-_services .single-service .permalink {
        width: calc(100% - 50px);
        position: absolute;
        bottom: 25px;
    }
    .archive-_services .single-service .single-service_container {
        /* min-height: 300px; */
    }
    .about-page .page-header .description,
    .contact-page .page-header .description,
    .services-template-default .service-description {
        margin: auto;
        width: 90%;
    }
    .team-member .page-header .description .container,
    .contact-page .page-header .description .container {
        width: unset;
    }
    .team-member .post-thumbnail img {
        width: 50%;
        float: right;
    }
    .others-members li,
    .about-page .others-members li {
        width: 20%!important;
        margin: 0!important;
    }
    .about-page .others-members li .single_member {
        margin: 5px!important;
    }
    .about-page .others-members .member-author {
        font-size: 18px!important;
    }
    .about-page .others-members .member-author-title {
        font-size: 12px!important;
    }
    .services-template-default .header,
    .services-template-default .header {
        background-position: center!important;
        background-size: auto!important;
        background-repeat: no-repeat!important;
    }
    .postid-54 .header{
        background-size: cover!important;
    }
    .archive-_services {
        padding-bottom: 100px;
    }
    .home .image-initial .description-banner .s-description {
        font-size: 28px;
    }
    #menu-home-services a {
        font-size: 18px;
        width: 92%;
        padding: 5px 15px;
    }
}

@media (max-width:1000px) {
    .about-page .page-header .header {
        height: 33vw;
        background-size: cover!important;
        background-repeat: no-repeat;
    }
    .team-member .page-header .description {
        /* display: none!important; */
    }
    #menu-home-services li {
        width: 50%;
    }
}

@media (max-width:1024px) and (min-width: 783px) {
    .home .menu-services {
        bottom: -30px;
    }
    .home .menu-services:before {
        margin-bottom: 100px;
    }
    .home .after-image-header {
        height: 130px;
    }
    .single_sb-service h2 {
        font-size: 32px!important;
    }
}

@media screen and (max-width: 982px) {
    .archive-_services .single-service-content {
        /* min-height: 80px; */
    }
    /* .archive-_services .single-service .permalink{
        position: relative;
        width: 100%;
        bottom:0;
    } */
    .sp-bt {
        height: 40px;
    }
    .archive-_services .single-service .single-service_container {
        min-height: unset;
    }
}

@media screen and (max-width: 782px) and (min-width: 683px) {
    .archive-_services .single-service-content {
        overflow: visible;
    }
    .archive-_services .single-service .single-service_container {
        min-height: 250px;
    }
    .single_sb-service h2 {
        font-size: 32px!important;
    }
    .archive-_services .single-service .permalink {
        width: 100%!important;
        position: relative;
        bottom: 0;
    }
}

@media screen and (max-width: 782px) {
    #menu-home-services li {
        width: 33.33%;
    }
    .contact-page h1,
    .about-page .content-information h1 {
        font-size: 38px;
    }
    .services-template-default .service-description p {
        font-size: 18px;
    }
    .single-team-member .team-member_description .content-information .vc_row:first-child .wpb_wrapper:first-child p {
        font-size: 22px;
    }
    .single_sb-service h2 {
        font-size: 32px;
    }
    .home .menu-services h2:after {
        margin: auto;
    }
    .image-initial {
        background-size: auto 100%!important;
        background-position: center;
    }
    .post-type-archive-services .s-description .container:before {
        margin-top: 25px!important;
        margin-left: 25px;
    }
    .contact-page .wpb_content_element .wpb_wrapper {
        padding: 0;
    }
    .contact-page header.page-header .container p,
    .about-page header.page-header .container p {
        padding: 25px;
    }
    .contact-page header.page-header .container .author,
    .about-page header.page-header .container .author {
        padding-right: 25px;
    }
    .contact-page>.container>.vc_row {
        max-width: 90%;
        margin: auto;
    }
    footer .footer-social-links li i,
    footer .footer-menu li {
        padding: 0 25px;
    }
    body,
    .site-header,
    .container {
        max-width: 100%;
        min-width: 100%!important;
    }
    .home .image-initial .description-banner {
        padding-bottom: 100px;
    }
    .menu-services .menu-_container,
    .menu-services .content-footer-header,
    footer .footer-links {
        width: 100%;
    }
    footer {
        height: auto;
    }
    .archive-_services .single-service {
        width: 50%;
    }
    .post-type-archive-services header.page-header .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        padding-top: 25px;
        padding-bottom: 25px;
        z-index: 0;
    }
#menu-home-services{
width:100%;
}
    .post-type-archive-services header.page-header .container p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .top_head .title-th {
        display: none;
    }
    footer .footer-logo {
        float: none;
        margin: 16px auto;
        padding: 0;
    }
    footer .footer-logo img {
        width: 200px;
    }
    footer .footer-content {
        padding-top: 45px;
    }
    .archive-_services h1 {
        margin-left: 25px;
    }
    .archive-_services .single-service .single-service_container h2 {
        font-size: 38px;
    }
    .archive-_services .single-service .permalink {
        width: calc(100% - 50px);
    }
    .post-type-archive-services .s-description {
        width: 90%;
        margin: auto;
    }
    .mob-menu-header-holder {
        position: fixed;
    }
    footer .links-new,
    footer ul,
    footer .copy-footer {
        text-align: center;
    }
    footer .footer-social-links,
    footer .footer-menu {
        float: none;
    }
    footer .footer-sitemap li,
    footer .footer-sitemap span {
        padding: 0 15px;
    }
    .archive-_services {
        padding-bottom: 75px;
    }
    .team-member .page-header .description .container,
    .contact-page .page-header .description .container {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        margin: auto;
    }
    .top_head {
        display: none;
    }
    #masthead {
        height: 125px;
        /* display: none; */
    }
    #masthead .container {
        min-width: 90%!important;
        margin: auto;
        max-width: 90%;
    }
    .about-page .about-page-content {
        padding: 0 25px;
    }
    .about-page .page-header .description,
    .contact-page .page-header .description {
        width: 90%;
        margin: auto;
    }
    .home .menu-services {
        width: 90%;
        bottom: 0;
        /* margin-bottom: 75px; */
        top: -200px;
    }
    .home {
        background: black;
    }
    .home .page .post-thumbnail img {
        object-fit: cover;
        max-width: 100%;
        margin: 0;
        width: unset;
        height: 1200px;
        ;
    }
    .home .menu-services:before {
        width: 100%;
        margin-bottom: 100px;
    }
    .home .after-image-header {
        display: none;
    }
    .home .menu-services h2 {
        text-align: center;
    }
    .menu-services .content-footer-header {
        margin-top: 50px;
    }
    .mob-standard-logo {
        height: 60px;
        margin-top: 20px;
        width: auto;
    }
    .mob-menu-icon {
        font-size: 50px;
        color: white;
    }
    .mobmenul-container {
        float: left;
        margin-top: 18px;
    }
    .mob-menu-header-holder {
        width: 100%;
        height: 100px;
        background: black;
    }
    .mob-menu-header-holder,
    .mobmenu-panel {
        display: none;
    }
    .team-member .post-thumbnail img {
        width: 50%;
        float: right;
    }
    .team-member .page-header .description {
        width: 90%;
        margin: auto;
    }
    .team-member .page-header .description {
        padding-top: 30%;
    }
    .team-member .team-member_description {
        max-width: 90%;
        margin: 50px auto;
    }
    .others-members li {
        width: 20%;
    }
    .team-member h2 {
        font-size: 22px;
    }
    .team-member h1 {
        font-size: 36px;
    }
    .services-template-default .service-description .container {
        padding: 0;
    }
    .services-template-default .sidebar-services {
        width: 100%;
        margin-bottom: 25px;
    }
    .services-template-default .services-section {
        width: 100%;
        column-count: 1;
    }
    .content-service {
        margin: auto;
        width: 90%;
    }
    .single_sb-service h2,
    .single_sb-service .sub-service {
        margin-right: 0;
    }
    .services-template-default .header {
        background-position: center!important;
        background-size: auto!important;
        background-repeat: no-repeat!important;
    }
    .content-service .container {
        margin-top: 50px;
    }
    .services-template-default .service-description {
        margin: auto;
        width: 90%;
        padding-top: 50px;
    }
    .services-template-default h1 {
        padding: 25px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .services-template-default .service-description p {
        padding: 0 25px;
    }
    .services-template-default .service-description p:last-child {
        padding-bottom: 25px;
    }
    .menu-toggle {
        display: block;
        float: right;
        font-size: 30px;
        background: none;
        border: 0;
        color: white;
        cursor: pointer;
    }
    .menu-menu-1-container {
        display: none;
    }
    .main-navigation.toggled .menu-menu-1-container {
        display: block;
        margin-top: 75px;
        background: black;
        animation: all 2s;
        position: absolute;
        right: 0;
        width: 30%;
        padding-right: 10%;
        z-index: 1;
    }
    #primary-menu .sub-menu{
        text-align: right;
        position: initial;
        padding: 5px 20px;
        width: auto;padding-top: 5px!important;
    }
    #primary-menu > .menu-item:hover{
        border-top: white solid;
        border-bottom: white solid;
    }
    .nav-menu li {
        width: 100%;
        padding: 10%;
    }
    .main-navigation.toggled .menu-menu-1-container .primary-menu {
        padding-right: 10%;
    }
    .main-navigation {
        margin-top: 36px;
    }
}

@media screen and (max-width: 682px) {
    .home .image-initial .description-banner .s-description h6 {
        position: relative;
        bottom: 0;
    }
    .services-template-default h1 {
        font-size: 10vw;
    }
    .team-member h1 {
        font-size: 28px;
    }
    /* .main-navigation {
        margin-top: 10px;
    } */
    .team-member .post-thumbnail img {
        margin-top: 30px;
    }
    .team-member .page-header .description {
        height: 300px;
    }
    .archive-_services .single-service .single-service_container h2 {
        font-size: 35px;
    }
    .archive-_services .single-service .single-service_container {
        /* min-height: 280px; */
    }
    .archive-_services .single-service-content {
        overflow: visible;
    }
    .home .image-initial .description-banner {
        top: 250px;
    }
    .others-members li,
    .about-page .others-members li {
        width: 50%!important;
        margin-bottom: 25px;
    }
    .about-page .title-member {
        font-size: 24px;
    }
    .about-page .position-member {
        font-size: 24px;
    }
}

@media screen and (max-width: 582px) {
    .contact-page h1,
    .about-page .content-information h1 {
        font-size: 32px;
    }
    .site-branding img {
        width: 200px;
        padding-top: 30px;
    }
    .team-member .post-thumbnail img {
        margin-top: 60px;
    }
    .team-member h2 {
        font-size: 18px;
    }
    .team-member h1 {
        font-size: 20px;
    }
    .others-members h2 {
        font-size: 32px;
    }
    .archive-_services .single-service .single-service_container h2 {
        font-size: 28px;
    }
    #menu-home-services li {
        width: 49%;
    }
}

@media screen and (max-width: 450px) {
    .archive-_services .single-service .single-service_container {
        height: 300px;
        margin: 10px;
        padding: 18px;
    }
    .nav-menu li {
        font-size: 18px;
    }
    #menu-home-services li {
        width: 90%;
        margin-bottom: 10px;
    }
    .post-thumbnail {
        height: 1400px;
    }
    .home .image-initial .description-banner .s-description h6 {
        bottom: 0;
        position: relative;
    }
    .post-thumbnail {
        height: 1150px;
    }
    .home .menu-services {
        top: 0;
    }
    .content-footer-header {
        margin-bottom: 75px;
    }
    footer .footer-logo {
        width: 100%;
        text-align: center;
    }
    .site-branding img {
        padding-top: 30px;
    }
    .main-navigation {
        margin-top: 40px;
    }
    .team-member .post-thumbnail img {
        margin-top: 125px;
        width: 45%;
    }
    .team-member h2 {
        padding-left: 20px;
        font-size: 14px;
    }
    .team-member h1 {
        padding-left: 20px;
    }
    .team-member .page-header .description {
        height: 235px;
    }
    .archive-_services .single-service .single-service_container h2 {
        font-size: 18px;
    }
    .services-template-default .header {
        background-size: auto 100%!important;
    }
    .post-type-archive-services .header {
        background-size: auto 100%!important;
        background-repeat: no-repeat!important;
    }
    .services-template-default .service-description p {
        font-size: 18px;
    }
    .single_sb-service h2 {
        font-size: 32px;
    }
    #menu-home-services li {
        width: 102%;
    }
    #menu-home-services li a {
        width: 96%;
    }
}

@media screen and (max-width: 460px) {
    .archive-_services .single-service {
        width: 100%;
    }
    .archive-_services .single-service .single-service_container {
        height: auto;
        min-height: unset;
    }
    .archive-_services .single-service .permalink {
        display: block;
        position: unset;
        width: 100%;
    }
    .archive-_services .single-service-content {
        height: unset;
    }
    .sp-bt {
        height: 0;
    }
}

/*CHANGES 11/11/2019*/

.postid-44 .header{
  background-position: top center!important;
  background-size: cover!important;
}
.post-type-archive-services .header{
    background-size: cover!important;
    background-position: center!important;
}

/*CHANGES 12/11/2019*/
/* @media (max-width: 415px) and (orientation: portrait) {
  .home .image-initial{
    background-position-x:-1150px;
  }
  .postid-54 .header{
    background-position-x:-190px!important;
  }
  .postid-71 .header{
    background-position-x:90%!important;
  }
  .postid-56 .header{
    background-position-x:20%!important;
  }
  .postid-61 .header{
    background-position-x:76%!important;
  }
  .postid-65 .header{
    background-position-x:85%!important;
  }
  .postid-44 .header{
    background-position-x:45%!important;
  }
  .contact-page .container p:nth-child(4){
    max-width: 75%;
  }
   .post-type-archive-services .header{
    background-position-x:43%!important;
  }
  .postid-75 .header{
    background-position-x:32%!important;
  }
}
@media (max-width: 400px) and (orientation: portrait){
  .postid-54 .header{
    background-position-x:-280px!important;
  }
  .postid-71 .header,
  .postid-65 .header{
    background-position-x:85%!important;
  }
  .contact-page .container p:nth-child(4){
    max-width: 90%;
  }
}
@media (max-width: 321px) and (orientation: portrait){
  .home .image-initial{
    background-position-x:-1500px;
  }
  .postid-54 .header{
    background-position-x:-380px!important;
  }
  .postid-71 .header{
    background-position-x:80%!important;
  }
  .postid-56 .header{
    background-position-x:24%!important;
  }
}
@media (max-width: 815px) and (orientation: landscape){
  .postid-56 .header{
    background-position-x:35%!important;
  }
  .postid-61 .header{
    background-position-x:81%!important;
  }
  .postid-65 .header{
    background-position-x:85%!important;
  }
  .postid-44 .header{
    background-position-x:45%!important;
  }
  .post-type-archive-services .header{
   background-position-x:40%!important;
 }
}

@media (max-width: 738px) and (orientation: landscape){
  .postid-54 .header{
    background-position-x: -100px!important;
  }
  .postid-71 .header{
    background-position-x:95%!important;
  }
  .postid-56 .header{
    background-position-x:15%!important;
  }
}
@media (max-width: 570px) and (orientation: landscape){
  .postid-54 .header{
    background-position-x: -100px!important;
  }
  .postid-71 .header{
    background-position-x: 90%!important;
  }
  .postid-56 .header{
    background-position-x:20%!important;
  }
  .postid-61 .header{
    background-position-x:76%!important;
  }
} */

.home #content{
  padding-top: 125px;
}
.home .image-initial{
  padding-top: 0;
  padding-bottom: 0;
}
.degradient-background{
  height: 100px;
  width: 100%;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.postid-56 .header{
  background-size: cover!important;
  background-position-y: center!important;
}
@media (max-width:1380px) {
  .top_head .date-time{
    float: left;
    margin-top: -2px;
  }
  .top_head .info{
    float: left;
  }
  .top_head ul.menu-top{
    display: block!important;
  }
  .home .degradient-background{
    display: none;
  }
}
@media (max-width:1314px){
  .top_head .title-th{
    font-size: 18px;
    width: 15%;
  }
  .top_head .info-th{
    width: 85%;
  }
  .top_head .title-th:after{
    position: relative;
    top:4px;
  }
  .top_head ul.menu-top{
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
  }
}
@media (max-width:1237px) {
    .top_head ul.menu-top{
      font-size: 12px;
    }
    .top_head li{
      padding-left: 10px;
    }
    .top_head .info{
      float: none;
      padding-right: 10px;
    }
    .top_head .date-time{
      float: none;
    }
    .top_head .title-th{
      font-size: 16px;
    }
}
@media (max-width:1110px) {
  .top_head li{
    display: none;
  }
  .top_head li:last-child{
    display: block;
  }
  .top_head .title-th{
    width: 25%;
  }
  .top_head .info-th{
    width: 75%;
  }
}
@media (max-width:910px){
  .top_head .date-time{
    display: none;
  }
  .home .menu-services:before{
    width: 100%;
  }
}







/* Woocomerce */


.single-product footer.entry-footer {
    min-height: 0px;
}

.woocommerce-page .content-information::after {
    display: none !important;
}

/* Ancho maximo contenedor */

.single-product .site-main {
    width: 100%;
    max-width: 1215px;
    margin-left: auto;
    margin-right: auto;
}


/* Titulo */

.single-product .entry-title {
    padding: 0;
    color: black;
    font-size: 50px;
    font-weight: lighter;
    margin-top: 30px;
}

/* Descripción */

.single-product .entry-content p {
    font-size: 20px;
    line-height: 1.5;
}

.single-product .product_meta {
    display: none;
}


/* Borde imagen */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    border: 1px solid #000;
}

/* Boton */

.woocommerce div.product form.cart .button {
    border-radius: 0;
    background-color: #000;
}

/* Boton back */

.button.wc-backward {
    border-radius: 0 !important;
    background-color: #000 !important;
    color: #fff !important;
}

/* Numero agregar */

.woocommerce .quantity .qty {
    height: 30px;
}

/* Precio */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 30px;
    color: #000;
}

.woocommerce div.product {
    overflow: hidden;
}


/* Mensaje agregado a carretilla */

.woocommerce-message {
    border-top-color: #007FFF;
    background-color: #000;
    color: #fff;
    font-size: 22px;
}

.woocommerce .woocommerce-message .button {
    border-radius: 0;
    background: #007FFF !important;
    color: #fff !important;
}

.woocommerce-message::before {
    color: #FFF;
}


/* Cart */


.woocommerce-cart .woocommerce .cart .button,
.woocommerce-cart .woocommerce .cart input.button {
    border-radius: 0;
    background: #007FFF;
    color: #fff !important;
    font-family: 'Baskerville', 'Playfair Display';
    font-weight: 700;
}

/* Tabla productos */

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a,
.woocommerce-cart-form__cart-item.cart_item .product-name a {
    pointer-events: none;
    color: #000 !important;
}


/* Boton checkout */


#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background-color: #000;
    border-radius: 0;
    font-weight: normal;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
}

.woocommerce button.button.alt {
    padding: 15px 40px;
    border-radius: 0;
    background: #007FFF;
    color: #fff !important;
    transition: .3s;
    font-size: 22px;
    font-family: 'Baskerville', 'Playfair Display';
    font-weight: 700;
}


/* Formulario */


.woocommerce form .form-row input.input-text {
    height: 41px;
    padding: 0 10px;
}

.woocommerce form .form-row textarea {
    height: 120px;
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    height: 41px;
    line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.page-id-380 .actions .coupon{
    display: none;
}