/* Custome for Me template */

#jform_password1 #jform_password2,  .input-password-toggle{
display: none;
}
.burger-menu-button .inner, .burger-menu-button .inner::before, .burger-menu-button .inner::after {
  height: 1px;
  }

.sp-module {
    border: 0px solid #f3f3f3;
    padding: 0;
    border-radius: 0px;
}

.astroid-logo img {max-width: 100%; max-height: 100%!important;} 

@media (min-width: 1200px){
    .astroid-logo img {margin-top:44px;
 }
}

.astroid-wrapper {
    overflow: hidden;
}
.container, .container-sm, .container-md, .container-lg, .container-xl, .astroid-layout.astroid-layout-boxed .astroid-wrapper {
    max-width: 1200px;

}

.shadow, .moduletable .search .inputbox[type=search], .jdb-jarticles .jdb-jarticle, .blog .card, .blog .article-wraper-inner, .shadow-card {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}

.card, .article-wraper-inner {
    border: none;
}
  
 .blog .item .card-body .readmore .readmore-btn {
    color: black;
    background: none;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

 .blog .item .card-body .readmore .readmore-btn:hover {
     background: transparent;
     text-decoration: none;
    color: #000;
    letter-spacing: 2px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.shadow-sm, .astroid-header-section {
  box-shadow:none !important; }


/* moving */
.moving-image .sppb-addon-wrapper {
    min-width: 300px;
    min-height: 300px;
    position: relative;
    border-radius: 100%;
}

.moving-image .sppb-addon-wrapper > div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    animation: morph 8s ease-in-out infinite 1s;
    background-blend-mode: multiply !important;
    -webkit-box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3) !important;
    -moz-box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3) !important;
    box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3) !important;
}

@keyframes morph {
     0% {
         border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
     50% {
         border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
     100% {
         border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

/* sp-simpe-portfolio */

.sp-simpleportfolio-item .sp-simpleportfolio-img {
    filter: grayscale(100%);
}
.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: left;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    float: left;
    display: block;
    margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li + li {margin-left: 25px;}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: transparent;
    text-decoration: none;
    color: #767676;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
    background: transparent;
    color: #000;
    letter-spacing: 2px;
}
