/*
	Theme Name: Dancing Astro Theme 5
	Theme URI: http://www.adigitalkingdom.com
	Description: Stripped down Theme for Dancing Astronaut For Wp Engine Install
	Version: 1
	Author: Jason Taetsch	
	Author URI: http://www.adigitalkingdom.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	/*font-smoothing:antialiased;
	text-rendering:optimizeLegibility;*/
	
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-x:hidden;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {

    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.hidden {
     opacity:0;
}
.visible {
     opacity:1;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.contain {
	max-width: 2000px;
	width:95%;
	margin:0 auto;
}



.phone {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: block;
    float: left;
    font-size: 1.95em;
    line-height: 75px;
    margin: 0 3%;

}

.phone a {
	padding: 0 1.5em;
    color: black;
    display: block;
}

.phone a:hover {
	background-color:rgba(0,0,0,0.05);
}

.phone:after {

}

/* Drop-Down Menu */

.main-nav li.top-menu-item:hover {
	text-decoration: underline;
}

.main-nav li.menu-item:hover > .sub-menu {
	top: inherit;
	opacity: 1;
}

.main-nav .sub-menu {
	 border: 1px solid #c6c6c6;
    background-color: #fce4cf;
	border-top: none;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: right;
    top: -999px;
    z-index: 1000;
	transition: opacity 0.3s ease-in 0.3s;
	-moz-transition: opacity 0.3s ease-in 0.3s;
	-webkit-transition: opacity 0.3s ease-in 0.3s;
	-o-transition: opacity 0.3s ease-in 0.3s;
}

.main-nav .sub-menu .menu-item {
    background-color: #444;
    color: white;
    display: block;
    float: none;
}

.main-nav .sub-menu .menu-item:hover a {
  text-decoration: underline;
  color:white;
}

.main-nav .sub-menu .menu-item a {
    color: white;
    font-size: 1.1em;
    padding: 0 0.95em;
    text-align: center;
}

.full-nav {
	border-bottom: 1px solid #eee;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
	margin-top: 120px;
}

.full-nav .contact-items {
    display: inline-block;
    font-size: 1.25em;
    line-height: 35px;
	float:left;
}

.full-nav .contact-items a {
    display: inline-block;
    margin: 0 6px;
    text-transform: uppercase;
}

.full-nav .contact-items a:hover {
	text-decoration:underline;
}

.full-nav ul#menu-second {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 800;
}

.full-nav ul li {
    display: inline-block;
    line-height: 35px;
}

.full-nav ul li a {
    display: block;
    font-size: 12px;
    padding: 0 0.75em;
}

.full-nav ul li a:hover {
	background: #a00000;
	color:white;
}

/* Responsive Menu */

.menu-toggle {
	display:none;
	line-height: 60px;
	float:right;
	color:white;
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: rgba(0, 0, 0, 0) url("img/diagmonds.png") repeat fixed 0 0;
    clear: both;
    color: white;
}

.footer a {
	color: #dedede;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page .page-title {
	text-align:center;
}

/*
.top-banner {
	height: 97vh;
    min-height: 650px;
} 
*/

.side-list {
	margin: 0 auto;
    padding: 0;
    text-align: center;
}

.side-list li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}





article.strip {
	padding: 9em 0;
	position:relative;
}



.float-text {
	display: inline-block;
    float: left;
    width: 50%;
}

.more-link {
    bottom: 0;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.75em;
}


.more-link:hover {

}



/*------------------------------------*\
    HOME PAGE 
\*------------------------------------*/





.home .centered-box {
    color: white;
    text-align: left;
    width: 87%;
}



.home .top-banner h2 {
    font-size: 4.27em;
    font-weight: normal !important;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 1px 1px 5px black;
}

.home .top-banner h2 a {
    color: white;
    font-size: 1.2em;
    padding: 10px 15px;
    text-transform: uppercase;
}

.top-banner .top-text {
	float:left;
	width:60%;
}

/* .top-banner .top-call {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 23%;
} */


.home .top-banner:hover h2 a {
	color: white;
	background-color: red;
}

.home .top-banner img {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 3%;
}

.home .top-banner iframe{
	background-color: #fff;
    margin-top: 12%;
    padding: 2px;
}

#home-banner {
    background: #fff none repeat scroll 0 0;
    padding: 8em 0;
    position: relative;
}


#home-banner .side-list h2 {
    color: black;
    font-size: 3.5em;
    margin: 0 0 0.25em;
    text-transform: uppercase;
}


.about-block h2  {
	text-align:center;
	margin: 1em auto;
}

.about-block p {
    margin: 0 auto;
    text-align: left;
    width: 70%;
}







/*------------------------------------*\
    ALL PAGES
\*------------------------------------*/

.page-header {
	text-align:center;
}

.page-header p {
	font-size:1.76em;
}

.page-title {
    color: black;
    font-size: 5.95em;
    font-weight: normal !important;
    margin: 0.56em 0;
}

.tax {
	
}

.tax a {
    font-size: 0.85em;
    text-transform: uppercase;
}

.tax a:hover {
	color: #a00000;
}

.center-content {
	width: 70%;
	margin:0 auto;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
    height: 230px;
    margin: 0 auto 1.5em;
    width: 230px;
}

.flip-container .back p {
	width: 90% !important;
    text-align: left;
	font-size:1.2em;
}

.flip-container .back {
    background-color: #dedede;
    padding: 0.75em 1em;
}

.flip-container .view-article {
	font-size:1em;
	margin-top:5px;
}

.flip-container .wp-post-image {
	box-shadow:inherit;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar h3 {
    font-weight: normal !important;
    margin-top: 1em;
}

.sidebar div[class*="widget_"] {
	margin-top: 3em;
}


.sidebar ul li  {
    font-family: "open sans";
    margin: 5px;
}

.sidebar ul li a:hover {
	text-decoration:underline;
}

/*------------------------------------*\
    CALLS.
\*------------------------------------*/

.call-banner {
	text-align: center;
}

.call-banner h2 {
    color: white !important;
    font-size: 3.5em;
    font-weight: normal !important;
    margin-bottom: 0;
    margin-top: 2em;
}

.call-banner .block-link {
    color: white;
    font-size: 1.5em;
    font-weight: normal !important;
    letter-spacing: 1.75px;
}

.block-link:hover {
	background-color: white;
	color: #444;
}

.call-banner p {
   font-size: 1.35em;
}

/*------------------------------------*\
    MISC.
\*------------------------------------*/

.page-content {
	position: relative;
}

.left-content {
	width:64%;
	float:left;
	
}



.normal {
	font-weight: normal !important;
}

.block-link {
    border: 1px solid;
    display: inline-block;
    margin-top: 1.5em;
    padding: 0.75em;
}


/*------------------------------------*\
    SEARCH FIELDS
\*------------------------------------*/

.sidebar .search {
    margin-top: 3em;
}

.search input[type="search"] {
    border: 1px solid black;
    box-sizing: border-box;
    height: 30px;
    padding: 0 5px;
}

.search button[type="submit"] {
    background-color: black;
    border: medium none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    font-weight: normal !important;
    height: 30px;
    padding: 0 10px;
    vertical-align: top;
}

.search button[type="submit"]:hover {
	background-color: #eee;
	color:black;
}

/*------------------------------------*\
    ARCHIVE / TAX PAGES
\*------------------------------------*/






.tax-page article:hover h2 a {
}



/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.contact .wpcf7-form, .join .wpcf7-form  {
	margin: 0 auto;
    text-align: center;
    width: 80%;
}

.wpcf7-form p {
    font-family: "open sans";
    font-size: 1.35em;
    margin-bottom: 2em;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"],  .wpcf7-form textarea, .wpcf7-form input {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 5px;
	max-width:100%;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus  {
	border: 1px solid blue;
}

.wpcf7-form input[type="submit"] {
	background-color: #444;
    border: medium none;
    color: white;
    font-size: 1.25em;
    margin-top: 1em;
    padding: 1em 1.5em;
}



/*------------------------------------*\
    ALIGNMENT
\*------------------------------------*/

.left {
	float:left;
}

.right {
	float: right;
}

.no-wrap {
	white-space: nowrap;
}


/*------------------------------------*\
    ALIGNMENT
\*------------------------------------*/


article.small-strip {
	padding: 7em 0;
}

ul.half, ul.quart, ul.third {
	text-align:center;
	padding:0;
}

.half li {
	display:inline-block;
	width:48%;
	vertical-align:top;
	
}

.quart li {
    display: inline-block;
    margin: 0 2%;
    width: 24%;
	vertical-align:top;
}

.third li {
    display: inline-block;
    margin: 0 1.37%;
    width: 30%;
	vertical-align:top;

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
    TRANSITIONS	
\*------------------------------------*/

.fast {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}


/*------------------------------------*\
    COLORS
\*------------------------------------*/

.full-nav ul .red-text a {
	color:#a00000;
}

.black-diamond {
	background: rgba(0, 0, 0, 0) url("img/diagmonds.png") repeat scroll 0 0;
    border-top: 8px solid white;
    box-shadow: 1px -11px 7px -2px rgba(0, 0, 0, 0.3)
}

.black-bg {
    background-color: #3d4042;
    color: white;
}

.red-bg {
	background-color: #91001D;
    color: white;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'capture';
    src: url('fonts/Capture_it-webfont.eot');
    src: url('fonts/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Capture_it-webfont.woff') format('woff'),
         url('fonts/Capture_it-webfont.ttf') format('truetype'),
         url('fonts/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal !important;
    font-style: normal;

}

@font-face {
    font-family: 'falla-one';
    src: url('fonts/falla-one-webfont.eot');
    src: url('fonts/falla-one-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/falla-one-webfont.woff2') format('woff2'),
         url('fonts/falla-one-webfont.woff') format('woff'),
         url('fonts/falla-one-webfont.ttf') format('truetype'),
         url('fonts/falla-one-webfont.svg#fjallaoneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'archivo';
    src: url('fonts/archivoblack-regular-webfont.eot');
    src: url('fonts/archivoblack-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/archivoblack-regular-webfont.woff') format('woff'),
         url('fonts/archivoblack-regular-webfont.ttf') format('truetype'),
         url('fonts/archivoblack-regular-webfont.svg#archivo_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
