/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 2.2
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 19 Nov 2014 15:29:01 +0000 */ 

@import url('../Divi/style.css');


/* hide certain EE tickets 20170203 */
.ee-ticket-conference-apfm-member-early-bird {
display: none;
}
.ee-ticket-conference-non-member-early-bird {
display: none;
}
/* EE4 Hide a tickets option with a status of expired */
.tkt-slctr-tbl-wrap-dv .ticket-sales-expired {display:none;} 



/* biz directory don't show field names 
.field-value label {
display: none;
} */

/* align right */
.apfmright{
    float:right;
}

/* slider button placement desktop 
@media screen and (min-width: 981px) {.et_pb_slide_description .et_pb_more_button {
position: relative;
bottom: -300px;
right: -50px;
}
}*/

/* add Posted to blog post meta 20160829 */
.post-meta .published:before {
content: 'Posted ';
}

/* MAKE WOOCOMMERCE BUTTONS SAME AS general SITE BUTTONS */

a.button.wc-backward:hover {
color: #1e5a5b !important;
}
a.button.wc-backward {
color: #ffffff !important;
}

.woocommerce input.button, .woocommerce-page input.button {
 background: #ffffff !important;
 border-color: #1e5a5b !important;
}
.woocommerce input.button:hover, .woocommerce-page input.button:hover {
 background: #1e5a5b !important;
 border-color: #ffffff !important;
 color: #ffffff !important;
}

.woocommerce button.button.alt, .woocommerce-page button.button.alt {
 background: #ffffff !important;
 border-color: #1e5a5b !important;
}
.woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover  {
 background: #1e5a5b !important;
 border-color: #ffffff !important;
 color: #ffffff !important;
}

.woocommerce a.button.alt, .woocommerce-page a.button.alt {
 background: #ffffff !important;
 border-color: #1e5a5b !important;
}
.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover  {
 background: #1e5a5b !important;
 border-color: #ffffff !important;
 color: #ffffff !important;
}

.woocommerce a.button, .woocommerce-page a.button {
 background: #ffffff !important;
 border-color: #1e5a5b !important;
 color: #1e5a5b !important;
}
.woocommerce a.button:hover, .woocommerce-page a.button:hover  {
 background: #1e5a5b !important;
 border-color: #ffffff !important;
 color: #ffffff !important;
}

/* reduce line spacing nav menu 20151027*/
#top-menu li li a {
padding: 8px 20px;
line-height: 15px;
}

/* remove white space bottom of screen on some big screens for pages with little content 201605*/
#main-content {
min-height: 560px;
}

/* social icons to right at top 201605 */
#et-info{
float:none !important;
}
#top-header .et-social-icons{
float:right !important;
}

/* DEPRECATED stop expanding logo 20160630  
@media only screen and (max-width: 1300px) and (min-width: 961px) {
.page #logo {
max-height: 50%;
}
} 
*/