#imgtec-fbox-webinars-template {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 0;
    margin: 0 -10px;
}
.imgtec-fbox-webinar {
    width: 31.73%;
    box-sizing: border-box;
    text-align: left;
    background: #FFF;
    margin: 0px 10px 20px 10px;
    padding: 0 0 30px;
    border: solid #dbdbdb;
    border-width: 1px 1px 5px 1px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.0);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.imgtec-fbox-webinar:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-color: #c7c7c7;
}

.imgtec-webinar-image {
    position: relative;
}

.imgtec-play-icon {
    position: absolute;
    top: 9px !important;
    left: 0px;
}
a.btn-webinar {
    text-align: center !important;
    color: #FFF !important;
    background: #4f1455;
    border: none;
    letter-spacing:0px;
    text-shadow: none !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px;
    font-size:13px;
    text-transform: uppercase;
    font-weight: 500;
}
a.btn-webinar i {
    margin-right: 15px;
}
a.btn-webinar:hover,
a.btn-webinar:focus,
a.btn-webinar:active,
a.btn-webinar:visited {
    color: #FFF !important;
}
a.btn-webinar:hover {
    background-color:#690da2;
}

.imgtec-fbox-webinar a {
    color: #777;
}
.imgtec-webinar-info,
.imgtec-webinar-more-details {
    padding: 16px 30px 20px;
    font-size: 14px;
    line-height: 20px;
    color:#686868;
}

h1.imgtec-webinar-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #1a1a1a;
line-height:30px;
}
p.imgtec-webinar-date {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    text-transform: UPPERCASE;
    line-height: 20px;
}

.imgtec-webinar-more-details {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0px 30px;
    text-transform: uppercase;
}
.imgtec-webinar-more-details a {
    color: #400863 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/*===== Filters Styles =====*/
#imgtec-webinars-searchform-container {
    margin: 40px auto 50px;
    padding: 0;
    max-width: 1280px;
    height: 70px;
}
.imgtec-fwp-webinars-searchform {
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: left;
    margin: 0 auto;
    padding: 10px 0;
}
.imgtec-fwp-webinars-searchform .facetwp-dropdown {
    font-size: 0.7em;
    width: 100%;
}

.imgtec-fwp-webinars-searchform select.facetwp-dropdown,
.imgtec-fwp-webinars-searchform .facetwp-type-dropdown {
    background-color: #fafafa;
    border-color: #cccccc;
    border-right: none !important;
    height: 70px !important;
    font-size: 15px;
    font-weight: 500;
}
.imgtec-fwp-webinars-searchform .facetwp-facet {
    margin-bottom: 20px;
    height: 70px;
    background-color: #fafafa;
    flex-grow: 2;
}
.imgtec-fwp-webinars-searchform .facetwp-facet-search_generic_use {
    margin-bottom: 40px;
    height: 70px;
    background-color: #fafafa;
    box-sizing: border-box;
    flex-grow: 10;
}
.imgtec-fwp-webinars-searchform input.facetwp-search {
    margin-bottom: 40px;
    height: 70px;
    background-color: #fafafa;
    box-sizing: border-box;
    width: 100%;
}
.imgtec-fwp-webinars-searchform i.facetwp-btn {
    display: none;
}
.imgtec-fwp-webinars-submit-button,
.imgtec-fwp-webinars-action-button {
    max-height: 70px;
    padding: 10px 25px;
    flex-grow: 1;
}
.imgtec-fwp-webinars-submit-button,
.imgtec-fwp-webinars-submit-button:active,
.imgtec-fwp-webinars-submit-button:visited,
.imgtec-fwp-webinars-submit-button:focus {
    background-color: #4f1455;
}
.imgtec-fwp-webinars-action-button,
.imgtec-fwp-webinars-action-button:active,
.imgtec-fwp-webinars-action-button:visited,
.imgtec-fwp-webinars-action-button:focus {
    background-color: #956c99;
    border-radius: 0px 2px 2px 0px;
}
.imgtec-fwp-webinars-submit-button:hover {
    background-color: #2e0c31;
}
.imgtec-fwp-webinars-action-button:hover {
    background-color: #644866;
}

/*Responsive styles*/
@media (max-width: 1024px){
.imgtec-fbox-webinar {
    width: 47.2%;
    }
h1.imgtec-webinar-title {
    font-size: 22px;
    line-height: 27px;
    }
p.imgtec-webinar-date {
    font-size: 13px;
    line-height: 18px;
    }
.imgtec-webinar-more-details {
    font-size: 13px !important;
    }
.imgtec-webinar-more-details a {
    font-size: 13px !important
    }
}
@media (max-width: 767px){
.imgtec-fbox-webinar {
    width: 100%;
    }
.imgtec-fwp-webinars-searchform {
    display: flex;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    margin: 0 auto;
    padding: 0px 0;
    }
.imgtec-fwp-webinars-searchform .facetwp-facet {
    margin-bottom: -1px;
    }
#imgtec-webinars-searchform-container {
    margin: 40px auto 330px;
    }
.imgtec-fwp-webinars-searchform .facetwp-type-dropdown {
    border-right:1px solid #ccc !important;
    }
    .imgtec-fwp-webinars-submit-button {
    height:70px;
    }
}
