/*!
Theme Name: Dubon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dubon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dubon is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html{
	scroll-behavior: smooth;
}

body{
    font-family: "GothamPro",sans-serif,Arial;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f9f9f9;
    color: #494949;
}

h1{
	font-size:1.7em;
	text-align:left;
}

h2{
	text-align:left;
}

h3{
	font-size:1.4em;
	margin:0;
}

a{
	color:#494949;
	text-decoration:none;
}

a:hover{
	color:#de188a;
}

img{
    width:100%;
    height:auto;
}

video{
	max-width:100%;
	max-height:100%;
}

hr, .wp-block-separator{
	width: 75px;
	border-top: 2px #de188a solid;
	border-bottom:none;
	margin-bottom:20px;
}

iframe{
	margin:auto;
	display:block;
	border:2px solid #F9F9F9;
	border-radius:10px;
}

.button{
	color:#FFF;
	margin-top:10px;
	margin-bottom:5px;
	padding:10px;
	background:#de188a;
	border-radius:20px;
}

a:hover .button{
	background:#b1136e;
}

.iframeReload{
	text-align:center;
    display: block;
    max-width: 120px;
    margin: auto;
}

#page {
	max-width: 1620px;
	margin:auto;
}

.site-branding{
    padding:10px 20px;
    position:absolute;
    z-index:100;
}

#header{
	background:#000;
	background-image: linear-gradient(to left, #000000, #000000, #560a36);
	z-index:100;
	position:relative;
	border-radius: 0 0 10px 10px;
	margin:0 3%;
	transition: all 0.25s cubic-bezier(0.500, 0, 0, 1);
}

#header a{
	margin:auto;
	color:#FFF;
	text-decoration:none;
	font-weight: 100;
	font-size:0.9em;
}

#mainMenu{
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}


#site-navigation{
	text-align:right;
	padding-top:40px;
	display:block;
	overflow:hidden;
}

#site-navigation .menu{
    margin:0;
}

#site-navigation ul{
    padding:0;
}

#site-navigation li{
    padding:0 20px 0 20px;
    display:inline-block;
}

#site-navigation p{
    margin:0;
    text-transform:uppercase;
}

#site-navigation a:hover .menuUnderline{
    width:100%;
}

.menuUnderline{
	background:#FFF;
	width:0;
	margin:auto;
	margin-top:2px;
	height:4px;
	transition: all 0.25s cubic-bezier(0.500, 0, 0, 1);
	border-radius:5px;
}

#burgerMenu{
	display:none;
	text-align:right;
	font-size: 1.5em;
}

#burgerMenu a{
	padding:20px;
}

#burgerMenu a:hover{
	color:#FFF;
}

.highlight{
    color: #ffb800;
	-webkit-transition: color 100ms linear; 
	   -moz-transition: color 100ms linear; 
	     -o-transition: color 100ms linear; 
		transition: color 100ms linear;
}

.colorFadeOut{
    color:#494949;
	-webkit-transition: color 1000ms linear; 
	   -moz-transition: color 1000ms linear; 
	     -o-transition: color 1000ms linear; 
		transition: color 1000ms linear;
}


.custom-logo-link{
    display:block;
    width:90px;
    margin:20px;
}

.custom-logo-link img{
    width:100%;
    height:auto;
}

#primary, #secondary{
    clear:both;
    text-align:justify;
    overflow:hidden;
    margin:0 3%;
}

#txt-home p{
	font-size:1em;
	margin:0;
	padding:20px;
	font-weight:100;
}

.categoryContent, #secondary{
	border-radius:10px;
	margin-top:20px;
	overflow:hidden;
	clear:both;
	background : #FFF;
	position:relative;
}

#secondary{
	padding-bottom:20px;
	margin-bottom:20px;
}

.categoryContent .post .postContent{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.catButtons{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	list-style-type: none;
	display:flex;
	flex-direction: column;
}

.catButtons li{
	position:relative;
	overflow:hidden;
	width:0;
	height:25%;
	background: #f1f1f1;
	transition: width 0.25s cubic-bezier(0.500, 0, 0, 1);
	flex:1;
}

.categoryHeader .post{
	z-index:50;
}

.categoryHeader:hover .catButtons li{
	width:100%;
}

.forceClosed.categoryHeader .catButtons li{
	width:0;
}

.catButtons :nth-child(2) {
	transition-delay: 50ms;
}
.catButtons :nth-child(3) {
	transition-delay: 100ms;
}
.catButtons :nth-child(4) {
	transition-delay: 150ms;
}

.catButtons :nth-child(1) a {
	background: rgb(0 0 0 / 77%);
}

.catButtons :nth-child(2) a {
	background: rgb(0 0 0 / 79%);
}

.catButtons :nth-child(3) a {
	background: rgb(0 0 0 / 81%);
}

.catButtons :nth-child(4) a {
	background: rgb(0 0 0 / 83%);
}

.catButtons a:hover{
	background: rgb(0 0 0 / 85%);
}

.category-li-content{
    width:100%;
    height:100%;
    display:table;
}


.catButtons .category-li-content a{
	font-size:0.9em;
	color:#FFF;
	text-decoration:none;
	font-weight: 100;
	line-height:1em;
	vertical-align:middle;
	display:table-cell;
	min-width:300px;
	padding:0 20px;
	position:relative;
}



.catButtons img{
	width:0px;	
	vertical-align:middle;
	margin-left: 5px;
	transition: all 1s cubic-bezier(1, 0, 0.7, 1);
}

.catButtons .loading img{
	display:inline;
	width: 15px;
}

.resetCat {
    position:absolute;
    right:0;
    top:20px;
    font-size:1.5em;
}

.categoryContent .resetCat a {
	padding:20px;
	color: #FFF;
	position:relative;
}

.resetCat.selected{
	display:none;
}


.postList{
	clear:both;
	overflow: hidden;
	transition: all 0.25s ease-out;
}

.toggleCatMenu{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}

.post{
	width:100%;
	padding-top: 150px;
	position: relative;
	float: left;
	overflow : hidden;
}

.categoryContent .post{
	width: 20%;
	padding-top: 20%;
	display:block;
}

.singlePost .categoryContent .post{
	width: 10%;
	padding-top: 10%;
}


.singlePost .post{
	display:none;
}

.singlePost .post.has-post-thumbnail, .singlePost .post.post-cat-name{
	display:block;
}

.post a .verticalAlign{
	opacity:0;
	color:#FFF;
}

.post a:hover .verticalAlign{
	opacity:1;
}

.singlePost .post a:hover .verticalAlign{
	opacity:0;
}

.categoryHeader .postTitle{
    background:#FFF;
}

.categoryHeader a .verticalAlign{
	opacity:1;
}

.postTitle,.postText{
	width: 100%;
	height: 100%;
	display: table;
}

.postTitle{
	color:#FFF;
	text-align:center;
}

.postTitle h3, .postText .verticalAlign{
    padding : 0 20px;
}

.postText h3{
	margin-bottom:20px;
}

.postText p{
	margin:0;
}

.postTitle p, .singlePostTitle p{
	text-transform:uppercase;
	margin:0;
	font-weight:100;
	padding : 0 20px;
}

.post-cat-name h1, .post-cat-description h2{
	padding:20px;
	margin:0;
	position:relative;
	display:block;
}

.post-cat-name h1{
	text-transform:uppercase;
}

p.viewCategories
{
	position:absolute;
	bottom:0;
	right : 10px;
	padding:10px 0;
	font-weight:100;
	text-transform:initial;
	font-size:20px;
	display:none;
}

p.viewCategories i{
	transition: all 0.25s cubic-bezier(0.500, 0, 0, 1);
}

.open p.viewCategories i{
	transform: rotate(-180deg);	
}

.categoryHeader .post-cat-name{
	background:#000;
}

.post-cat-name .postTitle{
	background:rgb(0 0 0 / 75%);
}





.verticalAlign{
	vertical-align:middle;
	display:table-cell;
	position:relative;
}

.postTitle ul{
	list-style-type: none;
	font-weight:bold;
	padding:0;
	margin:0;
}

.postTitle li{
	display:inline-block;
	color:#494949;
	background : #FFF;
	border-radius: 5px;
	mix-blend-mode: screen;
	padding:5px 10px;
	margin:5px;
	font-size: 0.8em;
}

.singlePostTitle{
    text-align:center;
}

.postImg, .blurredImg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.1s ease-out;
}

.blurredImg{
	filter: blur(5px);
}

.postBlack{
	position:absolute;
	top : 0;
	left:0;
	right : 0;
	bottom : 0;
	background:#000;
	opacity:0;
	transition: all 0.1s ease-out;
}

.singlePost{
	padding:0;
	margin-top :20px;
	border-radius:10px;
	position:relative;
}

.singlePost h1{
	font-size:1.1em;
}

.singlePost h3{
	margin-bottom:10px;
}

.entry-content > p{
	font-weight:100;
	font-size : 1.1em;
	margin: 0;
}

.singlePost .blurredImg{
	filter:blur(30px);
	background-attachment: fixed;
}

a:hover .postImg, .blurredImg{
	filter: blur(5px);
	transform: scale(1.1);
}

.singlePost a:hover .postImg, .blurredImg{
	filter: blur(0);
}


a:hover .postBlack{
	opacity : 0.25;
}

.singlePost a:hover .postBlack, .blurredImg{
	display:none;
}

.loadMore{
	width:100%;
}

.loadMore a{
	display:block;
	text-align:center;
	padding:10px;
	background:#f1f1f1;
	font-size:30px;
	padding:20px;
}

.loadMore a:hover{
	background:#FFF;
}

.loadMore .fa-plus{
	transition: all 0.1s ease-out;
}

.loadMore a:hover .fa-plus{
	transform: rotate(180deg);
}

.entry-content{
	float:left;
	width:96%;
	margin-bottom:20px;
	padding:20px 2%;
	background: #FFF;
	border-radius: 10px;
}

.entry-content ul, .postContent ul{
	list-style:none;
	text-align:left;
}

.entry-content > ul, .postContent ul{
	padding:0;
}

.entry-content > ul > li, .postContent ul > li {
	margin-bottom:10px;
	overflow: hidden;
	cursor: pointer;
	vertical-align:top;
}

.entry-content > ul > li{
	display:inline-block;
	width: 33.333%;
}

.entry-content > ul > li.selected, .postContent ul > li.selected {
	color:#de188a;
}

.entry-content > ul > li > ul,.postContent ul > li > ul {
	transition: all 0.2s ease-out;
	max-height:0;
	color:#de188a;
	padding-left:20px;
	opacity:0;
}

.entry-content > ul > li.selected > ul, .postContent ul > li.selected > ul {
	max-height:100px;
	color:#de188a;
	opacity:1;
}


.entry-content > ul > li li, .postContent ul > li li {
	color:#494949;
	font-weight:100;
}


.entry-content > ul > li:before, .postContent ul > li:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right:5px;
	display: inline-block;
	transition: all 0.1s ease-out;
}

.postContent ul > li >ul > li:before{
	content:none;
}


.entry-content > ul > li.selected:before, .postContent ul > li.selected:before{
	transform:rotate(90deg);
}

.wp-block-columns{
	margin:0;
	clear:both;
}

.wp-block-embed, .wp-block-video, .wp-block-image{
	margin:auto;
	text-align:center;
	max-width:960px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wp-block-video{
	border: 2px solid #f9f9f9;
}

.wp-block-video .mejs-video{
	margin:0;
	position:relative;
	height:0;
	width:100%;
	padding-bottom:56.25%;
}

.square.wp-block-embed, .square.wp-block-video, .square.wp-block-image{
	max-width:540px;
}

.square.wp-block-video .mejs-video{
	width:100%;
	padding-bottom:100%;
}


.vertical.wp-block-embed, .vertical.wp-block-video, .vertical.wp-block-image{
	max-width:540px;
}

.vertical.wp-block-video .mejs-video{
	width:100%;
	padding-bottom:177.7%;
}

.wp-block-video .mejs-inner{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	
}

.mejs-video.mejs-container-fullscreen{
	padding-bottom:0 !important;
}

.mejs-layer{
	width:100%;
	height:100%;
}

.wp-block-video video{
	width:100%;
	height:100%;
}

.wp-block-video [poster]{
	object-fit: contain;
}

.wp-block-video .mejs-poster {
    background-size: contain;
}

.wp-block-video .mejs-container{
	background:#f9f9f9;
}

.is-type-video .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.is-type-video .wp-block-embed__wrapper iframe{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}

#homeLink{
    position:fixed;
    bottom:45px;
    right:20px;
    background:#FFF;
    border-radius: 50px;
    filter:drop-shadow(2px 2px 2px #888);
    z-index:100;
}

#homeLink a{
	color:#494949;
	width:50px;
	height:50px;
	display:block;
	text-align:center;
}

#homeLink i{
    line-height:50px;
}

#error{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgb(255,255,255,0.9);
    display:none;
}

#error .message{
    background:#F8F8F8;
    border:2px solid #494949;
    width: 100%;
    margin: auto;
    max-width: 200px;
    vertical-align: middle;
    padding:20px 30px;
    border-radius:10px;
    text-align:justify;
}

.contact{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.widget_block{
	padding:0 20px;
}

.widget_block h2{
	margin-bottom:0;
}

.mejs-time-current{
	background :#de188a !important;
}

.loading-image, .static-loading-image{
    max-width:150px;
}

.protectedemail {
    width:100%;
    position: relative;
    font-weight: bold;
}

.mail{
    padding: 5%;
    background-color: #f9f9f9;
    border-radius: 10px;
    width:80%;
    margin-bottom:5%;
}

.copyToClipboard {
    width:18px;
    height : 18px;
    padding: 5%;
    position: absolute;
    bottom: -24px;
    right: 0;
    background-color: #494949;
    color: #FFF;
    border-radius: 30px;
    text-align:center;
}

.copyToClipboard:hover{
    color : #FFF;
    background-color: #ffb800;
}

@media (max-width: 1620px){
	h1 {
	    font-size: 1.8vw;
	}
	
	h2 {
	    font-size: 1.5vw;
	}

    .postText h3{
        font-size : 1.5vw
    }

    .postText p{
        font-size : 1.2vw
    }

}


@media (max-width: 1280px){


	h1 {
	    font-size: 2.2vw;
	}

	h2 {
	    font-size: 1.8vw;
	}


	.categoryContent .post {
	    width: 25%;
	    padding-top: 25%;
	}
	
	.entry-content > ul > li {
	width:50%;
	}
	
	
}

@media (max-width: 960px){

	h1 {
	    font-size: 3vw;
	}


	h2 {
	    font-size: 2.2vw;
	}

	#header.open{
		max-height:350px;
	}

	#burgerMenu{
	        display:block;
 		padding:18px 0;
	}

	#site-navigation{
		text-align:right;
		width:100%;
		max-height:0;
		padding-top:0;
		transition: all 0.25s cubic-bezier(0.500, 0, 0, 1);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	}
	
	.open #site-navigation{
     		max-height:400px;
	}
		
	#site-navigation li{
		display:block;	
        	padding:20px;
        	padding-bottom:8px;
		float:right;
		clear:both;
	}

	.menuUnderline, #site-navigation a:hover .menuUnderline{
		width:75px;
		float:right;
		clear:both;
	}


	#site-navigation .menu{
        	margin-bottom :10px;
        	overflow:hidden;
	}

	.categoryHeader .catButtons{
		width:0;
		transition: width 0.25s cubic-bezier(0.500, 0, 0, 1);
	}
	
	.categoryHeader.open .catButtons{
		width:100%;
	}

	.categoryHeader:hover .catButtons li{
		width:0;
	}

	.categoryHeader.open .catButtons li{
		width:100%;
	}

	.categoryContent .post {
	    width: 33.333%;
	    padding-top: 33.333%;
	}
	
	.singlePost .categoryContent .post{
	    width: 20%;
	    padding-top: 20%;
	}
	
	.entry-content > ul > li {
		width:100%;
	}

	p.viewCategories{
		display:block;
	}
	
	#txt-home p, .entry-content > p{
		font-size:0.9em;
	}


	.custom-logo-link{
		width:80px;
	}

}

@media (max-width: 640px){

	h1 {
	    font-size: 4.5vw;
	}

	h2 {
	    font-size: 3vw;
	}

	.categoryContent .post {
	    width: 50%;
	    padding-top: 50%;
	}

	.singlePost .categoryContent .post{
	    width: 33.333%;
	    padding-top: 33.333%;
	}

}

@media (max-width: 440px){

	h1 {
	    font-size: 7.5vw;
	}

	h2 {
	    font-size: 5vw;
	}

    .postText h3{
        font-size : 5vw
    }

    .postText p{
        font-size : 3vw
    }


	#header{
		max-height:90px;
	}

	#site-navigation .menu{
        	margin:20px 0;
	}

	#site-navigation li{
	        float:none;
		margin:0;
	}
	
	.menuUnderline, #site-navigation a:hover .menuUnderline{
		float:right;
	}

	.categoryContent .post {
	    width: 100%;
	    padding-top: 50%;
	}

	.singlePost .categoryContent .post{
	    width: 50%;
	    padding-top: 50%;
	}


	p.viewCategories{
		right:0;
		width:100%;

	}

	p.viewCategories i{
		transform: rotate(90deg);	
	}

	.open p.viewCategories i{
		transform: rotate(-90deg);	
	}

	.postTitle li{
		mix-blend-mode: normal;
		color:#494949;
	}

	.post a .verticalAlign{
		transition: all 0.25s ease-out;
	}

	.post a:hover .verticalAlign{
		opacity:0;
	}

	.categoryHeader a:hover .verticalAlign{
		opacity:1;
	}	

	a:hover .postImg{
		filter:none;
		transform:scale(1);
	}
	
	a:hover .postBlack{
		opacity: 0;	
	}
	
	.overBlur a .postImg{
		filter: blur(5px);
		transform: scale(1.1);
	}

	.overBlur a .postBlack{
		opacity : 0.25;
	}

	.overBlur a .verticalAlign,.overBlur a:hover .verticalAlign{
		opacity: 1;
	}

	.categoryContent .double-width-item{
		padding-top:100%;
	}
}

