/*
Theme Name:   Divi Child 2024
Theme URI:    https://nationalhempassociation.org
Description:  Child Theme of Divi
Author:       National Hemp Association
Author URI:   https://nationalhempassociation.org
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divi_child_2024
*/

/*------------------- FOOTER ----------------------------------------*/
#main-footer {
    background-color: transparent;
}
#footer-bottom {
    background-color: #776247;
}
#footer-info {
    color: #fff;
}
#footer-info, #footer-info a {
    color: #ffffff;
}
/*#main-footer .container{
   background-color: #fff;
}*/
/*-------------------VIDEO CARDS LAYOUT -------------------------------*/
.page-id-25877 .entry-content{
   max-width: 90%;
   margin: 0 auto;
   position: relative;
}
#educational_hemp_course_series { 
   position: relative;
   margin-top: 1rem; 
}
#educational_hemp_course_series h3 { 
   font-weight: 400;
   padding-bottom:6px;
}
.flex_display{
   position:relative;
   display:flex;
   flex-wrap:wrap;
   padding-bottom: 27px;
   margin-left: 30px;
   justify-content: space-evenly;
}
.hemp_series_page_logo{
   text-align: center;
}
.hemp_series_page_logo img{
   width:50%;
   max-width:50%;
   margin-right:20px; 
}

.video_card{ 
   /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/ 
   min-width:300px;
   width:326px;
   padding-bottom:27px;
}
.video_card_text{ 
   padding: .7rem .5rem;
   background: #458536;
   color: #fff;
}
@media only screen and (min-width: 1101px){
    .video_card{ 
      width:320px; 
   }
}
@media only screen and (min-width: 981px) and (max-width: 1100px){
    .video_card{ 
      width:40%;
   }
}

@media (max-width: 980px) {
   .video_card {
       width: 100%;
   }
}