/*
Theme Name: Bridge Child
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");

/* This stylesheet generated by Transfonter (https://transfonter.org) on February 21, 2018 1:15 AM */

@font-face {
    font-family: 'Billgrotia';
    src: url('fonts/billgrotia.eot');
    src: url('fonts/billgrotia.eot?#iefix') format('embedded-opentype'),
        url('fonts/billgrotia.woff2') format('woff2'),
        url('fonts/billgrotia.woff') format('woff'),
        url('fonts/billgrotia.ttf') format('truetype'),
        url('fonts/billgrotia.svg#billgrotia') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*MyWork Header*/
.mywork-mobile-header{
	width: calc(100% - 40px);
    display: block;
    height: 35px;
    /*CHANGE BACKGROUND COLOR*/background-color: #FFF;
    padding: 10px 20px;
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
}

.top.mobile_menu{
	position: fixed;
	top: 55px;
	width: calc(100% - 40px);
	padding: 0 20px;
	z-index: 99;
	/*CHANGE BACKGROUND COLOR*/background-color: #FFF!important;
}

.mobile-header-item{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.mobile-header-item:nth-child(3){
	/*CHANGE BACKGROUND COLOR*/background-color: #FFF;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.mobile-header-item:nth-child(3) img{
	width: 90%;
	height: auto!important;
}

.mobile-header-item .fa{
	font-size: 30px;
	/*CHANGE ICON COLOR*/color: #25873a !important;
}

.mobile_menu_button{
	height: auto;
	margin: 0 auto;
	float: initial;
}

.mobile_menu_button span{
	display: initial;
}

#mobile_contact{
	display: none;
}

@media (max-width: 1000px){
    .mywork-mobile-header{
        display: block;
    }
    .header_inner{
        margin-top: 55px;
    }
	
	.header_inner {
   		display: none;
	}
	
	#menu-main_menu{
		padding-top: 20px;	
	}
}

.mobile-header-item img.mobile {
    height: 40px;
}

/*End of MyWork Header*/

.title_subtitle_holder h1 {
	font-family: 'Billgrotia'; 
	font-size: 147px!important;
	line-height: 109px!important;
	text-shadow: 1px 1px 5px #000;
}

.q_slider {
	margin-top: 100px;
}

.footer_top h5 {
	margin-bottom:10px;
}

#parallax-title h1 {
	color:#fff;
	font-family:'Billgrotia';
	font-size: 75px!important;
	line-height: 100px!important;
	text-shadow: 1px 1px 5px #000;
}

.cat-item.cat-item-70 {
	display: none!important;
}

@media (max-width: 1000px) {
	.q_slider {
		margin-top: 0px;
	}

	#mobile-added-spacing {
		margin-top:30px;
	}
}

