/*
Theme Name: Bugloos
Description: Divi child template
Version: 1.0
Author: Bugloos
Template: Divi
*/

/* ALGEMENE STYLING */
body {
	font-weight: 400;
}
#top-header .container, #et-top-navigation {
	font-weight: 400;
}
/* Headers */
/* h1 = 42px, h2 = 36px, h3 = 30px, h4 = 25px, h5 = 22px
.et_pb_column_1_3 h1,
.et_pb_column_2_5 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1 {
	font-size: 42px;
}

.et_pb_column_1_3 h2,
.et_pb_column_2_5 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2 {
	font-size: 36px;
}

.et_pb_column_1_3 h3,
.et_pb_column_2_5 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3 {
	font-size: 30px;
}

.et_pb_column_1_3 h4,
.et_pb_column_2_5 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4 {
	font-size: 25px;
}

.et_pb_column_1_3 h5,
.et_pb_column_2_5 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5 {
	font-size: 22px;
}

.et_pb_column_1_3 h6,
.et_pb_column_2_5 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6 {
	font-size: 19px;
}

/* SET POST TO FULL WIDTH ON DEFAULT */
.post-template-default #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}
/** REMOVE BLOG META INFORMATION **/

.et_post_meta_wrapper {
	display: none;
}

/** REMOVE RIGHT SIDEBAR **/

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
	background: none;
}
 
/*** Hide Sidebar ***/
#sidebar {
	display:none;
}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
	#left-area {
    	width: 100% !important;
    	padding: 0px !important;
    	float: none !important;
	}
}
.post-template-default #main-content .container {
	padding-top: 0!important;
}

/* BLOG H1 HEADING TOP PADDING */

.single .post {
	padding-bottom: 0!important;
	margin-bottom: 0px;
}

#left-area h1.entry-title {
	padding-top: 30px;
}

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

.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post {
	animation:none;
	padding-bottom: 30px!important;
}
#left-area .post-meta {
	padding-bottom: 0;
	font-size: 16px!important;
}
#left-area .post-meta a.more-link {
	color: #5e1c40!important;
	    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.post-meta a.more-link:hover {
	color: #260115!important;
		    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
blockquote p {
	font-family: 'lora';
		font-size: 20px;
		font-style: italic;
		line-height: 1.45;
}
/** 404 PAGE **/
.error404 #main-content .container {
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 0!important;
}
.error404 #main-content #page-not-found>p {
	display: none;
}
.error404 .addtoany_content {
	display: none;
}

/*** Remove bottom spacing ***/
.error404 .et_pb_post, .error404 .post {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}