/*
Theme Name:     Divi-TechMinded
Theme URI:		https://tech-minded.com/
Description:    Tech Minded variant (child) of Divi theme.
Version:		1.210329
Author:         Neil Ticktin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

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

/* use the Google fonts from the local server for speed */
/* See reference articles at:
https://wpmudev.com/forums/topic/hummingbird-font-display-and-inefficient-cache-policy-issue/
https://onlinemediamasters.com/load-google-fonts-locally-wordpress/
https://www.elegantthemes.com/blog/resources/how-to-use-downloaded-fonts-in-wordpress-without-a-plugin

@font-face {
    font-family: 'aventurabold';
    src: url('/wp-content/aventura-bold-webfont.eot');
    src: url('/wp-content/aventura-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/aventura-bold-webfont.woff2') format('woff2'),
         url('/wp-content/aventura-bold-webfont.woff') format('woff'),
         url('/wp-content/aventura-bold-webfont.ttf') format('truetype'),
         url('/wp-content/aventura-bold-webfont.svg#aventurabold') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
*/

/*===== Hover image swap =====*/

.bottom-image {
position: absolute !important;
}

.top-image {
opacity: 1;
transition: all 0.4s;
}

.top-image:hover {
opacity: 0;
}



#footer-info
{
	font-size: 16px;
}

p.specialfooter {
	vertical-align: top;
}

h2 {
/* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

h2.MidPageSectionTitle {
	padding-top: 20px;
	line-height: 1.6em;
}

h2.Tight, h3.Tight {
	line-height: 1.2em;
}

ul.twoColumns {
	list-style-type: disc;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	width: 60%;
}

ul.threeColumns {
	list-style-type: disc;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	list-style-position: inside;
}

/*
@media only screen and (min-width: 1600px) {
	.et_pb_slider .et_pb_slide:nth-child(1) .et_parallax_bg {
		background-image: url('YOUR IMAGE') !important;
	}
}
*/

.et_pb_slider .et_pb_slide {
	background-size: 100% 100%;
}

.et_pb_slide_description {
	margin-top: 100px;
}

.Sessions-Chair-Listing img {
	margin-left: 0;
}

.Speaker-Listing img {
	width: 225px;
	margin-bottom: 35px;
	margin-left: 50px;
}

.Session-Listing img {
	width: 225px;
	margin-bottom: 100px;
	margin-left: 50px;
}

.Sessions-Chair-Listing img {
	height: 225px;
}

.et_pb_member_social_links {
	margin-bottom: 50px;
}

.et_pb_gallery_image {
	max-width: 225px;
	max-height: 200px;
}

.et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
.et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
	margin-left: 60px;
}


/* The following are for the "Logos" plug-in to properly lay out the grids for sponsors */

.ls-techminded-media-sponsors, 
.ls-techminded-individual-events, 
.ls-techminded-national-gold-silver-bronze, 
.ls-techminded-events {
	padding-bottom:2%;
	padding-left:2%;
	padding-right:10%;
}

.lshowcase-logos {
	text-align:left !important;
}

.lshowcase-box-1, 
.lshowcase-box-2, 
.lshowcase-box-3,
.lshowcase-box-4 {
	float: center;
	position: relative;
	padding-top:0%;
}

.lshowcase-box-3 {
	width: 33%;
	padding-bottom:10%;
	padding-left:5%;
	padding-right:5%;
}

.lshowcase-box-4 {
	width: 25%;
	padding-bottom:8%;
	padding-left:2%;
	padding-right:2%;
}

img.lshowcase-boxInner {
	max-height:150px;
}
