/*
 Theme Name:   World Pickleball Summit
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi
 Author:       Beecoding
 Author URI:   http://beecoding.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* FONTS 
=========== */

@font-face {
	font-family: 'NexaFreeBoldwebfont';
	src: url('fonts/NexaFreeBoldwebfont.eot');
    src: url('fonts/NexaFreeBoldwebfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/NexaFreeBoldwebfont.woff') format('woff'),
         url('fonts/NexaFreeBoldwebfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: "NexaFreeBoldwebfont" , sans-serif; 
}


/*CONTENT 
=========== */

/* Flex Middle Content */
.bc-flex-middle {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/* FOOTER 
=========== */
#footer-bottom { 
	padding: 25px 0;
}

#footer-bottom p, #footer-bottom a { 
	color: rgba(255,255,255,0.4); 
	font-size: 16px;    
}

#footer-bottom a:hover { 
	color:#8ed25e; 
}

#footer-bottom li:after { 
    color: rgba(255,255,255,0.4); 
	content : "|"; 
	padding:0 5px;
}

#footer-bottom li:last-child:after { 
	content : ""; 
	display:none; 
}

.bc-foot-left, .copyright-menu { 
	width: 50%; 
}

.copyright-menu { 
	text-align: right; 
}

.copyright-menu , .copyright-menu li{
	display: inline-block;
 
}

/* MEDIA QUERY
=================== */

@media screen and (max-width: 980px ) { 

	.bc-flex-middle { 
		display: block; 
	}

	.bc-foot-left, .copyright-menu { 
		width: 100%; 
	}

	.copyright-menu, .bc-foot-left { 
		text-align: center; 
	}

	.copyright-menu {
		margin-top:15px;
	}
}