/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.dehide { display:none !important; }
img, .img-hover-card { border-radius:4px; overflow:hidden; }

.slider-text span { color:white; }
/*@media (min-width: 992px) {*/
    .co-name #logo-text {
        position: absolute; top:20px; left:40px; z-index: 2;
        width: auto; max-width:30%; height:auto; padding-left:15px;
        font-size:5rem; color:white; line-height:0.9; text-align:left;
        border-left:7px solid #fff0b7;
    }
/*}*/
.album h5 { font-size:18px; }
.dark.one-page-arrow { font-size:64px; bottom:85px; left:50px; }

@keyframes jump {
    0%   {transform: translate3d(0,0,0);}
    100% {transform: translate3d(0,40%,0) ;}
}
.dark.one-page-arrow { animation: jump 0.5s linear alternate infinite; }
.description h3, .xpstt { color:#5158c8; }
.tx { font-size:1.25rem; color:#333; margin-top:30px; }
.tx * { color:#333; }

@media (max-width: 991px) {
    .onwide { display:none; }
}
@media (min-width: 992px) {
    .ufoto { text-align:right; }
}
#primary-menu-trigger { color:white; font-size:36px; }
#header { z-index:3; }
.xface { width:100%; max-width:100%; height:auto !important; border:6px solid #ddd; }
#content .container p.bioexrpt { font-size:1rem; color:#333; }
.ho:hover { opacity:0.4 !important; }

.priced { opacity:0; position:absolute; top:25px; left:32px; background:green; color:white; padding:4px 9px 6px; border-radius:4px;transition:opacity 333ms; }
.priced1 { color:green; }
.img-hover-card:hover .deshow { opacity:1; }
@media (max-width:800px) {
    .priced { opacity:1 !important; }
}
