/*
Theme Name: C&A - Studio per la Consulenza
Author: KMSTUDIO
Version: 1.0
*/

:root {
    --site--first--color: #006347;
}

html { font-size: 18px; }

body {
	background-color: #fff;
	color: #000;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
body.no-scroll {
	overflow: hidden !important;
}

body.css-transition-in-elements-overlay-loading::after {
    color: var(--site--first--color);
}

a {
    color: var(--site--first--color);
    text-decoration: none;
    transition: color ease-in-out 400ms,
                background ease-in-out 400ms,
                opacity ease-in-out 400ms,
                border ease-in-out 400ms;
}
a:hover {
    color: var(--site--first--color); 
}
svg {
    max-width: 100%;
    height: auto;
}
strong, b {
    font-weight: 500;
}
hr {
	margin: 3rem 0;
	border: 1px solid var(--site--first--color);
	opacity: 0.3;
}


/*--- STILI GENERALI */
main {
	min-height: 600px;
}
.swiper.image-swiper {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 5rem;
}
.swiper.image-swiper .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-image {
	position: relative;
    overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 25vw;
	margin-bottom: 5rem;
	z-index: -1;
}
.header-image::before {
	content: "";
    position: absolute;
    /*
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.63) 0%, rgba(41,196,169,0) 100%);
    background-image: -o-linear-gradient(rgba(0,0,0,0.63) 0%, rgba(41,196,169,0) 100%);
    background-image: linear-gradient(rgba(0,0,0,0.63) 0%, rgba(41,196,169,0) 100%);
    */
    height: 100%;
    width: 100%;
}
.close-up-news {
    margin-bottom: 4rem;
}
.close-up-news .text-with-image {
    background: linear-gradient(90deg, rgba(225,229,230,1) 0%, rgba(211,225,216,1) 100%);
    border-radius: 1rem;
    padding: 3rem;
}
.close-up-news .text-with-image .left-part {
    
}
.close-up-news .text-with-image .left-part img {
    border-radius: 1rem;
}
.close-up-news .text-with-image .right-part {
    padding-left: 1rem;
}
.close-up-news .text-with-image .right-part h2 {
	font-size: 2rem;
	font-weight: 800;
	color: var(--site--first--color);
	margin: 0 0 2rem 0;
	padding: 0;
	text-transform: none;
}
.close-up-news .text-with-image .right-part .show-more {
    margin-top: 1.5rem;
}
.close-up-news .text-with-image .right-part .show-more a {
    position: relative;
    color: var(--site--first--color);
    font-weight: 400;
}
.close-up-news .text-with-image .right-part .show-more a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: -0.4rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.close-up-news .text-with-image .right-part .show-more a:hover::after {
    width: 100%;
}
.partners {
    padding: 3rem 0;
    margin-bottom: 5rem;
}
.partners h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--site--first--color);
    margin: 0 0 4rem 0;
    padding: 0;
}
.partners .lists {
    
}
.partners .lists .single {
    height: 200px;
}
.partners .lists .single h4 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
    color: var(--site--first--color);
    margin: 0 0 3rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 3px solid var(--site--first--color);
    display: inline-block;
}
.partners .lists .single figure {
    margin: 0;
	padding: 0 1rem;
}
.partners .lists .single figure img {
    
}
.wordpress-container-editor h2 {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 2rem 0 2rem 0;
	padding: 0;
	text-transform: uppercase;
	color: var(--site--first--color);
}
.wordpress-container-editor h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 2rem 0 2rem 0;
	padding: 0;
	text-transform: none;
	color: var(--site--first--color);
}
.wordpress-container-editor h4 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 2rem 0 0.2rem 0;
	padding: 0;
	text-transform: none;
	color: var(--site--first--color);
}
.wordpress-container-editor .wp-block-image {
	margin: 2rem 0;
}
.wordpress-container-editor .wp-block-buttons {
	margin: 1.5rem 0 3rem 0;
}
.wordpress-container-editor .wp-block-buttons .wp-block-button {
	margin: 0 1rem 0 0;
}
.wordpress-container-editor .wp-block-buttons .wp-block-button:last-child {
	margin: 0;
}
.wordpress-container-editor .wp-block-buttons .wp-block-button a.wp-block-button__link {
	color: #fff;
	border: 2px solid var(--site--first--color);
	background-color: var(--site--first--color);
	border-radius: 1rem;
	box-shadow: none;
	text-decoration: none;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
}
.wordpress-container-editor .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
	color: var(--site--first--color);
	background-color: #fff;
}
.wordpress-container-editor ul {
    margin: 0 0 1.5rem 1rem;
    padding: 0;
}
.wordpress-container-editor ul li {
    margin: 0;
    padding: 0;
}
nav.navigation.pagination {
    margin: 3rem 0;
}
nav.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}
nav.navigation.pagination .nav-links > * {
    padding: 0.3rem 0.6rem;
    border: 1px solid var(--site--first--color);
    margin: 0 0.5rem 0.5rem 0;
    color: var(--site--first--color);
    text-decoration: none;
}
nav.navigation.pagination .nav-links > *.current {
    background-color: var(--site--first--color);
    color: #fff;
}
nav.navigation.pagination .nav-links > *:hover {
    background-color: var(--site--first--color);
    color: #fff;
    text-decoration: none;
}


/*--- MENU RESPONSIVE */
.menu-responsive {
    position: fixed;
	top: 0;
    padding: 0 0 5rem;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-y: auto;
    background-color: #000;
    transform: translateY(-100%);
    transition: transform 300ms ease-in-out,
                opacity 300ms ease-in-out;
    opacity: 0;
}
.menu-responsive.expanded {
    transform: translateY(0);
    opacity: 1;
}
.menu-responsive .menu-close-responsive {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition: color ease-in-out 300ms;
}
.menu-responsive .menu-close-responsive:hover {
    color: var(--site--first--color);
}
.menu-responsive nav:first-of-type {
    margin-top: 4rem;
}
.menu-responsive nav ul {
    margin: 0.4rem 0 1.5rem 0;
    padding: 0;
    list-style-type: none;
}
.menu-responsive nav ul li {
    margin: 0 0 0.2rem 0;
    padding: 0;
    list-style-type: none;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
	line-height: 1.3;
}
.menu-responsive nav ul li.menu-item-has-children {
    margin-top: 1rem;
}
.menu-responsive nav ul li:last-child {
	margin-bottom: 0;
}
.menu-responsive nav ul li a {
	position: relative;
    color: #fff;
    text-decoration: none;
}
.menu-responsive nav ul li.menu-item-has-children > a {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--site--first--color);
	cursor: default;
}
.menu-responsive nav ul li.menu-item-has-children > a:hover {
	color: var(--site--first--color);
	text-decoration: none;
}
.menu-responsive nav ul li a:hover,
.menu-responsive nav ul li.current-menu-item a {
    color: var(--site--first--color);
}
.menu-responsive .own-socials {
    
}
.menu-responsive .own-socials ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu-responsive .own-socials ul li {
    margin: 0 0.3rem 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 2rem;
}
.menu-responsive .own-socials ul li:last-child {
    margin: 0;
}
.menu-responsive .own-socials ul li a {
    color: #fff;
}
.menu-responsive .own-socials ul li a:hover {
    color: var(--site--first--color);
}


/*--- HEADER */
header.layout-row {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 2px solid var(--site--first--color);
}
header.layout-row .content-left-cell figure.logo {
    margin: 0;
    border-right: 1px solid var(--site--first--color);
    padding-right: 1.2rem;
}
header.layout-row .content-left-cell figure.logo svg {
    width: 150px;
    transition: opacity ease-in-out 400ms;
}
header.layout-row .content-left-cell figure.logo svg .text {
    fill: #fff;
}
header.layout-row .content-left-cell figure.logo:hover svg {
    opacity: 0.6;
}
header.layout-row .content-left-cell .site-description {
    color: var(--site--first--color);
    padding-left: 1.2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 300px;
}
header.layout-row .content-right-cell nav.main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header.layout-row .content-right-cell nav.main ul li {
    position: relative;
    margin: 0 2rem 0 0;
    padding: 0;
    list-style-type: none;
    text-transform: none;
    font-weight: 300;
}
header.layout-row .content-right-cell nav.main ul li.current-menu-item > a {
    position: relative;
}
header.layout-row .content-right-cell nav.main ul li.current-menu-item > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: 0.7rem;
    left: 0;
}
header.layout-row .content-right-cell nav.main ul li:last-child {
	margin-right: 0;
}
header.layout-row .content-right-cell nav.main ul li a {
    color: var(--site--first--color);
    text-decoration: none;
    padding: 1rem 0;
}
header.layout-row .content-right-cell nav.main ul li a:hover {
    color: var(--site--first--color);
    opacity: 0.6;
}
header.layout-row .content-right-cell nav.main ul li a:not(href) {
    cursor: pointer;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu {
    opacity: 0;
    position: absolute;
    margin: 0;
    list-style-type: none;
    display: block;
    visibility: hidden;
    transition: opacity 400ms ease-in-out,
                visibility 400ms ease-in-out;
    z-index: 10;
    top: 3rem;
    background-color: #fff;
    padding: 1rem;
    -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.10);
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.10);
    border: 1px solid #f2f2f2;
    width: 300px;
}
header.layout-row .content-right-cell nav.main ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li {
    color: #000;
    margin: 0 0 0.5rem 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.2;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li a {
    color: #000;
    padding: 0;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li a:hover {
    color: #000;
    opacity: 0.6;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li a::after {
	bottom: 0;
	height: 2px;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li.current-menu-item a::after {
    content: none;
}
header.layout-row .content-right-cell nav.main ul li ul.sub-menu li.current-menu-item a {
    color: var(--site--first--color);
}
header.layout-row .content-right-cell ul.available-languages {
    margin: 0 0 0 3rem;
    padding: 0;
    list-style-type: none;
}
header.layout-row .content-right-cell ul.available-languages li {
    position: relative;
    margin: 0 0.5rem 0 0;
    padding: 0 0.5rem 0 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    font-size: 1.2rem;
}
header.layout-row .content-right-cell ul.available-languages li.current {
    font-weight: 700;
}
header.layout-row .content-right-cell ul.available-languages li:last-child {
    margin: 0;
    padding: 0;
}
header.layout-row .content-right-cell ul.available-languages li::after {
    content: "";
    border-right: 1px solid var(--site--first--color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50%;
}
header.layout-row .content-right-cell ul.available-languages li:last-child::after {
    content: none;
}
header.layout-row .content-right-cell ul.available-languages li a {
    color: var(--site--first--color);
}
header.layout-row .content-right-cell ul.available-languages li a:hover {
    color: var(--site--first--color);
    opacity: 0.6;
}
header.layout-row .content-right-cell .hamburger {
    display: none;
	width: 3rem;
    cursor: pointer;
    margin-left: 2rem;
}
header.layout-row .content-right-cell .hamburger span {
	display: block;
	width: 2rem;
	height: 0.2rem;
	background-color: var(--site--first--color);
	margin-bottom: 0.4rem;
	transition: transform ease-in-out 400ms,
				background ease-in-out 400ms,
				opacity ease-in-out 400ms;
}
header.layout-row .content-right-cell .hamburger span:last-child {
    margin-bottom: 0;
}
header.layout-row .content-right-cell .hamburger:hover span {
    background-color: #000;
}

body.header-is-absolute header.layout-row {
    position: absolute;
    top: 0;
    z-index: 10;
    border-bottom: none;
}
body.header-is-absolute .gradient-header {
    position: absolute;
    background: linear-gradient(0deg, rgba(0,99,71,0) 0%, rgba(0,99,71,1) 100%);
    top: 0;
    margin: auto;
    mix-blend-mode: multiply;
    z-index: 2;
    width: 100%;
    height: 200px;
}
body.header-is-absolute header.layout-row .content-left-cell figure.logo svg g path.letter-c {
    fill: #fff;
}
body.header-is-absolute header.layout-row .content-left-cell figure.logo svg g path.letter-commercial {
    fill: #fff;
}
body.header-is-absolute header.layout-row .content-left-cell figure.logo svg g path.letter-a {
    fill: #fff;
}
body.header-is-absolute header.layout-row .content-left-cell figure.logo {
    border-right: 1px solid #fff;
}
body.header-is-absolute header.layout-row .content-left-cell .site-description {
    color: #fff;
    cursor: default;
}
body.header-is-absolute header.layout-row .content-right-cell nav.main ul li a {
    color: #fff;
}
body.header-is-absolute header.layout-row .content-right-cell nav.main ul li a:hover {
    color: #fff;
    opacity: 0.6;
}
body.header-is-absolute header.layout-row .content-right-cell nav.main ul li.current-menu-item > a::after {
    background-color: #fff;
}
body.header-is-absolute header.layout-row .content-right-cell ul.available-languages li::after {
    border-right: 1px solid #fff;
}
body.header-is-absolute header.layout-row .content-right-cell ul.available-languages li a {
    color: #fff;
}
body.header-is-absolute header.layout-row .content-right-cell ul.available-languages li a:hover {
    color: #fff;
}
body.header-is-absolute header.layout-row .content-right-cell .hamburger span {
    background-color: #fff;
}
body.header-is-absolute header.layout-row .content-right-cell .hamburger:hover span {
    background-color: #fff;
	opacity: 0.6;
}


/*--- HOMEPAGE */
.intro-home {
    position: relative;
    margin: -8rem 0 0 0;
    padding: 6rem 0;
    z-index: 1;
    background-color: var(--site--first--color);
    border-radius: 2rem;
}
.intro-home .sectors {
    margin-bottom: 10rem;
}
.intro-home .sectors .single {
    position: relative;
    text-align: center;
    height: 100%;
}
.intro-home .sectors .single::after {
    position: absolute;
    content: "";
    top: 0;
    right: -2rem;
    width: 3px;
    height: 100%;
    background-color: #fff;
}
.intro-home .sectors .row > div:last-child .single::after {
    content: none;
}
.intro-home .sectors .single svg {
    padding: 2rem;
}
.intro-home .sectors .single svg path {
    fill: #fff;
}
.intro-home .sectors .single a:hover {
	opacity: 0.6;
}
.intro-home .sectors .single h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.intro-home .text-with-image {
    
}
.intro-home .text-with-image .left-part {
    color: #fff;
    padding-right: 3rem;
}
.intro-home .text-with-image .left-part .show-more {
    margin-top: 1.5rem;
}
.intro-home .text-with-image .left-part .show-more a {
    position: relative;
    color: #fff;
    font-weight: 400;
}
.intro-home .text-with-image .left-part .show-more a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #fff;
    bottom: -0.4rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.intro-home .text-with-image .left-part .show-more a:hover::after {
    width: 100%;
}
.intro-home .text-with-image .left-part h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 3rem 0;
    padding: 0;
    text-transform: uppercase;
}
.intro-home .text-with-image .right-part img {
    border-radius: 2rem;
}


/*--- PAGINA */
.default-page {
    
}
.default-page h1 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--site--first--color);
    margin: 0 0 5rem 0;
    padding: 0;
}


/*--- COMMUNICATION (ARCHIVE) */
.archive-communication {
    padding: 4rem 0;
}
.default-page.archive-communication {
    padding: 0;
	margin-bottom: 4rem;
}
.archive-communication h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--site--first--color);
    margin: 0 0 4rem 0;
    padding: 0;
}
.archive-communication .list-posts {
    
}
.archive-communication .list-posts .single {
    margin-bottom: 3rem;
}
.archive-communication .list-posts .single figure {
    margin-bottom: 1rem;
}
.archive-communication .list-posts .single figure a img {
    border-radius: 1rem;
    transition: opacity 400ms ease-in-out;
}
.archive-communication .list-posts .single figure a:hover img {
    opacity: 0.6;
}
.archive-communication .list-posts .single .tag {
    font-size: 1rem;
    font-weight: 200;
    color: var(--site--first--color);
    margin-bottom: 1rem;
}
.archive-communication .list-posts .single h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: none;
    color: #000;
    margin: 0 0 0.2rem 0;
    padding: 0;
}
.archive-communication .list-posts .single .show-more {
    
}
.archive-communication .list-posts .single .show-more a {
    position: relative;
    color: var(--site--first--color);
    font-weight: 400;
}
.archive-communication .list-posts .single .show-more a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: -0.4rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.archive-communication .list-posts .single .show-more a:hover::after {
    width: 100%;
}


/*--- WORK WITH US*/
.work-with-us {
	margin: 5rem 0;
}


/*--- LIST MEMBERS */
.list-members {
	margin: 0 0 4rem 0;
}
.list-members h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	text-transform: none;
	margin: 3rem 0 2rem 0;
	padding: 0;
}
.list-members h4 {
	font-size: 1.8rem;
	font-weight: 400;
	font-style: italic;
	color: #000;
	text-transform: none;
	margin: 0 0 2rem 0;
	padding: 0;
}
.list-members .group {
	margin: 0 0 3rem 0;
}
.list-members .group .single {
	margin: 0 0 2rem 0;
}
.list-members .group .single figure {
	margin: 0 0 1rem 0;
	border: 3px solid var(--site--first--color);
}
.list-members .group .single figure svg {
	
}
.list-members .group .single .name {
	font-size: 1.1rem;
	font-weight: 400;
}
.list-members .group .single .email {
    
}
.list-members .group .single .email a {
    position: relative;
    color: var(--site--first--color);
    font-weight: 400;
}
.list-members .group .single .email a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: -0.4rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.list-members .group .single .email a:hover::after {
    width: 100%;
}


/*--- SETTORI */
.list-sectors {
	margin: 0 0 4rem 0;
}
.list-sectors .sector {
	margin-bottom: 4rem;
}
.list-sectors .sector figure.icon-sector {
	margin: 0;
	padding: 0 4rem 0 0;
}
.list-sectors .sector figure.icon-sector svg path {
	fill: var(--site--first--color);
}
.list-sectors .sector .rigth-part {
	
}
.list-sectors .sector .right-part h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--site--first--color);
	margin: 0 0 1.5rem 0;
	padding: 0;
	text-transform: none;
}
.list-sectors .sector .right-part .show-more {
    margin-top: 1.5rem;
}
.list-sectors .sector .right-part .show-more a {
    position: relative;
    color: var(--site--first--color);
    font-weight: 400;
}
.list-sectors .sector .right-part .show-more a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: -0.4rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.list-sectors .sector .right-part .show-more a:hover::after {
    width: 100%;
}


/*--- POST (SINGLE) */
.post-single {
	
}
.post-single h1 {
	margin: 0 0 0.2rem 0;
}
.post-single .tag {
	font-size: 1.2rem;
    font-weight: 500;
    color: var(--site--first--color);
    margin-bottom: 3rem;
}


/*--- NEWSLETTER (ARCHIVE) */
.newsletter-archive {
    margin: 3rem 0;
}
.newsletter-archive .single-newsletter {
    margin-bottom: 2rem;
}
.newsletter-archive .single-newsletter h2 {
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 0.5rem 0;
}
.newsletter-archive .single-newsletter h2.lowercase {
    text-transform: none;
}
.newsletter-archive .single-newsletter p {
    position: relative;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
}
.newsletter-archive .single-newsletter p,
.newsletter-archive .single-newsletter p::before {
    position: relative;
    display: inline-flex;
    align-items: center;
    
}
.newsletter-archive .single-newsletter p::before {
	width: auto;
	margin: 0;
	font-size: 1.6rem;
	vertical-align: sub;
	margin-right: 0.5rem;
	color: var(--site--first--color);
	transition: color 300ms ease-in-out;
}
.newsletter-archive .single-newsletter p a {
    position: relative;
    color: var(--site--first--color);
	text-decoration: none;
}
.newsletter-archive .single-newsletter p a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--site--first--color);
    bottom: -0.2rem;
    left: 0;
    transition: width 200ms ease-in-out;
}
.newsletter-archive .single-newsletter p a:hover::after {
    width: 100%;
}


/*--- FOOTER */
footer.layout-row {
    background-color: var(--site--first--color);
    overflow: hidden;
    padding: 3rem 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
footer.layout-row figure.logo {
    text-align: center;
    margin-bottom: 2rem;
}
footer.layout-row figure.logo svg g path {
    fill: #fff;
}
footer.layout-row ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.layout-row ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}
footer.layout-row ul li::after {
    content: "-";
    margin: 0 0.3rem;
}
footer.layout-row ul li:last-child::after {
    content: none;
}
footer.layout-row ul li a {
    color: #fff;
}
footer.layout-row ul li a:hover {
    color: #fff;
	text-decoration: underline;
}
body:not(.home) footer.layout-row {
    margin-top: 8rem;
}


/*--- GRAVITY FORM */
.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	border: none;
	background-color: var(--site--first--color);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.4rem 2rem;
	margin: 0;
	border: 2px solid var(--site--first--color);
	border-radius: 0.5rem;
	transition: background 400ms ease-in-out,
				color 400ms ease-in-out;
}
.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_page_footer button:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background-color: #fff;
	color:var(--site--first--color);
}
.gform_wrapper.gravity-theme .ginput_container input,
.gform_wrapper.gravity-theme .ginput_container textarea {
	outline: none;
}