/*********************************************************************************

	Template Name: Photohub - Creative Photography Template 
	Template URI: https://themeforest.net/user/plus-theme
	Description: Photohub is a awesome, creative, and unique phptography template which mekes you build a beautiful template easily
	Author: Plus-Theme
	Author URI: https://hastech.company
	Version: 1.2

	Note: This is main css. All plugins css files import here.

**********************************************************************************/

.gallery-image {
    position:relative;
}
.gallery-image img {
    width:100%;
    vertical-align:top;
}
.gallery-image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-image:hover:after {
    opacity:1;
}

.paymentArea {
    display: none;
}

.cus-modal-content input {
   height: auto;
   line-height: auto;
   width: auto !important;
}

.hovereffect {

cursor:default;
}


.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .2s linear;
transition:all .2s linear;
}




.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.05);
-webkit-transform:scale(1.05);
transform:scale(1.05);
opacity: 0.5;
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.bio_image {

    text-align:center;

}

.artist_work {

    text-align:center;
    font-size:35px;
    padding-bottom:35px;
    padding-top:35px;
    background-color: rgb(100, 102, 105);

}