/*
Theme Name: Animetra Theme
Template: astra
Version: 1.0
*/

body{
	font-family:Segoe UI, Arial, sans-serif;
}

.banner{
	position: absolute;
	overflow: hidden;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 300px;
}

.bannerImg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.ast-site-identity {
    padding: 5px 0px;
}

.ast-primary-header-bar{
	position: fixed;
	top: 20px;
	width: 100%;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 -1px 3px 0 rgba(0, 0, 0, 0.05);
}

.ast-separate-container .entry-content .alignfull{
	margin-left: 0px;
	margin-right: 0px;
}

h1{
	padding-bottom: 30px;
}

.single .entry-header{
	margin-bottom: 13px;
	padding-bottom: 0px;
}

h1.entry-title{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.title_margin{
	margin-left: 1px;
	margin-bottom:70px;
}

h2{
	margin-top: 50px;	
}

h2:after{
	margin-top: 20px;
		display: inline-block;
    content: "";
    border-top: 2px solid #505050;
    width: 100%;
}





.companyContainer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;

}

.company{
	background-color: rgba(0, 0, 0, 0);
	border-width: 1px;
	border-color: grey;
	border-style: solid;
	border-radius: 3px;
	text-decoration: none;
	flex-grow: 1;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 5px;
	color: black;
}

.company:hover{
	border-color: rgb(253, 62, 31);
}







.projectContainer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.projectWrapper{
	position: relative;
	border-radius: 5px;
	flex-basis: 45%;
	
	box-shadow: 0px 0px 5px grey;
	text-align: center;
	margin: 5px;
 overflow: hidden;
	aspect-ratio: 1.7778;
display: flex;
	align-items: center;
}

.projectImg{
	border-radius: 5px;
	transition: 0.5s ease;
}




.projectLabel{
	display: none;

	border-radius: 10px;
	position:absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: 80%;

	color: white;	
	background-color: rgba(0,0,0,0.2);
	/*
	box-shadow: 0px 0px 10px white, inset 0px 0px 10px grey;
	*/
	padding: 10px;

	
}

.blur{
	position: absolute;
	border-width: 2px;
	border-color: white;
	border-style: solid;
	border-radius: 10px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px) saturate(70%);
	z-index: -1;
}


.labelProjectName{
		font-weight: bold;
	letter-spacing: 1px;
	  padding: 15px;
}


.labelClient{
   font-size: 80%;
}


.projectWrapper:hover .projectLabel{
display:block;

}

.projectWrapper:hover .projectImg{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);

		transition: 0.1s ease;
}

.projectWrapper:hover{
	transform: scale(1.2);
	transition: 0.4s ease;
	z-index:10;
	border-radius: 30px;
	box-shadow: 0px 0px 30px white;
}


.uagb-post__inner-wrap {
	border-radius: 5px;
}


.uagb-post__inner-wrap img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.uagb-post__title.uagb-post__text, .uagb-post__text.uagb-post__excerpt {
	padding-right: 20px;
	padding-left: 20px;
}







.aT_Credits, .aT_Credits th, .aT_Credits tr, .aT_Credits td{
	border-style: none;
	padding: 0px;
	vertical-align: top;
}

.aT_Credits th{
	text-align: left;
	width: 200px;
}



.aT_Footer{
	border-style: none;
	width: 100%;
}

.aT_Copyright{
	color: white;
	font-size: 16px;
	text-align: center;
}

.aT_Footer tr, .aT_Footer td{
	border-style: none;
	padding: 0px;
	width: 50%;
}
