/*
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");

/* Sliedr navigation fix */
.carousel-control{
	width:13% !important;
}

.breadcrumb{
	right: 0;
	top: auto;
}

#pmpro_form table, #pmpro_form table td, #pmpro_form table th
{
	text-align:justify;
}

/*remove date from post (officers pod)*/
.single-officer .post_info 
{
	display:none !important;
}


.single-officer .date
{
	display:none !important;
}

.single-officer .entry_date
{
	display:none !important;
}

.single-officer .updated
{
	display:none !important;
}



/*remove date from post (scientific contributors pod)*/
.single-scientific_contribut .post_info 
{
	display:none !important;
}


.single-scientific_contribut .date
{
	display:none !important;
}

.single-scientific_contributr .entry_date
{
	display:none !important;
}

.single-scientific_contribut .updated
{
	display:none !important;
}


/*remove date from post (committee doctor pod)*/
.single-committee_doctor .post_info 
{
	display:none !important;
}


.single-committee_doctor .date
{
	display:none !important;
}

.single-committee_doctor .entry_date
{
	display:none !important;
}

.single-committee_doctor .updated
{
	display:none !important;
}

/* remove read more option from officers page */
.page-id-15368 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from affiliations */
.page-id-16861 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from scientific-contributors */
.page-id-16979 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/liaison */
.page-id-17413 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/scientific */
.page-id-17223 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/education */
.page-id-17388 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/audit */
.page-id-17273 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/research */
.page-id-17342 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/international */
.page-id-17487 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/membership */
.page-id-17466 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/ethics */
.page-id-17176 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/traveling-fellowship */
.page-id-17161 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/medical-student */
.page-id-17558 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/fighting-inactivity */
.page-id-17467 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/traveling-fellows */
.page-id-17603 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/junior-doctors */
.page-id-17502 a.icon_with_title_link{
	display:none !important;
}

/* remove read more from committees/ecosep-chairs */
.page-id-17340 a.icon_with_title_link{
	display:none !important;
}


@media only screen and (max-width: 1200px) and (min-width: 1000px){
.header_bottom .container_inner {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px){

.q_logo img {
    top: -11px;
    left: 0;
}
}

nav.main_menu{
left: 10px !important;
}

.page-id-17979.woocommerce-ordering{
	display:none !important;
}

.page-id-17979 h6{
	padding: 20px 0 0 0 !important;
	font-size:larger;
}

/*product images (right side) */
.attachment-shop_single.size-shop_single.wp-post-image{	
    padding-top: 68px;
}

.page-id-17978.attachment-shop_single.size-shop_single.wp-post-image{	
      padding-top: 18px;
}

/*remove sociqal from product */
.social_share_list_holder{
	display:none;
}

/* remove order from products */
.page-id-17970.woocommerce-ordering{
	display:none !important;
}

/* product enlarge h6 */
.page-id-17970 h6{
	padding: 20px 0 0 0 !important;
	font-size:larger;
}

/* membership products row (x3) set up */
div.top-product-section{
   padding-left: 35%;
   width: 30%;
}

#order_comments::-webkit-input-placeholder {
 visibility:hidden;
}

#billing_first_name{
   background-color:#f2f2f2;
}

#billing_last_name{
   background-color:#f2f2f2;
}

#billing_company{
   background-color:#f2f2f2;
}

#billing_address_1{
   background-color: #f2f2f2;
}

#billing_address_2{
   background-color:#f2f2f2;
}

#billing_postcode{
   background-color:#f2f2f2;
}

#billing_phone{
   background-color:#f2f2f2;
}

#billing_email{
   background-color:#f2f2f2;
}

#billing_city{
	background-color:#f2f2f2;
}

#billing_country{
	background-color:#f2f2f2;
}

#billing_state{
	background-color:#f2f2f2;
}

.woocommerce-additional-fields{
	display:none;
}

/*Cart Page */
.button.tiny{
	display:none !important;
}

a.qbutton.medium.center.enlarge{
display: block;
width:9%;
margin-left: 43%
}

/* appartment */
#billing_address_2{
	display:none;
}

#username{
	background-color:#f2f2f2;
}

#password{
   background-color:#f2f2f2;
}