/*
Theme Name: BRANDS & ROSES
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.title { margin-top: 150px;}

.title_subtitle_holder_inner {
    position: relative;
    margin-top: -100px;
}

.portfolio_navigation  {
	display:none;
    
}

@media (max-width: 480px) {
	
	.title { margin-top: 0px;}
	
	.title_subtitle_holder_inner {
    position: relative;
    margin-top: 0px;
	}
	
	}

@media (max-width: 768px) {
	
	.title { margin-top: 0px;}
	
	.title_subtitle_holder_inner {
    position: relative;
    margin-top: 0px;
	}
	
	}

@media (max-width: 1020px) {
	
	.title { margin-top: 0px;}
	
	.title_subtitle_holder_inner {
    position: relative;
    margin-top: 0px;
	}
	
	}

