#sidebar {
	background-color: #F8F8F8 !important;
}

@media (min-width: 1024px) {
    #sidebar {
        top: 120px !important;
        right: 0px;
        max-width: 350px;
    }
}

@media (max-width: 1024px) {
    #sidebar {
        max-width: 400px;
			  margin-bottom: 50px;
    }
}


@media (max-width: 868px) {
    .sidebar_item {
        padding: 0px;
    }
}

.sidebar_item p {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
	justify-content: center;
  display: flex;
}

.wp-block-jetpack-rating-star {
	margin-bottom: 10px !important;
}

.sidebar_item {
	margin: 0px;
}

.fourcol {
	padding: 15px !important;
}

.sidebar_item .wp-block-columns {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.sidebar_item ul {
	margin-top: -1em !important;
}

.wp-block-columns {
	justify-content: center;
}

.wp-block-button {
	width: 100% !important;
}

.wp-block-button__link {
	width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharedaddy {
	display: none !important;
}

.jp-relatedposts {
	display: none !important;
}

.content_inn {
	padding-top: 0px !important
}

.head_extend {
	display: none !important;
}

.show-menu {
	display: none !important;
}

.scrollTo_top {
	display: none !important;
}

.elementor-button {
    background: linear-gradient(#f6dda4, #f0c14b);
	  border: 1px solid #000;
    border-radius: 5px !important;
	  color: #000 !important;
	  padding-top: 30px !important;
    padding-bottom: 30px !important;
	  width: 100%;
}

.wp-block-button__link {
	background: linear-gradient(#f6dda4, #f0c14b);
	border: 1px solid #000;
  border-radius: 5px !important;
	color: #000 !important;
	padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (max-width: 1024px) {
    #sidebar {
        display: none;
    }
}

.header_classic_content {
	border-bottom: 3px !important;
  border-bottom-color: #F2F2F2 !important;
  border-bottom-style: solid !important;
}