/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 21.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*custom*/
/*.hide {
	display: none!important;	
	overflow: hidden;
	visibility: hidden;
}
.projects_holder article .image_holder {
	max-height: 17vw;
}

.page-template-full_width .full_width .full_section_inner p {
	font-size: 17px;
	line-height: 1.5em;
}

.portfolio_standard p {
	text-align: center;
}
.portfolio_standard {
	padding-top: 20px;
}

@media(max-width: 600px) {
	.projects_holder article .image_holder {
		min-height: 72vw;
	}
}
@media(max-width: 768px) {
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
		letter-spacing: 12px!important;
	}
}
@media(max-width: 1000px) {
	div.wrapper_inner header.centered_logo .header_inner_right {
		display: none!important;
		opacity: 0;
    	visibility: hidden;
	}
	.mobile_menu_button {
		float: right!important;
	}
}*/