/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

f
/*------------------------------------*\
  BODY FORMATTING & INITIALIZING
\*------------------------------------*/




/*--THERE ARE 3 CHANGES TO THIS STYLESHEET THAT NEED TO BE MADE-----------------------september26---*/	


*,*:after,*:before, .global-exterior-wrap, nav, header, .global-interior-wrap, main, aside, footer{ 
	-wbkit-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-wbkit-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	padding:0;
	margin:0;	
}

.home .indiegogo-card{
	display: block;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2021/05/joinus.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
width:100%;
	height:504px;
	 margin:0;
	 padding-bottom:10px; 
}

.home .indiegogo-card svg{
	margin-top: 150px;
}

.checkout-page-wrap{
display:grid;
	grid-gap:8px;
grid-template-columns: 1fr 1fr;
grid-template-areas:
"email email"
"first-name last-name";
}

.single #imageorder #imageorderp{
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	

	
}
.single #imageorder #imageorderp img{
    max-width: 100%;
	width: 150px; 
    height:150px;
	object-fit: cover; 

}

.email, .first-name, .last-name{
	color:white;
}
.email{
grid-area: email;
display:grid;
height: 40px;
}

.purple-alert{
	color:purple;
}

.first-name input{
grid-area: first-name;
display:grid;
height: 40px;
	width:250px;
}

.last-name input{
grid-area: last-name;
display:grid;

height:40px;
	width:250px;
}

.film-festival-logo svg{
	width:150px;
	z-index:80;


}
.the-48-logo-frame #logo{
	width:95px;
}
.the-48-logo-frame #logo {
	margin-top:-1px;
	
}
.the-48-logo-frame #logo:hover {
	fill: #66e0ff;
}

.film-festival-logo  {
	margin-top:-89px;
	margin-left:96px;
	z-index:80;
	
}
.film-festival-logo{
	cursor:default;
}
.the-48-logo-frame {
	z-index:70;
}

.home .search-input {
		padding-bottom:5px;
	}

.home .search-footer-wrap{
	background: none;
	z-index:1;
/*	border: solid .5px #3308ac;*/
}

main .search-footer-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/copper-vertical-02-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;	
}
main .search-footer-wrap{
	padding-top:30px;
}
.page .search-footer-wrap{
	background:none;
	border:none;
	padding-top:30px;
}



.home .vote{
	margin: auto;
	width: 100%;
	background: black;	
	font-family: "Quicksand", sans-serif;
	
}

.home .vote a{
	margin: 20px auto;
	color: goldenrod;
	font-size: 40px;
	font-family: "Quicksand", sans-serif;
	
}

.home .vote p{
	font-family: "Quicksand", sans-serif;
}

.our-team .p-jean-memory{
	margin-top:-200px;
}

.home .what-horizontal-header-button, .page .what-horizontal-header-button, .single .what-horizontal-header-button, .category .what-horizontal-header-button {
	display:none;
}
.alberta .region-end{
	margin-bottom:500px;
}
/*------------------------------------*\
PHOTO GALLERY
\*------------------------------------*/

div.gallery img{ 
	width: 100%; 
	max-width:300%;		
}
div.gallery {
	display:grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));	
	
}




.manitoba-registration-the-manitoba-meet-n-greet .blog-bullets{
	margin-left: 30px;
	padding-top: 8px;
}



.sponsors-logo-color{
	margin-left:-40px;
}




.hoversquare{
	opacity:.9;
	object-fit: scale-down;
	background-repeat: no-repeat;
	background-position: top;
	z-index: 6;
} 
.hoversquare:hover{
	opacity:.1;
}

.home .hoversquare-text-block p{
	font-size:19px;
	color:goldenrod;
	padding: 0 auto;
	height:34px;
	z-index: 9;	
	text-decoration:underline;
}

.home .hoversquare-text-block{
	display:grid;
	text-align:center;
	background:black;
	color:white;
	z-index: 9;
}

.home .hoversquare-text-block p:hover{
	display:block;
	font-size:19px;
	color: #66a3ff;
	z-index: 9;
}



body{
	font:400 12px/1.4 'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
	color:black;
}
footer, .page-heading, .category-blog .page-heading{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:black;
	font-weight:bold;
}
.category-comments,.category-excerpt,.comment-form-url, div.loop-comments, div.loop-excerpt, aside, comments,.divider, #post-3 .page-heading, .page-id-173 .page-heading{
	display:none;
}
ul{ 
	list-style-type:none;
}
h1{
	text-align:center;
	margin-bottom:40px;
	font-size: 45px
}
.h2-archive{
	margin-bottom:60px;
	text-align:center;
}
.p-return-space{
	padding-bottom:30px;
}
.single-post .p-caption{
	margin:-20px 0 40px 0;
	font-size:11px;
}
.scalable-image{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

.img-side-by-side {
	width: 150px;
	
}

.we-seek{
	font-weight:900;
}


.center, .the-48-film-festival-2021-22-press-release .center{
	text-align: center;
	
}

.page-content-section .center{
	display:block;
	margin:0 auto;
	padding-bottom: 20px;
}


.page .logo-fit{
	width:200px;
	height:100%;
}

.the-48-film-festival-2021-22-press-release .attachment-post-thumbnail{
	display:none;
}

.the-48-film-festival-2021-22-press-release .immediate-release{
	padding-top:10px;	
}
.the-48-film-festival-2021-22-press-release .the-48-ff-2021-22{
	padding-top:30px;		
}
.the-48-film-festival-2021-22-press-release .the-first-canada-wide{
	padding:30px 0;	
}

.the-48-film-festival-2021-22-press-release .timeline{
		padding-top:50px;	
}

.the-48-film-festival-2021-22-press-release .timeline-content{
	padding-left: 50px;
	font-size:18px;
	line-height:26px;
}



.the-48-film-festival-2021-22-press-release .the-48-ff-2021-22-bottom{
	padding-top:80px;
}


.the-48-film-festival-2021-22-press-release .wp-image-1155, 
.the-48-film-festival-2021-22-press-release .wp-image-1526{
	width:100%;
	max-width: 2500px;
	margin:0;
	padding:0;
}

.the-48-film-festival-2021-22-press-release p{
	padding: 10px;
}

.ol-style{
	margin-left: 50px;
	font-size: 18px;
	
}
.ol-style li{
	margin-bottom:24px;
}
.get-started-end, .about-us-end, .abar-dei-end{
	padding-bottom: 80px;
}
/*-----  Button Behavior Begin ---------*/
main a,footer a,a.close-x,.tab label,.ul-horizontal-navigation-bar a,.ul-vertical-dropdown-overlay a,.ellipsis-header-menu, ul.breadcrumb li a, .dropdown-content a,.dropdown-content-blog a,.privacy-sitemap a{
	text-decoration:none;
	cursor:pointer;
}
.page .archives-by-month-wrap, .search .archives-by-month-wrap, .archive .archives-by-month-wrap, .category .archives-by-month-wrap{
	padding-left:30px;
	margin-top: ;
	margin-bottom:;
}
/******************************************************\
 * Page font colors 
 * ***************************************************/
.page h1,.page h2,.page h3,.font-white{
	color:white;
}
.font-black{
	color:black;
}
.google-meet .click-google-meet-window{
	border: goldenrod solid .5px;
}
.google-meet .click-google-meet-window:hover{
	border: fuchsia solid .5px;
	padding:1px 1px 0 0;
}
.google-meet .click-google-meet-window:active{
	border: darkmagenta solid .5px;
	padding:0 0 1px 1px;
}
.font-white a,.partners-sponsors a, .page a,.our-team a,.our-team-bendrix a,.our-team-maddin a{
	color: darkgoldenrod;
}
.font-white a:hover,.partners-sponsors a:hover,.page a:hover,.our-team a:hover,.our-team-bendrix a:hover,.our-team-maddin a:hover{
	color:fuchsia;	
}
.font-white a:active,.partners-sponsors a:active,.page a:active,.our-team a:active,.our-team-bendrix a:active,.our-team-maddin a:active{
	color:darkred;
	margin:1px 1px 0 0;
}
.page-heading-h1{
	font-weight:400;
}
.page-heading-h1 a{
	text-decoration:none;
}
/******************************************************\
 * special handling
 * ***************************************************/

.mainpage-footer {
	border: .5px solid black;	
}
.page .mainpage-footer h2, .page .mainpage-footer p{
	display:block;
	text-align:center;
	color:black;
	
}
.page .mainpage-footer h2{
	padding-top:60px;
}
.page .support-our-work{
	padding-bottom:60px;
}
.page .learn-about-48{
}
.page .support-our-work  {
	width:350px;
}

.how-to-contribute .mainpage-footer, .page .timeline-full-text{
	display:none;
}
.how-to-contribute-section h2,.how-to-contribute-section .support-our-work,.how-to-contribute-section .learn-about-48,.guiding-principles-goals-section,.guiding-principles-goals-section .p-style{
	text-align:center;
}
.how-to-contribute-section .get-involved{
	padding-top:60px;
}
.timeline-full-text p{
	padding-bottom:30px;
}
.guiding-principles-goals-section{
	padding: 100px 0;
}
.single-page-content{
	margin-top:-130px;
}
.span-dropdown-svg{
	position: relative;
	bottom:-5px;
	margin-left:5px;
}
.page .google-meet-launch img{
	padding:-90px 0;
}
.page .google-meet-launch:hover{
	color:lightblue;
}

.about-us .p-style span{
	font-size:22px;
	font-weight:500;
	color:fuchsia;
}
.about-us h2{
	font-size:22px;
	font-weight:700;
}
/******************************************************\
 * Page background images
 * ***************************************************/
.span-highlight{
	color:fuchsia;
}

.toronto-travel-tips .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/slate_blue_alt-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}

.toronto-travel-tips .page-heading-h2 {
	color:white;
	margin:0 auto;
	text-align:left;
	font-weight:600;
	padding-bottom:15px;	
}

.toronto-2022 .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/slate_blue_alt-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.toronto-2022 .h3-destination-event {
margin-top: -20px;
}


.about-us .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/slate_blue_alt-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.about-us .page-heading-h1{
	margin-top:30px;
}
.abar-and-dei .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/slate_blue_alt-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.abar-and-dei .page-heading-h1{
	margin-top:30px;
}

.get-started .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/copper-vertical-02-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.get-started .page-heading-h1{
	margin-top:30px;
}

.google-meet .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/copper-vertical-02-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}

.google-meet .page-content-section img{
	display:block;
	margin:0 auto;
}
.google-meet .join-google-meetup{
	text-align:center;
}
.google-meet .each-month-we-google-meet{

}
.google-meet .hoversquare:hover{
	opacity:.6;
	color:white;
	z-index:1;
}
.google-meet .google-meet-logo{
	padding-bottom:30px;
	padding-top:140px;
}
.google-meet .if-you-have-this-browser{
	margin-bottom:100px;
}
.how-to-contribute .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image02-1-e1601051462367.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:1000px;
	 margin:0;
	 padding:0;  
	}
.how-to-contribute .page-heading-h1{
	margin-top:-85px;
}
.our-team-maddin .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/green-vertical-scaled.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.our-team-bendrix .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/copper-vertical-01-scaled-e1601237548440.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.back-to-our-team{
	margin:50px 0 200px 0;
	padding-left:3vw;
	font-size:20px;
}
.our-team-bendrix .page-heading-h1{
	margin-top:30px;
}
.our-team-maddin .page-heading-h1{
	margin-top:30px;
}
.our-team-bendrix .no-underline{
	 text-decoration:none;
}
.our-team .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/foR-sponsors-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.partners-sponsors .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/foR-sponsors-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:3400px;
	 margin:0;
	 padding:0;  
	}
.partners-sponsors .page-heading-h1{
	margin-top:-80px;
}
.tiff-bell-lightbox .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.tiff-bell-lightbox .tiff-a-cultural-center{
	margin:20px 0 400px 0;
}
.what-is-the-48 .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image03-e1601182010300.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:100%;
	 margin:0;
	 padding:0; 
	}
.what-is-the-48 .canada-map{
	width:80%;
	opacity:.6;
	margin:0 auto;
	display:block;
}
.what-is-the-48 .lots-of-prizes-awards,.what-is-the-48 .all-teams-that-register{
	margin-top:20px;
}
.what-is-the-48 .barrier-next-to-zero{
	margin-bottom:100px;
}
.what-is-the-48 .covid-19{
	padding:40px 0;
	margin: 0;
	border: black .5px solid;
	background-color: lightgray;
}
.what-is-the-48 .covid-19 h2{
	color:black;
	margin:0 auto;
	text-align:center;
	font-weight:900;
	padding-bottom:15px;	
}

.page-h2-color-scale, .page-h2-color{
	color:magenta;
}
.page-h2-color-scale{
	font-size:26px;
}

.map-image {
	max-width:670px;
	width:100%;
	height:100%;
}

.page-timeline-magenta{
	display:block;
	color:magenta;
}

.page-timeline-salmon{
	
	color:salmon;
}

.page .strike-red{
	color: gray;
	margin-top:-20px;
	text-decoration:line-through;
}
.page .bullet{
		margin:0 6vw;
	margin-bottom:40px;
}
.bullet-style{
	padding: 10px 4vw;
}
.page .calendar-first-para{
	margin-bottom:30px;
}
.page .bottom-quote{
	font-size: 15px;
	text-align:center;
	width: 70%;
	font-style:italic;
	color:white;
	padding-top:60px;
}
.page .red-alert, .red-alert{
	color:red;
}

.page .key-event{
	font-size:25px;
	font-weight: 600;
	margin-bottom: -20px;
}
.page .region-margin{
	margin: 0 2%;
}
.page .region-end {
	padding-bottom:140px;
	margin-top: -40px;
}
hr{
	display: block;
	border:0;
	margin: 6px auto 2px auto;
	height:1.5px;
	width:80%;
	background-image: linear-gradient(to right, transparent, white, transparent)
}

.yukon .main-section-wrap, .saskatchewan .main-section-wrap, .ontario .main-section-wrap, .nova-scotia .main-section-wrap, .northwest-territories .main-section-wrap, .newfoundland .main-section-wrap, .new-brunswick .main-section-wrap, .manitoba .main-section-wrap, .british-columbia .main-section-wrap, .alberta .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/foR-sponsors-background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	 margin:0;
	 padding:0; 
	}

.yukon-calendar .main-section-wrap, .saskatchewan-calendar .main-section-wrap, .ontario-calendar .main-section-wrap, .nova-scotia-calendar .main-section-wrap, .northwest-territories-calendar .main-section-wrap, .newfoundland-calendar .main-section-wrap, .new-brunswick-calendar .main-section-wrap, .manitoba-calendar .main-section-wrap, .alberta-calendar .main-section-wrap, .british-columbia-calendar .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2021/04/province-territory-calendar-e1619384499578.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	 margin:0;
	 padding:0; 
	}


/*------------------------------------*\
        HOW THE 48 WORKS PAGE CODE
\*------------------------------------*/
.how-the-48-works .main-section-wrap{
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	 height:1400px;
	 margin:0;
	 padding:0;
}
.how-the-48-works .page-heading-h1{
	margin-top:-20px;
}
.how-the-48-works .main-page{
	display:grid;
	grid-template-columns:1fr;
	grid-template-areas: 	
	"main-section-wrap"	
	"timeline-full-text"
	"mainpage-footer";	
}


.how-the-48-works .main-section-wrap{
	grid-area: main-section-wrap; 
}
.how-the-48-works .timeline-full-text{ 
	display:block;
	grid-area: timeline-full-text; 
	padding:0;
	margin:0;
}
.how-the-48-works .mainpage-footer{
	grid-area: mainpage-footer; 
	background-color: #eee7dd;	
}
.how-the-48-works .page-content-section{
	display:grid;
	grid-template-columns: 1fr;
	grid-template-areas:		
		"timeline-glance"
		"arrow-timeline"
		"main-visual-timeline"
		"timeline-full-text";
	
}
.how-the-48-works .arrow-timeline{
	grid-area: arrow-timeline;
	display:grid;
	margin:0 auto 0 auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"arrow-pointer"
		"main-visual-timeline";
}
.how-the-48-works .arrow-pointer {
grid-area: arrow-pointer;
z-index:1;
margin:0 auto 0 auto;
width:18px;	
}
.how-the-48-works .main-visual-timeline{
	grid-area: main-visual-timeline;
	display:grid;
	z-index:2;
	margin-top:-900px;
	grid-template-columns: 1fr 45px 1fr;
	grid-template-areas:
		". timeline-1 timeline-text-1"
		"timeline-text-2 timeline-2 ."
		". timeline-3 timeline-text-3"
		"timeline-text-4 timeline-4 ."
		". timeline-5 timeline-text-5"
		"timeline-text-6 timeline-6 .";
}
.how-the-48-works .timeline-glance{
	grid-area: timeline-glance;
	margin: 40px auto 80px auto;
	padding: 0 20px;
	width:250px;
	font-size:22px;
	font-weight:900;
	text-align: center;
}
.how-the-48-works .timeline{
	grid-area: timeline;
	display:grid;
	margin:20px auto 0 auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"timeline-img";
}	
.how-the-48-works .timeline img{
	grid-area: timeline-img;
	margin:0 0 0 0;
}
.how-the-48-works .timeline-text{
	grid-area: timeline-text;
	font-size:17px;
	margin:20px 5px 0 5px;
}
.how-the-48-works .timeline-text p{
	font-size:13px;
}
.how-the-48-works .timeline-1{
	grid-area: timeline-1;
}
.how-the-48-works .timeline-2{
	grid-area: timeline-2;
}
.how-the-48-works .timeline-3{
	grid-area: timeline-3;
}
.how-the-48-works .timeline-4{
	grid-area: timeline-4;
}
.how-the-48-works .timeline-5{
	grid-area: timeline-5;
}
.how-the-48-works .timeline-6{
	grid-area: timeline-6;
}
.how-the-48-works .timeline-text-1{
	grid-area: timeline-text-1;
	text-align:right;
}
.how-the-48-works .timeline-text-2{
	grid-area: timeline-text-2;
	text-align:left;
}
.how-the-48-works .timeline-text-3{
	grid-area: timeline-text-3;
	text-align:right;
}
.how-the-48-works .timeline-text-4{
	grid-area: timeline-text-4;
	text-align:left;
}
.how-the-48-works .timeline-text-5{
	grid-area: timeline-text-5;
	text-align:right;
}
.how-the-48-works .timeline-text-6{
	grid-area: timeline-text-6;
	text-align:left;
}
.how-the-48-works .timeline-title-even{
	font-weight:900;
	text-align:right;
}
.how-the-48-works .timeline-title-odd{
	font-weight:900;
	text-align:left;
}
.how-the-48-works .timeline-full-text{
	margin:2vw;
	padding:15px;
	
}
.how-the-48-works .timeline-text-adjust{
	margin:5px 0 0 0;
	padding-left:20px;
}
.how-the-48-works .timeline-title-adjust{
	font-weight:900;
	margin:-28px 0 0 46px;
	line-height:20px;
	color:black;
	font-size: 22px;
}
.how-the-48-works .timeline-text-adjust-2{
	margin:0 0 0 0;
	padding-left:20px;
}
.how-the-48-works .timeline-title-adjust-2, .p-body-title-adjust{
	font-weight:900;
}
.how-the-48-works #background-date-1, #post-210 #background-date-2{
font-size:45px;
	opacity:.4;
}
.how-the-48-works .main-page{
	border-left: black solid .5px;
	border-right: black solid .5px;
}

/******************************************************\
 * Partners & Sponsors
 * ***************************************************/
.partners-sponsors .main-article-wrap{
	padding:0 4vw;
}
.partners-sponsors .h2-partners-sponsors{
	font-size:28px;
	margin-top:50px;
}
.partners-sponsors .h3-partners-sponsors{
	font-size:20px;
}
.partners-sponsors .p-partners-sponsors{
	font-size:17px;
	margin-bottom:20px;
}
/******************************************************\
 * OUR TEAM - BENDRIX & MADDIN
 * ***************************************************/
.our-team-bendrix .consolidate-bendrix,.our-team-maddin .consolidate-maddin{
	margin:0 auto;
}
.our-team-bendrix .consolidate-bendrix .bendrix-name-title, .our-team-bendrix .consolidate-bendrix .bendrix-name-title p,.our-team-maddin .consolidate-maddin .maddin-name-title, .our-team-maddin .consolidate-maddin .maddin-name-title p{
	text-align:center; 
}
.our-team-bendrix .consolidate-bendrix img,.our-team-maddin .consolidate-maddin img{
	display:block;
	margin: 80px auto 0 auto;
}
.our-team .consolidate-bendrix,.our-team .consolidate-maddin{
	display:block;
	margin: -60px auto 0 auto;
}

.our-team-maddin .maddin-name{
	grid-area: maddin-name;
	display:inline-block;
	margin:-10px auto 0 auto;
	padding:0;
	color:goldenrod;
	font-size:70px;
	font-weight:300;
}
.our-team-bendrix .bendrix-name{
	grid-area: bendrix-name;
	display:inline-block;
	margin:-10px auto 0 auto;
	padding:0;
	color:goldenrod;
	font-size:70px;
	font-weight:300;
}
.our-team-maddin .maddin-job-title{
	grid-area: maddin-job-title;
	color:white;
	margin:-20px auto 20px auto;
	font-size:19px;
	font-weight:500;	
}

.our-team-bendrix .bendrix-job-title{
	grid-area: bendrix-job-title;
	color:white;
	margin:-20px auto 20px auto;
	padding-left:8px;
	text-align:center;
	font-weight:300;
	font-size:20;
}
.our-team-maddin .maddin-bio-boxed-in{
	display: grid;
	color:white;
	grid-gap:20px;
	grid-area: maddin-bio-boxed-in;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"maddin-bio";
}
.our-team-bendrix .bendrix-bio-boxed-in{
	display: grid;
	color:white;
	grid-gap:20px;
	grid-area: bendrix-bio-boxed-in;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"bendrix-bio";
}








/*------------------------------------*\
  MAIN GRID
\*------------------------------------*/

/* 1 kkk */
/******************* SECTION SEARCH *******************/
.search-footer-wrap{
	display:grid;
	z-index:1;
	grid-area: search-footer-wrap;
	grid-template-columns: 1fr;
	grid-template-areas: 
	"search-footer-form-wrap";
}
.search-footer-form-wrap{
	display:grid;  
	grid-template-columns: 1fr;
	grid-template-areas: 
	"search-submit"
	"search-input";
}
.search-input{
	display:grid;
	grid-area: search-input;

	border-radius:15px;
	background:lightblue;
	opacity:.4;
}
.search-input:hover{
	opacity:.8;
}
.search-input:focus{
	border-width:0px;
border:none;
}
.search-submit{
	grid-area: search-submit;
}
input::placeholder{
	font-size:20px;	
}
input.search-input{
	padding:0 0 0 20px;
}
input { 
 
  line-height:30px;		
} 
input, input::placeholder{
	color:black;
	opacity:.9;
}



/*------------------------------------*\
START MENU Dropdowns & Overlay
\*------------------------------------*/
.ul-vertical-dropdown-overlay {
	grid-area: ul-vertical-dropdown-overlay;
	position: relative;
	top: -2900px;
	height: 2680px;
	font-size: 22px;
	box-sizing: border-box;
	opacity: .98;
	transition: top 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	padding:50px 0 0 0;
	z-index:2;
	color: #333;
	background-image: linear-gradient(#c9930a,goldenrod 99%);
}
.ul-vertical-dropdown-overlay a{
	display: block;
	text-align:center;
	margin:20px 0 0 0;
	color:black;
}
.ul-vertical-dropdown-overlay p{
	text-align:center;	
}
.ul-vertical-dropdown-overlay a:hover {
	display: block;
	text-align:center;
}
#toggle {
	position: absolute;
	display:none;
}
#toggle:checked ~ .ul-vertical-dropdown-overlay {
	top:0px;
}
.close-x {
	display:flex;
	flex-direction:row-reverse;
	padding-right:34px;
}
.close-x:hover{
	margin: 2px 2px 0 0;
}
/*------------------------------------*\
END MENU Dropdowns & Overlay
\*------------------------------------*/

/*-- These are the dark grey labels in the dropdown hamburger menu  ---*/
label{
	background:  #5d5b5f  ;
}
/*-- This is the height ONLY for the blue surrounding the hamburger menu  ---*/
label p{
	height:40px;	
}
/*-- This is ONLY goldenrod color hover for all those in the dropdown overlay  ---*/
label p:hover, .close-x:hover{
color:goldenrod;
}
/*-- This is the height ONLY for the lor hover for all those in the dropdown overlay  ---*/
label .dropdown-label-text{
	height:35px;
	margin-top:0;		
}
/***** this is the "a" text in the dropdown overlay */
.close-x, .ul-vertical-dropdown-overlay p, label::after, .label2 a{
	color:white;
	fill:white;
}
/*------------------------------------*\
START Labels for Dropdowns
\*------------------------------------*/
label, .label2{
	display: block;    
	padding: 8px 22px;
	margin: 0 auto 1px auto;
	cursor: pointer;
	border-radius: 3px;
	position: relative; /* ADDING THIS IS REQUIRED */	
}
.label3, .label4{
	padding: 8px 0 0 0;
	margin:  -33px 0 0 0;
	border-radius:0;
	display: block;    
}
label p.dropdown-label-text a{
	margin: 0 auto 0 auto;
	font-weight: bold;
}
.label3 p,.label4 p{
/*	display: flex;  */
	align-items: center; 
	flex-direction: column; 
	font-weight:bolder;
	font-size:15px;
	letter-spacing: 1px;
	text-align:center;
}
label::after {
	content: '+';
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	padding-right:60px;
	top: 2px;
}
.label2::after, .label3::after, .wpf_form label::after{
	content: '';	
}
label.form-check-label{
	display: block;    
	margin: 0 auto 1px auto;
	cursor: pointer;
	border-radius: 3px; 
	padding: 10px 25px;
	border: 1px solid #A7A7A7;
}
label.form-check-label::after{
	content: '□';
	right: 14px;
	top: 3px;
}
input {
	display: none;
}
input.here{
	display:block;
}
input:checked + label.form-check-label::after {
	content: '■';
	right: 14px;
	top: 3px;
}
input:checked + label::after {
	content: '-';
	right: 14px;
	top: 3px;
}
input:checked + .label2::after, input:checked + .label3::after, input.here:checked + .label3::after{
	content: '';
}
input + label + .content, input + label + .content2, input + label + .content3, input.here + label + .content4{
	display: none;
}
input:checked + label + .content, input:checked + label + .content2, input.here:checked + label + .content4{
	display: block;
}
/* This is the background for the dropdown window from the overlay under the tabs*/
.content, .content2, .content4 {
	background: #E2E5F6;
	padding: 10px 0;
	border: 1px solid #A7A7A7;
	margin: 0 0 1px 0;
	border-radius: 3px;
}
.content a, .content2 a,.content4{
	margin: 8px auto;
	padding: auto;
	color:black;
}
/* this the hover that highlights the whole inline row of the text ONLY UNDER THE Tabs on rollover */
.content a:hover, .content2 a:hover,.content4:hover{
	color:goldenrod;
}
.label4{
	margin-top:-140px;
}
/*------------------------------------*\
END Labels for Dropdowns
\*------------------------------------*/

/*--------- NAV HORIZONTAL TEXT COLOR -------------*/
.horizontal-header-button .dropbtn,.home-horizontal-header-button .dropbtn,.blog-horizontal-header-button .blog-hover-square{
	color:#ffbf00;	
}
/*--------- NAV HORIZONTAL TEXT HOVER COLOR -------------*/
.dropdown:hover .dropbtn {
	color:  #3308ac ;
	background-color:  #66a3ff;	
}
.dropdown .dropbtn:active{
	color:  #3308ac ;
	background-color:  #66a3ff;
}
.blog-horizontal-header-button .blog-hover-square:hover{
	color:  #3308ac ;
}
/* background color of text in MAIN NAV*/
.dropbtn,.blog-hover-square,.label3{
	background-color: #0066ff;	
}
/*------------------------------------*\
  HEADER GRIDS
\*------------------------------------*/



/*----------Global Wrap Start----------*/
nav {
	grid-area: nav;

	display: grid;
	height:61px;

	background:#0066ff;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"ul-horizontal-navigation-bar"
		"search-footer-wrap"
		"ul-vertical-dropdown-overlay";
}
.ul-horizontal-navigation-bar {
	grid-area: ul-horizontal-navigation-bar;
	display: grid;
	margin: 0 auto;
	flex-direction: row;
	background:#0066ff;
	height:61px;
	z-index:3;
	grid-template-columns:  1fr;
	grid-template-areas: 
		"cover-dropdown";
}
.ul-horizontal-navigation-bar a{
	display:flex;
	text-decoration-line: none;
	text-align:left;
	color:white;
	
}
.cover-dropdown {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	grid-area: cover-dropdown;
	background:#0066ff;
	margin: 0px auto 0 auto;
	padding:0 70px;
	height:61px;
	width:100%;
	max-width: 1000px;	
	
}
.horizontal-header-button { 
	margin: 18px 0 0 0;
		z-index:52;
}
button{
	margin-top:-18px;
	padding:18px 8px 18px 8px;

}
.home-horizontal-header-button {
	height:110px;
	padding:-300px 0 0 0;

	display:block;
}
.home-horizontal-header-button svg{
	margin-top:0px;
	display:block;
	align-items: center;
	justify-content: center;
	height:110px;
	fill:#ffbf00;	
}
.invisible-hover-square{
	padding:0 20px;
		
} 
.who-horizontal-header-button{
	margin-left:-20px;
	
}
.blog-hover-square{
	margin: -18px 0 0px 0;
}
/* Dropdown Button */
.dropbtn,.blog-hover-square {
	padding:-6px 0 20px 0;
	font-size: 20px;
	border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown, .dropdown2 {
	position: relative;
	display: inline-block;	
}
.ellipsis-header-menu .more-ellipsis{
	color:#ffbf00;
}
.ellipsis-header-button .more-ellipsis{

}
.more-ellipsis .dot-ellipsis{
	
	font-size:34px;
	letter-spacing: 3px;
	font-weight:bold; 

	
}
.dot-ellipsis{
	margin-right:-40px
	
}
/*-----------------------------------------------
MAIN NAV Hover, active and focus states BEGIN
------------------------------------------------*/

/*----------HOME Rotate Spin START----------*/
@keyframes spin {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(-360deg); }
}
@keyframes depth {
  0 { text-shadow: 0 0 black; }
  25% { text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black; }
  50% { text-shadow: 0 0 black; }
  75% { text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black, -5px 0 black; }
  100% { text-shadow: 0 0 black; }
}
/*----------HOME Rotate Spin END----------*/
.home-horizontal-header-button:hover #spinner{
	fill:fuchsia;
}
.invisible-hover-square:hover{
	animation-name: spin, depth;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	text-align: center;
	padding:0 20px;
}
.home-horizontal-header-button svg:active,.blog-hover-square:active{
	fill:darkred;
}
.ellipsis-header-button:hover{
	padding:1px  0 0 1px;	
}
.more-ellipsis:hover{
	padding-bottom:1px;
}
/*-----------------------------------------------
MAIN NAV Hover DROPDOWN MENU BEGIN
------------------------------------------------*/
.dropdown-content { 
	visibility: hidden; /* hides sub-menu */
	margin-top:.3px;
	min-width: 250px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(-.3em);
	transition: all 0.3s ease-in-out 0s, visibility 1s linear 0.3s, z-index 0s linear 0.01s;
}
.blog-content{ 
	visibility: hidden; /* hides sub-menu */
	margin-top:.3px;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -70px;
	width: 100%;
	transform: translateY(-.3em);
	transition: all 0.3s ease-in-out 0s, visibility 1s linear 0.3s, z-index 0s linear 0.01s;
}
.horizontal-header-button:focus .dropdown-content, .horizontal-header-button:focus .dropdown-content-blog,
.horizontal-header-button:focus-within .dropdown-content, .horizontal-header-button:focus-within .dropdown-content-blog, .horizontal-header-button:hover .dropdown-content,.horizontal-header-button:hover .dropdown-content-blog {
	  visibility: visible; /* shows sub-menu */
	  opacity: 1;
	  transform: translateY(0%);
	  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/* Links inside the dropdown */
.dropdown-content a, .dropdown-content-blog a{
	color:#2c0792;
	padding: 12px 16px;
	font-size:18px;
	display: block;
	border-top: darkblue .5px solid;
	border-bottom: darkblue .5px solid;
}
/*--------- this turns the horizontal menu dropdown NICE BLUE COLOR HOVER COLOR  -------------*/
.dropdown-content, .dropdown-content-blog{
	background-color: #66a3ff;	
}
/*--------- hover over selected dropdown menu  -------------*/
.dropdown-content a:hover,.dropdown-content-blog a:hover {
	background-color:  #66e0ff;
	color: #2c0792;
	font-size:18.8px;	
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content-blog{
	display: block;	
	color:#66a3ff;
}

/*------------------------------------*\
MAIN Countdown START
\*------------------------------------*/


.vote{
	display:grid;
	font-family: "Quicksand", sans-serif;
	grid-area:vote; 	
	grid-template-columns: 1fr;
	background:orange;
}




.home .ccfm{
	grid-area:ccfm;
	display:grid;
	z-index:1;
	border: solid .5px #3308ac;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"ccfm-img";
}

.home .ccfm img{
			grid-area:ccfm-img;
	width:100%;
	height: auto;
}

.div-main-countdown{
	display:grid;
	padding:50px 0;
	grid-area:div-main-countdown; 	
	grid-template-columns: 1fr;
	background:black;
	grid-template-areas: 
		"p-website"
		"p-coming-soon"
		"ul-site-countdown"
		"p-learn-more";
}
.div-main-countdown *{
	text-align: cen
		ter;
	font-family: "Quicksand", sans-serif;
}

.div-main-countdown	 .p-website{
		display:block;
		text-align:center;
	}
	 .div-main-countdown p{
		text-align:center;
		margin:0 auto;
	}
	
.div-main-countdown p{
	grid-area:p-film-festival;
	text-align:center;
	font-weight:semi-expanded;
	color:white;
}
.div-main-countdown .p-website{
	grid-area:p-website;
	font-size: 32px;
	color:white;
	display:block;
}

.div-main-countdown .p-coming-soon{
	grid-area:p-coming-soon;
	display:block;
	color:white;
	font-size: 24px;
}	
.ul-site-countdown {
	display:grid;
	grid-area:ul-site-countdown;
	color: white;
	padding: 40px;
	
}
.div-main-countdown .p-learn-more{
	grid-area:p-learn-more; 
	font-size: 19px;
	padding: 20px 0;
	color:white;
}
.div-main-countdown .p-learn-more a{

	color:goldenrod;
}
.ul-site-countdown li {
	display:inline-block;
	font-size: 19px;
	padding: 30px;
	text-transform: uppercase;
}
.ul-site-countdown li span {
	display: block;
	font-size: 40px;
}
.days{
	grid-area:days;
}
.hours{
	grid-area:hours;
}
.minutes{
	grid-area:minutes;
}
.seconds{
	grid-area:seconds;
}
#post-173 .post-edit-link{
	display:none;
}
/*------------------------------------*\
MAIN Countdown END
\*------------------------------------*/
/*------------------------------------*\
  ALL MAIN START
\*------------------------------------*/

.home a{
	text-decoration:none;
}
.home .span-read-more{
	text-decoration:underline;
}
/*------------------------------------*\
  MAIN INDEX GRID START 
\*------------------------------------*/

.home main {
	display:grid;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"homepage-wrap";
}
.home .homepage-wrap{
	grid-area: homepage-wrap;
}

.home .make-box p{
	text-align: center; 
	margin: 100px auto; 
	padding:0 4vw;
	color: white; 
	font-weight: 400; 	
}
.home .welcome a{
	font-weight: 400; 
	font-size:20px;
}
.home .make-box .span-heading, .home .shell .span-heading, .home .make-box .span-read-more,.home .welcome a{
	color: goldenrod;	
	cursor:pointer;
}
.home .make-box .span-heading:hover, .home .shell .span-heading:hover, .home .make-box .span-read-more:hover, .home .welcome a:hover{
	cursor:pointer;
	color:#66a3ff; 
}
.home .make-box .span-heading:active, .home .shell .span-heading:active, .home .make-box .span-read-more:active,.home .welcome a:active{
	color:darkred; 
}

.span-coming-soon{
	color: goldenrod;
}
.span-get-started{
	font-size:28px;
	color: whitesmoke;
}
  

    



/* 1 jjj */


.home .canada-map-text2 {
	margin-top:-40px;
	grid-column: 4 / span 4; 
	grid-row: 4 / span 4; 
	z-index:2;	
}
.home .the-48-contact-footer-logo2 {
	grid-column: 1/span 6; 
	grid-row: 1/span 5; 
	margin-right:100px;
	z-index:1;		
}
	





.home .new-post-homepage-wrap .make-box{
	height:100%;
/*	background: rgba(0, 0, 0, .6);*/
}
.home .exclusive-screening, .home .shell {
	z-index:2;
	height:120px;
	
/*	background: rgba(0, 0, 0, .8);*/
}
.home .meet-the-alum {
	z-index:2;
	background: rgba(0, 0, 0, .8);
}

.home .new-post-homepage-wrap li{
	text-align: center;
	align-items: center;
	justify-content: center;	
}
.home .how-to-get-involved .box-fade, .home .how-it-works .box-fade, .home .how-to-get-started .box-fade, .exclusive-screening .box-fade, .meet-the-alum .box-fade{
	z-index:2;
	height:100%;
	margin-top:-100px;
}

.shell .box-fade{
		z-index:2;
	height:100%;
	margin-top:-95px;
	
}
.home .shell .box-fade p{
	font-size:18.5px;
}

.google-meet .box-fade{
		z-index:2;
	height:100%;
}
.home .how-to-get-involved p, .home .how-it-works p, .home .how-to-get-started p{
	padding-top: 60px;
}

.home .exclusive-screening p, .home .shell p{
	padding:20px;
}
.home .shell{
	grid-area:shell;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image_projector.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
	border: solid .5px #3308ac;
}
.home .exclusive-screening{
	grid-area:exclusive-screening;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image_projector.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
	border: solid .5px #3308ac;
}
.home .meet-the-alum{
	grid-area:meet-the-alum;
	display:grid;
	z-index:1;
	
	border: solid .5px #3308ac;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"alum-img";
}
.home .meet-the-alum img{
			grid-area:alum-img;
	width:100%;
	height: auto;
}

.home .how-it-works{
	grid-area:how-it-works;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
	border: solid .5px #3308ac;
}

.home .ccfm{
	grid-area:ccfm;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image_projector.jpg");
	background-repeat: no-repeat;
	background-size: 500%;
	z-index:1;
	border: solid .5px #3308ac;
}

.home .how-to-get-involved{
	grid-area:how-to-get-involved;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_iphone_rev.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
	z-index:1;
	border: solid .5px #3308ac;
}
.home .how-to-get-started{
	grid-area:how-to-get-started;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/HP_image_slate.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
	z-index:1;
	border: solid .5px #3308ac;
}
.home .new-post-homepage-wrap{
	grid-area:new-post-homepage-wrap;
	display:grid;
	border: solid 1px #3308ac;
	background-image: url("https://the48filmfest.ca/wp-content/uploads/2020/09/119727313_391549485173962_149875411642804649_n.jpg");
	background-repeat: no-repeat;
	background-size:  cover;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"duo-blog";
}
.home .duo-blog{
	grid-area:duo-blog;
	display:grid;
	margin:0 auto;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"new-post-title"
		"new-post-homepage"
		"new-post-date";
}
.home .new-post-homepage{
	grid-area:new-post-homepage;
	font-weight:bolder;	
	color:red; 
	font-size:15px;
	z-index:3;
	margin:0 auto;
	
}
.home .new-post-date{
	grid-area:new-post-date;
	color:white;
	z-index:3;
	font-size:15px;	
	margin:0 auto;
}

.home .google-meet{
	grid-area: google-meet;
	z-index:1;

}


.home .dattachment-post-thumbnail, .home .new-post-thumbnail{
	display: none;
}
/*--------- Main Index.php BLOG hyperlink text hover -------------*/
.home .new-post-title {
	grid-area:new-post-title;	
	padding-top:60px;
}
.home .new-post-title a{
	color: goldenrod;
}
.home .new-post-title a:hover{
	color: #66a3ff;
}
.home .new-post-title a:active{
	color:darkred;
}



/*------------------------------------*\
  MAIN INDEX GRID END
\*------------------------------------*/
main a{
	text-decoration:underline;
}

/*------------------------------------*\
     UNIVERSAL LOOP CODE
\*------------------------------------*/
main {
	display:grid;
	margin:0 auto;
  	grid-template-columns: 1fr;
  	grid-template-areas: 
		"main-section-wrap";
}
.main-section-wrap {
	grid-area: main-section-wrap;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"search-footer-wrap"
		"page-heading"
		"main-article-wrap"
		"previous-next-button";		
}
.main-article-wrap {
	grid-area: main-article-wrap;
	grid-template-columns: 1fr;
	grid-template-areas: 	
		"loop-wrap";
} 
.loop-wrap{
	display:grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"loop-date"
		"loop-thumbnail"
		"loop-title"
		"loop-author"
		"archives-by-month-wrap"
		"loop-edit-post";
}
div.loop-edit-post{
	grid-area: loop-edit-post;
	display:none;
}
div.loop-line{
	grid-area: loop-line;
	margin: 40px auto 1px auto;
	width:130px;
	border-top:2px solid #053a26;
	display:none;
}
div.loop-date{
	grid-area: loop-date;
	display:block;
	margin:0 auto 4px auto;
} 
div.loop-thumbnail img{
	grid-area: loop-thumbnail;
	display:block;
	margin: 0 auto;
	padding:10px 20px;
 	width:100%;
	max-width:400px;
}
div.loop-title{
	grid-area: loop-title;
	display:block;
	margin: 0px auto;
	width:300px;
	font-size:18px;
	
}
div.loop-author{
	grid-area: loop-author;
	display:none;
	margin: 4px auto 100px auto ;
	
}
div.page-heading{
	margin:0 15vw 0 15vw;
	text-align: center;
	font-weight: bolder;
	font-size:30px;
}
div.archives-by-month-wrap{
	display:grid;
	padding:80px 0 30px 0;
	grid-area: archives-by-month-wrap;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"h2-archives"
		"ul-archives";
}
div.archives-by-month-wrap h2 {
	grid-area: h2-archives;
	font-size: 20px;

}
div.archives-by-month-wrap ul {
	grid-area: ul-archives;
	font-size:16px;	

}
div.previous-next-button a{
	grid-area: previous-next-button; 
	font-weight: bolder;
	font-size: 28px;

}
div.previous-next-button {
	display:block;
	margin: 0px auto 140px auto;	
	padding: 80px 0 0 0 ;
}

/*------------------------------------*\
        ARCHIVES CODE
\*------------------------------------*/

.archive main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 	
	"main-section-wrap";
}
.archive .search-footer-wrap{
	grid-area: search-footer-wrap; 
}
.archive .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"search-footer-wrap"
	"archive-page-heading"
	"archive-main-article-wrap"
	"archive-archives-by-month-wrap"
	"archive-previous-next-button"
	"archive-single-post-edit";
}
.archive .main-article-wrap{
	grid-area: archive-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"archive-single-page-content";
}
.archive .page-heading{
	grid-area: archive-page-heading;
	padding:80px 0 50px 0;
	
}
.archive .single-post-edit{
	grid-area: archive-single-post-edit;
	display:none;
}
.archive .single-page-content{
	grid-area: archive-single-page-content;
}
.archive .archives-by-month-wrap{
	grid-area: archive-archives-by-month-wrap;
	
}

/*------------------------------------*\
        MAIN CATEGORY CODE
\*------------------------------------*/

.category-blog main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 	
	"main-section-wrap";
}
.category .search-footer-wrap{
	grid-area: search-footer-wrap; 
}
.category-blog .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 
	"search-footer-wrap"
	"category-page-heading"
	"category-main-article-wrap"
	"category-archives-by-month-wrap"
	"category-previous-next-button"
	"category-single-post-edit";
}
.category-blog .main-article-wrap{
	grid-area: category-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"category-single-page-content";
}
.category-blog .page-heading{
	grid-area: category-page-heading;
	padding-top:80px;
	
}
.category-blog .single-post-edit{
	grid-area: category-single-post-edit;
	display:none;
}
.category-blog .single-page-content{
	grid-area: category-single-page-content;
}
.category-blog .archives-by-month-wrap{
	grid-area: category-archives-by-month-wrap;
	display:grid;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"h2-archives"
	"ul-archives";
}
.category-blog .h2-archives{
	grid-area: h2-archives;
}
.category-blog .ul-archives{
	grid-area: ul-archives;
}
.category-blog .previous-next-button{
	grid-area: category-previous-next-button;
}
/*------------------------------------*\
        TAG CODE
\*------------------------------------*/
.tag main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 	
	"main-section-wrap";
}
.tag .search-footer-wrap{
	grid-area: search-footer-wrap; 
}
.tag .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 
	"search-footer-wrap"
	"tag-page-heading"
	"tag-main-article-wrap"
	"tag-previous-next-button"
	"tag-single-post-edit";
}
.tag .main-article-wrap{
	grid-area: tag-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"tag-single-page-content";
}
.tag .page-heading{
	grid-area: tag-page-heading;
	padding-top:80px;
}
.tag .single-post-edit{
	grid-area: tag-single-post-edit;
	display: none;
}
.tag .single-page-content{
	grid-area: tag-single-page-content;
}
.tag .previous-next-button{
	grid-area: tag-previous-next-button;
	
}
/*------------------------------------*\
        SEARCH CODE
\*------------------------------------*/

.search main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 	
	"main-section-wrap";
}
.search .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"search-footer-wrap"
	"search-page-heading"
	"search-main-article-wrap"
	"search-archives-by-month-wrap"
	"search-previous-next-button"
	"search-single-post-edit";
}
.search .main-article-wrap{
	grid-area: search-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"search-single-page-content";
}
.search .page-heading{
	grid-area: search-page-heading;
	padding-top:80px;
	padding-bottom:50px;
}
.search .single-post-edit{
	grid-area: search-single-post-edit;
	display:none;
}
.search .single-page-content{
	grid-area: search-single-page-content;
}
.search .archives-by-month-wrap{
	grid-area: search-archives-by-month-wrap;
	display:grid;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"h2-archives"
	"ul-archives";
}
.search .h2-archives{
	grid-area: h2-archives;
}
.search .ul-archives{
	grid-area: ul-archives;
}

.search .previous-next-button{
	grid-area: search-previous-next-button;
}
.search-results div.loop-wrap{
	margin:0 auto;
}
.search-single-post-edit{
	grid-area: search-single-post-edit;	
}

/*------------------------------------*\
    SEARCH AGAIN
\*------------------------------------*/
.search-no-results .category-heading{
margin:0 auto 40px auto;	
	
	text-align: center;
	font-size:45px;
}
.search-no-results .loop-article-wrap{
	display:grid;
	padding-top:40px;
	margin:0 auto 0 auto;
	text-align:center;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"try-again-wrap"
}

.search-no-results .try-again-wrap {
	display:grid;
	margin:0 auto;
	grid-area: try-again-wrap;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"try-again-svg"
		"try-again-text";
}		
.search-no-results .try-again-svg{
	grid-area: try-again-svg;
	margin:0 auto 30px auto;
	width: 50vw;
	max-width: 200px;
}
.search-no-results .try-again-text {
	grid-area: try-again-text;
	margin:0 auto 0 auto;
	max-width:300px;
	text-align:justify;
	text-justify: inter-word;
	font-size:16px;
}
/*------------------------------------*\
     404 ERROR
\*------------------------------------*/
.main-article-wrap{
	display: grid;
	margin:0 auto;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"error-wrap";
}
.error-wrap {
	grid-area: error-wrap;
	margin:0 auto;
	display:grid;
	grid-template-columns: 1fr;
	grid-template-areas:
		"page-not-found"
		"error-image"
		"thanks-pixnio-site"
		"error-paragraph";
}	
.page-not-found{
	grid-area: page-not-found;
	font-size:34px;
	margin: 80px auto -100px auto;
}
.error-image{
	grid-area: error-image;
	display:block;
	margin:140px auto 0 auto;
 	width:85vw;
	max-width:700px;
}
.thanks-pixnio-site {
	grid-area: thanks-pixnio-site;
	display:block;
	margin:1px 0 60px 0;
	text-align:center;
	font-size:12px;
}
.error-paragraph{
	grid-area: error-paragraph;
	display:block;
	margin:0 auto 80px auto;
	text-align: justify;
	text-justify: inter-word;
	font-size:16px;
	width:300px;
}

/*------------------------------------*\
      PAGE CODE
\*------------------------------------*/
.main-page, .category-blog main, .archive main{
padding: 0 auto 300px auto;	
	background:#f8f5f1;
} 
.main-page .page-heading,.category-blog .page-heading{
	margin:0;
	text-align: center;
}
.main-page .page-heading p, .category-blog .page-heading p{
	font-weight: bolder;
	font-size:40px;
	text-align: center;
}



.h2-body-grow{
	font-size:22px;
	color:#3308ac;
}
.div-header-image{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

.div-header-image .h1-heading {
	grid-column: 1/span 5; 
	grid-row: 1/span 5;   
	z-index:2;	
	color:white;
	padding-top:60px;
}
.div-header-image{
	padding-bottom:60px;
}
.div-header-image img {
	grid-column: 1/span 5; 
	grid-row: 1/span 5; 
	z-index:1;		
	opacity:.9;
	object-fit: cover;
	width:100%;
	height:100%;
	max-height: 200px;
	max-width: 900px;
}


/*------------------------------------*\
        MAIN PAGE CODE
\*------------------------------------*/
.page main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 
	"main-section-wrap"		
	"mainpage-footer";
	}
.page .search-footer-wrap{
	grid-area: search-footer-wrap;

}
.page .mainpage-footer{
	grid-area: mainpage-footer; 
	background-color: #eee7dd;
}
.page .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 
	"search-footer-wrap"
	"page-page-heading"
	"page-main-article-wrap"
	"page-archives-by-month-wrap"
	"page-previous-next-button"
	"page-single-page-edit";

}

.page .main-article-wrap{
	grid-area: page-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"page-single-page-content";
}


.page .page-heading{
	grid-area: page-page-heading;
	display:none;
}
.page .single-page-edit{
	grid-area: page-single-page-edit;
	display:none;
}
.page .single-page-content{
	grid-area: page-single-page-content;
}

.single .single-post-content svg{
	grid-area: page-single-page-content;
}

.page .archives-by-month-wrap{
	display:none;
}

/*------------------------------------*\
        MAIN SINGLE  CODE
\*------------------------------------*/
.single .page-heading{
	display:none;
}
/*------------------------------------*\
        MAIN SINGLE POST CODE
\*------------------------------------*/
.single-post main{
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"main-section-wrap";
}
.single-post .search-footer-wrap{
	grid-area: search-footer-wrap; 
}
.single-post .main-section-wrap{
	grid-area: main-section-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas: 
	"search-footer-wrap"
	"single-main-article-wrap";
}
.single-post .main-article-wrap{
	grid-area: single-main-article-wrap; 
	display:grid;
	margin:0 auto;
	grid-template-columns:1fr;
	grid-template-areas:
	"single-page-heading"
	"single-post-thumbnail"
	"single-post-content"
	"single-post-date-time"
	"single-post-author"
	"single-related-posts"
	"single-archives-by-month-wrap"
	"single-post-edit";
}
.single-post h1{
	grid-area: single-page-heading;
	font-size:28px;
	margin:120px auto 0 auto;
	padding:0;
	max-width:400px;
	width:100%;

}
.single-post .single-post-thumbnail{
	grid-area: single-post-thumbnail;
	display:grid;
	margin:10px auto 20px auto;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"post-thumbnail-img";
}
.single-post .single-post-thumbnail img{
	grid-area: post-thumbnail-img;
	width:100%;
	max-width:800px;
}
.single-post .single-post-date-time{
	grid-area: single-post-date-time;
	margin:40px 0 0 0;

}
.single-post .single-post-author{
	grid-area: single-post-author;
	margin:0 0 90px 0;
}
.blog-center{
	text-align:center;
	font-size:20px;
}
.single-post .single-post-content{
	grid-area: single-post-content;
	max-width: 800px;
	width:100%;
}
.single-post .related-posts{
	grid-area: single-related-posts;
	width: 280px;
	display:grid;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"related-posts-h3"
	"related-date-time"
	"related-thumbnail"
	"related-content";
}
.single-post .related-posts h3{
	grid-area: related-posts-h3;
	width: 280px;
	margin:0;
	padding:0;
	font-size:22px;
}
.single-post .related-date-time{
	grid-area: related-date-time;
	margin:4px 0 4px 0;
	padding:0;
}
.single-post .related-thumbnail{
	grid-area: related-thumbnail;
	display:grid;
	margin:0;
	padding:0;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"related-thumbnail-img";
}
.single-post .related-thumbnail img{
	grid-area: related-thumbnail-img;
	width:100%;
	width: 230px;
	margin:0;
	padding:0;
}
.single-post .related-content{
	grid-area: related-content;
	margin:-6px 0 40px 0;
	padding:0;
	font-size:18px;
	width: 230px;
}
.single-post .archives-by-month-wrap{
	grid-area: single-archives-by-month-wrap;
	display:grid;
	padding-bottom:150px;
	grid-template-columns:1fr ;
	grid-template-areas: 	
	"h2-archives"
	"ul-archives";
}
.single-post .h2-archives{
	grid-area: h2-archives;
	font-size:22px;
}
.single-post .ul-archives{
	grid-area: ul-archives;
}

.single-post .single-post-edit{
	grid-area: single-post-edit;
}
/*------------------------------------*\
 MAIN SINGLE RESPONSIVE EMBEDED VIDEO
\*------------------------------------*/
.single-post-video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}
.single-post-video iframe,.single-post-video object,.single-post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 10px auto 30px auto;
	padding-bottom:30px;
}  









footer {
	background:goldenrod;
}
footer p{
	font-weight:400;
}
footer a{
	color: black;
	fill: black;	
}
footer a:hover{
	color: darkviolet;
	fill: darkviolet;	
}

.social-media:hover, .get-involved:hover, .subscribe:hover, .participate-in:hover, .footer-google-meet:hover{
	fill: #6b00b3;
}
*:focus {
    outline: none;
}
/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
	grid-area: footer;
	display:grid;
	height: 1650px;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"footer-section-wrap";
}
.footer-section-wrap {
	grid-area: footer-section-wrap;	
	display:grid;
	margin: 0 auto;
	grid-template-columns: 1fr;
	grid-template-areas: 	
		"footer-article-wrap";		
}
.footer-article-wrap {
	grid-area: footer-article-wrap;
	display:grid;
	width:100%;
	max-width:1000px;
	margin: auto;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
		"footer-logo footer-logo"
		"p-footer-text p-footer-text"
		"footer-social-media footer-social-media"
		"meetup-group-button meetup-group-button"
		"participate-buttons participate-buttons"
		"involved-buttons involved-buttons"
		"subscription subscription"
		"sponsors-logo sponsors-logo"
		"p-copyright p-copyright"
		"p-privacy p-sitemap"; 
}
#the-48-contact-footer-logo{
	grid-area: footer-logo;
	display:grid;
	margin:0 auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"footer-logo-svg"
		"p9-footer-text";
}
#the-48-contact-footer-logo svg{
	grid-area: footer-logo-svg;
	margin:0 auto;
}
.p9-footer-text{
	grid-area: p9-footer-text;
	font-size:24px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#the-48-contact-footer-logo a,#the-48-contact-footer-logo a .cls-1 {
	margin:0 auto;
	color:black;
	fill:black;
}

#the-48-contact-footer-logo a:hover, #the-48-contact-footer-logo svg .cls-1:hover{
	fill:#6b00b3;
	color:#6b00b3;
}

#subscription{
	grid-area: subscription;
	display:grid;
	margin: 0 auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p1-subscription-text"
		"mailchimp";
}
.footer-social-media{
	grid-area: footer-social-media;
	display:grid;
	margin: 0 auto;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p2-footer-text"
		"ul-footer-social-media";
}
.ul-footer-social-media{
	grid-area: ul-footer-social-media;
	display:grid;
	margin: 0 auto;
	font-size:18px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:14px;
	grid-template-areas:
		"email facebook instagram" 
		"youtube tiktok spotify";
}
.p-footer-text{
	grid-area: p-footer-text;
    margin: 0 auto;
	font-size:36px;
	text-align: center;
}
.p1-subscription-text{
	grid-area: p1-subscription-text;
	margin: 20px auto 20px auto;
	font-size:24px;
	text-align:center;
}
.mailchimp{
	grid-area: mailchimp;
	margin: 0 auto 0 auto;
}
.p2-footer-text{
	grid-area: p2-footer-text;
	margin: 60px auto 20px auto;
	font-size:24px;
	text-align: center;
}
.social-media{
	margin: 0 auto;
}
.twitter{
	grid-area: twitter;
}
.instagram{
	grid-area: instagram;
}
.facebook{
	grid-area: facebook;
}
.email{
	grid-area: email;	
}
.spotify{
	grid-area: spotify;
}
.tiktok{
	grid-area: tiktok;
}
.vimeo{
	grid-area: vimeo;
}
.youtube{
	grid-area: youtube;	
}
.linkedin{
	grid-area: linkedin;	
}
.discord{
	grid-area: discord;	
}

.meetup-group-button{
	grid-area: meetup-group-button;
	display:grid;
	margin: 50px auto 20px auto;
	font-size:24px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p5-footer-text"
		"footer-google-meet";
}

.p5-footer-text{
	grid-area: p5-footer-text;
	margin:0 auto;	
	text-align:center;
}
.footer-google-meet {
	grid-area: footer-google-meet;
	margin:20px auto 5px auto;
	width:160px;
}

.participate-buttons{
	grid-area: participate-buttons;
	display:grid;
	margin: 20px auto 20px auto;
	font-size:24px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p4-footer-text"
		"register";
}
.p4-footer-text{
	grid-area: p4-footer-text;
	margin:0 auto;	
	text-align:center;
}
.register {
	grid-area: register;
	margin:20px auto 5px auto;
	width:160px;
}
.involved-buttons{
	grid-area: involved-buttons;
	display:grid;
	margin: 20px auto 20px auto;
	font-size:24px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p3-footer-text"
		"volunteers"
		"partner"
		"sponsors"
		"donate";
}
.p3-footer-text{
	grid-area: p3-footer-text;
	margin:0 auto;	
	text-align:center;
}
.volunteers {
	grid-area: volunteers;
	margin:20px auto 5px auto;	
	width:160px;
}
.sponsors {
	grid-area: sponsors;
	margin:5px auto;
	width:160px;
}
.partner {
	grid-area: partner;
	margin:5px auto;
	width:160px;
}
.donate {
	grid-area: donate;
	margin:5px auto;
	width:160px;
}

.sponsors-logo{
	grid-area: sponsors-logo;
	display:grid;
	margin: 50px auto 20px auto;
	font-size:24px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"p6-footer-text"
		"wac"
		"mac"
		"imaa";
}
.p6-footer-text{
	grid-area: p6-footer-text;
	margin:0 auto 30px auto;	
	text-align:center;
}
.wac {
	grid-area: wac;
	margin:5px auto;
	width:160px;
}
.mac {
	grid-area: mac;
	margin:5px auto;
	width:160px;
}
.imaa {
	grid-area: imaa;
	margin:20px auto;
	width:160px;
}
.div-body-content-section .h2-top{
	margin-top:80px;
}

.p-copyright{
	grid-area: p-copyright;
	margin: 180px auto 10px auto;
	font-size: 14px;
	text-align: center;	
}
.p-privacy {
	grid-area: p-privacy;
	margin-right:5px;
	text-align:right;
}
.p-sitemap{
	grid-area: p-sitemap;	
	margin-left:5px;
	text-align:left;
}
.the-48{
	font-weight:900;
	margin-right:5px;
}


/* On september26 delete the following search feature below this is VERY IMPORTANT!!! *************september26 */
/*  
       DELETE THE FOLLOWING BELOW
.page .search-footer-form-wrap{
		display:none;
.home .main-section-wrap .search-footer-wrap{
	display:none;
}
*/
.home .main-section-wrap .search-footer-wrap{
	display:none;
}
@media only screen and (min-width:1px) {
.page .search-footer-form-wrap{
		
	}
	
	.home .cbc-radio-interview,.home .cbc-radio-interview a,.home .cjob-radio-interview, .home .cjob-radio-interview a, .home .citytv-interview, .home .citytv-interview a{
		color:darkgrey;
	}
	.home .cbc-radio-interview a, .home .cjob-radio-interview a,.home .citytv-interview a{
		pointer-events: none;
	}
/* On september26 delete ALL THIS STUFF ABOVE.           *****************september26*/	
	
}




@media only screen and (min-width:310px) {
	.global-exterior-wrap{
		display:grid;
		grid-template-columns:1fr;
		grid-template-areas: 
		"nav"
		"global-interior-wrap"
		"footer";
	}
	.home .global-exterior-wrap{
			background-image: linear-gradient(#3308ac 45%,black 85%);
	}
	
	
	.home .homepage-wrap{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
	
		
			"search-footer-wrap-315"
			"div-main-countdown"
			"shell"
			"vote"
			"ccfm"
			"google-meet"
			"how-it-works" 
			"how-to-get-started" 
			"how-to-get-involved"
			"new-post-homepage-wrap"
			"exclusive-screening"
			"meet-the-alum";
	}	

	
	
	.home .global-interior-wrap{	
/* On september26 bring the following line back (OR NOT) background:#3308ac; VERY IMPORTANT!!! *************september26 */	
	background-image: linear-gradient(#3308ac 45%,black 85%);
	}
	.home main {
	/*	background-image: linear-gradient(#3308ac 45%,black 85%); *************september26 */	
				background-image: linear-gradient(#3308ac 45%,black 85%);
	}

	
	.global-interior-wrap{	
		background:white;
		
	}
	
	
	
	.home-horizontal-header-button {
	margin-top:6px ;
		margin-left:-60px;
	}
	.the-48-logo-frame {
		margin-left: 20px;
	}

	

	.ul-horizontal-navigation-bar{
	width:100%;	
	}	
	.ellipsis-horizontal-header-button, .vertical-header-button {
	display: inline;		
	}	
	.ul-vertical-dropdown-overlay{
		display: inline;
		margin-top:1px;	
	}
	.horizontal-header-button{
			display: none;
	}
	
	.ul-site-countdown{
		grid-area:countdown;
		font-size:20px;
		grid-template-columns:1fr 1fr ;
		grid-template-areas: 
		"days hours" 
		"minutes seconds";
	}
	
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px; 
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:600px;
	}
	.main-section-wrap p{
		font-size:16px;
		
	}
	.page .div-header-image{
		margin-bottom:-30px;
	}
	.main-page p, .category-blog main p{
		font-size:16px;
		text-align:left;
		margin:0 auto;
	}
	

	.tracking-text{
		font-size:14px;
		letter-spacing: .1px;
		font-weight:900;
	}


.page .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:150px;
		height:10px;
	}
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}

	
.home input::placeholder{
	font-size:14px;	
	margin-right:10px;
	}
.home input.search-input{
		padding:0 0 0 0px;
	}
.home input { 
	  width: 120px;
	  height:10px;
	  line-height:16px;		
	} 	
	
	
.home .gif-play video{
	grid-area:gif-play;
	display: grid;
	width:100vw;
	height:100%;
	margin: 0 auto;	
	padding: 0 auto;
	}
	
	
	

	
.home .make-box p{
		font-size: 18.5px;
		width:310px;
	}
.home .make-box .span-heading {
		width:100%;
	max-width:360px;
	}
.home .google-meet{
	height:300px;	
	width:100%;		
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 4vw;	
	}

.home .new-post-title{
	width:100%;
	max-width:360px;
	}
.home .new-post-title a, .home .make-box .span-heading{
		font-size:28px;
	}	
.home .new-post-date{
	}

	

.div-header-image img {
	grid-column: 1/span 5; 
	grid-row: 1/span 5; 
	z-index:1;		
	opacity:.9;
	object-fit: fit;
	width:100%;
	height:70%;
	max-height: 200px;
	max-width: 900px;
}


.our-team .our-bio{
		font-size:15px;
		padding:0 10px 30px 10px;
	}	
	
	div.gallery {
	margin: 10px;
	}
	.page .h2-style{
		padding:15px 10px 5px 10px;
		font-size:22px;
		color:darkkhaki;
	}
	.page .h3-style{
		padding:15px 10px 5px 10px;
		font-size:18px;
		color:orange;
	}
	.page .p-style, .page .logo-fit{
		padding:0 10px 25px 10px;
	}
	.single-post .main-article-wrap, .scalable-image{
		padding:0 10px;
	}
	.page .mainpage-footer h2, .page .mainpage-footer p{
font-size:14px;
}
	

	
/******************************************************\
 * OUR TEAM 
 * ***************************************************/

.our-team .main-page .bendrix-a ,.our-team .main-page .maddin-a {
	text-align:center;
	margin:-12px -0 0 0;
}

	.our-team .page-content-section{
	display: grid;
	grid-area: our-team-page-content-section;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"page-heading-h1"
		"consolidate-bendrix"
	/*	"consolidate-maddin" */
		"the-48-board";
}


.our-team .page-heading-h1{
	grid-area: page-heading-h1;	
	padding-bottom:40px;
}
	
	.main-article-wrap .section .consolidate-bendrix{
		padding: 0 auto;
	}
.our-team .consolidate-bendrix{
	grid-area: consolidate-bendrix;	
	margin: 0 auto;
	padding:0 auto;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"bendrix-image"
		"bendrix-name-title"
		"bendrix-bio-boxed-in";
}
	
/*
.our-team .consolidate-maddin{
	grid-area: consolidate-maddin;
	margin: 0 auto;
	padding:0 20px;
	grid-template-columns: 1fr;
	grid-template-areas: 
		"maddin-image"
		"maddin-name-title"
		"maddin-bio-boxed-in";
}
	
	*/
.our-team .bendrix-image{
	grid-area: bendrix-image;
	display:grid;
	margin:0 auto;
	padding:0;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"bendrix-image-img";
}
.our-team .bendrix-image img,.our-team-bendrix .bendrix-image img{
	grid-area: bendrix-image-img;
	width:250px;
	height:220px;
	margin:0 auto;
}
.our-team .bendrix-name-title{
	grid-area: bendrix-name-title;
	display:grid;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"bendrix-name"
		"bendrix-job-title";
}
.our-team .maddin-name-title{
	grid-area: maddin-name-title;
	display:grid;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"maddin-name"
		"maddin-job-title";
}
.our-team .bendrix-name{
	grid-area: bendrix-name;
	display:inline-block;
	margin:-10px auto 0 auto;
	padding:0;
	color:goldenrod;
	font-size:70px;
	font-weight:300;
}

.our-team .bendrix-job-title,.our-team-bendrix .bendrix-job-title{
	grid-area: bendrix-job-title;
	color:white;
	margin:-20px auto 20px auto;
	padding-left:8px;
	text-align:center;
	font-weight:300;
	font-size:20px;
}
.our-team .bendrix-bio-boxed-in{
	display: grid;
	color:white;
	grid-area: bendrix-bio-boxed-in;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"bendrix-bio";
}
.our-team .bendrix-bio{
	grid-area: bendrix-bio;
}
.our-team .consolidate-bendrix{
 padding-bottom:80px;

}

.our-team .maddin-image{
	grid-area: maddin-image;
	display: grid;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"maddin-image-img";
}
.our-team .maddin-image img,.our-team-maddin .maddin-image img{
	grid-area: maddin-image-img;
	width:250px;
	height:220px;
	margin:0 auto;
}
.our-team .maddin-name{
	grid-area: maddin-name;
	display:inline-block;
	margin:-10px auto 0 auto;
	padding:0;
	color:goldenrod;
	font-size:70px;
	font-weight:300;
}
.our-team .maddin-job-title, .our-team-maddin .maddin-job-title{
	grid-area: maddin-job-title;
	margin:-20px 0 20px 0;
	padding:0;
	color:white;
	font-weight:300;
	text-align:center;
	font-size:20px;
}

.our-team .maddin-bio-boxed-in{
	display: grid;
	grid-area: maddin-bio-boxed-in;
	grid-template-columns: 1fr ;
	grid-template-areas: 
		"maddin-bio";
}
.our-team .maddin-bio{
	grid-area: maddin-bio;
}
.our-team .the-48-board{
	grid-area: the-48-board;
	margin:20px 0 750px 0;
}
.our-team .the-48-board span{
	font-weight: 900;
	font-size:24px;
}
.our-team .the-48-board p{
	text-align:center;
	margin: 20px 0 40px 0;
	color:white;
}
	
	div.gallery {
	margin: 10px;
	}
	.page .h2-style, .page .h3-style{
		padding:15px 10px 5px 10px;
	}
	.page .p-style,.page .p-style-bio, .page .logo-fit{
		padding:0 10px 25px 10px;
	}
	.single-post .main-article-wrap{
		padding:0 40px;
	}

}


@media only screen and (min-width:340px) {
.page .div-header-image{
		margin-bottom:-50px;
	}
.page .mainpage-footer h2, .page .mainpage-footer p{
font-size:15.5px;
}


}

@media only screen and (min-width:600px) {
	.home-horizontal-header-button {
	margin-top:6px ;
	margin-left:-60px;
	}
	.the-48-logo-frame {
	margin-left: 20px;
	}
	
	.ul-site-countdown{
		grid-template-columns:1fr 1fr 1fr;
		grid-template-areas: 
		"days hours minutes"
			". seconds .";
	}
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:800px;
		border: .5px solid black;
	}



	.main-section-wrap p{
		font-size:18px;
	}
	.tracking-text{
		font-size:18px;
		font-weight:900;
	}
	.page .div-header-image{
		margin-bottom:-50px;
	}
	
	.home .homepage-wrap{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"search-footer-wrap-315"
			"div-main-countdown"
			"shell"
			"vote"
			"ccfm"
			"google-meet"
			"how-it-works" 
			"how-to-get-started" 
			"how-to-get-involved"
			"new-post-homepage-wrap"
			"exclusive-screening"
			"meet-the-alum";
	}
.page .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .search .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:200px;
		height:15px;
	}
	
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}


	
	.home .gif-play {
	grid-area:gif-play;
	display: grid;
	width:100vw;
	height:100%;
	margin: 0 auto;	
	padding: 0 auto;
	}
	
	

.home .make-box p{
		font-size: 22px;
		width:400px;
	}
.home .make-box .span-heading {
		width:100%;
	max-width:500px;
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 4vw;	
	}
.home .google-meet{
	grid-area:google-meet;
	height:300px;	
	width:100%;		
	}
.home .new-post-homepage{
	
	}
.home .new-post-title{
	width:100%;
	max-width:450px;
	}

	
	.home .make-box .span-heading{
		
	}	
.home .new-post-date{
	}


.div-header-image img {
	grid-column: 1/span 5; 
	grid-row: 1/span 5; 
	z-index:1;		
	opacity:.9;
	object-fit: cover;
	width:100%;
	height:100%;
	max-height: 200px;
	max-width: 900px;
}

	div.gallery {
	margin: 10px 20px;
	}
	.page .h2-style, .page .h3-style{
		padding:15px 20px 5px 20px;
	}
	.page .p-style,	.page .p-style-bio, .page .logo-fit{
		padding:0 20px 25px 20px;
	}
	.single-post .main-article-wrap, .scalable-image{
		padding:0 20px;
	}
.page .mainpage-footer h2, .page .mainpage-footer p{
font-size:18px;
}




}

@media only screen and (min-width:700px) {
	.global-exterior-wrap{
		display: grid;
		grid-template-columns:1fr;
		grid-template-areas: 
		"nav"
		"global-interior-wrap"
		"footer";
	}
	.global-interior-wrap{
		display:grid;
		background-color: white;
		grid-area: global-interior-wrap;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	
	.home .global-interior-wrap{
		display:grid;
	/*	background-image: linear-gradient(#3308ac 45%,black 85%);	september26 change back */  
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
.page .global-interior-wrap{
		display:grid;	 
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main"
	}

	.ul-horizontal-navigation-bar{
		width:100%;
		
	}
	.home-horizontal-header-button {
	margin-top:6px ;
	margin-left:-60px;
	}
	.the-48-logo-frame {
	margin-left: 20px;
	}
	.ellipsis-horizontal-header-button, .vertical-header-button {
		display: inline;	
	}	
	.ul-vertical-dropdown-overlay{
		display: inline;
		margin-top:1px;	
	}
	.horizontal-header-button{
			display: none;
	}



	
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px;
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:800px;
	}
	.main-page p, .category-blog main p{
		font-size:18px;
		text-align:justify;
		margin:0 auto;
	}
	

	

.home .homepage-wrap{
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 
			"search-footer-wrap-315 search-footer-wrap-315"
			"div-main-countdown div-main-countdown"
			"shell shell"
			"vote vote"
			"ccfm ccfm"
			"google-meet google-meet"
			"how-to-get-started how-it-works" 
			"new-post-homepage-wrap how-to-get-involved"
			"exclusive-screening exclusive-screening"
			"meet-the-alum meet-the-alum";
	}
.page .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .search .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:200px;
		height:15px;
	}
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}


	
.home .gif-play{
	grid-area: gif-play;
	display: grid;
	width:100%;
	margin: 0;
	padding:0;
	grid-template-columns:1fr;
	grid-template-areas: 
	"play-gif";
	}

	
 .home .gif-play .gif {
		grid-area:play-gif;
		display:grid;
		width:100%;
	 	max-width:1000px;
		margin: 0 auto;
		padding:0;
	}	
	
	.home .hoversquare-text-block, .home .hoversquare-text{
		display: grid;
		width:100%;
		
	}
	



.home .make-box p{
		font-size: 19px;
		width:95%;
		max-width:900px;
	padding-left: 4.5vw;
	padding-right: 4.5vw;
	}
.home .make-box .span-heading {
		width:100%;
	max-width:300px;
	}
.home .google-meet{
	height:300px;	
	width:100%;		
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 20px;	
	}
.home .new-post-homepage{
	
	}
.home .new-post-title{
	width:100%;
	max-width:300px;
	}
.home .new-post-title a, .home .make-box .span-heading{
		font-size:28px;
	}	
.home .new-post-date{
	}

	

.our-team .page-content-section{
	display: grid;
	grid-area: our-team-page-content-section;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: 
		"page-heading-h1 page-heading-h1"
		/*"consolidate-bendrix consolidate-maddin"*/
		"consolidate-bendrix consolidate-bendrix"
		"the-48-board the-48-board";
}

.our-team .bendrix-job-title,.our-team-bendrix .bendrix-job-title{
	grid-area: bendrix-job-title;
	color:white;
	margin:-20px auto 20px auto;
	padding-left:8px;
	text-align:center;
	font-weight:300;
	font-size:20px;
}
	
.our-team-maddin .maddin-image img{
	grid-area: maddin-image-img;
	width:500px;
	height:440px;
	margin:0 auto;
}
.our-team-bendrix .bendrix-image img{
	grid-area: bendrix-image-img;
	width:500px;
	height:440px;
	margin:0 auto;
}
	
}
@media only screen and (min-width:800px) {

	.home .homepage-wrap{
		display:grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 
			"search-footer-wrap-315 search-footer-wrap-315"
			"div-main-countdown div-main-countdown"
			"shell shell"
			"vote vote"
			"ccfm ccfm"
			"google-meet google-meet"
			"how-to-get-started how-it-works" 
			"new-post-homepage-wrap how-to-get-involved"
			"exclusive-screening exclusive-screening"
			"meet-the-alum meet-the-alum";
	}
	
	.home-horizontal-header-button {
	margin-top:6px ;
	margin-left:-18px;
	}
	.the-48-logo-frame {
	margin-left: 20px;
	}	

	
	div.gallery {
	margin: 10px 60px;
	}
	.page .h2-style, .page .h3-style{
		padding:15px 60px 5px 60px;
	}
	.page .p-style,.page .p-style-bio, .page .logo-fit{
		padding:0 60px 25px 60px;
	}
	.single-post .main-article-wrap, .scalable-image{
		padding:0 60px;
	}
	.ul-site-countdown{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-template-areas: 
		"days hours minutes seconds";
	}
	


	

	
}

@media only screen and (min-width:1000px) {
	.global-exterior-wrap{
		display: grid;
		background: white;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	}
	.home .global-exterior-wrap{
		/*	background-image: linear-gradient(#3308ac 45%,black 85%);	september26 change back */  	 
		display: grid;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	}
	.global-interior-wrap{
		display:grid;
		grid-area: global-interior-wrap;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	.home .global-interior-wrap{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	.home-horizontal-header-button {
	margin:6px 0 0 -10px;
	}
	.ul-horizontal-navigation-bar{
		
		padding:0;
		margin:0;
	}
	.horizontal-header-button, .home-horizontal-header-button{
		display: inline;
	}	
	.ul-horizontal-navigation-bar .ellipsis-horizontal-header-button,.vertical-header-button,.ul-vertical-dropdown-overlay{
		display: none;
	}
	
	

	
	
	
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px;
		
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:800px;
	}

		
.home .homepage-wrap{
		display:grid;
		grid-template-columns: 450px 450px;
		grid-template-areas: 
			"search-footer-wrap-315 search-footer-wrap-315"
			"div-main-countdown div-main-countdown"
			"shell shell"
			"vote vote"
			"ccfm ccfm"
			"google-meet google-meet"
			"how-to-get-started how-it-works" 
			"new-post-homepage-wrap how-to-get-involved"
			"exclusive-screening exclusive-screening"
			"meet-the-alum meet-the-alum";
	}
.page .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .search .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:200px;
		height:15px;	
	}
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}

	
	
	.home .gif-play video{
	
	}


.home .gif-play  {
	
	width:900px;
	margin: 0 ;	
	padding: 0 ;
	}
.home .hoversquare-text-block{
	display:grid;
	text-align:center;
	width:900px;
	z-index: 9;
}




	
	
	

	


.home .make-box p{
		font-size: 19px;
		width:95%;
		max-width:900px;
	padding-left: 4.5vw;
	padding-right: 4.5vw;
	}
.home .make-box .span-heading {
		width:100%;
	max-width:300px;
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 20px;	
	}
.home .new-post-homepage{
	
	}
.home .new-post-title{
	width:100%;
	max-width:300px;
	}
.home .new-post-title a, .home .make-box .span-heading{
		font-size:28px;
	}	
.home .new-post-date{
	}



}
@media only screen and (min-width:1200px) {
	.global-exterior-wrap{
		display: grid;
		background: white;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	}
	.home .global-exterior-wrap{
		/*	background-image: linear-gradient(#3308ac 45%,black 85%);	september26 change back */  
		display: grid;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	}
	 .global-interior-wrap{
		display:grid;
		background: white;
		grid-area: global-interior-wrap;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	.home .global-interior-wrap{
		display:grid;
		background:white;
		grid-area: global-interior-wrap;
	/*	background-image: linear-gradient(#3308ac 45%,black 85%);	september26 change back  remove white */ 
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	
	/*	remove this entirely for september26 */ 

	
/*--THIS MAKES THE LARGER SCREEN VIEW & MAIN PAGE WHITE - COUNTDOWN CLOCK----------------september26---*/	
/*------background:purple;---------------------------------------------------------------september26-	
	.home .global-interior-wrap, .home main{
		background:white; needs to be replaced with 
	}--*/

	.ul-site-countdown{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-template-areas: 
		"days hours minutes seconds";
	}
	.home-horizontal-header-button {
	margin:6px 0 0 -10px;
	}
	.ul-horizontal-navigation-bar{
		width:100%;
	}
	.horizontal-header-button, .home-horizontal-header-button{
		display: inline;
	}	
	.ul-horizontal-navigation-bar .ellipsis-horizontal-header-button,.vertical-header-button,.ul-vertical-dropdown-overlay{
		display: none;
	}
	
	
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px;
		
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:800px;
	}
	
.home .homepage-wrap{
		display:grid;
		grid-template-columns: 450px 450px;
		grid-template-areas: 
			"search-footer-wrap-315 search-footer-wrap-315"
			"div-main-countdown div-main-countdown"
			"shell shell"
			"vote vote"
			"ccfm ccfm"
			"google-meet google-meet"
			"how-to-get-started how-it-works" 
			"new-post-homepage-wrap how-to-get-involved"
			"exclusive-screening exclusive-screening"
			"meet-the-alum meet-the-alum";
	}
.page .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .search .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:200px;
		height:15px;
	}
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}


.home .shell p{
		font-size: 19px;
		width:100%;
		max-width:900px;
	
	}
.home .shell .span-heading {
		width:100%;
	max-width:300px;
		
	}
.home .shell .span-heading{
		font-size:28px;
		
	}	
	

.home .make-box p{
		font-size: 19px;
		width:100%;
		max-width:900px;

	}
.home .make-box .span-heading {
		width:100%;
	max-width:300px;
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 20px;	
	}
.home .new-post-homepage{
	
	}
.home .new-post-title{
	width:100%;
	max-width:300px;
	}
.home .new-post-title a, .home .make-box .span-heading{
		font-size:28px;
	}	
.home .new-post-date{
	}



	
}

@media only screen and (min-width:1888px) {
	.global-exterior-wrap{
		display: grid;
		background: white;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	}
	.home .global-exterior-wrap{
		/*	background-image: linear-gradient(#3308ac 45%,black 85%);	september26 change back */  
		display: grid;
		grid-template-columns:1fr 900px 1fr;
		grid-template-areas: 
		"nav nav nav"
		". global-interior-wrap ."
		"footer footer footer";
	} 
	.global-interior-wrap{
		display:grid;
		background: white;
		grid-area: global-interior-wrap;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}
	.home .global-interior-wrap{
		display:grid;
		grid-area: global-interior-wrap;
	/*	background-image: linear-gradient(#3308ac 45%,black 85%);	 september26 change back */  
		grid-template-columns: 1fr;
		grid-template-areas: 
			"main";
	}

	
/*--THIS MAKES THE LARGER SCREEN VIEW & MAIN PAGE WHITE - COUNTDOWN CLOCK----------------september26---*/	
/*------background:purple;---------------------------------------------------------------september26-	
	.home .global-interior-wrap, .home main{
		background:white;
	}--*/

	.ul-site-countdown{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-template-areas: 
		"days hours minutes seconds";
	}
	.home-horizontal-header-button {
	margin:6px 0 0 -10px;
	}
	.ul-horizontal-navigation-bar{
		width:100%;
	}
	.horizontal-header-button, .home-horizontal-header-button{
		display: inline;
	}	
	.ul-horizontal-navigation-bar .ellipsis-horizontal-header-button,.vertical-header-button,.ul-vertical-dropdown-overlay{
		display: none;
	}
	
	
	.main-section-wrap .page-heading, .main-page, .category-blog main, .archive main, .single-post main {	
		margin:0 auto;
	}
	.main-page, .category-blog main, .archive main, .single-post main{
		width:100%;
		max-width:800px;
		
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: 
		"main-section-wrap";
	} 
	.main-section-wrap{
		width:100%;
		max-width:800px;
	}

	
.home .homepage-wrap{
		display:grid;
		grid-template-columns: 450px 450px;
		grid-template-areas: 
			"search-footer-wrap-315 search-footer-wrap-315"
			"div-main-countdown div-main-countdown"
			"shell shell"
			"vote vote"
			"ccfm ccfm"
			"google-meet google-meet"
			"how-to-get-started how-it-works" 
			"new-post-homepage-wrap how-to-get-involved"
			"exclusive-screening exclusive-screening"
			"meet-the-alum meet-the-alum";
	}
.page .search-footer-wrap, .our-team .search-footer-wrap, .search .search-footer-wrap, .archive .search-footer-wrap, .error404 .search-footer-wrap, .category .search-footer-wrap, .single-post .search-footer-wrap{
		grid-area:search-footer-wrap;
		display:grid;
		justify-items:right;
		padding: 30px;
	}
.page .search-input, .search .search-input, .archive .search-input, .error404 .search-input, .category .search-input, .single-post .search-input, .home .search-input{
		width:200px;
		height:15px;
	}
.home .search-footer-wrap{
		grid-area:search-footer-wrap-315;
		display:grid;
		justify-items:right;
		padding: 30px;
	}

.home .shell p{
		font-size: 19px;
		width:95%;
		max-width:900px;
	padding-left: 2vw;
	padding-right: 2vw;
	}
.home .shell .span-heading {
		width:100%;
	max-width:300px;
	}
.home .shell .span-heading{
		font-size:28px;
	}	
	
	
	

.home .make-box p{
		font-size: 19px;
		width:95%;
		max-width:900px;
	padding-left: 2vw;
	padding-right: 2vw;
	}
.home .make-box .span-heading {
		width:100%;
	max-width:300px;
	}
.home .new-post-homepage-wrap{
	height:300px;	
	width:100%;	
	padding: 0 20px;	
	}
.home .new-post-homepage{
	
	}
.home .new-post-title{
	width:100%;
	max-width:300px;
	}
.home .new-post-title a, .home .make-box .span-heading{
		font-size:28px;
	}	
.home .new-post-date{
	}

	
	
}




.post-1252 .size-woocommerce_thumbnail{
	height:20px;
	width:20px;
}













