/* 
 Theme Name:   Divi-Child
 Theme URI:    
 Description:  
 Author:       Victoria
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* GLOBAL */

html, body {
	width:100vw !important;
	overflow-x: hidden !important;
}

#dss-menu-section,
#dss-menu-section > .et_pb_row {
	padding: 0 !important;
}

#main-content {
	position:relative;
	z-index:10;
	margin-bottom: 550px !important;
}

footer {
	position:fixed;
	z-index: 0;
	width:100%;
	bottom: 0;
}

@media screen and (max-width: 980px) {
	#main-content {
		margin-bottom: 0 !important;
	}

	footer {
		position:relative !important;
		margin-top: -150px !important;
	}
}

/* Hide LG */
body.wpml-fr .dss-nl,
body.wpml-fr .dss-en,
body.wpml-en .dss-fr,
body.wpml-en .dss-nl,
body.wpml-nl .dss-fr,
body.wpml-nl .dss-en {
	display:none !important;
}


/* MENU */

#dss-menu-hamburger,
#dss-cross{
	cursor: pointer !important;
}

#popmenu {
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
	height: 0;
}

#popmenu.up {
	transition: all .7s ease-in-out;
	visibility: visible;
	pointer-events: auto;
	height: 100vh;
	transform: translatey(-100%);
}

#popmenu.show {
	transform: translatey(0);
}

#popmenu ul li span {
	display: flex;
	align-items: center;
	gap: 17px
}

#popmenu ul li span::before {
	display: block;
	content: url(https://www.design-plus.be/wp-content/uploads/2022/05/plus-white.svg);
	transform-origin: bottom right;
	transform: scale(2);
}

@media screen and (max-width: 980px) {
	#popmenu ul li span::before {
		display: block;
		content: url(https://www.design-plus.be/wp-content/uploads/2022/05/plus-white.svg);
		width: 25px;
		height: 25px;
		transform-origin: bottom right;
		transform: translatex(10px) scale(1.2);
	}
}

#popmenu li.wpml-ls-item {
	display:none !important;
}

/* MENU : SECTION BACKGROUND */

#dss-menu-section.colored {
	transition: .4s !important;
	background: white !important;
}

body.page-id-6512 #dss-menu-section.colored,	/* Home FR */
body.page-id-6339 #dss-menu-section.colored,	/* About FR */
body.page-id-6343 #dss-menu-section.colored, 	/* Projects FR */
body.page-id-8111 #dss-menu-section.colored,	/* Home NL */
body.page-id-8165 #dss-menu-section.colored,	/* About NL */
body.page-id-8171 #dss-menu-section.colored, 	/* Projects NL */
body.page-id-8112 #dss-menu-section.colored,	/* Home EN */
body.page-id-8166 #dss-menu-section.colored,	/* About EN */
body.page-id-8172 #dss-menu-section.colored, 	/* Projects EN */
body.single-portfolio #dss-menu-section.colored	/* Portfolio Page FR, NL, EN */
{	
	background: #191919 !important;
}

/* MENU : LOGO */
body.page-id-6512 #dss-menu-section .et_pb_menu__logo, 	/* Home FR */
body.page-id-8111 #dss-menu-section .et_pb_menu__logo, 	/* Home NL */
body.page-id-8112 #dss-menu-section .et_pb_menu__logo 	/* Home EN */
{ 
	pointer-events: none !important;
	opacity: 0 !important;
	transition: .3s !important;
}

body.page-id-6512 #dss-menu-section .et_pb_menu__logo.active, 	/* Home FR */
body.page-id-8111 #dss-menu-section .et_pb_menu__logo.active, 	/* Home NL */
body.page-id-8112 #dss-menu-section .et_pb_menu__logo.active 	/* Home EN */
{
	pointer-events: auto !important;
	opacity: 1 !important;
}

@media screen and (max-width: 700px) {
	body.page-id-6512 #dss-menu-section .et_pb_menu__logo, 	/* Home FR */
	body.page-id-8111 #dss-menu-section .et_pb_menu__logo, 	/* Home NL */
	body.page-id-8112 #dss-menu-section .et_pb_menu__logo 	/* Home EN */
	{
		pointer-events: auto !important;
		opacity: 1 !important;
	}
}

/* HOMEPAGE SLIDER CENTRAL */

#dss-slider-central .swiper-button-prev {
	top: auto !important;
	border: 1px solid #666;
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius: 50%;
	bottom: 0;
	left: -200px;
}

#dss-slider-central .swiper-button-prev::before {
	transform: translatex(-2px)
}

#dss-slider-central .swiper-button-next {
	top: auto !important;
	border: 1px solid #666;
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius: 50%;
	bottom: 0;
	left: -140px;
}

#dss-slider-central .swiper-button-next::before {
	transform: translatex(-1px)
}

@media screen and (max-width: 980px) {
   #dss-slider-central .swiper-button-prev {
		bottom: -60px;
		left: calc(45% - 20px)
	}
	#dss-slider-central .swiper-button-next {
		bottom: -60px;
		left: calc(55% - 20px)
	}
}

@media screen and (max-width: 700px) {
   #dss-slider-central .swiper-button-prev {
		bottom: -60px;
		left: calc(40% - 20px)
	}
	#dss-slider-central .swiper-button-next {
		bottom: -60px;
		left: calc(60% - 20px)
	}
}

/* HOMEPAGE DSS BLOCK */

#dss-block-img .dss-block-title {
	transform: translatey(20px);
	transition: .3s ease-in-out;
	position: relative;
	width: max-content !important;
}

#dss-block-img .dss-block-subtitle {
	display: inline-block !important;
	transform: translatey(30px);
	opacity: 0;
	transition: .3s ease-in-out;
	position:relative;
	width: max-content !important;
}

#dss-block-img .dss-block-subtitle .et_pb_text_inner p {
	display:flex !important;
	align-items: center !important;
	gap :20px
}

#dss-block-img .dss-block:hover .dss-block-title{
	transform: translatey(0);
	opacity: 1;
}

#dss-block-img .dss-block:hover .dss-block-subtitle {
	transform: translatey(-10px) !important;
	opacity: 1;
}

/* HOMEPAGE NEWS */

#dss-homepage-news .dsm-entry-header {
	margin-top:-15px
}

@media screen and (max-width: 980px) {
  #dss-homepage-news .dsm-entry-header {
		margin-top:0 !important
	}
}

/* AB OUT : TEAM 

.dss-team img {
	filter: grayscale(100%);
}

.dss-team a {
	color: #191919;
	opacity: .8;
}

.dss-team-blue a:hover {
	color: #000;
	opacity: 1;
}

.dsm_card_carousel_child_subtitle {
	padding-top: 5px !important;	
}

.dss-team h3 {
	opacity: .8;
	padding-top: 8px;
	text-transform:uppercase;
	font-size: 13px;
	margin-bottom:8px
} */

.dss-team-v2 .dsm_card_carousel_child_subtitle {
	margin-top:-5px;
	padding-bottom: 7px;
}

.dss-team-v2 .dss-img-hover {
	position: absolute;
	z-index:2;
	width: 100%;
	height: auto;
	opacity:0;
	transition: opacity .3s;
	border:1px solid #ccc;
}

.dss-team-v2 .dsm_card_carousel_child:hover .dss-img-hover {
	opacity:1 !important;
}

/* DSS NEWS */

#dss-news {
	position:relative;
	width: 100vw;
	padding-bottom:80px
}

@media screen and (max-width: 700px) {
	#dss-news {
		padding-bottom:20px
	}
	
}

#dss-news.paddingTop {
	padding-top:140px;
}

@media screen and (max-width: 700px) {
	#dss-news.paddingTop {
		padding-top:80px
	}
}

#dss-news h2 {
	font-size: 30px;
	line-height: 1.2;
	padding-top: 24px;
	padding-bottom: 40px;
}

#dss-news a.dss-btn {
	border: 1px solid red !important;
	padding: 10px 25px
}

@media screen and (max-width: 980px) {
	#dss-news h2 {
		font-size: 26px
	}
}

@media screen and (max-width: 700px) {
	#dss-news h2 {
		font-size: 20px
	}
}

#dss-news h3 {
	font-size: 24px;
	line-height: 1.2;
	padding: 10px 20px;
	max-width: 70%;
	margin: 20px auto 30px 10vw;
	border-left: 3px solid #EC008C;
}

@media screen and (max-width: 980px) {
	#dss-news h3 {
		font-size: 20px;
		padding: 10px 20px;
		max-width: 80%;
		margin: 20px auto 30px 10vw;
	}
}

@media screen and (max-width: 700px) {
	#dss-news h3 {
		font-size: 20px;
		padding: 10px 20px;
		max-width: 90%;
		margin: 15px auto 30px 5vw;
	}
}


#dss-news .news_header_image {
	display: block;
	position:relative;
	width: 100vw;
	height: 80vh;
}

#dss-news .news_container {
	max-width: 1680px;
	margin: auto;
	padding: 0 20px;
	position:relative;
	z-index:50;
}

#dss-news .news_container.paddingTop {
	padding-top:50px
}

#dss-news .news_tlst * {
	color: white;	
}

#dss-news .news_tlst {
	background:#00AEEF;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*transform: translatey(-50%);*/
	padding:30px !important;
	margin-top:-80px;
}

#dss-news .news_tlst .news_tlst_flex {
	display: flex;
}

@media screen and (max-width: 700px) {
	#dss-news .news_tlst .news_tlst_flex {
		flex-direction: column;
		gap: 20px;
	}
}

#dss-news .news_tlst .news_title {
	flex: 1;
	font-size: 30px !important;
	font-weight: 700
}

@media screen and (max-width: 980px) {
	#dss-news .news_tlst .news_title {
		font-size: 26px !important;
	}
}

@media screen and (max-width: 700px) {
	#dss-news .news_tlst .news_title {
		font-size: 22px !important;
	}
}

#dss-news .news_tlst .news_ls {
	display: flex;
	gap: 30px;
	margin-top: 5px
}

#dss-news .news_tlst .news_location,
#dss-news .news_tlst .news_surface
{
	display: flex;
	align-items: center;
}

#dss-news .news_tlst .news_location {
	gap: 6px
}

#dss-news .news_tlst .news_location i {
	margin-top: -2px
}

#dss-news .news_tlst .news_surface sup {
	font-size: 13px;
	margin-left:1px;
}

#dss-news .news_type_flex {
	display: flex;
	align-items: center;
	margin-top:20px;
	gap: 40px;
}

#dss-news .news_type {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-size: 14px;
	white-space: nowrap;
}

@media screen and (max-width: 700px) {
  #dss-news .news_type_flex {
		flex-direction: column;
		gap: 10px !important;
	}
	#dss-news .news_type {
		justify-content: flex-start !important;
		width: 100%;
	}
}

#dss-news .news_type img {
	width:40px;
	height: 40px;
}

#dss-news .news_video {
	max-width: 1400px !important;
	margin: auto;
}

#dss-news .news_content {
	padding-top: 80px !important;
}

#dss-news .news_content.paddingTop {
	padding-top: 0px
}

#dss-news .news_content.mt {
	margin-top: -40px
}

@media screen and (max-width: 980px) {
	#dss-news .news_content.noMarginTop {
		margin-top: -80px !important;
	}
}

#dss-news .news_description {
	max-width: 1160px;
	padding: 50px 20px !important;
	margin:auto;
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (max-width: 700px) {
	#dss-news .news_description {
		font-size: 15px;
	}
}

#dss-news .news_gallery_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 !important;
	margin: auto;
}

#dss-news .news_gallery_img {
	max-width: 100% !important;
	margin:auto;
	width:100%;
	display: flex;
	justify-content: center;
	padding: 30px 20px
}

#dss-news .news_gallery_img img {
	max-height: 75vh;
	width:auto;
}
/*
@media screen and (max-width: 1440px) {
	#dss-news .news_gallery_img img {
		width:100% !important;
		max-width: 1400px;
	}
}*/

#dss-news .news_gallery_img:nth-child(2),
#dss-news .news_gallery_img:nth-child(6),
#dss-news .news_gallery_img:nth-child(10),
#dss-news .news_gallery_img:nth-child(14),
#dss-news .news_gallery_img:nth-child(18),
#dss-news .news_gallery_img:nth-child(22),
#dss-news .news_gallery_img:nth-child(26),
#dss-news .news_gallery_img:nth-child(30){
	padding: 60px 20px;
	background:#00AEEF;
}
/*
#dss-news .news_gallery_img:nth-child(2) img,
#dss-news .news_gallery_img:nth-child(6) img,
#dss-news .news_gallery_img:nth-child(10) img,
#dss-news .news_gallery_img:nth-child(14) img,
#dss-news .news_gallery_img:nth-child(18) img,
#dss-news .news_gallery_img:nth-child(22) img,
#dss-news .news_gallery_img:nth-child(26) img,
#dss-news .news_gallery_img:nth-child(30) img{
	max-width: 1200px !important;
}
*/




















/* PROJECTS */

#dss-projects .et_pb_ajax_pagination_container {  
	display: grid;
  grid-gap: 80px !important;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}

@media screen and (max-width: 980px) {
		#dss-projects .et_pb_ajax_pagination_container {  
		grid-gap: 20px;
	}
	
	.entry-title {
		margin-top:-20px;
		margin-bottom: 20px;
	}
	.entry-title a {
		font-size: 80% !important
	}
}

@media screen and (max-width: 700px) {
		#dss-projects .et_pb_ajax_pagination_container {  
		display: block;
	}
	.entry-title a {
		font-size: 80% !important
	}
}





#dss-projects .entry-title {
	padding-right: 12px;
}

#dss-projects .post-content-inner p {
	font-size: 18px !important;
	display: flex;
	align-items: center;
	transform: translatey(-2px);
	color:#939393
}

#dss-projects .post-content-inner p::before {
	content: "";
	position:relative;
	width: 20px;
	border-top: 1px solid #EC008C;
	margin-right: 12px
}

@media screen and (max-width: 980px) {
		#dss-projects .entry-title {
			float:none;
			padding-right: 0;
			padding-bottom: 0;
			margin-bottom: 0
		}
	#dss-projects .post-content-inner p {
		font-size: 16px !important;
		padding-bottom:10px
	}
	#dss-projects .post-content-inner p::before {
		display:none
	}
}

#dss-projects .entry-featured-image-url img {
	transition: all 2s ease-in-out;
}

#dss-projects .entry-featured-image-url:hover img {
	transform: scale(1.2)
}


/* Insights & News */

#dss-insights-header article img {
	float: left;
	width: 50%;
	margin-right: 5%;
}

#dss-insights-header article .entry-title {
	float:left;
	padding-top: 4vw;
	width: 35%;
}

#dss-insights-header article .post-meta,
#dss-insights-header article .post-content {
	float:left;
	width: 35%;
}

@media screen and (max-width: 980px) {	
	#dss-insights-header article .entry-title {
		margin-bottom: 0
	}
}

@media screen and (max-width: 700px) {
	#dss-insights-header article img {
		float: none !important;
		width: 100% !important;
		margin-right: 5%;
	}

	#dss-insights-header article .entry-title {
		float: none !important;
		padding-top: 7vw;
		width: 100% !important;
	}

	#dss-insights-header article .post-meta,
	#dss-insights-header article .post-content {
		float: none !important;
		width: 100% !important;
	}
}

#dss-insights-header article .post-content .more-link {
	margin-top: 20px;
	background: #EC008C;
	width: max-content;
	padding: 8px 14px 8px 17px !important;
	display: flex;
	align-items: center;
	gap: 10px;
	transform-origin: left center;
	transform: scale(.9) !important;
}

#dss-insights-body .read-more a {
	background: #EC008C;
	width: max-content;
	padding: 8px 14px 7px 17px !important;
	display: flex;
	align-items: center;
	gap: 10px;
	transform-origin: left center;
	transform: scale(.9) !important;
	text-transform: uppercase
}

@media screen and (max-width: 980px) {
	#dss-insights-header article .post-content .more-link {
		transform: scale(.8) !important;
	}
}

#dss-insights-header article .post-content .more-link::after,
#dss-insights-body .read-more a::after{
	content:url(https://www.design-plus.be/wp-content/uploads/2022/05/news-arrow-right.svg);
	transform-origin: left center;
	transform: translatey(0) scale(.9)
}

#dss-insights-body .rt-img-holder a {
	display: block;
	height: 380px !important;
	overflow: hidden;
}

@media screen and (max-width: 700px) {
	#dss-insights-body .rt-img-holder a {
		height: 240px !important;
	}
}

#dss-insights-body .rt-img-holder a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border: 1px solid #ddd
}

#dss-insights-body .rt-holder {
	height:620px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

@media screen and (max-width: 700px) {
	#dss-insights-body .rt-holder {
		height:auto !important;
	}
}

#dss-insights-body .entry-title {
	margin-bottom: 0;
	max-height: 90px;
	overflow: hidden;
	font-size: 22px;
	font-weight: 500
}

#dss-insights-body .post-meta.left {
	position:absolute;
	right: 30px;
	bottom: 70px;
}

@media screen and (max-width: 700px) {
	#dss-insights-body .post-meta.left {
		position:relative !important;
		right: auto !important;
		bottom: auto !important;
		float:right;
	}
}

#dss-insights-body .post-meta.left a {
	transform-origin: top right;
	transform: scale(.9) !important;
}

@media screen and (max-width: 980px) {
	#dss-insights-body .post-meta.left a {
		transform: scale(.8) !important;
	}
}

#dss-insights-body .tpg-iso-filter .filter-button-group {
	background:#00AEEF;
	width: 100%;
	max-width: 1400px !important;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding: 3px 40px 0;
	margin: auto;
}

@media screen and (max-width: 700px) {
	#dss-insights-body .tpg-iso-filter .filter-button-group {
		background:#00AEEF;
		width: 100%;
		max-width: 1400px !important;
		display: flex;
		flex-direction: column;
		align-items:center;
		justify-content: space-between;
		padding: 3px 40px 0;
		margin: auto;
	}
	#dss-insights-body .isotope-item {
		padding-left: 0;
		padding-right: 0;
	}
}

#dss-insights-body .tpg-iso-filter .filter-button-group button {
	background: none;
}


#dss-insights-body .tpg-iso-filter .filter-button-group button {
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	padding: 16px 10px 12px;
	font-weight: 500;
	border-bottom: 4px solid transparent;
}

@media screen and (max-width: 980px) {
	#dss-insights-body .tpg-iso-filter .filter-button-group button {
		font-size: 14px !important;
	}
}

#dss-insights-body .tpg-iso-filter .filter-button-group button.selected {
	border-bottom: 4px solid #EC008C;
}

/* CONTACT */

.dss-contact-social {
	display: inline-block;
	font-size: 32px;
	margin-right: 15px;
	margin-top: 2px;
}

#dss-map {
	line-height: 0 !important	
}

#dss-map iframe {
	width: 100%;
	height: 60vh;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* PRIVACY POLICY */

#dss-privacy-policy h1 {
	font-size: calc(20px + 1vw);
	padding-bottom: 20px;
	line-height: 1.2;
}

#dss-privacy-policy h2 {
	font-size: calc(15px + .5vw);
	line-height: 1.4;
	padding-top: 30px;
	padding-bottom: 20px
}

/* FOOTER */

#dss-menu-footer ul li span {
	display: flex;
	align-items: center;
}
#dss-menu-footer ul li span::before {
	display: inline-block;
	content: url(https://www.design-plus.be/wp-content/uploads/2022/05/plus-white.svg);
	width: 30px;
	height: 30px;
}

#dss-switch-lg li a {
	color:white !important;
}

#dss-switch-lg li {
	margin-right: 20px
}

#dss-switch-lg li.wpml-ls-current-language {
	border: 1px solid white;
	border-radius: 20px
}

#dss-switch-lg ul {
	margin-left: -10px !important;
}


/* LOGOS PARTNERS */

#dss-partners img {
	height: 140px !important;
	width: auto !important;
}

@media screen and (max-width: 980px) {
  #dss-partners img {
		height: 100px !important;
		width: auto !important;
	}
}

@media screen and (max-width: 700px) {
  #dss-partners img {
		height: 80px !important;
		width: auto !important;
	}
}

/* ANIMATIONS */

@keyframes dss-square-1 {
	10%,50%{
		height: 66.666%;
		background: #EC008C;
	}
	60% {
		height: 33.333%;
		background: white;
	}
}

@keyframes dss-square-2 {
	10%,50%{
		width: 66.666%;
		background: #EC008C;
	}
	60% {
		width: 33.333%;
		background: white;
	}
}

@keyframes dss-square-rotate {
	20%,50%{
		transform: rotate(360deg)
	}
	60% {
		transform: rotate(0deg)
	}
}

/* HOMEPAGE SLIDER */

#dss-hs-container {
	position: relative !important;
	width: 100vw !important;
	height: 100vh !important;
	overflow: hidden !important;
}

#dss-hs-container .dss-hs-layer {
	position:absolute;
	z-index:10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0,.4);
}

#dss-hs-container .dss-hs-move {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	overflow: hidden !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	transition: .8s ease-in-out;
}

#dss-hs-container .dss-hs-move .dss-hs-item {
	position: relative !important;
	flex: 1 !important;
	height: 100% !important;
	overflow: hidden !important;
}

#dss-hs-container .dss-hs-move .dss-hs-item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transform-origin: center !important;
	transform: scale(1.1) !important;
	animation: dsSliderZoom 10s alternate infinite ease-in-out;
}

@keyframes dsSliderZoom {
	to {
		transform: scale(1);
	}
}

#dss-hs-container .dss-hs-move .dss-hs-item video {
	position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* HS BOX */

#dss-hs-box {
	position:absolute !important;
	left: 50% !important;
	top: 55% !important;
	z-index: 12 !important;
	padding: 50px !important;
	width: 100% !important;
	max-width: 600px !important;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 980px) {
	#dss-hs-box {
		top: 60% !important;
		transform: translate(-50%,-50%) scale(.8) !important;
	}
}

#dss-hs-box .dss-hs-content {
	position:relative !important;
	overflow: hidden !important;
	width:100% !important;
	height: 160px !important;
}

@media screen and (max-width: 700px) {
	#dss-hs-box .dss-hs-content {
		width:100% !important
	}
}

#dss-hs-box .dss-hs-content-move {
	position: relative !important;
	width: 100% !important;
	transition: .8s ease-in-out;
}

#dss-hs-box .dss-hs-content-item {
	display: block !important;
	position:relative !important;
	height:200px !important
	
}

#dss-hs-box span.project-title {
	display:block;
	color:white;
	text-align:center;
	font-weight:500;
}
#dss-hs-box h2 {
	color: white !important;
	font-size:22px !important;
	font-weight:700 !important;
	margin-bottom: 10px !important;
	line-height:1.2 !important;
	text-align:center !important;
}

#dss-hs-box .dss-hs-content-link {
	position: relative !important;
	width:100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center;
	height: 40px !important;
}

#dss-hs-box .dss-hs-content-link-a {
	padding: 15px !important;
	white-space: nowrap !important;
	height:40px !important;
	display: flex !important;
	align-items: center !important;
	gap:20px !important;
	transition: .3s ease-in-out !important;
	cursor: pointer !important;
	color: white !important;
	text-transform: uppercase;
	background: #EC008C !important;
}

#dss-hs-box .dss-hs-content-link-a:hover {
	background: #EC008C;
}

@media screen and (max-width: 980px) {
	#dss-hs-box .dss-hs-content-link-a {
		font-size:16px !important;
	}
}

@media screen and (max-width: 700px) {
	#dss-hs-box .dss-hs-content-link-a {
		font-size:14px !important;
	}
}

#dss-hs-box .dss-hs-arrows {
	position:absolute !important;
	z-index: 10 !important;
	top: 60px;
	height: 40px !important;
	display:flex !important;
	justify-content: space-between;
	gap: 15px !important;
	width:100%;
	margin-left:-50px
}

#dss-hs-box .dss-hs-arrows img {
	cursor:pointer !important;
}

.homepageBigLogo {
	position:absolute !important;
	z-index: 11 !important;
	top: 70px !important;
	left: 10vw !important;
	width: calc(5vw + 250px)
}

@media screen and (max-width: 980px) {
  .homepageBigLogo {
			display:none;
	}
}

#dss-hs-box  .project-big-title {
	color: #ffffff !important;
	position:absolute;
	width:200%;
	margin-left: -50px;
	top: -100px;
	text-align:center;
	font-size: calc(1vw + 24px) !important;
	line-height: 1.1 !important;
	font-weight:700 !important;
	transform: translatex(-25%);
}

@media screen and (max-width: 700px) {
	#dss-hs-box  .project-big-title {
		font-size: calc(1vw + 20px) !important;
		top: -30px;
	}
}

/* BLOG PREV NEXT */

#dss-prev-next .et_pb_code_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

#dss-prev-next a[rel="next"],
#dss-prev-next a[rel="prev"]{
	border:1px solid #EC008C;
	padding: 15px 25px;
	margin: 0 20px;
	transition: all .3s;
	white-space: nowrap;
	font-size:clamp(14px, 5vw, 18px) !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#dss-prev-next a[rel="next"]::before{
	content: '\21E0';
	display:inline-block;
	font-size: 24px !important;
	transform: translatex(-5px);
}

#dss-prev-next a[rel="prev"]::after{
	content: '\21E2';
	display:inline-block;
	font-size: 24px !important;
	transform: translatex(5px);
}

#dss-prev-next a:hover {
	background: #EC008C;
	color: white
}

@media screen and (max-width: 700px) {
	#dss-prev-next .et_pb_code_inner {
		padding-top:40px;
		flex-direction:column;
		gap: 20px;
		transform: scale(.9)
	}
}

/* Project */

.dss-text-white * {
	color: white !important;
}

#dss-projects .et_pb_ajax_pagination_container article {
	margin-bottom: 0
}

#dss-projects .et_pb_ajax_pagination_container article > a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 35vh;
}

#dss-projects .et_pb_ajax_pagination_container article > a img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 5) > a,
#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 10) > a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 82vh;
}

@media screen and (max-width: 980px) {
  #dss-projects .et_pb_ajax_pagination_container article > a {
		height: 160px;
	}
	#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 5) > a,
#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 10) > a {
	height: 470px;
}
}

@media screen and (max-width: 700px) {
  #dss-projects .et_pb_ajax_pagination_container article > a {
		height: 250px
	}
	#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 5) > a,
#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 10) > a {
	height: 250px
}
}

#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 5){
  grid-column: auto /span 2;
  grid-row: auto /span 2;
}
#dss-projects .et_pb_ajax_pagination_container article:nth-child(12n + 10){
  grid-column: auto /span 2;
  grid-row: auto /span 2;
}


/* THIS CAN BE YOU (REFERENCE) */

#dss-tcby {
	position:absolute;
	top: 30px;
	right: -80% !important;
}
@media screen and (max-width: 700px) {
	#dss-tcby {
		right: -90% !important;
		transform: scale(.9);
	}	
}

.plus-wrapper {
	position:relative;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}

.plus-wrapper span {
	display:block;
	width:max-content;
	white-space: nowrap;
	color:white;
	font-size: 14px;
	font-weight:700;
	padding-bottom:20px !important;
	padding-left:2px;
}

.plus-wrapper .inner {
	position:relative;
	flex-shrink:0;
	width: 100%;
	height: 100%;
}

.plus-wrapper .inner .square-1 {
	position: absolute;
	z-index:4;
	width: 33.333%;
	height: 33.333%;
	background: white;
	bottom: 33.333%;
	left: 33.333%;
}

.plus-wrapper .inner .square-2 {
	position: absolute;
	z-index:3;
	width: 33.333%;
	height: 33.333%;
	background: white;
	bottom: 33.333%;
	left: 33.333%;
}

.plus-wrapper .inner .square-3 {
	position: absolute;
	z-index:2;
	width: 33.333%;
	height: 33.333%;
	background: white;
	top: 33.333%;
	left: 33.333%;
}

.plus-wrapper .inner .square-4 {
	position: absolute;
	z-index:1;
	width: 33.333%;
	height: 33.333%;
	background: white;
	top: 33.333%;
	right: 33.333%;
}

.plus-wrapper .inner {
		animation: dss-square-rotate 8s 2s forwards ease-in-out infinite;
}

.plus-wrapper .inner .square-1 {
	animation: dss-square-1 8s forwards ease-in-out infinite;
}

.plus-wrapper .inner .square-2 {
	animation: dss-square-2 8s .5s forwards ease-in-out infinite;
}

.plus-wrapper .inner .square-3 {
	animation: dss-square-1 8s 1s forwards ease-in-out infinite;
}

.plus-wrapper .inner .square-4 {
	animation: dss-square-2 8s 1.5s forwards ease-in-out infinite;
}

