/*
Theme Name: Arcade Child Theme
Theme URI: http://www.engagingsolution.com
Description:
Author: Lipic's Inc
Author URI: http://www.engagingsolution.com
Template: arcade-basic
Version: 1.0.0
*/

@import url("../arcade-basic/style.css");
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600,400);



p{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 1.125em;
	}
	
a{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

.search {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: .1em;	
	background-color: #e6e6e6;
	padding: 15px;
	border-radius: 10px;
	color: black;
	}
	
.captions{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-transform: none;
	font-size: 8px;
	letter-spacing: normal
	}
	
a.search:hover {
text-decoration: none;
color: black;
	}

.secondary-anchor{
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	}
	
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6
{
		font-family: 'Work Sans', sans-serif;
	}

div.title-card-wrapper, div.title-card, div#site-meta, h1#site-title, .no-fittext #site-title, .headings{
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 40px;
	}
	
/*.homehead{
	display: block;
	position: fixed;
	top: 200px;
	}
*/
.basic h1{
	color:white;
	}

.basic h3, .h3, h3{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 1.875em;
	text-transform: uppercase;
	margin-bottom: 1em;
	}

.basic h4, .h4, h4{
	margin-top: 25px;
	}	
	
	
.callout{
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
	}
	
.p-callout{
	font-family: 'Work Sans', sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	}
	
.captions{
	font-family: 'Work Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 300;
	}

.anchor:before {
   content: "";
   display: block;
   height: 275px;
   margin: -230px 0 0;
}


.h3 .anchor1 {
   margin-top: -50px;
}


@media screen and (max-width: 480px){
	.headings {
    font-size: 1.125em;
	}
}

/*.title-card-wrapper{
	height: 240px;
	}

Second Nav */




.image-100percent{
	width: 75%;
	margin: 30px 0px;
	z-index: -100;
	position: relative;
	}


.image-50percent{
	width: 37.5%;
	margin: 30px 0px;
	z-index: -100;
	position: relative;
	}
	
.image-25percent{
	width: 18.75%;
	float: left;
	margin-bottom: 20px;
	z-index: -100;
	position: relative;
	}
	
.content-75percent{
	width: 70%;
	float: left;
	margin-left: 5%;
	margin-bottom: 20px;
	z-index: -100;
	position: relative;
	}
	
.content-50percent-1{
	width: 47.5%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
	z-index: -100;
	position: relative;
	}
	
.content-50percent-2{
	width: 47.5%;
	float: right;
	margin-left: 2.5%;
	margin-bottom: 20px;
	z-index: -100;
	position: relative;
	}


@media screen and (max-width: 360px){
.image-100percent{
	width: 100%;
	margin: 10px 0px;
	}

.image-50percent{
	width: 100%;
	margin: 10px 0px;
	}
	
.image-25percent{
	width: 50%;
	margin: 10px 0px;
	}
		
.content-75percent{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	}
	
.content-50percent-1{
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	}
	
.content-50percent-2{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
	}

}

.image-100percent img, 
.image-50percent img, 
.image-25percent img{
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0; 
	left: 0;
	}



.content-container{
	clear: both;
	}








#second-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #58585b;
	width: 100%;
	display: block;
	position: relative;
	}
	
#second-nav li{
	display: inline;
	}
	
#second-nav a{
	display: inline-block;
	padding: 25px 30px;
	font-size: 1.05em;
	font-family: 'GothamExtraLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#second-nav a:focus,
#second-nav a:hover{	
	color: #ddd;
}

@media screen and (max-width: 960px){	
#second-nav{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #58585b;
	width: 100%;
	position: absolute;
	top: 200px;
	left: 0;
	}
	
#second-nav li{
	display: block;
	padding: 0;
	margin: 0;
	}
	
#second-nav a{
	width: 100%;
	height: 20px;
	margin-left: -45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	}
	
.nav-fix{
	position: fixed;
	top: 100;
	left: 0;
	}
}


	

.headings:nth-child(1){
	-moz-animation: heading1-fade 20s 0s infinite;
	-ms-animation: heading1-fade 20s 0s infinite;
	-o-animation: heading1-fade 20s 0s infinite;
	-webkit-animation: heading1-fade 20s 0s infinite;
	animation: heading1-fade 20s 0s infinite;
	}
	
.headings:nth-child(2){
	-moz-animation: heading2-fade 20s 0s infinite;
	-ms-animation: heading2-fade 20s 0s infinite;
	-o-animation: heading2-fade 20s 0s infinite;
	-webkit-animation: heading2-fade 20s 0s infinite;
	animation: heading2-fade 20s 0s infinite;
	}
	
.headings:nth-child(3){
	-moz-animation: heading3-fade 20s 0s infinite;
	-ms-animation: heading3-fade 20s 0s infinite;
	-o-animation: heading3-fade 20s 0s infinite;
	-webkit-animation: heading3-fade 20s 0s infinite;
	animation: heading3-fade 20s 0s infinite;
	}
	
.headings:nth-child(4){
	-moz-animation: heading4-fade 20s 0s infinite;
	-ms-animation: heading4-fade 20s 0s infinite;
	-o-animation: heading4-fade 20s 0s infinite;
	-webkit-animation: heading4-fade 20s 0s infinite;
	animation: heading4-fade 20s 0s infinite;
	}


@-moz-keyframes heading1-fade{
	0%{
		opacity: 1;
		}
	22.5%{
		opacity: 1;
		}
	25%{
		opacity: 0;
		}
		
	100%{
		opacity: 0;
		}		
}
	
@-o-keyframes heading1-fade{
	0%{
		opacity: 1;
		}
	22.5%{
		opacity: 1;
		}
	25%{
		opacity: 0;
		}
		
	100%{
		opacity: 0;
		}								
}

@-webkit-keyframes heading1-fade{
	0%{
		opacity: 1;
		}
	22.5%{
		opacity: 1;
		}
	25%{
		opacity: 0;
		}
		
	100%{
		opacity: 0;
		}									
}	
	
@keyframes heading1-fade{
	0%{
		opacity: 1;
		}
	22.5%{
		opacity: 1;
		}
	25%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}					
}



@-moz-keyframes heading2-fade{
	0%{
		opacity: 0;
		}
	25%{
		opacity: 0;
		}
	27.5%{
		opacity: 1;
		}
	47.5%{
		opacity: 1;
		}
	50%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}		
}

@-o-keyframes heading2-fade{
	0%{
		opacity: 0;
		}
	25%{
		opacity: 0;
		}
	27.5%{
		opacity: 1;
		}
	47.5%{
		opacity: 1;
		}
	50%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}							
}

@-webkit-keyframes heading2-fade{
	0%{
		opacity: 0;
		}
	25%{
		opacity: 0;
		}
	27.5%{
		opacity: 1;
		}
	47.5%{
		opacity: 1;
		}
	50%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}									
}	
	
@keyframes heading2-fade{
	0%{
		opacity: 0;
		}
	25%{
		opacity: 0;
		}
	27.5%{
		opacity: 1;
		}
	47.5%{
		opacity: 1;
		}
	50%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}					
}



@-moz-keyframes heading3-fade{
	0%{
		opacity: 0;
		}
	50%{
		opacity: 0;
		}
	52.5%{
		opacity: 1;
		}
	72.5%{
		opacity: 1;
		}
	75%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}		
}
	
@-o-keyframes heading3-fade{
	0%{
		opacity: 0;
		}
	50%{
		opacity: 0;
		}
	52.5%{
		opacity: 1;
		}
	72.5%{
		opacity: 1;
		}
	75%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}								
}

@-webkit-keyframes heading3-fade{
	0%{
		opacity: 0;
		}
	50%{
		opacity: 0;
		}
	52.5%{
		opacity: 1;
		}
	72.5%{
		opacity: 1;
		}
	75%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}										
}	
	
@keyframes heading3-fade{
	0%{
		opacity: 0;
		}
	50%{
		opacity: 0;
		}
	52.5%{
		opacity: 1;
		}
	72.5%{
		opacity: 1;
		}
	75%{
		opacity: 0;
		}
	100%{
		opacity: 0;
		}					
}




@-moz-keyframes heading4-fade{
	0%{
		opacity: 0;
		}
	75%{
		opacity: 0;
		}
	77.5%{
		opacity: 1;
		}
	100%{
		opacity: 1;
		}		
}
	
@-o-keyframes heading4-fade{
	0%{
		opacity: 0;
		}
	75%{
		opacity: 0;
		}
	77.5%{
		opacity: 1;
		}
	100%{
		opacity: 1;
		}										
}

@-webkit-keyframes heading4-fade{
	0%{
		opacity: 0;
		}
	75%{
		opacity: 0;
		}
	77.5%{
		opacity: 1;
		}
	100%{
		opacity: 1;
		}											
}	
	
@keyframes heading4-fade{
	0%{
		opacity: 0;
		}
	75%{
		opacity: 0;
		}
	77.5%{
		opacity: 1;
		}
	100%{
		opacity: 1;
		}						
}




/*! BOOTSTRAP */

/*! navbar-default colors */

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ddd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #555;
}

@media (max-width: 959px) {
.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555;
}
}




/*! clear */

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}


/*! sr-only */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! collapse animation */

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

/*! nav */

.nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}/*! controls around links */

@media (max-width: 959px) {
.nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #f0f0f0;
}/*! controls around links */
}

.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/*! navbar */

.navbar {
  position: relative;
  top: 50px;
  min-height: 50px;
  margin-bottom: 20px;
  z-index:2000;
}/*! controls whole nav background */

@media (max-width: 959px) {
.navbar {
  position: absolute;
  top: 53px;
  right: 25px;
  min-height: 50px;
  margin-bottom: 20px;
  width: 40%;
  text-align: right;
  
}/*! controls whole nav background */
	}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 2px solid #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 960px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/*! container-fluid */

.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/*! navbar-toggle */

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 960px) {
  .navbar-toggle {
    display: none;
  }
}

/*! navbar-nav */

.navbar-nav {
  margin: 7.5px -15px;
}

@media (max-width: 959px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 0px 10px 0px 10px;
  }
}

@media (min-width: 960px) {
  .navbar-nav {
	text-align: center;
	padding: 0;
	margin: 0;
  }
  .navbar-nav > li {
    display: inline;
  }
  .navbar-nav > li > a {
    display: inline-block;
	padding-top: 10px;
    padding-bottom: 10px;
  }
}





/*! WORDPRESS */



@media (max-width: 767px) {
#site-navigation{
	width: 100%;
	float: right;
	position: fixed;
	right: 50px;
	top: 50px;
	}




#menu-master-menu{
	width: 100%;
	float: right;
	right: 0px;
	top: 0px;
	}


ul{
	list-style-type: none;
	width: 100%;
	}
	
ul.submenu{
	list-style-type: none;
	width: 100%;
	}
	
ul, menu, dir {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	-moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -webkit-padding-start: 0px;
	-moz-padding-start: 0px;
}
	


.submenu {
	padding-left: 0;
	margin: 0;
	background-color: transparent;
	width: 100%;
	}


.submenu > li > a {
	color: black;
	list-style-type: none;
  	position: relative;
 	display: block;
	width: 100%;
  	padding: 10px 15px;
	}
	
.submenu > li > a:hover {
	color: white;
	text-decoration: none;
	background-color: #cccccc;
	position: relative;
	display: block;	
	}

.menu-item, 
.menu-item-type-post_type,
.menu-item-object-page,
.menu-item-type-custom, 
.menu-item-object-custom, 
.current-menu-item,
.menu-item-has-children {
	color: white;
	text-decoration: none;
	position: relative;
	display: block;	
	width: 100%;
	}

.menu-item > a, 
.menu-item-type-post_type > a,
.menu-item-object-page > a,
.menu-item-type-custom > a, 
.menu-item-object-custom > a, 
.current-menu-item > a, 
.menu-item-has-children > a {
	color: black;
	list-style-type: none;
  	position: relative;
 	display: block;
	width: 100%;
  	padding: 10px 15px;
	width: auto;
	}
	
	
.menu-item > a:hover, 
.menu-item-type-post_type > a:hover,
.menu-item-object-page > a:hover,
.menu-item-type-custom > a:hover, 
.menu-item-object-custom > a:hover, 
.current-menu-item > a:hover,
.menu-item-has-children > a:hover  {
	color: white;
	text-decoration: none;
	background-color: #cccccc;
	position: relative;
	display: block;	
	}
	
.menu-item-has-children > a:after  {
    content: ' \25bc';
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
	}	
	
.menu-item-type-custom,
.menu-item-object-custom{
	background-color: #e6e6e6;
	}
	
	
.navbar {
	background-color: WhiteSmoke;
	}
	
}



.page-id-1062 #footer,
.page-id-1062 > nav.navbar2.navbar-inverse.original{
   display: none;
}

#header {
	position: relative;
	z-index: 1;
}

#header,
.title-card {
  position: relative; 
  }

.title-card-wrapper {
  position: relative;
  overflow: hidden; 
  }

.title-card {
  z-index: 1;
  width: 100%;
  display: table;		/*! previous table */
  text-align: center; 
  }



 .title-card > img.header-img {
    position: relative;		/*! previous absolute */
    z-index: 0;
    left: -9999px;
    max-width: none; 
	}

.header-img {
  width: 100%;
  display: block;
  max-width: none; 
  }


#accordion > div{
	padding-left: 30px;
	}

#accordion > h3 {
	font-size: 24px;
	background-color: #e6e6e6;
	padding: 10px;
	}
	
#accordion > h3:before {	
	content: ' \25bc';
	}


#wpstats{
	display: none;
	}
	
html, body, #page{
	min-height: 100%;
	}
	
	
.ui-accordion-header-icon, .ui-icon, 
.ui-icon-triangle-1-e, .ui-icon-triangle-1-s {
	display: none;
	}
	
	
body.page-id-1062 #secondarynav { 
	display: none !important; 
	}