ul, ol{
	margin:0 !important;
}
@media (max-width: 1024px) { 
  
  .mobile-blog-image {
    display: block;
  }

  .desktop-blog-image {
    display: none;
  }

  #blogpagecontainer .jm-posts .jm-post__title a {
    font-size: 26px;
  }
}

#blogpagecontainer{
	max-width:800px;
	margin:0 auto;
}

#blogpagecontainer .jm-posts__item {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  #blogpagecontainer .jm-posts__item {
    margin-bottom: 20px;
  }
}

#blogpagecontainer .jm-posts .jm-post {
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

#blogpagecontainer .jm-posts .jm-post__title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}

#blogpagecontainer .jm-posts .jm-post__title a {
  text-align: center;
  color: #000;
  font-size: 38px;
  font-weight: 800;
}

.jm-posts .jm-post__thumbnail {
  max-width: 100%;
}

#blogpagecontainer .jm-posts .jm-post__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 3px 3px 7px #00000080;
}

.mobile-blog-image {
  display: none;
}

.jm-post__content p {
  color: #000;
  text-align: left;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .jm-post__content p {
    font-size: 18px;
  }
}

.jm-post__content {
  text-align: center;
  margin-top: 20px;
  font-family: "Work Sans", sans-serif;
}

.heateorSssSharingArrow, .heateor_sss_vertical_sharing.hidden {
  display: none;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
  margin-left: -95px;
  transform: translateY(-50%);
  top: 50% !important;
  left: auto !important;
}

.elementor-post-navigation .elementor-post-navigation__link {
  width: calc(50% - .5px);
  overflow: hidden;
  white-space: break-spaces !important;
  -o-text-overflow: inherit !important;
  text-overflow: inherit !important;
}

.elementor-post-navigation span.post-navigation__prev--title, .elementor-post-navigation span.post-navigation__next--title {
  max-width: 380px;
  overflow: auto;
  -o-text-overflow: inherit !important;
  text-overflow: inherit !important;
}

#blogpagecontainer a.jm-post__continue_reading, .jm-posts__loading a {
	background: linear-gradient(90deg, #6a5bff, #ff4f9c);
    color: white;
    border-radius: 25px;
    font-weight: 500;
    z-index: 100;
    font-size: 18px;
    transition: 0.25s ease all;
	padding:12px 35px;
	box-shadow: 3px 3px 7px #00000080;	
	display:inline-block;
	margin-top:10px;
}

#blogpagecontainer a.jm-post__continue_reading:hover, .jm-posts__loading a:hover { 
  box-shadow: none !important;  
}

#blogpagecontainer a.jm-post__continue_reading:active{
	background: linear-gradient(90deg, #6a5bff, #ff4f9c);
    color: white;
    border-radius: 25px;
    font-weight: 500;
    z-index: 100;
    font-size: 16px;
    transition: 0.25s ease all;
	box-shadow:none;
}


.jm-posts__loading {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 0;
    position: relative;
    height: 50px;
}
.jm-posts__loading a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.7px;
    fill: #6a5bff;
    color: #fff !important;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 40px;
    border:0px;
    box-shadow: 3px 3px 7px #00000080 !important;
    line-height: 1;
    transition: all 300ms ease-in-out;
}
.jm-posts__loading a:hover {   
	background-color: #6a5bff;
    color: #ffffff !important;
	box-shadow:none !important; 
}
.jm-posts__loading a:active{
	color: #ffffff !important; 
	 background-color: #6a5bff;
	 box-shadow:none !important;
}
.jm-posts__loading .loading-icon {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #6a5bff; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    animation: spin 1s linear infinite;
    visibility: hidden;
    position: absolute;
    left: 50%;
}
.jm-posts__loading .loading-icon.loading {
    visibility: visible;
} 

section#lastest-book {
  width: 380px;
  position: fixed;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}

#lastest-book.hidden, #lastest-book {
  display: none;
}

#lastest-book.active {
  display: flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  section#lastest-book {
    max-width: 100%;
    position: fixed;
    top: 56%;
    transform: translateY(-50%);
    width: auto !important;
  }

  
}

@media (min-width: 1024px) {
  section#lastest-book {
    max-width: 460px;
    position: fixed;
    top: calc(50% + 35px);
    transform: translateY(-50%);
  }
}

section#lastest-book img {
  border-radius: 20px;
}

.elementor-field:focus {
  border-color: #00a841 !important;
}

@media (max-width: 767px) {
  #lastest-book.hidden {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .mobile-blog-image {
    display: block;
  }

  .desktop-blog-image {
    display: none;
  }

  #blogpagecontainer .jm-posts .jm-post__title a {
    font-size: 26px;
  }
}

form#commentform .row {
  margin-left: 0;
  margin-right: 0;
}

.comment-notes {
  display: none;
}

.row.comment-form-fields {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

form#commentform label {
  margin-bottom: 10px;
  font-weight: 400;
}

form#commentform textarea {
  border-radius: 20px;
  padding: 20px;
}

form#commentform input {
  border-radius: 50px;
}

form#commentform p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px !important;
}

p.comment-form-author {
  margin-right: 1%;
}

p.comment-form-author, p.comment-form-email {
  max-width: 49%;
  float: left;
}

p.comment-form-email {
  margin-left: 1%;
}

h3.comment-reply-title.comments-title {
  margin-bottom: 50px;
  font-size: 20px;
}

.comments-area {
  width: 100%;
  border-top: 2px solid #f5f8f8;
  margin-top: 20px;
  padding: 0;
  display: inline-block;
  position: relative;
}

input#submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

form#commentform textarea:focus, form#commentform input:focus {
  border-color: #6c0319;
}

.comment-content {
  background: #f5f8f8;
  border-radius: 5px;
  padding: 30px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}

.comment-content:after {
  width: 0;
  height: 0;
  border-bottom: 10px solid #f5f8f8;
  border-left: 10px solid #0000;
  border-right: 10px solid #0000;
  position: absolute;
  top: -10px;
  left: 10px;
}

ol.comment-list {
  margin-left: 0;
}

h5.jm-post__title a {
  line-height: 1.3em;
}

#comments h3.comment-reply-title, #comments h3.comment-reply-title span {
  font-family: GigaSans-ExtraBold, sans-serif !important;
}

p.form-submit {
  text-align: center;
}

.comments-area textarea#comment, .comments-area .ast-comment-formwrap input[type="text"] {
  border-radius: 20px !important;
  padding: 20px !important;
}

.comments-area textarea#comment:focus, .comments-area .ast-comment-formwrap input[type="text"]:focus {
  border-color: #6a5bff !important;
}

#comments .submit, .search .search-submit {
  border: 1px solid #6a5bff;
  border-radius: 30px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  box-shadow: 3px 3px 15px #0003;
  text-transform: capitalize !important;
  color: #fff !important;
  background: #6a5bff !important;
  padding: 12px 30px !important;
}

#comments .submit:hover, .search .search-submit:hover {
  border: 1px solid #6a5bff;
  color: #fff !important;
  background: #6a5bff !important;
}

#blogpagecontainer h2 {
  text-transform: capitalize;
  margin-top: 40px;
  font-size: 34px !important;
}

#blogpagecontainer h3 {
  font-size: 24px !important;
}

#blogpagecontainer h4 {
  font-size: 22px !important;
}

#blogpagecontainer strong {
  font-family: GigaSans-Bold, sans-serif !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #blogpagecontainer h2 {
    font-size: 32px !important;
  }

  #blogpagecontainer h3 {
    font-size: 22px !important;
  }

  #blogpagecontainer h4 {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  #blogpagecontainer h2 {
    margin-top: 30px;
    font-size: 28px !important;
  }

  #blogpagecontainer h3 {
    font-size: 20px !important;
  }

  #blogpagecontainer h4 {
    font-size: 18px !important;
  }
}

.heateor_sss_vertical_sharing {
  display: none;
}

.heateor_sss_vertical_sharing a {
  margin-bottom: 5px;
}

.heateor_sss_vertical_sharing.active {
  display: block;
}
.heateor_sss_horizontal_sharing {
	  margin-top: 35px;
	}
@media (max-width: 1024px) {
  .heateor_sss_vertical_sharing {
    display: none !important;
  }
  .heateor_sss_horizontal_sharing {
	  display: none !important;
	}
}



.heateor_sss_horizontal_sharing .heateor_sss_sharing_title {
  text-align: center;
  margin-bottom: 10px;
  font-family: GigaSans Bold, sans-serif;
  font-size: 28px;
}

.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul {
  justify-content: center;
  display: flex;
}

#blogpagecontainer .heateor_sss_horizontal_sharing {
  display: block;
}

@media (max-width: 1300px) {
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    margin-left: -50px;
    left: auto !important;
  }
}

@media (max-width: 1024px) {
  section#lastest-book {
    width: 100%;
    transform: inherit;
    position: relative;
    top: auto;
    display: block !important;
  }
}

@media (max-width: 783px) {
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    margin-left: auto;
    display: none !important;
    left: auto !important;
  }

  ul.heateor_sss_sharing_ul {
    width: 100%;
    text-align: right;
    justify-content: end;
    align-items: flex-end;
    padding-bottom: 10px;
    padding-right: 50px;
    display: flex;
  }

  div.heateor_sss_bottom_sharing li {
    text-align: right;
    width: auto !important;
    float: none !important;
  }
}

@media (max-width: 667px) {
  section#lastest-book {
    width: 100%;
    transform: inherit;
    position: relative;
    top: auto;
    display: block !important;
  }

  .lone-rock-videos .elementor-posts-container article {
    width: 100%;
    padding: 10px;
    margin: 0 !important;
  }

  .mobile-blog-image {
    display: block;
  }

  .desktop-blog-image {
    display: none;
  }

  #blogpagecontainer .jm-posts .jm-post__title a {
    font-size: 26px;
    line-height: 1.3em;
  }
}