/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-logo img {
    width: 335px  !important;
}
/*.fusion-is-sticky .fusion-logo img {
    width: 320px !important;
}*/
.fusion-main-menu > ul > li > a {
    color: #ffffff !important;
}

.fusion-rollover-title a {
color: #ffffff !important;
}

.back-button {
    border: 2px solid #373d4d;
    padding: 10px;
    color: #373d4d;
}

.back-button:hover, .back-button:focus {
    background-color: #373d4d;
    color: #ffffff;
    transition: all 0.3s ease;
}

.back-button i {
    margin-right: 10px;
}

#wrapper #main .post > h2.fusion-post-title {
    margin-top: 3%;
}    

.masonry:before,
    .masonry:after {
      content: "";
      display: table;
    }
    .masonry:after {
      clear: both;
    }
    .masonry .item {
      float: left;
      margin-bottom: 15px;
    }
    .masonry .item .inside-block {
      max-width: 100%;
      max-height: 100%;
    }
    .masonry .item  a {
        display:block;
    }
    .masonry .item img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: bottom;
    }
    .masonry .first-item {
      clear: both;
    }
    /* remove margin bottom on last row */
    .masonry .last-row, .masonry .last-row ~ .item {
      margin-bottom: 0;
    }

.portfolio-info .portfolio-list{
    list-style: none;
    margin:0 0 20px 0;
    padding:0;
}
.portfolio-info .portfolio-list li i {
    display: inline-block;
    color:#fff;
    width:23px;
    height:23px;
    line-height: 23px;
    font-size:13px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #333;
    border-radius: 50%;
    text-align:center;
}
.portfolio-info .portfolio-list li span {
    font-size:14px;
    line-height: 23px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.portfolio-info .portfolio-list li span.upper {
    text-transform: uppercase;
}
.masonry .item {
    position: relative;
    overflow: hidden;
}
.masonry .item .title-block {
    opacity:0;
    bottom:-100%;
    transition: all 0.6s ease;
    padding: 0;
}
.masonry .item .title-block.show a {
    display: block;
    height:100%;
}
.masonry .item .title-block.show {
    display: block;
    position: absolute;
    bottom: 0;
    opacity:1;
    left: 0;
    padding: 0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(43,160,163,0.85) 0%, rgba(36,39,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(43,160,163,0.85) 0%,rgba(36,39,45,1) 100%);
    background: linear-gradient(to bottom, rgba(43,160,163,0.85) 0%,rgba(36,39,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92ba0a3', endColorstr='#24272d',GradientType=0 );
    color: white;
}
.masonry .item .title-block p {
    position: relative;
    top:33%;
    width:90%;
    padding:10px;
    text-align:center;
    left:0;
    right:0;
    margin:0 auto;
    color:#fff;
}
/* mobile 600px  ----------- */
@media all and (max-width: 700px) {
    .fusion-logo img {
        width: 210px !important;
    }
}