@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Open+Sans:wght@400;500;600;700;800&family=Rajdhani:wght@300;400;500;600;700&display=swap');
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
}

.site-info, .site-description {
	display: none;
}

.sticky-wrapper {
	padding-top: 0px !important;
}

article {
    text-align: unset;
}
p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 28px;
}
img {
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border: 1px solid #fff;
}
h2 {
    font-size: 24px;
    color: #3ea7f5;
}
h1.entry-title {
	margin-bottom: 22px !important;
	display: block;
	color: #27B6D4;
	font-size: 32px;
}
.site-title a {
	font-size: 42px !important;
}
.site-title a:hover {
	color: #27B6D4;
}
h1.home-title {
    color: #27B6D4;
    padding: 20px 0 10px;
	font-family: 'Open Sans', sans-serif;
}
#masthead.site-header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  padding: 20px 0 0;
  margin-bottom: 50px;
}
#stickyNav {
  border: 0;
}
.sticky-wrapper {
  height: auto !important;
  padding: 30px 0 10px;
}
#secondary .widget {
    padding: 0; overflow: hidden;
    border-radius: 5px;
}
.widget-title {
	background: #27B6D4;
	color: #fff;
	padding: 10px 10px;
	line-height: 24px;
	margin-bottom: 15px !important;
	font-family: 'Open Sans', sans-serif;
}
.textwidget {
	padding: 0 20px;
}
.textwidget {
  padding: 0 20px;
}
.widget_recent_entries ul {
  padding: 0 20px;
}
.widget_recent_entries ul li a {
  line-height: 22px;
}
.display-posts-listing {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}
.display-posts-listing .listing-item {
    float: left;
    width: 48%;
}
a.image {
    float: left;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}
a.image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
}
form.wpcf7-form.init fieldset {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 8px;
}
form.wpcf7-form.init fieldset input{
    border-radius: 5px;
    height: 45px;
}
form.wpcf7-form.init fieldset textarea {
    border-radius: 5px;
    height: 100px;
}
.imgtitle {
    display: flex;
    width: 100%;
    grid-gap: 30px;
}
.imgtitle img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.status-publish img {
    width: 100%;
}
.img-content {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 30px;
	margin: -150px 30px 0 30px !important;
	position: relative;
	background: #fff;
	border-radius: 5px;
	float: left;
}