/*! -----------------------------------------------------------------
[Typography]
*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=6e89756c-98a3-48d0-8663-56194f883a4d");
@font-face{
    font-family:"URW Grotesk Pro Light W01 Rg";
    src:url("../fonts/8a07b7dc-6b84-414f-be12-ea85849224af.eot?#iefix");
    src:url("../fonts/8a07b7dc-6b84-414f-be12-ea85849224af.eot?#iefix") format("eot"),
      url("../fonts/a018999b-7e4e-4405-92b3-2ea9396e3c1a.woff2") format("woff2"),
      url("../fonts/13d4aedd-4be7-4fdb-87f2-59845a58dfba.woff") format("woff"),
      url("../fonts/9ff00e5e-03af-481b-8615-dc1532f8fd6b.ttf") format("truetype");
    font-display: swap;
}


/*! -----------------------------------------------------------------
[Colors]
*/

::-moz-selection {
    background: #d7674c;
    color: #fff !important;
}

::-webkit-selection {
    background: #d7674c;
    color: #fff !important;
}

::selection {
    background: #d7674c;
    color: #fff !important;
}

body {
    color: #626262;
}

a {
    color: #d7674c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "URW Grotesk Pro Light W01 Rg", "Poppins", Arial, serif;
    text-transform: lowercase;
    font-weight: 100;
    letter-spacing: 0.05em;
}

h1 > a:hover,
h1 > a:focus,
h2 > a:hover,
h2 > a:focus,
h3 > a:hover,
h3 > a:focus,
h4 > a:hover,
h4 > a:focus,
h5 > a:hover,
h5 > a:focus,
h6 > a:hover,
h6 > a:focus {
    color: #d7674c;
}

a:hover,
a:focus {
    color: #d62c1a;
}

blockquote:hover {
    border-color: #d7674c;
}

.alert-brand {
    background: #ed7669;
}

.icon-box-icon,
.icon-box-left .icon-box-icon,
.counter .counter-number,
.icon-list .fa,
.icon-list .icon,
.breadcrumb-item > a:hover,
.breadcrumb-item > a:focus,
.page-item.active .page-link,
.page-link:focus,
.page-link:hover,
.social-icons > li > a:hover,
.social-icons > li > a:focus,
.comment-meta-author a:hover,
.comment-meta-author a:focus,
.comment-meta-date a:hover,
.comment-meta-date a:focus,
.ps-all a:hover,
.ps-next a:hover,
.ps-prev a:hover,
.widget a:hover,
.widget a:focus,
.search-button:hover,
.post-meta a:hover,
.post-meta a:focus,
.product-rating a:hover {
    color: #d7674c;
}

.module-header p {
  color: #313131;
}

.module-brand {
  background-color: #d7674c;
  color: #fff;
}

.module-brand h1,
.module-brand .h1,
.module-brand h2,
.module-brand .h2,
.module-brand h3,
.module-brand .h3,
.module-brand h4,
.module-brand .h4,
.module-brand h5,
.module-brand .h5,
.module-brand h6,
.module-brand .h6 {
  color: #fff;
}

.module-brand a {
  color: #fff;
  opacity: 1;
}
.module-brand a:hover {
  opacity: 0.8;
}

.btn {
    font-family: "URW Grotesk Pro Light W01 Rg", "Poppins", Arial, serif;
    text-transform: uppercase;
    font-weight: 400;
}

.btn.btn-brand {
    background-color: #d7674c;
    border-color: #d7674c;
    color: #fff;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-brand:hover,
.btn.btn-brand:focus {
    background-color: #be472a;
    border-color: #be472a;
    color: #fff;
}

.btn.btn-brand.btn-outline {
    background: transparent;
    border-color: #d7674c;
    color: #d7674c;
}

.btn.btn-brand.btn-outline:hover,
.btn.btn-brand.btn-outline:focus {
    background: #d7674c;
    color: #fff;
}

.btn.btn-brand-gray {
    background-color: #313131;
    border-color: #313131;
    color: #fff;
}

.btn.btn-brand-gray:hover,
.btn.btn-brand-gray:focus {
    background-color: #be472a;
    border-color: #be472a;
    color: #fff;
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #444;
    /* &.btn-link {
		background: transparent;
		border: 0;
		padding: 0;
		color: $background;

		&:hover,
		&:focus {
			background-color: transparent;
			text-decoration: none;
			color: darken($background, 5%);
		}
	} */
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background-color: #d7674c;
    border-color: #d7674c;
    color: #fff;
}

.btn.btn-white.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
    background: #fff;
    color: #444;
}

.scroll-top,
.label-brand,
.pace .pace-progress,
.post-tags a:hover,
.comment-reply > a:hover,
.comment-reply > a:focus,
.widget_tag_cloud .tagcloud > a:hover,
.progress-bar.progress-bar-brand {
    background: #d7674c;
}

.special-heading h1,
.special-heading h2,
.special-heading h3,
.special-heading h4,
.special-heading h5,
.special-heading h6 {
    border-color: #d7674c;
}

.brand-light {
  max-height: 50px;
}
.brand-dark {
  max-height: 35px;
}

.footer .widget_tag_cloud .tagcloud > a:hover,
.off-canvas-cart .widget_tag_cloud .tagcloud > a:hover {
    background-color: #d7674c;
    border-color: #d7674c;
}

.bg-gradient:after {
    background-color: #d7674c;
    background: -webkit-linear-gradient(45deg, #d7674c 0%, rgba(231, 76, 60, .3) 100%);
    background: linear-gradient(45deg, #d7674c 0%, rgba(231, 76, 60, .3) 100%);
}

.form-control {
    font-family: "URW Grotesk Pro Light W01 Rg", "Poppins", Arial, serif;
}

/* FLEX SLIDER TEXT */
.flexslider .text-overlay {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
}

.flexslider .text-overlay h1, .flexslider .text-overlay p {
  color: #fff;
}


/* .flexslider.full-height:after {
  content: '\e019';
  font-family: "linea-arrows-10";
  font-size: 40px;
  color: #fff;
  z-index: 999;
  position: absolute;
  top: 90vh;
  opacity: .8;
} */


/* .wrapper .full-height:after {
  content: '\e019';
  font-family: "linea-arrows-10";
  font-size: 40px;
  color: #fff;
  z-index: 999;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(100% - 95px);
  opacity: .8;
} */
a.flex-down:before {
  content: "\e019";
}
a.flex-down {
  content: '\e019';
  font-family: "linea-arrows-10";
  font-size: 40px;
  color: #fff;
  z-index: 999;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(100% - 95px);
  opacity: .8;
}

.wrapper .full-height.bg-light:after {
  color: #000;
} 

.wrapper .full-height:only-child:after {
  display: none;
}

@media (max-width: 991px) {
  .flexslider .text-overlay {
    height: calc(100vh - 81px);
  }
  .flexslider.full-height:after {
    top: calc(90vh - 81px);
  }
}

.flexslider.fixed-height, .flexslider.fixed-height .slides, .flexslider.fixed-height .slides li {
/*   height: 800px; */
}

/* TEAM PAGES */
/*
.team-item, .team-item .team-image, .team-item .team-image img {
  height: 100%;
}
*/

/*
.team-content {
  padding: 0 5px;
}
*/

.featured-projects .post-meta a {
  background: #f2f2f2;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  padding: 1px 15px;
  margin: 5px 10px 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 8px;
  color: #111;
}

.featured-projects .post-meta a:hover {
  color: #fff;
  background: #d7674c;
}

/* PORTFOLIO PAGES */
.portfolio-category-text {
  position: absolute;
  opacity: 0;
  height: 0px;
  margin: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;     
  transition: opacity .5s; 
}

.portfolio-category-text.visible {
  margin: auto;
  opacity: 1;
  height: auto;
}

.row-portfolio {
  margin-top: 0;
  -webkit-transition: margin .7s;
  -moz-transition: margin .7s;     
  transition: margin .7s; 
}

html {
  scroll-behavior: smooth;
}