/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2023 | 05:01:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.branding a img, .branding img, #branding-bottom a>img {
    max-width: 150px !important;
    height: auto;
}
#main{
	padding: 10px 0 10px 0;
}
.page-title h1, .page-title h1 *, .page-title h1 a:hover, #page .page-title .entry-title {
    line-height: 54px;
}
/*h1,h2,h3,h4,h5,h6{
	margin:15px auto;
}
h1 {
	font-size: 40px;
	line-height: 50px;
	margin:15px auto;
}
h2{
	font-size: 34px !important;
	line-height: 44px
}

h3{
	font-size: 28;
	line-height: 38px
}
h4{
	font-size: 22px;
	line-height: 32px
}
p{
	margin-top: 10px;
	line-height: 32px;
}
.pt-cv-title a {
    line-height: 60px;
}*/
@media screen and (max-width: 777.98px) {
 /* h1 {
	font-size: 20px;
	line-height: 25px;
	margin:15px auto;
	}
	h2{
		font-size: 18px !important;
		line-height: 22px
	}

	h3{
		font-size: 16;
		line-height: 18px
	}
	h4{
		font-size: 14px;
		line-height: 16px
	}
	.pt-cv-title a {
		line-height: 25px;
	}*/
	.show-mobile-logo .branding img.mobile-logo, .show-mobile-logo.show-device-logo .branding img.mobile-logo, .show-device-logo .branding img, .show-mobile-logo .mobile-branding img.mobile-logo, .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo, .show-device-logo .mobile-branding img, .transparent .mobile-branding img.mobile-desktop-logo{
		max-width:40% !important;
	}
}
.featured-content .wp-block-post .entry-header {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 20px 20px 20px !important;
    background: rgb(0,0,0,.5);
    
}