/**
* Theme Name: Atlas Child
* Description: This is a child theme of Atlas.
* Author: tmrwstudio
* Template: atlas
* Version: 1.0
*/

/*bottom menu*/
.wp-bottom-menu {
    width: 90%;
    border-radius: 40px;
    border: solid 1px #bbb;
    margin-left:5%;
    margin-bottom:15px;
  }
.wp-bottom-menu-item.active{
    font-weight: 800;
}

  a.title-text{border-radius:7px}
  
  .tax-hero .term-count {display:none;}
  
/*slider title gradiant*/
    .elementor-41 .elementor-element.elementor-element-89b2055 .entry-title {
        -webkit-line-clamp: 2;
        margin: 10px 0 10px 0;
        background: rgb(126,7,138);
        background: linear-gradient(90deg, rgba(126,7,138,1) 0%, rgba(105,47,111,1) 19%, rgba(168,82,218,1) 35%, rgba(113,0,255,0) 100%);
        border-radius: 15px;
        padding: 5px;
    }

/*menu active background*/
ul.nav-main > li.current-menu-item a > span{
    
    color: var(--color-accent);
    height: 27px;
    background-color: var(--color-accent);
    border-radius: 25px;
    color: #ffffff;
    padding: 15px 7px;
}

.page-title-wrap .page-desc {
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 20px 10px
}
/*google ads*/
/*ins.adsbygoogle a {*/
/*    display: none !important;*/
/*}*/
/*ins.adsbygoogle[data-ad-status="unfilled"] a {*/
/*     display: block;*/
/*}*/



/*ins.adsbygoogle a {*/
/*    display: block;*/
/*    width:330px;*/
/*    height:250px;*/
/*    border-radius:15px;*/
/*}*/
/*ins.adsbygoogle[data-ad-status="filled"] a {*/
/*    display: none !important;*/
/*}*/
/*.um-profile .um-profile-body {*/
/*    width: 100%;*/

/*}*/
.google-login {
  position: relative;
  top: -100px; /* عدد مناسب رو تنظیم کن */
}

pre, pre.wp-block-verse {
   border-radius: 15px;
   background: #f5f5f5;
   text-align: center;
}