/*======================================
Theme Name: FCOM
Theme URI: https://fconnow.com/
Description: FCOM Theme
Version: 1.0
Author: Clinch
Author URI: https://clinchmg.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */


.session-card{
    color: rgb(66, 84, 102);
	text-decoration: none;
	flex: 1 1 100%;
	margin: 15px auto 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
	/*box-shadow: 0 7px 25px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);*/
	width: 100%;
	border: 1px solid rgba(66, 71, 112, 0.06);
}
.session-filter h3{
    font-weight: bold;
    font-size: 19px;
    color: #f77102;
}
.clear-filter{
    text-align: right
}
.clear-filter button{
    apperance: none; 
    -webkit-appearance: none; 
    border: 0; 
    color: #275EAB;
    font-weight: bold; 
    padding: 10px;
    font-size: 14px
    
}
.facetwp-checkbox{
    font-size: 16px;
}

.speaker-card{
    color: rgb(66, 84, 102);
	text-decoration: none;
	flex: 1 1 100%;
	margin: 15px auto 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
	/*box-shadow: 0 7px 25px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);*/
	width: 100%;
	border: 1px solid rgba(66, 71, 112, 0.06);
}

.speaker-image-cropper {
    width: 200px;
    height: auto!important;
    position: relative;
    overflow: hidden;
    border-radius: 4%;
    border: 4px solid #FE6B1B;
    /*transform: translateY(-25px);*/
    max-height: 200px;
}

.image-cropper img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}


h1.sponsor-type-heading {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #888;
}
h1.sponsor-type-heading:before, h1.sponsor-type-heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #CCC;
}
h1.sponsor-type-heading:before {
    margin-left: -50%;
    text-align: right;
}
.sponsor-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    /* flex: 1 0 33%; */
    padding: 40px 10px;
}
.sponsor-item{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    justify-content: center;
    flex-direction: row;
    flex: 1 1 33%;
}
.sponsor-image{
    background: #fff;
    border: 1px solid #efefef;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px 25px;
    box-shadow: 1px 0px 21px 4px rgba(0,0,0,0.10);
        min-width: 320px;
    min-height: 200px;
}

.session-delivery-icon{ 
    background: #AAA;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 7px 9px;
    margin: 0px 7px 0px 0px;
    min-width: 32px;
    text-align: center;
}

.session-delivery-wrapper{
  color: #666;
  font-size: 18px;
  font-weight: bold;
}