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


@font-face {
  font-family: 'FatFrank-Heavy';
  font-display: auto;
  src: url("fonts/FatFrank-Heavy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FatFrank-Regular';
  font-display: auto;  
  src: url("fonts/FatFrank-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Regular-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Bold-Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Semibold-Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Medium-Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Founders-Grotesk-Text';
  font-display: auto;
  src: url("fonts/Founders-Grotesk-Text-Light-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}


.white {
	color: #FFFFFF;
}

.green { /* hovers and backgrounds */
	color: #00DDC7;
}
.purple { /* logo */
	color: #261E63;
}
.dark-purple { /*menu, titles, text */ 
	color: #242435;
}
.light-red { /* borders */
	color: #F44770;
}
.yellow {
	color: #FFCE33;
}
.light-gray {
	color: #F2F2F3;
}

.background-green { 
	background-color: #00DDC7;
}
.background-purple { 
	background-color: #261E63;
}
.background-dark-purple { 
	background-color: #242435;
}
.background-light-red { 
	background-color: #F44770;
}
.background-yellow {
	background-color: #FFCE33;
}
.background-light-gray {
	background-color: #F2F2F3;
}
.background-light-gray-gradient {
	 background: linear-gradient(#F2F2F3, #ffffff);
}









nav.main_menu {
	padding: 0px 25px 0px 25px;
}
nav.main_menu ul li {
	padding-left: 2px;
}

nav.main_menu > ul > li > a {
	margin: 0px 10px;
	height: 70px;
}

nav.main_menu > ul > li.active > a {
	box-shadow: inset 0 -3px 0 0 #ffffff;
	-webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	transition: 0.4s;
}
nav.main_menu > ul > li > a:hover {
	/*box-shadow: inset 0px -3px 0 0 #ffffff; */
	-webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	transition: 0.4s;
}

nav.main_menu ul li a span.underline_dash, 
nav.vertical_menu ul li a span.underline_dash {
	height: 3px;
}

nav.content_menu ul {
	text-align: left;
}
nav.content_menu ul li:first-child {
	margin-left: 125px;
}
@media screen and (max-width: 1000px) {
	nav.content_menu ul li:first-child {
		margin-left: 0px;
	}
}

nav.content_menu ul li {
	padding-left: 2px;
}
nav.content_menu ul li a {
	color: #ffffff;
	padding: 20px 0px;
	margin: 0px 20px;
}
nav.content_menu ul li a:hover {
	color: #ffffff;
	box-shadow: inset 0 -3px 0 0 #ffffff;
  	-webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	transition: 0.4s;
}
nav.content_menu ul li.active i,
nav.content_menu ul li.active a {
  	color: #ffffff;
	box-shadow: inset 0 -3px 0 0 #ffffff;
	-webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	transition: 0.4s;
}
nav.content_menu ul li a span {
	padding: 0px;
	font-weight: 400;
}



.header_inner_right .language {
	font-family: "FatFrank-Heavy",Arial,Helvetica;
	font-weight: 400;
	font-size: 18px;
}

.header_inner_right .language-selected {
	color: #00ddc7;
}


header.dark .header_inner_right .language-selected,
header.dark .header_inner_right .header_bottom_widget {
	color: #FFFFFF;
}
header.dark .header_inner_right a.language:hover {
	color: #ffffff;
}

header.dark nav.main_menu ul li a {
	color: #242435;
}
header.dark nav.main_menu ul li:hover a {
	color: #ffffff;
}
header.dark nav.main_menu ul li a span.underline_dash {
	background-color: #ffffff !important;
}


header.dark .button-green {
    border: 4px solid #FFFFFF;
}

header.dark .button-green::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}
header.dark .button-green:hover{
	color: #00DDC7;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
}
header.dark .button-green:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
}

header img.discologo {
	display: none;
}
body.letsdisco header img {
	display: none;
}
body.letsdisco header img.discologo {
	display: block;
}


.header_inner_right .language-de {
	margin-right: 30px;
}

body.letsdisco .header_inner_right .language,
body.letsdisco .header_inner_right .button {
	color: #FFFFFF;
}
body.letsdisco .header_inner_right .language-selected {
	color: #00ddc7;
}






#homeslider_forcefullwidth .animation-copy {
	font-family: "FatFrank-Heavy",Arial,Helvetica;
	font-size: 85px;
    line-height: 85px;
    text-transform: uppercase;
    color: #242435 !important;
    text-align: center !important;
    transition: all 1s !important;
    opacity: 0;
    transform: translateY(1rem);
}


#homeslider_forcefullwidth .animation-copy.open{
    animation-name: fade-in-move-up;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}
#homeslider_forcefullwidth .animation-copy.close{
  	animation-name: fade-out-move-down;
	animation-duration: 0.7s;
	animation-fill-mode: forwards;
	animation-delay: 0s;
}


@keyframes fade-out-move-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
  
}

@keyframes fade-in-move-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
  
}



#homeslider_forcefullwidth .animation-button {
	border-width: 0px !important;
	padding: 0 0 0 0 !important;
}
#homeslider_forcefullwidth .animation-button a,
#homeslider_forcefullwidth .animation-button a:hover{
	color: #242435 !important;
}



/* HEADING */
h1,h2,h3,h4,h5,h6 {
	color: #242435;
}

h1, h2, h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-header h1, .box-header h2, .box-header p{
	max-width: 1200px;
}
.box-header h1 {

}

.qbutton {
  	font-family: 'FatFrank-Heavy';
  	color: #242435;
  	padding: 15px 15px 15px 15px;
  	border: 4px solid #00DDC7;
  	font-size: 22px;
  	line-height: 22px;
  	height: auto;
}

.qbutton:hover {
  	border: 4px solid #00DDC7;
  	background-color: #00DDC7;
  	color: #ffffff;

}


.contact-border-top .section_inner {
	border-top: 2px solid #F2F2F3;
}

.blog_holder {
	
}

.blog_holder .post-head {
    padding: 0 100px 60px 100px;
}

.blog_holder .post-meta {
	text-transform: uppercase;
    font-weight: 700;
    color: #9a9da3;
    font-size: 22px;
}
.blog_holder .post-footer {
    padding: 0 100px 60px 100px;
}

.blog_holder .post-content {
    padding: 60px 100px;
}


.blog_holder_header {
	margin: 35px 0px 35px 0px;
}
.blog_holder_header_title {

}
.blog_holder_header_title h2 {
	padding: 0 0 0 0;
}


.blog_holder article .post_text .post_text_inner {
	background-color: transparent;
	padding: 5px 0px 5px 0px;
}

.blog_holder h1.entry_title {
	font-size: 85px;
	line-height: 85px;
}

.blog_holder .entry_title a {
	color: #242435;
}

.blog_holder .client_name {
	margin-bottom: 25px;
	display: block;
}

.blog_holder .entry_date {
	font-size: 22px;
    padding: 10px 0px 10px 0px;
    font-weight: 300;
}

.blog_single.blog_holder .post_title .entry_date {
	padding: 0 0 0 0;
}


.blog_holder .post_title .entry_date {
	padding-bottom: 15px;
}

.blog_holder .entry_title {
	text-transform: uppercase;
}
.blog_holder .entry_title h2{
	padding: 0px;
}
.blog_holder article .entry_title {
	font-size: 22px;
	line-height: 32px;
	height: 50px;
}

.blog_holder .entry_summary {
	font-size: 22px;
	font-weight: 300;
    padding: 10px 0px 10px 0px;
}

.blog_holder .entry_content {
	padding-top: 32px;
	padding-bottom: 60px;
}

.blog_holder article a.entry_read_more {
	font-size: 22px;
	text-decoration: underline;
	display: inline-block;	
}

.blog_holder article a.entry_button {
	text-transform: none;
	padding: 5px 20px 5px 5px;
	font-weight: 400;
	font-size: 22px;
}

.blog_holder article div.resource_link:last-child:nth-child(n+4) {
	margin-left: 15px;
}

@media screen and (max-width: 1200px) {
	.blog_holder article div.resource_link:last-child:nth-child(n+4) {
		margin-left: 0px;
		margin-top: 15px;
	}
}


.blog_holder article a.entry_button::before {
	content: url('/wp-content/themes/bridge-child/img/download-pin.png');
	vertical-align: text-top;
	margin: 0px 10px 0px 5px;
}

.blog_holder article div.resource_readmore {
	height: 34px;
}


.blog_holder .entry_categories {
	font-size: 22px;
	list-style: none;	
	padding-bottom: 15px;
	color: #00DDC7;
	font-weight: 300;
	padding-bottom: 60px;
}
/*
.blog_holder .entry_categories::before {
	content: url('/wp-content/themes/bridge-child/img/category-pin.png');
	vertical-align: text-top;
	margin-right: 2px;
}
*/
.blog_holder .entry_categories a {
	color: #00DDC7;
}

.blog_holder .post_title .entry_categories::before {
	margin-right: 5px;
}

.archive .sidebar h3,
.blog .sidebar h3 {
	font-size: 22px;
    line-height: 32px;
}


.single-post .title_outer .title,
.single-pack .title_outer .title {
	height: 90px !important;
}

.single-post .content a {
	color: #00ddc7;
}

.single-post .content a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.single-post .title_outer .title,
	.single-pack .title_outer .title {
		height: 0px !important;
	}
}



.mobile_menu_button span {
	color: #ffffff !important;
	font-size: 30px;
    line-height: 30px;
    padding-top: 13px;
}
nav.mobile_menu a {
	color: #ffffff !important;	
	font-family: "FatFrank-Heavy",Arial,Helvetica;
	font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    text-align: center;
}

nav.mobile_menu ul li span.mobile_arrow i {
	color: #ffffff !important;	
}
nav.mobile_menu ul li.open_sub > ul {
	border-top: 0px solid #ffffff !important;
}
nav.mobile_menu ul li, nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
	border-bottom: 0px solid #ffffff !important;
}

header .q_logo {

}
header .q_logo a, header .q_logo img {
  height: 60px !important;
}

@media only screen and (max-width: 1000px) {
	header .q_logo a, header .q_logo img {
		height: 150px !important;
		top: -25%;
	}
}
@media only screen and (max-width: 1000px){	
	header {
		background-color: #00ddc7;
		color: #ffffff;
	}
	header .q_logo {
		left: 0px;
	}
	header .q_logo a, header .q_logo img {
		height: 60px !important;
	}

	header .q_logo img.mobile {
		margin-top: 40px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;		
	}

	body, h4,h5,h6, p, span, a {
		font-size: 18px;
		line-height: 26px;
	}

	h1, h2, h1 span, h2 span, h1 a, h2 a, .h1 span, .h2 span {
		font-size: 42px !important;
		line-height: 44px !important;		
	}

	



	footer .footer_col4 .footer-col-text,
	footer .footer_col4 .footer-col-img,
	footer .footer_col4 .footer-col-title,
	footer .footer_col4 .widget_mc4wp_form_widget {
		display: none !important;
	}

	#back_to_top {
		display: none !important;
	}

	.footer_bottom .footer-logo img {
		width: 70px;
	    height: 60px;
	    margin-top: 15px;
	}


}

@media only screen and (max-width: 768px){	
	.wpb_single_image.vc_align_right {
		text-align: center;
	}
}


.no-results {
	padding-left: 15px;
	padding-bottom: 62px;
}

.error404 .title_holder h1 {
	padding-top: 15px!important;
	text-align: center;
}

.footer_top .textwidget {
	line-height: 1.2em;
	padding-top: 8px;
}


@media only screen and (max-width: 768px) {
 
  .footer_bottom ul {
 	margin-bottom: -15px;
  }

  .footer_bottom ul.menu li {
    width: auto!important;
  }

  .footer_bottom_holder .footer_bottom ul.menu li {
    margin-right: 0px;
  }

  .footer_bottom_holder .footer_bottom ul.menu li a {
  	font-size: 18px;
  	padding-bottom: 15px;
  }

}


.q_team {
	text-align: left;
}
.q_team .q_team_title_holder .q_team_name {
	font-size: 22px;
	line-height: 22px;
	text-align: left;
}
.q_team .q_team_description_inner {
	padding: 0px;
}
.q_team .q_team_description_inner p {
	font-size: 22px;
	line-height: 22px;
	font-weight: 300;
	text-align: left;
}





@media screen and (min-width: 1000px) {

	.dektop-padded-content .section_inner_margin {
		margin-left: 125px;
	}
}

.background-dark-gradient {
 	background: linear-gradient(#0D0F19, #2A2C37);
}
.background-dark-gradient h1,
.background-dark-gradient h2,
.background-dark-gradient p,
.background-dark-gradient span,
.background-dark-gradient a {
	color: #fff;
}




.custom-carousel {
	overflow: hidden;
}
.custom-carousel .item {
	max-width: 345px;
}

.custom-carousel .owl-item {
	display: inline-block;
	vertical-align: text-top;
}




.owl-nav.disabled {
	display: none;
}

.owl-dots {
    text-align: center;
}
.owl-dot {
    display: inline-block;
}
.owl-dot span {
    background: none repeat scroll 0 0 #0A0A10;
    border-color: #2A2C37;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-dot.active span {
	background: #00DDC7;
}


.search {
	padding: 0px 0px 35px 0px;
}
.search .blog_holder_header_title {
	float: left;
}

.search .blog_holder_header_search {
	float: right;
	clear: right;
}

@media screen and (max-width: 1000px) {

	.search .blog_holder_header_search {
		float: left;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}


.search .field_holder {
    width: 320px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    border-bottom: 1px solid #D2D2DB;
}
.search .field_holder a {
	width: 20px;
	display: inline-block;
}

.search .search_field {
    width: 290px;
    display: inline-block;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    background: transparent;
    outline: none;
    height: 100%;
    font-size: 22px;
    color: #242435;
    line-height: 1em;
    position: relative;
    font-family: inherit;
}

.search-results .pods-pagination-advanced {
	width: 100%;
    display: block;
    background-color: transparent;
    height: 32px;
    float: left;
    text-align: center;
    clear: right;
    margin-bottom: 32px;
}

.search-results .pods-pagination-number {
	margin: 5px;
}

.pods-pagination-first, .pods-pagination-last {
	display: none;
}

.pods-pagination-next {

}









.footer_top,
.footer_bottom,
.custom-footer-col, 
.custom-footer-col div, 
.custom-footer-col ul, 
.custom-footer-col ul li,
.custom-footer-col ul li a {
	text-align: center;
}

.footer_top .q_social_icon_holder {
	margin: 5px;
}

.footer_top .social_instagram {
	background: url(/wp-content/themes/bridge-child/img/icons/instagram.svg);
  	background-size: cover;
  	width: 20px;
  	height: 20px;
  	margin-top: 6px;
  	margin-left: 6px;
}
.footer_top .social_instagram:before {
	content: "";
}
.footer_top .q_social_icon_holder a:hover .social_instagram {
	background: url(/wp-content/themes/bridge-child/img/icons/instagram-over.svg);
}


.custom-footer-col a, .footer_top .widget_nav_menu li.menu-item a {
	text-decoration: none;
	line-height: 32px;
}
.custom-footer-col a:hover {
	color: #ffffff;
}

.footer-col-title {
	font-weight: bold;
	font-family: "FatFrank-Heavy";
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	
}
.footer-col-img img {
	width: 150px;
	height: 150px;
}

.footer-col-text {

	
}


.footer-tel, .footer-email {
	text-decoration: none;
	display: block;
}

.footer-tel {
	margin: 22px 0px 22px 0px;
}

input, textarea, select, 
.footer_top input {
	font-family: "Founders-Grotesk-Text", Arial, Helvetica, sans-serif;
	color: #242435;
	border: 4px solid #F2F2F3;
	width: calc(100% - 26px);
	font-size: 22px;
	margin: 5px 0 0;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.footer_top .qbutton-medium {
	font-family: 'FatFrank-Heavy';
	color: #242435;
    font-size: 22px;
    background-color: #00DDC7;
    border: 4px solid #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 10px 15px 10px;
    margin: 5px 0 0;
    width: 100%;
}

.footer_top .qbutton-medium::after {
	/*content: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);*/
	content: "";	
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
  	background-size: cover;
  	display: inline-block;
  	width: 62px;
  	height: 12px;
    margin: 0px 0px 0px 10px;
}



.footer_top .qbutton-medium:hover {
	color: #00DDC7;
	background-color: #ffffff;
}
.footer_top .qbutton-medium:hover::after {
background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
}

.footer_bottom .footer-logo img {
	width: 100px;
	height: 100px;
}



.read-more {
	font-family: 'FatFrank-Heavy';
	color: #242435;
    font-size: 22px;
    background-color: transparent;
    border: 4px solid #FFFFFF;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 10px 15px 10px;
    margin: 5px 0 0;
    width: 100%;
}

.read-more::after {
	content: "";	
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
  	background-size: cover;
  	display: inline-block;
  	width: 62px;
  	height: 12px;
    margin: 0px 0px 0px 10px;
}

a.read-more.inline-block {
	padding-left: 0px;
}

#submit_comment {
	display: none;
}

.button {
	font-family: 'FatFrank-Heavy';
	color: #242435;
    font-size: 22px;
    line-height: 22px;
    background-color: transparent;
    border: 4px solid #FFFFFF;
    text-transform: uppercase;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px 15px 15px 15px;
    margin: 5px 0 0;
    height: auto;
    /*width: 100%;*/
	-webkit-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;
	-moz-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;
	-ms-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;
	-o-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;
	transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;
}

.button::after {
	content: "";	
    background: none;
  	background-size: cover;
  	display: inline-block;
  	width: 62px;
  	height: 12px;
    margin: 0px 0px 0px 10px;
}
.button-green {
    border: 4px solid #00DDC7;
}

.button-green::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
}
.button-green:hover{
	color: #ffffff;
	background-color: #00DDC7;
	border: 4px solid #00DDC7;
}
.button-green:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}

.button-red {
	border: 4px solid #F44770;
}
.button-red::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-red.svg);
}
.button-red:hover{
	color: #ffffff;
	background-color: #F44770;
    border: 4px solid #F44770;
}
.button-red:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}


.button-yellow {
	border: 4px solid #FFCE33;
}

.button-yellow::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-yellow.svg);
}
.button-yellow:hover{
	color: #ffffff;
	background-color: #FFCE33;
    border: 4px solid #FFCE33;
}
.button-yellow:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}


.button-white::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}
.button-white:hover{
	color: #00DDC7;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
}
.button-white:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
}

#homeslider_forcefullwidth .button {
	padding: 15px 25px 15px 25px;
}

#homeslider_forcefullwidth .button-white::after {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-small-white.svg);
	width: 12px;
	height: 12px;
}
body.letsdisco #homeslider_forcefullwidth .button-white:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-small-green.svg);
}
#homeslider_forcefullwidth .disco-button-dektop {
	padding: 45px 25px;
}

#homeslider_forcefullwidth .disco-button-dektop:hover .button-white{
	color: #00DDC7;
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
}
#homeslider_forcefullwidth .disco-button-dektop:hover .button-white::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-small-green.svg);
}





.link-green {
    border: none;
}

.link-green::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-green.svg);
}
.link-green:hover{
	color: #00DDC7;
}
.link-green:hover::after {
}

.link-red {
	border: none;
}
.link-red::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-red.svg);
}
.link-red:hover{
	color: #F44770;
}
.link-red:hover::after {
}


.link-yellow {
	border: none;
}

.link-yellow::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-yellow.svg);
}
.link-yellow:hover{
	color: #FFCE33;
}
.link-yellow:hover::after {
}


.link-white {
	border: none;
	color: #FFFFFF;
}

.link-white::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-right-white.svg);
}
.link-white:hover{
	color: #FFFFFF;
}
.link-white:hover::after {
}



div.red-wave {
	height: 64px;
	background: url(/wp-content/themes/bridge-child/img/red-wave.svg);
  	background-size: cover;
  	background-position: top left;
  	background-repeat: repeat-x;
}

div.gray-wave {
	height: 64px;
	background: url(/wp-content/themes/bridge-child/img/gray-wave.svg);
  	background-size: cover;
  	background-position: top left;
  	background-repeat: repeat-x;
}

div.green-wave {
	height: 64px;
	background: url(/wp-content/themes/bridge-child/img/green-wave.svg);
  	background-size: cover;
  	background-position: top left;
  	background-repeat: repeat-x;
}
div.green-wave-rotated {
	height: 64px;
	background: url(/wp-content/themes/bridge-child/img/green-wave.svg);
  	background-size: cover;
  	background-position: top left;
  	background-repeat: repeat-x;
  	transform: rotate(180deg);
}

.q_slider::after {
	content: "";	
	display: block;
	height: 64px;
	background: url(/wp-content/themes/bridge-child/img/green-wave.svg);
  	background-size: cover !important;
  	background-position: top left;
  	background-repeat: repeat-x;
  	transform: rotate(180deg);
}
body.letsdisco .q_slider::after {
	background: url(/wp-content/themes/bridge-child/img/letsdisco-wave.svg);
	background-size: cover !important;
}

body.letsdisco nav.main_menu > ul > li > a {
	color: #FFFFFF;
}


.image_with_text {
	text-align: center;
	margin-top: 25px;

}
.image_with_text div {
	max-width: 250px;
	margin: auto;
	height: 260px;
}

/*default to circle */
.image_with_text img {
	display: inline-block;
	max-width: 150px;
	background-color: #F2F2F3;
	border-radius: 150px; 
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
}
/*change default to rounded border */
.image_with_text_rounded_container .image_with_text img {
	max-width: 250px;
	border-radius: 8px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.boxes_image {
	border-radius: 8px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.image_with_text h3 {
	color: #242435;
	text-transform: uppercase;
}
.image_with_text a {
	margin-top: 10px;
	display: block;
} 

/* SPECIFIC */
.templatera_shortcode .image_with_text {
	min-height: 400px;
}

.content .find-grow-play .image_with_text img {
	max-width: 100px;
	max-height: 100px;
	background-color: transparent;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
} 



/* PROFILE FORM */
.form-profile .image_with_text {
	margin-top: 0px;
}
.form-profile .image_with_text .separator {
	margin: 0 !important;
}

.form-profile .image_with_text div {
	max-width: 250px;
	margin: auto;
}
.form-profile .image_with_text img {
	max-width: 140px;
	background-color: transparent;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0 0 0 0;
} 
.form-profile .button {
	width: 100%;
}


.form-col-left,
.form-col-right {
	vertical-align: top;
	width: 49%;
	display: inline-block;
}

.form-col-left .form-col {
	padding-right: 10px;
}
.form-col-right .form-col {
	padding-left: 10px;
}

.form-details .wpcf7-form-control-wrap {
	height: 70px;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1000px) {
	.form-col-left,
	.form-col-right {
		width: 100%;
		display: block;
	}
	.form-col-left .form-col {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;

	}
	.form-col-right .form-col {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}


	input, textarea, select, .footer_top input,
	.footer_top .qbutton-medium, 
	.read-more,
	.button {
		font-size: 18px;
	}

	.footer-col-title {
		font-size: 18px;
		line-height: 26px;
	}

}


footer .green-wave {
	height: 64px;
	background-size: cover;
}






/* LATEST POST */
.latest_post_holder.boxes .boxes_image {
	background-position: center;
	background-size: cover;
	height: 360px;
}
.latest_post h1, .latest_post h2, .latest_post h3,
.latest_post h1 a, .latest_post h2 a, .latest_post h3 a {
	text-transform: uppercase;
	color: #242435;
}
.latest_post .read-more {
	padding: 0 0 0 0;
	border: none;
}
.latest_post .entry_date {
	font-weight: normal;
}
.latest_post .excerpt {
	min-height: 120px;
	padding-bottom: 30px;
}


/* CAROUSEL */
.caroufredsel_wrapper .carousel-custom {
	text-align: center;
}
.caroufredsel_wrapper .carousel-custom .image_holder{
	/*width: 400px;
	height: 400px;*/

	width: 700px;
	height: 480px;


	width: 350px;
	height: 240px;

	margin: auto;

}

.caroufredsel_wrapper li.carousel-custom:hover img {
  -webkit-transform: none;
  transform: none;
}

.caroufredsel_wrapper .carousel-custom .image_holder .image{
	position: absolute;
	/*max-width: 400px;	
	max-width: 400px;*/

	max-width: 700px;	
	max-width: 480px;

	left: -150px;
} 

.caroufredsel_wrapper .carousel-custom .image_holder:hover .main-image {
	filter: grayscale();
	-webkit-filter: grayscale(100%); 
}

.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder {
	/*max-width: 400px;
	max-height: 300px;	*/

	max-width: 700px;
	max-height: 480px;	

	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    display: none;

}
.caroufredsel_wrapper .carousel-custom .image_holder:hover .hover_feature_holder {
	display: block;
}
.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder_text {
	display: none;
}  

.caroufredsel_wrapper .carousel-custom .image_holder:hover .hover_feature_holder_text {
	display: block;
}


.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_outer {
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner{
	opacity: 0.8;
	background-color: #F44770;
}

.carousel-yellow .caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner {
	background-color: #FFCE33;
}


.carousel-green .caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner {
	background-color: #00DDC7;
}



.carousel-red .caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner {
	background-color: #F44770;
}

@media screen and (max-width: 768px) {
	/* carouse-custom mobile */

	.portfolio_slides .carousel-custom .image_holder .primary-image {
		display: none;
	}

	.portfolio_slides .carousel-custom .image_holder .secondary-image {
		left: 0px;
		top: 0px;
	}
	.touch .portfolio_slides .carousel-custom .hover_feature_holder {
		display: block !important;
		max-height: 320px;
		max-width: 400px;
		top: 0px;
		left: 0px;
		margin-top: 0px;
	}
	.portfolio_slides .carousel-custom .image_holder  .hover_feature_holder_text {
		left: 0px;
		top: 0px;
		margin-top: 0px;
	}
}

ul.portfolio_slides {
	text-align: center;	
	width: 100%;
}
.portfolio_slider .portfolio_slides > li {
	float: none;
}
.caroufredsel-direction-nav-vertical {
	top: 0;
	right: 0;
	position: absolute;
	width: 20px;
	z-index: 10;
}
.caroufredsel-direction-nav-vertical a {
	float: right;
	display: block;
	margin-right: 50px;
}



.caroufredsel-direction-nav-vertical .pager {
	background-color: #242435;
}
.caroufredsel-direction-nav-vertical .pager a {
	background-color: #242435;
	width: 4px;
	text-indent: -20px;
	overflow: hidden;
	margin-right: 53px;
}
.caroufredsel-direction-nav-vertical .pager a:hover,
.caroufredsel-direction-nav-vertical .pager a.selected {
	background-color: #F44770;
}



.caroufredsel-direction-nav-vertical .caroufredsel-prev {
	background-color: transparent;
	border: none;
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-up.svg);
  	background-size: auto;
  	height: 60px;
  	width: 11px;
}


.caroufredsel-direction-nav-vertical .caroufredsel-next {
	background-color: transparent;
	border: none;
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down.svg);
  	background-size: auto;
  	height: 60px;
  	width: 11px;
  	margin-top: 15px;
  	margin-bottom: 25px;

}



.carousel-yellow .caroufredsel-direction-nav-vertical .caroufredsel-prev:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-up-yellow.svg);
}

.carousel-green .caroufredsel-direction-nav-vertical .caroufredsel-prev:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-up-green.svg);
}

.carousel-red .caroufredsel-direction-nav-vertical .caroufredsel-prev:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-up-red.svg);
}

.carousel-yellow .caroufredsel-direction-nav-vertical .caroufredsel-next:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-yellow.svg);
}

.carousel-green .caroufredsel-direction-nav-vertical .caroufredsel-next:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-green.svg);
}

.carousel-red .caroufredsel-direction-nav-vertical .caroufredsel-next:hover {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-red.svg);
}

.carousel-red  .caroufredsel-direction-nav-vertical .pager a:hover,
.carousel-red .caroufredsel-direction-nav-vertical .pager a.selected {
	background-color: #F44770;
}
.carousel-green .caroufredsel-direction-nav-vertical .pager a:hover,
.carousel-green .caroufredsel-direction-nav-vertical .pager a.selected {
	background-color: #00DDC7;
}
.carousel-yellow .caroufredsel-direction-nav-vertical .pager a:hover,
.carousel-yellow .caroufredsel-direction-nav-vertical .pager a.selected {
	background-color: #FFCE33;
}





.portfolio_slider .caroufredsel-direction-nav li a i,
.client_slider .caroufredsel-direction-nav li a i {
	color: #242435;
}
.portfolio_slider .caroufredsel-direction-nav li a:hover i,
.client_slider .caroufredsel-direction-nav li a:hover i {
	color: #00DDC7;
}

.client_slider .caroufredsel-prev {
	left: -45px;
	background-color: transparent;
	border: none;
}

.client_slider .caroufredsel-next {
	right: -45px;
	background-color: transparent;
	border: none;
}
.client_slider .client_slides img {
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
}


/* WORK LIST */
.worklist_wrapper  {
	text-align: left;
}
.worklist_wrapper .entry_title {
	text-transform: uppercase;
}


.worklist_wrapper ul.worklist_items {
	list-style: none;
}

.worklist_wrapper  .image_holder{
	width: 400px;
	height: 400px;
	margin: auto;
	position: relative;

}

.worklist_wrapper li.carousel-custom:hover img {
  -webkit-transform: none;
  transform: none;
}

.worklist_wrapper  .image_holder .primary-image{
	position: absolute;
	width: 400px;	
	height: 250px;	
	left: -150px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} 

.worklist_wrapper  .image_holder .primary-image-hover {
	position: absolute;
	width: 100%;	
	height: 100%;		
	opacity: 0;
	background-color: #F44770;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} 
.worklist_wrapper  .image_holder a:hover .primary-image-hover {
	opacity: 0.8;
}


.worklist_wrapper  .image_holder .secondary-image {
	position: absolute;
	width: 300px;	
	height: 200px;		
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} 

.worklist_wrapper  .image_holder .secondary-image-hover {
	position: absolute;
	width: 100%;	
	height: 100%;		
	opacity: 0;
	background-color: #F44770;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.worklist_wrapper  .image_holder a:hover .secondary-image-hover {
	opacity: 0.8;
}



.worklist_wrapper  .image_holder .primary-image-hover-red, 
.worklist_wrapper  .image_holder .secondary-image-hover-red {
	background-color: #F44770;
}
.worklist_wrapper  .image_holder .primary-image-hover-yellow,
.worklist_wrapper  .image_holder .secondary-image-hover-yellow {
	background-color: #FFCE33;
}
.worklist_wrapper  .image_holder .primary-image-hover-green,
.worklist_wrapper  .image_holder .secondary-image-hover-green {
	background-color: #00DDC7;
}

.worklist_wrapper .image_holder .hover_feature_holder {
	width: 300px;	
	height: 200px;		
	position: absolute;
	left: 40px;
	top: 140px;
	display: block;
}

.worklist_holder .q_elements_holder.odd {
	/*float: right;*/
	direction: rtl;
}


@media screen and (max-width: 768px) {

	.worklist_wrapper .image_holder .primary-image {
		width: 300px;	
		height: 200px;	
		left: 0px;
	}

	.worklist_wrapper .odd .image_holder .secondary-image {
		width: 300px !important;	
		height: 200px !important;		
	}

	/* content within content */
	.touch .content {
		margin: 15px 0px 0px 0px !important;
	}

	.touch .content_inner .content {
		padding: 0 0 0 0 !important;
		margin: 0px !important;
	}

	.worklist_holder .q_elements_holder.odd {
		direction: ltr;
	}
}

.worklist_holder .q_elements_holder .q_elements_item_content a.read-more {
	direction: ltr;
	display: block;
	margin-top: 30px;
	margin-bottom: 64px;
	padding: 0 0 0 0;
}




.worklist_holder .q_elements_holder.odd .image_holder .primary-image {
	right: -150px;
	width: 300px;	
	height: 200px;
	top: 140px;
}
.worklist_holder .q_elements_holder.odd .image_holder .primary-image-hover {
	right: 0px;
	width: 300px;	
	height: 200px;
	top: 0px;
}

.worklist_holder .q_elements_holder.odd .image_holder .secondary-image {
	left: 0px;
	width: 400px;	
	height: 250px;	
}

.worklist_holder .q_elements_holder.odd .image_holder .secondary-image-hover {
	left: 0px;
	width: 400px;	
	height: 250px;	
}

.worklist_holder .q_elements_holder.odd .image_holder .hover_feature_holder {
	top: 0px;
}


.worklist-portfolio-filter {
	text-transform: uppercase;
	font-size: 22px;
	font-family: "FatFrank-Heavy";
	text-align: left;
	margin-bottom: 64px;
	position: absolute;
    top: 0px;
    z-index: 101;
}
.worklist-portfolio-filter a {
	margin-right: 15px;
}
.worklist-portfolio-filter a:hover {
	color: #242435;
	border-bottom: 3px solid #F44770;
}
.worklist-portfolio-filter a.active {
	color: #242435;
	border-bottom: 3px solid #F44770;
}

.archive .content,
.page .content,
.page-template .content,
.single-portfolio .content,
.single-post .content,
.error404 .content,
.search-results .content {
	padding-top: 120px;
}
.home .content {
	padding-top: 0px;
}
.single-post .content {
	padding-top: 160px;
}

.single-portfolio h1.entry_title {

}

.single-portfolio .entry_title,
.single-portfolio .entry_title a {
	color: #242435;
	padding: 0 0 0 0;
}


.single-portfolio .intro {
	padding-bottom: 25px;
}


.single-portfolio .padded-content-block {
	margin: 0 15% 0;
}


.portfolio_slides .image_holder .primary-image {
	
	/*
	width: 400px;
    height: 320px;
	*/

	width: 700px;
    height: 480px;

    width: 350px;
    height: 240px;

    display: block;
    left: -100px;
    position: relative;
}

.portfolio_slides .image_holder .main-image {
	/*
	width: 400px;
    height: 320px;
    */

    width: 700px;
    height: 480px;

	
	width: 350px;
    height: 240px;
    

    display: block;
    left: 0px;
    position: relative;
    top: 0px;
}


.portfolio_slides .image_holder .primary-image,
.portfolio_slides .image_holder .main-image,
.portfolio_slides .image_holder .hover_feature_holder_inner{
	border-radius: 8px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

}

.portfolio_slides .portfolio_title a{
	color: #FFFFFF !important;
	text-transform: uppercase;
}
.portfolio_slides .project_client_name {
	color: #FFFFFF;
	text-transform: capitalize;
}



.portfolio_slides .image_holder .hover_feature_holder_text {
	/*max-width: 400px;
	max-height: 300px;	*/
	max-width: 700px;
	max-height: 480px;	



	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	width: 100%;
    height: 100%;
    z-index: 102;
}

.portfolio_slides .image_holder .hover_feature_holder_text_outer {
	position: relative;
    opacity: 1 !important;
    top: 0;
    height: 100%;
    display: table;
    width: 100%;
} 
.portfolio_slides .image_holder .hover_feature_holder_text_inner {
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
    text-align: center;
    color: #fff;
} 



.select2-container {
	color: #242435;
	border: 4px solid #F2F2F3;
	width: 100% !important;
	font-size: 22px;
	margin: 5px 0 0;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
}

.select2-container--default .select2-selection--single {
	font-size: 22px;
	font-family: 'Founders-Grotesk-Text';

	border: 0px solid #F2F2F3;
	background-image: none;
	background-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;

}




.widget_md_widget_recent_posts li {
	min-height: 60px;
	margin-bottom: 20px !important;
}
.widget_md_widget_recent_posts li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.widget_md_widget_recent_posts li h3 a {
	display: inline;
	font-family: "Founders-Grotesk-Text", Arial, Helvetica, sans-serif;
	font-weight: 400;

}
.widget_md_widget_recent_posts li img {
	padding: 3px;
	border: 1px solid #d6d9dc;
	margin-right: 15px;
	width: 60px;
	float: left;
}
.widget_md_widget_recent_posts li .date {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}
.widget_md_widget_recent_posts li h3 {
	font-weight: normal;
	margin-bottom: 5px;
}
.widget_md_widget_recent_posts li p {
	display: none;
}



.md-member .member-image {
    margin-bottom: 15px;
    height: 300px;
}

.md-member .member-image img, .md-member .member-image .member-image-default {
    margin-bottom: 0px;
    opacity:1;
    width: 100%;
    height: 100%;
}
.md-member .member-content {
	position: relative;
	text-align: center;
	opacity: 0;
	color: #fff;
}
.md-member .member-content .member-info{
 	position: absolute;
	top: -220px;
	width: calc( 100% - 30px );
	padding: 15px;
	
}

.md-member .member-name {
	font-family: "FatFrank-Heavy",Arial,Helvetica;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 52px;
}
.md-member .member-role {
	display: block;
}

.md-member .member-image-container,
.md-member .member-image,
.md-member .member-image-default,
.md-member .member-image-overlay {
	border-radius: 8px; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.md-member a:hover > .member-image-container .member-image img,
.md-member a:hover > .member-image-container .member-image .member-image-default {
	opacity:0;
}
.md-member a:hover > .member-content {
	opacity:1;
}
.md-member .member-image-container {
	/*background-color: #00DDC7; */
}

.md-member .member-image-overlay {
	/*background-color: #00DDC7; */
	opacity: 1;
	height: 300px;
}

.md-member .member-image-overlay:nth-child(3n+0) {
  background: red;
}

.md-member a:hover > .member-image-container .member-image .member-image-overlay {
	opacity: 0;
}
.md-member a:hover > .member-image-container .member-image {
	opacity: 1;
	/*
	-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);
  	mix-blend-mode: overlay;
  	*/
}


.md-team-wall .q_elements_holder .q_elements_item {
	padding-left: 15px;
	padding-right: 15px;
}
.md-team-wall .q_elements_holder .q_elements_item:first-child {
	position: relative;
	left: -15px;
}
.md-team-wall .q_elements_holder .q_elements_item:last-child {
	position: relative;
	left: 15px;
}


@media only screen and (max-width: 768px){	

	.md-team-wall .q_elements_holder .q_elements_item:last-child,
	.md-team-wall .q_elements_holder .q_elements_item:first-child, 
	.md-team-wall .q_elements_holder .q_elements_item {
		padding-left: 0px;
		padding-right: 0px;
		left: 0px;
		padding-bottom: 15px;
		position: relative;
	}

	.md-member .member-name {
		font-size: 42px;			
		line-height: 44px;
	}

}

.sydney-svg img{
	width: 200px;
	height: 200px;
}


.work-category-as-icons .content,
.work-category-as-icons .development,
.work-category-as-icons .campaign,
.work-category-as-icons .seo,
.work-category-as-icons .social,
.work-category-as-icons .stategy
{
	height: 40px;
    width: 40px;
    overflow: hidden;
    display: inline-block;
}

.work-category-as-icons .content::before,
.work-category-as-icons .development::before,
.work-category-as-icons .campaign::before,
.work-category-as-icons .seo::before,
.work-category-as-icons .social::before,
.work-category-as-icons .stategy::before
{
    vertical-align: text-top;
    margin-right: 2px;
    width: 40px;
    height: 40px;
    content: "";
	display: inline-block;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}

.work-category-as-icons .content::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/content.svg);
}
.work-category-as-icons .development::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/development.svg);
}
.work-category-as-icons .campaign::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/campaign.svg);
}
.work-category-as-icons .seo::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/seo.svg);
}
.work-category-as-icons .social::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/social.svg);
}
.work-category-as-icons .stategy::before {
	background-image: url(/wp-content/themes/bridge-child/img/icons/categories/strategy.svg);
}

.work-category-as-icons .hidden,
.work-category-as-icons .hidden::before {
	width: 0px;
}


/* DISPLAYS */
.inline-block {
	display: inline-block;
	width: auto;
}

/* WIDHTS and HEIGHTS */
.w200, .w200 img {
	width: 200px;
}
.w150, .w150 img{
	width: 150px;
}
.w100, .w100 img {
	width: 100px;
}
.w50, .w50 img {
	width: 50px;
}
.w25, .w25 img {
	width: 25px;
}

.h32 {
	height: 32px !important;
}
.h64 {
	height: 64px !important;
}

.wpb_single_image.w200, 
.wpb_single_image.w150, 
.wpb_single_image.w100, 
.wpb_single_image.w50,
.wpb_single_image.w25 {
	width: 100%;
} 



.portfolio_slider .caroufredsel_wrapper{
	width: 100% !important;
}


/* Desktop only */
@media only screen and (min-width: 1000px) {

	.portfolio_slider .portfolio_slides {
		/*width: 1200px !important;*/
		position: relative !important;
		margin: auto  !important;
		display: block  !important;
		overflow: hidden;
		/*top: 0px !important;*/
		opacity: 1;
		height: 480px;

	}

	.portfolio_slider .image_holder {
		pointer-events : auto;
	}

	.portfolio_slider .item {
		transform-style: preserve-3d;
		 -webkit-transform-style: preserve-3d;
	  	pointer-events : none;
	}


	.portfolio_slider .item:last-child {
		margin-right: 0;
	}



	.portfolio_slider .caroufredsel_wrapper{
		width: 100% !important;
		height: 480px !important;
	}

	.portfolio_slider .portfolio_slides {
		height: 480px;
	}



	/* 700x480 = 350x240 */

	.caroufredsel_wrapper .carousel-custom .image_holder{
		position: relative;
		width: 350px;
		height: 240px;
		margin: auto;
	}




	.portfolio_slider .item.odd {
		transform: scale(1.4) translate3d(-175px, 45px, 0px);
		transform-style: flat;
	 	-webkit-transform-style: flat;
		z-index: 1;
	}

	.portfolio_slider .item.odd:hover {
		z-index: 3;
	}


	.portfolio_slider .item.even {
		transform: scale(1.4) translate3d(+125px, -45px, 0px);
		z-index: 2;
		transform-style: flat;
	 	-webkit-transform-style: flat;
	}

	/* reduce back the text and button sizes */
	/*
	.portfolio_slides .image_holder .hover_feature_holder_text_inner * {
		transform: scale(0.75);
	}
	*/

	.portfolio_slides .image_holder .hover_feature_holder_text_inner h3{
		font-size: 27px;
		line-height: 34px;
	}

	

	.portfolio_slides .image_holder .hover_feature_holder_text_inner .project_client_name,
	.portfolio_slides .image_holder .hover_feature_holder_text_inner .project_link {
		transform: scale(0.75);
	}

}


.animation_container .mobile_canvas {
	display: none;
}
.q_slider::after {
	display: none;
}


body.home header {
	background-color: transparent;
}
/*
body.home.letsdisco header {
	background-color: #34408C;
}
*/

.mobile_menu_button {
	background-repeat: no-repeat;
	background-position: center center;
	width:25px; 
	background-image:url(/wp-content/themes/bridge-child/img/mobile-menu.svg);
	margin: 0 20px 0 0px;
}
.mobile_menu_button span i {
	display: none !important;
}
.header_bottom_right_widget_holder {
	padding: 0 0 0 0;
}
.header_bottom_right_widget_holder .mobile {
	display: none;
}



@media only screen and (max-width: 768px){	
/*
	.portfolio_slider {
	    width: 120%;
    	margin-left: -25px;
	}

	.portfolio_slider .portfolio_slides {
		width: 100%;
		height: 205px;
	}
	.portfolio_slider .portfolio_slides > li {
		float: left;
		width: auto !important;
		padding-left: 15px;
	}
*/

	.image_with_text div {
		height: auto;
		max-width: 270px;
	}


	.portfolio_slider {
	    width: calc(100% + 60px);
	}

	.portfolio_slider .portfolio_slides {
		width: 100%;
		height: 205px;
	}
	.portfolio_slider .portfolio_slides > li {
		float: left;
		padding-left: 15px;
	}


	.portfolio_slider .caroufredsel-prev,
	.portfolio_slider .caroufredsel-next,
	.caroufredsel-direction-nav-vertical a {
		margin-right: 0px;
	}



	.portfolio_slides .image_holder .main-image {
		width: 300px;
		height: 205px;
		filter: grayscale();
		-webkit-filter: grayscale(100%);  
	}
	.touch .portfolio_slides .carousel-custom .hover_feature_holder {
		width: 300px;
		height: 205px;
	}
	.portfolio_slides .image_holder .hover_feature_holder_text {
		width: 300px;
		height: 205px;
	}


	.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner {
		opacity: 0.8;
	}
	.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder_text {
		display: block;
	}
	.caroufredsel_wrapper .carousel-custom .image_holder {
		width: 300px;
		height: 205px;
	}

	.portfolio_slides .hover_feature_holder_outer {
		width: 300px;
		height: 205px;
	}
	.portfolio_slides .hover_feature_holder_inner {
		opacity: 0.8;
		width: 300px;
		height: 205px;
	}

	a.work_button {
		font-size: 15px !important;
	}

	.caroufredsel-direction-nav-vertical {
		margin: -25px;
		display: none;
	}


	.q_slider {
		margin-left: -30px;
		margin-top: -30px;
	    width: calc(100% + 60px);
	}
	.tp-static-layers-back .tp-parallax-wrap {
		margin: 0 0 0 0 !important;
		top: 0px !important;;
		right: 0px !important;;
		left: 0px !important;;
		bottom: 0px !important;;
	}	

	#homeslider_forcefullwidth {
		/*background-color: #00DDC7;*/
		background-color: transparent;
	}
	body.letsdisco #homeslider_forcefullwidth {
		background-color: #34408C;
	}


	body.home header {
		background-color: #00DDC7;
	}

	#homeslider_forcefullwidth {
		margin-left: -25px;
		height: 500px !important;
		width: calc(100% + 60px) !important;
	}
	#homeslider_wrapper {
		height: 500px !important;
	}
	#homeslider ul {
		/*height: 0px !important;*/
	}

	#homeslider .tp-static-layers, 
	#homeslider .tp-static-layers .tp-parallax-wrap,
	#homeslider .tp-static-layers .tp-loop-wrap ,
	#homeslider .tp-static-layers .tp-mask-wrap ,
	#homeslider .tp-static-layers .tp-caption ,
	#homeslider .tp-static-layers #animation_container 
	{		
		width: 100%;
		height: 100%;
	}


	#animation_container {
		background-color: transparent !important;
	}
	#animation_container #canvas{ display: none !important; }
	#animation_container .mobile_canvas {
		display: block;
		background: url(/wp-content/themes/bridge-child/img/hero-unicorn.svg);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	}
	#homeslider_forcefullwidth {
		
	}
		
	#homeslider_forcefullwidth .animation-copy, #homeslider_forcefullwidth .animation-copy span {
		font-size: 42px !important;
		line-height: 44px !important;
	}

	.header_bottom_right_widget_holder {
		display: table-cell;
	}
	.header_bottom_right_widget_holder .desktop {
		display: none;
	}
	.header_bottom_right_widget_holder .mobile {
		display: block;
	}

	.button-mobile-team {
		display: block;
		background: url(/wp-content/themes/bridge-child/img/mobile-team.svg);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    text-indent: -100px;
   		overflow: hidden;
   		background-position: right;
	}



}





@media only screen and (min-width: 400px) and (max-width: 736px) {
	
	#animation_container .mobile_canvas {
		display: block;
		background: url(/wp-content/themes/bridge-child/img/hero-unicorn.svg);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: bottom right;
	    background-size: cover;
	}

	#homeslider_forcefullwidth {
		margin-left: -25px;
		height: calc(100% - 50px) !important;
		width: calc(100% + 60px) !important;
	}
	#homeslider_wrapper {
		height: calc(100% - 50px) !important;
	}

	

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	
	.portfolio_slider {
	    width: 120%;
    	margin-left: -25px;
	}

	.portfolio_slider .portfolio_slides {
		width: 100%;
		height: 205px;
	}
	.portfolio_slider .portfolio_slides > li {
		float: left;
		width: auto !important;
		padding-left: 15px;
	}

	.portfolio_slider .caroufredsel-prev,
	.portfolio_slider .caroufredsel-next,
	.caroufredsel-direction-nav-vertical a {
		margin-right: 0px;
	}


	.portfolio_slides .image_holder .main-image {
		width: 300px;
		height: 205px;
	}
	.touch .portfolio_slides .carousel-custom .hover_feature_holder {
		width: 300px;
		height: 205px;
	}
	.portfolio_slides .image_holder .hover_feature_holder_text {
		width: 300px;
		height: 205px;
	}

	.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder {
		display: block !important;
	}

	.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder .hover_feature_holder_inner {
		opacity: 0.8;
	}
	.caroufredsel_wrapper .carousel-custom .image_holder .hover_feature_holder_text {
		display: block;
	}
	.caroufredsel_wrapper .carousel-custom .image_holder {
		width: 300px;
		height: 205px;
	}

	.portfolio_slides .hover_feature_holder_outer {
		width: 300px;
		height: 205px;
	}
	.portfolio_slides .hover_feature_holder_inner {
		opacity: 0.8;
		width: 300px;
		height: 205px;
	}

	a.work_button {
		font-size: 15px !important;
	}

	.caroufredsel-direction-nav-vertical {
		margin: -25px;
		display: none;
	}


	.q_slider {
		margin-left: -30px;
		margin-top: -30px;
	    width: calc(100% + 60px);
	}
	.tp-static-layers-back .tp-parallax-wrap {
		top: 0px !important;
	}	

	#homeslider_forcefullwidth {
		/*background-color: #00DDC7;*/
		background-color: transparent;
	}
	body.letsdisco #homeslider_forcefullwidth {
		background-color: #34408C;
	}


	body.home header {
		background-color: #00DDC7;
	}

	#homeslider_forcefullwidth {
		margin-left: -25px;
		height: 100% !important;
		width: calc(100% + 60px) !important;
	}
	#homeslider_wrapper {
		height: calc(100% - 50px) !important;
	}

	#homeslider ul {
		/*height: 0px !important;*/
	}

	#homeslider .tp-static-layers, 
	#homeslider .tp-static-layers .tp-parallax-wrap,
	#homeslider .tp-static-layers .tp-loop-wrap ,
	#homeslider .tp-static-layers .tp-mask-wrap ,
	#homeslider .tp-static-layers .tp-caption ,
	#homeslider .tp-static-layers #animation_container 
	{		
		width: 100%;
		height: 100%;
	}


	#animation_container {
		background-color: transparent !important;
	}
	#animation_container #canvas{ display: none !important; }
	#animation_container .mobile_canvas {
		display: block;
		background: url(/wp-content/themes/bridge-child/img/hero-unicorn-wide.svg);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: bottom right;
	    background-size: cover;
	}
	#homeslider_forcefullwidth {
		
	}
		
	#homeslider_forcefullwidth .animation-copy, #homeslider_forcefullwidth .animation-copy span {
		font-size: 42px !important;
		line-height: 44px !important;
	}

	.header_bottom_right_widget_holder {
		display: table-cell;
	}
	.header_bottom_right_widget_holder .desktop {
		display: none;
	}
	.header_bottom_right_widget_holder .mobile {
		display: block;
	}

	.button-mobile-team {
		display: block;
		background: url(/wp-content/themes/bridge-child/img/mobile-team.svg);
		width: 100%;
	    height: 100%;
	    background-repeat: no-repeat;
	    text-indent: -100px;
   		overflow: hidden;
   		background-position: right;
	}

	.animation-copy {
		top: -50px !important;
	}

	.animation-button {
		top: -100px !important;

	}	
	.rev_slider .tp-caption, .rev_slider .caption {
		position: absolute;
	}

}





	


#back_to_top .fa-arrow-up {
		background-image: url(/wp-content/themes/bridge-child/img/back-to-top.svg);
		width: 42px;
		height: 22px;
		background-size: cover;
}
#back_to_top .fa-arrow-up:before {
		content: none;
}

#back_to_top:hover .fa-arrow-up {
		background-image: url(/wp-content/themes/bridge-child/img/back-to-top-hover.svg);
}
#back_to_top > span {
	border-width: 0px;
}



input::placeholder, textarea::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242435;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #242435;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, { /* Microsoft Edge */
  color: #242435;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #242435;	
}


 /* find-grow-play carousels */
@media only screen and (max-width: 1000px) {

	.find-grow-play .caroufredsel_wrapper {
		width: 100% !important;
	}

	.find-grow-play .caroufredsel_wrapper .q_elements_item {
		width: 270px !important;
		float: left;
		display: block;
	}

	.templatera_shortcode .caroufredsel_wrapper {
		width: 100% !important;
	}

	.templatera_shortcode .caroufredsel_wrapper .q_elements_item {
		width: 285px !important;
		float: left;
		display: block;
	}



	.widget_archive, .widget_categories {
		display: none;
	}

	.blog_holder .post-head {
		padding: 0px 0px 0px 0px;
	}
	.blog_holder .post-content {
		padding: 20px 0px 0px 0px;
	}

	.blog_holder .post-meta {
		padding: 0px 0px 20px 0px;
	}

	.blog_holder .post-footer {
		padding: 0px 0px 0px 0px;
	}


	h1, h2, h1 span, h2 span, h1 a, h2 a, .h1 span, .h2 span {
		font-size: 42px !important;
		line-height: 44px !important;		
	}


	.spacer {
		height: 32px !important;;
	}
	.double-spacer {
		height: 64px !important;
	}

	.no_mobile {
		display: none !important;
	}

	.worklist-portfolio-filter {
		top: -35px;
	}


	.worklist-portfolio-filter a {
	    margin-right: 15px;
	    float: left;
	    border-bottom: 3px solid white;	    
	}

	.footer-tel {
		margin: 0px 0px 0px 0px;
	}


	.wp-caption {
		width: 100% !important;
	}

}



div.wpcf7-response-output {
	color: #fff;
	font-size: 18px;
}
div.wpcf7-mail-sent-ng {
	background: #F44770;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	border: none;
}

*{
	/* Prevent any object from being highlighted upon touch event*/
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.button-download::after {
	background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-small-white.svg);
	width: 12px;
	height: 12px;
}
.button-download:hover::after {
    background: url(/wp-content/themes/bridge-child/img/icons/arrow-down-small-green.svg);
}
