.elementor-18716 .elementor-element.elementor-element-71350ca9:not(.elementor-motion-effects-element-type-background), .elementor-18716 .elementor-element.elementor-element-71350ca9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-18716 .elementor-element.elementor-element-71350ca9 > .elementor-container{max-width:1400px;}.elementor-18716 .elementor-element.elementor-element-71350ca9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:60px 0px 60px 0px;}.elementor-18716 .elementor-element.elementor-element-71350ca9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18716 .elementor-element.elementor-element-2d8d6e5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-18716 .elementor-element.elementor-element-2d8d6e5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f93a998 );}.elementor-18716 .elementor-element.elementor-element-2d8d6e5 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18716 .elementor-element.elementor-element-2d8d6e5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18716 .elementor-element.elementor-element-6f72d598{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS */.cat-nav a:hover{
    text-decoration: underline;
}

/*displays the first section*/
.latest-post .uael-post-wrapper:first-child{
    display: block !important;
}

.latest-post .uael-post-wrapper{
     display: none !important;
}


/*displays the 2nd post result*/
.post-wrap.second .uael-post-wrapper{
    display: none;
}


.post-wrap.second .uael-post-wrapper:nth-child(2){
    display: block;
}



/*removes the 10th child*/
.third .uael-post-wrapper:last-child{
    display: none;
}


.bottom-post-wrap .uael-post-wrapper{
    display: none;
}

/*displays the 10th child*/
.bottom-post-wrap .uael-post-wrapper:last-child{
    display: block;
}


/*.cat-title a{*/
/*    color: #000;*/
/*}*/

/*.feature-img a {*/
/*    width: 100%;*/
/*}*/

/*.category-watches-jewellery .headline {*/
/*    width: 49% !important;*/
/*}*/

/* .text-color-hover h2:hover  {*/
/*   opacity: 0.8;*/
/*}*/

/*.meta-info a{*/
/*    font-weight: 600 !important;*/
/*}*/

/*.meta-info a:hover{*/
/*    text-decoration: underline;*/
/*}*/

/*.feature-img a{*/
/*    position: relative !important;*/
/*}*/

/*.feature-img a:before {*/
/*   content: '';*/
/*   width: 0;*/
/*   height: 10px;*/
/*   position: absolute;*/
/*   bottom: 0;*/
/*   left: 0;*/
/*   background-color: #eedad1;*/
/*   z-index: 1;*/
/*   transition: width 0.25s ease;*/
/*}*/

/*.feature-img a:hover:before {*/
/*   content: '';*/
/*   width: 100%;*/
/*}*/


/*bottom archive styling*/
.all-archive .elementor-post__text {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}


.all-archive .uael-post__meta-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 !important;
    border: 0 !important;
    margin-top: 0 !important;
}

.all-archive .uael-post__terms {
   margin-top: 10px !important;
}

.all-archive .uael-post__terms:before {
   content: '/ ';
}


.all-archive .uael-post__author {
   font-weight: 700 !important;
}


.all-archive .uael-post__author:before {
    content: 'By';
}

.all-archive .uael-post__terms-wrap {
    margin-top: 6px;
}

.all-archive .uael-post__thumbnail:before {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eedad1;
    z-index: 1;
    -webkit-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.all-archive .uael-post__thumbnail:hover:before {
    width: 100%;
}


@media screen and (max-width:1024px){
    .cat-nav .elementor-nav-menu {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
           -moz-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        margin: 0 !important;
    }
}/* End custom CSS */