/***================= Event Banner 10-14-2023 ==================================**/

  .event-wrapper{
          
          min-height:inherit ;
          overflow: hidden;
          
        }
  
        .event-body{
          	
            min-height: 632px;
            background-image: url('https://www.readersmagnet.com/wp-content/uploads/2023/10/background-for-events.webp');
            background-size:100% 100%;
            background-repeat: no-repeat;
        }

        .event-body .event-two-columns{
            display: grid;
            grid-template-columns: 66% 34%;
			min-height:inherit;
			
        }
		.event-body .first-column{
			padding: 0 0 20px 20px;
		}
        .event-body .first-column .just-a-wrapper{
            max-width: 1038px;
            margin: 110px 0px 0px auto;
        }
        .event-body .first-column .event-title{
            font-family: 'Bebas Neue';
            font-weight:700;
            font-size: 55px;
            color:#c00000 !important;
            text-align: center;
        }
      	
        .event-body .first-column .images-wrapper{
            display: flex;
			flex-wrap:nowrap;
            align-items: flex-end;
            justify-content: space-between;
            position: relative;
            top: -70px;
          	min-height:200px;
          	height:fit-content;
        }
        .event-body .first-column .images-wrapper a{
            display: grid;
            height: 100%;
          	align-items:flex-end;
            min-height:inherit;
				
        }
        .event-body .first-column .images-wrapper a:nth-child(2){
            position: relative;
            top: 33px;
        }
		.event-body .first-column .images-wrapper img{
			transition:300ms ease 0s;
		}
        .event-body .first-column .images-wrapper img:hover{
            transform: scale(1.12);
        }
        .event-body .first-column .text-wrapper {
            max-width: 1000px;
            margin: 0 0 0 auto;

        }
      .event-body .first-column .text-wrapper .hl{
        color:#c00000;
        font-weight:500
      }
        .event-body .first-column .text-wrapper p{
            text-align: center;
            color:#000;
            line-height: 1.8em;
            font-family: 'Poppins';
          	font-size:16px;
            font-weight:500;
			text-shadow: 5px 5px 10px rgba(255,255,255,.5);
           
        }
        .event-body .first-column .text-wrapper p:nth-child(2){
            max-width: 800px;
            margin:20px auto 0;
        }
        .event-body .first-column .text-wrapper .button-wrapper{
            margin-top:30px;
            text-align: center;
        }
        .event-body .first-column .text-wrapper .button-wrapper a{
            color:#fff;
            background-color:#f10000;
            font-size: 18px;
            text-transform: uppercase;
            font-family: 'Poppins';
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            padding: 10px 20px;
            border-radius: 30px;
            transition: 300ms ease 0s;
        }
        .event-body .first-column .text-wrapper .button-wrapper a:hover{
            transform: scale(1.2);
        }
        .event-body .sidebar{
			
            height: 100%;
        }

        .event-body .sidebar img{
          
            height: 100%;
			vertical-align:middle;
        }
  

        .event-footer{
          	position:relative;
          	z-imdex:2;
            display: flex;
          
        }
        .event-footer .lifting-it-up{
            width: 100%;
            background-image: url('https://www.readersmagnet.com/wp-content/uploads/2023/10/lifting-it-up-with-uplift.webp');
            background-size:100% 100%;
            background-repeat: no-repeat;
			height: 100px;
          
        }
        .event-footer .adjoin{
            width: 100%;
            background-image: url('https://www.readersmagnet.com/wp-content/uploads/2023/10/adjoin.webp');
            background-size:100% 100%;
            background-repeat: no-repeat;
			height: 100px;
      
        }

        @media only screen and (max-width:980px){
			
           .event-body{
                background-size: cover;
			    background-position:-100px center;
            }
            .event-body .event-two-columns{
                grid-template-columns: 100%;
              
            }
			.event-body .first-column{
				padding: 0;
				  width:98%;
                margin:0 auto;
				gap:0;
			}

            .event-body .first-column .images-wrapper{
                flex-direction: column;
                justify-content: center;
                align-items: center;
				gap:0;
				max-width:250px;
				margin:0 auto 20px;
				position:static;
				
            }
			.event-body .first-column .images-wrapper a{
				align-items:center;
				
			}
			.event-body .first-column .images-wrapper a:nth-child(2){
           		position: static;
            
      		}
			.event-body .first-column .text-wrapper p{
				background-color:rgba(255,255,255,.8)
			}
			
            .event-body .sidebar{
                display: flex;
                justify-content: flex-end;
            }
			  .event-body .sidebar img{
                max-height: 350px;
               
            }
 
            .event-footer{
                flex-direction: column;
                height: 200px;
            }

         
	
          
        }

/***================= End of Event Banner 10-14-2023 ==================================**/