/*
Theme Name: Tolo
Theme URI: http://tolo.ro
Author: Tolo Team
Author URI: http://tolo.ro/
Description: Tema WordPress realizata de echipa lui Tolo
Version: 2.0
Tags: sport,blog,tolo
Text Domain: tolo
*/

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

body.home {
	background-color:#eee;
}
.single .articol blockquote p {
    display: block;
    width: 90%;
}
.single .articol blockquote {
    font-family: "Merriweather";
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
}
.articol blockquote strong {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    margin-top: 10px;
}
ul#menu-citesc {
	list-style: outside none none;
}
ul#menu-citesc li {
}
ul#menu-citesc li {
    display: inline-block;
    margin-right: 20px;
    width: 200px;
}

.articol > figure > img {
    display: block;
    margin: 40px auto;
    width: 70%;
    height: auto;
}
figure {
    text-align: center;
    width: 100% !important;
}
figcaption {
	font-weight: 300;
    line-height: 1.6;
}
.articol .wp-caption-text {
    font-size: 16px;
    margin: -25px auto 50px;
    text-align: center;
}
.comentarii .comentariu .reply-like-report a.comment-reply-link {
	display:inline-block;
	position:relative;
	width:28px; height:27px;
	background-image:url(images/reply-like-report.png);
	background-position:0;
	transition:none;
}
a.comment-reply-link span {
    display: none;
}
.comentarii .comentariu div.avatar {
	position:absolute;
	top:6px; left:50px;
	width:60px; height:60px;
	border-radius:50%;
	overflow:hidden;
}
.form_search {
	display: inline-block;
}
#stiri_gsp {
}
#stiri_gsp .fix_img {
    /*height: 248px;*/
    overflow: hidden;
}

#statistici {
	padding: 100px 0 0 50px;
}
#statistici ul.lunile li {
	padding: 0;
}
#statistici ul {
	padding: 10px 0 20px;
}
#statistici a {
	text-decoration: underline;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


/* stiri gsp */

.prefooter .stiri-gsp {
    padding: 0;
}
.prefooter .stiri-gsp {
/*     border-top: 1px solid #eee; */
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.inside {
    margin: 0 auto;
    position: relative;
    width: 930px;
}
.prefooter .stiri-gsp .inside {
    max-width: 1351px;
    width: 100%;
}
.prefooter .stiri-gsp a {
    display: inline-block;
    margin: 0 13px;
    padding-top: 50px;
    position: relative;
    vertical-align: top;
    width: 419px;
}
.prefooter .stiri-gsp a img {
/*     left: 0;
    position: absolute;
    top: 0;
    vertical-align: top; */
	width:100%;
	height:100%;
}
.prefooter .stiri-gsp span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
    margin: 15px 0 0;
    width: 100%;
}


@media only screen and (max-width: 727px){
	iframe{
		max-width:100%;
	}
}


.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;
	font-weight:normal;
}

.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(gdpr/popup/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%;
	text-align:center;
}

.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;
	}
	
	
}
