/*
Theme Name: Agenzia Ottanelli Naso
Theme URI:
Author: Hubic Marketing
Author URI: https://hubicmarketing.it/
Description: Starter Theme with Font Awesome 6 and Bootstrap 5
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: hm

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.
*/
@import url('assets/webfonts/clash/css/clash-display.css');

:root {
    --font-primary: "ClashDisplay-Variable", sans-serif;
    --font-secondary: "arbotek", sans-serif;
    --hm-primary-color: #27414A;
    --hm-secondary-color: #000000;
    --hm-dark-color: #707070;
    --hm-light-color: #FBF8F2;
    --hm-container: 1320px;
    --hm-container-gap: .75rem;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: var(--font-primary);
    background-color: var(--hm-light-color);
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    width: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--hm-primary-color) !important;
    border-radius: 10px;

}

.main-content {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* .wp-block-group{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wp-block-group .wp-block-group__inner-container{
  max-width: var(--hm-container);
  padding-left: var(--hm-container-gap);
  padding-left: var(--hm-container-gap);
}
.wp-block-group.alignwide .wp-block-group__inner-container{
  max-width: 100%;
} */

/*h1, .h1,*/
/*h2, .h2,*/
/*h3, .h3,*/
/*h4, .h4,*/
/*h5, .h5,*/
/*h6, .h6 {*/
/*    font-family: var(--font-primary);*/
/*    margin-bottom: 1.875rem;*/
/*    line-height: 1.3;*/
/*}*/

a,
a:hover{
    color: var(--hm-primary-color);
	transition: .all .3s ease-in-out;
}

a:hover{
	opacity:.8;
}

/* Helpers
-------------------------------------------------------- */
b, strong{
	font-weight:500;
}

.fw-500{
	font-weight:500;
}

.bg-light {
    background-color: var(--hm-light-color) !important;
}

.bg-dark {
    background-color: var(--hm-primary-color) !important;
}

.text-stroke {
	/*
    color: var(--hm-primary-color);
    -webkit-text-fill-color: var(--hm-light-color);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--hm-primary-color);
	*/
	 color: var(--hm-light-color) !important;	
	  text-shadow:
   -1px -1px 0 var(--hm-primary-color),  
    1px -1px 0 var(--hm-primary-color),
    -1px 1px 0 var(--hm-primary-color),
     1px 1px 0 var(--hm-primary-color) !important;
	/*letter-spacing:2px !important;*/
}

.text-stroke-light {
	/*
    color: #FFF;
    -webkit-text-fill-color: var(--hm-primary-color);
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: .3px;
	*/
	 color: var(--hm-primary-color) !important;	
	  text-shadow:
   -1px -1px 0 #FFF,  
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
     1px 1px 0 #FFF !important;
	/*letter-spacing:2px !important;*/
}

.text-stroke-clear {
	/*
    color: var(--hm-primary-color);
    -webkit-text-fill-color: #FBB03B;
    -webkit-text-stroke-color: var(--hm-primary-color);
    -webkit-text-stroke-width: 1px;
	*/
	 color: #A5B8BE !important;	
	  text-shadow:
   -1px -1px 0 var(--hm-primary-color),  
    1px -1px 0 var(--hm-primary-color),
    -1px 1px 0 var(--hm-primary-color),
     1px 1px 0 var(--hm-primary-color) !important;
	/*letter-spacing:2px !important;*/
}

.font-secondary {
    font-family: var(--font-secondary);
}

.hero-image-radius.wp-block-image {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.hero-image-radius.wp-block-image img {
    border-radius: 200px 0 0 0;
    height: 100%;
    object-fit: fill;
}

.link-icon a,
a.link-icon {
    text-decoration: none;
}

.link-icon a:after,
a.link-icon:after {
    content: "\e09f";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 20px;
    font-size: 1.5rem;
    vertical-align: middle;
	transition: all .3s ease-in-out;
}

.link-icon a:hover:after,
a.link-icon:hover:after {
	transform: rotate(45deg);
}

.indicator-icon {
    position: relative;
    display: flex;
    flex-direction: row;
}

.indicator-icon:before {
    content: "\e09f";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
    vertical-align: top;
    color: #FFF;
    font-weight: lighter;
}

.indicator-icon.icon-primary-color:before {
    color: var(--hm-primary-color);
}

.translate-end {
    transform: translateX(15%);
}

.hm-pattern-background {
    position: relative;
}

.hm-pattern-background * {
    position: relative;
    z-index: 2;
}

.hm-pattern-background:before {
    content: " ";
    display: block;
    background: transparent linear-gradient(180deg, #A5B8BE 40%, #A5B8BE 60%, #FBF8F2 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    border-radius: 200px 0 0 0;
}

.hm-border-left {
    border-left: 1px solid var(--hm-primary-color);
}

.before-background {
    position: relative;
}

.before-background:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FBB03B;
}

.image-bottom-right{
	position:absolute;
	right:0;
	bottom:0;
}

/* Navbar
-------------------------------------------------------- */
.topbar .nav-link {
    font-size: 0.938rem;
    padding-bottom: 0;
    padding-top: 1.25rem;
    font-weight: 500;
}

.logo {
    max-width: 280px;
    width: 100%;
}

.nav-link {
    font-size: 0.938rem;
    letter-spacing: 2.08px;
    color: var(--hm-primary-color);
}

.navbar-action .navbar-nav .nav-item .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* Sticky
-------------------------------------------------------- */
.hm-sticky {
    top: -500px;
    transition: all 1s ease-in-out;
}

.hm-sticky .logo {
    max-width: 50px;
}

.hm-sticky .container-fluid {
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #707070;
    background-color: #FFF;
	padding-left:40px;
	padding-right:40px;
}

.hm-sticky .nav-link {
    font-size: 13px;
}

.hm-sticky.hm-show {
    top: 20px;
}

.admin-bar .hm-sticky.hm-show {
    top: 52px;
}

/* Widget
-------------------------------------------------------- */

.widget {
    margin-bottom: 2.75rem;
}

.widget:last-of-type {
    margin-bottom: 0;
}

.widget .wp-block-group {
    padding: 0;
}

.widget .wp-block-group > * {
    padding: 0;
}

/* Image comparison
-------------------------------------------------------- */
.hm-img-comp-container {
    position: relative;
    height: 100%; /*should be the same height as the images*/
    min-height: 600px;
}

.hm-img-comp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hm-img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    .twentytwenty-container,
    .hm-img-comp-container {
        min-height: 450px !important;
    }
}


/* Real estate carousel
-------------------------------------------------------- */
.realestateThumb {
    height: 37.5rem;
    width: 100%;
    object-fit: cover;
}

/*#realestateCarousel .hm-border-left{*/
/*    padding-right: calc(var(--bs-gutter-x) * .5);*/
/*    padding-left: calc(var(--bs-gutter-x) * .5);*/
/*}*/

.realestateContent {
    max-width: 31.25rem;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    color: var(--hm-primary-color);
}

.realestateContent h2 {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.realestateText {
    max-width: 21.875rem;
    letter-spacing: 1px;
}

.carousel-nav {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
    width: 100px;
    padding: 30px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--hm-primary-color);
    transform: translate(-50%, -50%);
    color: yellow;
}

.carousel-nav .carousel-control-next,
.carousel-nav .carousel-control-prev {
    opacity: 1;
}

.carousel-nav .carousel-control-next {
    right: 10px;
}

.carousel-nav .carousel-control-prev {
    left: 10px;
}

.carousel-nav .carousel-control-next-icon,
.carousel-nav .carousel-control-prev-icon {
    filter: invert(1);
}


@media only screen and (max-width: 992px) {
    .realestateThumb {
        height: 28.125rem;
    }
}

.hm-whatsapp {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 80px;
    background-color: #25D366;
    border-radius: 40px 0 0 40px;
    display: block;
    z-index: 4;
	opacity:1 !important;
}

.hm-whatsapp img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .hm-whatsapp {
        width: 40px;
    }

    .hm-whatsapp img {
        width: 30px;
        height: 30px;
    }
}


/* Social menu
-------------------------------------------------------- */
.social-menu a {
    font-size: 2.5rem;
    transition: all .3s ease-in-out;
}

.social-menu.primary-social a {
    color: var(--hm-primary-color);
    font-size: 3.75rem;
}

.social-menu a:hover {
    opacity: .7;
}

@media only screen and (max-width: 768px) {
    .social-menu.primary-social a {
        font-size: 2.5rem;
    }
}

/* Review
-------------------------------------------------------- */
.reviews-container {
    max-height: 450px;
    overflow-y: scroll;
	padding-top:40px;
	padding-bottom:40px;
}

.review-content {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 15px;
}

.review-content .review-star {
    color: #FFB407;
}

.review-content h6 {
    font-size: 1.125rem;
    font-weight: 500;
}

.review-content .review-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
}

.review-content p {
    font-style: italic;
    font-size: 0.938rem;
    font-weight: 500;
    letter-spacing: 1px;
}


/* Contact page
-------------------------------------------------------- */
.contact-image-translate {
    position: relative;
    bottom: 0;
    transform: translateX(-35%);
    z-index: 2;
    transition: all .3s ease-in-out;
}

.house-image-translate {
    position: relative;
    bottom: 0;
    transform: translateX(-25%);
    z-index: 2;
    transition: all .3s ease-in-out;
}

.hm-pattern-background-contact:before {
    content: " ";
    display: block;
    background: transparent linear-gradient(90deg, #A5B8BE 40%, #A5B8BE 60%, #FBF8F2 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 1;
    border-radius: 200px 0 0 0;
}

@media only screen and (max-width: 1450px) {
    .contact-image-translate {
        transform: translateX(-20%);
    }

    .house-image-translate {
        transform: translateX(-15%);
    }
}

@media only screen and (max-width: 1250px) {
    .contact-image-translate {
        transform: translateX(-15%);
    }
}

@media only screen and (max-width: 768px) {
    .contact-image-translate {
        transform: translateX(0%);
    }

    .house-image-translate {
        transform: translateX(0%);
    }
}

/* Agency page
-------------------------------------------------------- */
.agency-image {
    z-index: 2;
    position: relative;
}

/* Footer
-------------------------------------------------------- */

footer.footer h5 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    margin-bottom: 2rem;
}

footer.footer .footer-widget {
    margin-bottom: 2rem;
}

footer.footer .footer-widget:last-of-type {
    margin-bottom: 0;
}

footer.footer a {
    color: #fff;
}

footer.footer .widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer.footer .widget_nav_menu ul li {
    margin-bottom: 15px;
}

footer.footer .widget_nav_menu ul li a {
    text-decoration: none;
    display: block;
    padding: 0 0 4px 0;
    /*opacity: 0.75;*/
    letter-spacing: 1px;
    font-weight: 100;
}

footer.footer .widget_nav_menu ul li a:hover,
footer.footer .widget_nav_menu ul li a:focus {
    opacity: 1;
}

footer .sub-footer {
    background-color: #A5B8BE;
    color: var(--hm-primary-color);
}

footer .sub-footer p {
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--hm-primary-color);
}

footer .sub-footer p a {
    color: var(--hm-primary-color);
    text-decoration: none;
}

footer .sub-footer p a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 768px) {
    footer {
        text-align: center;
    }
}


/* Gutenberg
-------------------------------------------------------- */

body .is-layout-constrained > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.wp-block-cover {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .min-height {
        height: 600px;
        margin: 100px 0 !important
    }

    .min-height .wp-block-media-text__media img {
        height: 600px;
        object-fit: cover;
    }
}


.max-width {
    max-width: 800px;
    margin: 0 auto
}


.wp-block-columns h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.wp-block-columns h2 {
    margin-bottom: 20px;
}

.wp-block-columns li {
    font-size: 18px;
    margin-bottom: 8px;
}

.wp-block-image {
    margin-bottom: 20px !important;
}

.wp-block-image.mb-0 {
    margin-bottom: 0 !important;
}

.mt-big {
    margin-top: 100px
}

.mb-big {
    margin-bottom: 100px
}


/* Comments
-------------------------------------------------------- */
#comments {
    margin-bottom: 40px;
}

.comments {
    padding-top: 40px;
}

.comments textarea {
    width: 100%;
}

.comments label {
    min-width: 80px;
}

.comments ul,
.comments ol {
    list-style-type: none;
}

.comment-author img {
    border-radius: 999px;
    width: 50px;
}

.comment .reply {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}


/* Input & textarea
-------------------------------------------------------- */
input,
textarea {
    padding: 20px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

label {
    width: 100%
}

/* Cf7
-------------------------------------------------------- */
.wpcf7-submit {
    padding: 10px 20px;
    display: inline-block;
    background: #FFFFFF;
    color: var(--hm-primary-color);
    width: auto;
    margin-left: auto;
}

.custom-radio-button .wpcf7-list-item {
    margin: 0 5px 0 0;
    height: 40px;
    position: relative;
    max-width: calc(25% + 15px);
    width: 100%;
    margin-bottom: 5px;
    margin-right: -20px;
}

.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label,
.custom-radio-button .wpcf7-list-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #707070;
    border-radius: 15px;
}

.custom-radio-button .wpcf7-list-item input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    cursor: pointer;

}

.custom-radio-button .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #27414A;
    color: #FFF;

}

.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label {
    z-index: 90;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    line-height: 1;
    background-color: #FFF;
    color: #27414A;
}

@media only screen and (max-width: 768px) {
    .custom-radio-button .wpcf7-list-item {
        max-width: 50%;
        margin-right: unset;
    }

    .custom-radio-button .wpcf7-list-item .wpcf7-list-item-label {
        font-size: 14px;
    }
}


/* Widgets
-------------------------------------------------------- */
.widget_search .screen-reader-text {
    display: block;
}

.widget_search #s {
    width: 70%;
    float: left;
}

.widget_search #searchsubmit {
    width: 30%;
    float: left;
    background: #fff;
}


/* pagination
-------------------------------------------------------- */
.pagination {
    margin-bottom: 40px
}

.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-right: 4px;
}

/* general wordpress style
-------------------------------------------------------- */
.post img {
    max-width: 100%;
    height: auto;
}


/* WordPress Core Styles
-------------------------------------------------------------- */
.gallery-caption {
    padding: 5px;
    font-size: 10px;
}

.bypostauthor {
    border-left: 3px solid #ddd;
    padding-left: 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/* ! Gutenberg */
/* -------------------------------------------------------------------------------- */
.main-content,
.top-footer {
    overflow: hidden;
}

.wp-block-image,
.wp-block-columns,
.wp-block-cover,
.wp-block-gallery,
.wp-block-text-columns,
.wp-block-button,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-code,
.wp-block-audio,
.wp-block-video,
.wp-block-preformatted,
.wp-block-verse,
.wp-block-separator,
.wp-block-categories,
.wp-block-categories-list,
.wp-block-latest-posts,
.wp-block-embed-twitter,
.wp-block-embed-youtube,
.wp-block-embed-facebook,
.wp-block-embed-wordpress,
.wp-block-embed-vimeo,
.wp-block-media-text {
    margin-bottom: 40px;
}

/* -------------------------------------------------------------------------------- */
/* ! General */
/* -------------------------------------------------------------------------------- */
/* .container-block-editor h1,
.container-block-editor h2,
.container-block-editor h3,
.container-block-editor h4,
.container-block-editor p {
  margin-bottom: 35px; } */

.has-small-font-size {
    font-size: 13px;
    line-height: 23px;
}

.has-large-font-size {
    font-size: 36px;
    line-height: 54px;
}

.has-larger-font-size {
    font-size: 42px;
    line-height: 63px;
}

.wp-block-cover {
    height: auto;
}

/* -------------------------------------------------------------------------------- */
/* ! Code */
/* -------------------------------------------------------------------------------- */
.wp-block-code {
    border: 1px solid #ddd;
    padding: 20px;
}

.wp-block-code {
    overflow: auto;
}

/* -------------------------------------------------------------------------------- */
/* ! Video */
/* -------------------------------------------------------------------------------- */
.wp-block-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wp-block-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------------------------- */
/* ! Performatted */
/* -------------------------------------------------------------------------------- */
.wp-block-preformatted {
    overflow: hidden;
}

/* -------------------------------------------------------------------------------- */
/* ! Pullquote */
/* -------------------------------------------------------------------------------- */
.wp-block-pullquote blockquote {
    border: none;
}

.wp-block-pullquote p {
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .site-header .container-fluid,
    .topbar.navbar .container-fluid,
    footer .container-fluid {
        padding-left: calc(140px + var(--bs-gutter-x));
        padding-right: calc(140px + var(--bs-gutter-x));
    }

    .ps-big {
        padding-left: 140px !important;
    }

    .pe-big {
        padding-right: 140px !important;
    }
}

@media only screen and (min-width: 960px) {
    body .alignfull {
        width: auto;
        max-width: 1000%;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    body .alignwide {
        width: auto;
        max-width: 1000%;
        margin-right: calc(25% - 25vw);
        margin-left: calc(25% - 25vw);
    }

    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }

    .image-end img {
        margin: unset;
        margin-left: auto;
    }

}


@media only screen and (max-width: 992px) {
    .icon-big-mobile {
        font-size: 1rem;
        vertical-align: middle;
    }
	
	.image-bottom-right{
		position:relative;
	}
}

@media only screen and (max-width: 768px) {
    .logo {
        max-width: 200px;
    }
}

/* ! Animation */
/* ---------------------------------------------- */
.gs--fadeUp{
	-webkit-transform: translateY(1.25rem);
	    -ms-transform: translateY(1.25rem);
	        transform: translateY(1.25rem);
	opacity: 0;
}

.gs--maskDown{
	-webkit-transform: translateY(1.25rem);
	    -ms-transform: translateY(1.25rem);
	        transform: translateY(1.25rem);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}