 /*
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");
/*.header_bottom{
	display: flex;
	justify-content: center;
}*/
footer{
	z-index:1;
}
/* front page mp3 player */
.podplayer{
	display:flex;
	width:33%;
	position: fixed;
	right:1%;bottom:1%;
	z-index:999;
	background:#000;
	padding: 10px;
}
.podplayer h6{
	margin-bottom: 15px;
}
.podplayer .podcol{
	width:80%;
	padding: 0 5%;
}
.podplayer .closeplayer{
	color:#fff;
	cursor:pointer;
}
@media screen and (max-width:1024px){
	.podplayer{width:50%;}
}
@media screen and (max-width:768px){
	.podplayer{width:98%;}
}
@media screen and (max-width:480px){
	.podplayer{display:none;}
}
#back_to_top {
	bottom:125px;
}
.mejs-container.wp-audio-shortcode, .mejs-container.wp-audio-shortcode .mejs-controls, .mejs-embed body, .wp-audio-shortcode .mejs-embed{
	background:#000;
}
.mejs-controls .mejs-play button, .mejs-container .mejs-controls .mejs-time span, .mejs-controls .mejs-mute button, .mejs-controls .mejs-volume-button button, .mejs-controls .mejs-volume-button button, .mejs-controls .mejs-pause button, .mejs-controls .mejs-time-rail .mejs-time-current, .wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current{
	filter:invert(100%);
}
@media screen and (min-width: 1001px) and (max-width: 1365px) {
	nav.main_menu>ul>li>a {
    padding: 0 10px;
    font-size: 11px;
}
}
@media only screen and (min-width: 1500px) {
.qode_grid_1400 .carousel-inner .slider_content_outer, .qode_grid_1400 .container_inner, .qode_grid_1400 .container_inner nav.content_menu, .qode_grid_1400 .footer_bottom_border.in_grid, .qode_grid_1400 .footer_top_border.in_grid, .qode_grid_1400 .full_width .parallax_content, .qode_grid_1400 .grid_section .section_inner, .qode_grid_1400 .title_border_in_grid_holder, .qode_grid_1400 nav.content_menu ul, .qode_grid_1400.boxed .section .section_inner, .qode_grid_1400.boxed nav.content_menu.fixed {
    width: 100%;
}
}

.clearfix:after, .clearfix:before {
display: block;
}
/*nav.main_menu {
width: 51%;
}
nav.main_menu>ul {
    left: -50%;
    transform: translateY(-50%);
}*/
/*p{padding-bottom: 9%;}*/
.content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 90px 0 0;
}
.btn { 
	border-radius: 0; 
	font-size: 0.75rem;
	padding: .375rem 2.75rem;
}
.btn-primary {
    background-color: #00aeef;
    border-color: #00aeef;
    text-transform: uppercase;
}
img.ticketbtn {
    width: 25%;
    padding-left: 3%;
}
.title_subtitle_holder{display:none !important;}
.comment_holder .comment {
    background-color: #000;
}
.comment_holder .comment .text .name {
    color: #676767;
}
.subscribe{
	display: flex;
	align-items: center;
	position:relative;
}
@media only screen and (max-width:502px){
	.subscribe{
	display: block !important;
	}
}
.subscribe .subtitle{ padding-right: 20px; }
.wpcf7 form.wpcf7-form p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
input.wpcf7-form-control.wpcf7-text {
    font-weight: bold;
    font-size: large;
    background: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(153, 153, 153);
    padding: 15px 51px 15px 0px;
    margin-bottom: 15px;
    /*margin-right: 15px;*/
    width: 90%;
    display: inline-flex;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 0;
    padding: 6px 15px;
    font-size: large;
	/*position: absolute;
    right: 51px;*/
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text {
	width:100%;
}
.cf7_custom_style_1 table td{
	padding:0;
}
input::placeholder {
	color: #7d7d7d !important;
}
.tablecontainer {
  display: table;
}
.tablecontainer .column {
  display: table-cell;
}
@media only screen and (max-width:768px){
	.tablecontainer .column{ display:block;}
}
.pagination{ font-size:large;}
.page-numbers.current {
    color: #25b3e8;
}
.pagination ul li a, .pagination ul li span{
	border:0;
}
.pagination ul li a:hover, .pagination ul li span {
    color: #00abee;
    background-color: transparent;
    border-color: #e3e3e3;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}



.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pum-theme-46845 .pum-content, .pum-theme-lightbox .pum-content {

    color: #000000;
    font-family: inherit;
    font-weight: 100;
    padding-right: 25%;

}

.bg_white h4, .bg_white p, .bg_white .qbutton, .bg_white h3, .bg_white a {
    color: #000;
    border-color: #000;
}

.bg_white, .bg_white .container {
    background-color: #fff;
}