﻿/* 

Theme Name: SPACE custom EDD
Author: Never Enough Design
Design URI: http://neverenoughdesign.org

*/


/* body */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #333;
	overflow-x:hidden!important;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#content {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/* header */

#header {
	background-image: url('images/header-3.jpg'); 
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 580px;
}

#site-branding {
	left: 50%;
    position: relative;
    text-align: center;
    top: 59%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
}

#site-branding .text {
	color: #fff!important;
    font-size: 2.625rem;
    font-weight: 400;
    margin: 0!important;
    padding: 15px 50px;
    text-transform: uppercase;
    display: block!important;
	font-family: 'Playfair Display', serif;
	line-height: 145%;
	letter-spacing: 8px;
}

.text span {
    font-size: 4.925rem;
	font-family: 'Waterfall', cursive;
    text-transform: capitalize!important;
	display: block;
	letter-spacing: 0px;
}

.link {
	margin: 0 auto!important;
	text-align: center;
    display: block!important;
}

.link a {
	background: rgba(135, 67, 106, 1.0) none repeat scroll 0 0;
    color: #fff!important;
	display: inline-block!important;
    font-size: .925rem;
    font-weight: 400!important;
    margin: 0 12px!important;
    padding: 5px 40px!important;
}

.link a:hover {
	background: rgba(97, 60, 91, 1.0) none repeat scroll 0 0;
}

.link li {
	list-style: none!important;
    display: inline-block!important;
	border-bottom: 0px!important;
}

.cart {
    display: block!important;
	margin-right: 64%;
}

.cart a {
	display: inline-block!important;
    border-top: 2px solid #f8778b;
    border-bottom: 2px solid #f8778b;
    color: #fff!important;
	padding: 8px;
}

.cart a:hover {
	background: #b35579;
    border-top: 2px solid #b35579;
    border-bottom: 2px solid #b35579;
}

.site-mobile,
.site-branding-mobile{
	display: none;
}

/* menu */

#navigation {
    margin: 0 auto;
	background-color: #08070c!important;
    width:100%;
    text-align: center;
	z-index: 1500;
	display: block!important;
}

.navi {
	padding: 0;
    width:100%;
	text-transform: uppercase;
}

.container {
	padding: 18px 0;
	margin: 0 auto!important;
	width: 1200px;
	position: relative;
	display: table!important;
}

.menu   {
    margin: 0 0 10px;
	line-height: 14px;
}

.navi .right,
.navi .left {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

.navi .left li {
	display: inline-block;
	padding: 5px;
	margin: 0 0 0 7px;
}

.navi .left li a {
	color: #f5b8b7!important;
	font-size: .658rem;
}

.navi .left li a:hover {
	color: #fff!important;
}

.navi .left span {
	display: none;
}

.menu ul    {
    margin: 0; padding: 0; 
}
.menu li    {
    display: block;
    float: left;
    line-height: 30px; 
	border-bottom: 0px!important;
    margin: 0; padding: 0; /* only needed if you don't have a reset */
    position: relative; /* this is needed in order to position sub menus */
}
.menu li a  {
    display: block;
    line-height: 30px;
    padding: 0 15px;
	color: #fff!important;
	font-weight: 400!important;
}
.menu .current-menu-item a, .menu .current_page_item a{
	color: #fff!important;
}

.menu a:hover {
	color: #a48ca2!important;
}

.menu ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}
.menu ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: auto; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
.menu ul ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
}
.menu ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
	background-color: #37223f;
	text-align: left;
	max-width: 25vw!important;
	z-index: 2000;
}

ul#menu-main-menu > .menu-item-has-children > a::after {
    content: "\25bc";
    padding-left: 3px;
	font-size: 0.55rem;
	vertical-align: middle;
}

.menu .responsive {
	display: none;
}

/* news content */

#news {
	margin-bottom: 3px;
}

#news_all {
	float: none;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.news .edd_download_purchase_form {
    display: none;
}

.news, .comments {
	line-height: 175%;
	margin:0px; 
	padding: 12px; 
	z-index: -1!important;
	margin-bottom: 60px;
}

.comments {
	border: 0px!important;
}

.title {
	font-size: 1.585rem;
	font-family: 'Playfair Display', serif;
	color: #050409;
	margin: 15px 0;
	font-weight: 700;
	line-height: 19px;
	text-align: left;
	text-transform: capitalize;
}

.title a, .title a:hover {
	color: #050409!important;
	font-weight: 700!important;
	text-decoration: none;
}

.title .divider {
	display: block;
	position: relative;
	height: 5px;
	width: 12%;
	margin: .6% 0 .5% .2%;
	background-image: linear-gradient(to right, #f77784, #512f52);
}

/* -- Sidebar -- */

#sidebar-mobile {
	display: none;
}

#sidebar_all {
	width: 0%;
	display: none;
}

.sidebar {
	line-height: 195%;
}

.sidebar-content {
	padding: 10px;
	margin: 0 0 65px 0;
	z-index: 1;
	border: 1px solid rgba(0,0,0,0.1);
}

.sidebar-title {
	font-size: .985rem;
	padding: 0;
	font-weight: 700;
	color: #655f8d;
	text-transform: uppercase;
	margin: -20px 0 20px 0;
	position: relative;
	text-align: center;
}

.sidebar-title span {
	color: #655f8d;
	z-index: -1;
	background: #fff;
	padding: 8px;
}

.widgettitle {display: none;}

/* -- Images -- */

.news img, .news a img,
.news a img:hover, .news img:hover {
	margin: 5px;
    padding: 0;
	border: 0px!important;
	background-color: none;
	box-shadow: 0 4px 8px 0 rgba(109, 88, 145, 0.2), 0 6px 20px 0 rgba(109, 88, 145, 0.19);
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.news img.wp-smiley { 
	border:none; 
	padding: 0px; 
	margin: 0px;
}


a img {
	border: 0px;
}

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #111;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


a:hover {
	color: #6e3055; 
	text-decoration: none;
}

/* -- blockquote & input area -- */

blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #383b66;
}

input, select, textarea {
	font-size:13px; 
	border: 1px solid #dbdbdb;
	background: #eae9e9;
	color: #565656;
	max-width: 100%;
}

code {
    padding: 8px 25px;
}

#submit {
	max-width: auto!important;
}

/* -- footer -- */

#footer {
	background: #2a2a34 url('images/header-2.jpg') repeat top center;
	padding: 20px;
	clear: both;
	overflow-x:hidden!important;
	font-weight: 400!important;
	line-height: 18px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.footer {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: center;
}

.footer .text {
	color: #fff!important;
    font-size: .925rem;
    font-weight: 400;
    margin: 0!important;
    padding: 15px 50px;
    text-transform: uppercase;
    display: block!important;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0px;
}

.text span {
    font-size: 2.925rem;
	font-family: 'Waterfall', cursive;
    text-transform: capitalize!important;
	display: inline!important;
	letter-spacing: 0px;
}

.socials {
	display: block;
}

.socials a {
	margin-right: 10px;
	font-size: .565rem;
}

.footer a {
	color: #f5a4ad!important;
	text-decoration: none;
}

.footer a:hover {
	color: #fbe6e1!important;
}

.footer #button {
  display: inline-block;
  background-color: #0d0b16;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 2em;
  line-height: 50px;
  color: #fff!important;
}
#button:hover {
  text-decoration: none!important;
  background-color: #5c3457;
}
#button:active {
  background-color: #390a50;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* -- Featured Images -- */

#featured {
	margin: 0;
	background: #fff;
	padding: 0 15px;
}

#featured-archive {
	float: left;
	margin-right: 8px;
}

#featured img,
#featured-archive img {
	border: 0px; 
	box-shadow: none; 
	background: none; 
	padding: 0;
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
	display: block!important;
}

/* careers tables */

#careers td {
	border: 1px solid #ddd;
	margin: 0 5px 0 0;
	padding: 8px;
}

/* Homepage */

.main-page-title {
	margin: 8px auto;
	text-align: center;
	text-transform: uppercase;
}

.main-page-title h2 {
	color: #444;
}

.main-page-title span {
	width: 5%;
	display: block;
	position: relative;
	margin: 0 auto;
	height: 6px;
	background: #762f75;
}

/* search form */

#searchform {
	margin:10px 0; 
	position: relative; 
	text-align:center; 
	max-width:280px;
	}
	
#searchform #s {
	margin:0; 
	padding: 10px 10px 10px 35px!important; 
	width:280px;
	 background: #eaeaea url('images/search.png') 10px center no-repeat; 
	 font:13px; 
	 font-style:italic; 
	 text-align: left; 
	 outline: none; 
	 border:1px solid #ddd;
	}

/* Formats */

.news b, .news strong { 
	color: #473871;
}

hr {
	background-color: #bdbcbc;
	color: #bdbcbc;
	border: 0;
	width: 92%;
	height: 1px;
	opacity: .15;
}


h1 {
	margin: 0 0 12px 0;
	font-size: 18px;
}


h2 {
	margin: 0px;
	font-size: 19px;
	color: #733a81;
}


h3 {
	margin: 0px;
	font-size: 17px;
	color: #373962;
	font-weight: 900; 
}

h4 {
	margin: 0px;
	font-size: 15px;
}

ul  {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	padding:8px;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}