/* Buttons */
.btn-white {
    background-color: #fff !important;
    color: #7d7d7d !important;
    border: 1px solid #bbb !important;
}

.btn-white:hover {
    background-color: #4db2ec !important;
    color: #fff !important;
    border: 1px solid #4db2ec !important;
}

.btn-black {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #222 !important;
}

.btn-black:hover {
    background-color: #4db2ec !important;
    color: #fff !important;
    border: 1px solid #4db2ec !important;
}

.btn-blue {
    background-color: #4db2ec !important;
    color: #fff !important;
    border: 1px solid #4db2ec !important;
}

.btn-blue:hover {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #222 !important;
}

.resources-page .page-wrapper .page-main {
    padding: 0 50px;
}

.resources-page.resources-assemblyvideo-view .page-wrapper .page-main {
    width: 100%;
    max-width: 100%;
    background: #eee;
    padding: 50px;
}

.resources-page .page-title-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resources-menu {
    margin-bottom: 20px;
    margin-left: auto;
}

/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {
    padding-bottom: 450px;
}

/* END Slider *********************************************************************************************************/

.resource-holder {
    margin-bottom: 40px;
    border-radius: 0;
}

/* Resources Post List *****************************************************************************************************/
.post-list {
    margin-top: 0;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0
}

.post-list .post-item.resource-holder {
    margin: 0 0 30px 0;
    padding: 0;
    display: block;
}

.post-list .post-container {
    display: -ms-flexbox;
    display: flex;
}

/* Post Image ************************************/
.post-list .post-image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    order: 0;
}

.post-list .post-image .image-container {
    position: relative;
}

.post-list .post-image .image-wrap {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}

.post-list .post-image .image-wrap .bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.post-list .post-image .image-wrap img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Post Category */
.post-list .post-image .post-category {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 0;
    line-height: 1;
}

.post-list .post-image .post-category a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;

    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/
}

.post-list .post-image .post-category a:hover {
    background: #4db2ec;
}

/* Post Info **************************************/
.post-list.modern .post-info {
    padding: 0 0 0 25px;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    order: 1;
    box-sizing: border-box;
}

/* Post Title */
.post-list .post-info .post-title-wrap h3 {
    margin: 0;
}

.post-list .post-info .post-title-wrap h3 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

/* Post Data */
.post-list .post-info .post-data-wrap {
    font-size: 11px;
}

.post-list .post-info .post-data-wrap .post-date {
    font-size: 11px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    float: none;
    width: auto;
}

.post-list .post-info .post-data-wrap a {
    font-weight: 600;
}

/* Post Description */
.post-list .resource-description {
    line-height: 21px;
    font-size: 13px;
}

/* Post View */
.post-list .resource-view {
    display: block;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 11px;
    position: relative;
    top: -5px;
    padding: 4px 6px;
}

.post-list .resource-view:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent;
}

/* Read More */
.post-read-more a.post-read {
    display: inline-block;
    color: #fff;
    background-color: #4db2ec;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
}

.post-read-more a.post-read:hover {
    color: #fff; /*background: #222222;*/
    text-decoration: none;
}

@media (max-width: 768px) {
    .post-list .post-item.resource-holder {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .post-list .post-image .post-category {
        display: none;
    }

    .post-list .post-info {
        padding: 0 0 0 15px;
    }

    .post-list.modern .resource-description {
        display: none;
    }

    .post-read-more a.post-read {
        display: none;
    }
}

@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        display: inline-block;
    }
}

/* Images Format *******************************************/
.post-image .image-wrap._16x9 {
    padding-bottom: 35% !important;
}

.post-image .image-wrap._4x3 {
    padding-bottom: 67% !important;
}

.post-image .image-wrap._3x2 {
    padding-bottom: 55% !important;
}

.post-image .image-wrap._1x1 {
    padding-bottom: 100% !important;
}

@media (max-width: 768px) {

}

/* Resources Post List *****************************************************************************************************/

/* Resources Post List Modern **********************************************************************************************/
.post-list.modern .post-item.resource-holder {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.post-list.modern .post-info .post-title-wrap h3 a:hover {
    text-decoration: none;
    transition: all .2s ease;
}

.post-list.modern .post-info .post-data-wrap a:hover {
    text-decoration: none;
    transition: all .2s ease;
}

/* Resources Post List Modern **********************************************************************************************/

/* Post View **********************************************************************************************************/

/* Category */
.resources-resource-view .post-category a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

/* Post Data */
.resources-resource-view .post-data-wrap {
    font-size: 13px;
    margin-bottom: 30px;
}

.resources-resource-view .post-data-wrap a {
    font-weight: 600;
}

.resources-resource-view .post-data {
    color: #bbbbbb;
}

/* Post View */

/* Image */
.resources-resource-view .post-featured-image {
    font-size: 0;
    margin-bottom: 20px;
}

/* Tags */
.resources-resource-view .post-tag {
    margin-bottom: 20px;
}

.resources-resource-view .post-tag .post-tag-title {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #222;
    background: #222;
    color: #fff;
    line-height: 1;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    font-size: 11px;
}

.resources-resource-view .post-tag .post-tags a {
    display: inline-block;
    border: 1px solid var(--border-color); /*color: #222; */
    background: #fff;
    padding: 7px 12px;
    margin-right: 10px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: capitalize;
}

.resources-resource-view .post-tag .post-tags a.current,
.resources-resource-view .post-tag .post-tags a:hover {
    text-decoration: none;
    opacity: .9;
    background: #333;
    color: #fff;
}

/* Post Text */
.resources-resource-view .resource-description {
    margin-bottom: 30px;
}

.resources-resource-view .resource-description p {
    font-size: 1.4rem;
    line-height: 1.7;
}

/* Post Bottom *****************************************/
.resource-view .post-bottom {
    margin-top: 30px;
}

/* Post Gallery */
/*.resources-resource-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.resources-resource-view .post-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-gap: 1rem;
    margin-bottom: 20px;
}

.resources-resource-view .post-gallery .gallery-image-hld {
    display: inline-block;
}

.resources-resource-view .post-gallery .gallery-image-hld img {
}

/* Post Navigation */
.resources-resource-view .post-nextprev {
    display: flex;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.resources-resource-view .post-nextprev .nextprev-link {
    display: block;
    font-size: 20px; /*color: #222222;*/
    font-weight: 600;
    text-align: right;
    opacity: 0.7;
}

.resources-resource-view .post-nextprev .nextprev-link:hover {
    text-decoration: none;
}

.resources-resource-view .post-nextprev .nextprev-link span {
    display: block;
    color: #bbbbbb;
    font-size: 14px;
    font-weight: normal;
}

/* Block Related */
.resources-resource-view .post-bottom .block.related {
    margin-bottom: 0;
}

.resources-resource-view .post-bottom .block.related .block-title {
    margin: 0 0 25px;
    padding: 5px 0;
    border-bottom: 1px solid #222222;
    line-height: 1.42857143;
}

.resources-resource-view .post-bottom .block.related .block-title strong {
    border-bottom: 3px solid #222222;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 18px;
}

/* Related Posts */
.mageaseresources-related-posts-block.block.related .post-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.mageaseresources-related-posts-block.block.related .post-list .post-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem !important;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
    box-sizing: border-box;
}

.mageaseresources-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;
    flex: 0 0;
    width: 100%;
    display: block;
    order: 0;
    margin-bottom: 10px;
}

.mageaseresources-related-posts-block.block.related .post-list .image-container .image-wrap {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}

.mageaseresources-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.mageaseresources-related-posts-block.block.related .post-list .post-item .block-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mageaseresources-related-posts-block.block.related .post-list .block-info h3.post-title a {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important; /*color: #222222; */
}

@media (max-width: 767px) {
    .mageaseresources-related-posts-block.block.related .post-list .post-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Related Products */
.mageaseresources-related-products-block.block.related .block-title {
    margin: 0 0 25px;
    padding: 5px 0;
    border-bottom: 1px solid #222222;
    line-height: 1.42857143;
}

.mageaseresources-related-products-block.block.related .block-title strong {
    border-bottom: 3px solid #222222;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 18px;
}

/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .resources-resource-view .page-title-wrapper .page-title {
        font-size: 20px;
    }

    .resources-resource-view .post-nextprev .nextprev-link {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* END Post View ******************************************************************************************************/

/* Animation Zoom */
.image-wrap .animation-type-zoom {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.image-container .animation-type-zoom {
    -webkit-transition: transform .3s ease, opacity .3s;
    transition: transform .3s ease, opacity .3s;
}

.image-container:hover .animation-type-zoom {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.resources-search {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
}

.widget.resources-search .block-content {
    margin-bottom: 0;
}

.widget.resources-search .block-content .form {
    position: relative;
}

.widget.resources-search label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.resources-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.resources-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.resources-search .action.search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    display: inline-block;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    border-radius: 0;
}

.widget.resources-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../images/search-icon-white.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 1;
}

.widget.resources-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.resources-search .actions .action.search {
    background: #222222;
    right: 0;
    padding: 0 10px;
    border-radius: 0;
}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {
    flex: 0 0 30%;
    width: 30%;
    display: block;
    order: 0;
}

/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}

.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
}

.widget.block-list-posts .post-list .post-item .block-info .block-date {
    color: #bbbbbb;
}

.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {
    font-size: 11px;
}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem !important;
}

.widget.block-list-posts .post-list .post-item .image-container {
    -ms-flex: 0 0;
    flex: 0 0;
    width: 100%;
    display: block;
    order: 0;
    margin-bottom: 10px;
}

.widget.block-list-posts .post-list .post-item .block-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {
    display: flex;
    gap: 1.5rem;
}

.widget.block-posts-list .post-item .image-container {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    align-self: flex-start;
    display: block;
    order: 0;
    margin-bottom: 10px;
}

.widget.block-posts-list .post-item .image-container .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {
    padding-bottom: 70%;
}

.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.widget.block-posts-list .post-item .block-info .post-title {
    margin: 0 0 0.5rem 0 !important;
}

.widget.block-posts-list .post-item .block-info .post-title .post-item-name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.widget.block-posts-list .post-item .block-info .block-date {
    line-height: 1rem;
}

.widget.block-posts-list .post-item .block-info .block-date .post-date {
    font-size: 11px;
    line-height: 1.2rem;
    color: #bbbbbb;
}

.widget.block-posts-list .post-item .block-info .resource-description {
    display: none;
    line-height: 21px;
    font-size: 13px;
}

.widget.block-posts-list .post-item .block-info .read-more {
    display: none;
}

/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {
    font-weight: 600
}

/* RSS Feed */
.widget.block-rss .rss-icon {
    width: 23px;
    filter: grayscale(100%);
    vertical-align: middle;
}

/* End Sidebar ********************************************************************************************************/

.resource-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.resources-page-list .resource-holder {
    border-bottom: 1px solid #eee
}

.resource-holder .post-header {
    position: relative;
}

.resource-holder .post-header .post-info {
    padding: 0 0 20px 0;
}

.resource-holder .post-header .post-info .item {
    display: inline-block
}

.resource-holder .post-header .post-info .dash {
    display: none; /* fix for old templates */
}

.resource-holder .post-header .post-info .label {
    font-weight: 700;
}

.resource-holder .post-header .post-info .value {
    font-style: italic;
}

.resource-holder .post-header .post-info .item::after {
    display: inline-block;
    content: ' | ';
    color: #b9b9b9
}

.resource-holder .post-header .post-info .item:last-child::after {
    display: none
}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}

.post-list-wrapper .post-list {
    padding-left: 0
}

.post-list .resource-content .post-read-more {
    padding-top: 10px;
    float: right;
}

.subcategory-links-wrapper ul, .post-links-wrapper ul {
    list-style: none;
}

.resource-content .resource-description img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
}

.resource-content .resource-description ul, .resource-content .resource-description ol {
    list-style-position: outside;
}

.resource-content .resource-description .mageaseresources-contents li {
    display: list-item;
}

.resource-content .resource-description .mageaseresources-contents li li {
    margin-left: 15px;
}

.resource-content .resource-description .post-ftimg-hld {
    width: 75%;
    min-width: 800px;
    margin: auto;
}

.resource-content .resource-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.resource-content .resource-description .mageaseresources-contents-toc {
    list-style: decimal;
}

.resource-content .resource-description .mageaseresources-contents-toc li {
    margin-bottom: 1rem;
}

.resource-content .resource-description .mageaseresources-contents-toc li > ol {
    margin-top: 1rem;
}

.resource-content .resource-description .mageaseresources-contents-toc li:before {
    content: none;
}

.resource-content .resource-description .mageaseresources-contents-toc li a {
    display: inline;
}

/* Post Title */
.post-list .post-header .post-title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
}

.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
}

.post-list .hidden {
    display: none;
}

.resource-view .post-bottom {
    margin-top: 30px;
}

.resource-view .post-nextprev-hld {
    margin-bottom: 30px;
}

.resource-view .post-nextprev-hld .nextprev-link {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    background: rgba(74, 74, 74, .3);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .15);
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
}

.resource-view .post-nextprev-hld .nextprev-link:before {
    font-size: 18px;
    line-height: 40px;
    font-family: 'luma-icons';
    content: '\e621';
}

.resource-view .post-nextprev-hld .nextprev-link:hover {
    background: rgba(74, 74, 74, .4);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .8);
}

.resource-view .post-nextprev-hld .prev-link {
    float: left;
}

.resource-view .post-nextprev-hld .prev-link:before {
    content: "\e617";
}

.resource-view .post-nextprev-hld .next-link {
    float: right;
}

.resource-view .post-nextprev-hld .next-link:before {
    content: "\e608";
}

/* Post Gallery */
.resource-view .post-gallery {
    margin: 15px 0 15px 0
}

.resource-view .post-gallery .gallery-image-hld {
    margin: 0 14px 14px 0;
    border: 1px solid #ccc;
    display: block;
    float: left
}

.resource-view .post-gallery .gallery-image {
    padding: 0;
    margin: 0;
    display: block
}

.resource-view .block {
    margin-bottom: 30px;
}

/* Widget Gallery */
.widget.block-categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget.block-categories ul li {
    padding: 5px 0 5px 9px;
    margin: 0;
}

.widget.block-categories ul li a {
    font-weight: 600;
}

.widget.block-categories ul ul {
    margin: 0;
}

/* Widget RSS */
.widget.block-rss .rss-icon {
    float: left;
    width: 23px;
    padding-right: 10px;
}

/* Widget Search */
.widget.resources-search {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
}

.widget.resources-search .block-content {
    margin-bottom: 0;
}

.widget.resources-search .block-content .form {
    position: relative;
}

.widget.resources-search label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.resources-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.resources-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.resources-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.resources-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

.widget.resources-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest {
    font-size: 0.75em
}

.widget.block-tagclaud .small {
    font-size: 1em
}

.widget.block-tagclaud .medium {
    font-size: 1.25em
}

.widget.block-tagclaud .large {
    font-size: 1.5em
}

.widget.block-tagclaud .largest {
    font-size: 2em
}

/* Widget Archive */
.widget.block-archive .item {
    margin: 5px 0;
}

.widget.block-archive .item {
    display: inline-block
}

.widget.block-archive .item:after {
    content: "\\";
    display: inline-block;
    padding-left: 5px
}

/* Widget Recent */
.resources-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.resources-widget-recent .resource-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-list-wrapper.resources-widget-recent:not(.resources-widget-recent-masonry) .resource-holder {
    width: 48%;
}

.post-list-wrapper.resources-widget-recent:not(.resources-widget-recent-masonry) .resource-holder:nth-child(2n+1) {
    clear: both;
}

@media (max-width: 767px) {
    .post-list-wrapper.resources-widget-recent:not(.resources-widget-recent-masonry) .resource-holder {
        width: 98%;
    }
}

@media (max-width: 1024px) {
    .resources-widget-recent .resource-holder {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .resources-widget-recent .resource-holder {
        width: 98%;
    }
}

.resources-widget-recent .resource-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.resources-widget-recent-masonry .resource-description .post-text-hld {
    max-height: none;
    min-height: 0;
}

.resources-widget-recent-masonry .resource-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mageaseresources-autoloader {
    text-align: center;
}

.mageaseresources-autoloader .mageaseresources-show-onload {
    display: none;
}

.resources-category-view .category-content,
.resources-tag-view .tag-content {
    padding-left: 0;
}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}

.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}

.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}

.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* END Posts List */

/* Fix Related Products */
.resources-resource-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
}

.resources-resource-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}

.resources-resource-view .products-grid .product-item .product-item-info {
    width: auto;
}

@media (min-width: 640px) {
    .resources-resource-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%) / 3);
    }

    .resources-resource-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }

    .resources-resource-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .resources-resource-view .products-grid .product-item {
        width: calc((100% - 8%) / 5);
        margin-left: 2%;
    }

    .resources-resource-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }

    .resources-resource-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.magease-resources-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-size: cover;
}

.magease-resources-icon.mageasebi-calendar {
    background-image: url('../images/calendar-icon.svg')
}

.magease-resources-icon.mageasebi-folder {
    background-image: url('../images/folder-icon.svg')
}

.magease-resources-icon.mageasebi-tags {
    background-image: url('../images/tags-icon.svg')
}

.magease-resources-icon.mageasebi-user {
    background-image: url('../images/user-icon.svg')
}

.magease-resources-icon.mageasebi-views {
    background-image: url('../images/views-icon.svg')
}

/* END Fix Related Products */

.resources-menu {
    margin-bottom: 20px;
}

.resources-menu ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.resources-menu ul li {
    margin: 5px 20px;
}

.resources-menu ul li span {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #808080;
    line-height: 47px;
    cursor: pointer;
    letter-spacing: 0.025em;
}

.resources-menu ul li:hover span,
.resources-menu ul li.current span {
    color: #333;
}

.resources-menu ul li.title {
    font-size: 36px;
    color: #222;
    font-weight: 300;
    letter-spacing: 0.025em;
    border: 0 !important;
}

.resources-menu ul li.download-link {
    width: auto;
    position: relative;
}

.resources-menu ul li.download-link a, .resources-menu ul li.download-link span {
    padding-left: 35px;
    background: url(../images/resources/icons/download.svg) no-repeat transparent 2px center;
    background-size: 25px;
}

.resources-menu ul li.download-link a:after {
    content: "";
    color: #4a4a4a;
    font-size: 10px;
    line-height: 44px;
    letter-spacing: 0.115em;
}

.resources-menu ul li.download-link a:hover:after {
    /* content: attr(data-text-on-hover); */
}

.resources-menu .resources-submenu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 325px;
    top: 47px;
    left: -20px;
    padding: 30px 10px;
    background: #b40019;
    box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.2) inset
}

.resources-menu .resources-submenu ul {
    padding-left: 0;
    display: block;
}

.resources-menu .resources-submenu ul li span {
    color: #fff;
}

.resources-menu .resources-submenu ul li:hover span {
    color: #eee;
}

.resources-menu ul li.download-link:hover .resources-submenu {
    display: block;
}

.resources-submenu ul li.download-link a, .resources-submenu ul li.download-link span {
    background-image: url(../images/resources/icons/download-dum.svg);
    font-size: 16px;
}

.resources-container {
    margin-bottom: 70px;
}

/* begin resource catalog */
.resources-catalog {

}

.resources-catalog .catalog-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources-catalog .catalog-list .catalog-post {
    width: calc(45% - 100px);
    margin: 0 50px;
}

.resources-catalog .catalog-list .catalog-post .title {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: 600;
}

/* end resource catalog */

/* begin video catalog */
.category-content {
    width: 69%;
    float: left;
}

.category-content .video {
    position: relative;
}

.category-content .video:before {
    /*padding-top: 56.25%;*/
    content: "";
    display: block;
}

.category-content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.category-content .title {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: 600;
}

.video-content {
    width: 29%;
    float: right;
}

.video-content .video-list {
    list-style: none;
    height: 400px;
    overflow-y: auto;
}

.video-content .resource-holder {
    margin: 0;
    padding: 15px 40px;
    border: 0;
}

.video-content .resource-holder:nth-child(2n) {
    background: transparent;
}

.video-content .resource-holder:nth-child(2n+1) {
    background: #fff;
}

.video-content .resource-holder a {
    font-size: 14px;
    color: #222;
    letter-spacing: 0.1em;
    text-decoration: none;
}

@media (max-width: 2000px) {
    .video-content .video-list {
        height: 600px;
    }
}

@media (max-width: 1800px) {
    .video-content .video-list {
        height: 500px;
    }
}

@media (max-width: 1366px) {
    .video-content .video-list {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .resources-page.resources-assemblyvideo-view .page-wrapper .page-main {
        padding: 30px 15px;
    }

    .category-content, .video-content {
        width: 100%;
        float: none;
    }

    .video-content .video-list {
        margin-top: 20px;
        padding: 0;
    }

    .video-content .resource-holder {
        padding: 10px 25px;
    }
}

/* end video catalog */
