/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Import the parent theme styles */
@import url('../blocksy/style.css');

body, html {
  overflow-x: hidden;
}

/*Remove extra space under the footer menu (maybe is the issue stemming from ad tag??)*/
#ps_caff {
	display:block;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*Page container box width*/
.my-gutenberg {
    max-width: 1340px;
    margin: 0 auto;
	padding: 0 32px;
}

@media (max-width:1000px) {
body.home .wp-block-columns {
    flex-wrap: wrap !important;
  }
	body.home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
	flex-basis:100% !important;
}
	body.home .my-gutenberg h2.whatsnew {
    width: 100%;
}
	body.home .my-gutenberg aside#sidebar {
    margin-top: 18px;
}
	body.home div#block-2 {
    margin-right: 10%;
    margin-left: 10%;
}
	body.home h2.single__detail__box__right__box__items__title {
    margin-bottom: 20px;
}
	body.single-post div#block-8 {
    margin-top: 108px;
}
    body.single-post div#block-12 {
    margin-top: 90px;
}
}
@media(max-width:768px) {
	.my-gutenberg {
	padding: 0 16px;
}
    body.home .my-gutenberg div#block-2 {
    margin-right: 0;
    margin-left: 0;
}
	body.page-id-162 #main-container .site-main , body.archive #main-container .site-main , body.tag #main-container .site-main , body.search #main-container .site-main{
    margin-top: -24px;
}
	body.single-post #main-container .site-main {
    margin-top: -20px;
}
	body.single-post article.post {
	padding:0;
}
}

/*-----------------------------------------Preloader------------------------------------------*/
/* Preloader Spinner Styles */
#preloader { 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it covers the whole page */
  transition: opacity 0.5s ease-out; /* Smooth fade-out effect */
}

#preloader.hidden {
  opacity: 0; /* Fades out */
  pointer-events: none; /* Prevents interactions */
}

.preloader-logo>img {
	width:56px;
	height:50px;
	text-align:center;
}
.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: aliceblue;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*--------------------------------Top page---------------------------------*/
body.home .is-layout-flex {
    column-gap: 48px;
}
body.home aside#sidebar {
    margin-top: -64px;
}
body.home div#block-12 , body.home div#block-6{
	    display: none;
}
body.home h2.whatsnew {
    font-size: 1.4em;
    border: 1px solid rgba(44, 62, 80, 0.2);
    padding-left: 16px;
	padding-top: 3px;
    padding-bottom: 3px;
    width: 64%;
    background: #F9F8F7;
	position:relative;
}
body.home span.whatsnew-link {
    position: absolute;
    right: 16px;
    font-weight: 500;
    transform: translatey(22%);
	font-size:14px;
}
/*Slick carousel*/
.top-slider {
    overflow: hidden;
	position:relative;
}
.top-slider ul {
	list-style:none;
}
ul.slick-dots {
    transform: translatey(-14px);
}
.top-slider h3 {
	font-size:22px;
	font-weight:600;
}
body.home .slick-prev:before, .slick-next:before {
	display:none;
}
body.home .slick-prev {
    left:24%;
	top:210px;
	width:60px;
	height:60px;
	z-index:99;
	background-image:url('/wp-content/uploads/2025/01/blue-arrow.png');
	transform:rotatey(180deg);
	background-size:content;
	background-repeat:no-repeat;
}
body.home .slick-next {
    right:24%;
	top:240px;
	width:60px;
	height:60px;
	z-index:99;
	background-image:url('/wp-content/uploads/2025/01/blue-arrow.png');
	background-size:content;
	background-repeat:no-repeat;
}
.slick-dotted.slick-slider {
    padding: 0;
}
.post-content-wrapper {
    padding: 16px 28px 24px;
}
.slider-wrapper {
    display: flex;
    align-items: center;
	padding:10px 20px;
}
.slider-wrapper .slider-item {
    box-sizing: border-box;
    padding: 30px;
    height: auto;
    width: 700px;
	opacity: 0.5; 
	transition:opacity 0.5s ease;
	position:relative;
}
.slider-wrapper .slick-center {
    opacity: 1; 
    z-index: 2; 
}
body.home .slider-wrapper .slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
	aspect-ratio:16 / 8;
}
div.img-ribbon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 300px;
    height: 200px;
    overflow: hidden;
}
span.recommended-posts-category {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: 110px;
  top: 44px;
  width: 260px;
  text-align: center;
  line-height: 16px;
  background: #FF1D45;
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 600;
}
span.recommended-posts-category:before, span.recommended-posts-category:after {
  position: absolute;
  content: "";
  border-top: 5px solid #d61737;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
span.recommended-posts-category:before {
     left: 30px;
	 bottom: -5px;
}
span.recommended-posts-category:after {
    right: 30px;
    top: 30px;
}
span.recommended-posts-tag {
    background: #FF8812;
    border-radius: 24px;
    padding: 3px 20px 4px;
	font-weight: 600;
    color: white;
	transition:background 0.2s ease-in-out;
}
span.recommended-posts-tag:hover , span.recommended-posts-tag:active {
    background: #ff6912;
}
.post-content-wrapper {
	border:1px solid rgba(44, 62, 80, 0.2);
}

@media screen and (max-width: 1200px) {
	body.home .slick-prev {
    left:20%;
	}
	body.home .slick-next {
    right:20%;
}
}

@media screen and (max-width: 1000px) {
	body.home .slick-prev {
    left:10%;
	}
		body.home .slick-next {
    right:10%;
}
}

@media screen and (max-width: 768px) {
	.slider-wrapper .slider-item {
    padding: 16px;
}
    	body.home .slick-prev {
    left:1%;
	top:140px;
	}
		body.home .slick-next {
    right:1%;
	top:170px;
}
	div.img-ribbon {
    top: 10px;
    right: 10px;
}
	.slider-wrapper .slider-item {
	opacity: 1; 
}

}

/*---------------------------Trending posts---------------------------*/
.trending-posts-title {
	display:flex;
	align-items: center;
}
/*.trending-posts-category {
    margin-left:10px;
	font-size: 12px;
    background: #0CCCFE;
    color: white;
    border-radius: 24px;
    padding: 1px 8px 2px 8px;
}*/
.published-date {
	font-size:12px;
	padding-left: 12px;
}
.single__detail__box__right__box__ranking {
    width: 34%;
}
.single__detail__box__right__box__items__title{
    font-size: 21px;
	color:white;
	display:inline-block;
	background:#3d3b3a;
	position:relative;
	width:100%;
	padding-left:12px;
}
.single__detail__box__right__box__items__title:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: -9px;
	right:0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.single__detail__box__right__box__ranking__list {
    margin-top: 15px;
}
.single__detail__box__right__box__ranking__list__items {
    margin-bottom: 10px;
	background-color:white;
	border: solid 8px white;
}
.single__detail__box__right__box__ranking__list__items__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single__detail__box__right__box__ranking__list__items__left {
    display: inline-block;
    width: 300px;
    position: relative;
}
.single__detail__box__right__box__ranking__list__items__left__count {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    position: absolute;
    top: -8px;
    left: -8px;
    background: #0CCCFE;
    border-radius: 50%;
	font-weight:bolder;
}
.single__detail__box__right__box__ranking__list__items__left__img {
    width: 100%;
    height: 70px;
}
.single__detail__box__right__box__ranking__list__items__right {
    display: inline-block;
    width: 300px;
	transform: translatey(-4px);
}
.single__detail__box__right__box__ranking__list__items__right__title {
    font-size: 14px;
    display: -webkit-box;
	margin-left:10px;
    overflow: hidden;
	margin-bottom: 0px !important;
}

.main-container {
    display: flex;
    justify-content: center;
}
ul.single__detail__box__right__box__ranking__list {
	list-style:none;
}
/*.trending-posts-tag {
    font-size: 12px;
    margin-left: 10px;
    border: solid 1px;
	padding: 1px 6px 2px;
}*/

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    aspect-ratio: 3/2;
    object-fit: cover;
}
@media(max-width:1000px) {
.single__detail__box__right__box__ranking {
    width: 100%;
}
.single__detail__box__right__box__ranking__list__items__left {
	width:auto;
    max-width: 150px;
}
.single__detail__box__right__box__ranking__list__items__right {
	/*width:auto;*/
    max-width: 340px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    aspect-ratio: 4/3;
	object-fit:cover;
}
.single__detail__box__right__box__ranking__list__items__link {
       justify-content: flex-start;
}
ul.single__detail__box__right__box__ranking__list {
    display: flex;
    flex-wrap: wrap;
	margin-top: 15px;
	justify-content:center;
}
.single__detail__box__right__box__ranking__list__items {
    flex: 0 0 50%;
}
h3.single__detail__box__right__box__ranking__list__items__right__title {
    padding-right: 10px;
}
.single__detail__box__right__box__ranking {
    margin-top: 40px;
}
}

@media(max-width:767px) {
	ul.single__detail__box__right__box__ranking__list {
    display: block;
	margin-right:5px;
	margin-left:5px;
	}
.single__detail__box__right__box__ranking {
    margin-top: 10px;
}
}

/*---------------------------Blog page trending posts---------------------------*/
.single__detail__box__right__box__ranking__list__blog {
    display: flex;
    flex-wrap: wrap;
	padding:0;
}
.single__detail__box__right__box__ranking__list__items__blog {
    margin-bottom: 16px;
}
.single__detail__box__right__box__ranking__list__items__left__blog>img.attachment-thumbnail.size-thumbnail.wp-post-image {
    aspect-ratio: 3/2;
	object-fit:cover;
	max-width:unset;
}
img.attachment-medium.size-medium.wp-post-image {
	aspect-ratio: 3/2;
	object-fit:cover;
	width:100%;
}
.single__detail__box__right__box__ranking__list__items__left__blog {
        position: relative;
	    max-width: 160px;
}
body:is(.home, .archive.category, .search, .single-post.single, .archive.tag, .page-id-162, .page-id-3) .single__detail__box__right__box__ranking__list__items__link__blog {
    display: flex;
    align-items: center;
    text-decoration: none;
}

body.single-post .single__detail__box__right__box__ranking__blog {
    margin-top: 28px;
}
#block-14>.single__detail__box__right__box__ranking__blog {
    margin-top: unset;
}
@media(max-width:1000px) {
	.single__detail__box__right__box__ranking__list__items__blog {
    flex: 0 0 50%;
}
	body.single-post .single__detail__box__right__box__ranking__blog {
    margin-top: -68px;
}
    body.single-post .trending-posts-title , body.archive .trending-posts-title {
	margin:unset;
}
}

@media(max-width:800px) {
	.single__detail__box__right__box__ranking__list__items__blog {
    flex: 0 0 100%;
}
}

@media(max-width:767px) {
.single__detail__box__right__box__ranking__list__items__right__title {
    font-size: 14px;
}
.recommended-posts-category, .trending-posts-category {
    font-size: 12px;
}
.trending-posts-tag {
    font-size: 12px;
	}
}
@media screen and (min-width:1025px){
body.single-post .content-container , body.archive .content-container {
    grid-gap: 24px;
}
}

/*----------------------------------------Blog archive page--------------------------------------------*/
/*Card settings*/
body .entry-meta>.meta-categories {
		transform:translatex(-14px);
		margin-top:2px;
}
body .entry-meta>.meta-categories a {
	    border-radius: 16px;
	    min-height:22px;
}
body li.meta-categories {
    margin-left: 10px;
}
body ul.entry-meta {
    display: flex;
    align-items: center;
}
body.single-post li.meta-updated-date {
    margin-top:4px;
}
.meta-categories svg {
	transform: translatex(28px);
	color:white;
}
.entry-header h1.page-title {
    text-align: center;
	position:relative;
}
body:is(.archive, .tag, .page-id-162) .entry-header h1.page-title:before {
      content: '';
      position: absolute;
      border-left: 6px solid #3edcd5; /* Left border */
      border-top: 6px solid #3edcd5;  /* Top border */
      width: 20px;  /* Adjust size to control the width of the shape */
      height: 20px; /* Adjust size to control the height of the shape */
      top: 0; /* Position the shape */
      left: 0px; /* Adjust position to shift left */
}
/*Pagenation design*/
span.page-numbers.current {
    background: #3D3B3A !important;
}

@media(max-width:767px) {
body li.meta-updated-date {
    flex-basis: 100px;
}
body .entry-meta[data-type*=none] li:not(:last-of-type) {
    margin-inline-end: 8px;
}
}

/*----------------------------------------Side bar--------------------------------------------*/
body .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0px; 
    border-color: rgba(44, 62, 80, 0.2);
	background:#F9F8F7;
}
input#wp-block-search__input-1 {
    font-size: 14px;
}
div#block-8 {
    margin-top: 40px;
}
#block-17>h2.wp-block-heading.single__detail__box__right__box__items__title {
	font-size:21px;
}
/*Self intro box*/
.self-intro-box {
    background-color: rgba(208, 244, 255, .4);
    padding: 20px 20px 6px 20px;
    border: 1px solid rgba(40, 89, 168, .5); /* Light border */
    border-radius: 6px;
	margin-bottom:40px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.self-intro-box>div {
    width: 100px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:10px;
}
.self-intro-box p {
    color: #152E56;
    font-size: 13px;
    line-height: 1.7;
	text-align:left;
	margin-bottom:0;
}
body.home .self-intro-box p {
    font-size: 14px;
}
body.single-post #block-28 .self-intro-box {
	background:white;
}
body.single-post #block-28 .self-intro-box p {
    font-size: 13px;
    line-height: 1.7;
}
.x-icon {
    width: 40%;
}
.youtube-icon {
    width: 100%;
}
.self-intro-logo {
	width:56%;
}
.self-intro-box ul {
    padding: 0;
    list-style: none; /* Removes bullet points from the list */
}
.self-intro-box ul li {
    display: inline-block;
    margin: 0 10px; /* Spacing between the social media links */
}
.self-intro-sns>a {
    display: flex;
    justify-content: center;
	margin-top:10px;
}
/*Category style*/
ul.wp-block-categories-list.wp-block-categories {
    display: flex;
	flex-wrap: wrap;
    row-gap: 10px;
	margin-top: 6px;
}
.wp-block-categories-list a {
    margin-left: 10px;
    font-size: 14px;
    background: #0CCCFE;
    color: white;
    border-radius: 24px;
    padding: 3px 10px 4px 10px;
	transition: background 0.2s ease-in-out;
}
.wp-block-categories-list a:hover , .wp-block-categories-list a:active {
    background:#2185c4;
	color: white;
}
body .entry-meta [data-type=pill] a {
    padding: 0 12px;
}
/*Tag cloud style*/
p.is-style-outline.wp-block-tag-cloud {
    font-size: 14px;
	row-gap: 8px;
    margin-left: 12px;
}
.wp-block-tag-cloud.is-style-outline a {
    padding: .4ch 2ch;
}
/*-------------------------------------Single post----------------------------------------*/
body.single-post .entry-meta>.meta-categories a {
    border-radius: 16px;
    min-height: 22px;
    background: #FF8812;
	transition: background 0.2s ease-in-out;
}
body.single-post .entry-meta>.meta-categories a:hover , body.single-post .entry-meta>.meta-categories a:active {
	background: #ff6912;
}
body.single-post .entry-header h1.page-title {
    text-align: left;
}
body.single-post nav.post-navigation.is-width-constrained {
    padding-bottom: 10px;
    border-bottom: solid 1px #E1E8ED;
}
.social-share-buttons {
    display: flex;
    justify-content: center;
	column-gap:10px;
	font-size: 24px;
}
.social-share-buttons>a {
	border:solid 1px lightgray
}
.social-share-buttons>a:nth-of-type(1) {
	color:#2b5aa4;
}
.social-share-buttons>a:nth-of-type(2) {
	color:#000000;
}
.social-share-buttons>a:nth-of-type(3) {
	color:#06C152;
}
a.post-social-share-button {
    width: 80px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color:#F4F3F8;
	border-radius:0.25rem;
}
.fa-line:before {
    font-size: 30px;
}
i.fab.fa-line {
    margin-top: 6px;
}
.share-button-message {
	text-align:center;
	padding-top:16px;
}
.share-button-message-text {
	position:relative;
	font-size:15px;
}
.share-button-message-text::before {
    background-color: #272122;
    bottom: 0;
    left: -20px;
    content: "";
    display: block;
    height: 1.5em;
    position: absolute;
    width: 1px;
    transform: rotate(-40deg);
}
.share-button-message-text::after {
    background-color: #272122;
    bottom: 0;
    right: -20px;
    content: "";
    display: block;
    height: 1.5em;
    position: absolute;
    width: 1px;
    transform: rotate(40deg);
}
button.copy-link-button {
    background: #0CCCFE;
    width: 80px;
    cursor: pointer;
}
.fa-chain:before, .fa-link:before {
    color: #152E56;
}
@media(min-width:770px){
body.single-post main#main>div.ct-container {
	padding-top:22px;
}
}
/*-------------------------------------Post setting----------------------------------------*/
body.single-post .entry-header h1.page-title {
		font-size:34px;
}
body.single-post .entry-content h2 {
		font-size:30px;
        background-color: #aae2ff;
        padding: 8px 24px;
        position: relative;
}
body.single-post .entry-content h2:before {
	content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: solid 2px #aae2ff;
}
body.single-post .entry-content h2:after{
	content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: solid 2px #aae2ff;
}
body.single-post .entry-content h3 {
	font-size:28px;
    padding: 6px 0px 6px 16px;
    border-left: solid 6px #478CFF;
    background: aliceblue;
}
body.single-post .entry-content h4 {
    font-size: 24px;
    border-bottom: solid 1px;
    font-weight: 500;
    padding-left: 10px;
}
/*Blog yellow marker*/
[data-color="#fffd6b"] {
    background: linear-gradient(to bottom, transparent, transparent 70%, #ffe847 70%) !important;
}
@media(max-width:767px) {
	body.single-post .entry-header h1.page-title {
		font-size:28px;
	}
	body.single-post .entry-content h2 {
		font-size:24px;
	}
	body.single-post .entry-content h3 {
		font-size:22px;
		padding: 6px 10px 6px 16px;
	}
	body.single-post .entry-content h4 {
		font-size:22px;
	}
}
/*---------------------------Blog post table---------------------------*/

body.single-post p.ez-toc-title {
	  background-color: white;
    padding: 2px 10px;
	border:1px solid #ddd;
	background:#f6f6f6;
}
#ez-toc-container ul.ez-toc-list-level-1>li>a {
	font-weight:bold;
}
p.ez-toc-title::before {
	content:'';
	display:inline-block;
	width:14px;
	height:14px;
	background-image: url('/wp-content/uploads/2025/02/list-icon-black.svg');
	background-size:cover;
	margin-right:6px;
}
#ez-toc-container {
    padding: 16px 30px 16px 30px;
}
.ez-toc-title-container {
    margin-bottom: 10px;
}
div#ez-toc-container {
    position: relative;
	width:96%;
}
.ez-toc-wrap-center {
    margin: 60px auto!important;
}
.ez-toc-title-container {
    display: flex;
    justify-content: center;
	margin-bottom: 10px;
}
#ez-toc-container .ez-toc-title {
    position: absolute;
    top: -16px;
	padding: 2px 10px;
    border-radius: 4px;
}
div#ez-toc-container ul li.ez-toc-page-1.ez-toc-heading-level-2 {
	border-bottom: dashed 1px #d1d5db;
	margin-bottom:6px;
	padding-bottom:6px;
}
div#ez-toc-container ul li.ez-toc-page-1.ez-toc-heading-level-2:nth-last-of-type(1) {
	border-bottom: none;
}
body.single-post div.single-layout-1 h2.wp-block-heading {
font-size: 24px;
    font-weight: 500;
background-color: #aae2ff;
    padding: 8px 24px;
width: 98%;
	position:relative;
}
body.single-post div.single-layout-1 h2.wp-block-heading::before {
	content:'';
	display:block;
	position:absolute;
	top:-4px;
	left:0;
	width:100%;
	height:2px;
	border-top: solid 2px #aae2ff;
}
body.single-post div.single-layout-1 h2.wp-block-heading::after {
	content:'';
	display:block;
	position:absolute;
	bottom:-4px;
	left:0;
	width:100%;
	height:2px;
	border-top: solid 2px #aae2ff;
}
body.single-post div.single-layout-1 h3.wp-block-heading {
	font-size:22px;
	font-weight:500;
	padding: 10px;
    border-bottom: solid 1px #272122;
    width: 98%;
}
.entry-content.clear a {
	color: #0073e6;
}
body.single-post .primary-sidebar {
    padding-top: 0;
    padding-bottom: 0;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    line-height: 2.4;
}
@media(max-width:767px) {
	div#ez-toc-container {
    width: 100%;
}
#ez-toc-container {
    padding: 16px 16px 16px 16px;
}
}
/*------------------------------------Mobile menu----------------------------------------*/
/*Humberger icon color*/
#offcanvas.active [class*=ct-toggle] svg {
    fill: black; /* Persistent active color */
}
/* Define the flash animation on the text*/
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  30% {
    opacity: 0.6;
  }
}
.ct-menu-link {
  transition: color 0.1s ease;
}
.ct-menu-link:hover {
  animation: flash 0.8s;
  color: #2859A8;
}
/*--------------------------------Contact page-------------------------------------*/
body.page-id-374 div#block-8, body.page-id-374 div#block-12, body.page-id-374 div#block-4, body.page-id-374 div#block-5, body.page-id-374 div#block-6, body.page-id-374 div#block-17 {
	display:none;
}
.wpforms-submit-container {
    display: flex;
    justify-content: center;
}
button#wpforms-submit-370 {
    margin-top: 24px;
    width: 400px;
    height: 52px;
    border-radius: 32px;
    background: linear-gradient(45deg, #3EDCD5, #498CFF);
    background-size: 200% 200%;
    transition: background-position 0.2s ease-in-out;
}
button#wpforms-submit-370:hover , button#wpforms-submit-370:active {
	background-position: 100% 100%;
}
/*-------------------------------------Footer--------------------------------------*/
div#block-15 {
    width: 50px;
}
ul#menu-responsive-menu-1>li {
	border-right: 1px solid #2D2C2C; 
}
footer#footer>div>div.ct-container {
	    --container-spacing: 40px 10px;
}
/*-------------------------------------Each post setting--------------------------------------*/

table tr>td:nth-child(2) {
    background: white;
}






