/*!
Theme Name: LCI custom
Theme URI: https://pressmaximum.com/customify
Author: WPCustomify
Author URI: https://pressmaximum.com
Description: This is the customized child theme for LCI using the Customify theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: customify
Text Domain: lci
Domain Path: /languages
Tags: custom-background, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog
Customify is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


/*** SITE CHANGES ***/

/*temporary css*/
a { text-decoration: underline !important; }


/* HEADER IMAGES */

.page-titlebar .titlebar-title { color: #fff; font-weight: bold; }

/*workshops*/
/* instead of listing out every workshop individually */
#page .page-titlebar { background-image: url('/wp-content/uploads/2021/05/banner_workshop.jpg'); height: 129px; }

/*home*/
.page-id-13 #page .page-titlebar { background-image: url('/wp-content/uploads/2021/05/banner_about.jpg'); height: 129px; }
/*.page-id-13 .page-titlebar .titlebar-title { }*/

/*conferences*/
.page-id-17 #page .page-titlebar, .page-id-56 #page .page-titlebar { background-image: url('/wp-content/uploads/2021/05/banner_conf.jpg'); height: 129px; }
/*.page-id-17 .page-titlebar .titlebar-title { }*/

/*about*/
.page-id-19 #page .page-titlebar { background-image: url('/wp-content/uploads/2021/05/banner_about.jpg'); height: 129px; }
/*.page-id-19 .page-titlebar .titlebar-title { }*/

/*contact*/
.page-id-21 #page .page-titlebar { background-image: url('/wp-content/uploads/2021/05/banner_contact.jpg'); height: 129px; }
/*.page-id-21 .page-titlebar .titlebar-title { }*/


/* WORKSHOP */

/*agenda items*/
#program_nav { 
	width: 100%; 
	margin: -2.67em 0 5% 0; 
	/*font-size: 0.85rem;*/ 
	padding: 15px 0; 
	background-color: #ccc; 
	list-style: none; 
	}
	#program_nav li { display: inline-block; margin: 0; padding: 0 10px; }
		#program_nav li:first-of-type { padding-left: 0; }

.program_day { border-bottom: 1px solid #707372; }

.program_table { font-size: 1.1rem; }
.program_table table tbody td:first-of-type { width: 12%; background-color: #fff; }
.program_table table tbody td:last-of-type { width: 88%; background-color: #fff; }

#interm19_hotel_table.wp-block-table td, #interm19_hotel_table.wp-block-table th { width: 25%; }
#interm19_hotel_table.wp-block-table td:nth-of-type(3n), #interm19_hotel_table.wp-block-table th:nth-of-type(3n),
#interm19_hotel_table.wp-block-table td:nth-of-type(4n), #interm19_hotel_table.wp-block-table th:nth-of-type(4n), 
#interm19_hotel_table.wp-block-table td:nth-of-type(5n), #interm19_hotel_table.wp-block-table th:nth-of-type(5n) 
	{ width: 14%; }


/* FOOTER */

.site-footer #footer_title { margin-top: 0.5em !important; }

.site-footer .customify-grid-top { border-top: 2px solid #eee; }

.site-footer .item--inner { padding-top: 2em; }

#site-footer .widget-area h4.widget-title { padding: 0; margin: 0 !important; color: #a5acaf !important; }

#site-footer p, #site-footer a { color: #a5acaf; font-size: 0.85rem; }

#site-footer p a, #site-footer a { border-bottom: 1px dotted rgba(165,172,175,0.45); }

.site-footer li { margin: 0 !important; }

/* MOBILE STYLES */

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
}

@media screen and (min-width: 1025px) {
}

@media screen and (max-width: 1025px) {
}

@media screen and (min-width: 800px) {
}

@media screen and (max-width: 800px) {
}
