/*
Theme Name: Succesul Theme
Theme URI: https://succesul.com
Template: twentytwentytwo
Author: Dani Iancu
Description: Smart. Flexible. Beautiful.
Version: 1.1.1694773221
Updated: 2023-09-15 10:20:21

*/


/* HEADER  */

.band_container {
	height:50px;
	padding:3px;
	position:fixed;
	z-index:10;
	width:100% !important;
}

.band .wp-block-group {
	gap:0;
	padding-left:20px;
}

.band svg {
	padding-right:5px;
	width:25px !important;
	height:25px !important;
	padding-top:2px;
	fill: white !important;
}

.band svg:hover {
	cursor:pointer;
	fill:red;
}


.band_social .icon-container {
	width: 35px !important;
}

.newsletter_social {
	gap: .5rem;
}

.search_icon svg:hover {
	fill:red !important;
} 

.search_container {
 	position: fixed;
    width: 100% !important;
    z-index: 1;
    top: -85px;
}

.header_container .wp-block-group{
	padding-bottom:0px !important;
}


.header_container .wp-block-navigation__responsive-container-content {
	line-height:0px;
}


.pub_container {
	width: 412px !important;
    height: 200px !important;
    padding-top: 0px !important;
	padding:0px !important;
    padding-bottom: 0px !important;	
    margin: 0px !important;
}

.header_container nav a:hover {
	color: red !important; 
	text-decoration: none !important;
}





/* ultimele stiri */

.ultimele_stiri {
	padding:20px;
	background-color:black;
	color:white;
	position:fixed;
	top:50px;
	right:-350px;
	width:350px;
	height:100%;
	z-index:2;
}

.ultimele_stiri a {
	color:white;
	text-decoration: none;
}


.ultimele_stiri a:hover {
	color:red;
}

.ultimele_stiri_icon {
	cursor: pointer;
}

.ultimele_stiri_icon:first-child {
	padding:0px 0px 7px 0px;
	width:22px !important;
	height:22px !important;
	margin-bottom: 13px;
}



@media screen and (max-width: 1000px) {
	.header_container {
		padding-top:30px;
	}
}


@media (max-width: 1000px) and (min-width: 600px) {
  .pub_container {
    display: none;
  }

}

@media screen and (max-width: 600px) {
	
	.ultimele_stiri_icon:first-child {
		width:27px !important;
		height:27px !important;
	}
	
	.band_tools {
		position: relative;
		right:40px;
		top:3px;
	}
	
	.header_container .wp-block-group {
		flex-direction: column-reverse;
		overflow:hidden;
		padding-top:20px !important;
	}
	
	
	.header_container nav {
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 2px;
		position: fixed;
		top: 13px;
		z-index: 100;
		right: 25px;
		color: white;
	}
	
	
	.band p {
		display: none;
	}	
	
	.ultimele_stiri_icon:last-child {
		display:block;
		padding-bottom:10px;
	}	
	
	.ultimele_stiri_icon img {
		margin-bottom:2px;
	}
	
	.amazingslider-img-2 {
		height: 95% !important;
	}

	.amazingslider-img-box-2>div img {
		height:89% !important;
		object-fit:contain;
	}	
	
	
}










/* COVER  */

	.cover_image {
		min-height: 1000px !important;
	}

.cover_headline_container {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
	
}

.cover_headline {
    max-width: 1440px !important;
	height:100%;
	position: relative;
}

.cover_headline_text {
    position: absolute;
    top: 250px;
    right: 0px;
    font-family: "ChronicleDisplayRoman", serif;
	line-height: 40px;
    text-align: center;	
	z-index:1;
}

.cover_headline_text .supra {
    font-family: "AkkuratPro-Regular", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid white;
    display: inline-block;
    padding: 1px 15px;
}

.cover_headline_text .head_1 {
	text-transform: uppercase;
	font-size: 110px !important;
	line-height: 88px;
	text-shadow: 0px 3px 5px black;
}

.cover_headline_text .head_2 {
	font-size: 58px !important;
	font-family: "ChronicleDisplayLightItalic", serif;
	line-height: 48px;
	margin-top: 10px;
}

.cover_headline_text .wp-block-button .wp-block-button__link {
	background-color: red;
    border-radius: 0;
    color: var(--wp--preset--color--background);
    font-size: 12px;
    font-family: 'AkkuratPro-Regular';
    padding: 1px 15px;
    right: 0px;
    letter-spacing: 4px
}


.transparent {
	position: absolute;
    height: 100px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent);
    bottom: 0px;
    left: 0px;
	display: none;
}

	.cover_headline_text .is-layout-flex {
		justify-content: center;
	}

@media screen and (max-width: 1000px) {
	.cover_headline_text {
		top:unset;
		bottom:20px;
		left:0px;
	}
	.cover_headline_text .wp-block-button .wp-block-button__link {
		position: relative;
	}	

	
}

@media screen and (max-width: 600px) {
	.cover_image {
		min-height: 600px !important;
	}
	.cover_headline_text{
		line-height: 20px;
		padding:0px 20px;
	}
	.cover_headline_text .head_2 {
		font-size: 7vw !important;
		line-height:6vw;
	}
	.cover_headline_text .head_1 {
		font-size: 10vw !important;
		line-height: 10vw;
	}
	.transparent {
		display:block;
	}	
	
	.cover_headline_text .supra, .cover_headline_text .wp-block-button .wp-block-button__link {
		padding: 5px 10px;
	}
	
}









/*   CAROUSEL   */

.carousel_white {
	margin-top:100px;
}



.carousel_white .is-style-wide {
	margin: 10px 40px !important;
}

.carousel_white button svg {
	margin:0px !important;
}

.carousel_white_header {
    padding: 0px;
    font-family: 'Arial';
    font-size: 24px;
	border-bottom:.1px solid black;
	max-width: 1400px !important;
}

.carousel_white_header a {
	text-decoration:none;	
}


.carousel_white .uagb-post__author:before {
	content: "de ";
}

.carousel_white .uagb-post__author {
	line-height: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
	color: red;
}


.carousel_white .uagb-post__date {
	color:black;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	top: 470px;
	margin-left:-22px;
	background-color:white;
	padding: 5px 10px;
	font-size:12px;
}

.carousel_white img {
	height:500px !important;
	object-fit: cover;
}


@media screen and (max-width: 976px) {
	
	.carousel_white_header {
		margin-bottom:30px;
	}
	
	.carousel_white_header .wp-block-group p,
	.carousel_white .is-style-wide
	{
		display:none;
	}
}

@media screen and (max-width: 600px) {
	.carousel_white .slick-list {
		min-height: 475px;
	}
	
	.carousel_white h4 {
		margin-left:0px !important;
		margin-right: 0px !important;
	}
	
	.carousel_white .uagb-post__excerpt {
		display: none;
	}
	
	
	.carousel_white .uagb-slick-carousel .slick-next,
	.carousel_white .uagb-slick-carousel .slick-prev 
	{
		display: none !important;
	}
	
}


@media screen and (max-width: 450px) {
	.carousel_white img {
		height:300px !important;
	}
	.carousel_white .uagb-post__date {
		top: 275px;
	}	

}


/* cover_story  */

.cover_story_container {
	max-width: 1400px !important

}

.cover_story_container a {
	text-decoration: none;
	color: white;
}
.cover_story {
	position: relative;
}

.cover_story figure {
	min-width:100%;
}

.cover_story_text_container {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:20px;
}

.cover_story_text_container .taxonomy-category {
	background-color:red;
	padding:5px 10px;
	text-transform: uppercase;
	display:inline-block;
	letter-spacing: 3px;
}

.cover_story_label {
	font-size:12px;
}

.cover_story_text_container h2 {
	font-family: "Merriweather" !important;
    font-size: 32px !important;
}

.cover_story_text_container .wp-block-post-author-name {
	line-height: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
}

.cover_story_text_container .wp-block-post-author-name:before {
	content: "de ";
}


.read_more {
	margin:auto;
}

@media screen and (max-width: 450px) {
	
	.cover_story figure,
	.cover_story figure img	
	{
		height:300px !important;
	}
	.cover_story_text_container h2 {
		font-size: 24px !important;
	}		
}


/*  BIG IMAGE COVER   */

.bigImage_cover {
	position: relative;
	align-items: stretch;
	margin-bottom:-30px;
}


.bigImage_cover_text {
    text-align: center;
    position: absolute;
    min-width: 100%;
    bottom: 0px;
    left: 0px;
}

.bigImage_cover_text h2 a {
	font-family: "Merriweather" !important;
	text-decoration:none;
	max-width:700px;
}

.bigImage_cover_text p:before {
	content: "de ";
}

.bigImage_cover_text p {
	line-height: 0px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
}

.bigImage_header {
	border-bottom:.1px solid white;
}

.bigImage_header a {
	color: white;
} 



/* FOOTER  */

footer {

}

footer a:hover {
	text-decoration: none !important;
	color: black !important;
}

.newsletter_headline {
	font-family: "ChronicleDisplayRoman", serif;
	font-size:36px;
	text-transform: uppercase;
}

.footer_bottom {
	align-items: center !important;
    max-width: 1000px;
    margin: auto !important;
}

@media screen and (max-width: 782px) {
	footer .wp-block-group,
	footer p,
	footer p a
	{
		text-align: center !important;
	}
	
	footer nav ul {
		display:contents !important;
	}
	
	footer nav {
		align-items: center !important;
	}
	
	footer .wp-block-column {
		border-left:none !important;
		padding-left:0px !important;
		align-items: center;
		display: flex;
		flex-direction: column;		
	}
}







/*  ARCHIVE  */

.archive_container a {
	text-decoration: none !important;
}

.archive_container h2 {
    font-family: "Merriweather" !important;
    text-transform: uppercase;
    font-size: 1.8rem !important;
    width: 90%;
    margin: auto;
    background-color: white;
    margin-top: -60px;
    position: relative;
    padding: 20px 20px 0px 20px;
}

.archive_headline a {
    text-decoration: none;
    font-family: "ChronicleDisplayRoman", serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    padding: 20px 0px;
}

.archive_cover_story_container {
	position:relative;
}

.archive_cover_story_container figure {
	min-width:100%;
}

.archive_cover_story_title {
    padding: 20px;
    text-align: center;
	padding-bottom: 45px !important;
}

.archive_cover_story_container time {
	position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.archive_cover_story_container time a {
	text-transform: uppercase;
    letter-spacing: 2px;
	text-decoration:none;
}

.archive_cover_story_title a {
    font-family: "Merriweather" !important;
	text-decoration:none;
	font-size: 56px !important;
}

.archive_cover_story_text::first-letter {
	font-size: 5.3em;
    float: left;
    margin-right: 8px;
    line-height: 0.9;
    font-family: 'ChronicleDisplayRoman';
}

.archive_cover_story_text p {
	text-align: justify !important;
}

@media screen and (max-width: 1000px) {
	.archive_cover_story_title a {
		font-size: 32px !important;		
	}	
}

@media screen and (max-width: 600px) {
	.archive_cover_story_title a {
		font-size: 10vw !important;		
	}
	.archive_headline a {
		font-size:2rem;
	}
	
}



/* SINGLE POST */

.single_container_head {
	max-width:1400px;
	margin:auto;
}

.single_container_title {
	margin-left: -150px !important;
    position: relative;
    background-color: white;
    padding: 20px 0px 20px 20px;
}


.single_container_title .archive_headline a {
	padding:0px !important;
}

.single_sapou {
	font-family: "Merriweather" !important;
    font-size: 24px !important;	
}

.single_cartevizita {
	position: relative;
	margin-top:50px;
}

.single_paperclip {
    position: absolute;
    top: -16px;
    rotate: -24deg;
    left: -34px;
}

.single_intro::first-letter {
    font-size: 86px;
    font-family: ChronicleDisplayRoman;
    float: left;
    line-height: 1;
}


.visit_card {
	overflow:visible !important;
	box-shadow: 0px 5px 5px grey;
}

.single_declaratie_container {
	text-align: center;
}

.single_declaratie {
	font-family: ChronicleDisplayLightItalic !important;
	display: inline;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

.single_intertitlu {
	font-family: ChronicleDisplayRoman !important;
}

.single_intertitlu_separator {
	margin-left:0px;
	border-bottom: 6px solid;
}


@media screen and (max-width: 781px) {
	.single_container_head {
		flex-direction: column-reverse;
	}
	.single_container_title {
		margin-left:0px !important;
		padding:0px;
	}
	.single_container_head figure,
	.single_container_head figure img {
		height:300px !important;
	}
	.single_container_head figure {
		margin-bottom:0px !important;
	}
	.single_declaratie_container {
		text-align: left;
		padding:0px 10px !important;
	}	
	
}


/* SINGLE POST - din aceeasi categorie */

.lcp_catlist {
	list-style-type:none !important;
	padding:0px;
	display:flex !important;
	flex-wrap: wrap !important;
}

.lcp_catlist li {
	display: flex !important;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	width:50%;
	
}

.lcp_catlist li a {
	text-decoration: none;
	font-family: "Merriweather";
}

.lcp_catlist li a:first-child {
	padding-right:20px;
}

.lcp_catlist li a img {
	padding-right:10px;
	width:150px;
	height:200px;
	object-fit: cover;
}

.categorie_class {
	font-family: "Arial";
	font-weight:900;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom:.5px solid black;
}

.form_container h3 {
		font-family: "Arial";
	font-weight:900;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom:.5px solid black;
}

@media screen and (max-width: 900px) {
	.lcp_catlist li {
		width:100%;
	}
}