#main {
	padding-top: 0;
}
.entry-content {
    text-align: justify;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* list */
.articles-list > .post{
    padding: 10px !important;
    box-shadow: 0px 0px 17px -10px #000;
    border-radius: 5px;
	border-bottom: 4px solid var(--primary) !important;
	transition: .3s;
	box-sizing: border-box;
}
.articles-list > .post:not(:last-child) {
    margin-bottom: 20px;
}
.articles-list > .post:last-child {
	margin-bottom: 0;
}
.articles-list > .post .post-details.details-type-link {
    float: unset;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    line-height: 1;
}
.articles-list > .post .post-details.details-type-link i,
.articles-list > .post .post-details.details-type-link::after {
	display: none;
}
.articles-list > .post .post-details.details-type-link:hover {
	color: var(--primary);
}
.articles-list > .post .entry-title a {
	font-size: 1.2rem;
	font-weight: 500;
}
.blog-shortcode.articles-list > .post .entry-excerpt {
    font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
	#page .blog-shortcode.articles-list > .post .post-entry-content .entry-title {
		margin: 0;
	}
	#page .blog-shortcode.articles-list > .post .post-entry-content .entry-excerpt,
	#page .blog-shortcode.articles-list > .post .post-entry-content .post-details {
		display: none;
	}
	#page .blog-shortcode.articles-list > .post .post-entry-content {
		padding: 10px 5px 0;
	}
}

/* instruction grid */
.inst-grid  .blog-shortcode .post {
    padding: 10px !important;
    box-shadow: 0px 0px 17px -10px #000;
    border-radius: 5px;
	border-bottom: 4px solid var(--primary) !important;
	transition: .3s;
	box-sizing: border-box;
}
.inst-grid  .blog-shortcode .post .entry-title a {
	font-size: 1.2rem;
	font-weight: 500;
	transition: .3s;
}

.inst-grid  .blog-shortcode .post:hover {
	background: var(--primary);
}
.inst-grid  .blog-shortcode .post:hover .entry-title a {
	color: #fff;
}

/* single */
.post-thumbnail {
	display: none;
}
.entry-content iframe {
    height: 420px;
    width: 100%;
}
img.post-thumb-pic.wp-post-image {
    margin-bottom: 20px;
    aspect-ratio: 2/1;
    width: 100%;
    object-fit: cover;
}
#sidebar .widget-title, .title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
	font-weight: 500;
}
h1.post-title.title {
    font-size: 1.7rem;
    line-height: 1.2;
    border-bottom: 8px double var(--primary);
}
body.dt_gallery-template-default h1.post-title.title {
	text-align: center;
}
#sidebar .widget-title {
	border-bottom: 4px solid var(--primary);
}

@media only screen and (max-width: 990px) {
	h1 {
		font-size: 6vw;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 768px) {
	h1 + img {
		aspect-ratio: 4/3;
	}
	img.post-thumb-pic.wp-post-image {
		aspect-ratio: 4/3;
	}
}

/* related */
.rel-title.title {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 25px;
}
.rel-title.title::after {
    content: "";
    position: relative;
    height: 2px;
    width: auto;
    flex: 1;
    background: #ececec;
    margin-inline-start: 20px;
}
.related-articles-wrapper {
	margin-top: 20px;
}
.related-articles {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;
}
.related-articles-item {
    line-height: 1;
    padding: 7px 7px 9px;
    box-shadow: 0px 0px 17px -10px #000;
    border-radius: 5px;
	transition: .3s;
	border-bottom: 3px solid var(--primary);
}
.related-articles-item img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-articles-item > a {
	position: relative;
	display: block;	
	margin-bottom: 5px;
}
.related-articles-item > a::before {
    content: "";
    display: block;
    padding-top: 66.666%;
}
.related-articles a {
	text-decoration: none !important;
}
.related-articles h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
	margin: 0;
	transition: .3s;
}
.related-articles .related-articles-item:hover {
	background: var(--primary);
}
.related-articles .related-articles-item:hover h4,
.related-articles .related-articles-item:hover a {
	color: #fff
}


/*sidebar */
.sidebar-content .widget:nth-last-child(2) {
    padding-bottom: 0 !important;
}
#sidebar ul.product-categories .cat-parent {
    margin: 0 0 5px !important;
}
#sidebar ul.product-categories li.cat-parent:last-child {
    margin: 0 0 0px !important;
}
#sidebar  ul.product-categories li.cat-parent:last-child ul {
	display: none;
}
#sidebar ul.product-categories li a {
    border-radius: 2px;
    background: #f8f8f8;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    transition: .2s;
    padding: 3px 10px;
}
#sidebar ul.product-categories > li > a:hover {
    background: var(--secondary);
	padding: 3px 15px;
	color: #fff  !important;
}

/* banner */
#sidebar .banner {
    width: 100%;
    display: block;
    position: relative;
    max-width: unset;
}
#sidebar .banner a {
    background-size: cover;
    display: block;
    padding: 30px 30px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.6);
    background-blend-mode: multiply;
    color: #fff !important;
    font-size: 1.35rem;
	font-weight: 500;
    line-height: 1.3;
    text-shadow: 0 0 8px #000;
}
#sidebar .banner b {
	display: block;
	font-size: 130%;
	color: var(--primary);
}
#sidebar  .banner button {
    font-size: .9rem;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    border: none;
    line-height: 1;
    padding: 5px 10px;
    display: block;
    margin: 10px auto 0;
	border-radius: 5px;
}
#sidebar  .banner button,
#sidebar .banner b,
#sidebar .banner span {
    transition: .5s;
}
#sidebar  .banner a:hover button {
	transform: scale(1.1);
}
#sidebar  .banner a button:hover {
	background: var(--secondary);
	transform: scale(1.1);
}

@media only screen and (min-width: 990px) {
	.sidebar .sidebar-content {
		box-sizing: border-box;
		padding-left: 20px;
		box-shadow: -4px 0px 9px -10px #000;
	}	
}
@media only screen and (max-width: 990px) {
	#sidebar {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.related-articles {
		grid-template-columns: repeat(1,1fr);
	}	
}

/* gallery */
.albums-shortcode .post-entry-content {
    border: solid var(--primary);
    border-width: 0 0 4px 0;
}
.albums-shortcode  .post-entry-content .entry-title a {
	font-weight: 500;
}
@media only screen and (min-width: 780px) {
	body.dt_gallery-template-default #main > .wf-wrap {
		width: 100%;
		padding: 0 15px;
	}
}
body.dt_gallery-template-default #main .jg-container .wf-cell {
    float: right;
}
body.dt_gallery-template-default #main .single-gallery-media { padding: 0;}