/*
 Theme Name:     PrimariaSuseni
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    PrimariaSuseni - Divi Child Theme
 Author:         Cristi Stan
 Author URI:     https://cristi-stan.ro
 Template:       Divi
 Version:        1.1.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

/*a {
	color: #0253e0 !important;
}*/

.hero-section {
    padding-top: 185px;
    padding-bottom: 185px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    /*max-height: 600px;*/
    background-color: #333;
    background-position: center;
    position: relative;
}
 
.single-post #main-content #left-area {
	padding-top: 0px;
}
 
/* ---- Sidebar Settings ---- */
/*.single #sidebar {
	background: #efefef; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px;
}*/
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
	width: 100%;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.single-post-category, .single-post-date, .single-post-comments {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.single-post-category {
	font-weight: bold;
}

.single-post-date {
	color: #fff !important;
}

.author-avatar {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.author-avatar img {
	width: 50px;
	height: auto;
	border-radius: 50%;
	transition: .5s;
}

.author-avatar img:hover {
	transition: .5s;
	transform: scale(1.3);
}

.single-post-comments {
	/*margin-top: 80px;*/
	color: rgba(255,255,255,.7);
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0
	margin 0 auto;
}

#mobile_menu {
	background: #0253e0 !important;
}

.ad {
	text-align: center;
	margin: 30px 0;
}

.page-title {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.et_pb_post .entry-content {
    padding-top: 0px !important;
}

.tags {
	margin: 30px 0;
}

.small {
	font-size: 10px;
}

.et_pb_widget {
	margin-bottom: 50px !important;
}

#searchsubmit {
	color: #fff !important;
	background: #0253e0 !important;
	border-color: #0253e0 !important;
}

.list-posts .post-meta {
	margin-bottom: 22px;
}

.subtitle-custom-page {
	margin-bottom: 18px;
	color: #0253e0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#comment-wrap {
	padding-top: 0 !important;
}

.et_pb_post {
    margin-bottom: 0px !important;
}

.et_pb_text_inner {
	color: black!important;
}

.blog-post {
	margin-bottom: 14px;
	display: inline-block;
	padding: 20px;
}

.blog-excerpt-meta {
	font-size: 12px;
	margin-bottom: 10px;
}

.excerpt {
	margin-bottom: 18px;
}

#footer-widgets .footer-widget li:before {
	display: none; 
}

.footer-widget {
	padding: 0 10px !important;
}

html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
	line-height: 26px; 
	padding-left: 0px; 
}

 @media only screen and (min-width: 980px) {
	/*** Set title font size for desktop ***/
	.single h1.entry-title {
		font-size: 65px !important;
	}
 }