@charset "utf-8";
/* Entertainment Plus Moncton CSS Document */

/* ---------->>> General CSS <<<-----------*/ 
html, body {
	color: #fff;
	font-size: 20px;
	font-family: 'Ovo', serif;
	margin: 0;
	text-align: center;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	border-top: 4px solid #FFE386; 
	background: #000;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
    background-position: top center;
}

h1,
h2,
h3 { font-family: 'Muli', sans-serif; }

h1 { font-size: 1.2em; }
h2 { font-size: 1.15em; }
h3 { font-size: 1.1em; }
p {	font-size: 1em;	}

ul { padding: 0; }

li { list-style-position: inside; }

.center {
	width: 100%;
	margin: auto;
	text-align: center;
}

.clear { clear: both; }
 
.nowrap { white-space: nowrap; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.container {
	max-width: 960px;
	margin: auto;
    padding: 0 20px;
}

img {
	display: inline-block;
	width: 100%;
}
a img { border: 0px; }

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;	
}


.parent {
    display:table;
}
.child {
    display:table-cell;
    vertical-align:middle;
}

.fc  {
 	display: flex;
    flex-flow: row wrap;
    align-items: center;
}

/* ---------->>> Nav Bar <<<-----------*/ 

#nav-bar {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;	
	margin: 0;
	padding: 20px 5%;
	color: #fff;
	border-top: 1px solid #6F9AC6;
	background: rgba(7,38,70,.7);
	background: -moz-linear-gradient(top, rgba(7,38,70,.7) 0%, rgba(2,8,15,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,38,70,.7)), color-stop(100%, rgba(2,8,15,1)));
	background: -webkit-linear-gradient(top, rgba(7,38,70,.7) 0%, rgba(2,8,15,1) 100%);
	background: -o-linear-gradient(top, rgba(7,38,70,.7) 0%, rgba(2,8,15,1) 100%);
	background: -ms-linear-gradient(top, rgba(7,38,70,.7) 0%, rgba(2,8,15,1) 100%);
	background: linear-gradient(to bottom, rgba(7,38,70,.7) 0%, rgba(2,8,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072646', endColorstr='#02080f', GradientType=0 );
}
#nav-bar a {
	text-decoration: none;
	color: #ffffff;
}
#nav-bar a:hover { color:#FFCF00; }
	
/* Styling the Phone & Email */
#nav-bar a:hover {
	color: #ffffff;	
	font-weight: normal;
}
#nav-bar .company-name { font-size: .8em; }
#nav-bar .desk { display: none; } /* Hide phone # & email on mobile */
#nav-bar .phone,
#nav-bar .email,
#nav-bar .facebook {
	display: inline-block;
	vertical-align: middle;
}

#nav-bar .cta-btns { 
	max-width: 225px; 
	margin: 0 auto;
}

#nav-bar .phone { float: right; }
#nav-bar .facebook { float: left; }

#nav-bar .phone-icon,
#nav-bar .email-icon,
#nav-bar .facebook-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 15px 10px 0 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#nav-bar .phone-icon { background-image: url(../images/svg/phone.svg); }
#nav-bar .email-icon { background-image: url(../images/svg/email.svg); }
#nav-bar .facebook-icon { background-image: url(../images/svg/facebook.svg); }
	
/* ---------->>> General Content <<<-----------*/ 

/* hide the skip link and nav heading default */
.skip, nav h2 {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding:0 !important;
	border:0 !important;
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}

article > section {	padding: 10px 0 20px 0;	}

/* Syling the Intro Section */
#intro { padding: 0 15px; }
#intro .container {	padding: 0;	}
#intro img.logo {
	width: 100%;
	max-width: 470px;
	height: auto;
	padding: 30px 20px 10px 20px;
}
#intro h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Styling the Atlantic Axess Section */
#atlanticAxess > div {
    max-width: 860px;
    margin: 40px 20px 0 20px;
	padding-bottom: 30px;
    border: 1px solid #6F9AC6;
    border-left: none;
    border-right: none;
    font-size: 1.2em;
}
#atlanticAxess .container { max-width: 900px; }
#atlanticAxess a { color: #e2c700 !important; }
#atlanticAxess figure { margin: 60px 0 0 0; }
#atlanticAxess img { max-width: 600px; }
#atlanticAxess figure, 
#atlanticAxess .text { flex: 1 1 100%; }
#atlanticAxess .text { padding: 15px 34px 0 34px; }


	
/* Syling the Bio Section */
#bio { margin-top: 30px; }
#bio img {
	border: 1px solid #6F9AC6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#bio figure.desk { display: none; }
#bio figure { 
	max-width: 320px; 
	margin: 30px 20px;
	display: inline-block;
}
#bio figcaption { 
	color: #6F9AC6; 
	font-size: .9em;
	font-style: italic;
}



/* Styling the Top 3 DJ section */
#top3-DJ .container { 
    max-width: 860px;
    margin: 40px 20px 0 20px;
	padding-bottom: 30px;
    border: 1px solid #6F9AC6;
    border-left: none;
    border-right: none;
    font-size: 1.2em;
}
#top3-DJ a { color: #e2c700 !important; }
#top3-DJ figure { margin: 30px 0 0 0; }
#top3-DJ img { max-width: 350px; }
#top3-DJ figure, 
#top3-DJ .text { flex: 1 1 100%; }
	
/* Syling the Bio Section */
#bio { margin-top: 30px; }
#bio img {
	border: 2px solid #6F9AC6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#bio figure.desk { display: none; }
#bio figure { 
	max-width: 320px; 
	margin: 30px 20px;
	display: inline-block;
}
#bio figcaption { 
	color: #6F9AC6; 
	font-size: .9em;
	font-style: italic;
}


/* Syling the Contact Section */
#contact { 
	margin-top: 30px;
	color: #ffffff; 
}
#contact .container {
	max-width: 90%;
    padding: 20px 0;
}
#contact .text, 
#contact .contact-form {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#contact h2 { margin-top: 0; }
#contact a {
	color: #ffffff;
	text-decoration: none;
}
#contact a:hover { text-decoration: underline; }

/* Styling the Social Media icon */
	
.social-media img {
	width: auto;
	height: 28px;
    margin: 0 10px;
}
.social-media a {
	display: inline;
	height: 100%;	
}



/* Styling the Contact Form */
.contact-form {
	max-width: 600px;
	margin: 10px auto 30px auto;
}
.contact-form .box {
	background-color: #0A3A6B;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.25);
	box-shadow: 0px 0px 15px 0px rgba(50,50,50,0.25);
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.submit {
	width: auto;
	margin: 0 auto;	
}
.g-recaptcha {
    width: 100%;
    max-width: 302px;
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
}
input[type="submit"] {
	width: 100%;
	max-width: 302px;
    margin-top: 2px;	
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-success {
	color: #0A3A6B;
	font-size: 1em;
	background: rgba(240,197,53,1);
	background: -moz-linear-gradient(top, rgba(240,197,53,1) 0%, rgba(165,128,3,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,197,53,1)), color-stop(100%, rgba(165,128,3,1)));
	background: -webkit-linear-gradient(top, rgba(240,197,53,1) 0%, rgba(165,128,3,1) 100%);
	background: -o-linear-gradient(top, rgba(240,197,53,1) 0%, rgba(165,128,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,197,53,1) 0%, rgba(165,128,3,1) 100%);
	background: linear-gradient(to bottom, rgba(240,197,53,1) 0%, rgba(165,128,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c535', endColorstr='#a58003', GradientType=0 );
	border-color: #A58003;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-success:hover, .btn-success:focus { background-color: #A58003; }
.form-group { margin-bottom: 15px; }
.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input, 
textarea {
	overflow: auto;
	font-family: inherit !important;
	font-size: .9em !important;
	line-height: 120% !important;
}
textarea.form-control {	height: 130px; }

.alert {
	font-size: .9em;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}
.alert-danger {	
	color: #a94442;
	background-color: #f2dede;
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}
.alert-success {
	background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
	background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
	background-color: #dff0d8;
	color: #3c763d
}


/* ---------->>> Footer <<<-----------*/ 

footer {
	background-color: #1E1E1E;
	color: #ccc; 
	text-align: center;
	padding: 10px 10px 120px 10px;
}
footer p { font-size: .8em; }
footer a { color: #fff; }
footer a:hover { text-decoration: none; }

@media (min-width: 380px) {	
	.g-recaptcha {
		overflow-x: visible;
		overflow-y: visible;
	}
}
@media (min-width: 690px) {	
	body { 
		margin-top: 90px;
		border-top: none;
	}
	#nav-bar { 
		top: 0;
		bottom: auto;
		border-top: 4px solid #FFE386;
		border-bottom: 1px solid #6F9AC6;
		background: -moz-linear-gradient(top, rgba(2,8,15,.7) 0%, rgba(7,38,70,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,8,15,.7)), color-stop(100%, rgba(7,38,70,1)));
		background: -webkit-linear-gradient(top, rgba(2,8,15,.7) 0%, rgba(7,38,70,1) 100%);
		background: -o-linear-gradient(top, rgba(2,8,15,.7) 0%, rgba(7,38,70,1) 100%);
		background: -ms-linear-gradient(top, rgba(2,8,15,.7) 0%, rgba(7,38,70,1) 100%);
		background: linear-gradient(to bottom, rgba(2,8,15,.7) 0%, rgba(7,38,70,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02080f', endColorstr='#072646', GradientType=0 );
	}
	#nav-bar .company-name { font-size: 1em; }
	#nav-bar .desk {
    	display: inline-block;
		vertical-align: middle;
	}
	#nav-bar .cta-btns { max-width: none; }
	#nav-bar .phone,
	#nav-bar .facebook { float: none; }
	#nav-bar .phone-icon, 
	#nav-bar .email-icon, 
	#nav-bar .facebook-icon {
		width: 20px;
		height: 20px;	
		margin-top: 0;
	}
	#intro img.logo { margin-top: 20px; }
	#intro h1 { 
		margin-top: 24px;
		margin-bottom: 24px;
	}	
	
	#atlanticAxess { padding: 0 20px; }
	#atlanticAxess > div { margin: 70px auto 50px; }
	#atlanticAxess figure { 
		margin-top: 40px;
		flex: 1 1 60%;
	 }
	#atlanticAxess .text { flex: 1 1 40%; }
	#atlanticAxess .text .gtxt { display: block; }
	
	#bio p { text-align: left; }
	#bio figure.mob { display: none; }
	#bio figure.desk {
		display: inline-block;
		float: right;
		margin: 0 0 20px 30px;
	}	
	
	#top3-DJ { padding: 4px 20px; }
	#top3-DJ .container { margin: 70px auto 0; }
	#top3-DJ figure, 
	#top3-DJ .text { flex: 1 1 50%; }
	
	#bio p { text-align: left; }
	#bio figure.mob { display: none; }
	#bio figure.desk {
		display: inline-block;
		float: right;
		margin: 0 0 20px 30px;
	}
	
	
	#contact { margin-top: 60px; }
	.contact-form .float-l { 
		width: 49%;
		float: left; 
	}
	.contact-form .float-r { 
		width: 50%;
		float: right; 
	}
	
	footer { padding-bottom: 10px; }
}

@media (min-width: 920px) {	
	body { margin-top: 62px; }
	#nav-bar .company-name { float: left; }
	#nav-bar .cta-btns {
		float: right;
		margin-top: -6px;
	}
	#intro img.logo { margin-top: 40px; }
	#atlanticAxess figure { padding: 20px; } 
	#bio p { text-align: center; }
	#bio p:first-of-type { margin-top: 40px; }
	#bio figure.desk { margin-top: -30px;}
}

/* Default Media min-width */
/*
@media (min-width: 400px) {
}
@media (min-width: 600px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {	
}
*/
		