﻿/*
Theme Name: AlienWP
Description: AlienWPThemes
Author: AlienWP
Author URI: https://alienwp.com
Version: 1.0
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	color: #6B747A;
	font: 18px/1.6 'Arimo', "Helvetica Neue", Helvetica, sans-serif;
	background: #f9f9f9;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block
}
::selection {
	background: #7ece2e;
	color: #fff;
}

::-moz-selection {
 background: #7ece2e;
 color: #fff;
}
code {
	background: #f7f7f7;
	padding: 20px;
	display: block;
	border-radius: 3px;
}
img {
	border-style: none
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #687A8A;
	text-decoration: none;
	-webkit-transition: .05s ease-in;
	transition: .05s ease-in;
}
a:hover {
	color: #4E5B67;
	text-decoration: none;
	outline: 0;
	-webkit-transition: .05s ease-in;
	transition: .05s ease-in;
}
.post-content a {
	color: #55BEE6
}
.post-content a:hover {
	color: #6B747A;
	border-bottom: dotted 1px #e6e6e6;
}

.essb_links{margin-bottom:30px!important;}

.essb_links a:hover {
	border-bottom: dotted 0px!important;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
input, textarea, select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
p {
	margin-bottom: 1.6em
}
/* ===[ Table Styling ]=== */

#content table {
	border: solid 1px #dddddd;
	padding: 1% 3%;
	margin-top:40px;
	margin-bottom:40px;
	-webkit-box-shadow: 0px 0px 8px 0px #ECECEC;
	box-shadow: 0px 0px 8px 0px #ECECEC;
	moz-box-shadow: 0px 0px 8px 0px #ECECEC;
}
#content .tablehead{
	background-color:#f9f9f9
}

#content table td, #content table th {
	padding: 10px;
}
#content table td {
	border: solid 1px #dddddd
}
#content table tr:last-child td {
	border-bottom: none
}
#content table tr.odd {
	background: #f7f7f7
}
.highlight {
	background: #fcf8a5;
	color: #4D5458;
	width: auto;
	display: inline;
	padding: 3px 5px;
}
/* ===[ Text Formatting ]=== */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 4% 0;
	font-family: 'Arimo', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-weight: 300;
	line-height: 1.2;
	color: #1e1e1e;
}
h1 {
	font-size: 32px
}
h2 {
	font-size: 30px;
}
.post-content h2 {
	font-size: 26px;
	border-bottom: dotted 2px #e6e6e6;
	padding-bottom: 10px;
}

.post-content h3 {
	font-size: 24px;
	border-bottom: dotted 2px #e6e6e6;
	padding-bottom: 10px;
}

.comment-reply-title{
	font-size: 26px!important;
	padding-bottom: 10px;
	}

h3 {
	font-size: 32px
}
h4 {
	font-size: 28px
}
h5 {
	font-size: 24px
}
h6 {
	font-size: 20px
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
/* ===[ Main Body Styles ]=== */

#wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto !important;
}
#main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#content-wrap {
	padding: 5% 25px;
	max-width: 1350px;
	margin: 0 auto;
}
#content {
	width: 72%;
	float: left;
}
.page-template-full-width-php #content {
	width: 100%
}
.page-template-all-themes-php #content {
	width: 100%
}
.page-template-all-plugins-php #content {
	width: 100%
}
.page-template-collections-themes-php #content {
	width: 100%
}
.page-template-hosting-php #content {
	width: 100%
}
.page-template-coupons-php #content {
	width: 100%
}
.page-template-page-home-php #content {
	width: 100%
}
.page-template-page-pricing-php #content {
	width: 100%
}
.page-template-free-themes-php #content {
	width: 100%
}
.page-template-theme-collections-php #content {
	width: 100%
}
/* ===[ Header Area Styles ]=== */

.header-wrapper {
	width: 100%;
	display: block;
	background-color: #fff;
	position: relative;
	padding:10px;
}
.header-wrapper img {
	width: 180px;
	height: 57px;
}
.header-inside {
	max-width: 1350px;
	margin: 0 auto;
	padding: 15px 15px;
}
.header-right {
	width: 400px;
	display: block;
	float: right;
}
.top-bar {
	float: right;
	margin: 0;
}
.top-bar .sub-menu .sub-menu {
	z-index: 999;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
}
.logo {
	display: block;
	margin: 0;
	float: left;
	max-width: 100%;
}
.logo-img{
	width:200px;
	height:39px;
	background-image:url(https://alienwp.com/wp-content/uploads/2016/06/logo.png);
	background-size:150px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin-top:10px;
	
}
.logo-img:hover{

}
.logo-default {
	float: left
}
.logo-text {
	font-size: 34px;
	line-height: 1;
	width: 100%;
	display: inline-block;
}
.logo-text span {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	color: #B7C1C9;
	width: 100%;
	display: inline-block;
	margin-top: 8px;
	display: none;
}
.logo-text a {
	color: #666E75
}
.logo-text a:hover {
	opacity: .9
}
.logo a {
	display: block;
	height: 100%;
}

/* ===[ Navigation Styling ]=== */

.menu-toggle {
	display: none;
	color:#000
}
.menu-wrap {
	float: right;
	position: relative;
	margin-top:5px;
}
.menu-wrap .main-select-menu {
	display: none
}
.menu-wrap span.select {
	display: none
}

.main-nav a {
	color:#B4B4B4;
	float: left;
	padding: 5px 25px 5px 25px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	opacity: .8;
}
.main-nav a:first-child {
	padding-left: 0
}
.main-nav a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	display: block;
	color:#000
}

.main-nav .current-menu-item a {
	opacity: 1
}
.menu-item-44 a{
	background-color:#7ece2e;
	padding-left:10px!important;
	padding-right:10px!important;
	color:#fff!important;
	border-radius:3px;
}

.main-nav > li {
	float: left;
	padding: 0;
	margin: 0;
	display: inline;
}
.main-nav > li:last-child a {
	border-right: none;
	padding-right: 0px;
}
.main-nav, .main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.main-nav li {
	position: relative
}
.main-nav ul {
	position: absolute;
	display: none;
	width: 180px;
	top: 22px;
	left: 0;
	border-radius: 3px;
	z-index: 100;
}
.main-nav > li > .sub-menu {
	margin: 10px 0 0 0;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
}
.main-nav li ul {
	background: #fff
}
.main-nav li ul li {
	padding: 0 12px
}
.main-nav li ul a {
	width: 155px;
	height: auto;
	float: left;
	border-bottom: dotted 1px #e4e4e4;
	padding: 15px 0;
	font-weight: normal;
	font-size: 14px;
	opacity: .7;
}
.main-nav li ul li:last-child > a {
	border: none
}
.main-nav li ul li:last-child {
	background: none;
	border-bottom: none;
}
.main-nav li ul li ul {
	padding: 0
}
.main-nav ul ul {
	top: auto
}
.main-nav li ul ul {
	left: 162px;
	margin: 0 0 0 10px;
}
.main-nav li:hover ul ul, .main-nav li:hover ul ul ul, .main-nav li:hover ul ul ul ul {
	display: none
}
.main-nav li:hover ul, .main-nav li li:hover ul, .main-nav li li li:hover ul, .main-nav li li li li:hover ul {
	display: block
}
/* ===[ Secondary Menu ]=== */

.secondary-menu-wrap {
	background: #E4E7E9;
	border-bottom: solid 1px rgba(255,255,255,.8);
}
.secondary-menu-wrap-inside {
	max-width: 1350px;
	padding: 0 25px;
	margin: 0 auto;
}
.secondary-menu li {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin: 0;
}
.secondary-menu li a {
	color: #666E75;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 20px 20px 0;
	display: inline-block;
	opacity: .8;
}
.secondary-menu li a:hover {
	opacity: 1
}
.secondary-menu li.current-menu-item a {
	opacity: 1
}
.secondary-menu ul {
	margin: 30px 0 0 0;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
}
.secondary-menu ul {
	position: absolute;
	display: none;
	width: 179px;
	top: 52px;
	left: 0;
	z-index: 999;
}
.secondary-menu > li > .sub-menu {
	margin: 0
}
.secondary-menu li ul {
	background: #fff;
	border-radius: 3px;
	width: 180px;
}
.secondary-menu li ul li {
	width: 100%;
	padding: 0 12px;
}
.secondary-menu li ul a {
	width: 100%;
	height: auto;
	border-bottom: dotted 1px #e4e4e4;
	padding: 15px 0;
	font-weight: normal;
	font-size: 14px;
	opacity: .7;
}
.secondary-menu li ul a:hover {
	opacity: 1
}
.secondary-menu li ul li ul {
	padding: 0;
	top: 0;
}
.secondary-menu ul ul {
	top: auto
}
.secondary-menu li ul ul {
	left: 162px;
	margin: 0 0 0 10px;
}
.secondary-menu li:hover ul ul, .secondary-menu li:hover ul ul ul, .secondary-menu li:hover ul ul ul ul {
	display: none
}
.secondary-menu li:hover ul, .secondary-menu li li:hover ul, .secondary-menu li li li:hover ul, .secondary-menu li li li li:hover ul {
	display: block
}
.secondary-menu-wrap .select-menu, .secondary-menu-wrap .select {
	display: none
}
/* ===[ Post Styles ]=== */

.post {
	margin: 0 0 8% 0;
	display: inline-block;
	width: 100%;
	margin-top: -20px;
	margin-bottom: -5px;
	padding-bottom:60px;
	margin-top:30px;
	background-color:#fff;
	padding:30px;
}


.post:last-child {
	margin-bottom: 0
}
.featured-image {
	width: 100%;
}
.featured-image img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	display: block;
	padding: 0px!important;
	border: 0px!important;
}
.post-content img {
	max-width: 100%;
	height: auto;
	background-color: white;
	padding: 3px;
	border: 1px solid #DBDBDB;
	-webkit-box-shadow: 0px 0px 8px 0px #ECECEC;
	box-shadow: 0px 0px 8px 0px #ECECEC;
	moz-box-shadow: 0px 0px 8px 0px #ECECEC;
	margin: 0 auto;
	display: block;
}

.noshadow{
	padding: 0px!important;
	border: 0px!important;
	box-shadow: 0px 0px 0px 0px!important;
}
.pad{margin-bottom:20px;}
.post hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border: 0;
	border-bottom: dotted 1px #ddd;
}
.post li {
	list-style-type: square;
	margin-bottom: 5px;
}
.post .box {
	position: relative;
}
.post .frame {
	width: 100%
}
.post .frame-full {
	width: 100% !important
}
.post .post-content {
	
}
.error404 .post .post-content {
	padding-bottom: 5%
}
.post ul {
	margin: 0 0 1.6em 18px
}
.post ul li {
	list-style-type: circle;
	margin: 0 0 8px 0;
}
.post ul ul.children {
	margin-bottom: 0;
}
.post ol {
	margin: 0 0 1.6em 24px
}
.post ol li {
	list-style-type: decimal
}
.post-thumb {
	margin: 5px 0 15px 0;
	float: left;
}
.title-wrap {
	margin: 0 0 1% 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-bottom: -10px;
	padding-bottom: 3%;
}
.entry-title {
	font-size: 36px;
	color: #6b6b6b;
	margin-bottom: 20px;
	margin-top: 20px;
}
#content .entry-title a {
	color: #1e1e1e;
}
#content .entry-title a:hover {
	opacity: .8
}
.sub-title {
	display: inline-block;
	width: 100%;
}
.sub-title {
	display: none;
}
.sub-title h1 {
	font-size: 34px;
	font-weight: 400;
	color: #9EA9B1;
	margin: 0;
	margin-bottom: 5%;
}
.intro {
	font-size: 20px;
	color: #B1B8BE;
	margin-bottom: 3%;
	padding-bottom: 3%;
	border-bottom: dotted 2px #EEE;
}
.title-meta {
	color: #B6C0C9;
	font-size: 16px;
	margin-bottom: 8px;
}
.title-meta a {
	color: #B6C0C9
}
.title-meta a:hover {
	color: #666E75;
	text-decoration: none;
}
.title-meta .ti {
	margin-left: 20px;
	margin-right: 7px;
	font-size: 15px;
}
.title-meta .ti-user {
	margin-left: 0px;
	margin-right: 3px;
}
.sep {
	padding: 0 1%;
	color: #B4C3CF;
}
.post .bar {
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 2% 0 0 0;
	padding: 25px 10%;
	font-size: 14px;
	position: relative;
	color: #A7B5C1;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.post .bar-frame {
	margin-left: 15px 0px 15px 0px
}
.bar .title {
	font-size: 40px;
	display: inline;
	float: left;
	line-height: 6px;
	margin-right: 5px;
	color: #A7B5C1;
}
.bar a, .bar i {
	color: #8F9FAC
}
.bar a:hover, .bar .share i:hover {
	color: #6C7983
}
.bar i {
	margin-right: 4px
}
.bar-categories {
	width: 80%;
	display: inline-block;
	float: left;
}
.bar .categories {
	float: left;
	margin-right: 15px;
}
.bar .tags {
	float: left
}
.bar .share {
	float: right;
	display: inline-block;
	width: 90px;
	position: relative;
}
.bar .share a {
	float: right;
	margin-left: 8px;
	font-size: 17px;
}
.bar .share a:hover {
	color: #7C8B97
}
.gallery-wrap .slides li {
	margin-bottom: 0 !important
}
.arrayvideo {
	position: relative;
	z-index: 1;
	margin: 0;
	display: block;
	width: 100%;
}
.video object {
	width: auto !important
}
.next-prev {
	width: 100%;
	margin: 5% 0;
	display: inline-block;
}
.next-prev a {
	color: #666E75
}
.next-prev a:hover {
	color: #8E959B
}
.next-post, .prev-post {
	width: 50%
}
.next-post {
	float: left
}
.prev-post {
	float: right;
	text-align: right;
}
.next-prev-title {
	display: inline-block;
	width: 100%;
}
.post .img {
	padding: 0 15px 15px;
	width: 535px;
	overflow: hidden;
}
.post .img img {
	display: block
}
.post blockquote {
	overflow: hidden;
	padding: 15px 0;
	margin: 0 25px 25px 0px;
	position: relative;
	border-top: dotted 2px #EEE;
	border-bottom: dotted 2px #EEE;
	color: #b3b3b3;
}
.post blockquote p {
	font-size: 20px;
	margin-bottom: 0px;
	color: #a9a9a9;
}
.quote {
	font-style: italic
}
.post blockquote .frame {
	padding: 12px 41px 46px 27px
}
.post q:before, .post q:after {
	content: ""
}
.post blockquote q {
	display: block;
	margin: 0 0 23px;
}
/* ===[ Sidebar Styles ]=== */

#sidebar {
	float: right;
	color: #687A8A;
	font-size: 15px;
	width: 23%;
	margin-top:30px;
}
#sidebar img, #sidebar select {
	max-width: 100%
}
#sidebar a {
	color: #8C99A4
}
#sidebar a:hover {
	color: #687A8A
}
.widget ul {
	margin: 0 0 0 0px
}
.widget ul li {
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 5px;
}

.widget ul li:last-child, .widget p:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget {
	width: 100%;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	display: block;
	border-bottom: dotted 1px #ddd;
	border-radius: 2px;
	background-color:#fff;
	padding:20px;
}
.widget p {
	margin: 0 0 25px
}
.widget .date {
	font-size: 11px
}
.widget h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
}
#sidebar .tagcloud a {
	background: #fff;
	padding: 5px 10px;
	float: left;
	font-size: 12px !important;
	font-weight: bold;
	margin: 0 5px 8px 0;
	color: #5C6772;
	border-radius: 15px;
}
#sidebar .tagcloud a:hover {
	color: #fff;
	background: #5C6772;
}
/* ===[ Search Form Styling ]=== */

#searchform {
	position: relative;
	z-index: 5;
	width: 100%;
}
#searchform input, #secondary #searchform #searchsubmit {
	height: 38px;
	font-family: 'Arimo', "Helvetica Neue", Helvetica, sans-serif;
}
#searchform label {
	display: none
}
#s {
	width: 100%;
	border: none;
	padding-right: 56px;
	padding-left: 10px;
	background: #fff;
	color: #999;
	border-radius: 2px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
	background-color: #f0f3f4
}
#s:focus {
	outline: none;
	border: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
#searchsubmit {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	padding: 0 15px;
	border: none;
	background-color: #7ece2e;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
#searchsubmit:hover {
	background: #767f89;
	cursor: pointer;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
/* ===[ Calendar Styling ]=== */

#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
}
#wp-calendar {
	margin: 0;
	max-width: 100%;
	width: 100%;
}
#wp-calendar caption {
	text-align: center;
	background: #E4E4E4;
	padding: 5px 10px;
	font-weight: bold;
}
#wp-calendar tr th, #wp-calendar tr td {
	text-align: center
}
#wp-calendar tr th {
	background: #5C6772;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
#wp-calendar tbody tr td {
	padding: 5px 0;
	border-right: solid 1px #f3f3f3;
	border-top: solid 1px #f3f3f3;
}
#wp-calendar tbody tr td:hover {
	cursor: pointer
}
#wp-calendar tfoot td {
	border-top: solid 1px #f3f3f3;
	border-right: solid 1px #eee;
	padding: 7px 0 5px 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/* ===[ RSS Widget Styling ]=== */

#sidebar .widget_rss .rsswidget {
	color: #687A8A
}
.widget_rss ul .rsswidget {
	color: #687A8A !important
}
.widget_rss ul .rsswidget:hover {
	opacity: .8
}
.widget_rss .rsswidget {
	font-weight: bold
}
.widget_rss ul {
	margin: 0
}
.widget_rss li {
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 0 !important;
	list-style-type: none !important;
	border-bottom: dotted 1px #DDD;
}
.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.widget_rss li:before {
	display: none
}
.widget_rss .rss-date {
	float: left;
	width: 100%;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #8C99A4;
}
.widget_rss li cite {
	margin-top: 10px;
	display: inline-block;
}
.widget-title .rsswidget img {
	display: none
}
.widget-title .rsswidget {
	color: #687A8A !important
}
/* ===[ Homepage Excerpt Slider ]=== */

.ribbon {
	border-color: #55bee6 #55bee6 white;
	border-style: solid;
	border-width: 25px 16px 10px 16px;
	width: 0px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 5%;
	display: none;
}
.ribbon:before {
	color: #fff;
	content: "\f005";
	font-family: 'FontAwesome';
	position: absolute;
	top: -18px;
	left: -5px;
	font-weight: normal;
	font-size: 11px;
}
.scroll {
	position: relative;
	margin-bottom: 6%;
	background: #fff;
	padding: 5%;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	border-radius: 3px;
}
.scroll-title {
	font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 58px;
	line-height: 1.1;
	color: #5C6772;
}
.scroll-title a {
	color: #666E75
}
.scroll-title a:hover {
	opacity: .8
}
.scroll-excerpt {
	color: #A8B3BD;
	margin-top: 1%;
	font-size: 20px;
}
.scroll-title, .scroll-excerpt {
	width: 85%
}
.scroll-post {
	margin-top: 10px;
	font-size: 16px;
	color: #778b9d;
}
.scroll-post a {
	color: #A7B5C1
}
.scroll-post a:hover {
	text-decoration: none
}
.scroll-post .title-meta {
	font-size: 14px;
	margin-bottom: 0;
}
/* ===[ Comment Styles ]=== */

#comments {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.page #comments {
	margin-top: 8%;
}
.comments-wrap {
	width: 100%;
	
}
#comments-title {
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	background: #F7F7F7;
	padding: 30px 20px;
	margin-bottom: 0;
}
#comments-title span {
	color: #ccc;
	margin-right: 10px;
	float: left;
}
.comments-open {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 60px !important;
}
#respond {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.comment #respond {
	margin-top: 0px;
	padding-bottom: 10px;
}
#respond h3 {
	font-size: 36px;
	font-weight: 300;
	display: inline-block;
	margin: 0 0 10px 0;
}
.commentlist #respond h3 {
	margin-top: 25px
}
#respond label {
	margin: 5px 0 0 0
}
#respond p {
	position: relative
}
#respond .required {
	color: #E75353
}
#respond p {
	margin-bottom: 15px
}
#commentform p {
	width: 100%
}
.form-submit {
	margin: 10px 0 0 0 !important
}
#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}
#respond input:focus, #respond textarea:focus {
	outline: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
#respond textarea {
	width: 100%
}
#commentform #submit, .wpcf7-submit {
	color: white !important;
	background-color: #7ece2e;
	font-size: 16px;
	margin-top: 30px;
	width: 170px;
	text-align: center;
	padding-bottom: 5px;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border: 0!important;
	margin-top: 20px;
	border-radius: 2px;
}
#commentform #submit:hover, .wpcf7-submit:hover {
	background: #767F89;
	cursor: pointer;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}
.form-allowed-tags {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;
	margin: 10px 0 25px 0;
	width: 100% !important;
	display: none;
}
.commentlist {
	list-style-type: none !important;
	counter-reset: li;
}
.commentlist li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 35px 0;
	margin: 0 0 35px 0;
	border-bottom: dotted 1px #e6e6e6;
	position: relative;
	list-style: none!important;
}
.comment-text ol, .comment-text ul {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.comment-text li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: none;
}
.comment-text ul li {
	list-style-type: circle;
	margin-left: 22px;
}
.comment-text ol li {
	list-style-type: decimal;
	margin-left: 24px;
}
.commentlist .children {
	margin-top: 35px;
	border-top: dotted 1px #e6e6e6;
	padding-top: 35px;
}
.commentlist .children li {
	padding-left: 8%
}
.commentlist .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.comment-block {
	padding: 0
}
.comment-text {
	position: relative;
	font: 17px/1.5 "Helvetica Neue", Helvetica, sans-serif;
}
.comment-text p.reply {
	margin-bottom: 0;
	display: inline-block;
	text-align: left;
}
.comment-text p.reply a {
	color: #B1B8BE
}
.comment-text p.reply a:hover {
	color: #848D94
}
.comments .children .reply {
	text-align: left
}
#cancel-comment-reply-link {
	position: relative;
	color: #999;
	margin: 0 0 0 0;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}
#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	-o-transition: .07s ease-in;
	transition: .07s ease-in;
}
#cancel-comment-reply-link i {
	font-size: 18px;
	color: #f74f4f;
}
#cancel-comment-reply-link i:hover {
	color: #555;
	cursor: pointer;
}
.comments .logged-in-as, .comment-notes {
	float: left;
	font-size: 15px;
	color: #aaa;
	margin-bottom: 35px !important;
}
.comments .logged-in-as a {
	color: #777
}
.comments .logged-in-as a:hover {
	color: #555
}
.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}
.comment-awaiting-moderation {
	color: #555;
	font-weight: bold;
	font-size: 11px;
}
.vcard {
	width: 100%;
	display: inline-block;
}
.vcard img {
	display: inline-block;
	width: 35px;
	height: auto;
	border-radius: 50px;
}
.fn {
	float: left;
	width: 100%;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
}
.fn a {
	color: #666E75
}
.fn a:hover {
	opacity: .8
}
.comment-info {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.comment-meta {
	display: inline-block;
	width: 75%;
	margin: 0 0 7px 10px;
}
.comment-bottom {
	width: 100%;
	display: inline-block;
}
.comment-time {
	text-transform: uppercase;
	font-size: 10px;
	color: #C5CCD1;
	display: inline-block;
	float: right;
	margin-top: 8px;
}
.comment-time:hover {
	color: #848D94
}
.comment-edit-link {
	font-size: 10px;
	display: inline-block;
	float: right;
	margin: 8px 0 0 5px;
}
#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 1px #e7e7e7;
}
#comment-nav-below .nav-previous {
	float: left
}
#comment-nav-below .nav-next {
	float: right
}
/* ===[ Post Navigation Styling ]=== */

.pagelink p {
	background: #f7f7f7;
	padding: 10px;
}
.post-nav {
	padding: 15px 0;
	margin: 6% 0 0 0;
	display: inline-block;
	width: 100%;
}
.post-nav a {
	color: #666E75;
	font-weight: bold;
}
.post-nav a:hover {
	opacity: .8;
}
.postnav-left a {
	float: left
}
.postnav-right a {
	float: right
}
/* ===[ Archive Styles ]=== */

.archive-column {
	border-bottom: dotted 1px #e6e6e6;
	margin-bottom: 1.6em;
}
.archive-column:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
/* ===[ Dribbble Widget Styling ]=== */

.dribbbles li a img {
	width: 100%;
	height: auto;
	border: solid 5px #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	border-radius: 3px;
}
/* ===[ Flickr Widget Styling ]=== */

.flickrPhotos {
	margin: 0 0 0 0 !important;
	float: left;
}
.flickrPhotos li {
	float: left;
	display: inline;
	margin: 0px 0 15px 0px !important;
	padding: 0 !important;
	overflow: hidden;
	list-style-type: none;
}
.flickr li img {
	width: 100%;
	height: auto;
	border: solid 5px #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	border-radius: 3px;
}
.flickr-more {
	font-size: 10px;
	color: #aaa;
}
.flickrPhotos .remove-margin, #envato-marketplace-items .remove-margin {
	margin-right: 0px !important
}
/* ===[ Footer Styles ]=== */

#mentions{
	margin-top:30px;
	text-align:center
}
#mentions p{
	margin-bottom:30px;
	z-index:999;
}

#mentions img{
	box-shadow:0px;
	border: 0px solid #DBDBDB;
	-webkit-box-shadow: 0px 0px 0px 0px #ECECEC;
	box-shadow: 0px 0px 0px 0px #ECECEC;
	moz-box-shadow: 0px 0px 0px 0px #ECECEC;
	margin-top:-15px;
	z-index:-1;
}


#footer {
	width: 100%;
	padding: 3% 0;
	display: block;
	overflow: hidden;
	background: #fff;
	font-size:15px;
}
.footer-inside {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 25px;
}
#footer .bar ul {
	margin-left: 15px
}
#footer .bar li {
	list-style-type: square;
	margin-bottom: 5px;
}
#footer .footernav {
	float: left
}
#footer .footer-copy {
	float: left
}
#footer .copyright {
	float: left;
	display: inline-block;
	margin: 10px 0 0 0;
	position: relative;
	font-size: 13px;
	color: #A7B5C1;
}
.copyright a {
	color: #A7B5C1;
}
.copyright a:hover {
	color: #687A8A
}

#footer .menu-footer-wrapper {
	display: inline-block;
	width: 100%;
}
#footer #menu-footer-container {
	float: left
}
#footer #menu-footer {
	float: left
}
#footer #menu-footer li {
	float: left;
	margin: 0 20px 5px 0;
	display: inline;
}
#footer #menu-footer li a {
	color: #687A8A;
	display: block;
	font-weight: 700;
	font-size: 14px;
}
#footer #menu-footer li a:hover {
	color: #4e5b67;
	text-decoration: none;
}
#footer #menu-footer li:last-child {
	margin: 0 0 0 0
}
.footer-inside .widget {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%
}
.footer-inside .widget {
	border: 0px;
}
/* ===[ Icons ]=== */

.social-icons {
	float: right;
	margin-top: 5px;
}
.social-icons a i {
	line-height: 24px
}
.social-icons .widget {
	margin: 0;
	padding: 0;
}
/* ===[ Various Default WordPress Styling ]=== */

.sticky {
}
.alignleft {
	float: left
}
.alignright {
	float: right
}
.aligncenter {
	text-align: center
}
.bypostauthor {
}
.wp-caption {
	background: rgba(255,255,255, 0.6);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
	padding: 5px;
	max-width: 96%;
	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
}
img.alignleft, img.alignright {
	padding: 5px
}
img.alignleft {
	margin: 5px 25px 20px 0
}
img.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 p.wp-caption-text {
	font-size: 10px !important;
	margin: 0 !important;
	padding: 3px 0 0 0!important;
}
.gallery-caption {
	text-align: center
}
.gallery-item {
	width: 115px !important;
	margin-right: 15px;
	margin-bottom: 20px;
}
.gallery-icon {
	width: 115px
}
.gallery-item img {
	width: 95px;
	height: auto;
	padding: 5px;
	border: solid 1px #eee !important;
}
/* ===[ Contact Form 7 Style ]=== */

input[type="text"], input[type="email"], input[type="password"] {
	color: #8A949B;
	border: none;
	background: #F0F3F4;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	background: #E8EEF0;
	outline: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
textarea {
	color: #8A949B;
	border: none;
	background: #F0F3F4;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}
.wpcf7 br {
	margin-bottom: 10px
}
.wpcf7-response-output {
	background: #faf7d6;
	border: none !important;
}
.wpcf7-mail-sent-ok {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: #ECF3E5;
	background: rgba(229, 243, 212, .5);
	padding: 15px !important;
	border: solid 1px #D2EFAC !important;
}
.wpcf7-validation-errors {
	margin-left: 0px !important;
	background: #FCF3F3;
	background: rgba(255, 238, 238, .5);
	border: solid 1px #FBDCDC !important;
	padding: 10px !important;
	margin-right: 0px !important;
}
/* ===[ SB Tabbed Widget ]=== */

.widget_sb_tabbed_widget {
	background: none;
	padding-bottom: 30px !important;
}
.sb_tabbed {
	background: #fff;
}
.widget_sb_tabbed_widget .tab-content ul li {
	list-style-type: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li a {
	background: #5C6772;
	box-shadow: none;
	color: #A7B3C0 !important;
}
.visitbutton {
	padding: 15px;
margin-top:20px;
margin-bottom:20px;
display:block;
font-weight:bold;
}
a.visitbutton {
	color: white !important;
	background-color: #ff0000;
	border-right: 1px solid #B30909;
	border-bottom: 1px solid #B30909 !important;
}
a.visitbutton:hover {
	color: white !important;
	background-color: #545454;
	transition: all 0.3s ease-out;
	border-right: 1px solid black;
	border-bottom: 1px solid black !important;
}
a.visitbutton:active {
	background-color: #ff0000;
	transition: all 0s ease-out;
}
a.hostingbutton {
	margin-left: 15px;
}
a.infobutton:after, a.hostingbutton:after {
	content: "»";
	padding-left: 5px;
}
.infobutton {
	text-align: center!important;
	margin: 0 auto;
	border: 0!important;
}
.collectionlink {
	text-align: center;
}
a.infobutton {
	color: white !important;
	background-color: #7ece2e;
	font-size: 16px;
	margin-top: 10px;
	margin-top: 20px;
	width: 190px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 20px;
	border: 0!important;
	border-radius: 2px;
}
a.infobutton:hover {
	color: white !important;
	background-color: #767f89;
	transition: all 0.3s ease-out;
	border: 0!important;
}
a.infobutton:active {
	background-color: #7ece2e;
	transition: all 0s ease-out;
}
a.hostingbutton {
	color: white !important;
	background-color: #548cff;
	font-size: 16px;
	margin-top: 10px;
	margin-top: 20px;
	width: 190px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 20px;
	border: 0!important;
	border-radius: 2px;
}
a.hostingbutton:hover {
	color: white !important;
	background-color: #767f89;
	transition: all 0.3s ease-out;
	border: 0!important;
}
a.hostingbutton:active {
	background-color: #548cff;
	transition: all 0s ease-out;
}
a.readmore {
	color: white !important;
	background-color: #7ece2e;
	font-size: 16px;
	margin-top: 20px;
	width: 170px;
	text-align: center;
	padding-bottom: 5px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: -20px;
	border: 0!important;
	border-radius: 2px;
}
a.readmore:hover {
	color: white !important;
	background-color: #767f89;
	transition: all 0.3s ease-out;
	border: 0!important;
}
a.readmore:active {
	background-color: #7ece2e;
	transition: all 0s ease-out;
}

#themefeatureshome {
	margin-top: -80px;
	margin-bottom: 20px;
}
.home #themefeatureshome {
	margin-top: -120px;
	margin-bottom: 70px;
}
#themefeaturespricing {
	margin-top: 0px;
	margin-bottom: 0px;
}
#themefeatures {
	padding-bottom: 20px;
	padding-top:70px;
	font-size: 15px;
	text-align: center;
	max-width:1350px;
	margin:0 auto;
}
#themefeatures h3 {
	font-size: 20px;
	font-family: 'Arimo', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300
}
.themefeature {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: left;
	margin-right:20px;
}
.themepagetitle {
	color: #000000;
	font-size: 22px;
	margin-bottom: 15px;
}
.themefeature .fa {
	float: left;
	font-size: 38px;
	color: #7ece2e;
}
.themefeature .ti {
	float: left;
	font-size: 38px;
	color: #7ece2e;
}
.themefeature .icon {
	float: left;
	width:60px;
	height:60px;
}.themefeature .icon-design {
	background-image:url(https://alienwp.com/wp-content/themes/AlienWP/images/design.gif);
	background-repeat:no-repeat;
	background-size:60px 60px;
}
.themefeature .icon-setup {
	background-image:url(https://alienwp.com/wp-content/themes/AlienWP/images/setup.gif);
	background-repeat:no-repeat;
	background-size:60px 60px;
}
.themefeature .icon-support {
	background-image:url(https://alienwp.com/wp-content/themes/AlienWP/images/support.gif);
	background-repeat:no-repeat;
	background-size:60px 60px;
}
.themefeaturetext {
	margin-left: 70px;
	margin-top: -40px;
	float: left;
}
#themefeatureshome .themefeaturetext {
	margin-left: 80px;
	margin-top: -55px;
	float: left;
}
#themefeatureshome .themefeaturetext {
	margin-left: 80px;
	margin-top: -55px;
	float: left;
}
#themefeaturespricing .themefeaturetext {
	margin-left: 80px;
	margin-top: -55px;
	float: left;
}
.themedetails {
	margin-top: 40px;
	font-size: 14px;
}
.themedetails li {
	list-style-type: none!important;
	margin-bottom: 5px!important;
	border-bottom: 1px dotted #C1C1C1;
	padding-bottom: 5px;
}
.themedetails ul {
	margin-left: 0!important;
}
.themedetails .fa {
	padding-right: 10px!important;
}
.themedetails .ti {
	padding-right: 10px!important;
}
.buynow {
	text-align: center;
	border-top: dotted 2px #e6e6e6;
	padding-bottom: 30px;
	padding-top: 40px;
}
.buynow span {
	border-bottom: 1px solid #7ece2e;
}
.buynow p {
	margin-bottom: 0px;
	margin-top: 25px;
	color: #434343;
	font-size: 17px;
}
.buybutton {
	font-size: 16px;
	line-height: 26px;
}
a.buybutton {
	background-color: #7ece2e;
	color: white!important;
	padding: 10px 15px;
	border: 0px;
	border-radius: 2px;
}
a.buybutton:hover {
	background-color:#575757;
	color: #fff;
	border: 0px;
}
a.buybutton:hover .ti {
	color: #7ece2e;
}
.buybutton span {
	background-color: #fff;
	color:#000;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	border-radius:2px;
	border-bottom: 0px;
	margin-left: 5px;
}

span.price {
	background-color: #7ece2e;
	color:#fff;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	border-radius:4px;
	border:0px;
}
.buybutton .ti {
	font-size: 12px;
	margin-left: 5px;
}
.post a.buybutton {
	margin-right: 10px;
	padding: 10px 15px;
}
#sidebar a.buybutton {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	background-color: #767f89;
}
#sidebar a.join {
	background-color: #7ece2e;
}
#sidebar a.buybutton:hover {
	background-color: #343434;
}
.button {
	font-size: 16px;
	line-height: 26px;
	background-color: #7ece2e;
	color: white!important;
	padding: 10px 15px;
	border: 0px!important;
	border-radius: 2px;
	cursor: pointer;
}
.button:hover {
	background-color: #343434;
	color: white;
	border: 0px!important;
}
.homebutton{
	clear:both;gf
	text-align:center;
	margin:0 auto;
	padding:15px!important;	
	padding-right:40px!important;
	padding-left:40px!important;
	margin-top:-35px;
	display:inline-block;
	width:100%;
}

#mentions a.join {
	background-color: #767f89;
}

#mentions a.join:hover {
	background-color: #343434;
}

#featured-on{
	padding:30px;
	background-color:#fff;
	font-size:16px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#featured-on img{
	padding:15px;
}

#featured-on p{
	margin-bottom:15px;
}


/* Pricing Grid */

#pricingwrap {
	text-align: center;
	padding-top: 50px;
}
#sidebar .pricing {
	width: 100%;
	background-color: white;
	color: #929292;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 28px;
	position: relative;
	border-bottom: solid 2px #ddd;
	border-radius: 2px;
}
.pricing {
	width: 30%;
	background-color: white;
	color: #929292;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 28px;
	position: relative;
	border-bottom: solid 2px #ddd;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	font-size:15px;
}
.pricing:nth-child(3n+3) {
	margin-right: 0px;
}
.pop{
	border:1px solid #7ece2e;
}
.reg{
	border:1px solid #dedede;
}
#popular {
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #7ece2e;
	color: white;
	width: 80px;
	height: 80px;
	font-size: 16px;
	border-radius: 50%;
	line-height: 17px;
	font-weight: bold;
	padding-top:4px;
	border:3px solid #fff;
	letter-spacing:-0.3px;
}
#popular p {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
.pricingtop {
	background-color: #767f89;
	height: 40px;
	line-height: 40px;
	color:#fff
}
.price {
	height: 130px;
	background-color: #fafafa;
	color: #000;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede
}
/* Hover 
.pricing:hover .price {
	background-color: #343434;
	color: #fff!important;
	border-left:1px solid #343434;
	border-right:1px solid #343434;
	transition: .1s ease-in;
}
.pricing:hover h3.pricepoint{
	color: #fff!important;
}
*/	
h3.pricepoint {
	font-size: 60px;
	padding-top: 20px;
	color: #000;
	margin-bottom: -10px;
	letter-spacing:-2px;
}
h3.pricepoint span{
	font-size: 30px;
	position:relative;
	top:-20px;
	font-weight:lighter
}
.pricemeta {
	color: #767f89;
}

.pricingfeatures ul {
}
.pricingfeatures li {
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #C1C1C1;
	
}
.pricingfeatures li:nth-child(2n+2) {
	
}
.pricingfeatures li:last-child {
	border-bottom: 0px dotted #C1C1C1;
}
.pricing a.buybutton {
	background-color: #7ece2e;
	color: white!important;
	padding: 10px 15px;
	border: 0px;
	border-radius: 2px;
	width: 100%;
	display: block
}
a.buybutton:hover {
	background-color: #343434;
	color: white;
	border: 0px;
}
a.buybutton:hover .fa {
	color: #7ece2e;
}
.encrypt span {
	color: #7ece2e;
	font-size:16px;
}
.encrypt{
	margin-top:10px;
}

.edd-page .encrypt{
	margin-top:-10px;
	margin-bottom:40px;
}

/* Themes Portfolio */

#filters {
	padding: 0;
	list-style: none;
	margin-top:0px;
}
#filters li {
	float: left;
	list-style-type: none;
}
#filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
#filters li span:hover {
	background: #7ece2e;
	color: #fff
}
#filters li span.active {
	background: #eee;
}
#filters li span.active:hover {
	background: #7ece2e;
}
#filters li span.all {
	background: #7ece2e;
	color: #fff;
}
#portfoliolist {
	text-align: center;
	margin: 0 auto;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	margin: 1%;
	display: none;
	overflow: hidden;
	text-align: left;
	background-color: #eee;
	margin-bottom: 20px;
	padding:10px;
}
.home #portfoliolist .portfolio {
	display: inline-block;
}

.home #portfoliolist {
	margin-top:-90px;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}
.portfolio img {
	max-width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	border: 0px!important;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px #ECECEC;
	box-shadow: 0px 0px 0px 0px #ECECEC;
	moz-box-shadow: 0px 0px 0px 0px #ECECEC;
}
.label-text {
	background-color: #fff;
	padding: 12px;
	padding-left: 15px;
	padding-right: 7px;
	font-size: 16px;
	font-weight: bold;
}
.text-category {
	background-color: #7ece2e;
	color:#fff;
	float: right;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	font-weight: 300;
	border-radius: 2px;
}
a.text-title {
	color: #000!important;
	border: 0px!important;
}
a.visitlink {
	color: #71777a!important;
	border: 0px!important;
}
.text-category:hover {
	background-color: #7ece2e;
	color: #fff
}
.text-category .ti {
	margin-left: 6px;
}
.portfolio:hover img {
	opacity: 0.7;
	-webkit-transition: all 100ms;
	transition: all 100ms;
}
.cat-post-widget {
	text-align: center
}
.cat-post-widget ul {
	margin: 0px!important;
	padding: 0px!important;
}
.cat-post-item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 1%!important;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	margin: 1%;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	margin-bottom: 20px;
	padding:10px;
	border:10px solid #eee;
	text-align:center
}

.cat-post-item .post-title{
	padding:10px;
	display:block;
	min-height:70px;
}
.cat-post-item a{
	color:#000!important;
}
.cat-post-item a:visited{
	color:#000!important;
}
.cat-post-item a:hover{
	border:0px;
	color:#969696!important;
}

.cat-post-item img {
	padding:0px;
	border:0px;
	border: 1px solid #DBDBDB;
	-webkit-box-shadow: 0px 0px 0px 0px #ECECEC!important;
	box-shadow: 0px 0px 0px 0px #ECECEC!important;
	moz-box-shadow: 0px 0px 0px 0px #ECECEC!important;
	border:0px!important;
}
.cent {
	text-align: center
}

/* Hero */

.trade{font-size:16px;position:relative;top:-25px;left:-5px;}

#hero {
	background-color: #fff;
	text-align: center;
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:40px;
}
#heroinside {
	max-width: 1350px;
	padding-bottom: 0px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#hero a, #heroinside a{
	color:#fff;
	border-bottom:1px solid #7ece2e;
}
#hero a:hover, #heroinside a:hover{
	border-bottom:1px solid #fff;
}
.home .post {
	margin-top: -82px;
	padding-top: 60px;
}
.heroimage {
	float: right;
	width: 50%;
	position: relative;
	text-align: right
}
.heroimage img {
	margin-bottom: 0px;
}
.herotext {
	text-align: left;
	color: #bebebe!important;
	width: 100%;
	padding-top: 40px;
	font-size:22px;
}
.hero-title {
	color: #000;
	font-family: 'Arimo', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 2% 0;
	line-height: 1.2;
	display: block;
	letter-spacing:-0.5px;
}
.herobuttons {
	padding-top: 10px;
}
.herobuttons .button {
	margin-right: 10px;
	display: inline-block;
	width: 150px!important;
	text-align: center
}
.herobuttons .button:hover {
	background-color: #eee;!important;
	color: #000!important;
}
.blue {
	background-color: #7ece2e!important
}
.red{
	background-color:#7ece2e;
	color:#fff;
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	border-radius:2px;
}
.blue:hover {
	background-color: #767f88!important
}
#heroinner {
	background-color: #fff;
	text-align: center;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: -80px;
}
#heroinner .herotext {
	float: none;
	color: #bebebe!important;
	width: 100%!important;
	padding-top: 0px;
}
#heroinner .hero-title {
	margin-bottom: 0px;
}
#heroinner .herobuttons {
	float: right;
	margin-top: 30px;
	margin-left: 30px;
}


/* EDD Vendor Dashboard Inputs
   ==================================================
   ================================================== */
   
.edd-checkout .post {
	width: 70%;
	text-align:left
}

.edd-checkout #content-wrap{
	text-align:center
}

.page-id-8216 .post {
	width: 70%;
	text-align:left
}

.page-id-8216 #content-wrap{
	text-align:center
}
   

.eddr-cart-item-notice{
	color:#ccc
}
.eddr-cart-item-notice em{
	font-style:normal!important;
}

.edd-submit{
	background-color: #7ece2e!important;
	color: white!important;
	padding: 12px 17px!important;
	border: 0px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 26px;	
}

.edd-input {
	margin-bottom: 30px;
	width:100%!important;
	display:block!important;
	padding:15px!important;
	
}

.edd-payment-icons{
	padding-bottom:50px;
	padding-top:10px;
	display:block;
}

.edd-input , .vendor-dashboard #content input[type="text"], .vendor-dashboard #content input[type="email"], .vendor-dashboard #content textarea, .vendor-dashboard #content input[type="password"], .vendor-dashboard #content input[type="url"], .vendor-dashboard #content select, #edd_profile_editor_form select, #content div.fes-form fieldset .fes-fields input[type=text], #content div.fes-form fieldset .fes-fields input[type=password], #content div.fes-form fieldset .fes-fields input[type=email], #content div.fes-form fieldset .fes-fields select, #content form .fes-fields .multiselect, #content div.fes-form fieldset .fes-fields select, #content div.fes-form fieldset .fes-fields textarea, #content div.fes-form fieldset .fes-fields input[type=url] {
	width: 100%;
	max-width: 100%;
	padding: 12px 15px;
	height: 3em;
	-webkit-transition: .07s ease-in-out;
	transition: .07s ease-in-out;
	color: #4a545a;
	border: solid 1px transparent;
	border-radius: 3px;
	background: #eef2f5;
	box-shadow: none;
	webkit-box-shadow: none;
	-webkit-appearance: none;
}
.vendor-dashboard #content input[type="text"]:focus, .vendor-dashboard #content input[type="email"]:focus, .vendor-dashboard #content textarea:focus, .vendor-dashboard #content input[type="password"]:focus, .vendor-dashboard #content input[type="url"]:focus, .vendor-dashboard #content select:focus, #content div.fes-form fieldset .fes-fields input[type=text]:focus, #content div.fes-form fieldset .fes-fields input[type=password]:focus, #edd_cc_address select:focus, #edd_cc_fields select:focus, #edd_profile_editor_form select:focus, .modal-content select#user-lists:focus, #content form .fes-fields .multiselect:focus, #content div.fes-form fieldset .fes-fields select:focus, #content div.fes-form fieldset .fes-fields textarea:focus, #content div.fes-form fieldset .fes-fields input[type=url]:focus {
	-webkit-transition: .07s ease-in-out;
	transition: .07s ease-in-out;
	color: #4a545a;
	border-top-color: #d5e0e8 !important;
	border-left-color: #DDE7EF !important;
	border-right-color: #DDE7EF !important;
	outline: none;
	background: #F1F5F9;
	box-shadow: none;
	webkit-box-shadow: none;
	-webkit-appearance: none;
}
#content div.fes-form fieldset .fes-fields textarea, .vendor-dashboard #content .fes-cmt-body {
	height: auto
}
#content form .upload_file_button, #content form .insert-file-row {
	font-size: 15px;
	font-weight: 600;
	height: auto;
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-radius: 3px;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	background: #84919e;
	-webkit-appearance: none;
}
#content form .fes-submit .button-primary-disabled {
	background: #84919e !important;
	color: #fff !important;
}

@media only screen and (max-width:600px) {
#content form .upload_file_button,  #content form .insert-file-row {
	font-size: 14px
}
}
#content form .upload_file_button:hover, #content form .insert-file-row:hover, #content form .upload_file_button:focus, #content form .insert-file-row:focus, #content form .fes-submit input[type=submit]:focus {
	cursor: pointer;
	color: #fff;
	border: none;
	box-shadow: inset 0 0 80px rgba(0,0,0, .1);
	outline: none;
}
#content form .fes-fields .multiselect, #content div.fes-form fieldset .fes-fields select {
	height: auto
}
#content form .fes-fields table td:first-child {
	padding-left: 0
}
#content form .fes-fields .multiple thead td, #content form .fes-file-column {
	padding-bottom: 0;
	background: #fff;
}
#content form .fes-remove-column {
	display: none
}
#content form .fes-repeat-field {
	display: inline-block !important;
	vertical-align: middle;
	margin-bottom: 5px;
}
#content form .fes_accept_toc label {
	margin-top: 10px
}
#content form .fes-form .multiple .fes-variations-list-multiple tr td, #content .fes-fields .fes-single-variation td {
	padding-top: 1%;
	padding-bottom: 0;
}

@media only screen and (max-width:600px) {
#content form .fes-form .multiple .fes-variations-list-multiple tr td {
	padding-left: 0;
	padding-top: 2%;
}
#content .fes-form .multiple .fes-variations-list-multiple td {
	padding-right: 0;
	padding-left: 0;
}
}
#content form .fes-fields {
	font-size: 16px
}
#content form .fes-form .multiple .fes-variations-list-multiple tr td.fes-url-row {
	padding-right: 0
}
#content .fes-single-variation .fes-url-choose-row {
	padding: 0 12px
}

@media only screen and (max-width:600px) {
#content .fes-single-variation .fes-url-choose-row {
	padding: 2% 0 0 0
}
#content .fes-fields thead .fes-remove-column {
	display: none
}
}
#content form .fes-form .delete {
	color: #D85858;
	font-weight: bold;
	font-size: 0;
}

@media only screen and (max-width:600px) {
#content form .fes-form .delete {
	margin-left: 10px
}
}
#content form .fes-form .delete:after {
	content: "\f057";
	font-family: "FontAwesome";
	font-size: 18px;
}
#content form .fes-form .delete:hover, #content form .fes-form a.delete:focus {
	color: #EA6666
}
#content form .fes-fields table thead {
	background: none
}
#content form .fes-fields table td {
	border-bottom: none
}

@media only screen and (max-width:600px) {
#content form .fes-fields table td {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
#content form .fes-fields table.multiple thead td {
}
#content form .fes-fields table td.fes-url-choose-row,  #content form .fes-fields table td.fes-delete-row {
	width: auto
}
}
#content form .fes-fields tfoot th {
	padding-left: 0;
	padding-top: 3%;
}
#content form .fes-product-list-status-bar {
	font-size: 16px;
	margin-bottom: 2%;
}
#edd_simple_shipping_diff_address label:first-child {
	margin-bottom: 15px;
}
#content div.fes-form fieldset .fes-fields .edd-fes-shipping-fields input[type=text] {
	width: 45%;
	margin-right: 1%;
}

@media only screen and (max-width:768px) {
#content div.fes-form fieldset .fes-fields .edd-fes-shipping-fields input[type=text] {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
}
#content form .edd-fes-shipping-fields {
	padding-top: 1%
}
#content form .edd-fes-shipping-fields label {
	margin-right: 1%
}

@media only screen and (max-width:768px) {
#content form .edd-fes-shipping-fields label {
	width: 100%
}
}
.edd_submit {
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}
.edd_submit {
	background-color: #7ece2e;
	color: white!important;
	padding: 10px 15px;
	border: 0px;
	border-radius: 2px;
}
.edd_submit:hover {
	background-color: #343434;
	color: white;
	border: 0px;
}
.edd_submit:hover .fa {
	color: #7ece2e;
}
.edd-input {
	margin-bottom: 30px;
	width:100%;
}
legend {
	font-weight: bold;
	margin-bottom: 20px;
}

* ===============
   =PAGINATION
   =============== */
   
.pagination {
	text-align: center;
	display:block;
}
.pagination a, .pagination span {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #fff!important;
	background: #7ece2e;
	padding: 8px 17px;
	border-radius: 4px;
	margin-top: 30px;
}
.pagination a {
	border: 0px solid #0ea6f2;
}
.pagination span {
	background-color: #ccc;
	color: #5dc093;
	border: 0px solid #0ea6f2;
}
.pagination a:hover {
	background: #000;
	color: #fff;
	border: 0px solid #0ea6f2;
}
.post-ratings span{
	text-style:none;
	font-size:12px;
	clear:both
}

.post-ratings img{
	float:left;
	display: inline-block!important;
	
}
.couponcode {
	text-align: center;
	background-color: #eee;
	padding: 35px;
	border-radius:2px;
}
.coupon_container {
	text-align: center!important;
	margin: 0 auto!important;
}

.page-template-page-coupons-php .post-ratings{
	margin-top:30px;
}

.screenimage{
	width:100%;
	max-width:1150px;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	width:500px;
}
.trade{font-size:9px;position:relative;top:-5px;left:0px;color:#7ece2e}
#hero .trade{font-size:16px;position:relative;top:-18px;left:0px;color:#7ece2e; letter-spacing:1px;}

#edd_mailchimp{display:none;}

.couponborder{
	border:5px dashed #dadada;
	background-color:#f0f3f4;
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0px;
	text-align:center
}

.hoster h2{text-align:left}
.hoster{
	background-color:#fbfbfb;
	border: solid 0px #dddddd;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:60px;
	padding:20px;
}

.callout{
	background-color:#f3f3f3;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
}

.font-dl{text-align: center
}


.disc{margin-top:100px;font-size:12px}