/* Header */

.header_bottom {
    padding: 0;
    background-color: #fff;  
}
header .header_inner_left {
    left: 0;
    top: 0;
}

/* 
header .q_logo img {
    position: absolute;
    display: inline-flex;
    z-index: 99;
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.34902) 0px 0px 5px 2px;
    -webkit-box-align: center;
    align-items: center;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    overflow: hidden;
    padding: 5px 0 6px;
}
*/

@media only screen and (min-width: 1000px) {
  
    .logo_wrapper, .q_logo a {
        height: 95px!important;
    }
  	nav.main_menu ul li.home,
  	nav.main_menu ul li.tickets {
  		display: none;
  	}
  
}

nav.main_menu.right {
    position: relative;
    left: auto;
    float: right;
    right: 120px;
}
nav.main_menu ul li+li:before {
    content: " ";
    border-right: 1px solid #dedede;
}
nav.main_menu ul li.tickets+li:before,
nav.main_menu ul li.home+li:before,
.drop_down .narrow .second .inner ul li:before {
    border: none;
}

@media only screen and (min-width: 1200px) {
  
    nav.main_menu > ul > li > a {
    	font-size: 14px;
        padding: 0 25px;
    }
    .title.has_background, .title.has_fixed_background {
        background-size: cover !important;
    }
  
}

@media only screen and (min-width: 1100px) {
  
    nav.main_menu > ul > li > a {
    	font-size: 13px;
        padding: 0 20px;
    }
  
}

.widu-purchase-tickets, .header_inner_right {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 120px;
    height: 95px;
}
.widu-purchase-tickets img {
    background: #F0273C;
}
.widu-purchase-tickets img:hover {
    background: #FF0000;
}

@media only screen and (max-width: 1000px) {
  	
  	.admin-bar header.fixed, 
  	.admin-bar header.sticky.sticky_animate {
        padding-top: 0 !important;
    }
  	.header_inner_left, footer.uncover, header {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0;
	}
  	.logo_wrapper, .q_logo a {
        left: 0;
        height: 95px!important;
  	}
    .main_menu, .header_inner_right {
        display: none!important;
    }
  	.mobile_menu_button {
        display: table;
        float: right;
        height: 95px!important;
    }
    .mobile_menu_button span, .side_menu_button>a {
      color: #484848; 
    }
    nav.mobile_menu {
        display: block;
        z-index: 98;
    }
    nav.mobile_menu>ul {
        width: 100%;
        margin: 0;
  	}
  	nav.mobile_menu ul li {
    	padding: 0 1em;
  	}
  	nav.main_menu ul li.tickets,
  	nav.main_menu ul li.home {
  		display: block;
  	}
  	nav.mobile_menu ul li.tickets {
    	background: #F0273C;
  	}
  	nav.mobile_menu ul li.tickets:hover {
    	background: #FF0000;
  	}
  	nav.mobile_menu ul li.tickets a {
    	padding: 1.5em 0;
        text-align: center;
    	text-transform: uppercase;
    	letter-spacing: 1px;
        color: white;
  	}
  	.content.content_top_margin {
        margin-top: 0 !important;
    }
  
}

@media only screen and (max-width: 768px) {
  
  	.logo_wrapper, .q_logo a,
  	.mobile_menu_button {
        height: 70px!important;
    }
  	.mobile_menu_button {
    	margin-right: 10px;
  	}
  
}

/* Clients Carousel */

.widu-sponsors {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widu-sponsors img {
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: .4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.widu-sponsors img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.widu-sponsors .carousel_item_holder {
  	padding: 0 2em;
}
.widu-sponsors .carousel_item_holder .second_image_holder {
	display: none;
}

/* Subpage Navigation */

.content .sub_menu {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
  	background-color: #f0273c;
}
.content .sub_menu a:hover, 
.content .sub_menu a:focus {
    text-decoration: none;
}

.content .sub_menu .menu {
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-overflow-scrolling: touch;
}
.content .sub_menu .menu .menu-item {
    display: inline-block;
}
.content .sub_menu .menu .menu-item a {
    display: inline-block;
    float: left;
    padding: 18px 14px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.21428571428571em;
    text-transform: uppercase;
    transition: all .15s ease-in-out;
  	opacity: .8;
    color: #ffffff;
}
.content .sub_menu .menu .menu-item.active a {
  	opacity: 1;
}

.no-touch .content .sub_menu .menu .menu-item a:hover {
    text-decoration: none;
  	opacity: 1;
}
.no-touch .content .sub_menu .menu:hover .menu-item.active a {
  	opacity: .8;
}
.no-touch .content .sub_menu .menu:hover .menu-item.active a:hover {
  	opacity: 1;
}

@media (min-width: 768px ) {
    
    .content .sub_menu {
        height: 54px;
    }
    .content .sub_menu .menu .menu-item a {
        padding: 20px 24px;
    }
    
}

/* Content */

.content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 0;
}

.content .ult-content-box {
    background-color: #ffffff;
    padding: 1.5em;
    margin: 0px;
}

.content .blog_holder article {
    background: white;
    margin-bottom: 2em;
}
.content .blog_holder article:first-child {
    margin-top: 2em;
}
.content .blog_single.blog_holder article .post_text .post_text_inner {
	padding: 1.5em; 
}

.latest_post_holder.image_in_box .latest_post_text .latest_post_title {
    margin: 0 0 8px;
}
.latest_post_inner .post_infos {
    text-transform: uppercase;
	color: #F0273C;
}
.latest_post_text .read-more {
    text-transform: uppercase;
}

.portfolio_single {
  	margin: 3em 0 2em;
    padding: 1.5em;
 	background: white;
}

.portfolio_single .portfolio_detail .info {
  	display: none;
}
.portfolio_single .portfolio_detail .info.portfolio_content {
  	display: block;
}

.portfolio_single .portfolio_detail .info h6 {
  	margin-top: 1em;
}
.portfolio_single .portfolio_detail .info h6:first-child {
  	margin-top: 0;
}

.portfolio_navigation .portfolio_next a, 
.portfolio_navigation .portfolio_prev a {
  	margin: 0;
}
.portfolio_navigation .portfolio_next a:hover, 
.portfolio_navigation .portfolio_prev a:hover {
    color: #ffffff;
    background-color: #F0273C;
    border-color: #F0273C;
}

.content #flashContainer {
    text-align:center;
    width: 200px; 
    height: 100px; 
    margin: 0 auto; 
    overflow: hidden;
}

.content #sl_div #map_sidebar,
.content #sl_div #map {
  	margin-top: 1em;
}

.content #sl_div #map_sidebar div.results_entry span.slp_result_address,
.content #sl_div #map_sidebar div.results_entry span.slp_result_contact {
    display: inline-block;
    width: auto;
}


@media screen and (max-width: 768px) {
  
    .content #sl_div #address_search #addy_in_address label,
    .content #sl_div #address_search #addy_in_radius label {
      display: block;
      padding-right: 1em;
      text-align: left;
      width: auto;
    }
    .content #sl_div #address_search #addy_in_address input,
    .content #sl_div #address_search #addy_in_radius select {
      width: auto;
    }
    .content #sl_div #address_search #radius_in_submit {
      display: block;
      vertical-align: middle;
      padding-left: 0;
    }

}

@media screen and (max-width: 768px) {
  	
  	.content #sl_div #address_search #addy_in_address input {
        display: block;
        width: 100%;
    }
    .content #sl_div #map_sidebar div.results_entry .results_row_left_column,
    .content #sl_div #map_sidebar div.results_entry div.results_row_center_column,
    .content #sl_div #map_sidebar div.results_entry .results_row_right_column {
        width: 100%;
        text-align: left;
    }
  
}

/* Footer */

.footer_top.footer_top_full {
    padding: 1em 0 0;
}

footer .promo-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #dedede;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
}

footer .promo-grid .promo-img {
    display: inline-block;
    width: 20%;
    height: 330px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

footer .promo-grid a, 
footer .promo-grid a:visited {
    color: #484848;
    border: none;
    outline: none;
    text-decoration: none;
}
footer .promo-grid a:hover, 
footer .promo-grid a:focus, 
footer .promo-grid a:visited:hover, 
footer .promo-grid a:visited:focus {
    color: #bf1e2e;
    text-decoration: none;
}

footer .promo-grid .promo-img a:before {
    background-color: rgba(0, 0, 0, 0.49);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
footer .promo-grid .promo-img:hover a:before, 
footer .promo-grid .promo-img:active a:before {
    background-color: transparent;
}

footer .promo-grid .promo-img img {
    min-width: 100%;
    max-width: inherit;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
footer .promo-grid .promo-img:hover, 
footer .promo-grid .promo-img:active {
    width: 26%;
}

footer .promo-grid .promo-img .promo-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    white-space: normal;
    z-index: 100;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
footer .promo-grid .promo-img:hover .promo-title, 
footer .promo-grid .promo-img:active .promo-title {
    background-color: #bf1e2e;
    height: 65px;
}

footer .promo-grid .promo-img .promo-title .promo-text {
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    line-height: 100%;
}

@media screen and (max-width: 979px) {
  
    footer .promo-grid .promo-img {
    	height: 170px; 
    } 

}
@media screen and (max-width: 767px) {
  
  	.footer_top.footer_top_full {
    	padding: 1em 10px 0;
	} 
    footer .promo-grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: normal;
  	}
    footer .promo-grid .promo-img {
        height: 50px;
        margin: 5px 0 !important;
        width: 100% !important;
  	}
    footer .promo-grid .promo-img a img {
    	display: none; 
  	}
    footer .promo-grid .promo-img a:before {
    	display: none; 
  	}
    footer .promo-grid .promo-img a .promo-title {
    	background-color: #333335;
    	height: 100% !important; 
    }

}

footer .footer-feature {    
  	background-image: url(http://webuildfaith.com/widuanniversary/wp-content/uploads/2016/05/bg_footer.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    padding: 2em 0 1em;
}

footer .footer-feature .section_inner_margin {    
    background: white;
    padding: 2em 0;
  	margin: 0;
}

footer .footer-feature .footer-info p {
    line-height: 22px;
    color: #333;
}

footer #copyright {
	float: left;
}
footer #designer {
	float: right;
}

@media screen and (max-width: 1000px) {
  
    footer #copyright,
    footer #designer {
      	float: none;
    }
  
}

@media screen and (max-width: 600px) {

  	footer #copyright span {
    	display: block;
  	}
  
}