.parent-child-search-container{
   width:60%;
   height: 250px;
   background: #ffffff;
   position: fixed;
   margin:160px auto 0px 250px;
   top:0;
   z-index: 99;
   padding:20px;
   border-radius: 10px;
   z-index: 99 !important;
   display: none;
}
.parent-child-search-overlay{
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.8);
  z-index: 99 !important;
  display: none;
}
.position-img-center{
   text-align: center;
   line-height: 150px;
}
.content-container-view-auto{
   width:80%;
   margin:auto;
}
.admin-top-main-container{
    box-sizing: border-box;
    overflow: hidden;
    transition: height .5s ease;
    position: relative;
    /*left: -15px;*/
    /*width: calc(100% + 40px);*/
}
.notes-top-cover{
    height: 300px;
    border-bottom:1px solid #eeeeee;
    background-size: cover;
    background-position: center;
}
.front-cover-icon{
   margin-top:-100px;
   margin-bottom: 40px;
   z-index: 9 !important;
   position: relative;
}
.content-card-list{
   width:285px;
   display: inline-block;
   vertical-align: top;
   position: relative;
   margin-right: 10px;
   margin-bottom: 30px;
   font-weight: 500 !important;
   -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
    overflow: hidden;
}
.content-card-list a{
   text-decoration: none !important;
   color: #555;
}
.content-card-list:hover{
   box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
   background-color: #fff; 
}
.content-card-list a:hover{
   text-decoration: none !important;
   color: #ccc;
}
.content-card-cover{
   background-size: cover;
   height: 150px;
   background-position: center;
   position: relative;
}
.content-list-title{
   height: 100px;
   overflow: hidden;
}
.padding-auto-container{
   padding:0px 80px;
}
.parent-cms-content-holders{
   padding:10px 20px;
}
@media screen and (max-width: 750px){
   .content-container-view-auto{
       width:100%;
    }
    .content-list-title{
		  height: auto;
    }
    .padding-auto-container{
       padding: 0px;
    }
    .parent-child-search-container{
       width: 100% !important;
       margin:80px 0px;
    }
    
}
@media screen and (max-width: 650px){
    .content-card-list{
      width:100%;
    }
    .parent-cms-content-holders{
       padding:0px;
    }
}