/*
Theme Name: marchione
Author: Fish and chips
Description: Marchione template
Version: 0.0.1
Tags: marchione
*/

.link-gm{
	color: #A3A3A3;
	text-decoration: none;
}
.link-gm:hover{
	color:#e33c38;
	text-decoration: none;
}
@media (min-width: 2000px) {
  /* line 13, sass/style.scss */
  .container {
    max-width: 1678px;
  }
}
@media (max-height: 969px) {
  /* line 18, sass/style.scss */
  .about-container {
    margin-top: 200px !important;
	margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 23, sass/style.scss */
  .cbp-spmenu-vertical {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 30, sass/style.scss */
  .cbp-spmenu-vertical {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* line 34, sass/style.scss */
  nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 40, sass/style.scss */
  .switcher-dropdown {
    margin-left: 15px !important;
  }
  /* line 42, sass/style.scss */
  .switcher-dropdown li {
    color: white;
  }
  /* line 46, sass/style.scss */
  .switcher-dropdown .language-dropdown {
    display: block;
	  position:relative!important;
	  margin-left:15px;
  }
  /* line 48, sass/style.scss */
  .switcher-dropdown .language-dropdown a {
    padding: 13px 0px !important;
    text-transform: none !important;
  }
}
/* line 56, sass/style.scss */
.ugb-container.ugb-container--v2 .ugb-container__wrapper {
  border-radius: 0px;
  padding: 0px;
}

/* line 61, sass/style.scss */
.main-navigation .switcher-dropdown {
  color: #A3A3A3;
}
/* line 64, sass/style.scss */
.main-navigation .switcher-dropdown a span {
  color: #A3A3A3;
}

/* line 73, sass/style.scss */
.wprmenu_bar .menu_title {
  display: none;
}

/* line 78, sass/style.scss */
#wprmenu_menu_ul {
  padding: 0 0 50px;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow: initial !important;
}

/* line 86, sass/style.scss */
.ugb-container {
  margin: 0;
}

/* line 89, sass/style.scss */
.wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 93, sass/style.scss */
.bg-grey {
  background-color: #F7F7F7;
}

/* line 96, sass/style.scss */
.pb-90 {
  padding-bottom: 90px;
}

/* line 99, sass/style.scss */
.pt-90 {
  padding-top: 90px;
}

/* line 102, sass/style.scss */
.pt-180 {
  padding-top: 180px;
}

/* line 105, sass/style.scss */
.pb-50 {
  padding-bottom: 50px;
}

/* line 108, sass/style.scss */
h2 {
  color: #CC6800;
}
/* line 110, sass/style.scss */
h2:after {
  content: " ";
  display: block;
  text-align: left;
  width: 7rem;
  padding-top: 20px;
  border-bottom: 1px solid #CC6800;
}

/* line 119, sass/style.scss */
.our-team:after {
  content: "";
  display: block;
  /* margin: 0 auto; */
  text-align: left;
  width: 5rem;
  padding-top: 20px;
  border-bottom: 1px solid #A3A3A3;
}

/* line 128, sass/style.scss */
.contact {
  background: white;
  padding: 60px 90px;
}
@media only screen and (max-width: 768px) {
  /* line 128, sass/style.scss */
  .contact {
    padding: 20px 10px;
  }
}

/* line 135, sass/style.scss */
.ugb-container .ugb-container__content-wrapper > :first-child {
  margin-bottom: 0 !important;
}

/* line 139, sass/style.scss */
.contact-section {
  padding-bottom: 0px;
  position: unset;
}
/* line 142, sass/style.scss */
.contact-section:before {
  content: none;
}

/* line 147, sass/style.scss */
.map {
  padding: 0px;
}
/* line 149, sass/style.scss */
.map .wp-block-group__inner-container {
  height: 400px;
}

/* line 154, sass/style.scss */
.aboutus {
   height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
/* line 155, sass/style.scss */
.aboutus .abousus-bg-colors {
  z-index: -1;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32%;
  background: #CC6800;
  -webkit-clip-path: polygon(0 0, 100% 0, 20% 50%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 20% 50%, 0% 100%);
  display: block;
}
@media (max-width: 782px) {
  /* line 155, sass/style.scss */
  .aboutus .abousus-bg-colors {
    display: none;
  }
}
@media (max-width: 782px) {
  /* line 154, sass/style.scss */
  .aboutus {
    height: unset;
  }
}
/* line 180, sass/style.scss */
.aboutus img {
  height: calc(100% - 2rem);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
@media (max-width: 782px) {
  /* line 188, sass/style.scss */
  .aboutus .about-image {
    display: none;
  }
}
@media (max-width: 782px) {
  /* line 194, sass/style.scss */
  .aboutus .about-text {
    flex-basis: 100% !important;
  }
}

/* line 203, sass/style.scss */
.our-team-card {
  padding: 40px 20px;
  margin-top: 40px;
  background-color: white;
}
/* line 207, sass/style.scss */
.our-team-card h5 {
  color: #CC6800;
  padding-top: 30px;
}
/* line 211, sass/style.scss */
.our-team-card .phone_number {
  color: #CC6800;
}
/* line 214, sass/style.scss */
.our-team-card img {
  width: 80%;
}

/* line 218, sass/style.scss */
p {
  color: #A3A3A3;
}
/* line 220, sass/style.scss */
p:last-child {
  margin: 0px;
}

/* line 224, sass/style.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 227, sass/style.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 231, sass/style.scss */
a {
  color: #A3A3A3;
  text-decoration: none;
}
/* line 232, sass/style.scss */
a:hover {
  color: #CC6800;
  text-decoration: none;
}

/* line 240, sass/style.scss */
header {
  max-width: calc(45% + 550px);
  position: absolute;
  width: 100%;
  padding: 0 2rem;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 2rem 0;
  padding: 0 1rem;
}
@media (max-width: 782px) {
  /* line 240, sass/style.scss */
  header {
    position: relative;
  }
  /* line 256, sass/style.scss */
  header a {
    margin: 0 auto;
  }
}
/* line 260, sass/style.scss */
header svg {
  margin-left: 7vw;
  width: 300px;
}
/* line 264, sass/style.scss */
header svg .logo-fill {
  transition: fill .3s ease-in-out;
  fill: white;
}
@media (max-width: 782px) {
  /* line 269, sass/style.scss */
  header svg .logo-fill {
    fill: #CC6800;
    text-align: center;
  }
}
@media (max-width: 1290px) {
  /* line 260, sass/style.scss */
  header svg {
    margin-left: 2vw;
  }
}
/* line 278, sass/style.scss */
header ul {
  display: -webkit-box;
  display: flex;
  position: static;
  background: none;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  flex-direction: row;
  -webkit-box-pack: initial;
  justify-content: normal;
  width: auto;
}
/* line 289, sass/style.scss */
header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 2.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* line 302, sass/style.scss */
.theme-roofing h2 {
  color: #003097;
}
/* line 305, sass/style.scss */
.theme-roofing a {
  color: #003097;
}

/* line 310, sass/style.scss */
.theme-current h2 {
  color: #CC6800;
}
/* line 313, sass/style.scss */
.theme-current a {
  color: #CC6800;
}

/* line 318, sass/style.scss */
.theme-paint h2 {
  color: #57152F;
}
/* line 321, sass/style.scss */
.theme-paint a {
  color: #57152F;
}

/* line 326, sass/style.scss */
.theme-wood-house h2 {
  color: #CC6800;
}
/* line 329, sass/style.scss */
.theme-wood-house a {
  color: #CC6800;
}

/* line 334, sass/style.scss */
.theme-housing h2 {
  color: #4F1562;
}
/* line 337, sass/style.scss */
.theme-housing a {
  color: #4F1562;
}

/* line 342, sass/style.scss */
.theme-art h2 {
  color: #1A0088;
}
/* line 345, sass/style.scss */
.theme-art a {
  color: #1A0088;
}

/* line 353, sass/style.scss */
.form-contact .form-6 {
  grid-column-end: span 6 !important;
}
/* line 356, sass/style.scss */
.form-contact .form-4 {
  grid-column-end: span 4 !important;
}
/* line 359, sass/style.scss */
.form-contact .mdc-text-field .mdc-floating-label {
  left: 0px !important;
}
/* line 362, sass/style.scss */
.form-contact #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: transparent;
}

/* line 368, sass/style.scss */
.services img {
  height: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 782px) {
  /* line 368, sass/style.scss */
  .services img {
    display: none;
  }
}
@media (max-width: 782px) {
  /* line 382, sass/style.scss */
  .services .image-services {
    display: none;
  }
}
@media (max-width: 782px) {
  /* line 387, sass/style.scss */
  .services .display-services {
    display: none;
  }
}
/* line 392, sass/style.scss */
.services .accord:not(.active) {
  display: none;
}
@media (max-width: 782px) {
  /* line 399, sass/style.scss */
  .services .list-services .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 16px;
  }
}
/* line 406, sass/style.scss */
.services .list-services p {
  color: white;
}
/* line 408, sass/style.scss */
.services .list-services p.navaccord {
  cursor: pointer;
}
@media (min-width: 1200px) {
  /* line 408, sass/style.scss */
  .services .list-services p.navaccord {
    width: 50%;
    float: left;
  }
}
/* line 415, sass/style.scss */
.services .list-services p.navaccord.active {
  color: #ffb466;
}

/* line 425, sass/style.scss */
footer {
  margin-top: -90px;
  background-color: #1C1C1C;
}
/* line 428, sass/style.scss */
footer ul {
  border-left: 1px #A3A3A3 solid;
  padding-left: 15px;
}
/* line 431, sass/style.scss */
footer ul a {
  text-decoration: none;
  color: #A3A3A3;
}
/* line 434, sass/style.scss */
footer ul a:hover {
  text-decoration: none;
  color: #A3A3A3;
}
/* line 440, sass/style.scss */
footer .logo-footer {
  width: 250px;
}
/* line 443, sass/style.scss */
footer span {
  color: #A3A3A3;
  font-size: 12px;
}

/* line 449, sass/style.scss */
.bg-current {
  background-color: #CC6800;
}

/* line 452, sass/style.scss */
.relative {
  position: relative;
}

/* line 458, sass/style.scss */
.theme-art-hover a:hover {
  color: #1A0088;
}

/* line 466, sass/style.scss */
.theme-housing-hover a:hover {
  color: #4F1562;
}

/* line 474, sass/style.scss */
.theme-wood-hover a:hover {
  color: #CC6800;
}

/* line 482, sass/style.scss */
.theme-paint-hover a:hover {
  color: #57152F;
}

/* line 490, sass/style.scss */
.theme-roofing-hover a:hover {
  color: #003097;
}
