/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*--this code for secundary menu---*/

#top-header .et-social-icons { float:right !important; }

#top-header #et-info { width: 100%; }

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
padding-top: 80px !important;
}

@media (min-width: 981px) {
.et_section_specialty.et_pb_section_4 .et_pb_column_4.et_pb_column_single {
padding: 0;
}
}

/*----------Custom Divi Gallery----------*/
 
.et_pb_gallery_grid .et_overlay {
    display: none;
}
 
.et_pb_gallery_grid .mfp-title {
    display: none;
}
 
.et_pb_gallery_grid .et_pb_gallery_item img {
    transform: scale(1.03);
    transition: transform 0.5s, opacity 0.5s;
}
 
.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.15);
    opacity: 1;
}
 
.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 6px;
    width: 20%!important;
    clear: right!important;
}
 
@media only screen and (max-width: 479px) {
     
.et_pb_gallery_grid .et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 33%!important;
}
}

.et_pb_gallery_grid .et_pb_gallery_item {
    width: 16.66%!important;
    clear: right!important;
}

/*----------Remove project post tags----------*/

.et_project_meta {

display: none;

}

/*----------Remove project post navigation----------*/

.single-project .nav-single.clearfix{
display:none !important;
}