/*
Theme Name: Creatiea Child
Description: Creatiea site özelleştirmeleri.
Template: creatiea
Version: 1.0.0
Author: Creatiea
Author URI: https://creatiea.com/
License: Themeforest Split Licence
License URI: -
Text Domain: us
*/



.w-toplink:not(.w-btn) {
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 30px !important;
    left: 10px !important;
	bottom: 10px;
}

footer .type_term .usg_post_title_1 b{
	display: none;
}

.pdf_file{
	display: flex;
}

.page .pdf_file {
    display: flex;
    width: 100%;
}


.pdf_file span{
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdf_file a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #dedede;
	padding-top: 1rem;
	padding-left: 0rem;
	padding-right: 1rem;
	padding-bottom: .3rem;
	cursor: pointer;
	position: relative;
}

.pdf_file .pdf_name{
	font-size: 1rem;
	color: #000;
	font-weight: 500;
}

.pdf_file img{
	width: 25px;
}

.pdf_file .pdf_size{
	font-size: 0.9rem;
	color: #aaa;
	white-space: nowrap;
}

.pdf_file .pdf_size strong{
	text-transform: uppercase;
}

.pdf_file .fa-download,
.pdf_file .fa-lock{
    color: #aaa;
    font-size: 1.1rem;
}

@media (max-width:600px){
	.pdf_file{
		width: 100%;
	}
	.pdf_file .pdf_name{
		line-height: 1;
		font-size: 16px;
	}
}