/**
 * Info fields
 */

.page-template-page-singlehome-php .info-buttons-wrap {
    margin-top: 110px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.page-template-page-portfolio-php .info-buttons-wrap,
.page-template-page-gallery-grid-php .info-buttons-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}
.popup-content .info-buttons-wrap{
    top: 90px;
}
.info-button-bg {

}



.info-button-bg.photo-share-button-bg{

}

.info-button-bg.purchase-info-button-bg{

}
.info-button-bg:hover{

}
.info-button-bg.photo-share-button-bg:hover{

}
.info-button-bg.purchase-info-button-bg:hover{

}

.info-button-bg.on,
.info-button-bg.on:hover{
    z-index: 112;
    right: 0;
}

.info-label {
    text-transform: uppercase;
}


.info-button {
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    display: block;
    float: left;
    height: 30px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    width: 30px;
}
.share-info-button.info-button {
    background: none repeat scroll 0 0 transparent;
    display: none;
}
.purchase-info-button.info-button {
    position: absolute;
    right: 0;
    top: 40px;
}
.info-button:before {
    font-family: icomoon;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.info-label:hover .info-button{
    /*background: black!important;*/
    /*color: #eeee22!important;*/
}

.photo-info-button:before{
    content: "\e858";
}

.share-info-button:before{
    content: "\e703";
}

.purchase-info-button:before{
    content: "\e9d0";
}

.info-block {
    padding: 50px;
}
.modal-body .info-block {
    margin: 0;
    padding: 0;
}
.purchase-info-button-bg .info-block{

}

.photo-info-block{
    left: 99px;
}

.info-block .description p{
    overflow: auto;
    padding: 10px;
}
.info-block .portfolio-item-custom {
    padding: 10px;
}
.info-block .category-item > a {
    border: 2px solid;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

.info-block .button {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    display: inline-block;
    margin-left: 0;
    margin-top: 20px;
    padding: 10px;
    text-decoration: none;
}
.info-block .button:hover {
    border: 1px solid;
}

.photo-info .info-name {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.photo-info {
    margin-bottom: 30px;
}
.info-value {
    margin: 10px 0 5px 0px;
    color: #ffffff;
}

.info-button-bg .info-title {

}
.info-title {
    display: none;
}

.info-button-bg.first{

}
.info-button-bg.second{

}
.info-button-bg.third{
}
#frame-share {
    margin-left: 50px;
}


/* show woo button only for products */
.purchase-info-button-bg{
    display: none;
}
.woo_product .purchase-info-button-bg{
    display: block;
}
/*.share-button {*/
    /*display: inline-block;*/
    /*margin-right: 2px;*/
/*}*/
/*.share-button a {*/
    /*border: 1px solid;*/
    /*border-radius: 15px;*/
    /*display: inline-block;*/
    /*height: 30px;*/
    /*position: relative;*/
    /*transition: all 0.1s ease-in-out 0s;*/
    /*width: 30px;*/
/*}*/
.share-button {
    display: block;
    margin-bottom: 10px;
}
.share-button a {
    font-size: 15px;
    border-bottom: 2px solid;
    font-weight: 100;
    margin: 30px 0;
    border-bottom: 2px solid rgba(0,0,0,0);
    -webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
}
.share-button a:hover {
    border-bottom: 2px solid rgba(0,0,0,0);
}
.share-button i {
    height: 100%;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.share-block {
    margin-top: 30px;
    text-align: left;
    vertical-align: middle;
}
.modal-backdrop {
    z-index: 0 !important;
}
/**
 * Like
 */


.image-like {
    color: #ffffff;
    position: relative;
}

.image-like .like-text {

    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}
.single-portfolio-container .image-like .like-text {
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    width: 60px;
    -webkit-transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -o-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
    cursor: pointer;
}
.like-count {

}

.like-text > h6{
    line-height: 30px;
}

/**
 * Filter
 */

#grid-filter {
    position: relative;
    width: 100%;
}
#grid-filter .portfolio-filter {
    margin: 0;
    padding: 3px;
    background: rgba(0,0,0,.6);
}
.page-template-page-blog-php #grid-filter .portfolio-filter {
     background: none repeat scroll 0 0 transparent;
 }
#grid-filter .portfolio-filter li {
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    display: inline-block;
    float: none;
    font-size: 12px;
    height: 34px;
    margin: 0px 0px 0px 5px;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}


#grid-filter .portfolio-filter li a {
    display: inline-block;
    text-transform: uppercase;
}
.filter-count {
    border: 1px solid;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    display: inline-block;
    font-size: 11px;
    font-weight: 100;
    height: 20px;
    left: 5px;
    line-height: 18px;
    opacity: 0.3;
    position: relative;
    text-align: center;
    width: 20px;
}

.filter-button-bg .info-label {
    display: none;
}
.purchase-info-block .price > span:first-child{
    font-size: inherit;
    font-weight: 700;
}

.purchase-info-block .price del + ins{
    font-size: inherit;
    font-weight: 700;
}

.purchase-info-block .price {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 30px 0;
    text-transform: uppercase;
}
.product-variations .price {
    display: inline-block;
    min-height: 40px;
    padding: 0 0px 0 0;
    width: 150px;
}
.purchase-info-block .price del {
    font-size: 24px;
    padding: 0px;
}
.purchase-info-block .price ins .amount {
    font-size: 20px;
}
.purchase-info-block .price del .amount {
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
}
.purchase-info-block input.quantity {
    font-size: 1.2em;
    height: 30px;
    margin-left: 15px;
    margin-right: 10px;
    padding: 0 6px;
    width: 60px;
}

input.variation[type="radio"]{

}

.purchase-info-block .addtocart-wrap{
    text-align: right;
}

.purchase-info-block .addtocart-wrap label {
    color: #ffffff;
    font-weight: normal;
}
.purchase-info-block .addtocart-wrap .button{

}
.purchase-info-block .addtocart-wrap .button a{
    text-transform: uppercase;
}

.product-variations{
    margin-top: 50px;
}

.product-variations label,
.woo-price{
    font-weight: normal;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.product-info .woo-price{
    margin-bottom: 10px;
    padding-bottom: 5px;
    clear: both;
    float: none;
}
.product-info .woo-price .price{
    text-align: right;
}

.product-info .woo-title,
.product-info .woo-description,
.product-info .woo-price{

}
.purchase-info-block .woo-sku {
    color: #fff;
    display: block;
    margin-top: 20px;
    opacity: 0.5;
    position: absolute;
}

/*.woo-image img {*/
    /*height: 100% !important;*/
    /*width: 100% !important;*/
/*}*/
.purchase-info-block .woo-image {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    float: left;
    overflow: hidden;
    position: relative;
    top: 40px;

}
.purchase-info-block .woo-title {
    margin-bottom: 30px;
}
.woo-description {
    color: #fff;
    display: inline-block;
    float: right;
    padding: 20px;
    position: relative;
    top: 30px;
    width: 70%;
}
.message-window{
    position: relative;
    width: 100%;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    border: 1px solid transparent;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition:all 0.2s;
}
.message-window.loading,
.message-window.success,
.message-window.error{
    min-height: 40px;
    padding: 8px 15px;
}

.message-window.loading{
    border: 2px solid #eeee22;
}
.message-window.loading .loadingspin{
    top: 8px;
}

.message-window.success{
    border: 2px solid #22ee22;
}

.message-window.success i:before{
    content: "\e9ba";
    font-family: icomoon;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 25px;
    /*color: #22ee22;*/
    margin-right: 5px;
}

.message-window.error{
    border: 2px solid #ee2222;
}

.message-window.error i:before{
    content: "\e9a2";
    font-family: icomoon;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    line-height: 26px;
    position: relative;
    text-align: center;
    width: 25px;
    /*color: #ee2222;*/
    margin-right: 5px;
}



/*=============== MODAL WINDOW START ================*/
.single-portfolio-container .modal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    position: relative;
    outline: none;
}
.modal .modal-dialog {
    width: 70%;
    margin: 100px auto;
    border: 0;
}
.modal-content-gallery {

}
.modal-content-gallery .modal-header {
    border-bottom: 0 none;
    padding: 55px;
}
.modal-header .close {
    background: url("../images/cursor-close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 61px;
    width: 61px;
    z-index: 999;
    position: relative;
    opacity: 1;
}

.purchase-info-block.info-block .woo-title h6 {
    font-size: 50px;
    color: #ffffff;
}

/*=============== MODAL WINDOW END ================*/


/**
 * Colors
 */

/*.info-button-bg{*/
    /*color: black!important;*/
    /*background: #eeee22!important;*/
/*}*/
/*.info-button{*/
    /*color: black!important;*/
    /*background: #eeee22!important;*/
/*}*/

/*.info-label:hover .info-button{*/
    /*background: black!important;*/
    /*color: #eeee22!important;*/
/*}*/
/*.info-block .button {*/
    /*border: 2px solid rgba(0, 0, 0, 0);*/
/*}*/
/*.info-name {*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
/*}*/
/*.image-like {*/
    /*background: none repeat scroll 0 0 #111111;*/
    /*color: #FFFFFF;*/
/*}*/
/*.purchase-info-block .addtocart-wrap .button{*/
    /*background: white;*/
    /*border-color: #333333;*/
/*}*/
/*.purchase-info-block .addtocart-wrap .button a{*/
    /*color: #333333;*/
/*}*/
/*.product-variations label,*/
/*.woo-price{*/
    /*border-bottom: 1px solid rgba(0,0,0,0.2);*/
/*}*/
/*.message-window.loading{*/
    /*border: 2px solid #eeee22;*/
/*}*/
/*.message-window.success{*/
    /*border: 2px solid #22ee22;*/
/*}*/
/*.message-window.success i:before{*/
    /*color: #22ee22;*/
/*}*/
/*.message-window.error{*/
    /*border: 2px solid #ee2222;*/
/*}*/
/*.message-window.error i:before{*/
    /*color: #ee2222;*/
/*}*/
/**
 * End of info buttons
 */
