68RFV$/* TAKEN FROM CUSTOM CSS */

.entry-content .edd_download_file a{
	color: #36D900;
}
span#subscription-toggle a{
	margin-left: 2em;
	top: 2px;
	position: relative;
	background: #EAE5DD;
	float: right;
	padding: 3px 6px;
	border: 1px solid rgb(224, 224, 224);
}
.theme-buttons a.sidebar-button,
a.sidebar-button,
.theme-buttons a:visited.sidebar-button,
a:visited.sidebar-button
.theme-banner a.btn-buy,
a.btn-buy{
	background: #2dd27a;
	color: #fff;
	padding: 12px 18px;
	border-radius: 3px;
	font-size: 18px;
	display: block;
	cursor: pointer;
	margin-left: -11px;
	margin-right: -11px;
	border-radius: 0;
	margin-bottom: -26px;
	}
a:hover.sidebar-button,
a:focus.sidebar-button{
	text-decoration: none;
	background: #1ea75e;
	color: #fff;
}
.theme-info{
	text-align: left;
	margin-bottom: 32px;
}
.theme-info h4 {
    color: #424242;
    font-size: 18px;
    border-bottom: 1px dotted;
    margin-bottom: 18px;
}
.theme-info p{
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	font-weight: 600;
	color: #91999e;
}
.theme-info p span{
	font-weight: 300;
}
.theme-banner {
	background-color: #3D4649;
	padding-top: 18px;
	border-bottom: 2px solid #9A9285;
	position: relative;
}
.theme-banner .container{
	width: 100%;
	max-width: 1400px;
	margin: 32px auto 0;
	position: relative;
	z-index: 25;
}
.hero-device-wrap {
    width: 100%;
    padding-left: 4%;
    float: left;
		overflow: hidden;
}
.hero-desktop {
    width: 100%;
    max-height: 520px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.hero-desktop img {
    max-width: 100%;
    display: block;
}
.hero-mobile {
    border: 12px solid #fff;
    border-top-width: 40px;
    border-bottom-width: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -5px 25px rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    bottom: 0;
		right: -18%;
    max-width: 30%;
    z-index: 10;
}
.hero-mobile:after, .hero-mobile:before {
    content: " ";
    background: #555756;
    border-radius: 10px;
    position: absolute;
    left: 50%;
}
.hero-mobile:before {
    height: 3px;
    width: 40px;
    top: -20px;
    margin-left: -20px;
}
.hero-mobile:after {
    height: 4px;
    width: 4px;
    top: -20px;
    margin-left: -35px;
}
.hero-mobile img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    display: block;
}
.theme-banner  h1.theme-title{
	color: #fff;
	font-size: 43px;
}
.theme-banner h2{
	color: #c0ccd0;
	font-size: 20px;
	line-height: 32px;
}
.hero-btns{
	margin:38px 0;
}
.hero-btns a,
.hero-btns a:hover,
.hero-btns a:active,
.hero-btns a:focus,
.hero-btns a:visited{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.hero-btns a:active{
	position: relative;
	top:1px;
	left:1px;
}
.hero-btns a.buy-btn,
.hero-btns a.buy-btn:visited{
	background:#1ea75e;
	color:Â #fff;
	padding: 18px 42px;
	border-radius: 3px;
}
.hero-btns a.buy-btn:hover,
.hero-btns a.buy-btns:focus{
	background-color: #1e8e52;
}
.hero-btns a.demo-btn,
.hero-btns a:visited.demo-btn{
	color: #c0ccd0;
	display: inline-block;
	margin-left: 18px;
	line-height: 70px;
}
.hero-btns a.demo-btn:hover,
.hero-btns a.demo-btn:focus{
	color: #fff;
}

.theme-banner .theme-buttons{
	border:none;
}
.theme-banner .theme-buttons .btn-demo{
	background-color: #91999e;
}




/*--------------
------------------------------------------------
# NEW TOP BAR Navigation
--------------------------------------------------------------*/
.secondary-nav{
	background-color: #2f383d;
}
.secondary-nav a,
.secondary-nav a:visited{
	display: block;
  padding: 7px 14px;
  color: #fff;
	line-height: 2em;
	outline: none;
	-webkit-transition: ease-in-out 0.2s;
	-moz-transition: ease-in-out 0.2s;
	-o-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
}
.secondary-nav a:hover,
.secondary-nav a:focus{
	background-color: #fff;
	color: #061421;
	text-decoration: none;
}
.secondary-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.secondary-nav li{
	display: inline-block;
	margin-right: -4px;
}
.sm-accounts li{
	display:block;
	float:left;
}
.sm-accounts li a:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    content: '\f08e';
}
.sm-accounts li a[href*="twitter.com"]::before { content: '\f099';color:#55acee; }
.sm-accounts li a[href*="youtube.com"]::before { content: '\f167'; color:#ed4d14; }
.sm-accounts li a[href*="wordpress.org"]::before { content: '\f19a'; }
.sm-accounts li a[href*="wordpress.org"]:hover::before{color:#666;}
@media all and (max-width:782px){
	.sm-accounts li a span{
		display:none;
	}
	.secondary-nav a,
	.secondary-nav a:visited{
		padding: 7px;
	}
}
.top-nav{
	text-align: right;
	margin-right: 72px;
}
.theme-content {
    background: #efefef;
		padding-top: 3em;
}
.single-download #primary_home{
	max-width:none;
}
.single-download .theme-header {
    padding-top: 6em;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 2px solid #9A9285;
}
.single-download #masthead-wrap{
	background-color: #fff;
	border-bottom: 8px solid #9A9285;
}

.theme-cta-buttons .edd_download_buy_button a{
	padding: 8px 12px;
	margin-top: -2px;
}
.product-image .overlay a,
.theme-cta-buttons a.demo-link,
.theme-cta-buttons a.download-link
{
	display: inline-block;
	padding: 8px 14px;
	border-radius: 3px;
	margin: 0 6px;
	text-decoration: none;
}
a.demo-link,
a.demo-link:visited{
	background-color: #91999e;
	border: 1px solid #868f94;
	color: #fff;
}
a.docs-link,
a.docs-link:visited{
	background-color: #404040;
	border: none;
}
a.demo-link:hover,
a.demo-link:focus{
	background-color: #7e8688;
	text-decoration: none;
}
a.docs-link:hover,
a.docs-link:focus{
	background-color: #000;
  text-decoration: none;
	color: #fff;
}
a.download-link,
a.download-link:visited{
	background-color: #347A3C;
	border: 1px solid #24602A;
	color: #FDFDFD;
}
a.download-link:hover,
a.download-link:focus{
	background-color: #225F29;
	color: #FDFDFD;
}
.overlay a.details-link{
	background-color: #E3D9C9;
	color: #191919;
}
.overlay a.details-link:hover,
.overlay a.details-link:focus{
	background-color: #CAB085;
}
.theme-cta-buttons{
	text-align: center;
}
.theme-cta-buttons .demo-link,
.theme-cta-buttons .edd_download_buy_button{
	display:inline-block;
	margin-right: -4px;
}
.theme-main .container{
	display: table;
	height: 100%;
}
.theme-main .container .col-md-4.theme-details{
	display: table-cell;
	height: 97.7%;
}
.theme-content{
	padding: 3em 1.8em;
	background: #fff;
	font-size: 18px;
	color: #767c82;
}
.theme-content h3{
	font-size: 22px;
  color: #3d4649;
}
.theme-content img{
	max-width: 100%;
	margin-bottom: 32px;
	background: #91999e;
  border: 60px solid #91999e;
  border-bottom-width: 0;
  display: block;
  transition: .04s ease-in;
}
.theme-feature-blocks{
	margin: 5em 0;
}
.theme-feature{
	text-align: center;
}
.theme-feature .fa{
	font-size: 3em;
  color: #beaf66;
}
.theme-feature h3{
	color: #424242;
	font-size: 18px;
}
.theme-feature p{
	font-size: 16px;
}

.comparison-table th.head{
	border: 1px solid #e8e8e8;
	padding: 32px 12px;
	text-align: center;
}
.comparison-table th.bundle{
	background: #beaf66;
  color: #fff;
}
.comparison-table td.bundle{
	background: #d8d0a8;
  color: #776d3a;
}
.comparison-table tr.odd td.bundle{
	background: rgba(190, 175, 102, 0.55);
}
.comparison-table tr.odd{
	background-color: #f9f9f9;
}
.comparison-table td{
	border: 1px solid #eee;
  text-align: center;
	vertical-align: middle;
}
.comparison-table td.td-btn{
	border: none;
	padding: 24px 8px;
}
.comparison-table td.feature{
	border: none;
	font-size: 14px;
	padding: 18px 8px;
	text-align: left;
	background: #fff;
	border-bottom: 2px dashed #efefef;

}
.comparison-table td.feature--empty{
	border: none;
}

.comparison-table .fa-times{
	color: #de4f4f;
}
.comparison-table .fa-check{
	color: #4f964f;
}
.comparison-table td a.free-btn,
.comparison-table td a.free-btn:visited,
.comparison-table td a.free-btn:active{
	background: #7e8688;
	color: #fff;
}

.comparison-table td a.bundle-btn{
	background: #beaf66;
}
.comparison-table td a.bundle-btn:hover{
	background: #a79854;
}
.single-download .entry-title {
	background: none;
	color: #2F383D;
	font-size: 2.2em;
	margin: 0;
	padding: 0 0 12px;
	text-transform: none;
	text-align: center;
}
.single-download .title-border{
	height: 8px;
	width: 80px;
	margin: 0 auto;
	background-color: #9A9285;
	margin-bottom: 2em;
}
.single-download .theme-teaser{
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
}
.single-download a.edd-add-to-cart .edd-add-to-cart-label{
	font-size: 14px;
	padding: 2px 12px;
}


/* EDD download Info */

.theme-info ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}
.theme-info ul li{
	font-weight: 800;
	float: left;
	width: 50%;
	margin-bottom: 1em;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}
.theme-info ul li span{
	font-weight: 400;
	display:block;
}
.theme-buttons{
	padding-bottom: 2em;
	overflow: hidden;
	border-bottom: 2px solid #efefef;
	margin-bottom: 2em;
}
.theme-buttons > a{
	display:block;
	width:100%;
	float:left;
	padding:1.2em;
	text-align: center;
	color: #fff;
	margin-bottom: 1em;
	border-radius: 4px;
}
.theme-buttons .demo-link{
	padding: 1.3em;
}
.theme-buttons a.last{
	margin-right: 0;
}
.theme-buttons .edd_download_buy_button{
	float:left;
	width: 49%;
}
.theme-buttons .edd_download_buy_button a{
	width:100%;
	padding:1.2em;
}
.theme-price-panel{
	text-align: center;
}
.theme-info ul li.ratings span{
	display:inline;
}
.star-rating{
	margin-left: 1em;
	color: #C5C5C5;
}
.widget.theme-price-panel h3{
	font-size: 3em;
	margin-bottom: 0;
}
.bundle-theme a.sidebar-button,
.theme-price-panel .price strong{
	background: #de6a6a;
	color: #fff;
}
.bundle-theme a.sidebar-button{
	margin-left: -26px;
	margin-right: -26px;
}
.bundle-theme a:hover.sidebar-button,
.bundle-theme a:active.sidebar-button{
	background: #b54848;
	color: #fff;
}
.bundle-theme li strong{
	font-size: 18px;
	color: #de6a6a;
	letter-spacing: 1px;
	font-weight: 800;
	position: relative;
	top: 2px;
}
.theme-price-panel .price{
	text-transform: uppercase;
}
.theme-price-panel ul{
	text-align: left;
}
.theme-price-panel li{
	padding-left: 12px;
	position: relative;
	margin-bottom: 5px;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 22px;
}
.theme-price-panel li:before{
	content: "+";
	font-size: 12px;
	margin-right: 5px;
	color: #3d4649;
	position: absolute;
	left: 0;
	top: -1px;
}
.theme-price-panel form{
	margin-bottom: 0!important;
}
.theme-price-panel form a{
	width:100%;
	padding: 1em;
}
.theme-price-panel p.bundle-tagline{
	text-transform: uppercase;
	padding-top: 14px;
}
.theme-price-panel .smallcaps,
.bundle_price del{
	font-size: .40em;
	vertical-align: top;
	color: #DD4B4C;
	margin-right: 6px;
	position: relative;
	top: 18px;
}
.details-link{
	padding: 1em;
	border-radius: 4px;
	background-color: #E3E3E3;
	border: 1px solid #CACACA;
	color: #727272;
	display: inline-block;
}
.theme-common-features{
	background:#fff;
	padding: 18px 0 48px;
}
/*SIDEBAR */
.single-download #secondary {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
		background-color: transparent;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.main-sidebar .widget{
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
}
.main-sidebar .widget h3{
	font-size: 1.5em;
	margin-top: 0;
}
.main-sidebar .widget h4{
	margin-bottom: 0;
	color:#2F383D;
	padding-left: 0;
}
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* EDD download Info */

.theme-info ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}
.theme-info ul li{
	font-weight: 800;
	float: left;
	width: 50%;
	margin-bottom: 1em;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}
.theme-info ul li span{
	font-weight: 400;
	display:block;
}
.theme-buttons{
	padding-bottom: 2em;
	overflow: hidden;
	border-bottom: 2px solid #efefef;
	margin-bottom: 2em;
}
.theme-buttons > a{
	display:block;
	width:100%;
	float:left;
	padding:1.2em;
	text-align: center;
	color: #fff;
	margin-bottom: 1em;
	border-radius: 4px;
	cursor: pointer;
}
.theme-buttons .demo-link{
	padding: 1.3em;
}
.theme-buttons a.last{
	margin-right: 0;
}
.theme-buttons .edd_download_buy_button{
	float:left;
	width: 49%;
}
.theme-buttons .edd_download_buy_button a{
	width:100%;
	padding:1.2em;
}
.theme-price-panel{
	text-align: center;
}
.theme-info ul li.ratings span{
	display:inline;
}
.star-rating{
	margin-left: 1em;
	color: #C5C5C5;
}

.main-sidebar .widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}
.widget.theme-price-panel h3{
	font-size: 3.8em;
	margin-bottom: 0;
	margin-top: 0;
}

/* Pricing Table */
.pricing-section{
	margin: 5em 1em;
  clear: both;
  display: table;
}
.pricing-section.fullwidth{
	margin: 2em 0;
}

.pricing-section .col-sm-4{
	padding: 0;
}
.pricing-section ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pricing-section ul li{
	display: block;
	min-height: 50px;
	padding: 14px;
	padding: 1em 2em;
	margin-left: 0;
}
.pricing-section.fullwidth ul li{
	padding: 1em 5em;
}
.pricing-section ul li i{
	margin-right: .5em;
}
.pricing-section.fullwidth ul li i{
	font-size: 2em;
}
.pricing-section ul li:nth-child(even){
	background: rgba(0,0,0,0.1);
}
.pricing-section .pricing-table{
	background-color: #fff;
	border: 2px solid #d7d7d7;
	margin-right: -2px;
	text-align: center;
	text-align: left;
}
.pricing-section .pricing-table-bundle{
	background:#BEAF66;
	z-index: 3;
	position: relative;
	border: 2px solid rgba(0,0,0,0);
	color: #fff!important;
}
.pricing-info h2{
	font-size: 2em;
    margin: .5em 0 0;
    font-weight: 100;
}
.pricing-info h3{
	text-transform: uppercase;
	padding: 0;
	font-weight: 100;
	color: #6D6D6D;
	font-size: .9em;
	letter-spacing: 1px;
}
.pricing-info,
.pricing-table h4{
	text-align: center;
}
.pricing-table h4{
	font-size: 2.5em;
	margin: 0;
	color: #545454;
	font-weight: 800;
	position: relative;
}
.pricing-table-bundle .pricing-info h3,
.pricing-table-bundle h4{
	color: #fff;
}
.dollar{
    position: relative;
    font-size: .5em;
    top: -11px;
    margin-right: 4px;
}
.pricing-table h4 del{
	color: rgba(255,255,255,.65);
	font-size: .7em;
	position: absolute;
	top:-8px;
}
.pricing-table-bundle  li:first-child:before{
    content: 'MOST POPULAR';
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    width: 101%;
    background-color: #061421;
    top: -32px;
    height: 30px;
    left: -2px;
}
li.btn{
	text-align: center;
}
li.btn a{
	display: block;
	padding: 12px 8px;
	margin: 1em 0;
	background: #9A9285;
	color: #fff;
	border-radius: 3px;
}
.pricing-table-bundle li.btn a{
	background-color: #347A3C;
	color: #F5F5F5;
}
@media all and (max-width:767px){
	.pricing-section .pricing-table{
		margin-bottom: 3em;
	}
}
.single-download .pricing-table{
	color: #424242;
	width: 100%;
}

.stacks{
    background:#fff;
    padding:2em;
    margin:1em 0;
    overflow:hidden;
}
.stacks h3.h-stack{
    font-size:2.2em;
    text-transform:uppercase;
    margin:0;
}
.stacks .h-highlights {
    font-size:1.3em;
    border-bottom:1px solid #ececec;
    text-transform:uppercase;
}
.stack {
    border-bottom:1px solid #ECECEC;
    padding:2em 0;
    margin-bottom:2em;
    overflow:hidden;
}
.stack:last-child{
    border-bottom:none;
}
.col-50{
    width:50%;
    float:left;
}
.col-50.image-col a{
 display: block;
 margin: 0 auto;
 width: 90%;
}
.stack .col-50:last-child{
	padding: 0 1em;
}
.theme-details{
  margin: 3em 0;
}
.theme-sales-page{
  background: #efefef;
}
.theme-buttons{
  margin: 2em 0 1em;
  padding: 0;
}
.theme-widget{
  background: #fff;
  padding: 26px;
  text-align: center;
}
.theme-price-panel .price{
  padding-bottom: 12px;
  display: block;
  font-weight: 600;
  text-align: left;
}
.theme-price-panel .price strong{
  padding: 2px 4px;
}
.theme-price-panel p{
  border: 1px dotted #ccc;
  padding: 6px;
}
.edd_sl_changelog_widget{
  text-align: left;
}
.edd_sl_changelog_widget h4{
  color: #444;
}
@media only screen and (max-width: 991px){
	.theme-banner .container{
		margin-top: 0;
	}
	.theme-banner  h1.theme-title{
		margin-top: .3em;
		font-size: 34px;
		font-family: 'Merriweather', sans-serif !important;
		font-weight: 600;
		color: #000;
	}
	.theme-hero-title {
	    width: 100%;
	    padding-top: 2%;
	    padding-bottom: 5%;
	    text-align: center;
	}
	.hero-device-wrap {
	    float: none;
	    margin: 0 auto;
			max-height: 320px;
	    width: 50%;
			padding-left: 0;
	}
	.hero-mobile{
		right: 16%;
		max-width: 20%;
	}
	.hero-btns{
		margin-bottom: 0;
	}
	.theme-main .container,
  .theme-main .container .col-md-4.theme-details{
		display:block;
	}
}
.site-header-bg-wrap {
    animation: smoothFade 1s;
    -moz-animation: smoothFade 1s;
    -webkit-animation: smoothFade 1s;
    -o-animation: smoothFade 1s;
}
.screen {
    top: 0;
    width: 100%;
    z-index: 10;
    background: url(images/screen.png);
    opacity: .4;
}
.background-effect, .screen {
    height: 100%;
    position: absolute;
    left: 0;
}
.background-effect {
    z-index: 5;
    top: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: .15!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-header-bg.background-effect {
    background-attachment: scroll;
}
