/*
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");


/* Global
================================================== */

::selection {
	/*background: #7a003b;
	color: #fff;*/
}

a,
p a {
	color: #7a003b;
}

a:hover {
	color: #000;
}

.back-to-wrapper {
	margin-top: -15px;
}

a.back-to { 
	font-size: 15px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 10px;
}
a.back-to:hover { 
	color: #7a003b;
}


/* TEXT */


h2.q_slide_title,
.blog_single h2 { 
	font-family: "Open Sans",sans-serif; 
}

.q_dropcap {
	color: #000;
	font-family: times;
	font-size: 84px;
}


/* sponsor carousel */

.ult-carousel-wrapper {
	margin-bottom: 0 !important;
}


.image-full img {
	max-width: 100%;
	height: auto;
}

/* UI
================================================== */

.row-disable { display: none; }

.q_logo_vertical { 
	padding: 20px 0 0 0; 
}


aside.vertical_menu_area {
	/*box-shadow: 2px 0 4px 2px rgba(0,0,0,.15);*/
	background: url(bk-vertnav.png);
}


.content .container {
	/*padding: 0 0 100px 0;*/
}

.vertical_menu_area_widget_holder {
	margin: 30px 0 0 0;
}


/* large buttons content bottom */

.btn-large-bottom-holder-outer {
	padding: 100px 0 0 260px;
}

.btn-large-bottom-holder {
	display: table;
	width: 100%;
	position: relative;
}
.btn-large-bottom {
	display: table-cell;
	width: 50%;
}


.mailinglist-wrapper {
	padding-top: 16px;
}

/* sponsors carousel */

.btn-holder {
	text-align: center;
}

.btn-our-sponsors {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 16px;
	text-transform: uppercase;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	letter-spacing: 1px;
	transition: color .1s linear, background-color .1s linear, border-color .1s linear;
}

.btn-our-sponsors:hover {
	color: #fff;
	background-color: #7a003b;
	border: 2px solid #7a003b;
}




/* homepage */

.sponsor-carousel-wrapper {
	height: 420px;
}

.sponsor-carousel-wrapper .section_inner {
	padding-top: 120px;
}


.ult-banner-block h3.bb-top-title {
	padding: 24px 15px !important;
}

.featured .bb-description {
	margin-top: 80px;
}

.row-home-intro h1,
.row-home-intro p {
	color: #fff;
}

#qode-home-slider {
	background: #7a003b;
}


.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
	background-color: #e9e6df; 
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
	border: 2px solid #e9e6df;
}





/* NAVIGATION
================================================== */

nav.vertical_menu {
	margin: 25px 0 0 0;
}

nav.mobile_menu {
	margin-bottom: 10px;
}

#mobile-menu-item-286 a span {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.mobile_menu_button span {
	font-size: 20px;
}
img.mobile {
	padding: 0 20px;
}

/* MAIN SIDE MENU
================================================== */


.menu-item a {

}
.menu-item a:hover {
	color: #7a003b;
}

.current-menu-item a.current { 
	color: #7a003b;
	border-top: 1px solid #7a003b;
	border-bottom: 1px solid #7a003b;
}

.current-page-ancestor a {
	color: #7a003b !important;
	border-top: 1px solid #7a003b;
	border-bottom: 1px solid #7a003b;
}

.current-page-ancestor a span {
  	/*color: #fff;*/
}

.nav-tickets { 
	margin-top: 24px;
	text-align: center;
}
.nav-tickets a {  border: 2px solid #7a003b; padding: 12px 12px; background-color: #7a003b; color: #fff; border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px; color: #fff; }

.nav-tickets a:hover { border: 2px solid #7a003b; background-color: #fff; color: #7a003b; }
.nav-tickets span.plus { display: none; }
.nav-tickets .fa { font-size: 24px; padding: 4px 5px 0 0; }

#nav-menu-item-286 a { color: #fff; }
#nav-menu-item-286 a:hover { color: #7a003b; }




/* BLOG
================================================== */

/* homepage */

.q_masonry_blog article, .full_width .grid_section .q_masonry_blog article { width: 100%; }
.q_masonry_blog article .q_masonry_blog_post_image {
	float: left;
	width: 35%;
}
.q_masonry_blog article .q_masonry_blog_post_text {
	float: right;
	width: 60%;
	padding: 40px 15px 20px 15px;
}

.blog_holder.blog_small_image article .post_text span.date {
	display: block;
	font-size: 14px;
}

.blog_holder.blog_small_image article .post_text p {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.q_masonry_blog article, .full_width .grid_section .q_masonry_blog article { width: 100%; }
	.q_masonry_blog article .q_masonry_blog_post_image {
		float: left;
		width: 40%;
	}
	.q_masonry_blog article .q_masonry_blog_post_text {
		float: right;
		width: 55%;
	}
}
@media screen and (max-width: 767px) {
	.q_masonry_blog article, .full_width .grid_section .q_masonry_blog article { width: 100%; }
	.q_masonry_blog article .q_masonry_blog_post_image {
		float: none;
		width: auto;
	}
	.q_masonry_blog article .q_masonry_blog_post_text {
		float: none;
		width: auto;
	}
}


/* list page */

/*.blog_holder .masonry .post_text_inner*/ p.post_excerpt {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}


/* hide posted date and by */
.blog_single.blog_holder article .post_info {
	display: none;
}



/* sidebar */

.widget_recent_entries li {
	font-size: 15px;
	line-height: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}


/* News Post Page */

.blog_holder article .post_text h2 .date {
	display: block;
	font-size: 18px;
}



/* EVENTS
================================================== */


.event-date-page,
.event-location-page { 
	font-size: 22px; 
	padding-bottom: 4px; 
}

/* upcoming event list */


/* table first column */

.event-list-date {
	text-align: center;
	padding: 60px 80px 0 80px;
}

.event-list-month {
	text-transform: uppercase;
	font-size: 24px;
	padding: 0 0 20px 0;
	/*color: #c3d000;*/
	color: #999;
}

.event-list-day {
	/*color: #c3d000;*/
	color: #999;
	font-size: 60px;
	font-weight: bold;
}

/* table second column */

.upcoming-event-image {
	margin: 0;
	padding: 60px 20px 40px 0;
}
.upcoming-event-image img {
	width: 100%;
	height: auto;
}

.upcoming-event-title {
	font-family: "trajan-pro-3",sans-serif;
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 10px 0;
}

.upcoming-event-date {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.upcoming-event-location {
	font-size: 18px;
	font-style: oblique;
}

.upcoming-event-teaser p {
	margin-bottom: 0;
}

.upcoming-event-link {
	padding: 0 0 60px 0;
}

/* views table */

#wpv-view-layout-539-CPID179 table td,
#wpv-view-layout-454-CPID179 table td {
	padding: 10px;
	text-align: left;
}

#wpv-view-layout-454-CPID179 table tr {
	border-bottom: 2px solid #eee;
}

td { vertical-align: top; }
/*tr:nth-child(even) {background: #CCC}*/
/*tr:nth-child(odd) {background: #f6f6f6}*/




/* featured chefs */

.chefs .masonry_gallery_image_holder img {
	border-radius: 50%;
}

.chefs .masonry_gallery_item_inner {
	border-radius: 50%;
}

/* eliminate some of the spacing */

.masonry_gallery_item_content p {
	margin: 0;
}
.masonry_gallery_item_content h3 {
	padding: 0 0 10px 0;
}


/* participating wineries */

.picnic-wineries {

}


.grid-box {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}
.grid-box-5 {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
}
.grid-box-inner {
	margin: 10px;
}
.grid-box-inner-nospace {
	margin: 0;
}
.imagehover {
	width: 100%;
	text-align: center !important;
	display: block;
	position: relative;
	box-sizing: border-box;
}
.imagehover img {
	vertical-align: top;
	display: block;
}
.imagehover .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}
.imagehover .overlay h4 {
	color: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.imagehover:hover .overlay {
	/*display: block;*/
	opacity: 1;
}

.imagehover a {
	
}

.chefs .imagehover img,
.chefs .imagehover .overlay {
	border-radius: 50%;
}

.chefs .imagehover .overlay-inner {
	color: #fff;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chefs .imagehover .overlay .chef-name {
	color: #fff;
	font-size: 17px;
	line-height: 1.304347826086957em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.chefs .imagehover .overlay .chef-title {
	/*position: relative;*/
	display: block;
	color: #999;
	padding: 16px 10px 0 10px;
	font-size: 14px;
	line-height: 18px;
}


/* suggested events */

.suggested-event {
	float: left;
	width: 50%;
}
.suggested-event-inner {
	padding: 10px;
	text-align: center;
}
.suggested-event-image img {
	/*width: 100%;
	height: auto;*/
}
.suggested-event-image {
	
}
.suggested-event-title {
	font-family: "trajan-pro-3",sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 0 0 0;
}



/* Sponsors
================================================== */

.sponsors-contributing h3 { color: #fff; }
.sponsors-contributing h4 { color: #eee; }
.sponsors-contributing p { color: #ccc;  }






/* Our Impact
================================================== */

span.counter.zero.executed::before { content: "$"; }


.row-impact-images .wpb_wrapper {
	padding: 0;
	margin: 0;
}


.accordion-past {
	padding-top: 30px;
}



.circle-sch {
	padding: 0 30px 20px 30px;
}

#backto-btn .fa {
	float: left;
}
 
.row-backto .qbutton.small i {
	margin: 8px 10px 0 0 !important;
}

/* About Us
================================================== */


.ult-team-member-image { 
	text-align: center; 
	border-radius: 50% !important; 
	max-width: 300px; 
	margin: 0 auto; 
}
.ult-team-member-image img {
    border-radius: 50% !important;
	max-width: 300px; 
	text-align: center;
}
.ult-team-member-description p { 
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}
.ult-team-member-name { 
	font-size: 20px !important; 
	margin-bottom: 0px !important; 
	font-weight: 600 !important; 
}
.ult-team-member-position { 
	text-transform: none !important; 
	font-size: 16px !important; 
	letter-spacing: 0px !important; 
	font-style: italic !important; 
}


/* board of directors */


.ult-team-member-image img {
    border-radius: 50% !important;
}

.q_team_image img {
	border-radius: 50%;
}

/* views */

.director {
	float: left;
	width: 33%;
}
.director-inner {
	/*background-color: #f9f9f9;*/
	margin: 20px;
	padding: 10px;
	text-align: center;
}

.director-pic img {
	border-radius: 50%;
	width: 100%;
}
.director-name {

}
.director-title {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}


/* CHAIRMAN COMMITTEE */

.chairman-committee { 
	line-height: 18px; 
}
.chairman-committee p { 
	margin-top: 0px; 
	margin-bottom: 10px; 
	font-style: italic; 
	font-size: 14px; 
}


/* STAFF */

.row-staff h3 {
	margin-top: 20px;
}
.row-staff p {
	margin-top: 10px;
}




/* FOOTER
================================================== */

.footer_inner {
	background-size: cover;
	background-repeat: no-repeat;
}

.copyright {
	background-color: #222;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	font-size: 12px;
}
.copyright a {
	color: #666;
}
.copyright a:hover {
	color: #7a003b;
}

.footer_bottom_holder .three_columns>.column1 {
	width: 40%;
}

.footer_bottom_holder .three_columns>.column2 {
	width: 40%;
}

.footer_bottom_holder .three_columns>.column3 {
	width: 20%;
}

.logo-richardduval { 
	padding-top: 12px; 
}



/* LAYOUT
================================================== */


.footer-mission-statement {
	padding-right: 20px;
}

.footer_bottom_columns.three_columns .column1 .footer_bottom, 
.footer_bottom_columns.three_columns .column1 .footer_bottom ul, 
.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom, 
.footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul,
.footer_bottom_columns.three_columns .column3 .footer_bottom, 
.footer_bottom_columns.three_columns .column3 .footer_bottom ul, 
.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom, 
.footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
	text-align: left;
}




/* MEDIA QUERIES
================================================== */

/*================================================== */


@media only screen and (min-width: 1200px) and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1000px) {
	
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    
}

@media only screen and (max-width: 1000px) {

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

}

@media only screen and (max-width: 900px) {
	h2 { 
		font-size: 24px;
	}
}

@media only screen and (max-width: 783px) {

}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (min-width: 600px) and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {
	body,
	p {
		font-size: 16px;
	}
	.sponsor-carousel-wrapper {
		height: 220px;
	}
	.sponsor-carousel-wrapper .section_inner {
		padding-top: 60px;
	}
	h1 {
		font-size: 26px;
	}
	h2 { 
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
		line-height: 26px !important;
	}

	.title,
	.title_outer .title_without_animation,
	.title.has_background,
	.title .title_size_medium .position_left .has_background,
	.title_holder { 
		padding: 20px 0px !important; 
		background-image: url(http://www.auctionofwashingtonwines.org/wp-content/uploads/2016/03/bk-title-black.png); 
	}

	.footer_bottom_holder .three_columns>.column1,
	.footer_bottom_holder .three_columns>.column2,
	.footer_bottom_holder .three_columns>.column3 {
		width: 100%;
		text-align: left;
	}

	.footer_top .footer_col1,
	.footer_top .footer_col2 {
		text-align: center;
	}

	.footer_top .two_columns_50_50 .column1 {
		margin-bottom: 0;
	}

	.event-list-date {
		text-align: left;
		padding: 60px 0 0 0;
	}
	.event-list-day {
		font-size: 36px;
	}

	.call_to_action {
		padding: 21px 21px 31px 21px;
	}

	.ult-team-member-description p { 
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

} 

@media only screen and (max-width: 350px) {

}



