/*
Theme Name: Blogsport
Theme URI: https://blogsport.gsp.ro
Author: GSP Team
Author URI: https://blogsport.gsp.ro/
Description: Tema WordPress realizata de echipa GSP
Version: 2.0
Tags: sport,blog,blogsport
Text Domain: blogsport
*/


/* ==========================================================================
   aici sunt stilurile suplimentare
   ========================================================================== */

.form_search {
    display: inline-block;
}
.main .content article#biografie p {
	display:block;
	margin-bottom:20px;
	padding-left:0px;
}
.navigation {
	width:75%;
	max-width:1140px;
	margin:0 auto 50px;
	padding:18px 0;
	display:block;
	text-align:center;
	border:1px solid #ddd;
	font-size:24px;
	font-weight:300;
	border-radius:5px;
}
.navigation:hover {
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	color:#e0411b;
}
.navigation:active {
	box-shadow:inset 0 1px 2px rgba(0,0,0,.15);
}

.navigation a {
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto 50px;
    max-width: 1140px;
    padding: 15px 0;
    text-align: center;
    width: 75%;
}
.navigation a:hover {
	background-color:#f8f8f8;
	color:#e0411b;
}
.navigation a:active {
	/*box-shadow:inset 0 1px 2px rgba(0,0,0,.15);*/
}


.center-gdpr {
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.5);
	z-index:99999999999999999;
	display:none;
}

.gdpr {
	position:relative;
	display: block;
	right: 0;
	left: 0;
	margin: auto;
	padding: 30px;
	width: 100%;
	max-width: 700px;
	text-align: center;
	background-color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	z-index: 10000000;
}

.gdpr p{
	text-align:left;
	margin-bottom:10px;
	font-size: 16px;
	font-weight:normal;
}

.gdpr .text-gdpr {
	padding-bottom: 20px;
}




.gdpr .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: #ddd;
	background-image:url(images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.gdpr .close-btn:hover {
	background-color: #e01b2f;
}

.gdpr .optiuni {
	display: block;
	text-align: left;
	padding-top: 20px;
	width: 100%;
	position: relative;

}

.gdpr .optiune {
    display: inline-block;
    font-size: 13px;
	padding-right: 15px;
}

.gdpr .optiune:hover {
	text-decoration: underline;
}

.gdpr .logo-gsp {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	right: 0;
}


.gdpr .btn {
	position: relative;
	display: inline-block;
	background-color: #fccf5c;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: 300;
	width: 100%;
}

.gdpr .btn:hover {
	background-color: #e01b2f;
	color: white;
}



@media screen and (max-width: 800px) {


		.center-gdpr {
			top: 0;

		}

	.gdpr {
		position:relative;
		display: block;
		right: 0;
		left: 0;
		margin: 10px;
		padding: 20px;
		width: 100%;
		max-width: none;
		max-height: 100vh;
		overflow-y: auto;
	}


	.gdpr .btn {
	font-size: 18px;
		}

	.gdpr .optiuni {
			text-align: center;
		padding-top: 10px;
		}

	.gdpr .logo-gsp {
			display: block;
			position: relative;
			padding-top: 15px;
		}

	.gdpr .optiune {
	font-size: 11px;
		}

	.gdpr .text-gdpr {
	font-size: 13px;
		padding-bottom: 15px;
		}


}
