/*
Theme Name:     Theme Station Child Theme
Description:    Child theme for the Theme Station theme
Author:         Theme Station Team
Template:       themestation
*/

@import url("../themestation/style.css");

/* This is your child theme css file. Do not edit anything above this line. Write all your custom css declarations below this line. 
 * You might have to use "!important" to override some settings. To find out more about WordPress child themes please visit 
 * http://codex.wordpress.org/Child_Themes */

/*  0 | General  */
body {
	background: #fff;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'europa', sans-serif;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
.button {
	font-family: 'europa', sans-serif;
	background:transparent;
	border:2px solid #777;
	padding:26px 36px;
	line-height: 1;
	border-radius: 3px;
	font-weight: 600;
	color:#777 !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display:inline-block;
}

/*  1 | Header  */
.super-container .upper {
	display:none;
}
.super-container .above {
	padding:16px 64px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: none;
}
.super-container .above .header {
	width:100%;
	float: none;
}
.super-container .above h1 {
	display: inline-block;
	line-height: 1;
	position: relative;
	top:-5px;
	margin-right:10px;
}


/*  2 | Content  */
.main-content {
	padding:0;
}
.main-content .text {
	padding: 42px 64px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.main-content .text p {
	margin: 0;
}
.main-content .meta {
	/*float: left;*/
	padding: 0 1% 0 0;
	/*width:13%;*/
}
.main-content h2.title {
	margin: 0;
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
	padding:10px 0;
}
.main-content .meta .links {
	list-style: none;
	margin:6px 0 24px 0;
	padding:0;
	font-weight: 700;
	font-size: 16px;
	display: none;
}
.main-content .meta .links li {
	display:inline-block;
	text-transform: uppercase;
	margin-right:10px;
}
.main-content .meta .links li a:link {
	color:#aaa;
}
.main-content .meta .links li a:visited {
	color:#ccc;
}
.main-content .meta .links li a:hover {
	color:#999;
}
.main-content .text .meta p {
	margin:30px 0;
}
.main-content .text .description {
	width:65%;
	/*float:left;*/
}
.main-content .purchase {
	/*width:18%;
	float: right;*/
	margin-left:1%;
	text-align: right;
	transition-duration:0.5s;
}
.main-content .purchase .button:hover {
	background:#777;
	color:#fff !important;
	transition-duration:0.5s;
}


/*  3 | Demos  */
.demos {
	border-top:1px solid #ddd;
	display: flex;
	flex-wrap:wrap;
}
.demos .demo {
	width:calc(25% - 1px);
	position: relative;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.demos .demo.large-on {
	width:calc(50% - 1px);
}
.demos .demo .padding {
	padding:64px;
	/*border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
}
.demos .demo .padding .inner {
	position: relative;
}
.demo .featured-img {
	text-align: center;
}
.demo.new-template .featured-img::before {
    content: 'New';
    color: #fff;
    background: orangered;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 13px;
    position: absolute;
    right: -16px;
    top: -10px;
    z-index: 9999;
}
.demo .featured-img img {
	max-width:100%;
	height:auto;
	border-radius: 5px;
	transition-duration:0.4s;
	display: block;
	margin:auto;
}
.demo .padding .inner:hover .featured-img img {
	box-shadow: 0 7px 15px #888;
	box-shadow: 0 7px 15px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	transition-duration:0.4s;
}
.demo .featured-desc {
	display: none;
}
.demo .title {
	text-align: center;
}
.demos .demo .title h3 {
	margin-bottom: 0;
	font-size: 24px;
}
.demos .demo.large-on .title h3 {
	font-size: 32px;
	margin-bottom: 0;
}
.demos .demo.large-on .title a,
.demos .demo .title a  {
	font-size: 32px;
	color:#333;
	text-transform: none;
	font-size: 32px;
	border:0;
	padding:0;
}
.demo .overlay {
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius: 5px;
	position: absolute;
	opacity: 0;
	transition-duration:0.4s;
}.demo .padding .inner:hover .overlay {
	opacity: 1;
	transform: translateY(-5px);
	transition-duration:0.4s;
	z-index:99;
}
.demo .inner .overlay .button {
	position: absolute;
	transition-duration:0.4s;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-85px;
	padding-top:18px;
	padding-bottom:18px;
	background:#3de9b2;
	color:#fff !important;
	border:none;
	opacity: 0;
	transform: translateY(0px);
}
.demo .inner:hover .overlay .button {
	transform: translateY(5px);
	transition-duration:0.4s;
	opacity: 1;
}
.demo .overlay .button:hover {
	background: #39d0a0;
	transition-duration:0.4s;
}
.demo.large-on .overlay .button {
	padding-top:32;
	padding-bottom:32;
	font-size: 18px;
}


/*  3.1 | Demos, Coming Soon  */
.demo.demo-soon .inner .overlay {
	display:none;
}
.demo.demo-soon .padding:hover .featured-img img {
	box-shadow: 0 0 0 #888;
	box-shadow: 0 0 0 rgba(0,0,0,0.2);
	transform: translateY(0);
	transition-duration:0.4s;
}

/* Responsive Settings */
@media screen and (max-width: 1320px) {
	.main-content .text .description {
	    width: 50%;
	}
	.demos .demo .padding {
	    padding: 32px;
	}
	.demos .demo.large-on .padding {
	    padding: 64px;
	}
	.demos .demo .title h3 {
		font-size: 21px;
	}
}
@media screen and (max-width: 1140px) {
	
	.demos .demo.large-on {
	    width:calc(66.6666% - 1px);
	}
	.demos .demo {
	    width:calc(33.3333% - 1px);
	}
	.demos .demo.large-on .padding {
	    border:0;
	}
	.demos .demo {
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
	}
	.demos .demo .padding {
		border:0;
	}
	
}
@media screen and (max-width: 960px) {
	.main-content .text {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.main-content h2.title {
		margin-bottom:24px;
	}
	.main-content .text .meta {
		width:100%;
	}
	.main-content .text .description {
		width:100%;
	}
	.main-content .text .purchase {
		width:100%;
		margin:42px 0 0 0;
	}
	.button {
		font-size: 14px;
		font-weight: bold;
		padding:18px 28px;
	}
}
@media screen and (max-width: 768px) {
	.demos .demo.large-on,
	.demos .demo {
	    width:calc( 50% - 1px );
	}
	.demos .demo.large-on .padding {
		padding:32px;
	}
	.demos .demo.large-on .title h3 {
	    font-size: 21px;
	}
	.main-content .text {
		padding-left:32px;
		padding-right:32px;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-weight: 400;
	}
	.main-content .text {
		padding:24px;
		justify-content: center;
	}
	.main-content h2.title {
    	font-size: 40px;
	}
	.main-content .text p {
		font-size: 14px;
	}
	.main-content .text .meta {
		text-align:center;
	}
	.main-content .text .purchase {
		margin:32px 0 12px 0;
		text-align: center;
	}
	.main-content .text .purchase .button {
		
	}
	.demos .demo.large-on,
	.demos .demo {
	    width:100%;
	}
	.demos .demo.large-on .padding,
	.demos .demo .padding {
		padding:24px;
	}
	.demos .demo.large-on .title h3,
	.demos .demo .title h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {}



/* Clean Demo */
.demo-clean.main-content {
width:1320px;
margin:auto;
}


/* Demo Header */
.demo-clean.main-content .text {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom:42px;
}
.demo-clean.main-content h2.title {
font-size: 32px;
font-weight: 700;
padding: 10px 0;
margin-bottom:54px;
}
.demo-clean.main-content h2 .version {
    font-size: 10px;
    background: #e1e1e1;
    color: #5c5c5c;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 400;
    position: relative;
    bottom: 14px;
    left:10px;
}
.demo-clean.main-content .text p {
color: #888;
font-size: 20px;
text-align:center;
}
.demo-clean.main-content .purchase {
	margin-top:54px;
margin-left: 0;
text-align: center;
transition-duration: 0.5s;
}
.demo-clean.main-content .purchase .button {
border:0;
background:#0033db;
color:#fff !important;
}
.demo-clean.main-content .purchase .button:hover  {
	background:#0630ba;
}


/* Demos */
.demo-clean.main-content .demos {
border:0;
padding:42px 0;
border-bottom: 1px solid #eee;
margin-bottom: 150px;
}
.demo-clean.main-content .demos .demo {
width: 30%;
position: relative;
margin-right:42px;
margin-right:calc(10% / 2);
margin-bottom:54px;
border:none;

}
.demo-clean.main-content .demos .demo:nth-child(3n) {
margin-right:0;
}

.demo-clean.main-content .demos .demo .padding {
padding:0;
}
.demo-clean.main-content .demos .demo .featured-img img {
-webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
-moz-box-shadow:    0 0 24px 0 rgba(0,0,0,.1);
box-shadow:         0 0 24px 0 rgba(0,0,0,.1);
}
.demo-clean.main-content .demos .demo .title h3 {
margin-bottom: 0;
font-size: 18px;
font-weight: bold;
margin-top: 22px;
}


/* Radiophonic */
.demo-clean.radiophonic.main-content .demos {
	display: flex;
	justify-content: space-between;
}
.demo-clean.radiophonic.main-content .demos .demo {
	background: #f9f9f9;
	margin-left: 0;
	margin-right: 0;
	width: calc( (100% / 3) - calc(54px / 2) );
	border-radius: 5px;
}
.demo-clean.radiophonic.main-content .demos .demo:last-child {
	margin-right: auto;
	margin-left: 42px;
}
.demo-clean.radiophonic.main-content .demos .demo .padding {
    padding: 64px 0;
    display: flex;
	flex-direction: column;
}
.demo-clean.radiophonic .demos .demo.large-on .title,
.demo-clean.radiophonic .demos .demo .title {
	padding: 0 24px 0 24px;
}
.demo-clean.radiophonic .demos .demo.large-on .title h2,
.demo-clean.radiophonic .demos .demo .title h2 {
	font-size: 1.3rem;
	margin: 0;
}
.demo-clean.radiophonic .demos .demo.large-on .title a, 
.demo-clean.radiophonic .demos .demo .title a {
	color: #444;
}
.demo-clean.radiophonic .demos .demo.large-on .title a:hover, 
.demo-clean.radiophonic .demos .demo .title a:hover {
	color:#0033db;
}
.demo-clean.radiophonic .demo .thm-feature {
	font-size: 1rem;
	font-weight: 400;
	color: #777;
	display: block;
}
.demo-clean.radiophonic .demo .featured-img {
    height: 300px;
    overflow:hidden;
    padding:0 24px;
    position: relative;
    top:0;
    transition-duration: 0.4s;
}
.demo-clean.radiophonic .demo .featured-img img {
    border-radius: 5px;
}
.demo-clean.radiophonic .demo .padding .inner:hover .featured-img img {
	transform: none;
}
.demo-clean.radiophonic .demo .featured-img:hover {
	top: 5px;
	transition-duration: 0.4s;
}

/* Featured Demo */
.demo-clean.radiophonic.main-content .demos .demo.large-on {
	width:60%;
	width: calc( 100% - ( 100% / 3 ) - 12.5px );
}