/*
Theme Name: Marketify
Theme URI: http://astoundify.com/themes/marketify
Author: Astoundify
Author URI: http://astoundify.com
Description: Your beautiful handcrafted digital marketplace.
Version: 1.2.5.2
License: GNU General Public License
License URI: license.txt
Text Domain: marketify
Domain Path: /languages/
Tags: white, two-columns, one-column, right-sidebar, left-sidebar, fluid-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
*/
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.container:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.row:after {
clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float: left;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-12 {
width: 100%;
}
.info_tool
{
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #a3a8ae;
	border-radius:50%;
	position:relative;
	color:#a3a8ae;
	margin-top:10px;
	float:right;
	cursor:pointer;
}
.info_tool:after
{
	font-size: 12px;
    display: inline-block;
    content: '\e683';
	position:absolute;
	top:0;
	line-height:20px;
	left:50%;
	margin-left:-6px;
	font-family:'icomoon';
}
.info_panel
{
	width:300px;
	height:auto;
	display:none;
	font-family: 'Source Sans Pro';
    cursor: pointer;
    font-size: 14px;
	position:absolute;
	bottom:100%;
	background:#fff;
	padding:15px;
	right:0;
	box-shadow:0 0 10px rgba(0,0,0,.5);
	z-index:10;
	max-height:200px;
	overflow-y:auto;
}
.info_panel strong
{
	width:100%;
	font-size:16px;
	display:inline-block;
	text-align:center;
	padding-bottom:10px;
}
.info_panel span
{
	width:100%;
	display:inline-block;
	text-align:justify;
	padding-bottom:10px;
}
.info_panel span:last-child
{
	padding-bottom:0;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #646464;
  border-bottom: 16px solid #646464;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
 position:fixed;
top:50%;
left:50%;
margin-top:-60px;
margin-left:-60px;
display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.progress {
    position: relative;
    width: 100%;
    border: 1px solid #646464;
    padding: 1px;
    border-radius: 3px;
    display:none;
}
.bar {
    background-color: #50ca8b;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}
.percent {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 48%;
    color:#fff;
}
.site-footer aside.footer-widget
{
	padding:20px 25px;
}
aside.footer-widget.widget_text
{
	min-height:300px;
}
article.content-grid-download
{
	position:relative;
}
.soldOut
{
	    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: red;
    padding: 5px;
    color: #fff;
}
aside.marketify_widget_featured_popular .home-widget-title span.active
{
	color:#bdc3c7 !important;
	background: #fff !important;
	border-color: #bdc3c7 !important;
}
.content-grid-download .entry-image img
{
	max-height:262px;
}
a.button.button_left:hover
{
	    border: solid 2px #fff;
    color: #fff;
    background:none;
}
tr.edd_cart_header_row th.edd_cart_item_price, tr.edd_cart_item td.edd_cart_item_price
{ 
  display:inline-block;
}
@media (min-width: 768px) {
/*INICIO STAR SELLER*/  
.cont_start_selling .cont-option-left{
width: 100%;
float: right;
}
.cont_start_selling .cont-option-right{
width: 100%;
float: left;
}
.cont_start_selling .button {
border:solid 2px #fff;
color: #fff;
font-size: 18px;
}
.cont_start_selling .button:hover {
background: #fff;
color: #54596C;
}
.cont_start_selling .button_left {
float: right;
margin-right: 30px;
}
.cont_start_selling .button_right {
float: left;
margin-left: 30px;
}
.cont_start_selling h3 {
font-size: 20px;
font-weight:normal;
text-align: center;
color: #fff;
margin-bottom: 20px;
}
.cont_start_selling p {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
color: #fff;
}
.cont_start_selling h5 {
font-size: 18px;
font-weight:normal;
text-align: center;
color: #fff;
margin-top: 20px;
}
.cont_start_selling h5 a{
color: #fff;
text-decoration: underline;
}
.cont_start_selling h5 a:hover{
text-decoration:none;
}
/*END - STAR SELLER*/
/*START - REGISTER FORM*/
.cont_reg_title {
/*background: #ccf;*/
}
.cont_reg_title .img_avatar {
width: 100%;
}
.cont_reg_title .title1 {
margin: 10px auto;
padding:  10px 20px;
text-align: center;
border: solid 4px #fff;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
}
.cont_reg_title .title2 {
margin: 60px auto 0px auto;
padding:  0;
text-align: center;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}
/*END - REGISTER FORM*/
.container {
max-width: 750px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
float: left;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 992px) {
/*INICIO STAR SELLER*/  
.cont_start_selling .cont-option-left{
width: 80%;
float: right;
}
.cont_start_selling .cont-option-right{
width: 80%;
float: left;
}
.cont_start_selling .button {
border:solid 2px #fff;
color: #fff;
font-size: 22px;
}
.cont_start_selling .button:hover {
background: #fff;
color: #54596C;
}
.cont_start_selling .button_left {
float: right;
margin-right: 30px;
}
.cont_start_selling .button_right {
float: left;
margin-left: 30px;
}
.cont_start_selling h3 {
font-size: 20px;
font-weight:normal;
text-align: center;
color: #fff;
margin-bottom: 20px;
}
.cont_start_selling p {
margin-top: 20px;
font-size: 16px;
font-weight: bold;
color: #fff;
}
.cont_start_selling h5 {
font-size: 18px;
font-weight:normal;
text-align: center;
color: #fff;
margin-top: 20px;
}
.cont_start_selling h5 a{
color: #fff;
text-decoration: underline;
}
.cont_start_selling h5 a:hover{
text-decoration:none;
}
/*FIN STAR SELLER*/
.container {
max-width: 970px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-12 {
width: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
}
@media (min-width: 1200px) {
/*INICIO STAR SELLER*/  
.cont_start_selling .cont-option-left{
width: 70%;
float: right;
}
.cont_start_selling .cont-option-right{
width: 70%;
float: left;
}
.cont_start_selling .button {
border:solid 2px #fff;
color: #fff;
font-size: 22px;
}
.cont_start_selling .button:hover {
background: #fff;
color: #54596C;
}
.cont_start_selling .button_left {
float: right;
margin-right: 30px;
}
.cont_start_selling .button_right {
float: left;
margin-left: 30px;
}
.cont_start_selling h3 {
font-size: 20px;
font-weight:normal;
text-align: center;
color: #fff;
margin-bottom: 20px;
}
.cont_start_selling p {
margin-top: 20px;
font-size: 16px;
font-weight: bold;
color: #fff;
}
.cont_start_selling h5 {
font-size: 18px;
font-weight:normal;
text-align: center;
color: #fff;
margin-top: 20px;
}
.cont_start_selling h5 a{
color: #fff;
text-decoration: underline;
}
.cont_start_selling h5 a:hover{
text-decoration:none;
}
/*FIN STAR SELLER*/
.container {
max-width: 1170px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
float: left;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
}
/*
* Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.jplayer.org
*
* Skin Name: Blue Monday
*
* Copyright (c) 2010-2012 Happyworm Ltd
* Dual licensed under the MIT and GPL licenses.
*  - http://www.opensource.org/licenses/mit-license.php
*  - http://www.gnu.org/copyleft/gpl.html
*
* Author: Silvia Benvenuti
* Skin Version: 4.3 (jPlayer 2.2.0)
* Date: 19th November 2012
*/
div.jp-audio,
div.jp-audio-stream,
div.jp-video {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #666;
background-color: #efefef;
}
div.jp-audio {
width: 77%;
margin: 0 auto;
border-radius: 5px;
margin-bottom: 60px;
}
div.jp-interface {
position: relative;
background-color: #efefef;
width:100%;
overflow: hidden;
padding: 10px 20px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/* @group CONTROLS */
div.jp-controls-holder {
clear: both;
width:440px;
margin:0 auto;
position: relative;
overflow:hidden;
}
div.jp-interface ul.jp-controls {
list-style-type:none;
margin:0;
padding: 0;
overflow:hidden;
}
div.jp-audio ul.jp-controls {
}
div.jp-interface ul.jp-controls li {
float: left;
}
div.jp-interface ul.jp-controls a {
font-size: 24px;
line-height: 10px;
display:block;
overflow:hidden;
}
/* @end */
/* @group progress bar */
div.jp-progress,
div.jp-volume-bar {
overflow:hidden;
background-color: #bdc3c7;
width: 100%;
height: 6px;
border-radius: 10px;
margin-top: 9px;
}
div.jp-seek-bar,
div.jp-play-bar,
div.jp-volume-bar-value {
background: #bdc3c7;
width:6px;
height:100%;
cursor: pointer;
border-radius: 10px;
}
div.jp-play-bar,
div.jp-volume-bar-value {
background-color: #515a63;
}
/* @end */
/* @end */
/* @group playlist */
div.jp-title {
font-weight:bold;
text-align:center;
}
div.jp-title,
div.jp-playlist {
text-align: left;
width: 100%;
background-color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
list-style-type:none;
margin:0;
font-size:.72em;
}
div.jp-title li {
padding:5px 0;
font-weight:bold;
}
div.jp-playlist li {
padding: 12px 20px;
border-bottom:1px solid #eee;
}
div.jp-playlist li div {
display:inline;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
font-weight: bold;
}
div.jp-type-playlist div.jp-playlist a {
text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
color: #bdc3c7;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
color: #515a63;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
display: none;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
float:right;
display:inline;
text-align:right;
margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
color:#0d88c1;
}
span.jp-artist {
font-size:.8em;
color:#666;
}
/* @end */
div.jp-jplayer audio,
div.jp-jplayer {
width:0px;
height:0px;
}
div.jp-jplayer {
background-color: #000000;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
padding:5px;
font-size:.8em;
background-color:#eee;
border:2px solid #009be3;
color:#000;
display:none;
}
.jp-no-solution a {
color:#000;
}
.jp-no-solution span {
font-size:1em;
display:block;
text-align:center;
font-weight:bold;
}
/* @end */
.jp-controls,
.jp-progress,
.jp-volume-bar {
float: left;
}
.jp-controls {
width: 17%;
margin-right: 5%;
}
div.jp-progress {
width: 68%;
margin-right: 5%;
}
div.jp-volume-bar {
width: 8%;
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 502;
overflow: hidden;
position: fixed;
background: #000;
background: rgba(0,0,0,0.7);
}
.mfp-bg.mfp-ready {
opacity: 1;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 503;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
height: 100%;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 505; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 504; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 506; }
.mfp-close-btn-in button.mfp-close:hover {
background: transparent;
}
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
top: 0;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
opacity: 0.8;
border-top-width: 12px;
border-bottom-width: 12px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 20px;
border-bottom-width: 20px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 12px solid black;
left: 5px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
border-right: 20px solid white; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 12px solid black;
left: 3px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 20px solid white; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.50%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.mfp-figure {
line-height: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
/* The shadow behind the image */
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; } }
@media all and (max-width: 800px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }
/* =Reset
-------------------------------------------------------------- */
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%;
/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll;
/* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%;
/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%;
/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }
body {
background: #fff;
padding: 0 !important; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block; }
ol, ul {
list-style: none; }
table {
/* tables still need 'cellspacing="0"' in the markup */
border-collapse: collapse;
border-spacing: 0; }
caption, th, td {
font-weight: normal;
text-align: left; }
blockquote:before, blockquote:after,
q:before, q:after {
content: ""; }
blockquote, q {
quotes: "" ""; }
a:focus {
outline: thin dotted; }
a:hover,
a:active {
/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0; }
a img {
border: 0; }
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea,
.entry-content .edd_download_quantity_wrapper input,
.whistles {
color: #404040;
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
line-height: 1.5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased; }
#page {
overflow-x: hidden; }
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em; }
/* Text elements */
p {
margin-bottom: 1.5em; }
ul, ol {
margin: 0 0 1.5em 3em; }
ul {
list-style: disc; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
b, strong {
font-weight: bold; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%; }
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help; }
mark, ins {
background: #fff9c0;
text-decoration: none; }
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
bottom: 1ex; }
sub {
top: .5ex; }
small {
font-size: 75%; }
big {
font-size: 125%; }
figure {
margin: 0; }
table {
margin: 0 0 1.5em;
width: 100%; }
th {
font-weight: bold; }
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */ }
/** Forms */
button,
input,
select,
textarea,
.entry-content .edd_download_quantity_wrapper input {
font-size: 100%;
/* Corrects font size not being inherited in all browsers */
margin: 0;
/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline;
/* Improves appearance and consistency in all browsers */
*vertical-align: middle;
/* Improves appearance and consistency in all browsers */
border-radius: 0;
box-shadow: none; }
select {
border-color: #ccc; }
button,
input {
line-height: normal;
/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }
button,
html input[type="button"]:not(.ed_button),
input[type="reset"],
input[type="submit"] {
font: 700 13px/normal 'Montserrat', sans-serif;
color: #515a63;
text-transform: uppercase;
text-decoration: none;
padding: 10px 20px;
border: 2px solid transparent;
background: #fff;
-webkit-appearance: button; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer; }
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* Addresses box sizing set to content-box in IE8/9 */
padding: 0;
/* Addresses excess padding in IE8/9 */ 
}
input[type="search"] {
-webkit-appearance: none;
/* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box;
/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-border-radius: 0;
border-radius: 0; }
input[type="search"]::-webkit-search-decoration {
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner {
/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0; }
input[type="text"],
input[type="file"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.entry-content .edd_download_quantity_wrapper input {
line-height: 25px;
color: #515a63;
padding: 10px;
background: #fff;
border: 1px solid #bdc3c7;
display: block;
width: 100%;
box-shadow: none;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-siding: border-box;
box-sizing: border-box; }
.bbp-the-content-wrapper {
border: 1px solid #bdc3c7; }
input:disabled {
opacity: .50; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.entry-content .edd_download_quantity_wrapper input:focus {
outline: 0; }
textarea, .entry-content .edd_download_quantity_wrapper input {
overflow: auto;
/* Removes default vertical scrollbar in IE6/7/8/9 */
vertical-align: top;
/* Improves readability and alignment in all browsers */
width: 100%; }
label {
font: 700 16px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin-bottom: 10px;
display: block; }
.minimal label {
color: #fff; }
/* Links */
a:link,
a:active,
a:visited {
color: #515a63; }
a:hover,
a:focus,
a:active {
text-decoration: none; }
@font-face {
font-family: 'icomoon';
src: url("fonts/icomoon.eot");
src: url("fonts/icomoon.eot?#iefixixa5fh") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before,
.edd-remove-from-cart:before,
.edd-add-to-cart-label:before,
.edd_go_to_checkout:before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
.footer-social a:before,
.widget-area .widget .edd-taxonomy-widget li:before,
.widget-area .widget.widget_nav_menu li:before,
.widget-area .widget.widget_recent_entries li:before,
.widget-area .widget.widget_meta li:before,
.widget-area .widget.widget_pages li:before,
.widget-area .widget.widget_categories li:before,
.widget-area .widget.widget_archive li:before,
#cancel-comment-reply-link:before,
.edd-slg-social-login-facebook span:before,
.edd-slg-social-login-twitter span:before,
.edd-slg-social-login-googleplus span:before,
.edd-slg-social-login-linkedin span:before,
.edd-slg-social-login-yahoo span:before,
.edd-slg-social-login-windowslive span:before,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span legend:before,
.individual-testimonial .testimonials-text:after,
.individual-testimonial .testimonials-text:before,
.love-it-wrapper .love-it:before,
.love-it-wrapper .loved:before,
.edd_error:before,
.fes_login_errors .error:before,
.main-navigation li a:first-child:nth-last-child(2):after,
.main-navigation li ul li a:first-child:nth-last-child(2):before,
.edd_repeatable_upload_field_container .edd_upload_file a:before,
div.bbp-breadcrumb p:before,
div.bbp-topic-tags p:before,
div.bbp-template-notice p:before,
#edd_secure_site_wrapper span.padlock:before,
.edd-icon-spinner:before,
#fes_lost_password_link:before,
.edd-lost-password a:before,
.content-grid-download .entry-image .image-placeholder:before,
.download-sorting label[for="orderby"]:after {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
margin-top: -2px;
vertical-align: middle;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-phone:before {
content: "\e600"; }
.icon-mobile:before {
content: "\e601"; }
.icon-mouse:before {
content: "\e602"; }
.icon-directions:before {
content: "\e603"; }
.icon-mail:before {
content: "\e604"; }
.icon-paperplane:before {
content: "\e605"; }
.icon-pencil:before {
content: "\e606"; }
.icon-feather:before {
content: "\e607"; }
.icon-paperclip:before {
content: "\e608"; }
.icon-drawer:before {
content: "\e609"; }
.icon-reply:before {
content: "\e60a"; }
.icon-reply-all:before {
content: "\e60b"; }
.icon-forward:before {
content: "\e60c"; }
.icon-user:before {
content: "\e60d"; }
.icon-users:before {
content: "\e60e"; }
.icon-user-add:before {
content: "\e60f"; }
.icon-vcard:before {
content: "\e610"; }
.icon-export:before {
content: "\e611"; }
.icon-location:before {
content: "\e612"; }
.icon-map:before {
content: "\e613"; }
.icon-compass:before {
content: "\e614"; }
.icon-location2:before {
content: "\e615"; }
.icon-target:before {
content: "\e616"; }
.icon-share:before {
content: "\e617"; }
.icon-sharable:before {
content: "\e618"; }
.icon-heart:before {
content: "\e619"; }
.icon-heart2:before {
content: "\e61a"; }
.icon-star:before {
content: "\e61b"; }
.icon-star2:before {
content: "\e61c"; }
.icon-thumbsup:before {
content: "\e61d"; }
.icon-thumbsdown:before {
content: "\e61e"; }
.icon-chat:before {
content: "\e61f"; }
.icon-comment:before {
content: "\e620"; }
.icon-quote:before {
content: "\e621"; }
.icon-house:before {
content: "\e622"; }
.icon-popup:before {
content: "\e623"; }
.icon-search:before {
content: "\e624"; }
.icon-flashlight:before {
content: "\e625"; }
.icon-printer:before {
content: "\e626"; }
.icon-bell:before {
content: "\e627"; }
.icon-link:before {
content: "\e628"; }
.icon-flag:before {
content: "\e629"; }
.icon-cog:before {
content: "\e62a"; }
.icon-tools:before {
content: "\e62b"; }
.icon-trophy:before {
content: "\e62c"; }
.icon-tag:before {
content: "\e62d"; }
.icon-camera:before {
content: "\e62e"; }
.icon-megaphone:before {
content: "\e62f"; }
.icon-moon:before {
content: "\e630"; }
.icon-palette:before {
content: "\e631"; }
.icon-leaf:before {
content: "\e632"; }
.icon-music:before {
content: "\e633"; }
.icon-music2:before {
content: "\e634"; }
.icon-new:before {
content: "\e635"; }
.icon-graduation:before {
content: "\e636"; }
.icon-book:before {
content: "\e637"; }
.icon-newspaper:before {
content: "\e638"; }
.icon-bag:before {
content: "\e639"; }
.icon-airplane:before {
content: "\e63a"; }
.icon-lifebuoy:before {
content: "\e63b"; }
.icon-eye:before {
content: "\e63c"; }
.icon-clock:before {
content: "\e63d"; }
.icon-microphone:before {
content: "\e63e"; }
.icon-calendar:before {
content: "\e63f"; }
.icon-bolt:before {
content: "\e640"; }
.icon-thunder:before {
content: "\e641"; }
.icon-droplet:before {
content: "\e642"; }
.icon-cd:before {
content: "\e643"; }
.icon-briefcase:before {
content: "\e644"; }
.icon-air:before {
content: "\e645"; }
.icon-hourglass:before {
content: "\e646"; }
.icon-gauge:before {
content: "\e647"; }
.icon-language:before {
content: "\e648"; }
.icon-network:before {
content: "\e649"; }
.icon-key:before {
content: "\e64a"; }
.icon-battery:before {
content: "\e64b"; }
.icon-bucket:before {
content: "\e64c"; }
.icon-magnet:before {
content: "\e64d"; }
.icon-drive:before {
content: "\e64e"; }
.icon-cup:before {
content: "\e64f"; }
.icon-rocket:before {
content: "\e650"; }
.icon-brush:before {
content: "\e651"; }
.icon-suitcase:before {
content: "\e652"; }
.icon-cone:before {
content: "\e653"; }
.icon-earth:before {
content: "\e654"; }
.icon-keyboard:before {
content: "\e655"; }
.icon-browser:before {
content: "\e656"; }
.icon-publish:before {
content: "\e657"; }
.icon-progress-3:before {
content: "\e658"; }
.icon-progress-2:before {
content: "\e659"; }
.icon-brogress-1:before {
content: "\e65a"; }
.icon-progress-0:before {
content: "\e65b"; }
.icon-sun:before {
content: "\e65c"; }
.icon-sun2:before {
content: "\e65d"; }
.icon-adjust:before {
content: "\e65e"; }
.icon-code:before {
content: "\e65f"; }
.icon-screen:before {
content: "\e660"; }
.icon-infinity:before {
content: "\e661"; }
.icon-light-bulb:before {
content: "\e662"; }
.icon-creditcard:before {
content: "\e663"; }
.icon-database:before {
content: "\e664"; }
.icon-voicemail:before {
content: "\e665"; }
.icon-clipboard:before {
content: "\e666"; }
.icon-cart:before {
content: "\e667"; }
.icon-box:before {
content: "\e668"; }
.icon-ticket:before {
content: "\e669"; }
.icon-rss:before {
content: "\e66a"; }
.icon-signal:before {
content: "\e66b"; }
.icon-thermometer:before {
content: "\e66c"; }
.icon-droplets:before {
content: "\e66d"; }
.icon-uniE66E:before {
content: "\e66e"; }
.icon-statistics:before {
content: "\e66f"; }
.icon-pie:before {
content: "\e670"; }
.icon-bars:before {
content: "\e671"; }
.icon-graph:before {
content: "\e672"; }
.icon-lock:before {
content: "\e673"; }
.icon-lock-open:before {
content: "\e674"; }
.icon-logout:before {
content: "\e675"; }
.icon-login:before {
content: "\e676"; }
.icon-checkmark:before {
content: "\e677"; }
.icon-cross:before {
content: "\e678"; }
.icon-minus:before {
content: "\e679"; }
.icon-plus:before {
content: "\e67a"; }
.icon-cross2:before {
content: "\e67b"; }
.icon-minus2:before {
content: "\e67c"; }
.icon-plus2:before {
content: "\e67d"; }
.icon-cross3:before {
content: "\e67e"; }
.icon-minus3:before {
content: "\e67f"; }
.icon-plus3:before {
content: "\e680"; }
.icon-erase:before {
content: "\e681"; }
.icon-blocked:before {
content: "\e682"; }
.icon-info:before {
content: "\e683"; }
.icon-info2:before {
content: "\e684"; }
.icon-question:before {
content: "\e685"; }
.icon-help:before {
content: "\e686"; }
.icon-warning:before {
content: "\e687"; }
.icon-cycle:before {
content: "\e688"; }
.icon-cw:before {
content: "\e689"; }
.icon-ccw:before {
content: "\e68a"; }
.icon-shuffle:before {
content: "\e68b"; }
.icon-arrow:before {
content: "\e68c"; }
.icon-arrow2:before {
content: "\e68d"; }
.icon-retweet:before {
content: "\e68e"; }
.icon-loop:before {
content: "\e68f"; }
.icon-history:before {
content: "\e690"; }
.icon-back:before {
content: "\e691"; }
.icon-switch:before {
content: "\e692"; }
.icon-list:before {
content: "\e693"; }
.icon-add-to-list:before {
content: "\e694"; }
.icon-layout:before {
content: "\e695"; }
.icon-list2:before {
content: "\e696"; }
.icon-text:before {
content: "\e697"; }
.icon-text2:before {
content: "\e698"; }
.icon-document:before {
content: "\e699"; }
.icon-docs:before {
content: "\e69a"; }
.icon-landscape:before {
content: "\e69b"; }
.icon-pictures:before {
content: "\e69c"; }
.icon-video:before {
content: "\e69d"; }
.icon-music3:before {
content: "\e69e"; }
.icon-folder:before {
content: "\e69f"; }
.icon-archive:before {
content: "\e6a0"; }
.icon-trash:before {
content: "\e6a1"; }
.icon-upload:before {
content: "\e6a2"; }
.icon-download:before {
content: "\e6a3"; }
.icon-disk:before {
content: "\e6a4"; }
.icon-install:before {
content: "\e6a5"; }
.icon-cloud:before {
content: "\e6a6"; }
.icon-upload2:before {
content: "\e6a7"; }
.icon-bookmark:before {
content: "\e6a8"; }
.icon-bookmarks:before {
content: "\e6a9"; }
.icon-book2:before {
content: "\e6aa"; }
.icon-play:before {
content: "\e6ab"; }
.icon-pause:before {
content: "\e6ac"; }
.icon-record:before {
content: "\e6ad"; }
.icon-stop:before {
content: "\e6ae"; }
.icon-next:before {
content: "\e6af"; }
.icon-previous:before {
content: "\e6b0"; }
.icon-first:before {
content: "\e6b1"; }
.icon-last:before {
content: "\e6b2"; }
.icon-resize-enlarge:before {
content: "\e6b3"; }
.icon-resize-shrink:before {
content: "\e6b4"; }
.icon-volume:before {
content: "\e6b5"; }
.icon-sound:before {
content: "\e6b6"; }
.icon-mute:before {
content: "\e6b7"; }
.icon-flow-cascade:before {
content: "\e6b8"; }
.icon-flow-branch:before {
content: "\e6b9"; }
.icon-flow-tree:before {
content: "\e6ba"; }
.icon-flow-line:before {
content: "\e6bb"; }
.icon-flow-parallel:before {
content: "\e6bc"; }
.icon-arrow-left:before {
content: "\e6bd"; }
.icon-arrow-down:before {
content: "\e6be"; }
.icon-arrow-up-upload:before {
content: "\e6bf"; }
.icon-arrow-right:before {
content: "\e6c0"; }
.icon-arrow-left2:before {
content: "\e6c1"; }
.icon-arrow-down2:before {
content: "\e6c2"; }
.icon-arrow-up:before {
content: "\e6c3"; }
.icon-arrow-right2:before {
content: "\e6c4"; }
.icon-arrow-left3:before {
content: "\e6c5"; }
.icon-arrow-down3:before {
content: "\e6c6"; }
.icon-arrow-up2:before {
content: "\e6c7"; }
.icon-arrow-right3:before {
content: "\e6c8"; }
.icon-arrow-left4:before {
content: "\e6c9"; }
.icon-arrow-down4:before {
content: "\e6ca"; }
.icon-arrow-up3:before {
content: "\e6cb"; }
.icon-arrow-right4:before {
content: "\e6cc"; }
.icon-arrow-left5:before {
content: "\e6cd"; }
.icon-arrow-down5:before {
content: "\e6ce"; }
.icon-arrow-up4:before {
content: "\e6cf"; }
.icon-arrow-right5:before {
content: "\e6d0"; }
.icon-arrow-left6:before {
content: "\e6d1"; }
.icon-arrow-down6:before {
content: "\e6d2"; }
.icon-arrow-up5:before {
content: "\e6d3"; }
.icon-arrow-right6:before {
content: "\e6d4"; }
.icon-arrow-left7:before {
content: "\e6d5"; }
.icon-arrow-down7:before {
content: "\e6d6"; }
.icon-arrow-up6:before {
content: "\e6d7"; }
.icon-uniE6D8:before {
content: "\e6d8"; }
.icon-arrow-left8:before {
content: "\e6d9"; }
.icon-arrow-down8:before {
content: "\e6da"; }
.icon-arrow-up7:before {
content: "\e6db"; }
.icon-arrow-right7:before {
content: "\e6dc"; }
.icon-menu:before {
content: "\e6dd"; }
.icon-ellipsis:before {
content: "\e6de"; }
.icon-dots:before {
content: "\e6df"; }
.icon-dot:before {
content: "\e6e0"; }
.icon-cc:before {
content: "\e6e1"; }
.icon-cc-by:before {
content: "\e6e2"; }
.icon-cc-nc:before {
content: "\e6e3"; }
.icon-cc-nc-eu:before {
content: "\e6e4"; }
.icon-cc-nc-jp:before {
content: "\e6e5"; }
.icon-cc-sa:before {
content: "\e6e6"; }
.icon-cc-nd:before {
content: "\e6e7"; }
.icon-cc-pd:before {
content: "\e6e8"; }
.icon-cc-zero:before {
content: "\e6e9"; }
.icon-cc-share:before {
content: "\e6ea"; }
.icon-cc-share2:before {
content: "\e6eb"; }
.icon-danielbruce:before {
content: "\e6ec"; }
.icon-danielbruce2:before {
content: "\e6ed"; }
.icon-github:before {
content: "\e6ee"; }
.icon-github2:before {
content: "\e6ef"; }
.icon-flickr:before {
content: "\e6f0"; }
.icon-flickr2:before {
content: "\e6f1"; }
.icon-vimeo:before {
content: "\e6f2"; }
.icon-vimeo2:before {
content: "\e6f3"; }
.icon-twitter:before {
content: "\e6f4"; }
.icon-twitter2:before {
content: "\e6f5"; }
.icon-facebook:before {
content: "\e6f6"; }
.icon-facebook2:before {
content: "\e6f7"; }
.icon-facebook3:before {
content: "\e6f8"; }
.icon-googleplus:before {
content: "\e6f9"; }
.icon-googleplus2:before {
content: "\e6fa"; }
.icon-pinterest:before {
content: "\e6fb"; }
.icon-pinterest2:before {
content: "\e6fc"; }
.icon-tumblr:before {
content: "\e6fd"; }
.icon-tumblr2:before {
content: "\e6fe"; }
.icon-linkedin:before {
content: "\e6ff"; }
.icon-linkedin2:before {
content: "\e700"; }
.icon-dribbble:before {
content: "\e701"; }
.icon-dribbble2:before {
content: "\e702"; }
.icon-stumbleupon:before {
content: "\e703"; }
.icon-stumbleupon2:before {
content: "\e704"; }
.icon-lastfm:before {
content: "\e705"; }
.icon-lastfm2:before {
content: "\e706"; }
.icon-rdio:before {
content: "\e707"; }
.icon-rdio2:before {
content: "\e708"; }
.icon-spotify:before {
content: "\e709"; }
.icon-spotify2:before {
content: "\e70a"; }
.icon-qq:before {
content: "\e70b"; }
.icon-instagram:before {
content: "\e70c"; }
.icon-dropbox:before {
content: "\e70d"; }
.icon-evernote:before {
content: "\e70e"; }
.icon-flattr:before {
content: "\e70f"; }
.icon-skype:before {
content: "\e710"; }
.icon-skype2:before {
content: "\e711"; }
.icon-renren:before {
content: "\e712"; }
.icon-sina-weibo:before {
content: "\e713"; }
.icon-paypal:before {
content: "\e714"; }
.icon-picasa:before {
content: "\e715"; }
.icon-soundcloud:before {
content: "\e716"; }
.icon-mixi:before {
content: "\e717"; }
.icon-behance:before {
content: "\e718"; }
.icon-circles:before {
content: "\e719"; }
.icon-vk:before {
content: "\e71a"; }
.icon-smashing:before {
content: "\e71b"; }
/**
* bbPress specific CSS
*
* @package bbPress
* @subpackage Theme
*/
/* =bbPress Style
-------------------------------------------------------------- */
.bbpress .site-content {
margin-top: 60px; }
.bbp-search-form:before,
.bbp-search-form:after {
content: '';
display: table; }
.bbp-search-form:after {
clear: both; }
.bbp-search-form label {
float: left;
width: 87%; }
#bbpress-forums hr {
margin: 0 0 24px 0; }
#bbpress-forums {
background: transparent;
clear: both;
margin-bottom: 20px;
overflow: hidden; }
#bbpress-forums .hentry {
margin-bottom: 0; }
#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff; }
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb; }
body.reply-edit .reply {
float: none; }
#bbpress-forums div.reply {
height: auto;
width: 100%; }
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
background-color: #fff; }
#bbpress-forums div.bbp-reply-header {
border-bottom: 1px solid #bdc3c7;
border-top: 1px solid #bdc3c7;
background-color: #f6f7f8; }
#bbpress-forums .status-trash.even,
#bbpress-forums .status-spam.even {
background-color: #fee; }
#bbpress-forums .status-trash.odd,
#bbpress-forums .status-spam.odd {
background-color: #fdd; }
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #ccc; }
#bbpress-forums ul {
background: none;
list-style: none;
margin: 0;
padding: 0; }
#bbpress-forums ul.bbp-threaded-replies {
margin-left: 50px; }
#bbpress-forums li {
background: none;
margin: 0;
list-style: none; }
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
overflow: hidden;
border: 1px solid #bdc3c7;
margin-bottom: 20px;
clear: both; }
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-body,
#bbpress-forums li.bbp-footer {
clear: both; }
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
background: #fff;
font: 400 14px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #515a63;
padding: 12px;
text-align: center; }
#bbpress-forums li.bbp-header {
background: #fff; }
#bbpress-forums li.bbp-footer {
border-top: 1px solid #bdc3c7; }
#bbpress-forums li.bbp-header ul {
overflow: hidden; }
#bbpress-forums .bbp-forum-title {
font: 800 14px 'Montserrat', sans-serif;
text-transform: uppercase;
text-decoration: none; }
#bbpress-forums .bbp-forums-list {
margin: 0 0 0 5px;
padding-left: 15px;
border-left: 1px solid #ddd; }
#bbpress-forums .bbp-forums-list li {
display: inline;
font-size: 13px; }
#bbpress-forums li.bbp-footer p {
margin: 0;
line-height: 1em; }
li.bbp-forum-info,
li.bbp-topic-title {
float: left;
text-align: left;
width: 55%; }
li.bbp-forum-topic-count,
li.bbp-topic-voice-count,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
float: left;
text-align: center;
width: 10%; }
li.bbp-forum-freshness,
li.bbp-topic-freshness {
text-align: center;
float: left;
width: 22%; }
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
border-top: 1px solid #bdc3c7;
overflow: hidden;
padding: 12px; }
li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
float: right; }
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
background: none;
border: none;
font-size: 16px;
line-height: 1em;
margin: 8px 0;
padding: 0;
text-transform: none; }
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
float: left;
text-align: center;
width: 115px;
border-right: 1px solid #bdc3c7;
padding: 0 10px; }
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
border: none;
max-width: 80px;
padding: 0;
margin: 12px auto 0 auto;
float: none;
border-radius: 50%; }
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
font: 400 10px 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin-top: 8px;
display: block;
text-align: center;
word-break: break-word; }
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: block; }
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-size: 11px;
font-style: italic; }
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
float: left;
margin: 0;
padding: 0;
width: 120px; }
#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content,
#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
margin-left: 140px;
padding: 0;
text-align: left; }
#bbpress-forums li.bbp-header .bbp-reply-content {
margin-left: 120px; }
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums li.bbp-footer .bbp-reply-author {
border: 0; }
div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry {
margin-bottom: 0;
overflow: hidden;
padding: 8px; }
div.bbp-forum-header,
div.bbp-topic-header {
border-top: 1px solid #bdc3c7;
clear: both; }
span.bbp-author-ip {
font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size: 11px;
font-weight: bold;
color: #aaa; }
/* =Topic and reply content
-------------------------------------------------------------- */
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
margin-left: 115px;
padding: 20px 20px 0;
text-align: left; }
/* Clearing hack */
#bbpress-forums div.bbp-forum-content:after,
#bbpress-forums div.bbp-topic-content:after,
#bbpress-forums div.bbp-reply-content:after {
clear: both;
content: ".";
display: block;
float: none;
height: 0;
font-size: 0;
visibility: hidden; }
#bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
background: none;
border: none;
display: inline;
font-weight: normal;
margin: 0;
padding: 0; }
#bbpress-forums div.bbp-topic-content h1,
#bbpress-forums div.bbp-reply-content h1,
#bbpress-forums div.bbp-topic-content h2,
#bbpress-forums div.bbp-reply-content h2,
#bbpress-forums div.bbp-topic-content h3,
#bbpress-forums div.bbp-reply-content h3,
#bbpress-forums div.bbp-topic-content h4,
#bbpress-forums div.bbp-reply-content h4,
#bbpress-forums div.bbp-topic-content h5,
#bbpress-forums div.bbp-reply-content h5,
#bbpress-forums div.bbp-topic-content h6,
#bbpress-forums div.bbp-reply-content h6 {
clear: none;
line-height: 1em;
margin: 24px 0;
padding: 0; }
#bbpress-forums div.bbp-topic-content img,
#bbpress-forums div.bbp-reply-content img {
max-width: 100%; }
#bbpress-forums div.bbp-topic-content ul,
#bbpress-forums div.bbp-reply-content ul,
#bbpress-forums div.bbp-topic-content ol,
#bbpress-forums div.bbp-reply-content ol {
margin: 0 15px 15px;
padding: 0; }
#bbpress-forums div.bbp-topic-content ul li,
#bbpress-forums div.bbp-reply-content ul li {
list-style-type: disc; }
#bbpress-forums div.bbp-topic-content ol li,
#bbpress-forums div.bbp-reply-content ol li {
list-style-type: decimal; }
#bbpress-forums div.bbp-topic-content ol li li,
#bbpress-forums div.bbp-reply-content ol li li {
list-style-type: lower-alpha; }
#bbpress-forums div.bbp-topic-content ol li li li,
#bbpress-forums div.bbp-reply-content ol li li li {
list-style-type: upper-roman; }
#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
display: inline-block;
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 0 5px;
max-width: 95%;
vertical-align: middle;
margin-top: -3px; }
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
display: block;
line-height: 18px;
margin: 0 0 24px;
padding: 5px 10px;
white-space: pre;
overflow: auto; }
#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
display: block;
border: none;
padding: 0;
margin: 0;
background-color: transparent;
overflow-wrap: normal;
overflow: auto;
max-width: 100%; }
/* =Reply to
-------------------------------------------------------------- */
#bbpress-forums div.bbp-reply-to {
margin-left: 130px;
padding: 12px 12px 12px 0;
text-align: right; }
#bbpress-forums div#bbp-cancel-reply-to {
text-align: right; }
/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb,
#bbpress-forums div.bbp-topic-tags {
margin: 15px 0; }
#bbpress-forums div.bbp-breadcrumb:first-child {
margin-top: 0; }
div.bbp-breadcrumb p:before {
content: '\e790'; }
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin-bottom: 10px; }
#bbpress-forums div.bbp-topic-tags p:before {
margin-right: 5px !important;
content: '\e70c'; }
#bbp-topic-hot-tags {
clear: both; }
/* =Search
-------------------------------------------------------------- */
#bbpress-forums #bbp-search-form {
clear: left; }
#bbpress-forums #bbp-search-form .hidden {
height: 0;
width: 0;
overflow: hidden;
position: absolute;
background: none;
left: -999em; }
#bbpress-forums #bbp-search-form #bbp_search {
display: inline-block;
width: auto; }
#bbpress-forums div.bbp-search-form {
margin: 0 0 10px; }
#bbpress-forums #bbp-search-form.search-form #bbp_search {
font: 400 16px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
padding: 10px;
background: #bdc3c7;
width: 100%;
float: left; }
#bbpress-forums #bbp-search-form.search-form input[type="submit"] {
font-size: 21px;
color: #fff;
text-transform: uppercase;
text-align: center;
border: 0;
width: 13%;
float: left;
padding: 8px 0; }
/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
float: right;
color: #ddd; }
span.bbp-admin-links a {
color: #aaa;
font-weight: normal;
font-size: 12px;
text-transform: uppercase;
text-decoration: none; }
fieldset span.bbp-admin-links {
float: left; }
tr td span.bbp-admin-links a:hover {
color: #ff4b33; }
td.bbp-topic-admin-links,
td.bbp-topic-counts {
width: 50%; }
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
float: right;
margin-left: 10px;
color: #ccc; }
/* =Toggles
-------------------------------------------------------------- */
.bbp-topic-action #favorite-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: bold;
font-size: 13px; }
.bbp-topic-action #favorite-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb; }
.bbp-topic-action #favorite-toggle span.is-favorite a {
color: #faa;
border: 1px solid #faa;
background-color: #fee; }
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd; }
.bbp-topic-action #subscription-toggle a {
text-decoration: none;
padding: 0 3px 1px;
color: #7c7;
border: 1px solid #aca;
background-color: #dfd;
font-weight: bold;
font-size: 13px; }
.bbp-topic-action #subscription-toggle a:hover {
color: #5a5;
border-color: #7c7;
background-color: #beb; }
.bbp-topic-action #subscription-toggle span.is-subscribed a {
color: #faa;
border: 1px solid #faa;
background-color: #fee; }
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
color: #c88;
border-color: #c88;
background-color: #fdd; }
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 14px;
color: #82878e;
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word; }
#bbpress-forums .bbp-forum-info .bbp-forum-content {
font-size: 13px;
line-height: normal; }
#bbpress-forums p.bbp-topic-meta span {
white-space: nowrap; }
/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
border: 1px solid transparent; }
.bbp-pagination-links {
float: right;
list-style: none;
display: inline; }
.bbp-pagination-links a,
.bbp-pagination-links span.current {
display: block;
float: left;
padding: 0px 5px;
margin-left: 5px;
border: 1px solid #efefef;
text-decoration: none; }
.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
background: #eee;
opacity: 0.8;
border: 1px solid #ddd; }
.bbp-pagination-links span.dots {
display: block;
float: left;
padding: 1px 4px;
margin-left: 5px; }
.bbp-pagination {
float: left;
width: 100%;
margin-bottom: 15px; }
.bbp-topic-pagination {
display: inline-block;
margin-left: 5px;
margin-bottom: 2px; }
.bbp-topic-pagination a {
font-size: 10px;
line-height: 10px;
padding: 1px 3px;
border: 1px solid #ddd;
text-decoration: none; }
/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
clear: left; }
#bbpress-forums fieldset.bbp-form {
border: 0;
padding: 0; }
#bbpress-forums fieldset.bbp-form label,
.bbp-login-form label {
font: 800 14px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
display: inline-block; }
#bbpress-forums fieldset.bbp-form fieldset.bbp-form :not(legend) label {
font-weight: 400;
font-size: 13px; }
#bbpress-forums fieldset.bbp-form input[type="checkbox"] ~ label,
#bbpress-forums fieldset.bbp-form input[type="radio"] ~ label {
font-weight: 400; }
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
width: 100px; }
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form .entry-content .edd_download_quantity_wrapper input,
.entry-content .edd_download_quantity_wrapper #bbpress-forums fieldset.bbp-form input,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
margin: 0 0 10px; }
textarea#bbp_reply_content, .entry-content .edd_download_quantity_wrapper input#bbp_reply_content,
textarea#bbp_topic_content,
.entry-content .edd_download_quantity_wrapper input#bbp_topic_content,
textarea#bbp_forum_content,
.entry-content .edd_download_quantity_wrapper input#bbp_forum_content {
width: 97%;
box-sizing: border-box; }
textarea#bbp_forum_content, .entry-content .edd_download_quantity_wrapper input#bbp_forum_content {
height: 210px; }
#bbpress-forums fieldset.bbp-forum-form-attributes {
width: 200px;
float: right;
clear: none;
margin-left: 25px; }
/**
* Fix for too-long forum names, usually from conversion
*/
#bbpress-forums fieldset select#bbp_forum_id {
max-width: 200px; }
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
clear: left; }
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
margin-right: 0;
padding: 10px;
border: 1px solid #ddd;
line-height: 0;
background-color: #efefef; }
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
font-size: 10px;
background-color: #f0fff8;
border: 1px solid #CEEFE1;
display: block;
padding: 8px;
margin-top: 5px;
width: 369px; }
#merge_tag,
#delete_tag {
display: inline; }
div.bbp-submit-wrapper {
margin-top: 15px;
clear: both; }
div.bbp-submit-wrapper button[type="submit"] {
width: 100%; }
p.form-allowed-tags {
max-width: 100%; }
/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
margin-bottom: 10px; }
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, #bbpress-forums div.bbp-the-content-wrapper .entry-content .edd_download_quantity_wrapper input.bbp-the-content, .entry-content .edd_download_quantity_wrapper #bbpress-forums div.bbp-the-content-wrapper input.bbp-the-content {
width: 100%;
margin: 0; }
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
border: none;
padding: 0;
margin: 0;
width: auto;
line-height: 1em; }
#bbpress-forums div.bbp-the-content-wrapper input {
padding: 5px;
margin: 0 2px 0 0;
line-height: 1em; }
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
padding: 5px;
min-height: 26px; }
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 4px 4px 8px; }
#bbpress-forums div.wp-editor-container {
margin: 0;
padding: 0;
line-height: 0; }
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
line-height: 16px; }
/* =Edit User
-------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset {
padding: 0;
border: 0; }
#bbpress-forums #bbp-your-profile fieldset legend {
display: none; }
#bbpress-forums #bbp-your-profile fieldset > div {
margin-bottom: 16px; }
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
text-align: left;
width: 60%; }
#bbpress-forums #bbp-your-profile fieldset span.description {
font-size: 13px;
line-height: normal;
margin: 5px 0;
display: block; }
#bbpress-forums #bbp-your-profile fieldset fieldset {
margin: 0;
border: none;
padding: 0;
clear: none;
float: none; }
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
width: 100%; }
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
margin: 0; }
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
margin-left: 0;
margin-bottom: 20px; }
#bbpress-forums #bbp-your-profile fieldset.submit button {
float: right; }
/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice,
div.indicator-hint {
font-weight: 700;
font-size: 14px;
padding: 10px;
border: 2px solid #bdc3c7;
background: transparent;
display: block;
margin: 15px 0;
clear: both; }
div.bbp-template-notice a {
color: #555;
text-decoration: none; }
div.bbp-template-notice a:hover {
color: #000; }
div.bbp-template-notice.info {
color: #515a63;
border-color: #bdc3c7; }
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
color: #c00;
border-color: #c00; }
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
color: #c00; }
div.bbp-template-notice p,
#bbpress-forums div.bbp-template-notice p {
line-height: normal;
margin: 0;
padding: 0; }
div.bbp-template-notice p:before {
content: '\e704'; }
div.bbp-template-notice.error p:before,
div.bbp-template-notice.warning p:before {
content: '\26a0'; }
/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background-color: #ffffe0 !important;
font-size: 1.1em; }
/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
border-top: 1px dotted #ddd;
width: 100%;
margin: 0;
padding: 8px 0 0 0;
font-size: 11px;
color: #aaa; }
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
list-style-type: none; }
/* =Widgets
-------------------------------------------------------------- */
.bbp-login-form fieldset legend {
display: none; }
.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
padding: 5px; }
.bbp-login-form label {
display: inline-block; }
#sidebar .bbp-login-form label {
width: 70px; }
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
margin-top: 10px; }
.bbp-login-form .bbp-submit-wrapper {
text-align: right; }
.bbp-login-form .bbp-login-links a {
float: left;
clear: left; }
.bbp-logged-in img.avatar {
float: left;
margin: 0 15px 0 0; }
.bbp-logged-in h4 {
font-weight: bold;
font-size: 1.3em;
clear: none;
margin-bottom: 10px; }
/* =Avatars
-------------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
margin-bottom: -4px;
border-radius: 50%; }
#bbpress-forums div.bbp-template-notice img.avatar {
margin-bottom: -2px; }
.bbp-author-name {
text-decoration: none; }
fieldset div.avatar {
float: right; }
/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
border-left: 2px solid #eaeaea;
margin-left: 5px;
padding-left: 10px; }
/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
clear: none;
font-size: 1.8em;
line-height: 1em;
padding-bottom: 10px; }
#bbpress-forums #bbp-user-wrapper {
float: left;
width: 100%;
margin-top: 20px; }
#bbpress-forums .bbp-user-section {
overflow: auto; }
#bbpress-forums #bbp-user-wrapper h2.entry-title,
#bbpress-forums fieldset.bbp-form legend {
text-align: center;
width: 100%;
margin: 70px 0;
position: relative;
clear: none; }
#bbpress-forums fieldset.bbp-form legend {
margin: 0;
padding: 70px 0; }
#bbpress-forums #bbp-user-wrapper h2.entry-title:first-of-type {
margin-top: 35px; }
#bbpress-forums #bbp-user-wrapper h2.entry-title:after,
#bbpress-forums fieldset.bbp-form legend:after {
content: ' ';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: #bdc3c7; }
#bbpress-forums #bbp-user-wrapper h2.entry-title span,
#bbpress-forums fieldset.bbp-form legend span {
font: 800 15px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #bdc3c7;
text-align: center;
margin: 0 10px;
background: #fff;
border: 3px solid #bdc3c7;
z-index: 10;
position: relative;
padding: 10px 20px;
clear: none; }
#bbpress-forums fieldset.bbp-form legend br {
display: none; }
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
clear: none; }
#bbpress-forums #bbp-single-user-details {
margin: 0;
width: 150px;
float: left;
overflow: hidden;
border-right: 1px solid #bdc3c7; }
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
margin: 0;
width: 150px; }
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
width: 120px;
height: 120px;
margin: 0 15px 20px;
border-radius: 50%; }
#bbpress-forums #bbp-single-user-details #bbp-user-description {
float: none;
margin-left: 180px; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
float: none;
margin: 0; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
margin: 0;
text-align: right; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
padding: 7px 15px;
display: block;
border: 1px solid transparent;
text-decoration: none;
line-height: normal; }
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
background: #f6f7f8; }
#bbpress-forums #bbp-user-body {
margin-left: 180px; }
body.my-account #bbpress-forums {
border-top: none;
padding-top: 0;
margin-bottom: 0; }
/* =User Capabilities
-------------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
display: inline-block;
vertical-align: top; }
#bbpress-forums dl.bbp-user-capabilities dt {
margin: 0 0 10px;
text-transform: capitalize; }
#bbpress-forums dl.bbp-user-capabilities dd {
margin: 0;
padding: 0; }
/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
font-size: 11px;
visibility: hidden; }
#bbpress-forums li:hover > div.row-actions {
visibility: visible; }
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
/* =Standard Mobile Landscape
-------------------------------------------------------------- */
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
 }
@media only screen and (max-width: 480px) {
#bbpress-forums div.bbp-topic-tags {
clear: left;
float: left; }
div.bbp-search-form input,
div.bbp-search-form button {
font-size: 11px;
padding: 2px; }
li.bbp-forum-info,
li.bbp-topic-title {
width: 45%; }
li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
width: 15%; }
span.bbp-reply-post-date {
float: left; }
span.bbp-admin-links {
clear: left;
float: left; }
#bbpress-forums .bbp-forums-list li {
display: block;
font-size: 11px; }
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: -15px 10px 10px;
min-height: 100px;
padding-left: 80px;
position: relative;
text-align: left;
width: 100%; }
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: none;
display: inline-block;
margin-left: 0;
word-wrap: break-word; }
#bbpress-forums div.bbp-reply-author img.avatar {
position: absolute;
top: 15px;
left: 0;
width: 60px;
height: auto; }
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-style: normal; }
#bbpress-forums .bbp-body div.bbp-reply-content {
clear: both;
margin: 10px;
padding: 0; }
#bbpress-forums div.bbp-reply-content p {
margin-bottom: 1em; }
div.bbp-submit-wrapper {
float: left; }
#bbpress-forums fieldset.bbp-form {
padding: 0 10px 10px; }
#bbpress-forums #bbp-user-body {
clear: both;
margin-left: 0;
word-wrap: break-word; } }
/* =Standard Mobile Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
#bbpress-forums div.bbp-search-form {
margin-bottom: 10px; }
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-body li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-body li.bbp-topic-title {
width: 100%; }
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-topic-title {
text-align: center;
text-transform: uppercase; }
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count {
width: 20%; }
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
width: 58%; }
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-freshness {
margin-top: 7px; }
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
font-size: 10px; }
#bbpress-forums li.bbp-header div.bbp-reply-author {
text-align: left;
width: 25%; }
#bbpress-forums li.bbp-header div.bbp-reply-content {
margin-left: 25%; }
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
width: 14px;
height: auto; }
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
padding: 1px; }
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td {
width: 20px;
height: 20px; }
#bbpress-forums div.wp-editor-container {
width: 100%;
overflow: auto; }
#bbpress-forums input#bbp_topic_title,
#bbpress-forums input#bbp_topic_tags {
width: 95%; } }
/* =Extra Small Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 240px) {
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-body li.bbp-forum-topic-count,
#bbpress-forums li.bbp-body li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-body li.bbp-topic-voice-count,
#bbpress-forums li.bbp-body li.bbp-topic-reply-count,
#bbpress-forums li.bbp-footer div.bbp-reply-author,
#bbpress-forums li.bbp-footer div.bbp-reply-content {
width: 45%; }
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-body li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness,
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-author,
#bbpress-forums li.bbp-header div.bbp-reply-content {
clear: both;
width: 100%; }
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
text-align: center; }
#bbpress-forums li.bbp-body li.bbp-topic-freshness,
#bbpress-forums li.bbp-header div.bbp-reply-content {
margin-left: 0;
text-align: left; }
#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta {
display: inline-block; }
#bbpress-forums li.bbp-header {
overflow: hidden; }
#bbpress-forums li.bbp-footer div.bbp-reply-content {
display: inline-block;
margin-left: 0; }
#bbpress-forums li.bbp-body div.bbp-reply-author {
min-height: 60px;
padding-left: 60px; }
#bbpress-forums div.bbp-reply-author img.avatar {
width: 40px;
height: auto; } }
/* Buttons */
button,
input[type="reset"],
input[type="submit"],
.button,
a.button,
.fes-button,
.page-numbers,
.edd-reviews-voting-buttons a,
.edd-fes-adf-submission-add-option-button,
.main-navigation a,
.home-widget-title span,
.section-title span,
#edd_checkout_form_wrap legend,
body:not(.minimal) .edd_form fieldset legend > span legend,
.fes-section-title,
#fes-view-comment a,
.edd_terms_links,
#edd-wl-modal h2#edd-wl-modal-label,
a.edd-wl-action,
.download-sorting select,
.fes-feat-image-btn,
.upload_file_button,
.insert-file-row,
body:not(.minimal) .fes-headers span,
body:not(.minimal) .edd_form legend {
font: 700 13px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
text-decoration: none;
text-shadow: none;
text-align: center;
display: inline-block;
padding: 10px 20px;
border: 2px solid transparent;
background: transparent;
border-radius: 0;
height: auto;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s; }
.button.small,
a.button.small,
.page-numbers,
a.edd-cart-saving-button,
.edd-fes-adf-submission-add-option-button,
input[name="edd_update_cart_submit"],
#fes-insert-image,
.fes-cmt-submit-form,
.fes-ignore,
#fes-view-comment a,
.edd_terms_links,
.insert-file-row {
font-size: 12px;
padding: 6px 10px; }
.button.fullsize,
#edd-purchase-button,
#edd_profile_editor_submit,
#edd_login_submit,
input[name="edd_register_submit"],
#fes_login_submit,
#fes_registration_form input[type="submit"],
.fes-submit input[type=submit],
.fes-form input[type="submit"],
.edd-wish-list-save {
font-size: 15px;
padding: 14px 20px;
width: 100%; }
.page-header .button,
.content-grid-download .button,
body .marketify_widget_slider_hero .soliloquy-caption a.button {
color: #fff;
border-color: #fff; }
.page-header .button:hover,
.content-grid-download .button:hover,
body .marketify_widget_slider_hero .soliloquy-caption a.button:hover {
background-color: #fff; }
button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
a.button:hover,
.minimal #edd_login_submit,
.minimal input[name="edd_register_submit"],
.minimal #edd-purchase-button,
.popup .edd_go_to_checkout.button.edd-submit,
.popup .edd_go_to_checkout.button.edd-submit:hover,
.minimal .fes-form input[type="submit"],
.minimal a.edd-cart-saving-button,
.minimal input[name=edd_update_cart_submit],
.page-header .edd-cart-added-alert,
.main-navigation .edd-cart .cart_item.edd_checkout a:hover,
.edd-reviews-voting-buttons a:hover,
.edd-fes-adf-submission-add-option-button:hover,
#fes-insert-image:hover,
.fes-pagination a.page-numbers:hover,
.edd_terms_links:hover,
.site-footer.dark .mailbag-wrap input[type=submit],
body a.edd-wl-action:hover,
body a.edd-wl-action.edd-wl-button:hover,
.fes-feat-image-btn:hover,
.upload_file_button:hover,
a.insert-file-row {
color: #fff; }
.page-numbers {
border-color: #515a63; }
.page-numbers.current {
color: #bdc3c7;
border-color: #bdc3c7; }
.page-numbers.prev,
.page-numbers.next {
border: 0; }
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
clear: both;
display: block;
margin: 0 auto; }
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important; }
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar */ }
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header .container:before,
.site-header .container:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.home-widget:before,
.home-widget:after,
.search-form:before,
.search-form:after,
.edd-cart-item:before,
.edd-cart-item:after,
.widget-related-entries:before,
.widget-most-recent:before,
.widget-related-entries:after,
.widget-most-recent:after,
.download-author:before,
.download-author:after,
.download-product-details:before,
.download-product-details:after,
.content-grid-download .entry-meta:before,
.content-grid-download .entry-meta:after,
.edd_downloads_list:before,
.edd_downloads_list:after,
.post-navigation:before,
.post-navigation:after,
.page-navigation:before,
.page-navigation:after,
.comment-navigation:before,
.comment-navigation:after,
.fes-vendor-menu:before,
.fes-vendor-menu:after,
.fix:before,
.fix:after,
.comment:before,
.comment:after,
.download-product-review-details:before,
.download-product-review-details:after,
.features:before,
.features:after,
.testimonials-list:before,
.testimonials-list:after {
content: '';
display: table; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header .container:after,
.site-content:after,
.site-footer:after,
.home-widget:after,
.search-form:after,
.edd-cart-item:after
.widget-related-entries:after,
.widget-most-recent:after,
.download-author:after,
.download-product-details:after,
.content-grid-download .entry-meta:after,
.edd_downloads_list:after,
.post-navigation:after,
.page-navigation:after,
.comment-navigation:after,
.fes-vendor-menu:after,
.fix:after,
.comment:after,
.download-product-review-details:after,
.features:after,
.testimonials-list:after {
clear: both; }
/* =Header
----------------------------------------------- */
.header-outer {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative; 
margin-bottom: 10px;
}
.site-header {
padding: 50px 0; }
.site-header .container {
position: relative; }
.site-header .search-form {
display: none; }
.site-branding {
float: left;
position: relative;
z-index: 15; }
.site-branding .custom-header,
.site-branding .site-title {
float: left; }
.site-title {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 26px;
clear: none; }
.site-title a {
color: #fff;
text-decoration: none; }
.site-title a:hover {
color: #fff; }
.site-branding .custom-header img {
display: block; }
/** Minimal */
.site-header-minimal {
text-align: center;
padding: 90px 0 45px; }
.site-header-minimal .site-title {
text-align: center; }
/* =Menu
----------------------------------------------- */
.main-navigation .menu {
float: right; }
.header-search-icon {
color: #fff;
margin: 9px 0 0 0;
float: left;
cursor: pointer; }
.main-navigation {
display: block;
float: right;
position: absolute;
top: 50%;
top: 10px;
right: 0;
z-index: 500;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%); }
.main-navigation .main-menu {
float: right; }
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0; }
.main-navigation li {
float: left;
position: relative; }
.main-navigation a {
display: block;
border-color: transparent;
text-align: left; }
.main-navigation a:hover {
color: #fff;
border-color: #fff; }
.main-navigation li a:first-child:nth-last-child(2):after {
content: '\e6ce';
margin: 0px 0 0 6px;
vertical-align: middle; }
.main-navigation ul ul {
background: #fff;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
float: left;
position: absolute;
top: 2.75em;
left: 50%;
z-index: 99999;
width: 200px;
opacity: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate(-50%, -60%) scale(0);
-moz-transform: translate(-50%, -60%) scale(0);
transform: translate(-50%, -60%) scale(0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.main-navigation ul ul:after {
width: 0;
height: 0;
border: 7px solid transparent;
border-bottom: 7px solid #fff;
content: ' ';
position: absolute;
top: -14px;
right: 50%;
margin-right: -4px; }
.main-navigation ul ul ul {
right: 100%;
top: -1px;
left: -100%;
z-index: 5;
margin-right: 0;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.main-navigation ul ul ul:after {
border-width: 0 0 0 7px;
top: 14px;
right: -14px; }
.main-navigation ul ul a {
font-size: 12px;
letter-spacing: 0;
color: #515a63;
padding: 12px;
border: 0;
width: 200px; }
.main-navigation ul ul li:first-child a {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.main-navigation ul ul li {
margin-left: 0; }
.main-navigation ul ul li:last-child a {
border-bottom: 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; }
.main-navigation ul ul a:hover {
color: #404040;
border: 0;
background: #fbfbfb; }
.main-navigation ul li:hover > ul {
display: block;
opacity: 1;
-webkit-transform: translate(-50%, 0) scale(1);
-moz-transform: translate(-50%, 0) scale(1);
transform: translate(-50%, 0) scale(1); }
.main-navigation ul ul li:hover > ul {
display: block;
z-index: 10;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.main-navigation li a:first-child:nth-last-child(2):hover {
border-color: transparent; }
.main-navigation li ul li a:first-child:nth-last-child(2):before {
content: '\e6cd';
margin-right: 2px; }
.main-navigation li ul li a:first-child:nth-last-child(2):after,
.main-navigation li.current-cart a:first-child:nth-last-child(2):after {
content: '';
display: none; }
/* Search */
.main-navigation div:first-child {
float: right; }
.main-navigation .search-form {
margin-right: 12px;
float: left; }
.main-navigation .search-form {
float: right;
margin-top: 6px;
position: relative; }
.main-navigation .search-form label,
.main-navigation .search-form .search-submit {
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; }
.main-navigation .search-form label {
opacity: 0;
float: right; }
.main-navigation .search-form.active label {
opacity: 1; }
.main-navigation .search-form .search-submit {
text-align: center;
float: right;
width: 29px;
padding: 0;
border: 0;
background-color: transparent; }
.main-navigation .search-form .search-submit:focus {
outline: 0; }
.main-navigation .search-form .icon-search {
font-size: 16px;
color: #fff;
padding: 5px 3px 4px;
display: inline-block;
cursor: pointer; }
.main-navigation .search-form .search-field {
min-height: 17px; }
/* Cart */
.main-navigation ul ul.edd-cart {
opacity: 1;
right: auto;
top: auto;
left: auto;
display: block;
border-top: 0; }
.main-navigation .edd-cart-number-of-items {
display: none !important; }
.main-navigation .edd-cart .cart_item.empty {
margin: 0;
padding: 10px 20px;
display: block; }
.main-navigation .edd-cart .edd-cart-item {
padding: 20px;
width: 100%; }
.main-navigation .edd-cart .edd-cart-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.main-navigation .edd-cart .edd-cart-item-separator {
display: none; }
.main-navigation .widget .edd-cart-item .edd-cart-item-separator:first-of-type {
display: inline; }
.main-navigation .edd-cart .edd-cart-item-title {
font: 700 13px/normal 'Montserrat', sans-serif;
text-transform: uppercase; }
.main-navigation .widget .edd-cart .edd-cart-item-price {
font-size: 14px;
color: #555; }
.main-navigation .edd-cart .edd-remove-from-cart {
color: #ccc;
display: inline;
padding: 0;
margin-left: -5px; }
.main-navigation .edd-cart .cart_item.edd_subtotal {
width: 100%;
padding: 0 20px; }
.main-navigation .edd-cart .cart_item.edd_checkout {
border-top: 1px solid #bdc3c7;
max-width: 100%;
padding: 20px;
display: inline-block;
width: 100%;
margin: 0; }
.main-navigation .edd-cart .cart_item.edd_checkout a {
max-width: 100%;
display: block;
float: none;
border: 2px solid;
border-radius: 0; }
/* Small menu */
.menu-toggle {
display: none;
cursor: pointer;
font-size: 34px;
color: #fff; }
/* =Page
----------------------------------------------- */
.page-header {
text-align: center;
padding: 0 0 90px; }
.page-title,
.entry-page-title h1 {
font: 300 40px 'Roboto Slab', serif;
color: #fff;
text-align: center; }
.error-404 .page-title {
text-align: left; }
.page-header .button,
.page-header a.button,
body .marketify_widget_slider_hero .soliloquy-caption a.button {
font-size: 18px;
border-width: 3px;
margin: 0 15px;
padding: 14px 24px;
border-radius: 0; }
body .marketify_widget_slider_hero .soliloquy-caption a.button:hover {
color: #ddd; }
.section-title,
.home-widget-title,
#edd_checkout_form_wrap fieldset > span,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span,
.fes-section-wrap,
body:not(.minimal) .edd_form fieldset > span,
.modal-header,
body:not(.minimal) .entry-content .fes-headers {
text-align: center;
width: 100%;
margin: 70px 0;
position: relative;
display: block; }
.section-title:after,
.home-widget-title:after,
#edd_checkout_form_wrap fieldset > span:after,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span:after,
.fes-section-wrap:after,
body:not(.minimal) .edd_form fieldset > span:after,
.modal-header:after,
body:not(.minimal) .fes-headers:after {
content: ' ';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: #bdc3c7; }
.section-title span,
.home-widget-title span,
#edd_checkout_form_wrap fieldset > span legend,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span legend,
.entry-content .fes-section-wrap h2,
body:not(.minimal) .edd_form fieldset legend > span legend,
#edd-wl-modal h2#edd-wl-modal-label,
body:not(.minimal) .fes-headers span,
body:not(.minimal) .edd_form fieldset > span legend {
font-size: 15px;
text-align: center;
margin: 0 auto;
background: #fff;
border-width: 3px;
z-index: 10;
position: relative; }
.section-title span,
.home-widget-title span,
#edd_checkout_form_wrap fieldset > span legend,
.entry-content .fes-section-wrap h2,
body:not(.minimal) .edd_form fieldset legend > span legend,
#edd-wl-modal h2#edd-wl-modal-label,
.download-sorting select,
.download-sorting span,
body:not(.minimal) .fes-headers span,
body:not(.minimal) .edd_form fieldset > span legend {
color: #bdc3c7;
border-color: #bdc3c7; }
body:not(.minimal) .edd_form fieldset > span:first-child,
.entry-content .fes-headers,
body:not(.minimal) .edd_form legend {
margin-top: 0; }
/* =Homepage 1
----------------------------------------------- */
.home-1 .page-header h1 {
max-width: 60%;
margin: 0 auto; }
.home-1 .page-header {
margin-bottom: 70px;
padding: 0; }
.home-1 .page-header .page-title {
margin-bottom: 50px; }
.home-1 .page-header p {
font: 300 20px 'Roboto Slab', serif;
color: #fff; }
.home-1 p img {
max-width: 95%;
margin: 50px auto -1.5em; }
.home-1 p img {
display: block; }
/* =Homepage Search
----------------------------------------------- */
.home-search .main-navigation .search-form {
display: none; }
.home-search .page-header {
padding: 100px 0 190px; }
.home-search .page-header .search-form {
margin-top: 3em; }
.home-search .page-header .search-form .search-field,
.search-form-overlay .search-form .search-field {
color: #acb0b3;
background: #fff;
border-color: #fff; }
.home-search .page-header .search-form input[type=search]::-webkit-input-placeholder,
.search-form-overlay .search-form input[type=search]::-webkit-input-placeholder {
color: #ddd; }
.search-form-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out; }
.search-form-overlay.active {
opacity: 1;
visibility: visible; }
.search-form-overlay .search-form {
position: relative;
width: 40%;
top: 50%;
left: 30%;
position: absolute;
overflow: visible; }
.header-search-toggle {
font-size: 20px;
color: #fff !important;
position: absolute;
top: 6px;
right: -38px; }
/* =Content
----------------------------------------------- */
.content-area {
padding-bottom: 100px; }
.content-area.full {
margin-bottom: -25px; }
.site-content {
/*margin-top: 100px;*/ }
.post-type-archive-download .site-content,
.post-type-archive-project .site-content,
.single-download .site-content,
.single-project .site-content,
.tax-download_category .site-content,
.tax-download_tag .site-content,
.tax-project-category .site-content,
.page-template-page-templatespopular-php .site-content,
.page-template-page-templatesshop-php .site-content {
margin-top: 0; }
.single-download #primary.content-area {
padding-bottom: 0; }
.hentry {
margin: 0 0 4em; }
.single-download .hentry {
margin-bottom: 2em; }
.single-post .hentry {
margin-bottom: 0; }
.hentry.row .entry-title,
.edd_download_title {
font: 700 20px 'Montserrat', sans-serif;
text-transform: uppercase;
margin: 0 0 1em; }
.hentry:not(.type-download) .entry-title a,
.edd_download_title a {
text-decoration: none; }
.blog-archive-image img {
border-radius: 50%; }
.entry-meta,
.entry-meta a {
font-size: 14px;
color: #82878e;
text-decoration: none; }
.entry-meta > span {
margin-right: 10px; }
.hentry.post .entry-meta .byline img,
.flexslider .slides .byline img {
margin-left: 0;
margin-right: 6px;
width: 25px;
height: 25px;
display: inline-block; }
.updated,
.single-post .entry-header {
display: none; }
.single .byline,
.group-blog .byline {
display: inline; }
.page-content,
.entry-content,
.entry-summary {
line-height: 25px;
margin: 1em 0 0; }
.single-post .entry-content,
.page .entry-content,
.error-404 .page-content {
margin-top: 0; }
.entry-content table,
.comment-content table {
border-bottom: 1px solid #ededed;
color: #757575;
margin: 0 0 24px;
width: 100%; }
.entry-content table caption,
.comment-content table caption {
margin: 24px 0; }
.entry-content td,
.comment-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0; }
.entry-content th,
.comment-content th,
.edd_download_title {
font: 400 14px 'Montserrat', sans-serif;
color: #bdc3c7;
text-transform: uppercase;
padding: 6px 10px 6px 0; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.download-single-widget-title,
.download-author a,
.comment-reply-title,
.entry-content .edd-slg-social-container legend,
.minimal .entry-title,
.minimal .edd_form legend,
.page-template-page-templatesteam-php .byline,
.fes_header {
font: 700 16px 'Montserrat', sans-serif;
color: #515a63;
letter-spacing: 0.10em;
text-transform: uppercase;
margin: 2em 0; }
.entry-content h1 {
font-size: 28px;
margin: 0.7em 0; }
.entry-content h2 {
font-size: 24px;
margin: 1em 0; }
.entry-content h3 {
font-size: 19px;
margin: 1.1em 0; }
.entry-content h4 {
font-size: 16px; }
.entry-content h5 {
font-weight: 400;
font-size: 14px; }
.entry-content h6 {
font-weight: 400;
font-size: 13px; }
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0; }
.entry-content blockquote {
padding-left: 1.5em;
border-left: 2px solid; }
.page-links {
clear: both;
margin: 0 0 1.5em; }
.entry-page-title {
color: #fff;
text-align: center;
padding-top: 0;
padding-bottom: 90px; }
.single-post .entry-page-title {
padding-top: 0;
padding-bottom: 65px; }
.entry-page-title a {
color: #fff;
text-decoration: none; }
.entry-page-title a:hover {
color: #fff; }
.custom-featured-image .entry-page-title h1,
.custom-featured-image .entry-page-title .byline,
.custom-featured-image .entry-page-title .entry-date,
.custom-featured-image .page-header .page-title {
text-shadow: rgba(0, 0, 0, 0.39) 0 2px 18px; }
.entry-page-title h1 {
margin: 0; }
.entry-page-title .byline,
.entry-page-title .entry-date {
font: 700 18px 'Montserrat', sans-serif;
letter-spacing: 0.10em;
text-transform: uppercase; }
.entry-author {
margin-bottom: 40px;
position: relative; }
.entry-author .gravatar {
position: relative;
margin: 0 auto 40px; }
.entry-author .gravatar img {
border-radius: 50%;
border: 4px solid #fff;
min-width: 100%;
display: block; }
.entry-author .gravatar:after {
width: 100%;
height: 100%;
border-radius: 50%;
content: ' ';
position: absolute;
top: 0;
left: 0;
z-index: 5;
border: 4px solid transparent;
box-shadow: inset 0 0 0 0 rgba(81, 90, 99, 0.87);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.entry-author .author-social {
text-align: center;
position: absolute;
top: 50%;
margin-top: -9px;
width: 100%;
z-index: 10;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: hidden; }
.entry-author .gravatar .author-social i {
color: #fff;
font-size: 18px;
line-height: 18px; }
.entry-author .gravatar:hover:after {
box-shadow: inset 0 0 0 300px rgba(81, 90, 99, 0.87); }
.entry-author .gravatar:hover .author-social {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); }
.entry-page-title .entry-date {
margin-top: 40px;
display: block; }
.entry-page-title .entry-author .gravatar {
width: 140px; }
/** Minimal Page */
.minimal .site-content {
margin-top: 0; }
.minimal .entry-title {
color: #fff;
text-align: center; }
.minimal #edd_purchase_form_wrap *:not(#edd_purchase_submit) input,
.minimal .edd_form input:not([type=submit]) {
border-color: #fff; }
.minimal div.fes-form fieldset .fes-fields input[type=text],
.minimal div.fes-form fieldset .fes-fields input[type=password],
.minimal div.fes-form fieldset .fes-fields input[type=email],
.minimal div.fes-form fieldset .fes-fields input[type=url],
.minimal div.fes-form fieldset .fes-fields input[type=number],
.minimal div.fes-form fieldset .fes-fields textarea,
.minimal div.fes-form fieldset .fes-fields .entry-content .edd_download_quantity_wrapper input,
.entry-content .edd_download_quantity_wrapper .minimal div.fes-form fieldset .fes-fields input,
.minimal .entry-content .fes-form input[type=text],
.minimal .entry-content .fes-form input[type=password],
.minimal .entry-content .fes-form input[type=email],
.minimal .entry-content .fes-form input[type=url],
.minimal .entry-content .fes-form input[type=number],
.minimal .entry-content .fes-form textarea,
.minimal .entry-content .fes-form .edd_download_quantity_wrapper input,
.minimal .entry-content .edd_download_quantity_wrapper .fes-form input {
border-color: #fff; }
.minimal,
.minimal a {
color: #fff; }
/** Team */
.page-template-page-templatesteam-php .entry-author {
min-height: 300px; }
.page-template-page-templatesteam-php .entry-author .gravatar {
margin-bottom: 20px; }
.page-template-page-templatesteam-php .entry-author .gravatar .author-social a {
margin: 0 4px; }
.page-template-page-templatesteam-php .entry-author .gravatar .author-social i {
font-size: 30px;
line-height: 30px; }
.page-template-page-templatesteam-php .byline {
margin-bottom: 12px;
display: block; }
.page-template-page-templatesteam-php .byline a {
text-decoration: none; }
/* Navigation */
.paging-navigation {
text-align: center;
margin: 45px 0 0; }
.comment-navigation {
margin: 45px 0; }
.paging-navigation > div {
margin: 0 10px;
display: inline-block; }
.nav-previous a,
.nav-next a {
border: 1px solid #bdc3c7;
display: inline-block;
text-decoration: none; }
.post-navigation .nav-previous a,
.comment-navigation .nav-previous a {
padding-right: 20px; }
.post-navigation .nav-next a,
.comment-navigation .nav-next a {
padding-left: 20px; }
.nav-previous .nav-title,
.nav-next .nav-title {
font: 400 14px 'Montserrat', sans-serif;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
float: left;
margin: 27px 0 0 -15px; }
.nav-previous i,
.nav-next i {
color: #bdc3c7;
font-size: 50px;
line-height: 65px;
float: left; }
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
float: left; }
.post-navigation .nav-next,
.comment-navigation .nav-next {
float: right; }
.post-navigation .nav-previous a,
.comment-navigation .nav-previous a,
.post-navigation .nav-next a,
.comment-navigation .nav-next a {
border: 0; }
.post-navigation .nav-previous i,
.post-navigation .nav-next i,
.comment-navigation .nav-previous i,
.comment-navigation .nav-next i {
line-height: 45px;
font-size: 30px; }
.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title,
.comment-navigation .nav-previous .nav-title,
.comment-navigation .nav-next .nav-title {
margin: 14px 0 0 -5px; }
/** Password */
.post-password-form p {
overflow: hidden; }
.post-password-form label {
width: 80%;
float: left; }
.post-password-form input[type="submit"] {
margin-top: 25px;
padding: 13px 20px 14px;
width: 19%;
float: right; }
/** Page Links */
.page-links {
font-weight: bold; }
.page-links a {
font-weight: normal;
text-decoration: none;
margin: 0 3px;
padding: 0 7px;
border: 1px solid #ccc;
display: inline-block;
border-radius: 3px; }
/* =Download
----------------------------------------------- */
.single-download .page-header {
padding-bottom: 0; }
.product-display-inline.single-download .page-header {
padding-bottom: 100px; }
.product-display-inline.force-buy.single-download .page-header,
body.product-display-inline .single-project .page-header,
.single-project .page-header {
padding-bottom: 40px; }
.single-download .featured-image img {
margin: 0 auto;
display: block; }
.single-download .featured-image .download-video {
margin-bottom: 60px; }
.site-content .download-video,
.site-content div.jp-audio {
margin: 70px 0 60px; }
.site-content div.jp-audio {
width: 100%; }
.single-download .site-content .jp-type-playlist {
border-radius: 5px;
border: 1px solid #bdc3c7; }
.single-download .featured-image .download-video video,
.single-download .featured-image .download-video > div {
margin: 0 auto; }
.download-actions,
.download-info {
margin: 40px 0; }
.download-info {
color: #fff; }
.download-info .edd_price,
.download-info .star-rating {
margin: 0 10px;
display: inline-block; }
.download-info .edd_price{
display: none;
}
.download-info .edd_price {
font: 400 18px 'Montserrat', sans-serif;
color: #fff;
text-transform: uppercase; }
.download-info .star-rating {
vertical-align: top;
margin-top: -2px; }
.download-info .star-rating i {
font-size: 17px;
vertical-align: bottom; }
.edd-cart-added-alert {
bottom: -30px;
margin-left: -100px;
left: 50%;
width: 200px; }
.entry-content .edd-cart-added-alert {
bottom: -60px; }
.download-image {
position: relative; }
.download-image.flexslider {
overflow: hidden; }
.download-image.flexslider .slides {
width: 90%;
margin: 0 auto;
padding: 0;
list-style: none; }
.download-image .flex-direction-nav {
position: absolute;
top: 48%;
left: 5%;
margin: 0;
padding: 0;
list-style: none;
width: 90%;
z-index: 10; }
.download-image .flex-direction-nav li:first-child {
float: left; }
.download-image .flex-direction-nav li:last-child {
float: right; }
.download-image .flex-direction-nav a {
font-size: 28px;
color: #fff; }
.download-image-grid-preview {
margin: 70px 0; }
.download-image-grid-preview a,
.download-image-grid-preview img {
display: block;
position: relative;
text-align: center; }
.download-image-grid-preview .slides {
padding: 0;
list-style: none; }
.download-image-grid-preview .slides li {
margin: 15px 0;
position: relative; }
.download-image-grid-preview .slides li a:before {
width: 100%;
height: 100%;
content: ' ';
top: 0;
left: 0;
z-index: 10;
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.download-image-grid-preview .slides li.active a:before,
.download-image-grid-preview .slides li:hover a:before {
opacity: 1;
visibility: visible; }
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%; }
.wp-caption-text {
text-align: center; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0; }
.site-main .gallery {
margin-bottom: 1.5em; }
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%; }
.site-main .gallery dd {
margin: 0; }
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%; }
.column-group {
margin-top: 40px;
margin-bottom: 40px; }
.column-group:last-child {
margin-bottom: 0; }
/* =Comments
----------------------------------------------- */
.comment-list {
margin: 0;
padding: 0;
list-style: none; }
.comment,
.pingback {
margin-bottom: 55px; }
.comment-meta {
width: 90px;
float: left; }
.pingback .comment-meta {
display: none; }
.comment-content {
line-height: 25px;
padding: 20px;
border: 1px solid #bdc3c7;
background: #fff;
position: relative; }
.comment-content p:last-child {
margin-bottom: 0; }
.comment.depth-1 .comment-content {
margin-left: 140px; }
.comment .comment-content:after {
width: 0;
height: 0;
border-top: 14px solid transparent;
border-bottom: 14px solid transparent;
border-right: 14px solid #fff;
content: ' ';
position: absolute;
top: 32px;
left: -15px; }
.comment .comment-content:before {
width: 0;
height: 0;
border-top: 14px solid transparent;
border-bottom: 14px solid transparent;
border-right: 14px solid #bdc3c7;
content: ' ';
position: absolute;
top: 32px;
left: -16px; }
.comment-list .children {
margin: 25px 0 0 140px;
padding: 0;
list-style: none; }
.comment-list .comment-author {
text-align: center; }
.comment-list .children .comment-author.vcard img {
margin-top: 26px;
width: 40px;
height: 40px; }
.comment-list .children .comment-content {
margin-left: 100px; }
.comment-list .comment_form_rating {
display: none; }
.comment-metadata {
font-size: 13px;
color: #82878e;
border-bottom: 1px solid #bdc3c7;
padding-bottom: 15px;
margin-bottom: 15px; }
.comment-metadata .edit-link a,
.comment-metadata .reply-link a {
font-weight: bold; }
.comment-metadata a {
color: #82878e;
text-decoration: none; }
.comment-content a {
word-wrap: break-word; }
.comment-author .fn,
.comment-metadata .fn {
font: 400 10px 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin-top: 8px;
display: block;
text-align: center; }
.comment-metadata .fn {
font-size: 12px;
text-align: left;
display: none; }
.comment-author .fn a {
text-decoration: none; }
.comment-author img {
border-radius: 50%; }
.comment-form {
margin-bottom: 100px; }
.comment-form input[type="text"],
.comment-form input[type="password"] {
width: 50%; }
.comment-reply-title small {
vertical-align: middle;
display: inline-block;
float: right;
line-height: 20px; }
#cancel-comment-reply-link {
color: #d04e4e;
text-decoration: none; }
.marketify-edd-rating {
overflow: hidden; }
.marketify-edd-rating .star-rating {
margin: -1px 12px 0 0;
float: left; }
.marketify-edd-rating i,
.download-product-review-details i {
font-size: 14px;
color: #bdc3c7; }
.marketify-edd-rating .review-title-text {
font: 700 15px 'Montserrat', sans-serif;
text-transform: uppercase; }
.comment_form_rating label {
float: none; }
.edd_reviews_rating_box {
background: none;
width: auto;
height: auto;
display: block; }
.edd_ratings {
font-size: 20px;
position: relative; }
.edd_reviews_rating_box .edd_rating {
width: auto;
height: auto; }
.comment_form_rating .edd_reviews_rating_box a:hover ~ a,
.comment_form_rating .edd_reviews_rating_box a:hover {
background: none; }
.comment_form_rating .edd_reviews_rating_box a:hover ~ a i:before,
.comment_form_rating .edd_reviews_rating_box a:hover i:before,
.comment_form_rating .edd_reviews_rating_box a.active ~ a i:before,
.comment_form_rating .edd_reviews_rating_box a.active i:before {
content: '\e61b'; }
.download-product-review-details .download-single-widget-title {
float: left; }
.download-product-review-details .download-ratings {
margin: -4px 0 0 5px;
float: left; }
.download-product-review-details i {
font-size: 16px; }
.download-product-review-details p {
color: #82878e;
font-size: 13px;
clear: both;
margin-bottom: 0; }
.edd_reviews_breakdown .edd-counter-front {
background: #82878e; }
.edd-review-vote {
color: #bdc3c7;
font: 400 10px 'Montserrat', sans-serif;
text-transform: uppercase;
margin-bottom: 0;
background: none;
border: 0;
padding: 0;
clear: none; }
.edd-review-vote:not(.edd-yellowfade) p:first-child {
display: none; }
.edd-reviews-voting-buttons {
margin: 5px 0 0;
display: block; }
.edd-reviews-voting-buttons br {
display: none; }
.edd-reviews-voting-buttons {
margin-top: 8px; }
.edd-reviews-voting-buttons a {
border: 2px solid;
padding: 2px 4px !important;
margin-right: 4px !important; }
/* =Global Widgets
----------------------------------------------- */
.widget-area {
margin-bottom: 200px; }
.widget-area .section-title {
margin: 55px 0; }
.widget-area .widget:first-child .section-title {
margin-top: 0; }
.widget ul,
.widget ol {
margin: 0;
padding: 0;
list-style: none; }
.widget li {
margin: 5px 0; }
.widget-area .widget .edd-taxonomy-widget li:before,
.widget-area .widget.widget_nav_menu li:before,
.widget-area .widget.widget_recent_entries li:before,
.widget-area .widget.widget_meta li:before,
.widget-area .widget.widget_pages li:before,
.widget-area .widget.widget_categories li:before,
.widget-area .widget.widget_archive li:before {
content: '\e6d0'; }
.edd-taxonomy-widget .children {
list-style: disc;
margin-left: 40px; }
.edd-taxonomy-widget .children li a {
padding-left: 0 !important;
display: inline; }
.edd-taxonomy-widget .children li a:hover {
background: none !important; }
.widget a {
text-decoration: none; }
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
min-width: 100%; }
/* Cart */
.widget .edd-cart-item .edd-cart-item-title {
display: block; }
.widget .edd-cart-item .edd-cart-item-separator {
display: none; }
.widget .edd-cart-item .edd-cart-item-price {
font: 400 16px 'Montserrat', sans-serif;
text-transform: uppercase;
margin-left: -4px; }
.widget .edd-remove-from-cart,
.edd-fes-adf-submission-option-remove a,
.edd_repeatable_upload_field_container .edd_upload_file a {
font-size: 0;
text-decoration: none; }
.widget .edd-remove-from-cart:before,
#cancel-comment-reply-link:before,
.edd-fes-adf-submission-option-remove a:before,
.edd_repeatable_upload_field_container .edd_upload_file a:before {
font-size: 15px;
visibility: visible !important;
content: '\e678'; }
.widget .cart_item.edd_subtotal {
font-weight: normal;
font-style: normal;
margin: 15px 0; }
.widget .cart_item.edd_subtotal .subtotal {
font-weight: bold; }
.widget .cart_item.edd_checkout a {
text-align: center;
display: block; }
/** Related/Recent/ETC */
.widget-related-entries,
.widget-most-recent {
overflow: hidden; }
.widget-related-entries li,
.widget-most-recent li {
margin: 0 4% 4% 0;
float: left;
width: 29%; }
.widget-related-entries .widget-download-title,
.widget-most-recent .widget-download-title {
display: none; }
.widget-related-entries li img,
.widget-most-recent li img {
min-width: 100%;
height: auto; }
/** Calendar */
#wp-calendar {
margin: 0;
width: 100%; }
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: left; }
#wp-calendar caption {
text-transform: uppercase;
font-weight: bold; }
#wp-calendar #next {
padding-right: 24px;
text-align: right; }
/** RSS */
.widget_rss li {
margin-bottom: 20px; }
.widget_rss li:before {
content: ' '; }
.widget_rss li a {
text-transform: uppercase;
font-weight: bold;
padding: 0; }
.widget_rss li a:hover {
background: none; }
.widget_rss .rss-date {
font-size: 13px;
display: block;
margin: 5px 0; }
/* Search widget */
.search-form {
overflow: hidden; }
.search-form .search-field,
.main-navigation .search-form .search-field {
font: 400 16px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff;
padding: 10px;
background: #bdc3c7;
width: 87%; }
.main-navigation .search-form .search-field {
padding: 5px;
font-size: 13px;
background: rgba(255, 255, 255, 0.4);
border: 1px solid transparent;
float: right; }
.search-form .search-submit {
font-size: 21px;
color: #fff;
text-transform: uppercase;
text-align: center;
border: 0;
width: 13%;
float: right;
padding: 8px 0; }
.search-form input[type=search]::-webkit-input-placeholder {
color: #fff; }
/** Text */
.widget_text {
margin: 40px 0; }
.site-footer .widget_text {
margin: 0; }
/* Home Widgets
----------------------------------------------- */
.home-widget {
margin-bottom: 100px; }
.home-widget-title {
margin-top: 0; }
.home-widget-description {
font-size: 18px;
text-align: center;
margin: 0 0 70px; }
.marketify_widget_taxonomy_stylized {
margin-top: -70px;
padding: 30px 0; }
.marketify_widget_taxonomy_stylized ul {
margin: 0;
padding: 0;
list-style: none; }
.marketify_widget_taxonomy_stylized li {
margin: 5px 0;
width: 100%;
float: left;
text-align: center; }
@media (min-width: 768px) {
.marketify_widget_taxonomy_stylized {
margin-top: -100px; }
.marketify_widget_taxonomy_stylized li {
width: 50%; } }
@media (min-width: 992px) {
.marketify_widget_taxonomy_stylized li {
width: 25%; } }
.marketify_widget_taxonomy_stylized a {
font: 700 14px 'Montserrat', sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff; }
.marketify_widget_featured_popular {
position: relative; }
.marketify_widget_featured_popular .home-widget-title span {
cursor: pointer;
margin: 0 10px; }
.marketify_widget_featured_popular .home-widget-title {
margin-bottom: 100px; }
.marketify_widget_featured_popular .flex-control-nav {
text-align: center;
margin: 0;
padding: 0;
list-style: none;
position: absolute;
width: 100%;
top: 75px;
left: 0; }
.marketify_widget_featured_popular .flex-control-nav li {
float: none;
display: inline-block;
cursor: pointer; }
.marketify_widget_featured_popular .flex-control-nav a {
margin: 0 3px;
width: 10px;
height: 10px;
text-indent: -9999em;
border-radius: 50%;
background: #bdc3c7;
display: block; }
.marketify_widget_featured_popular .content-grid-download .entry-header {
display: none; }
.marketify_widget_featured_popular .content-grid-download.force-info .entry-header {
display: block; }
/** Features */
.features {
overflow: hidden; }
.feature {
text-align: center; }
.feature a {
display: inline-block; }
.feature-title,
.individual-testimonial .author span:first-child {
font: 700 16px 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin-top: 1.25em; }
.individual-testimonial .author .title {
display: block; }
.feature-title a {
text-decoration: none; }
.feature-content {
color: #515a63;
line-height: 1.75;
margin: 1.5em 0 3em;
clear: both; }
.feature-mini {
text-align: left; }
.feature-mini h3,
.feature-mini a:first-child {
font-size: 16px;
margin: 0;
float: left;
clear: none; }
.feature-mini h3 {
margin: 3px 0 0 10px; }
.feature-mini .feature-content {
margin: 2.75em 0 0; }
/** Testimonials */
.testimonials-list {
overflow: hidden;
text-align: center; }
.company-testimonial {
text-align: center;
display: inline-block;
margin: 0; }
.company-testimonial img {
width: 200px;
height: auto; }
.testimonials-text {
font-weight: 300;
font-size: 20px;
font-style: italic;
line-height: 25px;
margin: 0 0 30px;
padding: 0; }
.individual-testimonial {
text-align: left;
margin-bottom: 4em;
overflow: hidden;
clear: both;
display: none; }
.individual-testimonial:last-child {
margin-bottom: 0; }
.individual-testimonial .testimonials-text {
margin-left: 27px; }
.individual-testimonial .testimonials-text p {
margin-bottom: 0;
display: inline; }
.individual-testimonial .testimonials-text:before,
.individual-testimonial .testimonials-text:after {
color: #bdc3c7;
content: '\e621'; }
.individual-testimonial .testimonials-text:before {
top: -2px;
left: 0;
position: absolute;
font-size: 30px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
transform: rotate(-180deg); }
.individual-testimonial .avatar-wrap {
border-radius: 50%;
overflow: hidden;
margin-left: 27px;
float: left;
display: inline-block; }
.individual-testimonial .avatar,
.individual-testimonial .avatar-link,
.individual-testimonial .author {
float: left; }
.individual-testimonial .author {
margin-left: 27px; }
.individual-testimonial .avatar-link img {
border-radius: 50%; }
.individual-testimonial .author .excerpt {
font: 400 15px 'Source Sans Pro', sans-serif;
text-transform: none;
letter-spacing: 0;
margin-top: 5px;
display: block; }
/** Pricing */
.pricing-table-widget {
margin-bottom: 30px; }
.pricing-table-option {
padding: 20px; }
.pricing-table-widget-description {
color: #fff;
text-align: center;
padding: 20px;
border: 5px solid #fff; }
.pricing-table-widget-description h2,
.pricing-table-widget-description h3 {
font: 700 50px 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin: 0; }
.pricing-table-widget-description h3 {
font-size: 13px; }
.pricing-table-widget-description sup {
font-size: 28px;
font-weight: 400; }
.pricing-table-widget-description ul {
margin: 20px 0 0;
padding: 0;
list-style: none; }
.pricing-table-widget-description p,
.pricing-table-widget-description li {
font-size: 16px;
line-height: 25px; }
.pricing-table-widget-description li {
margin: 4px 0; }
/**
* Slider
*/
body .marketify_widget_slider_hero .soliloquy-container {
height: auto;
max-height: none; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy .soliloquy-slides img {
width: auto;
height: auto; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption {
max-width: 80%;
margin: 40px auto 0;
position: relative;
left: auto;
right: auto;
bottom: auto;
top: auto;
background: none; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
font-size: 16px;
line-height: 26px;
text-align: center;
text-shadow: none;
background: none;
padding: 0;
max-width: 75%;
margin: 0 auto; }
body .marketify_widget_slider_hero h2.soliloquy-caption-title {
font: 700 58px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #fff; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption .caption-alt {
display: none; }
body .marketify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging {
position: absolute;
bottom: 50px;
left: 50%; }
body .marketify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging a {
-webkit-transition: none;
-moz-transition: none;
transition: none; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption-outer {
text-align: center;
width: 100%;
position: absolute;
top: 50%;
bottom: auto;
z-index: 10;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption-outer .button {
display: inline-block !important; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption-outer p {
margin-bottom: 1.5em;
line-height: 26px; }
body .marketify_widget_slider_hero .soliloquy-theme-classic .soliloquy-pager {
text-align: center; }
/** Misc */
.marketify_widget_recent_posts {
margin-bottom: 40px; }
/* Download Archive Widgets
----------------------------------------------- */
.download-archive-widget-area {
position: relative;
margin-bottom: 100px; }
.download-archive-widget {
padding-bottom: 40px;
padding-left: 15px; }
.download-archive-widget:first-child {
padding-top: 75px; }
.download-archive-widget.widget li {
margin: 0; }
.download-archive-widget-title,
.error-404 .widgettitle {
font: 700 16px 'Montserrat', sans-serif;
text-transform: uppercase;
color: #515a63;
margin: 0 0 18px; }
/** RSS */
.download-archive-widget .rsswidget {
padding: 0; }
.download-archive-widget .widget_rss li {
margin-right: 0; }
.download-archive-widget .search-submit {
width: 20%; }
.download-archive-widget .search-field {
width: 80%; }
/** Misc */
.download-archive-widget .edd-taxonomy-widget a,
.download-archive-widget.widget_nav_menu ul a,
.download-archive-widget.widget_recent_entries ul a,
.download-archive-widget.widget_meta ul a,
.download-archive-widget.widget_pages ul a,
.download-archive-widget.widget_categories ul a,
.download-archive-widget.widget_archive ul a,
.most-loved a,
.download-archive-widget.widget_projects_categories ul a {
padding: 7px 15px;
display: block; }
.download-archive-widget.widget_nav_menu ul ul,
.download-archive-widget.widget_recent_entries ul ul,
.download-archive-widget.widget_meta ul ul,
.download-archive-widget.widget_pages ul ul,
.download-archive-widget.widget_categories ul ul,
.download-archive-widget.widget_archive ul ul,
.download-archive-widget.widget_projects_categories ul ul {
margin-right: 0; }
.download-archive-widget.widget_nav_menu ul ul a,
.download-archive-widget.widget_recent_entries ul ul a,
.download-archive-widget.widget_meta ul ul a,
.download-archive-widget.widget_pages ul ul a,
.download-archive-widget.widget_categories ul ul a,
.download-archive-widget.widget_archive ul ul a,
.download-archive-widget.widget_projects_categories ul ul a {
font-size: 12px; }
.download-archive-widget .edd-taxonomy-widget a:hover,
.download-archive-widget.widget_nav_menu ul a:hover,
.download-archive-widget.widget_recent_entries ul a:hover,
.download-archive-widget.widget_meta ul a:hover,
.download-archive-widget.widget_pages ul a:hover,
.download-archive-widget.widget_categories ul a:hover,
.download-archive-widget.widget_archive ul a:hover,
.most-loved a:hover,
.download-archive-widget.widget_projects_categories ul a:hover {
background-color: #f6f7f8; }
.download-archive-widget.widget_categories ul ul,
.download-archive-widget.widget_projects_categories ul ul {
border-left: 1px solid #eee;
margin: 5px 0 5px 15px; }
.download-archive-widget.widget_categories ul ul a:hover,
.download-archive-widget.widget_projects_categories ul ul a:hover {
background: none; }
/** EDD */
.download-archive-widget.widget li.widget-download-with-thumbnail {
margin-bottom: 1.5em; }
.widget-download-price {
display: block;
font-weight: 700; }
.download-sorting {
overflow: hidden; }
.download-sorting select {
margin-left: 5px;
padding: 8px 30px 8px 12px;
width: auto;
min-width: 0;
border: 3px solid;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: ''; }
.download-sorting label[for="orderby"] {
position: relative; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.download-sorting label[for="orderby"]:after {
font-size: 18px;
color: #BDC3C7;
content: '\e6ce';
display: block;
width: 15px;
height: 15px;
position: absolute;
right: 9px;
top: 13px; } }
.download-sorting select:focus {
outline: 0; }
.download-sorting label {
font-size: 15px;
font-family: 'Source Sans Pro';
font-weight: normal;
text-transform: none;
letter-spacing: 0;
float: left; }
.download-sorting label input[type="radio"] {
display: none; }
.download-sorting span {
font-size: 20px;
display: inline-block;
margin-top: 6px;
margin-left: 3px; }
/* Download Single Widgets
----------------------------------------------- */
.download-single-widget,
.download-product-details,
.download-product-review-details {
border: 1px solid #bdc3c7;
margin: 0 0 45px;
padding: 25px; }
.download-single-widget:first-child {
margin-top: 70px; }
.download-single-widget.comments:first-child {
margin-top: 92px; }
#secondary .download-single-widget.comments:first-child {
margin-top: 0; }
.download-single-widget-title {
margin: 0 0 15px; }
.download-single-widget ol,
.download-single-widget ul {
margin: 0;
padding: 0;
list-style: none; }
.download-single-widget ol:last-child,
.download-single-widget ul:last-child {
margin-bottom: 0; }
.download-single-widget .widget-description {
font-size: 13px;
display: block;
margin: -10px 0 20px; }
/** Product Details */
.marketify_widget_download_details,
.marketify_widget_download_review_details {
border: 0;
padding: 0; }
.download-product-details {
padding: 0;
overflow: hidden; }
.download-author,
.download-author-bio,
.download-author-social,
.download-author-sales,
.download-author-message,
.download-product-details .download-info {
margin: 0;
padding: 25px;
border-bottom: 1px solid #bdc3c7;
position: relative;
clear: both; }
.download-product-details .download-info {
border-top: 1px solid #bdc3c7; }
.download-author-bio p:last-child,
.download-author-bio p:only-child {
margin-bottom: 0; }
.download-author-sales.blank,
.download-author-message {
border-bottom: 0; }
.download-author-message .button {
margin-bottom: 0; }
.download-author {
text-align: center;
overflow: hidden; }
.download-author img {
border-radius: 50%; }
.download-author .author-link {
text-decoration: none;
margin: 10px 0 4px;
display: block; }
.download-product-details .download-author .author-joined,
.download-product-details .download-purchases,
.download-product-details .download-comments,
.download-product-details .download-comments a,
.download-product-details .download-ratings,
.download-product-details .download-author-sales,
.download-product-details .download-info {
font-size: 13px;
color: #82878e;
display: block; }
.download-product-details .download-purchases,
.download-product-details .download-comments,
.download-product-details .download-ratings,
.download-product-details .download-author-sales {
text-align: center;
padding: 30px 25px;
width: 49%;
float: left; }
.download-product-details .download-comments.full,
.download-product-details .download-ratings.full {
width: 100%; }
.download-product-details .download-purchases {
border-right: 1px solid #bdc3c7; }
.download-product-details .download-comments a,
.download-product-details .download-ratings a {
text-decoration: none; }
.download-product-details .download-purchases strong,
.download-product-details .download-comments strong,
.download-product-details .download-ratings strong,
.download-product-details .download-author-sales strong,
.download-product-details .edd_price {
font: 700 21px/normal 'Montserrat', sans-serif;
color: #505965;
text-transform: uppercase;
display: block;
margin-bottom: 4px; }
.download-product-details .download-ratings strong i {
font-size: 17px;
margin: 0 -2px; }
.download-product-details.author-archive .download-author {
padding: 20px; }
.download-product-details.author-archive .author-link {
font-size: 14px; }
.download-author img {
width: 65px;
height: 65px; }
.download-author-social {
text-align: center; }
.download-author-bio {
line-height: 25px; }
.download-author-social a {
font-size: 20px; }
.download-product-details .download-author-sales {
float: none;
width: 100%; }
.product-details-pull {
color: #82878E;
margin-top: -30px;
margin-bottom: 40px;
text-align: center; }
.product-details-pull .page-title {
font-size: 32px;
margin: 0;
color: #505965;
max-width: 100%; }
.product-details-pull .download-info,
.product-details-pull .download-info .edd_price {
color: #505965; }
.product-details-pull .download-actions {
margin: 30px 0 -10px; }
.product-details-pull .download-actions .button {
margin: 0 8px; }
.download-product-details .download-info {
padding: 30px 0; }
.download-product-details .edd_price {
margin-bottom: 0; }
.product-details-pull .edd-cp-container {
color: #505965; }
.product-details-pull input[type="text"].edd_cp_price {
border: 1px solid #bdc3c7; }
/** Cart */
.widget .edd-cart {
border-top: 1px solid #bdc3c7; }
.edd-cart .cart_item.empty {
margin-top: 25px; }
.widget .edd-cart-item {
margin: 0;
padding: 20px 25px;
border-bottom: 1px solid #bdc3c7;
background: #fbfbfb; }
.marketify_widget_download_share iframe:first-child {
width: 100% important;
display: block; }
/* =Footer
----------------------------------------------- */
.site-footer {
color: #fff;
padding: 63px 0 100px; }
.footer-widget,
.footer-widget a,
.footer-widget-title {
line-height: 25px;
color: #fff; }
.footer-widget a:hover {
color: #fff;
text-decoration: underline; }
.footer-widget-title {
font: 700 16px 'Montserrat', sans-serif;
color: #fff;
letter-spacing: 0.10em;
text-transform: uppercase;
margin-bottom: 15px; }
.footer-widget ol,
.footer-widget ul {
margin: 0;
padding: 0;
list-style: none; }
.footer-widget ol ol,
.footer-widget ul ul {
margin: 10px 0 0 10px;
list-style: disc;
list-style-position: inside; }
.footer-widget li {
margin-bottom: 6px; }
.footer-widget a {
text-decoration: none; }
.site-footer.light .site-info {
margin-top: 75px; }
.site-info .col-md-8 {
text-align: center; }
.footer-social a {
margin: 0 16px 0 0;
font-size: 25px;
text-decoration: none; }
.site-footer.dark .footer-social a {
color: #fff; }
.footer-social a.hidden {
display: none; }
/** Facebook */
.footer-social a[href*="facebook.com"]::before {
content: '\e6f6'; }
.footer-social a:hover[href*="facebook.com"]::before {
color: #3b5998; }
/** Twitter */
.footer-social a[href*="twitter.com"]::before {
content: '\e6f4'; }
.footer-social a:hover[href*="twitter.com"]::before {
color: #33ccff; }
/** Google Plus */
.footer-social a[href*="plus.google.com"]::before {
content: '\e6f9'; }
.footer-social a:hover[href*="plus.google.com"]::before {
color: #dd4b39; }
/** Linkedin */
.footer-social a[href*="linkedin.com"]::before {
content: '\e6ff'; }
.footer-social a:hover[href*="linkedin.com"]::before {
color: #069; }
/** Instagram */
.footer-social a[href*="instagram.com"]::before {
content: '\e70c'; }
.footer-social a:hover[href*="instagram.com"]::before {
color: #3f729b; }
/** Pinterest */
.footer-social a[href*="pinterest.com"]::before {
content: '\e6fb'; }
.footer-social a:hover[href*="pinterest.com"]::before {
color: #c8232c; }
/** Vimeo */
.footer-social a[href*="vimeo.com"]::before {
content: '\e6f2'; }
.footer-social a:hover[href*="vimeo.com"]::before {
color: #1AB7EA; }
/** RSS */
.footer-social a[href$=".rss"]::before {
content: '\e66a'; }
.footer-social a:hover[href$=".rss"]::before {
color: #FF6600; }
/** Light */
.site-footer.light {
color: #404040;
padding-top: 0;
background: #fff; }
.site-footer.light .footer-widget,
.site-footer.light .footer-widget a,
.site-footer.light .footer-widget-title {
color: #515a63; }
.site-footer.light .container {
border-top: 1px solid #bdc3c7; }
.site-footer.light .site-info:not(.has-widgets) {
border-top: 0; }
.site-footer.light .footer-widget,
.site-footer.light .site-info [class^="col-"] {
border-right: 0;
border-bottom: 1px solid #bdc3c7; }
.site-footer.light .footer-widget:last-child,
.site-footer.light .site-info [class^="col-"]:last-child {
border-right: 0; }
.site-footer.light .site-info {
margin-top: 0; }
.site-footer .footer-widget,
.site-footer .site-info [class^="col-"] {
padding: 40px 25px; }
.site-footer .site-info [class^="col-"] p:last-child {
margin-bottom: 0; }
.site-info [class^="col-"] .site-title a {
display: block; }
.site-info .col-md-12 {
text-align: center; }
.edd_submit:hover{
background-color: #000;
}
/* =Modals
----------------------------------------------- */
.popup {
max-width: 420px;
background: #fff;
margin: 0 auto 0;
padding: 50px 0 40px;
position: relative;
display: none; }
.mfp-wrap .popup {
display: block; }
.popup .section-title {
margin-top: 0;
margin-bottom: 35px; }
.single-download .popup .edd_download_purchase_form {
margin-bottom: 0; }
.mfp-close-btn-in .mfp-close {
color: #fff;
text-shadow: rgba(0, 0, 0, 0.4) 0 3px 0;
opacity: 1;
top: -34px;
right: -38px; }
.mfp-content {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.25);
-moz-transform: scale(0.25);
transform: scale(0.25);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.mfp-ready .mfp-content {
zoom: 1;
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); }
.mfp-removing .mfp-content {
zoom: 1;
opacity: 0;
visibility: visible;
-webkit-transform: scale(0.25);
-moz-transform: scale(0.25);
transform: scale(0.25); }
/* =Infinite Scroll
----------------------------------------------- */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
display: none; }
.infinity-end.neverending .site-footer {
display: block; }
/* =Love It
----------------------------------------------- */
.image-grid-previewer-wrap {
position: relative; }
.love-it-wrapper .loved,
.love-it-wrapper .love-it {
color: #ea626f;
font-size: 0px;
text-decoration: none;
position: relative;
z-index: 5;
visibility: hidden; }
.love-it-wrapper .love-it:before,
.love-it-wrapper .loved:before {
font-size: 16px;
content: '\e61a';
visibility: visible;
margin: 6px 6px 0 0;
font-size: 18px;
width: auto;
text-align: right; }
.love-it-wrapper .loved:before {
content: '\e619'; }
.content-grid-download .love-it-wrapper,
.image-grid-previewer-wrap .love-it-wrapper {
font-size: 0;
visibility: hidden;
float: right;
position: relative; }
.content-grid-download .love-it-wrapper:after,
.image-grid-previewer-wrap .love-it-wrapper:after {
width: 0;
height: 0;
position: absolute;
right: 0;
top: 0;
content: ' ';
border-top: 44px solid #fff;
border-left: 44px solid transparent;
visibility: visible; }
.image-grid-previewer-wrap .love-it-wrapper {
position: absolute;
top: 0;
right: 15px;
margin: 0;
z-index: 10; }
.image-grid-previewer-wrap .love-it-wrapper:after {
border-top-color: #bdc3c7; }
.image-grid-previewer-wrap .love-it-wrapper .love-it,
.image-grid-previewer-wrap .love-it-wrapper .loved {
color: #fff; }
.love-it-wrapper .love-count {
display: none; }
/* =Whistles
----------------------------------------------- */
.whistles-tabs .whistles-tabs-nav {
width: 90%;
margin: 0 auto; }
.whistles-tabs .whistles-tabs-nav li a,
.whistles-tabs .whistles-tabs-nav li a:hover {
background: transparent; }
.whistles-tabs .whistles-tabs-nav li[aria-selected='true'] a:hover {
background: #fff; }
.whistles-tabs .whistles-tabs-nav li:last-child a {
border-right-width: 3px; }
.whistles-tabs .whistles-tabs-wrap {
margin: -3px;
padding: 0;
border-width: 3px;
border-color: #bdc3c7; }
.whistles-toggle .whistle-content,
.whistles-accordion .whistle-content {
border-color: #bdc3c7; }
.whistles-tabs-wrap .whistle-content {
padding: 2em; }
.whistles-toggle .whistle-title,
.whistles-accordion .whistle-title {
font: 700 13px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
text-decoration: none;
padding: 10px 20px;
border-color: #bdc3c7;
background: #fff; }
/* =WPML
----------------------------------------------- */
#lang_sel_click {
margin: 0 0 40px; }
#lang_sel_click li {
width: 100%; }
/* =Mailbag
----------------------------------------------- */
.entry-content .mailbag-wrap {
max-width: 50%; }
.mailbag-input {
margin-bottom: 2em; }
.mailbag-input br {
display: none; }
.site-footer .mailbag-input input[type="text"] {
border: 0; }
/* =Gravity Forms
----------------------------------------------- */
.gform_wrapper ul li.gfield {
margin-bottom: 2em; }
/* =Jetpack
----------------------------------------------- */
.contact-form div {
margin-bottom: 2em; }
.contact-form label span {
text-transform: none;
letter-spacing: 0;
font-weight: 400; }
/* =Projects
----------------------------------------------- */
.projects_list_widget img {
display: none; }
/* =Responsive Suppliments
----------------------------------------------- */
@media screen and (min-width: 1200px) {
.minimal .col-lg-offset-3 {
margin-left: 30%; } }
@media screen and (max-width: 992px) {
/** Menu */
.site,
.site-header {
position: relative; }
.site-header.toggled {
padding-top: 0; }
.site-header .site-branding {
margin-left: 15px; }
.site-header .container {
max-width: 100%;
padding: 0;
position: inherit; }
.main-navigation .menu,
.main-navigation .search-form,
.main-navigation .main-menu {
float: none; }
.main-navigation {
max-height: 50px;
overflow: hidden;
position: absolute;
top: 50%;
left: auto;
right: 0;
float: none;
-webkit-transition: max-height 0.3s;
-moz-transition: max-height 0.3s;
transition: max-height 0.3s; }
.main-navigation.toggled {
max-height: 2000px;
top: auto;
right: auto;
position: static;
background: rgba(0, 0, 0, 0.6);
margin-bottom: 50px;
padding-bottom: 20px;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
transform: translate(0, 0); }
.main-navigation.toggled ul {
display: block; }
.main-navigation h1 {
margin-right: 15px; }
.main-navigation.toggled h1 {
margin: 20px 0 0 8px; }
.menu-toggle,
.main-navigation.toggled .nav-menu,
.main-navigation.toggled .search-form {
display: block;
float: none; }
.main-navigation.toggled li {
float: none;
margin-bottom: 8px; }
.main-navigation li {
margin: 0;
float: none; }
.main-navigation .menu > li {
max-width: 90%; }
.main-navigation a {
color: #636D77;
font-size: 16px;
border: 0;
display: block; }
.main-navigation a:hover {
color: #fff;
background: none; }
.main-navigation ul ul {
border-left: 1px solid #515a63;
background: none;
box-shadow: none;
border-radius: 0;
float: none;
position: relative;
top: auto;
left: 20px;
z-index: 99999;
width: auto;
opacity: 1;
-webkit-transform: translate(0, 0) scale(1);
-moz-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.main-navigation ul ul:after,
.main-navigation ul ul ul:after {
display: none; }
.main-navigation ul ul ul {
z-index: 5;
margin-right: 0;
border: 0;
left: auto;
top: auto;
right: auto;
margin-left: 15px; }
.main-navigation ul ul a {
color: #7D8892;
font-size: 14px;
padding: 5px 15px;
width: auto; }
.main-navigation ul ul ul a {
padding: 5px 15px; }
.main-navigation ul ul li:first-child a,
.main-navigation ul ul li:last-child a {
border-radius: 0; }
.main-navigation ul ul li {
margin-left: 0; }
.main-navigation ul li:hover > ul {
-webkit-transform: translate(0, 0) scale(1);
-moz-transform: translate(0, 0) scale(1);
transform: translate(0, 0) scale(1); }
.main-navigation ul ul a:hover {
color: #fff;
background: none; }
.main-navigation li ul li a:first-child:nth-last-child(2):before {
display: none; }
.main-navigation ul,
.main-navigation .search-form,
.header-search-icon {
display: none; }
.main-navigation.toggled .search-form label {
float: none;
opacity: 1; }
.main-navigation.toggled .search-form {
padding: 20px;
margin-right: 0;
margin-top: 20px; }
.main-navigation.toggled .search-form .search-field {
width: 90%; }
.main-navigation.toggled .search-form .search-submit {
width: 10%; }
.main-navigation .edd-cart {
margin-left: 0; }
.main-navigation .edd-cart .cart_item,
.main-navigation .edd-cart .cart_item.empty {
padding: 5px 15px; }
.main-navigation .edd-cart .cart_item,
.main-navigation .edd-cart .edd-cart-item,
.main-navigation .widget .edd-cart .edd-cart-item-price {
color: #7D8892;
background: none;
border-color: #515a63; }
.main-navigation .edd-cart .cart_item.empty {
color: #7D8892;
font: 700 13px/normal 'Montserrat', sans-serif;
text-transform: uppercase; }
.main-navigation .edd-cart .cart_item.edd_checkout {
border-color: #515a63; }
h2.soliloquy-caption-title {
font-size: 38px; }
.search-form-overlay .search-form {
width: 50%;
left: 25%; } }
@media screen and (min-width: 992px) {
.page-title,
.home-search .page-header .search-form {
max-width: 60%;
margin-left: auto;
margin-right: auto; }
.home-search .page-header .search-form {
max-width: 50%; }
/* Footer */
.site-footer.light .footer-widget,
.site-footer.light .site-info [class^="col-"] {
border-right: 1px solid #bdc3c7;
border-bottom: 0; }
.site-footer.light .site-info {
border-top: 1px solid #bdc3c7; }
/** Testimonials */
.individual-testimonial {
float: left;
clear: none;
margin-bottom: 0; }
.individual-testimonial .testimonials-text {
max-width: 90%; }
.download-image .flex-direction-nav {
width: 100%;
left: 0; }
.single-download .featured-image img {
max-width: 85%; } }
@media screen and (max-width: 768px) {
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption {
max-width: 80%;
margin-top: 20px; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption a.button {
font-weight: 400;
font-size: 14px;
border-width: 2px;
padding: 5px 10px; }
.download-widget-area {
text-align: left; }
.download-widget:first-child {
padding-top: 40px; }
.download-widget:last-child {
padding-bottom: 0; }
.download-widget {
border-right: 0; }
.download-widget li a {
padding-left: 0;
padding-right: 0;
display: inline-block; }
.download-widget li a:hover {
background: none; }
/* Search widget */
.widget_search .search-form {
margin-right: 0; }
.widget_search .search-form input[type="search"] {
width: 70%; }
.widget_search .search-form .search-submit {
width: 30%; }
.search-form-overlay {
max-width: 90%; }
/** Footer */
.footer-widget {
height: auto !important; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption .caption-full {
display: none; }
body .marketify_widget_slider_hero .soliloquy-container .soliloquy-caption .caption-alt {
display: block; }
.comment-list .comment-author.vcard img {
margin-top: 26px;
width: 40px;
height: 40px; }
.comment-list .comment-content,
.comment-list .comment.depth-1 .comment-content {
margin-left: 100px; }
.comment-list .children .comment-meta {
display: none; }
.comment-list .children .comment-content,
.comment-list .children .children {
margin-left: 15px !important; } }
@media screen and (min-width: 300px) and (max-width: 992px) {
.download-image-grid-preview .slides {
margin-top: 30px; }
.download-image-grid-preview .slides li {
margin-bottom: 0; }
.download-image.flexslider .slides,
div.jp-audio {
width: 100%; }
.fes-vendor-menu ul li {
width: 50%;
text-align: center; }
.fes-vendor-menu {
border: 3px solid #BDC3C7; }
.fes-vendor-menu li a {
border-width: 0; }
.fes-vendor-menu li.active a {
border: 0; }
.fes-vendor-menu li:nth-child(odd) {
border-right: 1px solid #BDC3C7; } }
@media screen and (max-width: 500px) {
body .marketify_widget_slider_hero h2.soliloquy-caption-title {
font-size: 30px; }
/** Home */
.home-search .page-header {
padding: 20px 0 50px; }
.page-title,
.entry-page-title h1 {
font-size: 28px; }
.home-1 .page-header p {
font-size: 16px; }
.page-header a.button {
font-size: 13px;
border-width: 2px;
padding: 10px 20px;
margin: 8px 3px;
display: inline-block; }
/** Page */
.entry-page-title {
padding-top: 0;
padding-bottom: 40px; }
.site-content {
margin-top: 50px; }
/** FES */
.entry-content #fes_half {
width: 100%;
float: none;
display: block; }
/** Popular/Recent */
.marketify_widget_featured_popular .home-widget-title span {
display: inline-block;
margin-bottom: 10px; }
.marketify_widget_featured_popular .home-widget-title:after {
display: none; }
/** Download */
.download-product-details .download-purchases {
width: 100%;
border-right: 0;
border-bottom: 1px solid #bdc3c7; }
.download-product-details .download-ratings,
.download-product-details .download-comments {
width: 100%; }
.comment-form input[type="text"],
.comment-form input[type="password"] {
width: 100%; }
.comment-meta {
margin-top: 25px;
width: 40px; }
.comment-meta .fn {
display: none; }
.comment.depth-1 .comment-content {
margin-left: 60px; }
.comment .marketify-edd-rating .star-rating {
margin: 5px 0; }
.comment .marketify-edd-rating .review-title-text,
.comment .marketify-edd-rating .star-rating {
float: none;
display: block; }
.comment-metadata .fn {
display: block; }
.comment-list .comment-meta,
.comment.depth-1 > .comment-body .comment-content:before,
.comment.depth-1 > .comment-body .comment-content:after {
display: none; }
.comment-list .children,
.comment-list .comment-content {
margin-left: 0 !important; }
/** Audio */
.featured-image div.jp-audio {
width: 100%;
-webkit-backface-visibility: hidden; }
.jp-audio ul.jp-controls,
.jp-audio div.jp-progress,
.jp-audio div.jp-volume-bar {
width: 100%;
float: none; }
.jp-audio div.jp-progress {
margin-right: 0; }
.jp-audio div.jp-interface ul.jp-controls li {
float: none;
display: inline-block; }
.jp-audio div.jp-progress,
.jp-audio div.jp-volume-bar,
.jp-audio div.jp-seek-bar,
.jp-audio div.jp-play-bar,
.jp-audio div.jp-volume-bar-value {
height: 12px;
border-radius: 6px; }
.fes-vendor-menu ul li {
width: 100%;
text-align: center; }
.fes-vendor-menu {
border: 3px solid #BDC3C7; }
.fes-vendor-menu li.active a,
.fes-vendor-menu li a {
border: 0;
border-bottom: 1px solid #BDC3C7; }
.fes-vendor-menu li:nth-child(odd) {
border-right: 0; }
.pricing-table-widget-description h2 {
font-size: 30px; } }
/* =Flexslider
----------------------------------------------- */
.flex-viewport {
position: relative;
padding: 0 15px; }
.flexslider .slides {
margin: 0;
padding: 0;
list-style: none; }
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
padding: 0;
margin-right: 30px; }
.flexslider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible; }
.flexslider .slides img {
width: auto;
display: block; }
.flex-pauseplay span {
text-transform: capitalize; }
/* Clearfix for the .slides element */
.slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
html[xmlns] .slides {
display: block; }
* html .slides {
height: 1%; }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
display: block; }
.mfp-arrow:before {
display: none; }
.mfp-arrow-left:after {
border-right-color: #fff; }
.mfp-arrow-right:after {
border-left-color: #fff; }
.mfp-arrow:hover {
background: rgba(0, 0, 0, 0.2); }
/* =Download Grid
----------------------------------------------- */
.download-grid-wrapper[data-columns]::before,
.download-grid-wrapper.columns-1[data-columns]::before,
.features[data-columns]::before {
content: '1 .col-xs-12'; }
@media (min-width: 768px) {
.download-grid-wrapper.columns-2[data-columns]::before,
.features.columns-2[data-columns]::before {
content: '2 .col-sm-6'; } }
@media (min-width: 992px) {
.download-grid-wrapper.columns-3[data-columns]::before,
.features.columns-3[data-columns]::before {
content: '3 .col-md-4'; } }
@media (min-width: 1200px) {
.download-grid-wrapper.columns-4[data-columns]::before,
.features.columns-4[data-columns]::before {
content: '4 .col-md-3'; }
.features.columns-5[data-columns]::before {
content: '6 .col-md-2'; } }
.content-grid-download {
margin-bottom: 30px;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.content-grid-download .edd_download_quantity_wrapper {
display: none; }
.content-grid-download .entry-image {
position: relative; }
.content-grid-download .entry-image a,
.content-grid-download .entry-image img,
.content-grid-download .entry-image .image-placeholder {
display: block; }
.content-grid-download .entry-image img {
min-width: 100%; }
.content-grid-download .entry-image .image-placeholder {
min-height: 200px;
background: #eee;
position: relative; }
.content-grid-download .entry-image .image-placeholder:before {
color: #bbb;
content: '\e69c';
width: 20px;
height: 20px;
text-align: center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
position: absolute; }
.content-grid-download .entry-image .overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 10;
background: transparent;
opacity: 0;
border: 1px solid transparent;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.content-grid-download .entry-image .actions {
width: 100%;
height: 42px;
position: absolute;
top: 50%;
bottom: 10%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.content-grid-download .entry-image:hover .actions,
.content-grid-download .entry-image.hover .actions {
top: 35%;
bottom: auto; }
.content-grid-download.type-project.no-client .entry-image:hover .actions,
.content-grid-download.type-project.no-client .entry-image.hover .actions {
top: 45%; }
.content-grid-download .entry-image .button {
margin: 0 6px;
padding: 10px 15px;
border-width: 3px;
display: inline-block; }
.content-grid-download .entry-image .edd_download_purchase_form,
.download-actions .edd_download_purchase_form {
display: inline-block;
vertical-align: top; }
.download-actions .edd_download_purchase_form .edd_errors {
width: 100%;
max-width: 100%; }
.content-grid-download .entry-image .edd-cart-ajax-alert {
display: none !important; }
.content-grid-download .entry-image .item-price {
/*display: block;*/
display: none;
width: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s; }
.content-grid-download .entry-image:hover .item-price,
.content-grid-download .entry-image.hover .item-price {
margin-top: 10px;
margin-bottom: 20px; }
.content-grid-download .entry-image .item-price span {
font: 400 13px 'Montserrat', sans-serif;
color: #fff;
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 2px solid #fff; }
.content-grid-download .entry-image .star-rating {
display: block;
width: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.content-grid-download .entry-image .star-rating i {
color: #fff; }
.content-grid-download .entry-image:hover .star-rating,
.content-grid-download .entry-image.hover .star-rating {
top: 80%; }
.content-grid-download .entry-image:hover .overlay,
.content-grid-download .entry-image.hover .overlay {
opacity: 1; }
.content-grid-download .entry-header {
padding: 15px 20px;
background: #fff;
border: 1px solid #bdc3c7;
z-index: 10;
position: relative;
overflow: hidden; }
.content-grid-download .entry-title,
.widget-download-title {
font: 400 12px/normal 'Source Sans Pro', serif;
text-transform: none;
letter-spacing: 0;
margin: 0; }
.content-grid-download.truncate-title .entry-title {
height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.content-grid-download .entry-title a {
text-decoration: none; }
.content-grid-download .entry-excerpt {
margin-top: 1.5em;
font-size: 90%; }
.content-grid-download .entry-meta {
display: none;
color: #bdc3c7;
font-size: 13px;
margin-top: 10px; }
.content-grid-download .entry-meta a {
color: #82878e;
text-decoration: none; }
.content-grid-download .entry-meta .byline {
float: left; }
.byline img {
display: inline-block;
vertical-align: middle;
border-radius: 50%;
margin: -4px 0 0 6px;
width: 25px;
height: 25px; }
.content-grid-download .entry-header .jp-audio {
float: left;
width: auto;
margin: -3px 5px 0 0;
border-radius: 50%; }
.content-grid-download .entry-header .jp-playlist,
.content-grid-download .entry-header .jp-progress,
.content-grid-download .entry-header .jp-volume-bar,
.content-grid-download .entry-header .jp-controls li:first-child,
.content-grid-download .entry-header .jp-controls li:last-child {
display: none !important; }
.content-grid-download .entry-header .jp-controls {
margin-top: 2px;
width: auto; }
.content-grid-download .entry-header div.jp-interface {
border-radius: 50%;
padding: 0;
width: 25px;
height: 25px; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls li {
float: left; }
.single-download div.jp-interface ul.jp-controls {
margin-top: 2px;
margin-bottom: -2px; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls a {
font-size: 20px; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls a i {
vertical-align: top; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls a.jp-play i {
margin-left: 2px;
vertical-align: middle; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls a.jp-pause {
margin: 2px 0 0 1px;
font-size: 16px; }
.content-grid-download .entry-header div.jp-interface ul.jp-controls a.jp-pause i {
vertical-align: middle;
margin-left: 3px;
line-height: 1; }
.content-grid-download.force-info .entry-header {
display: block; }
.content-grid-download.hide-info .entry-header {
display: none; }
.content-grid-download .entry-meta .star-rating {
float: right; }
.content-grid-download .edd_purchase_tax_rate,
.content-grid-download .edd-cp-container,
.content-grid-download .edd-cp-container + .edd_purchase_submit_wrapper > .edd-add-to-cart {
display: none; }
/**
* Easy Digital Downloads styles
*
* @package Marketify
*/
.edd-icon-spinner:before {
content: '\e688'; }
.edd-icon-spin {
display: inline-block;
-moz-animation: edd-icon-spin 2s infinite linear;
-o-animation: edd-icon-spin 2s infinite linear;
-webkit-animation: edd-icon-spin 2s infinite linear;
animation: edd-icon- spin 2s infinite linear; }
@-moz-keyframes edd-icon-spin {
0% {
-moz-transform: rotate(0deg); }
100% {
-moz-transform: rotate(359deg); } }
@-webkit-keyframes edd-icon-spin {
0% {
-webkit-transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg); } }
@-o-keyframes edd-icon-spin {
0% {
-o-transform: rotate(0deg); }
100% {
-o-transform: rotate(359deg); } }
@keyframes edd-icon-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(359deg); } }
/* =Purchase Link/Popup
----------------------------------------------- */
.edd_price_options ul {
margin: 0;
padding: 0;
list-style: none; }
.edd_price_options li {
color: #515a63;
font-size: 16px;
padding: 10px 20px;
border-bottom: 1px solid #bdc3c7; }
.entry-content .edd_price_options li {
padding: 15px 20px; }
.edd_price_options label,
.modal-content label {
font-family: 'Source Sans Pro';
cursor: pointer;
font-size: 14px;
font-weight: 400;
text-transform: none;
letter-spacing: 0;
margin-bottom: 0; }
.edd_price_options label .edd_price_option_price {
font-weight: 700; }
.modal-content label {
font-size: 16px; }
.edd_price_options input[type="radio"],
body #edd-wl-modal input[type="radio"] {
margin-right: 10px;
padding: 3px;
border: 6px solid #bcc3c8;
background: #fff;
border-radius: 50%;
vertical-align: middle;
margin-top: -4px;
-webkit-appearance: none; }
.edd_price_options li input[type="radio"]:focus,
body #edd-wl-modal input[type="radio"]:focus {
outline: 0; }
.download-variable .edd_download_purchase_form .edd_price_options li,
.popup .edd_download_purchase_form .edd_price_options li {
padding: 20px 40px; }
.entry-content > *:not(.edd_downloads_list) .edd_purchase_submit_wrapper,
.popup .edd_purchase_submit_wrapper {
text-align: center;
margin-top: 20px; }
.download-variable .entry-content > *:not(.edd_downloads_list) .edd_purchase_submit_wrapper,
.popup .edd_purchase_submit_wrapper {
margin-top: 40px; }
.edd-variable-pricing-desc {
font-size: 13px;
margin: 0; }
.download-variable .entry-content .edd-add-to-cart.button.edd-submit,
.download-variable .entry-content .edd_go_to_checkout.button.edd-submit,
.popup .edd-add-to-cart.button.edd-submit,
.popup .edd_go_to_checkout.button.edd-submit {
color: #bcc3c8;
border-color: #bcc3c8;
border-radius: 50%;
border-width: 3px;
background: none;
padding: 10px;
position: relative;
width: 75px;
height: 75px;
vertical-align: top; }
.download-variable .entry-content .edd-add-to-cart-label,
.popup .edd-add-to-cart-label {
font-size: 1px;
visibility: hidden; }
.download-variable .entry-content .edd-add-to-cart-label:before,
.download-variable .entry-content .edd_go_to_checkout:before,
.popup .edd-add-to-cart-label:before,
.popup .edd_go_to_checkout:before {
font-size: 40px;
visibility: visible;
display: block;
text-indent: 0;
content: '\e677';
position: absolute;
top: 18px;
left: 14px; }
.popup .edd_go_to_checkout:before {
color: #fff; }
.download-variable .entry-content .edd_go_to_checkout,
.popup .edd_go_to_checkout {
font-size: 0px !important; }
.download-variable .entry-content .edd_go_to_checkout:before,
.popup .edd_go_to_checkout:before {
top: 20px;
left: 15px;
font-size: 34px;
content: '\e667'; }
.edd_price_options label,
.popup .edd_price_options label {
cursor: pointer; }
.entry-content > *:not(.edd_downloads_list) .edd_download_purchase_form {
padding-bottom: 20px;
border: 1px solid #bdc3c7;
border-radius: 3px;
float: left;
margin: 0 1.5em 1.5em 0; }
.download-variable .entry-content > *:not(.edd_downloads_list) .edd_download_purchase_form {
padding-bottom: 40px; }
.entry-content > *:not(.edd_downloads_list) .edd_download_purchase_form:last-of-type {
clear: both;
float: none;
margin-right: 0;
margin-top: 40px; }
/* =Checkout Form
-------------------------------------------------------------- */
#edd_checkout_cart {
text-align: left;
width: 100%;
border: none;
margin: 0 0 2em; }
#edd_checkout_cart tfoot .edd_cart_footer_row th {
border-top: 1px solid #eee; }
.minimal #edd_checkout_cart tfoot .edd_cart_footer_row th {
border-top: 1px solid rgba(0, 0, 0, 0.1); }
#edd_checkout_cart .edd_cart_footer_row:last-child th {
font-size: 16px;
color: #404040;
padding: 12px 12px 12px 0;
background: #fafafa; }
.minimal #edd_checkout_cart .edd_cart_footer_row:last-child th {
color: #fff;
background: transparent; }
#edd_checkout_cart th {
font-weight: 700; }
#edd_checkout_cart td {
padding: 12px 12px 12px 0;
line-height: 25px;
vertical-align: middle;
background: #fff; }
#edd_checkout_cart th.edd_cart_actions,
#edd_checkout_cart td.edd_cart_actions,
#edd_checkout_cart th:last-child,
#edd_checkout_cart td:last-child,
#edd_checkout_cart th.edd_cart_total {
text-align: right; }
#edd_checkout_cart td img {
float: left;
margin: 0 8px 0 0;
background: none;
padding: none;
border: none; }
#edd_checkout_cart .edd_cart_item_name .edd_checkout_cart_item_title {
font-weight: 600; }
#edd_checkout_cart input.edd-item-quantity {
max-width: 3em;
padding: 2px; }
#edd_checkout_cart .edd_discount {
display: inline-block;
margin-left: 5px; }
.edd_discount_remove {
display: inline-block;
width: 10px;
height: 11px;
background: url(images/xit.gif) 0 0 no-repeat;
position: relative;
top: 3px; }
.edd_discount_remove:hover {
background-position: -10px 0; }
#edd_checkout_cart br {
display: none; }
/* =Checkout Fields
-------------------------------------------------------------- */
#edd_checkout_form_wrap fieldset {
margin-bottom: 2em;
padding: 0;
border: 0;
clear: both; }
#edd_checkout_form_wrap fieldset > span {
margin: 50px 0;
display: block; }
#edd_checkout_form_wrap fieldset > span legend,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span legend {
margin: 0 auto;
width: auto;
display: inline-block; }
#edd_checkout_form_wrap fieldset > span.edd-cart-ajax {
margin: 0; }
#edd_checkout_form_wrap fieldset > span.edd-cart-ajax:after {
display: none; }
#edd_checkout_form_wrap p {
margin-bottom: 2em; }
#edd_checkout_form_wrap label {
display: block;
position: relative;
line-height: 100%;
margin: 0; }
#edd_checkout_form_wrap span.edd-description {
color: #666;
font-size: 80%;
display: block;
margin: 0 0 8px; }
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input,
#edd_checkout_form_wrap .entry-content .edd_download_quantity_wrapper input.edd-input,
.entry-content .edd_download_quantity_wrapper #edd_checkout_form_wrap input.edd-input {
display: block;
width: 100%;
margin-top: 8px; }
#edd_checkout_form_wrap select.edd-select {
display: block;
width: 100%; }
#edd_checkout_form_wrap select.edd-select.edd-select-small {
display: inline;
width: auto; }
#edd_checkout_form_wrap input.edd-input.error,
#edd_checkout_form_wrap textarea.edd-input.error,
#edd_checkout_form_wrap .entry-content .edd_download_quantity_wrapper input.edd-input.error,
.entry-content .edd_download_quantity_wrapper #edd_checkout_form_wrap input.edd-input.error {
border-color: #c4554e; }
#edd_checkout_form_wrap #edd_terms_agreement label,
#edd_checkout_form_wrap #edd_tax_opt_in_fields label {
display: inline-block;
width: auto; }
#edd_checkout_form_wrap #edd_terms {
margin-bottom: 10px;
padding: 20px;
background: #fafafa;
border: 1px solid #eee; }
.minimal #edd_checkout_form_wrap #edd_terms {
background: none;
border: 0;
padding: 0; }
#edd_show_terms {
margin-bottom: 10px; }
#edd_checkout_form_wrap span.edd-required-indicator {
color: #b94a48;
display: inline; }
#edd_checkout_form_wrap input[type="radio"] {
border: none;
margin-right: 5px; }
#edd_checkout_form_wrap input[type="checkbox"] {
float: left;
margin: 5px 8px 0 0; }
#edd_checkout_form_wrap .edd-payment-icons {
height: 32px;
display: block;
margin: 0 0 8px; }
#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
max-height: 24px;
width: auto;
margin: 0 3px 0 0;
float: left;
background: none;
padding: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
#edd_checkout_form_wrap #edd-payment-mode-wrap label {
display: inline-block;
margin: 0 20px 0 0; }
#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
display: none; }
#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap {
background: #fafafa;
border: 1px solid #eee;
padding: 0.5em 1.387em; }
#edd_checkout_form_wrap #edd_final_total_wrap {
font-size: 18px; }
#edd_checkout_form_wrap #edd-discount-code-wrap {
padding: 1.387em; }
.minimal #edd_checkout_form_wrap #edd_show_discount,
.minimal #edd_checkout_form_wrap #edd-discount-code-wrap,
.minimal #edd-login-account-wrap {
background: none;
border: 0;
padding: 0; }
#edd_checkout_form_wrap #edd_payment_mode_select,
.minimal #edd_checkout_form_wrap #edd-discount-code-wrap {
margin-bottom: 21px; }
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
margin-bottom: 21px; }
#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
padding-top: 11px; }
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password,
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password {
margin: 0; }
#edd_checkout_form_wrap fieldset#edd_cc_fields {
border: 0;
background: transparent;
position: relative; }
#edd_checkout_form_wrap fieldset p:last-child {
margin-bottom: 0; }
#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
margin-top: 5px; }
#edd_checkout_form_wrap #edd_purchase_final_total {
margin: 21px 0; }
#edd_checkout_form_wrap #edd_purchase_final_total p {
margin: 0; }
#edd_secure_site_wrapper {
padding: 4px 4px 4px 0;
font-weight: bold; }
#edd_secure_site_wrapper span.padlock:before,
#edd_checkout_form_wrap fieldset#edd_cc_fields > span legend:before {
content: '\e673'; }
#edd_checkout_form_wrap input.edd-input.card-number.valid {
border-color: #86bc41; }
#edd_checkout_form_wrap span.exp-divider {
display: inline; }
#edd_checkout_form_wrap span.card-type {
position: absolute;
top: -2px;
right: 0;
width: 43px;
height: 32px;
background-size: 43px 32px !important; }
#edd_checkout_form_wrap span.card-type.off {
display: none; }
#edd_checkout_form_wrap span.card-type.visa {
background: url(images/icons/visa.gif) no-repeat; }
#edd_checkout_form_wrap span.card-type.mastercard {
background: url(images/icons/mastercard.gif) no-repeat; }
#edd_checkout_form_wrap span.card-type.discover {
background: url(images/icons/discover.gif) no-repeat; }
#edd_checkout_form_wrap span.card-type.amex {
background: url(images/icons/americanexpress.gif) no-repeat; }
#edd_checkout_form_wrap #edd-discount-loader,
#edd_checkeout_form_wrap .edd-cart-ajax {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
#edd_checkout_form_wrap .edd-icon-spin {
margin-top: 1em;
display: block; }
/* =Minimal
-------------------------------------------------------------- */
.minimal #edd_checkout_form_wrap span.edd-description {
display: none; }
.minimal #edd_checkout_form_wrap fieldset > span:after {
display: none; }
.minimal #edd_checkout_form_wrap fieldset > span legend,
.minimal #edd_checkout_form_wrap fieldset#edd_cc_fields > span legend {
color: #fff;
background-color: transparent;
border-color: #fff; }
.minimial #edd_checkout_form_wrap fieldset#edd_cc_fields > span legend:before {
color: #fff; }
.minimal #edd_checkout_form_wrap fieldset {
margin-bottom: 0; }
.minimal #edd_purchase_submit {
margin-top: 2em; }
.minimal #edd_final_total_wrap {
display: none; }
.minimal #edd_checkout_cart th,
.minimal #edd_checkout_cart td {
color: #fff;
border: 0;
background: none; }
.minimal #edd_checkout_cart td,
.minimal #edd_checkout_cart tfoot th {
border-top: 1px solid rgba(0, 0, 0, 0.1); }
/* =Social
-------------------------------------------------------------- */
.entry-content .edd-slg-social-container {
border: 0;
padding: 0; }
.entry-content fieldset.edd-slg-social-container > span:after {
text-align: left; }
.minimal .entry-content .edd-slg-social-container legend,
.entry-content .edd-slg-social-wrap {
color: #fff;
text-align: center; }
.minimal .entry-content fieldset.edd-slg-social-container > span {
position: relative;
display: block;
text-align: center; }
.minimal .entry-content fieldset.edd-slg-social-container > span:after {
width: 100%;
height: 1px;
background: #fff;
position: absolute;
top: 50%;
left: 0;
content: ' '; }
.entry-content fieldset.edd-slg-social-container > span:after {
background: #000; }
.minimal .entry-content .edd-slg-social-container span legend {
background: black;
padding: 0 10px;
margin: 40px auto;
width: auto;
position: relative;
z-index: 10;
display: inline-block; }
.edd-slg-social-wrap .edd-slg-login-wrapper {
display: block;
float: none;
margin-bottom: 10px; }
.edd-slg-social-wrap .edd-slg-login-wrapper a {
font: 400 13px 'Montserrat', sans-serif;
color: #fff;
letter-spacing: 0.10em;
text-transform: uppercase;
padding: 13px 20px;
display: block; }
.edd-slg-social-wrap .edd-slg-login-wrapper img {
display: none; }
.edd-slg-social-wrap .edd-slg-login-wrapper span {
font-size: 20px;
line-height: 14px;
display: inline-block;
vertical-align: top;
margin-right: 2px; }
.edd-slg-social-wrap .edd-slg-login-wrapper span:before {
line-height: 16px; }
.edd-slg-social-login-facebook {
background: #3b5998; }
.edd-slg-social-login-facebook span:before {
content: '\e6f6'; }
.edd-slg-social-login-twitter {
background: #00acee; }
.edd-slg-social-login-twitter span:before {
content: '\e6f4'; }
.edd-slg-social-login-googleplus {
background: #dd4b39; }
.edd-slg-social-login-googleplus span:before {
content: '\e6f9'; }
.edd-slg-social-login-linkedin {
background: #0e76a8; }
.edd-slg-social-login-linkedin span:before {
content: '\e6ff'; }
.edd-slg-social-login-yahoo {
background: #720e9e; }
.edd-slg-social-login-windowslive {
background: #0072C6; }
/* =Errors
-------------------------------------------------------------- */
.edd_errors,
.edd_success,
.entry-content .fes_login_errors,
.edd_errors.edd-wl-msgs {
background: transparent;
border: 0;
margin-bottom: 2em; }
.entry-content .fes_login_errors {
margin: 0;
padding: 0; }
.edd_error,
.fes_login_errors .error,
.fes-error.edd_errors,
.fes-success,
.edd_success,
.edd-slg-login-error,
.edd-wl-msg {
font: 700 15px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
color: #ffb400;
padding: 10px;
border: 3px solid #ffb400;
background: transparent;
border-radius: 0;
box-shadow: none;
width: 100%; }
.edd-wl-msgs.edd_errors {
padding: 0; }
.edd_error:before,
.fes_login_errors .error:before {
font-size: 20px;
content: '\e687';
float: left;
margin-right: 10px; }
#edd_checkout_wrap .edd_errors p.edd_error {
margin-bottom: 10px !important; }
.fes-success,
.edd_success {
color: #49a776;
border-color: #49a776; }
#edd_msg_edd_cart_save_successful.edd_error,
#edd_msg_edd_cart_restoration_successful.edd_error,
.edd-wl-msg {
color: #49a776;
border-color: #49a776; }
#edd_msg_edd_cart_save_successful.edd_error:before,
#edd_msg_edd_cart_restoration_successful.edd_error:before {
content: '\e677'; }
.fes-error.edd_errors {
color: #e65b45;
border-color: #e65b45; }
.fes-error.edd_errors {
margin-top: 10px; }
div.fes-form fieldset.has-error {
background: none; }
div.fes-form fieldset.has-error .fes-label {
color: #e65b45; }
.minimal .edd_error,
.minimal .fes_login_errors .error,
.page-header .edd_error {
color: #fff;
background: #ffb400; }
.page-header .edd_errors {
max-width: 50%;
margin: 20px auto; }
.edd_download_purchase_form .edd_errors {
width: 90%;
margin: 20px auto 10px; }
/* =FES
----------------------------------------------- */
.fes-vendor-menu,
.whistles-tabs .whistles-tabs-nav {
margin: 0 0 55px;
border-bottom: 3px solid #bdc3c7;
background: none; }
.fes-vendor-menu ul {
margin: 0;
padding: 0;
list-style: none; }
.fes-vendor-menu ul:after {
display: block;
content: ' ';
clear: both; }
.fes-vendor-menu ul li {
float: left; }
.fes-vendor-menu ul li:hover {
background: none; }
.fes-vendor-menu li a,
.whistles-tabs .whistles-tabs-nav li a {
font: 400 14px 'Montserrat', sans-serif;
color: #bdc3c7;
text-transform: uppercase;
text-decoration: none;
margin: 0 0 -3px;
padding: 12px 17px;
border: 3px solid transparent;
border-width: 3px 3px 0;
display: block; }
.fes-vendor-menu li.active a,
.whistles-tabs .whistles-tabs-nav li[aria-selected="true"] a {
border-color: #bdc3c7;
background: #fff; }
.fes-vendor-menu ul li.active {
background: none; }
.fes-menu [class*=" icon-"] {
display: none !important; }
/** Form */
.entry-content .fes-form td {
border: 0;
padding: 0; }
div.fes-form fieldset {
padding: 0;
margin-bottom: 2em; }
div.fes-form fieldset .fes-fields {
margin-top: 10px;
float: none;
width: auto; }
div.fes-form fieldset .fes-fields textarea#post_content, div.fes-form fieldset .fes-fields .entry-content .edd_download_quantity_wrapper input#post_content, .entry-content .edd_download_quantity_wrapper div.fes-form fieldset .fes-fields input#post_content {
height: 250px; }
div.fes-form fieldset .fes-section-wrap {
margin: 70px 0 25px;
border-bottom: 0; }
div.fes-form fieldset .fes-section-wrap .fes-section-details {
display: none; }
.fes-el.radio_group label,
.fes-el.checkbox_group label {
display: block; }
/** Other */
body.minimal .fes-form h1,
body.minimal .edd_form legend {
font-size: 19px;
color: #fff;
font-weight: 700;
text-align: center;
margin: 1em auto 3em; }
.minimal td {
color: #fff; }
.entry-content .fes-form table {
border: 0; }
.fes-form td {
border: 0;
padding: 0;
display: block; }
.wp-editor-container {
border: 1px solid #bdc3c7; }
.wp-editor-container .fes-form td {
display: inline-block !important; }
.wp-editor-container .mce-btn button:hover {
background-color: transparent !important; }
.fes-form #wp-post_content-wrap td,
.fes-form #recaptcha_area td,
.fes-form .multiple td {
display: table-cell; }
.fes-form .recaptchatable,
#recaptcha_area tr,
.fes-form .multiple tr {
display: table-row; }
.fes-form .recaptcha_theme_clean #recaptcha_response_field {
display: inline;
line-height: 1; }
#recaptcha_response_field {
border-color: #bdc3c7 !important; }
#recaptcha_area .recaptchatable #recaptcha_image {
border: 0 !important; }
.fes-form #wp-post_content-wra .wp_themeSkin .mceButton {
width: 25px;
height: 25px; }
.fes-form td:last-child {
margin-bottom: 1.75em; }
.fes-form tr:last-child td {
margin-bottom: 0; }
.entry-content .fes_header {
margin-top: 0; }
.entry-content #fes_half {
margin-right: 4%;
border-top: 0; }
.entry-content #fes_half:last-child {
margin-right: 0; }
.fes-submit .fes-label {
display: none; }
/** Price and Files */
.edd-fes-adf-submission-option {
overflow: hidden; }
.edd-fes-adf-submission-option:not(:first-child) {
margin-top: 10px; }
.edd-fes-adf-submission-option > div {
margin-right: 3%;
float: left; }
.edd-fes-adf-submission-option:first-child > div {
color: #bdc3c7;
text-transform: uppercase;
font-weight: bold; }
.edd-fes-adf-submission-option-description {
width: 36%; }
.edd-fes-adf-submission-option-price {
width: 18%; }
.edd-fes-adf-submission-option-file {
width: 35%; }
.edd-fes-adf-submission-option .edd-fes-adf-submission-option-remove {
width: 2%;
margin-right: 0; }
.edd-fes-adf-submission-option-remove a {
padding-top: 11px;
display: block;
font-weight: bold; }
.edd-fes-adf-submission-option:first-child .edd-fes-adf-submission-option-remove {
text-indent: -9999em; }
.edd_repeatable_upload_field_container {
position: relative; }
.edd_repeatable_upload_field_container .edd_upload_file {
position: absolute;
top: 5px;
right: 5px;
padding-left: 8px;
background: white; }
.edd_repeatable_upload_field_container .edd_upload_file a.edd_upload_image_button:before {
content: '\e711';
margin: 6px 10px 0 0;
font-size: 25px; }
.edd-fes-adf-submission-add-option {
margin: 1em 0; }
.edd-fes-adf-submission-add-option-button {
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
text-decoration: none; }
.edd-fes-adf-submission-add-option-button em {
font-style: normal; }
.edd-fes-adf-submission-option:nth-child(2) .edd-fes-adf-submission-option-remove {
display: none; }
/** Maps */
#fes-map-lat-location {
width: 48%;
float: right; }
#fes-map-add-location {
width: 48%;
float: left; }
#fes-map-btn-location {
margin: 10px 0;
clear: both; }
.fes-fields .google-map {
width: 100% !important; }
/** Cats */
.fes-category-checklist,
.fes-tag-checklist {
margin: 0;
padding: 0;
list-style: none; }
.fes-form-add .fes-category-checklist label,
.fes-form-add .fes-tag-checklist label,
.fes-fields label {
font-size: 12px;
font-weight: 400; }
.fes-attachment-list {
margin: 10px 0 0; }
div.fes-form fieldset .fes-fields #fes-insert-image-container a#fes-insert-image {
margin-left: 0; }
.fes-el.password .fes-label:nth-child(2n) {
margin-top: 25px; }
.fes-el.password .fes-label:nth-child(2n) label {
font-weight: 400; }
.fes-attachment-list {
list-style: none; }
/** Misc */
.fes-el.repeatable_field input {
width: 90%; }
.fes-el.repeatable_field td {
display: table-cell; }
.fes-page .entry-content table {
border-bottom: 0; }
#fes-insert-image-container {
margin-bottom: 8px; }
.fes-label label {
margin-bottom: 0; }
.fes-label br {
display: none; }
.fes-label .fes-help {
display: block;
margin: 0 0 10px; }
.fes-label .required {
color: #c3372c; }
.fes-el > .fes-label:not(:first-child) {
margin-top: 2em; }
/** Comments */
#fes-comments-table {
margin: 2em 0; }
#fes-comments-table .col-author {
width: 15% !important; }
#fes-comments-table .col-content {
width: 60% !important; }
#fes-comments-table .col-link {
width: 25%; }
#fes-comments-table th,
#fes-comments-table td {
vertical-align: top; }
#fes-comments-table td {
padding: 20px 20px 20px 0; }
.fes-author-img {
margin-bottom: 1em; }
.fes-author-img img {
width: 75%;
border-radius: 50%; }
td.col-author {
color: #404040;
font: 400 10px 'Montserrat', sans-serif;
text-transform: uppercase;
letter-spacing: 0.10em;
margin-top: 8px;
text-align: center; }
.col-author br {
display: none; }
.fes-cmt-body {
margin-bottom: 10px;
height: 125px;
width: 100%; }
.fes-cmt-submit-form,
.fes-ignore {
text-align: center;
display: block;
margin: 0 10px 8px 0; }
.fes-pagination {
margin: 2em 0 1em; }
#fes-view-comment,
#fes-comment-date,
.col-author .fes-light-red,
.col-author .fes-light-green {
margin: 10px 0;
display: block; }
.entry-content #fes-view-comment a {
font-size: 10px;
letter-spacing: 0; }
.col-author .fes-light-red,
.col-author .fes-light-green {
font-weight: 700; }
#fes-product-name b {
display: none; }
.fes-feat-image-upload img {
max-width: 20%; }
.fes-single-variation td,
.file_upload td {
display: table-cell; }
.fes-url-row {
width: 75%; }
.entry-content .fes-single-variation .fes-url-choose-row {
width: 20%;
padding: 0 0 0 15px;
vertical-align: top; }
.fes-form .multiple .fes-variations-list-multiple td {
padding: 0 12px 12px 0; }
.fes-form .multiple .fes-variations-list-multiple .fes-name-row {
width: 40%; }
.fes-form .multiple .fes-variations-list-multiple .fes-price-row {
width: 25%; }
.fes-form .delete {
text-decoration: none; }
.entry-content #fes-product-list td {
vertical-align: middle; }
.fes-product-list-status-bar {
margin-bottom: 1em; }
.fes-avatar-image-upload .fes-avatar-image {
display: block;
max-width: 100px; }
.fes-avatar-image-upload .image-wrap,
.fes-feat-image-upload .image-wrap {
position: relative; }
.fes-avatar-image-upload .image-wrap .fes-remove-avatar-image,
.fes-feat-image-upload .image-wrap .fes-remove-feat-image {
position: absolute;
top: 0;
left: 5px;
color: #FFF;
font-weight: bold;
font-size: 24px;
cursor: pointer;
text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
/* =Misc

-------------------------------------------------------------- */
#edd_checkout_form_wrap #edd_simple_shipping_diff_address input[type="checkbox"] {
margin-top: -1px; }
#edd_simple_shipping_fields legend {
display: none; }
.entry-content .fes-vendor-menu ~ h2,
.entry-content .fes-vendor-menu ~ h1 {
display: none !important; }
#fes_lost_password_link,
.edd-lost-password {
margin-top: 1em;
text-align: center;
text-decoration: none;
display: block; }
.edd-lost-password a {
text-decoration: none; }
#fes_lost_password_link:before,
.edd-lost-password a:before {
padding-left: 4px;
content: ' ';
/*content: '\e685';*/ 
}
.section-title.recommended-products {
margin-top: 0; }
.edd-recommended-products {
margin-bottom: 100px; }
#edd_user_commissions_paid {
margin-top: 2em; }
#edd_download_pagination {
margin-top: 45px;
text-align: center; }
.edd-cp-container {
color: #fff; }
input[type="text"].edd_cp_price {
width: 80px !important;
border: 0;
margin: 5px 8px 2px 5px;
display: inline-block; }
#edd_address_country {
margin-bottom: 2em; }
#comments .col-sm-8 .edd_reviews_breakdown,
.edd_reviews_breakdown .edd-reviews-total-count {
display: none; }
body.single-download .comments-area .edd_reviews_breakdown {
margin-bottom: 0; }
body .edd_reviews_breakdown .edd-counter-label {
margin-right: 6px; }
body .edd_reviews_breakdown .edd-counter-back {
width: 100px; }
div.fes-form fieldset .fes-fields.edd_simple_shipping .edd-fes-shipping-fields label,
div.fes-form fieldset .fes-fields .edd-shipping-field {
margin-right: 4%; }
.fes-form-vendor-contact-form #fes-contact-form-title {
display: none; }
.fes-form-vendor-contact-form .fes-submit:last-child {
margin-bottom: 0; }
.fes-form-vendor-contact-form .textareafield {
height: 200px; }
#fes_login_registration_form_row_left,
#fes_login_registration_form_row_right {
width: 48% !important;
border-top: 0 !important; }
#fes_login_registration_form_row_right {
float: right !important; }
/* =Ajax Add To Cart Button
-------------------------------------------------------------- */
.edd_purchase_submit_wrapper {
position: relative; }
.edd_purchase_submit_wrapper a.edd-add-to-cart {
text-decoration: none;
display: none;
position: relative;
overflow: hidden; }
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
display: inline-block; }
.edd_purchase_submit_wrapper .edd-cart-ajax {
display: none;
position: relative;
left: -35px; }
.edd-submit.button.edd-ajax-loading {
padding-right: 30px; }
.edd-add-to-cart .edd-add-to-cart-label {
opacity: 1;
filter: alpha(opacity=100); }
a.edd-add-to-cart .edd-loading {
position: absolute;
left: 50%;
top: 50%;
opacity: 0;
filter: alpha(opacity=0); }
a.edd-add-to-cart .edd-add-to-cart-label, a.edd-add-to-cart .edd-loading {
-webkit-transition: .1s  opacity !important;
-moz-transition: .1s  opacity !important;
-ms-transition: .1s  opacity !important;
-o-transition: .1s opacity !important;
transition: 0.1s opacity !important; }
.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
opacity: 0;
filter: alpha(opacity=0); }
.edd-add-to-cart[data-edd-loading] .edd-loading {
opacity: 1;
filter: alpha(opacity=100); }
.edd-cart-added-alert {
display: block;
position: absolute; }
/**
* Discounts
*/
.edd-apply-discount {
margin-top: 1em; }
/**
* Be a bit overly specific since there are a lot of IDs
* that make it difficult to override otherwise.
*/
body .modal-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 1px solid #fff; }
body .modal-content label {
display: inline-block; }
body .modal .modal-dialog {
margin-top: 100px;
width: 450px; }
body .modal-backdrop.in {
opacity: 0.70; }
body #edd-wl-modal .modal-header {
margin: 50px 0;
padding: 0;
border-bottom: 0;
min-height: 0; }
body #edd-wl-modal .modal-header p {
display: none; }
body #edd-wl-modal .modal-body {
padding: 0 40px 40px; }
body #edd-wl-modal a.edd-wl-close {
right: -29px;
top: -76px;
color: #fff; }
body .entry-content .edd-wish-list li {
font-size: 100%;
line-height: 1; }
body .entry-content .edd-wish-list li:after {
width: auto;
display: block;
content: ' '; }
body .entry-content .edd-wish-list li > span {
display: inline-block;
vertical-align: middle; }
body .entry-content .edd-wish-list li .edd_download_purchase_form {
border: 0;
margin: 0 !important;
padding: 0; }
body .entry-content .edd-wish-list li .edd_download_purchase_form .edd_purchase_submit_wrapper {
margin: 0; }
body .entry-content .edd-wish-list li span.edd-wl-item-image {
display: inline-block;
vertical-align: middle;
margin-left: 10px; }
.widget_edd_fpd .download-single-widget-title {
margin: -25px -25px 0;
padding: 25px;
border-bottom: 1px solid #ccc; }
.widget_edd_fpd .edd-fpd {
margin: 10px 0 -15px;
width: 100%; }
@media (min-width: 768px) {
.widget_edd_fpd .edd-fpd {
margin: 0 0 -25px; }
.widget_edd_fpd .edd-fpd tr:first-child th,
.widget_edd_fpd .edd-fpd tr:first-child td {
padding-top: 25px; }
.widget_edd_fpd .edd-fpd tr:last-child th,
.widget_edd_fpd .edd-fpd tr:last-child td {
padding-bottom: 25px; } }
.widget_edd_fpd .edd-fpd th,
.widget_edd_fpd .edd-fpd td {
display: block; }
.widget_edd_fpd .edd-fpd th {
padding-top: 8px; }
.widget_edd_fpd .edd-fpd td {
padding-bottom: 8px; }
@media (min-width: 768px) {
.widget_edd_fpd .edd-fpd th,
.widget_edd_fpd .edd-fpd td {
padding: 7px 5px;
vertical-align: middle;
display: table-cell; } }
.widget_edd_fpd .edd-fpd th {
font: 700 14px/normal 'Montserrat', sans-serif;
text-transform: uppercase;
width: 100%; }
@media (min-width: 768px) {
.widget_edd_fpd .edd-fpd th {
border-right: 1px solid #ccc;
padding-right: 5%;
width: 45%;
display: table-cell; } }
.widget_edd_fpd .edd-fpd th {
color: #515a63; }
.widget_edd_fpd .edd-fpd td {
font-size: 14px;
color: #82878e; }
@media (min-width: 768px) {
.widget_edd_fpd .edd-fpd td {
padding-left: 5%; } }
.download-actions .edd_download_quantity_wrapper,
.download-actions .edd_purchase_submit_wrapper {
display: inline-block;
vertical-align: top; }
.download-actions .edd_download_quantity_wrapper input {
border: 0;
font-size: 18px;
padding: 17px 17px 16px;
vertical-align: top;
width: 100px; }
.entry-content .edd_price_options li {
overflow: hidden; }
.entry-content .edd_price_options label,
.entry-content .edd_price_options .edd_download_quantity_wrapper {
display: inline-block;
vertical-align: middle; }
.entry-content .edd_price_options .edd_download_quantity_wrapper {
margin-left: 5px; }
.entry-content .edd_price_options .edd_download_quantity_wrapper input {
width: 50px; }
.entry-content .edd_download_quantity_wrapper {
text-align: center;
margin: 20px; }
.entry-content .edd_download_quantity_wrapper input {
width: auto;
margin: 0 auto;
padding: 0 10px; }
.entry-content .edd_price_options li .edd_download_quantity_wrapper {
margin: 10px 0 0 30px; }
.entry-content .edd_price_options li .edd_download_quantity_wrapper .edd_price_option_sep {
display: none; }
.entry-content .edd_price_options li .edd_download_quantity_wrapper .edd-item-quantity {
margin: 0;
width: 50px; }
.entry-image .edd_download_quantity_wrapper {
display: none; }
/*# sourceMappingURL=style.css.map */
/* form pay offer ----------------------*/
.display-prices-easydigitaldownloads{
display: none;
}
.formOffer{}
.formOffer .inputform{
width: 114px;
height: 32px;
padding: 0px 10px;
border: 1px solid #a3a8ae;
display: inline-block;
vertical-align: middle;
}
.formOffer .selectform{
width: 114px;
height: 32px;
padding: 0px 10px;
border: 1px solid #a3a8ae;
}
.formOffer .checkform{
display: inline-block;
vertical-align: middle;
}
.formOffer li:first-child{
border-top: 1px solid #bdc3c7;
}
.formOffer li{
padding: 14px 40px !important;
}
.formOffer .li_fullwidth{
border: 0px;
padding: 20px 17px !important;
}
.formOffer .edd_price_option_name{
display: inline-block;
width: 98px;
}
.formOffer .edd_purchase_submit_wrapper{
margin-top: 20px !important;
}
.formOffer .buttonCheckform{
color: #bcc3c8;
border: 3px solid #bcc3c8;
border-radius: 50%;
background: none;
padding: 10px;
position: relative;
width: 75px;
height: 75px;
vertical-align: top;
display: inline-block;
}
.formOffer .buttonCheckform:hover{
color: #4ed0aa;
border: 3px solid #4ed0aa;
}
.overlayFull{
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 8;
float: left;
opacity:0;
display: none;
}
.info-icon{
z-index: 99;
}
.hide-option{
display: none;
position: relative;
}
.description.single{
padding: 38px 0px;
font-size: 18px;
}
.description.center{
text-align:center;
}
/* -------------------------------------------------------------
SANNY SRIVASTAVA
@sannysrivastava@gmail.com
-------------------------------------------------------------- */    
.sellers-login:hover {
color: #000 !important;
}
.sellers-login {
float: right;
color: #fff !important;
font: 700 13px/normal 'Montserrat', sans-serif !important;
text-decoration: none;
margin-top: -40px;
}
.home-widget-title span:not(.active) {
/*display:none;*/
}
.sanny-bol-de0 label, .sanny-bol-de1 label  {
color:red;
}
.sanny-bol-de2 label {
color:#12A5F4;
}
.sanny-error.login-request label{
font-size: 20px;
line-height: 25px;
}
.sanny-error.login-request a{
text-decoration: none;
color:#12A5F4;
}
.yes-login {
display: block;
margin: 50px 0;
text-align: center;
width: 100%;
}
/* -------------------------------------------------------------
JUAN JULIO SANDOVAL LAYZA
@juanjus98@gmail.com
-------------------------------------------------------------- */    
p.checkbox_accept_terms span{
font-size: 16px;
font-weight: bold;
padding-left: 10px;
}
p.checkbox_accept_terms input[type="checkbox"] {
/* All browsers except webkit*/
transform: scale(1.5);
/* Webkit browsers*/
-webkit-transform: scale(1.5);
}
.col-waline {
border-right: solid 1px #fff;
}
.content-field {
margin-bottom: 20px;
color: #fff;
}
a.edd_link_info{
position: relative;
}
a.edd_link_info .info-description{
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a.edd_link_info:hover .info-description{
opacity: 1;
visibility: visible;
}
a.edd_link_info i {
color: #8C959C;
}
a.edd_link_info:hover i {
color: #fff;
}
.info-description{
position: absolute;
font-size: 13px;
z-index: 99;
font-weight: 300;
letter-spacing: 0px;
text-transform: initial;
color: #6F6F6F;
background: #fff;
padding: 6px 8px;
width: 250px;
right: 0px;
visibility: hidden;
opacity: 0;
border: 2px solid #BDC3C7;
}
/****************************/
.site-header{
position: relative;
}
.sellers-login{
float: initial;
position: absolute;
top: -40px;
right: 150px;
margin-top: 0;
}
.become-seller{
right: 0;
}
.home-widget.marketify_widget_featured_popular .home-widget-title span:not(.active){
display: none !important;
}
.container-forms-short-center{
margin: 0 auto !important;
float: initial !important;
}
.valid{
border: 3px solid Red !important;
}
.error-valid{
display: block;
width: 100%;
text-align: center;
color: #FF0000;
font-size: 18px;
}
.clear{
clear:both;
}
.response_div
{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:0 10px;
	font-size:16px;
	color:#646464;
}
.success_msg
{
	color:green;
}
.error_msg
{
	color:red;
}
.process_msg
{
	color:#646464;
}
#add_this_product1
{
	width:100%;
	display:inline-block;
	background:#fff;
	border-radius:10px;
	border:1px solid #515a63;
}
#add_this_product1:hover
{
	background:#515a63;	
}
@media screen and (max-width: 768px){
.cont_start_selling h3 {
font-size: 20px;
font-weight: normal;
text-align: center;
color: #fff;
margin-bottom: 20px;
}
.cont_start_selling .button {
border:solid 2px #fff;
color: #fff;
font-size: 18px;
}
.cont_start_selling p {
margin-top: 20px;
font-size: 14px;
font-weight: bold;
color: #fff;
}
.cont_start_selling h5 {
font-size: 18px;
font-weight: normal;
text-align: center;
color: #fff;
margin-top: 20px;
}
.cont_start_selling h5 a {
color: #fff;
text-decoration: underline;
}
}
.sanny-hide-overlay{padding-top:1em;}
.sanny-hide-overlay .col-md-3{min-height:262px;}
.attachment-dim-custom-size{min-height:262px;}
@media screen and (max-width: 660px){
.label-edd-custom{
display: block !important;
width: 100% !important;
float: initial !important;
overflow: hidden !important;
padding-top: 20px !important;
clear: both !important;
}
.custom-top-control{
clear: both !important;
}
#txt_dimension, #txt_dimension1{
float: left !important;
width: 32% !important;
margin-right: 2% !important;
margin-left: 0px !important;
}
#txt_dimension2{
float: left !important;
width: 32% !important;
margin-left: 0px !important;
}
/*a.edd_link_info:hover .info-description{
left: 50% !important;
margin-left: -125px !important;
}*/
.edd_form a.edd_link_info i{
float: left !important;
left: 0px !important;
} 
a.edd_link_info .info-description{
right: initial !important;
}
.site-footer{
padding: 0px 0 0px !important;
margin-top: -50px !important;
}
.margin-label-bottom{
margin-bottom: 15px !important;
}
.page-header .page-title,
.entry-page-title.container{
padding-top: 125px !important;
}
.page-header .download-actions{
margin-top: 5px !important;
}
.header-outer .container{
text-align: center !important;
}
.header-outer .container .sellers-login{
display: inline-block !important;
position: relative !important;
vertical-align: middle !important;
right: initial !important;
margin-right: 20px;
}
.header-outer .container .sellers-login:last-child{
margin-right: 0px !important;
}
.content-field{
text-align: left !important;
}
.content-field > a{
left: 0px !important;
}
a.edd_link_info{
float: left !important;
left: 0px !important;
width: initial !important;
}
a.edd_link_info .info-description {
right: initial !important;
left: -1px !important;
position: absolute !important;
margin-top: 18px !important;
}   
}