.hide {
    display: none !important;
}
.memoryComentSortBox {
    padding: 10px;
}
.memoryComentSortHeading {
    float: left;
}

/*.memoryComentSortSelect {
    margin-left: 60%;
}*/

.memoryAudioTag {
    width: 100%;
}
.memoryDeleteBtn {
    margin-left: 0;
    /*width: 100%;*/
    margin-top: 5px;
}
.audiocustom {
    /*margin-top: 42px;*/
}
.momery_text p {
    margin-bottom: 0px;
    word-wrap: break-word;
}
.view_memory {
    text-align: right;
}
.view_memory a {
    color: #caa287;
}
.link {
    margin-top: 12px;
    font-weight: bold;
    color: #5E432F;
    font-size: 18px;
    text-decoration: underline;
}
.link:hover {
    color: #caa287;
}
.login-links {
    margin-top: 10px;
    text-align: center;
}
.login-links a {
    font-weight: bold;
    color: #af8a70;
}
.forgot-link {
    float: right;
    color: #af8a70;
}
.forgot-link:hover {
    color: #af8a70;
}
.signup-p {
    color: #af8a70;
}
.request_Btn {
    color: #caa287;
    border-color: #36281e;
    border-radius: 5px;
    border-width: 3px;
    background-color: #36281e;
    font-size: 16px;
    padding: 3px 10px;
    font-weight: 400;
    cursor: pointer;
}
.a_h4_p {
    font-size: 18px;
    color: #ffffff;
}
.main_text{
    padding-bottom: 0px;
}
.a_login_link_color {
    color: #fff !important;
}
.a_img_new {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.loggedin-home .a_img_new {
    position: relative;
}
.loggedin-home .a_img_new{
    position: relative;
}
.loggedin-home .a_img_new img{
    border-radius: 8px;
}
.loggedin-home .a_img_new:hover .a_overlay,
.loggedin-home .a_img_new:focus .a_overlay{
    display: block;
}
.loggedin-home .a_img_new .image{
    position: relative;
}

.loggedin-home .a_img_new .a_overlay{
    background-color: #7da962;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    opacity: 0.6;
    display:none;
}
.loggedin-home .a_img_new  h3.photo-category {
    position: absolute;
    color: #fff;
    z-index: 1;
    font-size: 21px;
    top: 15px;
    left: 25px;
    text-shadow: -1px 3px 2px rgba(0,0,0,1);
}
.loggedin-home .a_img_new.selected .a_overlay{
    display: block;
}
.galleryTitle {
    cursor: pointer;
    width: 40%;
}
.customGalleryTitle {
    cursor: pointer;
}
.customgalleryicons {
    height: 30px;
    cursor: pointer;
}
.customgallerytitle {
    width: 40%;
}
.social_btn_custom {
    width: 240px;
}
/* .alert-success {
    color: #ded5d5;
    background-color: #694835;
    border-color: #694835;
}
.alert-danger {
    color: #ded5d5;
    background-color: #694835;
    border-color: #694835;
} */