/*
Theme Name:     Royal Plate Child Theme
Theme URI:      http://pixel-industry.com/
Description:    Child theme for the Wordpress theme 
Author:         Pixel Industry
Author URI:     http://pixel-industry.com/
Template:       royal-plate
Version:        1.0
*/

@font-face {
     font-family: myfont;  
     src: url(odstemplikBold.otf);
 }
 
 h1, h2, h3, h4, h5{
    font-family: myfont !important;
    text-transform: capitalize;
}

h3 span{
    font-family: myfont !important;
    text-transform: capitalize;
    color: #ea6337;
}

h5{
    font-size:24px!important;
    line-height: 32px !important;
}

a.more-details{
    font-family: myfont !important;
}

.custom-heading.style-1 span{
    font-family: myfont !important;
}

.msp-cn-1-15 p{
    font-family: myfont !important;
}

#header .navbar-default .navbar-nav>li>a{
    font-family: myfont !important;
    text-transform: capitalize;
    font-size:22px;
}


.gallery-item-container .hover-mask-container .hover-zoom i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    transform: translate(0, 250%);
    -webkit-transform: translate(0, 250%);
    -moz-transform: translate(0, 250%);
    -ms-transform: translate(0, 250%);
}

.gallery-item-container:hover .hover-mask-container .hover-zoom i {
    opacity: 1;
    transform: translate(0, 90%);
    -webkit-transform: translate(0, 90%);
    -moz-transform: translate(0, 90%);
    -ms-transform: translate(0, 90%);
}
.hover-mask-container .hover-zoom i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
}
#footer-wrapper .social-links li a {
 	text-decoration: none;   
}