.search-article .section-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: calc(100% - 4rem);
}
.search-article .section-content {
    padding: 4rem 0;
}
.search-article h2 {
    text-align: left;
}
.search-article p {
    color: hsl(210 1% 66%);
}
.search-article .btn1 {
    --tw-ring-offset-color: hsl(0 0% 100%);
    --tw-shadow: 0 0 40px hsl(17 100% 56% / .3);
    box-shadow: 0 0 40px rgba(255, 107, 26, .3);
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    color: #fff;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: hsl(17 100% 56%);
    border-radius: 8px;
    white-space: nowrap;
    height: 2.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.search-article .btn1:hover, .search-article .btn1:active{
    background: hsl(17deg 100% 56% / 90%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05, 1.05);
}
.search-article .section-content{
    max-width: 80rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
.search-article p{
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
}
.search-article .search-article-input{
    position: relative;
    max-width: 36rem;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.search-article .search-article-input svg{
    color: hsl(210 1% 66%);
    transform: translateY(-50%) scale(1);
    --tw-translate-y: -50%;
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
    left: 0.75rem;
    position: absolute;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}
.search-article .search-article-input input{
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-ring-offset-color: #fff;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 0.5rem .75rem 0.5rem 2.75rem;
    --tw-bg-opacity: 1;
    background: #fff;
    border: 1px solid hsl(210 1% 66%);
    border-radius: 10px;
    width: 100%;
    height: 3rem;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
}
.search-article .search-article-input input:focus{
    outline: 2px solid hsl(17 100% 56%);
}
.search-article .search-article-input input::placeholder{
    font-size: .875rem;
    line-height: 1.25rem;
    color: hsl(210 1% 66%);
}
.search-article .categories{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.search-article .categories a,
.search-article .blog-article .article-photo-wrap .blog-article-photo-tag-wrap .blog-article-photo-tag{
    text-decoration: none;
    animation-duration: .3s;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-ring-offset-color: #fff;
    color: hsl(222 47% 11%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    background: hsl(17deg 100% 56% / 10%);
    border: 1px solid hsl(17deg 100% 56% / 20%);
    border-radius: 9999px;
    white-space: nowrap;
    gap: .5rem;
    height: 2.25rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-article .blog-article .article-photo-wrap .blog-article-photo-tag-wrap .blog-article-photo-tag a {
	text-decoration: none;
	color: hsl(222 47% 11%);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
}
.search-article .categories a:hover, .categories a:active,
.search-article .blog-article .article-photo-wrap .blog-article-photo-tag-wrap .blog-article-photo-tag:hover,
.search-article .blog-article .article-photo-wrap .blog-article-photo-tag-wrap .blog-article-photo-tag:active{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: hsl(222 47% 11%);
    background: hsl(17deg 100% 56% / 20%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05);
}
.search-article .blog-article-wrap{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    margin-bottom: 32px;
}
.search-article .blog-article{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    --tw-bg-opacity: 1;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px -4px hsl(184 100% 21% / .15);
    text-decoration: none;
}
.search-article .blog-article:hover, .search-article .blog-article:active{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.search-article .blog-article:hover h2, .search-article .blog-article:active h2{
    color: hsl(17 100% 56%);
}
.search-article .blog-article .article-photo-wrap{
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.search-article .blog-article .article-photo-wrap .blog-article-photo-tag-wrap{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}
.search-article .blog-article .article-photo{
    object-position: center;
    object-fit: cover;
    width: 100%;
	max-height: 254px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    vertical-align: middle;
}
.search-article .blog-article .article-photo-wrap {
    width: 100%;
}
.search-article .blog-article .article-details{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0%;
}
.search-article .blog-article .article-details .article-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}
.search-article .blog-article .article-details .article-info .article-date{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: hsl(210 1% 66%);
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 4px;
}
.search-article .blog-article .article-details .article-info .article-date svg{
    width: 1rem;
    height: 1rem;
    display: block;
    vertical-align: middle;
}
.search-article .blog-article h2 a{
    color: hsl(222 47% 11%);
    margin-bottom: 1rem;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
	text-decoration: none;
}
.search-article .blog-article p{
    text-align: left;
}
.search-article .blog-article-tag{
    color: hsl(183 47% 47%);
    padding: .25rem .5rem;
    background: hsl(183deg 47% 47% / 10%);
    border-radius: 9999px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.search-article .btn1{
    display: inline-flex;
}
.search-article .categories a.current-cat{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    color: hsl(222 47% 11%);
    background: hsl(17deg 100% 56% / 20%);
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: scale(1.05);
}


/************************** WP Classes ****************************************/
.single-post  h2 {
    text-align: initial; 
}
.single-post ol, .single-post ul {
    list-style-position: inside;
	padding: 10px 0;
}
.single-post  em, .text_wrap em {font-style: italic}
.single-post   img.alignright, .text_wrap img.alignright { float: right; margin: 0 0 1em 1em; }
.single-post   img.alignleft, .text_wrap img.alignleft { float: left; margin: 0 1em 1em 0; }
.single-post   img.aligncenter, .text_wrap img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single-post   .alignright, .text_wrap .alignright { float: right; }
.single-post   .alignleft, .text_wrap .alignleft { float: left; }
.single-post   .aligncenter, .text_wrap .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.single-post  em .alignnone, .text_wrap  .alignnone, .single_page .section_content .single_page_content .alignnone {
    max-width: 100%;
    width: inherit;
}
.single-post .post_thumbnail img{
	object-position: center;
    object-fit: cover;
    width: 100%;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    vertical-align: middle;
}
.single-post .lesson_content img {
    max-width: 100%;
	height: auto;

/*////////////////////////////////*/

@media screen and (min-width: 1400px){
    .search-article .section-wrap{
        max-width: 80rem; !important;
    }
}
@media screen and (max-width: 768px){
    .search-article p{
        font-size: 1rem;
        line-height: 1.625;
    }
    .search-article .section-content{
        padding: 2rem 0;
    }
    .search-article .blog-article-wrap{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .search-article .blog-article{
        flex-direction: column;
    }
    .search-article .blog-article .article-photo-wrap{
        width: 100%;
        height: 12rem;
    }
    .search-article .blog-article .article-details .article-info .article-date{
        font-size: .75rem;
        line-height: 1.625;
    }
    .search-article .blog-article h2{
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375;
    }
    .search-article .blog-article p{
        font-size: .875rem;
        line-height: 1.625;
    }
    .search-article .blog-article-tag{
        font-size: .75rem;
        line-height: 1.625;
        text-align: center;
    }
}