/*
Theme Name:   Bridge Child
Description:  BNO Design
Author:       BNODesign
Author URL:   https://www.bnodesign.com/
Template:     bridge
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  bridge-child
*/

/* Write here your own personal stylesheet */

.projects_holder article .portfolio_description .project_category {
	display: none !important;
}

body.portfolio_page-template-default .portfolio_images {
}
body.portfolio_page-template-default .portfolio_images img {
	width: 100%;
	text-align: center;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
    backface-visibility: hidden;
}


.portfolio_navigation .fa-angle-left:before {
	display: none;
}

.portfolio_standard article.mix.default {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.q_logo a {
	visibility: visible !important;
	height: 65px;
}

@keyframes fadeIn {
 to { opacity: 1; }
}

.content {
 opacity: 0;
 animation: fadeIn .7s ease forwards;
 backface-visibility: hidden;
}

.projects_holder .item_holder .image_holder img {
 opacity: 0;
 animation: fadeIn .4s ease forwards;
 backface-visibility: hidden;
}


header {
    border-bottom: 2px solid #84754e !important;
    padding-bottom: 20px !important;
}

/*.content.content_top_margin_none {
    border-top: 2px solid #84754e;
    margin-top: 20px !important;
}
@media only screen and (max-width: 768px) { 
.content.content_top_margin_none {
    margin-top: 0px !important;
}
}
*/