/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2024 | 19:00:02 */
html{
  min-width: 350px !important;
}

/*--------- hide post info in weblog ---------------*/
.slide-meta{
  display: none !important;
}

/*------------------------ Breadcrumbs adjustment ----------------*/
.title_container .breadcrumb{
  right: 10px;
  padding-top: 10px;
}

/*------------- Post-Title ------------------*/
@media only screen and (min-width: 768px) {
.post-title{
  font-size: 34px !important;
  font-weight: 700;
}  
}

/*------------------------------------------------------------------*/

a{
  text-decoration:none !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#whyDogAdoption:hover{
  color: #19B5FE !important;
}
#centerSection a{
  color: F2E30E !important;
  opacity: 1 !important;
}
p{
  /* word-break: break-word; */
  overflow-wrap: break-word;
  /* word-wrap: break-word; */
}
p,div{
  font-size: 15px;
  line-height: 34px;
}
p,span,h1,h2,h3{
  line-height: 34px;
}
.container{
  position: relative;
  width: 100% !important;
/*   max-width: none !important; */
  margin: 0 auto;
  padding: 0px 20px;
  clear: both;
}


/*--------------- SideBar ------------*/
/*
body .unit.alpha, body .units.alpha{
  width: 22%;
}
body .unit.alpha, body .units.alpha, body div .first{
  clear: none !important;
}
.sidebar {
  padding-right: 10px;
  padding-left: 10px;
}

div.inner_sidebar{
  position: fixed;
}
*/

/*--------- fix search resault show ---------------*/
header.entry-content-header > h2.entry-title{
  margin-bottom : 30px;
  margin-right : 50px;
  margin-top : 10px;
}

/*----------- fix size of commercial Boxes ------------*/
.centerItem{
margin:auto;
padding-right: 10px;
padding-left: 10px;
}
.avia-promocontent{
    margin-left: 0;
}

/*------------- Tabligh ----------------------*/
.tabligh{
    margin: auto;
}

/*-----------------  internal Auto links color  ------------------*/
a[data-internallinksmanager029f6b8e52c="1"]{
 background: #17a2b8;
  color: white;
  border-radius:4px;
}

/*----- Mobile -----*/

@media only screen and (max-width: 768px) {
 h1,h2,h3{
   font-size: 22px;
   line-height: 34px !important;
   padding-right: 20px !important;
   padding-left: 20px !important;
  }
  p{
    padding-right: 20px;
    padding-left: 20px;
  }
  
  /*--------------- دانستنیهای سگ و گربه -----------------------*/
  div.slide-entry-wrap article{
    width: 90% !important;
    float: none !important;
  }
  div.slide-entry-wrap article *{
    width: 100% !important;
  }
  div .av_one_third{
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
  span.blog-categories{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  h3.slide-entry-title{
    margin-bottom: 10px !important;
  }
  
  /* ------------------------- commercial Boxes -----------------------------*/
 .mobileBox{
display:block !important;
margin:5px;
padding: 0;
}
}
