/*
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");

/*Custom CSS by MyWork Australia*/

ol#who-we-are-ol-list {
	margin-left: 20px;
}

.header_top.clearfix {
	background-color: black!important;
}

.header_top_bottom_holder {
	background-color: white;
}

header:not(.with_hover_bg_color) nav.main_menu>ul>li>a>span:not(.plus), nav.vertical_menu>ul>li>a>span:not(.plus) {
	color: black;
}

h2.q_slide_title {
	font-weight: 500!important;
}

p.q_slide_text { 
	text-transform: uppercase;
	font-weight: 500!important;
	font-size: 30px!important;
	letter-spacing: 2px;
	}

div#section-home {
	background-color: rgba(255,255,255,0.6);
	padding-top: 10px;
	padding-bottom: 10px;
}

.title_subtitle_holder_inner h1 {
	font-size: 34px!important;
	font-weight: 300;
}

.carousel-control .next_nav, .carousel-control .prev_nav {
	top: 55%;
}

.projects_masonry_holder .text_holder {
	/*background-color: rgba(255,255,255,.8)!important;*/
	/*background: linear-gradient(rgba(159, 127, 0, 0.8), rgba(0,0,0,0.5));*/
	background: linear-gradient(rgba(207, 141, 0, 0.92), rgba(0,0,0,0.6));
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover {
	color: #424242!important;
	background-color: rgba(255,255,255,0);
}

span.qode_iwt_icon_holder.fa-stack.fa-3x:hover {
	border-color: #424242!important;
}

.q_icon_with_title.circle .icon_holder .fa-stack:hover i:last-child {
	color: #424242!important;
}

.filter_holder ul li:hover span {
	color: #245e7e!important;
}

i .qode_icon_font_awesome:hover {
	color: #424242!important;
}

.fa-briefcase i:hover{
color: red
}

.widget.widget_categories label.screen-reader-text {
	display: none;
}

.info.portfolio_content {
	padding-top: 15px;
}

h5.portfolio_title.entry_title a {
	color: white!important;
}

.filter_holder {
	padding-top: 25px;
}

.qode_clients .qode_client_holder_inner:before {
	border-right: 1px solid rgba(255,255,255,0);
}

.qode_clients .qode_client_holder_inner:after {
	border-bottom: 1px solid rgba(255,255,255,0);
}

.footer_bottom {
	padding: 0px 0px;
	color: #818181;
	font-size: 13px;
	}

.footer_bottom a {
	color: #818181;
}

.contact_section.contact_section_position_center h2 {
	font-weight: bold;
}

.side_menu_button {
	display: none;
}

li.filter.current {
	color: pink!important;
}

.projects_masonry_holder .portfolio_title a {
	color: #fff!important;
}

.projects_holder article span.text_holder {
	/*background-color: rgba(255,255,255,.8)!important;*/
	/*background: linear-gradient(rgba(159, 127, 0, 0.8), rgba(0,0,0,0.5));*/
	background: linear-gradient(rgba(207, 141, 0, 0.92), rgba(0,0,0,0.6));
}

.drop_down .second .inner ul, li.narrow .second .inner ul {
	background-color: #fff;
}

.drop_down .narrow .second .inner ul li a:hover {
	color: grey;
}

/* Contact Form */
.contact_form {
	background-color: lightgrey;
	padding: 10px;
	border-radius: 20px;
}

.contact_form h5 {
	text-align: center;
	font-size: 20px;
}

span.submit_button_contact {
	text-align: center;
}

.contact_form input[type=text], .contact_form textarea, textarea#message {
	font-size: 18px;
} 

.footer_top p, .footer_top a, .footer_top .textwidget {
	color: lightgrey;
	font-size: 15px;
}

.menu_recent_post_text a {
	color: #000000 !important;
}

/* Job Application Form styles */
	div#job-application-form .wpcf7 form.wpcf7-form.default p:nth-child(34) {
		text-align: center;
	}

	div#job-application-form input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-date, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
		font-size: 18px;
	}

	div#job-application-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok:after {
		content: " We appreciate your interest in the job opportunities Cogent Scaffolding has to offer. Our HR team will be in contact with you to discuss your application further.";
	}

	div.wpcf7-response-output.wpcf7-mail-sent-ok {
		background-color: #3e7a92;
	}

/* End Job Application Form styles */

@media (max-width: 1170px) {
	.q_logo img {
		height: 50px!important;
	}

	.q_logo {
		margin-top: 15px;
	}

	nav.main_menu>ul>li>a {
		padding: 0px 12px;
	}

	.title_subtitle_holder_inner h1 {
		font-size: 24px!important;
	}
}

@media (max-width: 600px) {
	.footer_top, .column1 .footer_col1, .column2 .footer_col2, .column3 .footer_col3 {
		text-align: center;
	}

	.title_subtitle_holder_inner h1 {
		font-size: 14px!important;
		font-weight: 500;
	}

	.touch .projects_holder article span.text_holder {
	display: initial!important;
	height: auto!important;
	width: 300px!important;
	opacity: 100!important;
	visibility: initial!important;
	}
}

/* iPad Pro media query */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.title_outer.title_without_animation.with_image {
	/*margin-top: 50px;*/
	}

	.touch .projects_holder article span.text_holder {
	display: initial!important;
	height: auto!important;
	width: 300px!important;
	opacity: 100!important;
	visibility: initial!important;
	}
}

/* iPad media query */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	/*.touch .projects_holder article span.text_holder {
	display: initial!important;
	height: 185px!important;
	width: 185px!important;
	opacity: 100!important;
	visibility: initial!important;
	}*/
}


/*MyWork Header*/
.mywork-mobile-header{
	width: calc(100% - 40px);
    display: block;
    height: 35px;
    background-color: #000;
    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: 999;
	background-color: #000!important;
}

.mobile-header-item{
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	float: left;
}

.mobile-header-item .fa{
	font-size: 30px;
	color: #FFF!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){
	.header_top .left {
		display: none;
	}
    .mywork-mobile-header{
        display: block;
    }
    .header_inner{
        margin-top: 55px;
		margin-bottom: 90px;
    }
}

/*End of MyWork Header*/

ul {
    list-style-position: outside!important;
    margin-left: 20px;
}

/* force blog image height on homepage */
.home .blog_image_holder {
	height: 450px;
}

.page-id-18437 .pp_next, .page-id-18437 .pp_previous {
	display: none;
}