/*
Version: 1.2
*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap'); 
body {margin: auto;padding: 0;position: relative;}


/*Blog*/
.single_wrapper {
  padding: 15px;
  position: relative;
}
.single_wrapper .entry-title {
  font-size: 34px;
  font-weight: 400;
  font-family: 'PT Sans', sans-serif;
}

.single_wrapper .entry-content h2 {
    font-size: 26px;
    font-family: 'PT Sans', sans-serif;
}
.single_wrapper .entry-meta {
    position: relative;
    background: #eee;
    padding: 4px 15px;
}
div#respond {
    background: #eee;
    padding: 20px;
    position: relative;
}

p.comment-form-author, p.comment-form-email{
    display: inline-block;
    width: 50%;
    position: relative;
}


.single_wrapper .posted-on, .single_wrapper .posted-on a, .single_wrapper .byline, .single_wrapper .byline a {
    font-size: 13px;
    color: #858585;
}
.single_wrapper .post-thumbnail {
    margin-bottom: 15px;
    position: relative;
}

.sidebar_wrapper {
  background: #f9f9f9;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 30px -18px #333;
}

.wp-block-search__label {
    width: 100%;
    display: none;
}

.sidebar_wrapper h2 {
  font-size: 25px;
  margin-top: 16px;
  color: #86bc42;
  font-family: pt sans;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
}

.sidebar_wrapper select {
  width: 100%;
  height: 50px;
  padding: 5px;
  background: #fff;
  position: relative;
}

.wp-block-archives-dropdown.wp-block-archives label {
  display: none;
}

.sidebar_wrapper #wp-block-search__input-1 {
  height: 50px;
  padding: 10px;
  position: relative;
}

.archive_container {
    padding-top: 15px;
    position: relative;
}

.archive_container h2.entry-title {
    font-size: 19px;
    margin-top: 15px;
    position: relative;
}
.archive_container h2.entry-title a {
    color: #333;
    text-decoration: none;
}
.archive_list_box {
    background: #fbfbfb;
    padding: 15px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.search_wrapper h1.page-title {
    font-size: 22px;
    background: #eee;
    padding: 5px 10px;
}
/*back to top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background:#86bc42;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #5e842d;
    opacity: 1;
}
#back-to-top.show {
    opacity: 0.8;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .elementor-7 .elementor-element.elementor-element-10ef204 {
  width: 52%;
        max-width: 52%;}
}
