/*
Theme Name: Twenty Twenty Child
Theme URL:  https://casa.creatifagency.ro/
Description: Twenty Twenty Child Theme
Author:  Creatif Agency
Author URL:  http://creatifagency.ro/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    width: 100%;
    background: white;
    padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    /*--darkgray: #303031;*/
    --darkgray: #4c4c4e;
    --lightgray: #A6A6A6;
    --gold: #c8ac68;
    --red: #b63b3b;
}
a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
a:hover {
    text-decoration: underline!important;
}
input[type="submit"]:focus,
a:focus,
button:focus {
    outline: none !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    outline: none !important;
}

body,
h1, h2, h3, h4, h5, h6,
p, a,
textarea, label, input,
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary,
div.wpcf7-validation-errors {
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}

h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}

h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}

h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--darkgray);
    letter-spacing: 1.2px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}
strong {
    font-weight: 700 !important;
}

p,
.post-inner p {
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    color: var(--darkgray);
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.header-inner {
    display: block;
    text-align: center;
}

.header-titles-wrapper {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.header-titles {
    margin: 0;
}

.header-titles .site-logo {
    width: 100%;
    display: block;
    max-width: 170px;
    margin: 0 auto;
}

.site-description {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    letter-spacing: 2.2px;
    color: var(--lightgray) !important;
    background: #000000;
    font-size: 14px;
    padding: 8px;
}

a.custom-logo-link {
    display: block;
    margin: 0;
}

.screen-reader-text {
    display: none;
}

.primary-menu-wrapper + .header-toggles {
    display: none;
}

/* Menu */
.primary-menu > li {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    padding-top: 20px;
}

.primary-menu > li:last-child {
    padding-right: 0;
}

ul.primary-menu {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.primary-menu > li > a {
    color: var(--darkgray) !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    color: var(--gold) !important;
}

.social-icons a {
    background: none;
    color: var(--gold);
    padding: 0;
    margin: 0;
    display: inline-block;
}

.menu-bottom .social-icons a {
    background-color: white !important;
}

.home .entry-header {
    display: none;
}

.singular .featured-media::before {
    display: none;
}

.featured-media img {
    width: 100%;
}

.homepageclass {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 82vh;
}

.header-inner {
    padding: 24px 0;
}

.modal-menu li {
    border-width: 1px 0 0 0;
}

.modal-menu > li:last-child {
    border-width: 1px 0 1px 0;
}

.menu-modal nav {
    border-color: var(--lightgray);
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a {
    text-decoration: none;
}

.modal-menu > li > .ancestor-wrapper > a {
    color: var(--darkgray) !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.modal-menu li.current-menu-item > .ancestor-wrapper > a {
    color: var(--gold) !important;
}

.menu-bottom .social-menu {
    width: 100%;
    margin: 0 auto;
}

ul.social-icons li {
    margin: 0;
    padding: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper {
    margin: 0;
    padding-bottom: 0;
}
.overlay-header #site-header {
    z-index: unset;
}

.powered-by-creatifagency {
    padding-left: 1%;
    float: left;
    display: inline;
}

.footer-credits {
    width: 50%;
    display: inline-block;
}

.footer-copyright {
    display: inline-block;
    float: left;
}

.footer-nav-widgets-wrapper,
#site-footer {
    background: #1d1d1d;
    color: white;
    padding: 30px 0 15px;
}

.footer-widgets h2.widget-title, a,
.footer-widgets .widget_nav_menu a {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d4d4d4;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer-widgets .widget_nav_menu a {
    color: var(--lightgray);
    font-size: 16px;
}

.footer-widgets .widget_nav_menu a:hover {
    color: var(--gold);
}

.footer-widgets .textwidget p {
    font-size: 16px;
    color: var(--lightgray);
    max-width: 420px;
    text-align: left;
    line-height: 1.8;.footer-widgets .textwidget p
}

.footer-widgets .widget {
    float: left;
    display: inline-block;
    width: auto;
}

.footer-widgets .widget:last-child {
    margin-top: 0;
    margin-left: 100px;
    width: auto;
    display: inline-block;
}

.footer-widgets .widget {
    padding-right: 100px;
}

.footer-widgets {
    float: right;
    width: auto;
    display: inline-block;
}

.footer-widgets-wrapper {
    margin-left: 0;
    width: 100%;
}

.footer-widgets .widget {
    margin-top: 0;
}

.footer-widgets,
.footer-widgets .widget:last-child {
    margin-left: 0;
    padding-right: 0;
}

.has-social-menu p {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 400;
    width: 300px;
}

.has-social-menu .social-icons a {
    background: black !important;
    margin: 10px;
    padding: 24px;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-widgets-outer-wrapper {
    border-bottom: 1px solid var(--darkgray);
    border-color: var(--darkgray) !important;
    padding: 50px 0 150px;
}

.footer-copyright, .powered-by-creatifagency {
    font-size: 20px;
    font-weight: 400;
}
.powered-by-creatifagency {
    text-align: right;
}
.tiles-casa, .materials-casa, .latest-projects {
    display: block;
    width: 100%;
    text-align: center;
    height: 600px;
    padding-top: 100px;
}

.tiles-casa h1, .materials-casa h1 {
    padding-top: 50px;
    border-top: 1px solid var(--lightgray);
    margin: 0 auto;
    max-width: 92%;
}

.primary-menu > li > a {
    margin-bottom: 0;
}

.location-casa-concrete {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.location-casa-concrete iframe {
    height: 700px !important;
}

.footer-nav-widgets-wrapper .textwidget a {
    text-decoration: none;
    color: var(--gold) !important;
    font-size: 16px;
    line-height: 2;
}

.textwidget a:hover {
    text-decoration: underline;
}

.map-casa {
    width: 60%;
    float: left;
    display: block;
    margin-bottom: 70px;
}

.info-location {
    float: left;
    display: block;
    padding-left: 5%;
    padding-top: 300px;
    width: 40%;
}

.singular .entry-header,
.post-inner {
    padding: 0;
}

.page-id-8 h1.entry-title {
    display: none !important;
}

.page-id-8 .entry-content > *:first-child {
    padding: 100px;
    color: var(--lightgray);
}

label {
    margin: 0 auto;
    margin-top: 15px;
}

input {
    height: 48px;
    border: 1px solid #dadada !important;
}

textarea {
    border: 1px solid #dadada !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    padding-left: 15px;
    font-size: 18px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: var(--darkgray) !important;
}

input[type="submit"] {
    width: 400px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    height: 70px;
    font-size: 18px;
    font-weight: 400;
    border: none !important;
    background: var(--red);
}

input[type="submit"]:hover {
    background: var(--gold);
    transition: 0.5s;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid var(--red);
    max-width: 400px;
    margin: 0 auto;
    font-size: 16px;
}

a.to-the-top, .footer-credits p, .powered-by-creatifagency a {
    font-size: 16px;
}
.powered-by-creatifagency a {
    color: var(--red)!important;
}
.footer-copyright p {
    padding-top: 5px;
}

.header-description,
#site-header,
#site-content,
.header-footer-group,
#site-footer,
.post-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}
#site-header {
    position: fixed;
    background: white!important;
    top: 30px;
    z-index: 999999;
    border: 1px solid var(--lightgray);
}
.modal-menu li:first-child {
    border-top: none;
}
.close-nav-toggle {
    position: absolute;
}
.header-description {
    position: fixed;
    z-index: 999999;
}
.sticky-el {
    top: 0!important;
}
#site-content {
    margin-top: 178px!important;
}
.page-id-7 #site-content,
.page-id-223 #site-content {
    margin-top: 0;
}
.admin-bar.overlay-header #site-header,
.overlay-header #site-header {
    position: relative;
    top: 0;
}
.page-id-7 #site-header,
.page-id-223 #site-header {
    position: fixed;
    z-index: 9999999;
    top: 30px;
}
.toggle-inner, .toggle-icon {
    color: var(--darkgray) !important;
}

.search-toggle {
    position: absolute;
    z-index: 999;
}

.cover-color-overlay {
    display: none;
}

.cover-header {
    height: 70vh;
}

.cover-header-inner-wrapper {
    display: block;
    text-align: center;
    color: white;
}

.cover-header-inner {
    padding-top: 20% !important;
}

.to-the-content {
    height: 3rem !important;
}

.entry-content h2 {
    color: var(--gold);
    margin-bottom: 30px;
}

#site-footer .section-inner {
    align-items: normal;
}

.page-id-8 .entry-content > *:first-child {
    color: var(--darkgray);
}
.close-nav-toggle {
    display: none!important;
}

img.close-icon  {
    position: absolute;
    visibility: hidden;
    width: 24px;
    top: 8px;
    right: 0;
    background-color: white;
    z-index: 9;
}
button.active img.close-icon {
    visibility: initial;
}

h1.h-main-h {
    color: white;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 34vh;
    line-height: 1.6;
    text-transform: inherit;
    text-shadow: 1px 1px #000;
}
h1.entry-title {
    text-shadow: 1px 1px #000;
}
.primary-menu-wrapper {
    padding-top: 10px;
}

.post-meta-wrapper {
    display: none;
}

/* contact page */
/*.page-id-8 .entry-content {*/
/*    background: #f5f5f5;*/
/*}*/

.page-id-8 .entry-content p:first-child {
    padding-bottom: 30px !important;
    font-size: 16px;
}
.page-id-8 .wp-block-group:nth-child(2) {
    float: left;
    width: 50%!important;
    margin-top: 0!important;
    margin-bottom: 30px;
}
.page-id-8 .wp-block-group:nth-child(3) {
    float: right;
    width: 50%!important;
    margin-top: 0!important;
    margin-bottom: 30px;
}
.page-id-8 .wp-block-group:nth-child(3) .wp-block-group__inner-container {
    float: right;
}
.post-inner {
    clear: both;
    float: none;
}
.page-id-8 .entry-content p a {
    font-size: 16px!important;
    color: var(--gold)!important;
}
.page-id-8 p a:hover {
    color: var(--darkgray)!important;
}
.page-id-8 .post-inner {
    background-image: url("/wp-content/uploads/2020/03/hero-contact-cfbg.png");
    background-size: cover;
}
.page-id-8 .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull) {
    margin-top: 0!important;
}
/* contact form */
.wp-block-group__inner-container .wp-block-button {
    max-width: 300px;
    display: inline;
}

.wp-block-button a.btn-v2, .wp-block-button a.btn-v3 {
    line-height: 1;
}
.page-id-8 .entry-content h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
}

input[type="submit"].wpcf7-form-control,
input[type="button"]#wpcf-custom-btn-0 {
    background: #1d1d1d;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    text-decoration: none;
}

input[type="submit"].wpcf7-form-control:hover,
input[type="button"]#wpcf-custom-btn-0:hover {
    background: var(--darkgray);
    transition: all 0.15s linear;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    font-size: 14px;
    padding: 8px;
}
.wpcf7 {
    margin: 0 auto;
    text-align: center;
    float: left;
    border-top: 1px solid #dadada;
}

.wpcf7-form {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 50px;
}

div.wpcf7-validation-errors {
    border: none;
    background: #a72f2f;
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 100%;
    float: none;
    clear: both;
    max-width: 100%;
    margin: 0;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
    color: var(--red);
}
.wpcf7 .wp-left {
    float: left;
    display: inline-block;
    width: 49%;
}

.wpcf7 .wp-right {
    float: right;
    display: inline-block;
    width: 49%;
}

.wpcf7 .wp-full {
    width: 100%;
    float: left;
}

.wpcf7 .btn-full {
    float: left;
    width: 100%;
}
/* about us page */
.page-id-7 .cover-header + .post-inner {
    padding-top: 0;
}
.page-id-7 .wp-block-group {
    padding: 0 100px 100px 100px;
}
.page-id-7 .entry-content h2:first-child {
    margin-top: 0;
}
.page-id-7 .entry-content h2 {
    border-bottom: 1px solid;
}
.page-id-7 .wp-block-image:first-child {
    padding: 0 100px 0 100px;
}
.page-id-7 .alignfull {
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
}
.page-id-7 .alignfull img {
    padding: 5px;
    border: 1px solid var(--lightgray);
}
/*.page-id-7 a.wp-block-button__link {*/
/*    background: #1d1d1d;*/
/*    width: auto;*/
/*    height: 60px;*/
/*    font-size: 18px;*/
/*    font-weight: 300;*/
/*    color: white;*/
/*    text-decoration: none!important;*/
/*    font-style: normal;*/
/*    pointer-events: all;*/
/*}*/
/*.page-id-7 a.wp-block-button__link:hover {*/
/*    background: var(--darkgray);*/
/*    transition: all 0.15s linear;*/
/*    transition-property: all;*/
/*    transition-duration: 0.15s;*/
/*    transition-timing-function: linear;*/
/*    transition-delay: 0s;*/
/*}*/
.page-id-7 a.wp-block-button__link {
    /*background: #1d1d1d;*/
    border: 1px solid var(--darkgray)!important;
    background: white!important;
    width: auto;
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    color: var(--darkgray)!important;
    text-decoration: none!important;
    pointer-events: none!important;
    font-style: normal;
}
a.wp-block-button__link {
    /*background: #1d1d1d;*/
    border: 1px solid var(--darkgray);
    background: white;
    width: auto;
    height: 60px;
    font-size: 18px;
    font-weight: 300;
    color: var(--darkgray);
    text-decoration: none!important;
    pointer-events: none;
    font-style: normal;
}
.page-id-223 .btn-v2,
.page-id-7 .btn-v2 {
    color: var(--red);
    font-size: 22px;
    font-weight: 300;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
    font-style: italic;
    /*text-transform: uppercase;*/
}
/* art of concrete page */
.page-id-7 .wp-block-group p,
.page-id-223 .wp-block-group p {
    font-size: 18px;
}
.page-id-223 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 60%;
}
.menu-modal-inner {
    /*overflow-y: hidden;*/
}
.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    max-width: 100%;
}
.home .cover-header {
    display: none;
}
/* elementor */
/* elementor home */
.home .elementor-element,
.home .elementor-6 .elementor-element.elementor-element-02f8e46 {
    max-width: 76%;
    width: 76%;
    margin: 0 auto;
    /*margin-top: 50px;*/
}
.home .elementor-6 .elementor-element.elementor-element-02f8e46 {
    margin-top: 0;
}
.home .elementor-element-2321e5d {
    position: relative;
    top: -160px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 100%!important;
    width: 100%!important;
}
.home .elementor-widget-heading .elementor-heading-title {
    position: relative;
    z-index: 9;
    top: 50px;
}
.home .elementor-slide-heading {
    position: absolute;
    bottom: 20%;
    right: 5%;
    opacity: 0.7;
}
.home .elementor-slides .swiper-slide-bg {
    background-color: var(--darkgray)!important;
}
.home .elementor-element-2321e5d .elementor-element,
.home .elementor-element-2321e5d .elementor-container {
    width: 100%!important;
    max-width: 100%!important;
}
.home .elementor-element-2321e5d .elementor-container {
    max-width: 100%!important;
    display: block;
}
.home .elementor-element-2321e5d .elementor-column-wrap {
    padding: 0!important;
}
.home a.elementor-button-link {
    top: 50px;
    position: relative;
}
.home .prod-cardh {
    top: 160px;
}
.elementor-page h1.entry-title {
    display: none;
}
.page-id-7 h1.entry-title,
.page-id-223 h1.entry-title {
    display: block;
}
.elementor-page p {
    font-size: 16px;
}
.elementor-editor-active .cover-header-inner,
.elementor-editor-active .cover-header,
.elementor-editor-active .cover-header-inner-wrapper {
    display: none!important;
}
.elementor-editor-active .elementor-element-2321e5d {
    position: relative;
}
/* containers */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 76%;
    max-width: 76%;
    margin: 0 auto;
}
.post-223 .post-inner {
    margin-top: 50px;
}
.js {
    top: 0!important;
}
.elementor-lightbox {
    z-index: 99999999!important;
    position: relative;
}
.page-id-674 .entry-content h4 {
    margin-top: 0;
}
.elementor-6 .elementor-element.elementor-element-f42d075 {
    max-width: 100%!important;
}
.elementor-6 .elementor-element.elementor-element-f42d075 .elementor-element{
    margin: 5px;
}
.home .elementor-6 .elementor-element.elementor-element-dc0d4b4 .elementor-text-editor p {
    text-align: center;
}
.page-id-758 p,
.home .elementor-element-091c5e0 p {
    text-align: center;
}
/* search results */
.search-results p {
    text-align: center;
}
.search-results .entry-title a {
    background: var(--gold);
    color: white!important;
    padding: 8px 24px;
    border-radius: 5px;
}
.search-results .footer-nav-widgets-wrapper {
    margin-top: 50px;
}
.footer-nav-widgets-wrapper, #site-footer {
    padding: 20px 0 15px;
}
div.wpcf7-mail-sent-ok {
    display: inline-block!important;
}
.page-id-429 .elementor-widget-heading .elementor-heading-title>a {
    color: inherit;
    font-size: inherit;
    background: #0000004a;
    padding: 0 5px;
}
.page-id-8 .wpcf7-list-item input {
    height: auto;
}
.page-id-8 span.wpcf7-list-item {
    margin-top: 10px;
}
.page-id-8 span.first {
    margin-left: 0;
}
/* Media queries */
@media only screen and (min-width: 1600px) {
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .home .elementor-container,
    .home .elementor-6 .elementor-element.elementor-element-02f8e46,
    .page-id-429 .elementor-container,
    .page-id-7 .entry-content,
    .page-id-8 .entry-content,
    .page-id-223 .entry-content,
    .page-id-674 .entry-content
    {
        width: 76%;
        max-width: 76%;
        margin: 0 auto;
    }
    .page-id-8 .entry-content,
    .page-id-7 .entry-content,
    .page-id-223 .entry-content {
        /*padding-left: 5%;*/
        /*padding-right: 5%;*/
    }
}
@media only screen and (max-width: 1201px) {
    .widget_nav_menu li {
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1025px) {
    .header-inner .toggle {
        top: -30px;
    }

    .header-titles .site-logo {
        max-width: 32%;
        position: relative !important;
        z-index: 999 !important;
        padding-top: 10px;
    }

    button.close-nav-toggle svg {
        width: 1rem;
        height: 1rem;
    }

    button.close-nav-toggle .toggle-text {
        display: none;
    }

    button.close-nav-toggle {
        padding: 30px 0;
    }

    .menu-modal nav {
        margin-top: 10px;
    }

    .homepageclass {
        height: 70vh;
    }

    .footer-widgets .textwidget p {
        margin-right: 10px;
        width: 100%;
    }

    .footer-widgets .widget:last-child {
        clear: both;
    }

    .footer-widgets .widget {
        padding-right: 50px;
    }

    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 100%;
    }
    .cover-header-inner {
        padding-top: 40%!important;
    }
    h1.h-main-h {
        padding-top: 30vh;
    }
    .home .elementor-element {
        width: 90%;
        max-width: 90%;
    }
    .page-id-223 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
    .footer-inner,
    .page-id-674 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 90%;
        width: 90%;
    }
    .home .elementor-column.elementor-col-25, .page-id-429 .elementor-column.elementor-col-25, .page-id-429 .elementor-column.elementor-col-20 {
        margin-bottom: 50px;
    }
    .page-id-7 .wp-block-group {
        padding: 0;
    }
}

@media only screen and (max-width: 1002px) {
    .primary-menu-wrapper + .header-toggles {
        display: block;
    }

    .wp-custom-logo .header-titles {
        padding-bottom: 0;
    }

    .header-inner .toggle-text {
        display: none;
    }

    .header-inner {
        padding-top: 20px;
    }

    .menu-modal {
        margin-top: 30px;
    }

    .modal-menu a {
        color: var(--darkgray) !important;
    }

    .search-toggle svg, .nav-toggle svg {
        max-width: 1.3rem;
    }

    .nav-toggle svg {
        float: right;
    }

    .menu-wrapper .menu-item .svg-icon {
        width: 45px;
        margin: 0 auto;
    }

    .menu-wrapper {
        display: block;
    }

    .menu-bottom {
        padding-top: 12%;
    }

    .header-inner .toggle {
        top: 0;
    }

    .modal-menu li:last-child {
        border-bottom: none;
    }

    .menu-modal nav {
        margin-top: 15%;
    }

    .footer-widgets-wrapper {
        width: 100%;
    }

    .footer-widgets-wrapper {
        display: inline-block;
    }

    .footer-widgets {
        float: left;
        width: 100%;
    }

    .footer-widgets + .footer-widgets {
        float: left;
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .footer-widgets .widget:last-child {
        clear: none;
    }

    .footer-widgets .textwidget p {
        max-width: 100%;
    }

    .footer-widgets .widget {
        padding-right: 19%;
    }

    .footer-widgets-outer-wrapper {
        padding-bottom: 50px;
    }

    .footer-copyright, .powered-by-creatifagency,
    .footer-copyright,
    .to-the-top,
    #site-footer a {
        font-size: 16px;
    }

    .toggle-inner {
        padding-left: 0;
    }

    .map-casa,
    .info-location {
        width: 100%;
    }

    .info-location {
        padding-top: 0;
        margin-bottom: 100px;
        padding-left: 0;
    }

    .map-casa {
        margin-bottom: 50px;
    }

    .map-casa iframe {
        height: 420px !important;
    }

    button.close-nav-toggle svg {
        margin-top: 10px;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 100%;
        max-width: calc(100% - 8rem);
        padding-left: 0;
        padding-right: 0;
    }
    #site-content {
        margin-top: 50px!important;
    }
    .page-id-7 #site-content,
    .page-id-223 #site-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .powered-by-creatifagency {
        padding: 0;
    }

    button.close-nav-toggle svg {
        margin-top: 5px;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 100%;
        max-width: calc(100% - 4rem);
    }
    .search-modal .search-field {
        height: 120px;
        font-size: 24px;
        border: none!important;
        color: var(--lightgray);
    }
    .search-modal button.search-untoggle {
        color: var(--darkgray);
        max-width: 100px;
    }
    h1.h-main-h {
        max-width: 90%;
        line-height: 1.4;
    }
    .home .elementor-column.elementor-col-25,
    .page-id-429 .elementor-column.elementor-col-25,
    .page-id-429 .elementor-column.elementor-col-20 {
        width: 50%;
    }
    .elementor-element-f42d075 .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 48%;
    }
}

@media only screen and (max-width: 549px) {
    .cover-header-inner {
        padding-top: 70%!important;
    }

    .header-titles .site-logo {
        max-width: 60%;
    }

    .header-inner {
        padding-bottom: 0px;
    }

    .footer-copyright, .powered-by-creatifagency, .footer-copyright, .to-the-top, #site-footer a {
        font-size: 14px;
    }

    .footer-credits {
        width: 80%;
    }

    .footer-widgets .widget:first-child {
        margin-bottom: 50px;
    }

    .footer-widgets .widget:nth-child(2) {
        padding-right: 35%;
    }

    .section-inner {
        width: calc(100% - 2rem);
    }

    #site-footer {
        padding-bottom: 30px;
    }

    .mobile-search-toggle,
    .nav-toggle .toggle-inner {
        padding-left: 1rem !important;
    }

    .page-id-8 .entry-content > *:first-child {
        width: 90%;
        max-width: 100%;
        padding: 50px 0 30px;
        text-align: center;
    }
    label,
    input[type='submit'],
    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        width: 90%;
    }
    label {
        width: 100%;
    }

    .wpcf7 {
        width: 100% !important;
    }

    .wp-custom-logo .header-titles {
        padding-bottom: 20px;
    }

    .site-logo img {
        max-height: 60px;
    }
    .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 100%;
        max-width: calc(100% - 2rem);
    }
    h2 {
        font-size: 22px;
    }
    a.wp-block-button__link {
        width: 100%;
    }
    .page-id-8 .wp-block-group:nth-child(2) {
        margin-bottom: 0!important;
    }
    .page-id-8 .wp-block-group:nth-child(2),
    .page-id-8 .wp-block-group:nth-child(3){
        width: 100%!important;
        text-align: left;
        float: left;
    }
    .page-id-8 .wp-block-group:nth-child(3) .wp-block-group__inner-container {
        float: left;;
    }
    .wpcf7 .wp-left, .wpcf7 .wp-right,
    label, input[type='submit'], div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
        float: left;
        width: 100%;
    }
    .home .elementor-element:nth-child(2) {
        margin-top: -70px;
    }
    .home .elementor-column.elementor-col-25,
    .page-id-429 .elementor-column.elementor-col-25,
    .page-id-429 .elementor-column.elementor-col-20 {
        width: 100%;
    }
    .home .elementor-column.elementor-col-25 {
        margin-top: 100px;
    }
    .home .elementor-column.elementor-col-25:first-child {
        margin-top: 0px;
    }
    .menu-modal nav {
        margin-top: 25%;
    }
    .entry-header {
        margin-bottom: 50px;
    }
    .home #site-content {
        margin-top: 118px!important;
    }
    .home .elementor-element, .home .elementor-6 .elementor-element.elementor-element-02f8e46 {
        width: 96%;
        max-width: 96%;
    }
    .page-id-223 .btn-v2 {
        text-align: center;
    }
    .footer-widgets .widget:last-child {
        padding-top: 50px;
    }
    .page-id-674 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0;
    }
    .home .elementor-column.elementor-col-25, .page-id-429 .elementor-column.elementor-col-25, .page-id-429 .elementor-column.elementor-col-20 {
        margin-bottom: 0px;
    }
    .elementor-element-f42d075 .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 100%;
    }
    .elementor-element-ba74d82 {
        margin-top: 0!important;
    }
    #site-footer .section-inner {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .footer-credits {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .page-id-8 span.last {
        margin-left: 0;
        float: left;
    }
}