<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
Theme Name: SoftHopper Main
Theme URI: http://themeforest.net/user/softhopper
Description: Softhopper Wordpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
Author: SoftHopper
*/

/* here is the import of the styling for the pricing tables */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700italic,400italic);
@import url("pricing_tables.css");
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}
 body {overflow-x: hidden;} 

p:empty { display: none; }
#sb-nav a {
    border-bottom: none !important;
}

.highlight, ins {
    background-color: #fff4b1;
    padding: 2px 3px;
}
pre {
    border-radius: 3px;
    font-family: Courier,monospace;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 96%;
    overflow: auto;
    padding: 2%;
    position: relative;
}
pre:before {
    clear: both;
    color: #e9575a;
    content: "You can copy / paste the code below!";
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    margin-bottom: 30px;
}
.page_background {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
::selection {
    background: #000000;
    /* Safari */
    color: #ffffff;
    text-shadow: none !important;
}
::-moz-selection {
    background: #000000;
    /* Firefox */
    color: #ffffff;
    text-shadow: none !important;
}
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-top: 5px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
img.alignleft {
    margin: 10px 20px 20px 0;
    float: left;
}
.alignleft,
.wp-caption .alignleft {
    margin: 20px 20px 20px 0;
    float: left;
}
img.alignright {
    margin: 10px 0 20px 20px;
    float: right;
}
.alignright,
.wp-caption .alignright {
    margin: 20px 0 20px 20px;
    float: right;
}
.wp-caption {
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    max-width: 100%;
}
.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption .wp-caption-text {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-style: normal;
    margin: 0 0 20px 0;
    padding: 10px;
}
.gallery-caption {
    margin-left: 0;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0 !important;
}
.gallery-icon img {
    border: 0px solid transparent !important;
    width: 100%;
    height: auto;
}
.sticky,
.gallery-caption,
.bypostauthor {
    margin: 0;
    padding: 0;
}
.gallery {
    margin: 0 auto 30px !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

a:hover, a:active, a:visited, a:focus, a:link {
    outline: none;
    text-decoration: none;
    border: 0px solid transparent;
}
.small { 
    font-size: 14px;
    font-style: italic;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    opacity: 1.0;
    height: auto;
    max-width: 100%;
}
img.left {
    float: left;
    margin: 0 20px 20px 0;
}
img.right {
    float: right;
    margin: 0 20px 20px 0;
}
img, img:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  backface-visibility:     hidden;
}
.left_content img {
    max-width: 100%;
}
button,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    -webkit-appearance: none;
}
select {
    clear: left;
    float: left;
    font-size: 14px;
    margin: 20px 0;
}

body.page .media-modal-content select {
    clear: none;
    float: none;
    margin-top: 3px;
}

.edd_form legend {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 50px 0 0;
    text-transform: uppercase;
}
button,
input {
    *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.clearbig {
	clear: both;
	display: block;
	font-size: 0;
	height: 40px;
	line-height: 0;
	width:100%;
	}
.clear {
    clear: both;
}
b,
strong {
    font-weight: 600;
}
.largetext {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 30px;
}
em {
    font-style: italic;
}
cite {
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
    text-transform: uppercase;
}
.small_tagline {
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: uppercase;
}
.large_tagline {
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
}
h2.linkpost {
    border-radius: 5px;
    font-size: 20px;
    padding: 15px 20px 20px 20px;
}
h2.linkpost a {
    font-size: 18px;
    font-weight: 600;
}
html {
    height: 100%;
}
body {
    font-size: 100%;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    height: 100%;
    -webkit-text-size-adjust: none;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
/* Typography Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 30px 0;
    line-height: 1.45em;
}
h1 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 7%;
    font-weight: 300;
}

h1.EDD_title {
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
    margin-bottom: 4%;
}

h1.EDD_title_small {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-transform: none;
}

h2 {
    font-size: 36px;
    line-height: 30px;
}
h2.small {
    font-size: 24px;
    line-height: 1em;
    text-decoration: none !important;
    font-style: normal;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
h2 a:hover, h2 a:visited, h2 a:active {
    text-decoration: none !important;
}
h3 {
    font-size: 32px;
} 
h4 {
    font-size: 30px;
}
.right_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
    display: inline-block;
}
.right_content h5 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 25px;
    display: inline-block;
}
.right_content h4:first-child, .right_content h5:first-child  {
    margin-top: 0;
}
.right_content select {
    width:100%;}
h5 {
    font-size: 26px;
} 
h6 {
    font-size: 16px;
    font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
.post_format {
    border-radius: 3px;
    float: left;
    font-size: 10px;
    line-height: 1.3em;
    margin-left: -90px;
    max-width: 70px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 3px;
    text-align: center;
}
p {
    font-size: 14px;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
blockquote {
    background-clip: padding-box;
    border-radius: 5px;
    margin: 20px;
    padding: 0;
    position: relative;
}
blockquote p {
	border-radius: 5px;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding: 2em 5em;
	text-align: center;
	word-spacing: 1px;
}
.right_content blockquote p {
    font-weight: 600;
}
blockquote p:before, blockquote p:after {
    line-height: 1;
    position: absolute;
    top: 60%;
    opacity: 0.1;
}
blockquote p:before {
    content: "\201C";
    left: 5%;
    font-family:"Times New Roman",Georgia,Serif; 
    font-weight: bold;
    font-size: 60px;
    top: 15%;
}
blockquote p:after {
    content: "\201D";
    font-family:"Times New Roman",Georgia,Serif; 
    font-weight: bold;
    font-size: 60px;
    right: 5%;
}

blockquote:before {
    border-right: 20px solid rgba(0, 0, 0, 0)!important;
    border-top: 20px solid;
    content: "";
    height: 0;
    left: 9.5em;
    position: absolute;
    top: 100%;
    width: 0;
}
.quote-footer {
    margin: 20px 0;
    text-align: right;
}
.quote-footer p, .quote-footer a, .quote-footer a:hover {
    font-size: 12px;
    margin-right: 20px;
}
.quote-image {
    border-radius: 50%;
    display: inline;
    float: left;
    margin-left: 1.5em;
    margin-top: -40px;
    padding: 5px;
    position: relative;
}
.quote-image img, .quote-image img:hover {
    border-radius: 50% !important;
    height: 100px;
    width: 100px;
}
.right_content .quote-image img, .right_content .quote-image img:hover {
    height: 60px;
    width: 60px;
}
.center {
    text-align: center; 
}
h1.title {margin-bottom: 4%;}
h1.title span.center {
    text-align: center; 
    display: block;
    margin-bottom: 7%;
}
.intro {
    font-size: 18px;
    margin: -30px auto 60px;
    max-width: 80%;
}
hr {
    border: medium none;
    clear: both;
    margin-bottom: 40px;
    margin-top: 40px;
}
.home-title-meta {
    margin: 30px auto 60px;
    text-align: center;
    max-width: 90%;
}
.home-title-meta .lined {
	border-bottom: 0 none;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	word-spacing: 2px;
} 
.home-title-meta .small-border {
	background: #dddddd;
	height: 3px;
	margin: 0 auto 22px;
	width: 100px;
}
.lined {
    padding: 20px 0;
    margin-bottom: 0;
}
p.lined-dsc {
	color: #828282;
	font-size: 14px;
    line-height: 1.75em;
	margin: 10px auto 30px;
	max-width: 90%;
}
form {
    clear: both;
    float: left;
    width: 100%;
}
a.more-link {
	background: #363f48 none repeat scroll 0 0;
	border-bottom: 0 solid transparent !important;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	margin-top: 13px;
	overflow: hidden;
	padding: 6px 25px;
	position: relative;
	text-transform: uppercase;
	transition: color 0.3s ease-in 0s;
	-webkit-transition: color 0.3s ease-in 0s;
}
a.more-link:hover {
	background: #119d55;
    text-decoration: none;
    color: #fff;
}
.form-allowed-tags {
    font-size: 10px;
}
ul, ol {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    padding: 0 0 20px;
}
ol {
    line-height: 2em;
    list-style: decimal outside none;
    margin-left: 10px;
}
ul {
    line-height: 2em;
    list-style: disc outside none;
    margin-left: 5px;
}
ul li, ol li {
    margin-left: 10px;
}
ul li a, ol li a {
    font-size: 14px;
    transition: color 0.3s ease-in 0s;
}
ul li ul, ol li ol {
    margin-bottom: 0;
    margin-left: 20px;
}
ul ul, ul ol, ol ul, ol ol {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    padding: 0;
}
body.single-download .contentsingle [itemprop="description"] { margin-top: 20px; }
.right_content ul li {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    font-size: 12px;
}

body.single-download .contentsingle [itemprop="description"] .wp-playlist {
margin: 30px 0 30px 0 !important;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .left_content_EDD .type-download &gt; p:first-child  {
margin-top: 15px !important;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .right_content.edd_downloads &gt; .single-item-type {
    display: inline-block;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .right_content.edd_downloads &gt; p.sales {
    display: inline-block;
    float: right;
}
@media only screen and (min-width: 992px) {
	body.single-download &gt; .page_wrap &gt; .main_content {
		width: 1004px;
		margin: 0 auto;
		padding: 0 10px;
	}
	body.single-download &gt; .page_wrap &gt; .main_content &gt; .left_content_EDD {
	    float: left !important;
	    width: 616px !important;
	    margin-right: 0 !important;
	}
	body.single-download &gt; .page_wrap &gt; .main_content &gt; .right_content {
		float: right !important;
		width: 350px !important;
		margin-left: 18px !important;
	}
}
.right_content ul li a,
.right_content ol li a {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    cursor: pointer;
    font-size: 12px;
}
.right_content ul li a:hover,
.right_content ol li a:hover {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
}
.right_content ol li {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8em;
    font-size: 12px;
}
.right_content p {
    font-size: 12px;
}
/* Main Styles */



.edd_search_wrapper {
    font-size: 12px;
    float: left;
    margin-left: 0;
    margin-right: 13px;
    width: 31.3%;
    margin-bottom: 25px;
    overflow: visible;
    position: relative;
}

.edd_search_wrapper .edd_feat_image_index {
    float: none;
    margin-right: 0;
    width: auto;
}

ul.home_list {
    /* margin: 0 -20px 0 0; */
    padding: 0;
    width: 100%;
}

ul.home_list li {
    font-size: 12px;
    list-style: none outside none;
    float: left;
    margin-left: 0;
    margin-right: 19px;
    width: 31.3%;
    margin-bottom: 5px;
    overflow: visible;
    position: relative;
}

ul.home_list li .edd_feat_image_index {
    float: none;
    margin-right: 0;
    width: auto;
}

.page_wrap {
    margin: 0 auto;
    padding: 50px 0;
}
.page_wrap_home {
    margin: 0 auto;
    padding: 0 0 50px 0;
}
.page_wrap:after, .page_wrap_home:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
}
#featured_image_small {
	background-color: #363f48 !important;
	position:relative;
	z-index:1;
	min-height:600px;
	background-position: center bottom !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#featured_image_small img {
	width:auto;
	margin-right:10px;
	position:relative;
}
.title_block {
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    max-width: 960px;
    z-index: 5;
    padding-top: 130px;
}
.title_block .owl-carousel p, .title_block .owl-carousel h1, .title_block .owl-carousel h2, .title_block .owl-carousel h3, .title_block .owl-carousel h4, .title_block .owl-carousel h5, .title_block .owl-carousel h6, .title_block .owl-carousel .intro {
	color: #ffffff !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.75em;
	word-spacing: 2px;
}
.title_block .owl-theme .owl-controls .owl-page span {
    border: 2px solid #ffffff !important; 
}
.title_block .owl-carousel .owl-item { 
    text-align: center;
}
.title_block .owl-carousel h1, .title_block .owl-carousel h2, .title_block .owl-carousel h3, .title_block .owl-carousel h4, .title_block .owl-carousel h5, .title_block .owl-carousel h6 {
    margin-bottom: 20px;
}
.title_block .owl-carousel h1 {
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 1.5em;
}
.title_block .owl-carousel .intro {
    margin: 0 auto 20px;
}
.page-template-template-homepage-php .main_content hr {
	margin: 0 17px;
} 
.page-template-template-homepage-php .page_wrap_home {
	padding-bottom: 0;
}
.page-template-template-homepage-php .main_content {
    width: 1145px;
}
.main_content {
    width: 1024px;
    margin: 0 auto;
}
.main_content .main_content_fullwidth {
    max-width: 85%;
    margin: 0 auto;
}
.main_content h2.title {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.contentsingle {
    max-width: 100%;
}
.left_content {
    float: left;
    width: 63%;
    margin-right: 8%;
}
.left_content_EDD {
    float: left;
    width: 67%;
    margin-right: 4%;
}
.right_content {
    float: left;
    width: 29%;
}
.right_content .search {
    width: 100%;
    margin: 0 0 20px;
}
.right_content .search input[type=text] {
    background: none repeat scroll 0 0 transparent;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    outline: none;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border: none;
    font-weight: 400;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
}
.right_content .search input[type=text]:focus {
    background: none repeat scroll 0 0 transparent;
}
.right_content .search input[type=submit] {
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-family: 'Open Sans', serif;
    border: none;
    padding: 12px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border-radius: 3px;
    font-style: normal;
    border: 2px solid transparent;
    text-transform: uppercase;
    width: 100%;
    clear: both;
    font-weight: 600;
}
.right_content .search input[type=submit]:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 transparent;
}
body.error404 .main_content .search {
    margin: 0 auto;
    width: 60%;
}

body.error404 .main_content .search input[type="text"] {
    width: 77% !important; 
    font-weight: 400;
}
.one_third {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 31%;
}
 .one_third:nth-of-type(3n+3) {
 margin-right: 0;
}
/* Header Styles */

.menu_container {
    width: 60%;
    margin: auto;
    position: relative;
    top: 100px;
    display: table;
    left: 0;
    right: 0;
    min-height: 510px;
    min-width: 980px;
}
.left {
    float: right;
    width: 50%;
    padding: 50px;
    display: table-cell;
    min-width: 390px;
    min-height: 510px;
}
.right {
    float: left;
    width: 50%;
    padding: 50px;
    display: table-cell;
    min-width: 390px;
}
.recents {
    width: 100%;
    clear: both;
}
.recents_title {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}
.recents_title h2 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', serif;
    margin: 8px 0 0 0;
    text-transform: uppercase;
}
.recents_title h2 a {
    font-size: 18px;
    text-decoration: none;
}
.recents_title h2 a:hover {
    text-decoration: none;
}
.recents_meta_date,
.recents_meta_comments {
    float: left;
    margin-right: 10px;
}
.recents_meta_date p,
.recents_meta_comments p,
.recents_meta_comments a {
    font-family: 'Open Sans', serif;
    text-transform: uppercase;
    font-size: 10px;
}
.recents_meta_comments a:hover {
    text-decoration: underline;
}
.meta_date, .single_meta {
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: -10px;
}
.posted_details {
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}
.search_EDD {
	border-radius: 5px;
	display: block;
	margin-bottom: 30px;
	padding: 24px 20px 8px;
	text-align: center;
	width: 100%;
}
.search_EDD  input[type="text"] {
	padding: 10px 15px !important;
}
.search_EDD #searchsubmit {
	padding: 11px 60px;
	position: relative;
	top: -1px;
}
.search_EDD input[type="submit"] {
    clear: left;
    display: inline;
    float: none;
}
.search_EDD input[type="text"], .search_EDD input[type="text"]:focus {
    clear: both;
    display: inline;
    float: none;
    margin: 0 10px 0 auto;
    padding: 15px;
    width: 80%;
    border: none;
}
.search_EDD form { 
    text-align: center;
    width: 100%; 
}
.search input[type=text] {
    width: 65%;
    margin-bottom: 15px;
    padding: 10px;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    outline: none;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border: none;
    font-weight: 400;
    float: left;
    border-radius: 3px;
    margin-right: 12px;
    border: 3px solid transparent;
    margin-top: 0;
}
.search input[type=text]:focus {
    background: none repeat scroll 0 0 transparent;
}
.search input[type=submit] {
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-family: 'Open Sans', serif;
    border: none;
    padding: 9px 20px 11px 20px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border-radius: 3px;
    font-style: normal;
    border: 3px solid transparent;
    text-transform: uppercase;
    clear: none;
}
.search input[type=submit]:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 transparent;
}
#header_wrapper {
    margin: 0 auto;
}
header {
    max-width: 1016px;
    margin: 0 auto;
}
.top_logo {
    margin: 20px 0;
    float: left;
    width: 15%;
}
.container {
    margin: 20px 0;
    float: right;
    width: 30%;
}
.menu-shopping-cart-container, .menu-shoppingcart-container {
    float: right;
    margin-top: -3px;
    text-align: left;
}
a.wpmenucart-contents {
    border-radius: 3px;
    padding: 5px 10px;
    transition: all 0.3s ease-in 0s;
}
.wpmenucart-icon-shopping-cart-0:before {
    margin-right: 10px;
}
ul#menu-shopping-cart li, ul#menu-shopping-cart, ul#menu-shopping-cart li a, ul#menu-shoppingcart li, ul#menu-shoppingcart, ul#menu-shoppingcart li a {
    list-style: none;
    margin-left: 0px;
    font-size: 12px;
}
ul#menu-shopping-cart li:hover, ul#menu-shopping-cart:hover, ul#menu-shopping-cart li a:hover, .wpmenucart-icon-shopping-cart-0:before:hover, .wpmenucart-icon-shopping-cart-0:before:focus,
ul#menu-shoppingcart li:hover, ul#menu-shoppingcart:hover, ul#menu-shoppingcart li a:hover, .wpmenucart-icon-shopping-cart-0:before:hover, .wpmenucart-icon-shopping-cart-0:before:focus
 {
    text-decoration: none !important;
}
.breadcrumb_wrapper {
    margin: 0 auto;
    display: none;
}
.breadcrumbs {
    margin: 0 auto;
    padding: 10px 0 8px 0;
    max-width: 1016px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
}
.breadcrumbs a:after {
    content: "❯";
    display: inline-block;
    font-size: 7px;
    font-weight: 100;
    padding: 0 10px;
    position: relative;
    top: -2px;
    opacity: 0.8;
    font-family: 'fontawesome';
}

.menu-menu2-container {
    display: block;
    width: 100%;
    float: left;
}

ul.horiz  {
    text-align: left;
    display: inline;
    margin: 0;
    list-style: none;
}

ul.horiz li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 0;
    list-style: none; 
}

ul#menu-menu2 &gt; li.register {
	margin-left: 8px !important;
	margin-top: -7px;
}

ul.horiz li a:hover {
    text-decoration: none;
}

ul.horiz li a, ul.horiz li a:hover {
    margin-right: 0px;
    padding: 5px 18px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: -4px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

ul.horiz li ul, ul.horiz li ul.sub-menu li ul {
    padding: 0;
    position: absolute;
    min-width: 13em;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    top: 38px;
    z-index: 2;
    border-radius: 0;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.3);
    margin:0 0 0 -4px;
}

ul.horiz li ul li {
    border-radius: 0px;
    display: block;
    margin: 0;
}

ul.horiz li ul li a {
    display: block !important;
    margin: 0 !important;
    padding: 10px 14px;
    line-height: 1.4em;
}

ul.horiz li ul li a:hover {
    display: block !important;
    margin: 0 !important;
    padding: 10px 14px;
}

ul.horiz li:hover ul, ul.horiz li ul.sub-menu li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

ul.horiz li.menu-item-has-children a:after, ul.horiz li.menu-item-has-children li.menu-item-has-children a:after {
    font-size: 10px;
    content: "\25be";
    margin-left: 6px;
    opacity: 0.7;
    font-family: 'fontawesome';
}

ul.horiz li.menu-item-has-children li a:after {
    content: none;
}

ul.horiz li.menu-item-has-children li.menu-item-has-children li a:after {
    content: "";
}

ul.horiz ul.sub-menu ul.sub-menu {
    margin-left: 90px;
    margin-top: -30px;
}

.horizontal_menu_wrapper {
    min-height: 45px;
    width: 100%;
    margin: 0 auto;
}

.horizontal_menu {
    width: 1016px;
    margin: 0 auto;
}

ul.horiz li.current-menu-item a, ul.horiz li.current-menu-parent li.current-menu-item a, ul.horiz li.current-menu-parent a, ul.horiz li a {
    line-height: 35px;
    transition: background-color 0.2s ease-in 0s;
    -webkit-transition: background-color 0.2s ease-in 0s;
}

ul.horiz li.current-menu-item a, ul.horiz li a:hover, ul.horiz li.current-menu-parent li.current-menu-item a, ul.horiz li.current-menu-parent a {
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
}

.horizontal_menu select {
    display: none;
}

ul.horiz li:first-of-type {
    margin-left: -10px;
}

ul.horiz li ul.sub-menu li:first-of-type {
    margin-left: 0;
}

ul#menu-menu2 li.register a {
    border-radius: 2px;
    font-weight: 600;
    margin-top: 3px;
    padding: 2px 15px;
}

ul#menu-menu2 li.register {
    float: right;
}

/* Pagination Styles */
#pagination {
    width: 100%;
    margin-top: 60px;
    display: block;
}
.paginationnext {
    float: left;
}
.paginationprev {
    float: right;
}
.paginationprev, .paginationnext {
    border-radius: 3px;
    padding: 5px 10px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
}
.paginationprev, .paginationnext, .paginationprev:hover, .paginationnext:hover, .paginationprev a:hover, .paginationnext a:hover, .paginationprev a:focus, .paginationnext a:focus {
    text-decoration: none !important;
}
/* Overlay Styles */

.container a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    float: right;
    margin-right: 15px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    text-transform: uppercase;
}
.container a:hover {
    text-decoration: none;
}
.container a:first-child {
    margin-right: 0;
}
a#trigger-overlay {
    background-image: url(img/menu_icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 3px;
    background-size: 18px 18px;
}
#header_wrapper .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(49, 55, 61, 0.9);
    z-index: 99;
    overflow: scroll;
}
/* Overlay closing cross */

#header_wrapper .overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(img/close.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}
/* Effects */

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* Menu Styles */

.nav,
.nav ul,
.nav li {
    list-style: none;
}
.nav ul {
    padding: 0;
    margin: 0 0 0 18px;
}
.nav {
    margin: 0px;
}
.nav &gt; li {
    margin: 4px 0;
    text-transform: uppercase;
} 
.footer-widget .nav &gt; li {
    margin: 0 !important;
}
.nav &gt; li li {
    margin: 2px 0;
}
.nav a {
    display: inline;
    outline: none;
    text-decoration: none;
    font-weight: 600;
}
.nav li &gt; a &gt; span {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-left: -20px;
}
.nav li &gt; a &gt; span:after {
    content: '\25be';
    font-family: 'fontawesome';
}
.nav li.open &gt; a &gt; span:after {
    content: '\25b4';
    font-family: 'fontawesome';
}
.nav li a {
    font-size: 14px;
    padding: 2px 10px;
}
.nav &gt; li &gt; a, .nav &gt; li &gt; a:hover {
    font-size: 14px;
    padding: 4px 10px;
}

/* Forms, Inputs &amp; Submits Styles */
textarea {
    background: none;
    padding: 8px;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    outline: none;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border: none;
    width: 100%;
    font-weight: 400;
    margin-top: 5px;
    border-radius: 3px;
}
textarea:focus {
    background: none repeat scroll 0 0 transparent;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel] {
    background: none repeat scroll 0 0 transparent;
    width: 100%;
    padding: 12px;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    outline: none;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border: none;
    font-weight: 400;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus {
    background: none repeat scroll 0 0 transparent;
}
input[type=submit], button[type="submit"] {
    text-decoration: none;
    float: left;
    margin-bottom: 15px;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', serif;
    border: none;
    padding: 5px 15px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    border-radius: 3px;
    font-style: normal;
    border: 2px solid transparent;
    text-transform: uppercase;
    clear: both;
    font-weight: 600;
}

input[type=submit]:hover, button[type="submit"]:hover, button[type="submit"]:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 transparent;
}
button[type="submit"], button[type="submit"]:hover {
    float: left;
    clear: none; 
    margin-right: 10px;
    margin-top: 20px;
}
input#author,
input#email,
input#url {
    float: left;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
    clear: both;
}
p.comment-form-comment {
    margin-bottom: 0;
}
input:focus {
    outline: none;
}
.comment_wrapper {
    width: 100%;
}
.edd_comment_wrapper {
    width: 100%;
    float: left;
}
.comment_wrapper_main {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
} 
.edd_comment_wrapper_main {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
} 

.edd_comment_wrapper_main #commentform {
    margin-top: 0px;
} 

.edd_comment_wrapper_main #commentform input[type="text"] {
    margin-bottom: 0;
}

.edd_comment_wrapper_main #respond p {
    margin-bottom: 20px;
}

#commentform {
    margin: 0px;
    float: left;
    width: 100%;
    margin-top: 25px;
}
form p {
    float: left;
    clear: both;
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}
.comment-notes {
    margin-bottom: 20px !important;
}
div.wpcf7 {
    padding: 0px 0 0 !important;
}
.wpcf7-form textarea {
    margin-bottom: 25px;
}
.wpcf7-form p {
    clear: both;
    display: block;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
}
div.wpcf7-validation-errors {
    font-family: 'Open Sans', serif !important;
    border: none !important;
    font-size: 14px !important;
    margin: 10px 10px 20px 100px !important;
    padding: 0 !important;
    width: 80%;
    font-weight: 600;
}
div.wpcf7-mail-sent-ok {
    font-family: 'Open Sans', serif !important;
    border: none !important;
    font-size: 14px !important;
    margin: 10px 10px 20px 100px !important;
    padding: 0 !important;
    width: 80%;
    font-weight: 600;
}
span.wpcf7-not-valid-tip {
    background: none !important;
    font-family: 'Open Sans', serif !important;
    font-size: 0px !important;
    width: 98% !important;
    left: 0 !important;
    top: -50% !important;
    display: inline !important;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
div.wpcf7 img.ajax-loader {
    float: left !important;
    clear: both !important;
    height: auto !important;
    width: auto !important;
}
#commentform input.error,
#commentform textarea.error,
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    display: block;
    clear: both;
}
#commentform input.error, #commentform textarea.error, .wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #D8505D;
}
label {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: uppercase;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
}
body.page .media-modal-content label {
    font-family: 'Open Sans', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8em;
    text-transform: none;
    float: none;
    clear: none;
    width: 100%;
    margin-bottom: 0px;
    margin-right: 10px;
}
body.page .media-modal-close .screen-reader-text {
    display: none;
}
a.media-modal-close:hover {
    text-decoration: none;
}
#edd_login_form .edd-input, #edd_login_form label, #edd_register_form .edd-input, #edd_register_form label {
    width: 100%;
}
#subForm {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}
.form_submit {
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    display: block;
    padding: 5px;
}
#post_comment_wrapper {
    display: block;
    clear: both;
    margin-top: 25px;
}
.comment-date,
.comment-date a {
    display: inline;
    font-size: 12px !important;
    font-style: normal;
    width: 100%;
    line-height: 18px;
}
.comment-date a:hover {
    border-bottom: 0px solid transparent;
    line-height: 18px;
}
/****** START OF Post comment styling by jonathan **/

.comment_title {
	border: medium none;
	float: left;
	font-family: "Open Sans",serif;
	font-size: 19px;
	font-weight: 700;
	padding: 5px 0 30px;
	text-transform: uppercase;
}
#respond h3 {
    font-family: 'Open Sans', serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6em;
}
#respond p {
    margin: 0px;
}

#respond p.form-submit {
    margin-top: 20px;
}

.form-allowed-tags {
    display: inline;
    font-size: 12px;
    padding: 20px 0;
}
.comment-author-avatar {
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.comment-main {
    overflow: hidden;
}
p.logged-in-as,
p.logged-in-as a,
p.logged-in-as a:hover {
    font-size: 16px;
}
p.logged-in-as {
    display: inline-block;
    margin-bottom: 20px !important;
}
.comment-content {
    clear: both;
    font-family: 'Open Sans', serif;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
}
.cancel-comment-reply {
    margin-top: 5px;
}
.cancel-comment-reply a {
    font-family: 'Open Sans', serif;
    font-size: 14px !important;
    font-style: italic;
}
.cancel-comment-reply a:hover {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    font-family: 'Open Sans', serif;
}
a#cancel-comment-reply-link, small, small a  {
    font-family: 'Open Sans', serif;
    font-size: 12px;
}
a#cancel-comment-reply-link:hover, small a:hover {
    font-family: 'Open Sans', serif;
    font-size: 12px;
}
.comment-meta .button a,
.comment-meta .button a:hover {
    font-size: 12px;
    display: inline;
    float: none;
    padding: 8px;
}
.comment-meta .button {
    float: right;
    margin-top: 8px;
}
.comment-meta {
    margin-top: -3px;
}
.comment-author-avatar img {
    border-radius: 50% !important;
    width: 40px;
}
.comment-author-avatar img:hover {
    border-radius: 50% !important;
}
.comment-author {
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    width: 100%;
    display: block;
    line-height: 23px;
}
/****** END OF Post comment styling by jonathan **/

ul.children {
    list-style: none;
    margin-left: 28px;
    padding: 0;
}
li.page_item ul.children {
    list-style: disc outside none;
    margin-left: 10px;
    padding: 0;
}
ul.children li {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    line-height: 1.6em;
}
.comment {
    display: block;
    width: 100%;
}
.commentlist {
    width: 100%;
}
.commentlist li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 5px;
    clear: both;
    list-style: none outside none;
    margin-bottom: 15px;
    padding: 30px 30px 10px 30px;
    position: relative;
}
.commentlist li ul li {
    margin: 0;
}
.commentlist li ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.commentlist ul {
    float: none;
    position: relative;
    z-index: 99;
}
.fn {
    margin-left: 5px;
}
.reply {
    float: right;
}
.commentlist p {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    margin: 15px 0 30px 0;
    font-weight: 400;
}
.commentlist a {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    margin: 15px 0 30px 0;
    font-weight: 400;
}
.commentlist a:hover {
    font-family: 'Open Sans', serif;
    font-size: 14px;
    margin: 15px 0 30px 0;
    font-weight: 400;
}
#respond {
    clear: both;
}
#respond:after {
    display: block;
    clear: both;
    content: " ";
    height: 0;
}
.required {
    margin-right: 10px;
}
a.comment-reply-link {
    border-radius: 5px;
    font-family: 'Open Sans',serif;
    font-size: 12px;
    font-style: normal;
    padding: 5px 10px;
}
a.comment-reply-link:hover {
    font-size: 12px;
    text-decoration: none;
    
}
.comment-content .button {
    float: right;
    position: absolute;
    right: 30px;
    top: 28px;
}
ul.children .comment-content .button {
    float: right;
    position: absolute;
    right: 0px;
    top: 28px;
}
.afterwp{
	position:absolute;
	opacity:0;
	left:-940px;
}
/* Footer Styles */

#footer_wrapper {
    margin: 0 auto;
    padding: 65px 0;
    padding-bottom: 10px;
}
#footer_widget_wrapper {
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    background-color: #05040A;
}
#footer_widget p, #footer_widget a {
    font-size: 24px;
    font-family: 'Open Sans', serif;
    text-transform: none;
    text-align: center;
    clear: none;
    display: inline-block;
    margin: 0 0 20px 0;
}
#footer_widget {
    max-width: 1016px;
    margin: 0 auto;
}
#footer_widget .textwidget input[type=email], #footer_widget .textwidget input[type=text], #footer_widget .textwidget input[type=url],#footer_widget .textwidget input[type=password], #footer_widget .textwidget input[type=tel] {
    display: inline-block;
    float: none;
    margin: 0;
    width: 100%;
    border: 2px solid transparent;
    font-size: 18px;
    text-indent: 65px;
}
#footer_widget .textwidget input[type=email]:focus, #footer_widget .textwidget input[type=text]:focus, #footer_widget .textwidget input[type=url]:focus, #footer_widget .textwidget input[type=password]:focus, #footer_widget .textwidget input[type=tel]:focus {
    border: 2px solid transparent;
    font-size: 18px;
    text-indent: 65px;
}
#footer_widget span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 60%;
    text-align: left;
    }
#footer_widget .textwidget input[type=submit] {
    clear: none;
    float: none;
    display: inline;
    padding: 12px 30px;
    margin: 0px;
}
#footer_widget div.wpcf7 img.ajax-loader {
    padding: 0;
    margin: 0;
    width: 0px !important;
    height: 0px !important;
}

#footer_widget .textwidget ::-webkit-input-placeholder { 
    display: inline-block;
    font-family: 'Open Sans', serif;
    font-style: italic;
    font-weight: 600;
    background-image: url(img/placeholder_image.png);
    background-repeat: no-repeat;
    background-position: 1px 0px;
    background-size: 8%;
    text-indent: 65px;
}

#footer_widget .textwidget :-moz-placeholder:before { /* Firefox 18- */
    background-image: url("img/placeholder_image.png");
    background-position: 12px 12px;
    background-repeat: no-repeat;
}
#footer_widget .textwidget :-moz-placeholder { /* Firefox 18- */
    display: inline-block;
    font-family: 'Open Sans', serif;
    font-style: italic;
    font-weight: 600;
}
#footer_widget .textwidget *::-moz-placeholder {  /* Firefox 19+ */
    background-image: url("img/placeholder_image.png");
    background-position: 12px 12px;
    background-repeat: no-repeat;
    background-size: 55px auto;
}
#footer_widget .textwidget *::-moz-placeholder { /* Firefox 19+ */
    display: inline-block;
    font-family: 'Open Sans', serif;
    font-style: italic;
    font-weight: 400;
}
#footer_widget .textwidget :-ms-input-placeholder { 
    display: inline-block;
    font-family: 'Open Sans', serif;
    font-style: italic;
    font-weight: 600;
    background-image: url(img/placeholder_image.png) !important;
    background-repeat: no-repeat !important;
    background-position: 12px 12px !important;
    background-size: 9%;
    text-indent: 65px !important;
}

#footer_widget .textwidget div.wpcf7-validation-errors {
    font-family: 'Open Sans', serif !important;
    border: none !important;
    font-size: 14px !important;
    margin: 10px 10px 20px 100px !important;
    padding: 0 !important;
    width: 80%;
    font-weight: 600;
}
#footer_widget .textwidget div.wpcf7-mail-sent-ok {
    font-family: 'Open Sans', serif !important;
    border: none !important;
    font-size: 14px !important;
    margin: 10px 10px 20px 100px !important;
    padding: 0 !important;
    width: 80%;
    font-weight: 600;
}
#footer_widget .textwidget span.wpcf7-not-valid-tip {
    background: none !important;
    font-family: 'Open Sans', serif !important;
    font-size: 0px !important;
    width: 98% !important;
    left: 0 !important;
    top: -50% !important;
    display: table !important;
}
#footer_widget .textwidget .wpcf7 input.wpcf7-not-valid, #footer_widget .textwidget .wpcf7 textarea.wpcf7-not-valid {
    border: 1px solid #D8505D;
}
footer {
    max-width: 1016px;
    margin: 0 auto;
    clear: both;
}
#bottom_logo {
    width: 100%;
    text-align: center;
}
#bottom_menu {
    width: 100%;
    text-align: center;
}
#bottom_menu ul {
    padding: 26px 0 0;
}
#bottom_menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
}
#bottom_menu ul li a {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    text-transform: uppercase;
}
#bottom_menu ul li a:hover {
    text-decoration: none;
}
#bottom_menu ul li:first-child a:before {
    content: "";
}

.menu-footer-container {
    padding: 25px 0;
}

#bottom_menu ul li a:before {
    content: "·";
    font-size: 13px;
    padding-right: 20px;
}
.footer-widget .textwidget form {
    overflow: hidden;
    margin-bottom: 15px;
}
.social_profile_footer {
    clear: both;
}

.social_profile_footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 767px){
    .social_profile_footer ul.social {
        text-align: center;
    }
}

.social_profile_footer ul.social li {
    list-style: none;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.social_profile_footer ul.social li a {
    text-decoration: none;
}

.social_profile_footer ul.social li a i.fa {
    font-size: 15px;
    height: 30px;
    width: 30px;
    background: #119d55;
    padding: 7px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}


.social_profile_footer ul.social li a i.fa.fa-facebook {
    background: #556B9D;
}

.social_profile_footer ul.social li a i.fa.fa-twitter {
    background: #3FA1DA;
}

.social_profile_footer ul.social li a i.fa.fa-google-plus {
    background: #C63E24;
}

.social_profile_footer ul.social li a i.fa.fa-linkedin {
    background: #2287D5;
}

.social_profile_footer ul.social li a i.fa.fa-behance {
    background: #1577FC;
}

.social_profile_footer ul.social li a i.fa.fa-dribbble {
    background: #F16798;
}

.social_profile_footer ul.social li a i.fa.fa-github {
    background: #1B74BC;
}




.social_profile_footer ul.social li a i.fa:hover{
    opacity: .5;
}

.copyright {
    font-family: 'Open Sans', serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
/* WordPress Calendar Styles */

#wp-calendar {
	width: 100%; 
	float:left;
    font-size: 12px;
	}
	
#wp-calendar caption { 
	text-align: right; 
	font-weight:400; 
	font-size: 12px; 
	margin-top:-10px; 
	padding:10px 10px 0 0; 
	padding-bottom: 15px; 
	}
	
#wp-calendar thead {
	font-size: 12px;
	}
	
#wp-calendar thead th {
	padding-bottom: 10px;
	}
	
#wp-calendar tbody td {
	border: 1px solid transparent; 
	text-align: center; 
	padding:8px;
	}

#wp-calendar tbody td:hover {
	background: transparent;
	}

#wp-calendar tbody .pad {
	background: none;
	}

#wp-calendar tfoot #next {
	font-size: 10px; 
	text-transform: uppercase; 
	text-align: right;
	}

#wp-calendar tfoot #prev {
	font-size: 10px; 
	text-transform: uppercase; 
	padding-top: 0px;
	}

#wp-calendar thead th {
	padding-bottom: 10px; 
	text-align: center;
	}

/* WordPress Table Styling */
 
table {
    margin-bottom: 50px;
    width: 100%;
}
 
th {
text-align: left;
padding: 8px;
}
 
.table {
width: 100%;
}
 
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
}
 
.table &gt; thead &gt; tr &gt; th {
vertical-align: bottom;
}
 
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
border-top: 0;
}
 
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
padding: 5px;
}
 
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
border-bottom-width: 1px;
}

.table-striped &gt; tbody &gt; tr &gt; th, .table-striped &gt; tbody &gt; tr &gt; td, .table-striped &gt; tbody &gt; tr &gt; td {
    border-top: 0px solid transparent !important;
}

/* Addthis Social Sharing Plugin Styling */

.addthis_toolbox {
    margin: 15px 0;
}
.addthis_toolbox.addthis_32x32_style span {
    border-radius: 3px !important;
}

/* Easy Digital Downloads Extension Styling */

#edd_login_fields &gt; p#edd-new-account-wrap {
    margin-bottom: 30px !important;
}

.edd_cart_item_image .label-wrap.eddapl-ribbon {
  width:96%;
}

h5#edd-rp-checkout-header {
clear:both;
}

#edd_user_history th {
background-color: transparent !important;
}

.edd_user_commissions &gt; thead &gt; tr &gt; th, .edd_user_commissions &gt; tbody &gt; tr &gt; th, .edd_user_commissions &gt; tfoot &gt; tr &gt; th, .edd_user_commissions &gt; thead &gt; tr &gt; td, .edd_user_commissions &gt; tbody &gt; tr &gt; td, .edd_user_commissions &gt; tfoot &gt; tr &gt; td, #edd_commissioned_products_table &gt; thead &gt; tr &gt; th, #edd_commissioned_products_table &gt; tbody &gt; tr &gt; th, #edd_commissioned_products_table &gt; tfoot &gt; tr &gt; th, #edd_commissioned_products_table &gt; thead &gt; tr &gt; td, #edd_commissioned_products_table &gt; tbody &gt; tr &gt; td, #edd_commissioned_products_table &gt; tfoot &gt; tr &gt; td, 

#edd_user_history &gt; thead &gt; tr &gt; th, #edd_user_history &gt; tbody &gt; tr &gt; th, #edd_user_history &gt; tfoot &gt; tr &gt; th, #edd_user_history &gt; thead &gt; tr &gt; td, #edd_user_history &gt; tbody &gt; tr &gt; td, #edd_user_history &gt; tfoot &gt; tr &gt; td
 {
padding:5px;
}

h1#fes-commissions-page-title {
margin-bottom: 4%;
}

#edd_user_commissions_unpaid_total, #edd_user_commissions_revoked_total, #edd_user_commissions_paid_total {
margin-bottom:20px;
text-align:right;
}

#edd_commissions_unpaid_pagination, #edd_commissions_paid_pagination, #edd_commissions_revoked_pagination {
margin-bottom:50px;
}

.inside {
margin-bottom:50px;
}

.tablenav.top .actions select, #edd_commissions_export select {
    clear:none;
    float:none;
}

.tablenav.top .actions input[type=submit], .tablenav.top .actions button[type="submit"] {
    float:none;
}

#edd_commissions_export input.edd-submit.button {
    float:none;
    border:none !important;
}

#edd_commissions_export input.edd-submit.button:hover {
    color:#fff;
}

#edd_user_commissions_overview td {
padding:5px;
}

form#edd-graphs-filter {
    float:none;
    margin-top:0;
}

#eddc-dashboard-graphs h4 {
margin-bottom:0;
}

#edd_download_pagination.navigation {display:block; margin: 60px 0 20px; width:100%;}

#edd_download_pagination .page-numbers.current {padding:5px 15px; display: inline-block; margin-bottom: 20px; border-radius:3px;}

#edd_download_pagination .page-numbers {padding:5px 15px; display: inline-block; margin-bottom: 20px; border-radius:3px; margin-right: 5px;}

#cr3ativeportfolio_portfolio-list-plain li {
    list-style: none;
}

.star-rating { 
    display: inline-block;
    width: 100%;
}
.review-title-text {
    text-transform: uppercase;
    font-size: 15px;
}
.edd-review-vote {
    border-radius: 3px;
    padding: 20px;
}
.edd-review-vote p {
    padding: 0px; margin: 0px;
}
.edd_star_rating { background: url('img/stars.png') repeat-x top left;}
.edd_reviews_rating_box { position: relative; background: url('img/stars.png') repeat-x bottom left; }
.edd_reviews_rating_box a:hover { background: url('img/stars.png') no-repeat top left; }
.comment_form_rating .edd_reviews_rating_box a:hover ~ a, .comment_form_rating .edd_reviews_rating_box a:hover { background: url('img/stars.png') no-repeat top left; }
.edd_comment_wrapper_main .comment-content p:first-of-type {
    margin: 30px 0 0;
}
.popup .overlay {
    transition: all 0.2s ease-in 0s !important;
    opacity: 0 !important;
    z-index: 10;
    position: relative;
}

.popup .icon-view {
    z-index: 11 !important;
}

.popup:hover .overlay {
    opacity: 0.9 !important;
}

#isa-related-downloads li {
	border-radius: 3px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 25px 12px 12px;
	width: 30% !important;
}
#isa-related-downloads li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px !important;
    max-width: 100%;
    font-weight: 700;
}
#isa-related-downloads li a img {
    transition: all 0.2s ease-in 0s;
}
#isa-related-downloads li a:hover img {
    opacity: 0.7;
}
#isa-related-downloads li a:hover {
    text-decoration: none;
}
#isa-related-downloads {
    margin: 2em 0 !important;
}

#isa-related-downloads img, #isa-related-downloads #edd-related-downloads-widget img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 15px 0 !important;
}

#isa-related-downloads li, #isa-related-downloads #edd-related-downloads-widget li {
    width: auto;
}

#isa-related-downloads ul { margin: 0; padding: 0px; }

#isa-related-downloads h3 { 
	font-size: 20px;
	font-weight: 700;
	padding-top: 40px;
}

.edd-review-vote p:first-of-type {
    font-weight: 600;
    margin: 0px !important;
    text-transform: uppercase;
}
span.edd-reviews-voting-buttons {
    display: block;
    margin-bottom: 10px;
}
.edd-reviews-voting-buttons a.vote-yes {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}
.edd-reviews-voting-buttons a.vote-no {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
}
p.edd-reviews-not-logged-in { margin: 0px !important; }
.edd-reviews-voting-buttons a:hover { text-decoration: none; }
.edd_comment_wrapper_main .comment-author {
    font-size: 13px;
    font-weight: 600;
}
.edd_comment_wrapper_main .comment-date, .edd_comment_wrapper_main .comment-date a {
    font-size: 11px !important;
}
/* Easy Digital Downloads Specific Styling */

#edd_checkout_cart td img { 
    width: 100px;
    height: auto;
}

.edd_price_option_name { 
    font-size: 12px;
    text-transform: none;
}

.edd_price_option_sep { display: none !important; }

.edd_price_option_price {
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px !important;
}

.edd_feat_image_index {
    float: left;
    margin-right: 31px;
    width: 31.3%;
}

.edd_feat_image_index img {
    max-width: 100%;
}
.edd_feat_image_index a.img, .edd_feat_image_index a.img:hover, .cr3ativeportfolio_wrapper li img, .cr3ativeportfolio_wrapper li a.img, #isa-related-downloads ul li a img, .edd_feat_image_index a img, .cr3ativstaff_employee_image img, a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
}
 .edd_feat_image_index:nth-of-type(3n+3) {
 margin-right: 0;
}

.EDD-thumb-details {
    padding: 20px 25px;
    overflow: hidden;
    display: table;
    width: 100%;
}
.price-wraper {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.EDD-thumb-details span.edd_price {
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 3px;
  padding: 5px 13px;
}
.EDD-thumb-details .more-link.edd {
    display: table-cell;
    width: 75%;
    margin: 8px 0 5px 0;
    vertical-align: middle;
}
#cr3ativeportfolio_portfolio-wrapper {
  overflow: hidden !important;
  width: 100% !important;
}
.caption-wraper {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}
body.page-template-template-shopsingleauthor .EDD-thumb-details {
    min-height: 120px;
}

.edd_feat_image_index img {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.2s ease-in 0s;
}

.edd_feat_image_index img:hover {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0.2;
}

.edd_nofeat_image_index {
    width: 100%;
    background-color: #ededed;
    padding:20px;
}

.more-link.edd {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    text-transform: none;
    width: 100%;
}
.more-link.edd:hover {
    text-decoration: none;
}


.index_purchase_form form {
    clear: none;
    float: none;
}

.service-icon .fa {
	color: #119d55;
	font-size: 50px;
	margin-bottom: 15px;
}
.index_purchase_form .edd_purchase_submit_wrapper {
    float: none;
    text-align: center;
}

.edd_feat_image_index .caption {
    opacity: 0;
    position: absolute;
    top: 0;  
    width: 100%;
    height: 30%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.95);
    transition: all 0.3s ease-in-out 0s !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.2);
    z-index: 2;
    padding: 30% 5% 0 !important;
 }
.edd_feat_image_index:focus .caption,
.edd_feat_image_index:hover .caption {
    opacity: .99;
    padding: 15% 5% 0 !important;
    height: 94%;
}
body.page-template-template-homepage .edd_feat_image_index:focus .caption, body.page-template-template-homepage .edd_feat_image_index:hover .caption, body.page-template-template-downloads .edd_feat_image_index:focus .caption, body.page-template-template-downloads .edd_feat_image_index:hover .caption, body.tax-download_category .edd_feat_image_index:focus .caption, body.tax-download_category .edd_feat_image_index:hover .caption, body.tax-download_tag .edd_feat_image_index:focus .caption, body.tax-download_tag .edd_feat_image_index:hover .caption, body.tax-cr3ativportfolio_type .edd_feat_image_index:focus .caption, body.tax-cr3ativportfolio_type .edd_feat_image_index:hover .caption {
    height: 97%;
}
body.page-template-template-portfolio3columnfilter-php .edd_feat_image_index:focus .caption,
body.page-template-template-portfolio3columnfilter-php .edd_feat_image_index:hover .caption {
    height: 100%;
}
body.page-template-template-shop-php .left_content {
    float: left;
    margin-right: 5%;
    width: 66%;
}
body.page-template-template-homepage-php .creativ-shortcode-col-inner .center {
	padding: 0 30px;
}
body.page-template-template-homepage-php .creativ-shortcode-col-inner .center h6 {
	margin-bottom: 16px;
	padding-top: 5px;
}
body.page-template-template-homepage-php .creativ-shortcode-col-inner .center p {
	font-size: 13px;
	line-height: 1.75em;
}
.edd_feat_image_index .caption p {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s !important;
}
.more-link-hidden {
	border-radius: 0;
	display: inline-block;
	font-size: 11px !important;
	font-weight: 600;
	margin: 0 6px;
	padding: 1px 20px;
	text-transform: uppercase;
	word-spacing: 2px;
	transition: all 0.2s ease-in 0s !important;
	-webkit-transition: all 0.2s ease-in 0s !important;
}
.more-link-hidden:hover {
    text-decoration: none;
}
.main_content hr {
	border-bottom: 2px solid #eaeaea !important;
}
.cr3ativeportfolio_portfolio-itemthree .caption .edd_price {
    font-size: 14px;
}
.caption p.EDD_Price1 {
    font-size: 14px !important;
    font-weight: 600;
}
.more-link.eddnocenter {
    display: block;
    text-align: left;
    width: 100%;
}

#edd_checkout_cart td, #edd_checkout_cart td, #edd_checkout_cart th {
    border: none !important;
}

#edd_checkout_cart td { vertical-align:inherit; }

.edd_cart_actions { text-align: left !important; }

#edd_checkout_cart th {
font-weight: 600 !important;
}

tr.edd_cart_header_row, #edd_checkout_cart tfoot th.edd_cart_total, p#edd_final_total_wrap {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

#edd_checkout_form_wrap .edd-payment-icons:before {
    content: "We Accept the following payment methods";
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

#edd_checkout_form_wrap span.edd-required-indicator {
    color: #D8505D !important;
}

#edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"], #edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap textarea {
    padding: 10px !important;
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
    width: 100% !important;
}

#edd_checkout_form_wrap span.edd-description {
    font-size: 16px !important;
    margin: 0 0 10px !important;
}

#edd_checkout_form_wrap legend {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 30px 0 20px !important;
    text-transform: uppercase;
}

#edd_checkout_form_wrap label {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
}

a#edd-save-cart-button, li.edd_download_file a {
font-size: 13px !important;
    padding: 5px 10px !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
}

li.edd_download_file a {
    display: inline-block;
    margin: 20px 0;
    line-height: 1.6em;
}

li.edd_download_file a:hover {
    text-decoration: none;
}

#edd_user_history {
    border-top: none !important;
}

#edd_user_history .edd_purchase_row th {
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 8px 22px;
}

#edd_user_history td {
    padding: 8px 22px !important;
}

#edd_user_history td, #edd_user_history th {
    border-bottom: none !important;
}

#edd_checkout_form_wrap fieldset {
    border: 0 solid #EEEEEE !important;
    float: left !important;
    margin: 40px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#edd_checkout_cart .edd_cart_header_row th, #edd_purchase_receipt th, #edd_purchase_receipt td, #edd_purchase_receipt_products td, #edd_purchase_receipt_products th {
    padding: 0.5em 1.387em !important;
}

#edd_purchase_receipt strong, #edd_purchase_receipt thead, #edd_purchase_receipt_products th, #edd_purchase_receipt_products .edd_purchase_receipt_product_name {
    text-transform: uppercase;
    font-weight: 600 !important;
}

#edd_purchase_receipt_products div {
    font-weight: 400 !important;
}

#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
    border: none !important;
}

tr.edd_cart_footer_row th {
    padding: 20px !important;
}

#edd_checkout_cart tfoot th.edd_cart_total, #edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
padding: 10px 20px !important;
}

#edd_checkout_cart_form {
    margin-bottom: 50px;
}

.edd-cart-quantity {
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    min-width: 25px;
    padding: 2px;
    text-align: center;
}

.edd-cart-number-of-items {
    font-style: normal !important;
}

.edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited {
    border-radius: 3px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    box-shadow: none !important;
    word-spacing: 1px;
}

.edd_purchase_submit_wrapper {
    clear: both;
    display: inline-block;
    float: left;
    margin-top: 40px;
    position: relative;
    width: 100%;
}
.left_content_EDD .edd_purchase_submit_wrapper {
    margin-top: 0px !important;
}
.left_content_EDD .edd_download_purchase_form {
    background: none !important;
    padding: 0px !important;
}
.single-download .edd_download_purchase_form {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
p.sales {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 11px;
	margin-top: -3px;
	text-align: center;
	text-transform: uppercase;
}
p.sales span {
    opacity: 0.5;
    text-transform: capitalize;
}
.edd_price_options { 
    display: block;
    margin-bottom: 15px !important;
    clear: both;
    float: left;
    width: 100%;
}
.edd-cart-added-alert {
    margin-top: 15px !important;
}
.edd_downloads {
    border-radius: 5px;
    padding: 20px;
}
table#edd_purchase_receipt_products li {
    margin: 0px !important;
}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
    font-style: normal !important;
}
.edd_downloads h3 {
    font-size: 20px;
    display: none;
}
.right_content .edd_purchase_submit_wrapper {
    margin-top: 0px !important;
}
.right_content .edd-submit.button, .right_content .edd-submit.button.gray, .right_content .edd-submit.button:visited {
    width: 100%;
}
.right_content .edd_purchase_submit_wrapper {
    position: relative;
}
.edd-submit {
    transition: all 0.3s ease-in 0s;
}
ul.edd-cart, ul.edd-cart li {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.edd_subtotal {
    font-style: normal!important;
    font-weight: 600 !important;
    list-style: none outside none;
    margin: 15px 0;
    text-transform: uppercase;
}
.right_content li.cart_item.edd_checkout a {
    padding: 5px 10px;
    width: auto;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.right_content li.cart_item.edd_checkout a:hover {
    text-decoration: none;
}
.right_content ul.edd-cart {
    border-radius: 3px;
    padding: 20px;
    clear: both;
    margin-bottom: 40px;
}
.right_content ul.edd-cart .edd-cart-item-title {
    font-weight: 600 !important;
    text-transform: uppercase;
    display: block;
    line-height: 1.3em !important;
}
.right_content ul.edd-cart .edd-cart-item-separator {
    display: none;
}
.right_content ul.edd-cart .edd-cart-item-price {
    display: block;
    width: 100%;
}
.right_content ul.edd-cart a.edd-remove-from-cart {
    font-size: 12px !important;
    text-transform: capitalize;
}
.right_content .download_count {
}

.EDD_Featured_Image {
    border-radius: 5px;
    padding: 15px;
}

.EDD_Featured_Image img {
    border-radius: 0px !important;
    max-width: 100%;
}

.EDD_Featured_Image img.attachment-thumbnail {
    border-radius: 0px !important;
    padding: 0px !important;
    max-width: 100%;
}

.EDD_Featured_Image .image-gallery li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 10px !important;
    width: 15% !important;
}

.EDD_Featured_Image ul.image-gallery {
    padding: 0 10px 10px 10px;
    margin-top: -10px;
    text-align: center;
}

.EDD_Featured_Image p {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 15px 0px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.popup .icon-view {
    font-size: 30px !important;
    left: 60% !important;
    top: 60% !important;
}
.edd-di-image { width: 33%; }

.EDD-Author {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
}

.EDD-Author p {
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 5px;
}

.caption .thumb_author_details .EDD-Author p {
    font-size: 9px !important;
    font-weight: 600;
    margin-bottom: 5px;
}

.right_content .EDD-Author p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.EDD-Avatar {
    display: inline-block;
}

.EDD-Avatar img {
    border-radius: 50% !important;
    height: 10px;
    width: 10px;
}

.vendor_list_meta {
    display: block;
    float: left;
    margin-left: 2%;
    width: 88%;
}

.vendor_list_wrapper .EDD-Avatar {
    display: block;
    float: left;
    width: 10%;
}

.vendor_list_wrapper .EDD-Avatar img {
    border-radius: 0 !important;
    height: auto;
    width: 100%;
}

.vendor_list_wrapper .EDD-Author p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    float: left;
}

.vendor_list_wrapper .member_info p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    float: left;
}

.vendor_list_wrapper .EDD-Author .tinylink a {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 20px;
    text-transform: none;
}

.vendor_list_wrapper .EDD-Author {
    margin-left: 0px;
}

.vendor_list_wrapper .member_info {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.vendor_list_wrapper .download-author-bio {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.vendor_list_wrapper .edd-author-bio {
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
}

.vendor_list_wrapper .EDD-Author a:hover {
    text-decoration: none;
}

body.single-download .edd-cart-item-quantity {
    display: inline;
    float: left;
}

.darktext {
    font-weight: 600;
}

.page-numbers {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    transition: all 0.3s ease-in 0s;
}

.thumb_author_details {
    bottom: 25px;
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
}

.caption .thumb_author_details {
    bottom: 30px;
    clear: both;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.right_content .EDD-Avatar {
    display: block;
    text-align: center;
    width: 100%;
}

.right_content .EDD-Avatar img {
    border-radius: 50% !important;
    height: 60px;
    margin-left: 0px;
    padding: 0 !important;
    width: 60px;
    margin-top: -57px;
}

.right_content .EDD-Author {
    display: inline-block;
    margin-left: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.right_content span.copyright {
    font-size: 9px;
    font-weight: 600;
}

.item_count {
    font-size: 9px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.right_content .edd-author-bio {
    border-radius: 3px;
    padding: 20px;
    margin: 60px 0 0 0 !important;
}

.EDD-Avatar img:hover {
    opacity: 1.0;
}

.preview_button {
    border-radius: 0 0 5px 5px;
    margin-bottom: 30px;
    margin-top: -20px;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
.preview_button .creativ-shortcode-button {
    margin: 0 0 10px 0 !important;
}
/* Easy Digital Downloads - Software Specs Styling */

.widget.widget_edd_software_specs_widget {
    background-color:  transparent;
}
#isa-edd-specs  {
    padding: 0px;
    border: 0px #ddd solid !important;
    text-align: left !important;
    width:  100% !important;
    margin: 0 0 30px 0 !important;
    clear: both !important;
    -moz-border-radius:  3px !important;
    -webkit-border-radius:  3px !important;
    border-radius:  3px !important;
}
#isa-edd-specs caption  {
    background: transparent!important;
    padding: 0px!important;
    filter: !important;
    background:  transparent !important;
    behavior:  url(ie-css3.htc);
}
#isa-edd-specs caption {
    	text-align: left !important;
    font-weight: 400 !important;
    margin:  0 0 10px 0!important;
    text-transform: uppercase;
    font-size: 16px !imporant;
 }
#isa-edd-specs td  {
    border:  none !important;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 50%;
}
#isa-edd-specs td:last-child {
    font-weight: 400 !important;
    text-align: right;
}
*[itemprop="fileFormat"], *[itemprop="datePublished"], *[itemprop="dateModified"], *[itemprop="softwareVersion"], *[itemprop="fileSize"], *[itemprop="requirements"] {
    font-weight: 400 !important;
}
*[itemprop="description"] .wp-playlist {
    margin: 2px 0 18px !important;
}
#isa-edd-specs td,  #isa-edd-specs th  {
    padding: 0 !important;
}
#isa-edd-specs td:hover  {
    	background-color: transparent !important;
}
.widget_edd_software_specs_widget {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.widget_edd_software_specs_widget #isa-edd-specs {
    margin: 2em 0px;
    width: 100%;
    max-width: 100%;
}
.widget_edd_software_specs_widget #isa-edd-specs td:first-child  {
    width: 40%;
}
.widget_edd_software_specs_widget #isa-edd-specs td:last-child  {
    width: 60%;
}
.widget_edd_software_specs_widget .rounded {
    overflow:  auto;
    /* make table responsive */}
/* Twenty Fourteen theme compatibility */#primary-sidebar #isa-edd-specs caption,  #footer-sidebar #isa-edd-specs caption {
    background:  none repeat scroll 0% 0% #24890D;
}
#primary-sidebar #isa-edd-specs,  #footer-sidebar #isa-edd-specs {
    border-width:  1px;
}
#primary-sidebar #isa-edd-specs td:hover,  #footer-sidebar #isa-edd-specs td:hover {
    background-color: #24890D;
}

.edd_errors {
    background: none !important;
    border: 0px solid transparent !important;
}


/* WordPress Default Playlist Styles */

.mejs-container {
	background: transparent !important;
	margin-bottom: 30px;
}
.wp-audio-playlist .mejs-container {
	margin-top: 0px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: none repeat scroll 0 0 #FFFFFF !important;
	border-radius: 0 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
	border-radius: 0px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: none repeat scroll 0 0 #FFFFFF !important;
}
.mejs-controls .mejs-time-rail span {
	border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-time {
	padding: 9px 3px 0 !important;
}
.mejs-container .mejs-controls {
    width: 99.99% !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important;
}


/* Fix for responsive video and audio playlist */

.mejs-container {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.mejs-container.mejs-audio {
  width: 100% !important;
  height: auto !important;
  padding-top: 5%;
}
.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-mediaelement video {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}



.wp-playlist-light {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 1px solid #C2CCD1 !important;
}
.wp-playlist-item-artist {
	font-size: 11px !important;
	text-transform: none !important;
}
.wp-playlist-item-album {
	font-style: normal !important;
}
.wp-playlist-caption .wp-playlist-item-title {
	font-size: 18px !important;
	text-transform: uppercase;
}
a.wp-playlist-caption, a.wp-playlist-caption span.wp-playlist-item-title {
	font-size: 12px !important;
}
a.wp-playlist-caption:hover {
	border-bottom: 0px solid transparent !important;
}
.wp-playlist-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	margin-top: -1px;
	border-bottom: 0 solid rgba(0, 0, 0, 0) !important;
}
.wp-playlist-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wp-playlist-item-length {
	top: 12px !important;
	right: 10px !important;
	font-size: 12px !important;
}
.wp-playlist-tracks, .wp-playlist-caption {
	text-align: left;
	margin-top: 0px !important;
	padding-top: 0px;
	font-family: 'Open Sans', serif;
}
.wp-playlist-tracks {
	margin-top: 0px !important;
	padding-top: 0px;
}
.wp-playlist {
	padding: 0px !important;
	border: 0 solid rgba(0, 0, 0, 0) !important;
}
.wp-playlist-light .wp-playlist-item {
	padding: 10px !important;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
}
.wp-playlist .wp-playlist-current-item img {
	max-width: 100px !important;
}
.wp-playlist-current-item {
	height: 120px !important;
	margin-bottom: 0 !important;
	padding: 10px !important;
	background: rgb(165,165,165);
	background: -moz-linear-gradient(top, rgba(165, 165, 165, 1) 0%, rgba(191, 191, 191, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(165, 165, 165, 1)), color-stop(100%, rgba(191, 191, 191, 1)));
	background: -webkit-linear-gradient(top, rgba(165, 165, 165, 1) 0%, rgba(191, 191, 191, 1) 100%);
	background: -o-linear-gradient(top, rgba(165, 165, 165, 1) 0%, rgba(191, 191, 191, 1) 100%);
	background: -ms-linear-gradient(top, rgba(165, 165, 165, 1) 0%, rgba(191, 191, 191, 1) 100%);
	background: linear-gradient(to bottom, rgba(165, 165, 165, 1) 0%, rgba(191, 191, 191, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F90', endColorstr='#bfbfbf', GradientType=0 );
	border-radius: 3px 3px 0 0;
}
.mejs-controls .mejs-button button {
	margin: 7px 9px !important;
}
/* Map Styles */

.mapp-iw .mapp-links a {
	font-size: 10px;
}
.mapp-layout p {
	font-size: 14px;
}
.mapp-iw .mapp-title {
	font-weight: 400 !important;
	font-size: 18px;
	margin-bottom: 10px;
}
.mapp-layout {
	border: 1px solid #d4d4d4;
	margin: 0 0 30px 0 !important;
}
/* Cr3ativ Careers Styles */
.cr3ativcareer_post_details {
    min-height: 50px !important;
}
.cr3ativcareer_career_print:before, .cr3ativcareer_pdf_download:before {
    margin-top: 1px;
}
.cr3ativcareer_career_split {
    height: 50px;
}
.cr3ativcareer_blog_wrapper h5 a, .cr3ativcareer_post_read_more a {
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
ul.cr3ativcareer_widget { margin-left: 0px; }
.cr3ativcareer_widget li {
    list-style: none;
    margin-left: 0px !important;
}
.cr3ativcareer_widget li h3, .cr3ativcareer_widget li h3 a {
    font-size: 14px !important;
    font-weight: 600;
}

/* Cr3ativ Staff Styles */
body.page-template-template-cr3ativstaff-php .one_third {
    border-radius: 3px;
    margin: 0 35px 35px 0;
    padding: 20px;
}
body.single-cr3ativstaff .main_content h2 {
    clear: both;
    display: block;
    font-size: 28px;
    margin: 0;
    padding: 20px 0 0;
}
body.page-template-template-cr3ativstaff-php .one_third:nth-of-type(3n+4) {
    margin-right: 0px;
}
.cr3ativstaff_employee_info {
    margin: 25px 0 !important;
}
.cr3ativstaff_employee_title {
    margin: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
}
.cr3ativstaff_employee_image {
    margin-bottom: 10px !important;
}
.cr3ativstaff_employee_image img:hover {
    opacity: 1 !important;
}
.cr3ativstaff_employee_image a img:hover {
    opacity: 1 !important;
    opacity: 0.7 !important;
}
.cr3ativstaff_employee_name, .cr3ativstaff_employee_name a {
    font-size: 18px !important;
    margin: 0  !important;
    font-weight: 400 !important;
}
/* Cr3ativ Portfolio Styles */
.page_wrap_home {
	background: #f5f5f5 !important;
}
.EDD-thumb-details {
	background: #fff !important;
}
.min-height-small {
    min-height:253px;
}

#cr3ativeportfolio_portfolio-filter {
    margin-left: 0;
}

li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
    float: left !important;
    margin-right: 5px !important;
    width: 32.2% !important;
    margin-left: 5px !important;
    padding: 0 8px;
}

ul#cr3ativeportfolio_portfolio-list, ul#homepage_portfolio-list {
    width: 100%;
}

li.cr3ativeportfolio_portfolio-itemthree .edd_feat_image_index {
    float: none;
    margin-right: 0;
    width: 99.9%;
}
#cr3ativeportfolio_portfolio-filter {
    padding: 20px !important;
    border-radius: 5px !important;
    margin-bottom: 60px;
    font-size: 12px !important;
    text-align: center;
}
.cr3ativeportfolio_filter {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}
body.page-template-template-downloads-php #cr3ativeportfolio_portfolio-filter {
    text-align: center;
}
.cr3ativeportfolio_wrapper img {
    max-width: 100%;
}
.cr3ativeportfolio_thumb {
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 0px !important;
}
.cr3ativeportfolio_thumb:hover {
    opacity: 0.05 !important;
}
a.cr3ativeportfolio_title {
    bottom: 0 !important;
    font-size: 18px !important;
    left: 40% !important;
    position: absolute !important;
    right: 0 !important;
    top: 45% !important;
    z-index: 1 !important;
    padding-left: 0px !important;
    color: #ffffff !important;
}
.cr3ativeportfolio_two_third {
    margin-top: 14px !important;
}
.cr3ativeportfolio_one_third_first {
    margin-top: 0px !important;
}
.cr3ativeportfolio_page_wrap {
    padding-top: 0px !important;
}
.cr3ativeportfolio_one_third_first p {
    font-size: 12px;
}
li.cr3ativeportfolio_filter {
&nbsp;&nbsp;&nbsp;&nbsp;font-size: 14px;
&nbsp;&nbsp;&nbsp;&nbsp;margin-left: 0 !important;
&nbsp;&nbsp;&nbsp;&nbsp;position: relative;
&nbsp;&nbsp;&nbsp;&nbsp;top: 1px;
}
.cr3ativeportfolio_portfolio-filter {
&nbsp;&nbsp;&nbsp;&nbsp;font-size: 14px;
&nbsp;&nbsp;&nbsp;&nbsp;position: relative;
&nbsp;&nbsp;&nbsp;&nbsp;top: 1px;
}
.cr3ativeportfolio_port_date {
    display: none;
}
#cr3ativeportfolio_portfolio-filter li a { 
    transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
}
#cr3ativeportfolio_portfolio-filter li a.current, #cr3ativeportfolio_portfolio-filter li a:hover, #cr3ativeportfolio_portfolio-filter li a {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px !important;
    display: inline !important;
}

.orderby {
    clear: both;
    margin-bottom: 60px;
    margin-left: 0;
    width: 100%;
    display: block;
    font-size: 12px;
    border-radius: 5px;
    padding: 20px;
    float: left;
    text-align: center;
}

.orderby &gt; div {
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0;
    margin-right: 30px;
}

.orderby a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    line-height: 1em;
}

.orderby a:hover {
    text-decoration: none;
}

span.orderme {
    padding: 5px 10px;
    position: relative;
    top: 2px;
}

.orderby .dashicons, .orderby .dashicons-before:before {
    font-size: 14px !important;
    vertical-align: middle !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    background-color: rgba(0,0,0,.04);
    padding-top: 6px;
}

.orderby .cr3ativeportfolio_filter {
    margin-right: 10px;
}


/* Test Gallery Stuffs */

.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0 26px 30px 0em;
	width: 31.333%;
	background: #3085a3;
	cursor: pointer;
}

.grid figure:nth-of-type(3n+3) {
 margin-right: 0;
}

.grid figure img.wp-post-image {
	position: relative;
	display: block;
	opacity: 0.8;
}

.grid figure img.avatar {
    border-radius: 50% !important;
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 a {
	font-size: 16px;
	font-weight: 600;
    padding: 0 20px;
    white-space: normal;
    opacity: 1;
}

.grid figure h2 a,
.grid figure p {
	margin: 0;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img.wp-post-image {
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	top: auto;
	bottom: 0;
	height: 50%;
	text-align: left;
}

figure.effect-lily h2 a,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
    font-size: 11px;
    margin-top: 20px;
}

figure.effect-lily:hover img.wp-post-image {
	opacity: 0.4;
}

figure.effect-lily:hover p {
    opacity: 1;
}
    

figure.effect-lily:hover img.wp-post-image,
figure.effect-lily:hover h2 a,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}



/* Shortcode Theme Styles */

body .creativ-shortcode-cols {
	overflow: visible!important;
}
body .creativ-shortcode-button-size-large {
	border-radius: 0;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.5em;
	padding: 10px 30px !important;
	text-transform: uppercase;
	margin-top: -10px;
}
body .creativ-shortcode-button:active {
    box-shadow: none !important;
    top: 0px !important;
}
body .creativ-shortcode-button, body .creativ-shortcode-button:hover {
	border: 0px solid transparent!important;
    text-decoration: none !important;
}
 body .creativ-shortcode-button [class^="fa-icon-"]:before, body .creativ-shortcode-button [class*=" fa-icon-"]:before {
 margin-right: 0px;
 opacity: 1.0;
}
.big {
    display: block;
    font-size: 48px;
    opacity: 0.3;
    padding-bottom: 20px !important;
}
.medium {
    display: block;
    font-size: 36px;
    opacity: 0.3;
    padding-bottom: 20px !important;
}
body .creativ-shortcode-button-colour-red:hover, body .creativ-shortcode-button-colour-green:hover {
	background-color: #3B4147!important;
}
body .creativ-shortcode-button-colour-theme {
	border: 0px solid #272B2F!important;
}
body .creativ-shortcode-button-colour-theme:hover, body .creativ-shortcode-button-colour-green:hover {
	color: #FFFFFF!important;
	border: 0px solid #272B2F!important;
}
body .creativ-shortcode-toggle {
	margin: 10px 0 0 0 !important
}
body .creativ-shortcode-tab-buttons a {
	text-transform: capitalize;
}
body .creativ-shortcode-tab-buttons {
    top: 2px !important;
}
body .creativ-shortcode-button-colour-green {
    background-color: #abc261!important;
}
.ja-social-icon {
	border-radius: 0px !important;
}
.ja-social-icon-image a:hover, .ja-social-icon-image:hover {
	border-bottom: 0px solid transparent;
	text-decoration: none !important;
}
.ja-social-icon:hover {
	background: #2F3438 !important;
	color: #FFF !important;
	border-bottom: 0px solid transparent;
}
body .creativ-shortcode-alertbox p {
	font-size: 18px !important;
	padding: 10px !important;
	font-family: 'Open Sans', serif;
}
body .creativ-shortcode-alertbox [class^="fa-icon-"]:before, body .creativ-shortcode-alertbox [class*=" fa-icon-"]:before {
    opacity: 1.0 !important; 
}
body .creativ-shortcode-alertbox-colour-theme {
	border-radius: 0px!important;
    border: 0px solid transparent !important
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox p {
	font-family: 'Open Sans', serif;
	font-size: 18px !important;
}
.creativ-shortcode-alertbox-colour-theme.creativ-shortcode-alertbox a {
	border-radius: 0px!important;
}
body .creativ-shortcode-pullright, body .creativ-shortcode-pullleft {
	text-transform: capitalize !important;
	font-size: 20px !important;
}
.owl-theme .owl-controls .owl-page span {
    background: none !important;
    height: 10px!important;
    width: 10px!important;
}

/* Start of FRONT END SUBMISSION PLUGIN FOR EDD */

.page-template-template-shop-php li.cr3ativeportfolio_portfolio-itemthree, body.page-template-template-shopsingleauthor li.cr3ativeportfolio_portfolio-itemthree {
    width: 46.9% !important;
}

.header_store_image {
    margin-bottom: 50px;
}

#fes_login_registration_form_row_left { width: 45%; margin-right: 5%; }
#fes_login_registration_form_row_right { width: 45%; margin-left: 5%; }
h1#fes-login-form-title, h1#fes-registration-form-title, h1#fes-profile-page-title {
    font-size: 24px;
    font-weight: 600;
}
a#fes_lost_password_link {
    clear: both;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
}
.fes-submit input.edd-submit.button {
border: 2px solid transparent;
}
.fes-submit input.edd-submit.button:hover {
    background: none repeat scroll 0 0 transparent !important;
    text-decoration: none;
}
.fes-form-error.fes-error {
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px;
}
.fes-vendor-menu {
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 13px 20px 20px;
}
.fes-vendor-menu ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    margin-left: 0px;
}
.fes-vendor-menu ul li a {
    font-size: 12px;
    font-weight: 600;
}
.fes-vendor-menu ul li a:hover {
    text-decoration: none;
}
#fes-vendor-announcements {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
    font-size: 18px;
}
#fes-vendor-store-link {
    display: block;
    margin-bottom: 30px;
}
th.col-author, th.col-content {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 30px;
    text-transform: uppercase;
}
#fes-comments-table {
    clear: both;
    display: inline-block;
    margin-top: 30px;
    padding-top: 40px;
}
.fes-author-img img {
    border-radius: 50% !important;
    display: inline;
    float: left;
    margin-right: 10px;
}
.fes-light-red {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline;
}
#fes-comment-author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
#fes-comment-date {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}
#fes-product-name {
    font-size: 14px;
    text-transform: uppercase;
}
#fes-product-name a {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
#fes-view-comment a {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
#fes-view-comment a:hover {
    text-decoration: none;
}
.fes-vendor-comment-respond-form {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 30px;
    text-transform: uppercase;
}
h1#fes-products-page-title, h1#fes-profile-page-title, h1#fes-orders-page-title, h1#fes-new-product-page-title, h1#fes-edit-product-page-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
#fes-product-list th {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.fes-product-list-td img {
    width: 100%;
}
.fes-product-list-td {
    padding: 2% !important;
    vertical-align: middle !important;
    font-size: 14px;
    width: 10%;
}
.fes-submission-form strong {
    font-size: 14px;
    text-transform: uppercase;
}
.left_content_EDD [itemprop="description"] h5, .left_content_EDD [itemprop="description"] h4, .left_content_EDD [itemprop="description"] h3, .left_content_EDD [itemprop="description"] h2, .left_content_EDD [itemprop="description"] h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}
a.view-product-fes, a.edit-product-fes, .fes-feat-image-btn, a.upload_file_button, a.btn-danger.delete, a.insert-file-row, a.close.fes-remove-feat-image, a.close.fes-remove-avatar-image {
    padding: 5px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
a.insert-file-row {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 -10px;
    padding: 10px 20px;
}
a.btn-danger.delete, a.close.fes-remove-feat-image, a.close.fes-remove-avatar-image {
    display: block;
    width: 30px;
}
a.close:hover { text-decoration: none; }
a.close.fes-remove-feat-image { float: right; }
a.close.fes-remove-avatar-image { float: left; margin-right: 10px; }
.fes-delete-row { padding: 0px !important; }
.fes-feat-image-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
}
.fes-product-list-pagination-container .page-numbers {
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    font-weight: 600;
}
a.view-product-fes, a.edit-product-fes {
    text-decoration: none;
}
.page-numbers:hover, .fes-feat-image-btn:hover, a.upload_file_button:hover, a.btn-danger.delete:hover, a.insert-file-row:hover {
    text-decoration: none;
}
.fes-help {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 !important;
}
.fes-form label {
    font-weight: 600;
}
.fes-form ul li label {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
.fes-form ul li label input {
    margin: 0 10px 0 0;
}

fieldset.fes-el {
    margin-bottom: 40px;
}
.fes-fields table {
    clear: left;
}
.fes-fields ul li {
    list-style: none;
}
.fes-fields ul li, .fes-fields ul {
    margin: 0px;
}
.multiple {
    margin-top: 20px;
}
.multiple td {
    padding: 0 20px 0 0;
    vertical-align: middle;
    width: 29%;
}
.no-border textarea {}
.wp-editor-container {
    /* border: 1px solid #eee !important; */
}
.wp-editor-container {/* 
    display: inline-block;
    margin-top: 20px !important; */
    width: 100%;
}
.wp-editor-wrap {
    margin-top: 20px;
}
.mce-path-item {
    font-size: 12px !important;
    opacity: 0.4;
}
a.upload_file_button, a.btn-danger.delete {
    margin-top: -10px;
}
.edd-preview-button {}
.left_content_EDD .gallery {
    border-radius: 3px;
    margin-top: -30px !important;
    padding: 20px;
    text-align: center;
}
.left_content_EDD .gallery-item {
    margin: 0px 5px;
    display: inline-block;
    float: none !important;
}
.left_content_EDD .gallery-item:first-of-type {
    margin-left: 0px;
}
.left_content_EDD .gallery-item:last-of-type {
    margin-right: 0px;
}
iframe#post_content_ifr {
    min-height: 500px !important; 
}

.fes-variations-list-store_header_image td  {
vertical-align: middle;
}
.fes-variations-list-store_header_image input { width: 98%; }
fieldset.fes-el .store_header_image { margin-bottom: 0px; }
td.fes-url-choose-row { 
    padding: 0 16px 0 0;
    width: 15%;
}
body.page-template-template-shop-php h1 { font-size: 28px; font-weight: 600; }
.download-author-bio {
    margin-top: 20px;
}
body.page-template-template-shop-php .right_content .edd-author-bio {
    margin: 20px 0 0 !important;
}
.vendor_contact_form .fes-form h1 {
    font-size: 18px;
}
.vendor_contact_form .fes-form label {
    font-size: 12px;
}
.vendor_contact_form .fes-form input {
    margin-bottom: 0;
}
.vendor_contact_form .fes-form fieldset {
    margin-bottom: 20px;
}
.live_preview_button a {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease-in 0s;
}
.live_preview_button a:hover {
    text-decoration: none;
}
.live_preview_button {
    padding: 0 0 20px;
    text-align: center;
}
.fes-submission-form h2.fes-section-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.image-wrap, .image-wrap img {
    width: 100%;
    max-width: 100%;
}

.fes-avatar-image {
    height: auto;
    width: auto !important;
}

/* Start of Styling for EDD FES Product Details Plugin */

table.edd-fpd {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
table.edd-fpd th {
    display: inline-block;
    float: left;
    line-height: 1.2em;
    margin: 5px 0;
    min-width: 50%;
    padding: 0;
    text-align: left;
}
table.edd-fpd td {
    float: right;
    line-height: 1.4em;
    margin: 5px 0;
    text-align: right;
    width: 45%;
    font-weight: 400;
}

.header_store_image img {
    border-radius: 5px !important;
}

/* Start of Styling for EDD FES TinyMCE */

.media-frame .embed-url input {
    font-size: 14px;
    padding: 10px;
    width: 95% !important;
    box-shadow: none;
    margin-bottom: 0px;
}

.media-modal-content h1 {
    text-transform: none;
}

#link-options input[type="text"], #link-options input[type="email"], #link-options input[type="url"], #link-options input[type="password"], input[type="tel"] {
    background: none repeat scroll 0 0 transparent;
    width: 100%;
    padding: 4px;
    font-family: 'Open Sans', serif;
    font-size: 12px;
    outline: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    border: 1px solid;
    font-weight: 400;
    float: none;
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
}
#wp-link #link-options label span, #wp-link #search-panel label span.search-label {
    font-size: 12px;
    text-align: left !important;
    text-transform: none;
    width: 40px !important;
}
.min-height {
    min-height: 260px;
}
.vendor_contact_form {
    border-radius: 3px;
    display: inline-block;
    margin-top: 30px;
    padding: 20px;
    width: 100%;
}
.member_details {
    border-radius: 3px;
    display: inline-block;
    margin-top: 30px;
    padding: 20px;
    width: 100%;
}
.member_details p { 
    font-size: 12px; 
    text-align: center; 
    margin: 0 0 20px 0; 
    text-transform: uppercase;
}
p.member_details_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.circle {
    border-radius: 1.8em;
    display: block;
    font-weight: 600;
    line-height: 3.6em;
    margin: 0 auto;
    text-align: center;
    width: 3.6em;
}
body.single-download .wp-playlist-current-item {
    display: none !important;
}

div[itemprop=description] img {}
.fes-form-login-form fieldset.fes-el, .fes-form-registration-form fieldset.fes-el {
    margin-bottom: 10px;
}

/* Start of EDD Wish Lists Add-on Styling */

.contentsingle a.edd-wl-action {
    border-radius: 3px !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 25px !important;
    padding: 0 !important;
    text-transform: uppercase;
}

#edd-wl-modal h2 {
    font-weight: 600;
    font-size: 28px !important;
    letter-spacing: 0px !important;
    margin: 0 0 10px 0 !important;
}

.modal-body label {
    float: none !important;
    clear: none !important;
    line-height: 1em !important;
    font-size: 14px !important;
    text-transform: none !important;
}

#edd-wl-modal .modal-footer {
    clear: both;
    padding: 20px !important;
}

#edd-wl-modal select {
    display: inline !important;
    margin-bottom: 50px;
    width: 100%;
}

#edd-wl-modal select#user-lists {
    margin-bottom: 10px;
}

#edd-wl-modal input[type="text"], #edd-wl-modal select {
    display: block !important;
}

a.edd-wl-action.edd-wl-button {
    border-radius: 3px !important;
    padding: 8px 10px !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    clear: both;
    display: inline-block;
}

.right_content a.edd-wl-action {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px !important;
    padding: 10px 20px !important;
    font-weight: 600;
    font-size: 12px;
    border: none !important;
}

.edd-wish-list li span.edd-wl-edit {
    text-transform: capitalize;
}

.edd-wish-list li span { font-size: 11px; }

ul.edd-wish-list li .edd_purchase_submit_wrapper { margin-top: 0px; }

.edd-wish-list li span { font-size: 16px !important; }

.edd-wish-list li span.edd-wl-item-image {
    display: inline !important;
    float: left;
    margin-right: 20px;
    margin-top: 5px !important;
    width: 100px !important;
}

.edd-wish-list {
    margin: 5em 0 3em !important;
    padding: 0 !important;
}

.edd-wl-item-title a {
    display: inline-block;
    margin-top: 31px;
}

#edd-wl-modal form { float: none; }

.edd-wl-msgs p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.edd-wl-share {
    clear: both;
    display: inline-block;
    margin-top: 40px !important;
}

.edd-wl-msgs { padding: 0px !important; }






/*********** New styles added 7/7/15 from EDD update 2.4.1 ***********/

#edd_checkout_form_wrap p {
    margin: 0 0 21px !important;
}

.edd-cart-meta.edd_subtotal, .edd-cart-meta.edd_total {
    background-color: transparent;
    margin: 8px 0 !important;
}

#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap {
margin: 0 !important;
}


.edd-points-redeem-message {
    display: inline-block !important;
    margin-top: 20px !important;
    padding: 0 !important;
}

#edd_checkout_form_wrap .edd-points-redeem-points-wrap {
    margin: 20px 0 0 !important;
}

#edd_checkout_form_wrap fieldset#edd_discount_code {
    margin-bottom: 60px !important;
}

#edd_checkout_form_wrap #edd-discount-code-wrap {
    padding: 30px !important;
}

#edd_checkout_wrap input[type="submit"], #edd_checkout_wrap input[type="submit"]:hover {
    border: 0 none !important;
}



.fes-product-list-status-bar .btn.btn-mini.edit-product-fes {
    display: inline-block;
    padding: 0 20px;
}

p#edd-user-login-wrap {
    margin-top: 40px !important;
}

#cr3ativeportfolio_portfolio-filter li a, #cr3ativeportfolio_portfolio-filter li a:hover, #cr3ativeportfolio_portfolio-filter li a.current {
display: inline-block !important;
margin-bottom: 10px;
}










/* Start of Media Queries */

@media only screen and (max-width: 1024px) {
    
    .main_content, header, .title_block, .breadcrumbs, #footer_widget, footer, .horizontal_menu {
        max-width: 940px;
    }
    
    .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
        padding: 0 2px 4px !important;
    }
    
    blockquote p {
        font-size: 16px;
    }
    
    .breadcrumbs a:after {
        content: "&gt;\0000a0";
        font-family: 'fontawesome';
    }
    
    .post_format {
        float: none;
        display: block;
        margin-left: 0;
    }
    
    h2.linkpost {
        margin-top: 20px;
    }
    
    body.error404 .main_content .search input[type="text"] {
        width: 70% !important;
    }
    
    body.page-template-template-cr3ativstaff-php .one_third {
        margin: 0 25px 25px 0;
    }
    
    #cr3ativeportfolio_portfolio-filter li {
        display: inline-block !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    #cr3ativeportfolio_portfolio-filter li.cr3ativeportfolio_filter {
        display: none !important;
    }
    
    .thumb_author_details {
    bottom: 20px;
}
    
    .min-height {
    min-height: 260px;
}
    
    .menu-menu2-container, .horizontal_menu {
        width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 768px) {
    
    .title_block { padding-top: 75px; min-height: 500px; }
    
    #featured_image_small { min-height: 500px; }
    
    .title_block h1 {
        font-size: 38px;
    }
    
    #header_wrapper, .breadcrumb_wrapper, .page_wrap, #footer_widget_wrapper, #footer_wrapper, .page_wrap_home {
        max-width: 100% !important;
    }
    
    .cr3ativeportfolio_wrapper {
        width: 100%;
    }
    
    .main_content, header, .title_block, .breadcrumbs, #footer_widget, footer {
        max-width: 720px;
    }
    
    ul.home_list li {
        width: 30.6%;
    }
    .cr3ativeportfolio_portfolio-itemthree.min-height {
    	margin-bottom: 30px;
    }
    li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li, .edd_search_wrapper {
    float: left !important;
    margin-right: 5px !important;
    width: 48.9% !important;
    margin-left: 0px !important;
}
    
    .page-template-template-shop-php li.cr3ativeportfolio_portfolio-itemthree, body.page-template-template-shopsingleauthor li.cr3ativeportfolio_portfolio-itemthree {
    width: 48.9% !important;
}

    
    .cr3ativeportfolio_portfolio-itemthree.min-height:nth-child(2n), ul.home_list li:nth-child(2n), .cr3ativeportfolio_portfolio-itemthree:nth-child(2n), .edd_search_wrapper:nth-child(3n) {
    margin-right: 0 !important;
}
    
    #footer_widget p, #footer_widget a {
        font-size: 20px;
    }
    

    #footer_widget .textwidget input[type="email"], #footer_widget .textwidget input[type="text"], #footer_widget .textwidget input[type="url"], #footer_widget .textwidget input[type="password"], #footer_widget .textwidget input[type="tel"],
    #footer_widget .textwidget input[type="email"]:focus, #footer_widget .textwidget input[type="text"]:focus, #footer_widget .textwidget input[type="url"]:focus, #footer_widget .textwidget input[type="password"]:focus, #footer_widget .textwidget input[type="tel"]:focus
    {
        font-size: 16px;
        text-indent: 0;
    }

    .home-title-meta {
      	max-width: 80%;
    }
	#footer_widget_wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
    #footer_wrapper [class*="col-"] {
    	float: none !important;
    	padding: 0 35px 30px !important;
    	width: 100% !important;
    }

    #footer_wrapper [class*="col-"] [class*="col-"] {
    	padding: 0 15px !important
    }
    .footer-copyright {
    	text-align: center;;
    }    
    .footer-copyright .copyright {
    	text-align: center;;
    }
    .menu_container {
        min-width: 720px;
    }
    
    .left {
        min-width: 100%;
        width: auto;
        float: left;
        display: block;
        min-height: 100%;
    }
    
    .right {
        display: block;
        float: left;
        min-width: 100%;
        width: auto;
    }

    .cta_callout .owl-item div blockquote {
    	width: 90% !important;
    }

    .quote-footer {
      margin: 20px 34px;
      text-align: right;
    }
    ul.home_list {
      margin-left: -8px !important;
    }
    #wp-calendar tbody td {
        padding: 0;
    }
    
    #footer_widget .textwidget ::-webkit-input-placeholder { 
        background-image: none !important;
        text-indent: 0px;
    }

    #footer_widget .textwidget :-moz-placeholder:before { /* Firefox 18- */
        background-image: none !important;
    }

    #footer_widget .textwidget *::-moz-placeholder {  /* Firefox 19+ */
        background-image: none !important;
    }

    #footer_widget .textwidget :-ms-input-placeholder { 
        background-image: none !important;
        text-indent: 0px !important;
    }
    
    .cr3ativcareer_career_split {
        width: 15px;
        height: 50px;
    }
    
    .left_content, .right_content, body.page-template-template-shop-php .left_content {
        width: 100%;
    }
    
    .right_content {
        margin-top: 90px;
    }
    
    .left_content_EDD {
        margin-right: 0;
        width: 100%;
    }

    .min-height {
        min-height: 260px;
    }
    #fes_login_registration_form_row_left, #fes_login_registration_form_row_right {
        margin-right: 0%;
        width: 100% !important;
        margin-left: 0%;
}
    #fes_login_registration_form_row_right {
        margin-top: 30px;
    }
    
    body.page-template-template-homepage .edd_feat_image_index:focus .caption, body.page-template-template-homepage .edd_feat_image_index:hover .caption, body.page-template-template-downloads .edd_feat_image_index:focus .caption, body.page-template-template-downloads .edd_feat_image_index:hover .caption, body.tax-download_category .edd_feat_image_index:focus .caption, body.tax-download_category .edd_feat_image_index:hover .caption, body.tax-download_tag .edd_feat_image_index:focus .caption, body.tax-download_tag .edd_feat_image_index:hover .caption, body.tax-cr3ativportfolio_type .edd_feat_image_index:focus .caption, body.tax-cr3ativportfolio_type .edd_feat_image_index:hover .caption, .edd_feat_image_index:focus .caption, .edd_feat_image_index:hover .caption {
    height: 100%;
}
    
    .horizontal_menu {
        width: 95%;
        padding: 15px 0 0 0;
        height: 60px;
    }
    
    .horizontal_menu ul {
		display:none;
    }

    .horizontal_menu select {
        display: block;
        margin: 0;
    }
    
.horizontal_menu select.selectnav {
    padding: 5px 10px;
    margin: 0 auto;
    border: 0px solid #ccc;
    max-width: 90%;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("img/arrowdown.gif") no-repeat 97% 50%;
}

.horizontal_menu select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    float: none;
}

.horizontal_menu select:focus {
    outline: none;
}
    
}

@media only screen and (max-width: 820px) {
	li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        width: 40.5% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 780px) {
	li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        width: 49.3% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
    .search_EDD #searchsubmit {
      	top: 12px;
    }
}
@media only screen and (max-width: 640px) {
	li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        width: 96% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 640px) {
    
    body.single-download .gallery-item {
        max-width: 18%;
        width: 18% !important;
        margin-bottom: 15px;
    }
    .top_logo {
      width: 49%;
    }
    .menu-shopping-cart-container {
      margin-right: -7px;
      margin-top: 5px;
      padding: 0;
    }
    .min-height {
        min-height: 260px;
    }
    
    .thumb_author_details {
        bottom: 30px;
    }
    
    tr.edd_cart_header_row, #edd_checkout_cart tfoot th.edd_cart_total, p#edd_final_total_wrap {
        font-size: 12px !important;
    }
    h1#fes-edit-order-page-title {
        font-size: 24px;
        font-weight: 600;
    }
    
    h1.EDD_title_small {
        margin-bottom: 10%;
        font-size: 20px;
        line-height: 24px;
    }

    ul.home_list {
      margin-left: 0 !important;
    }
    
    #isa-related-downloads li {
        margin: 0 15px 20px 0;
    }
    
    #edd_checkout_cart td img {
        display: none;
    }
    
    #edd_checkout_cart td, #edd_checkout_cart th {
        padding:0.5em 1em;
    }
    
    #edd_checkout_cart td {
        font-size: 13px;
    }
    
    .search_EDD { padding: 15px 10px 4px;}
    
    .search_EDD input[type="text"], .search_EDD input[type="text"]:focus {
        width: 60%;
    }
    
    .cr3ativstaff_social_icons img, .cr3ativstaff_employee_social img {
        max-width: 40px !important;
        margin-top: 10px;
    }
    
    .cr3ativstaff_social_icons {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    }
    
    .cr3ativstaff_employee_info {
    margin: 0 0 20px !important;
}
    
    blockquote:before {
        left: 6.5em;
    }
    
    .orderby &gt; div {
        margin-right: 10px;
    }
    
    .quote-image img, .quote-image img:hover {
        width: 65px;
        height: 65px;
    }
    
    .main_content, header, .title_block, .breadcrumbs, #footer_widget, footer, .menu_container {
        max-width: 90%;
    }
    
    .menu_container {
        max-width: 90%;
        min-width: 90%;
    }
    
    .container {
        width: 50%;
    }
    
    ul.home_list li {
        width: 98%;
        margin-right: 0;
    }

    .pricetable h3.pricetable-name {
        font-size: 20px;
    }
    
    .pricetable-featured .pricetable-button-container a, .pricetable .pricetable-button-container a {
        font-size: 14px;
        padding: 13px 15px 15px;
    }
    
    .pricetable .pricetable-feature {
        font-size: 16px;
    }
    
    .pricetable-column-inner, .pricetable-column, .pricetable .pricetable-column.pricetable-featured {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .pricetable .pricetable-column.pricetable-featured { 
        margin: 0 !important;
    }
    
    .pricetable-column {
        margin: 0 0 40px 0 !important;
    }
    
    h1 {
        font-size: 38px;
        line-height: 38px;
    }
    
    .title_block {
        padding-top: 40px;
    }
        
    .owl-item .clearbig {
        height: 10px;
    }
    
    .title_block h1 {
        font-size: 30px;
    }
    #fes-product-list thead { display: none; }
    .fes-product-list-td {
        display: block;
        width: 100%;
}
    
    #footer_widget .textwidget input[type="email"], #footer_widget .textwidget input[type="text"], #footer_widget .textwidget input[type="url"], #footer_widget .textwidget input[type="password"], #footer_widget .textwidget input[type="tel"], #footer_widget .textwidget input[type="email"]:focus, #footer_widget .textwidget input[type="text"]:focus, #footer_widget .textwidget input[type="url"]:focus, #footer_widget .textwidget input[type="password"]:focus, #footer_widget .textwidget input[type="tel"]:focus, #footer_widget .textwidget input[type="submit"], #footer_widget .textwidget input[type="submit"]:hover {
        font-size: 14px;
    }
    
    li.cr3ativeportfolio_portfolio-itemthree {
        width: 98% !important;
        margin-right: 0;
    }
    
    .intro {
        font-size: 16px;
        margin: 0 auto 50px;
    }
    
    .comment_wrapper_main {
        margin-top: 25px;
    }
    
    body.error404 .main_content .search {
        width: 100%;
    }
    
    body.error404 .main_content .search input[type="text"] {
        width: 75%;
    }
    
    h2 {
        line-height: 34px;
        font-size: 34px;
    }
    
    .one_third, li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        width: 100%;
    }
    
    .one_third .clearbig {
        height: 0;    
    }
    
    .cr3ativstaff_employee_image {
        float: none;
    }
    
    div.wpcf7-response-output {
        margin: 0 !important;
    }
    
    div.wpcf7-validation-errors {
        width: 100% !important;
    }
    
    .page-template-template-shop-php li.cr3ativeportfolio_portfolio-itemthree, body.page-template-template-shopsingleauthor li.cr3ativeportfolio_portfolio-itemthree, .edd_search_wrapper {
        width:100% !important;
    }
    .fes-vendor-menu ul li {
        margin-right: 10px;
    }
    body.page-template-page-fullwidth-php div.mce-edit-area { width: 100% !important; overflow: scroll; }
    
    li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        float: left !important;
        margin-right: 15px !important;
        width: 100% !important;
        margin-left: 0;
    }
    .cr3ativeportfolio_portfolio-itemthree.min-height:nth-child(3n), ul.home_list li:nth-child(3n), .cr3ativeportfolio_portfolio-itemthree:nth-child(3n) {
        margin-right: 15px !important;
    }

        .cr3ativeportfolio_portfolio-itemthree.min-height:nth-child(2n), ul.home_list li:nth-child(2n), .cr3ativeportfolio_portfolio-itemthree:nth-child(2n), .edd_search_wrapper {
        margin-right: 0 !important;
    }
    
    .edd_feat_image_index:focus .caption,
.edd_feat_image_index:hover .caption {
    height: 100%;
}
    
    ul#cr3ativeportfolio_portfolio-list-plain {
        margin-left: 0px;
    }
    
    .min-height-small {
    min-height: 222px;
}

}

@media only screen and (max-width: 480px) {

    #fes-order-list thead { display: none; }
    #fes-order-list td {
        display: block;
        padding: 5px 20px !important;
        width: 100%;
    }
    #fes-order-list td:first-child {
        padding: 20px 20px 5px 20px !important;
    }
    #fes-order-list td:last-child {
        padding: 5px 20px 20px 20px !important;
    }
    #fes-vendor-store-link {
        max-width: 90%;
        word-wrap: break-word;
    }
    #edd_purchase_receipt td {
        display: block;
        padding: 0 !important;
        width: 100%;
    }
    #edd_purchase_receipt &gt; thead {
        display: none;
    }
    
    .fes-vendor-menu ul li {
        display: block;
        float: none;
        list-style: none outside none;
        margin-left: 0;
        margin-right: 0px;
        text-transform: uppercase;
        width: 100%;
}
    .fes-vendor-menu ul {
        padding: 0px;
    }
    .min-height {
        min-height: 260px;
    }
    
    .comment-author-avatar {
    float: none;
    margin-bottom: 20px;
}
    
    .comment_wrapper_main, .edd_comment_wrapper_main {
        padding: 0px;
        background-color: transparent !important;
    }
    
    .commentlist li {
        padding: 30px 0px 0px;
    }
    
    .comment-content .button {
        right: 0;
    }
    
    body .creativ-shortcode-button-size-large {
    font-size: 11px !important;
    }
    
    img.alignleft, img.alignright {
        float: none;
        margin: 0;
    }
    
    #footer_widget p, #footer_widget a {
        font-size: 16px;
    }
    
    #footer_widget .textwidget input[type="email"], #footer_widget .textwidget input[type="text"], #footer_widget .textwidget input[type="url"], #footer_widget .textwidget input[type="password"], #footer_widget .textwidget input[type="tel"], #footer_widget .textwidget input[type="email"]:focus, #footer_widget .textwidget input[type="text"]:focus, #footer_widget .textwidget input[type="url"]:focus, #footer_widget .textwidget input[type="password"]:focus, #footer_widget .textwidget input[type="tel"]:focus, #footer_widget .textwidget input[type="submit"], #footer_widget .textwidget input[type="submit"]:hover {
        font-size: 12px;
    }
    
    .cr3ativcareer_post_date2 {
        padding: 10px 5px 14px;
    }
    
    .cr3ativcareer_career_print, .cr3ativcareer_pdf_download {
        padding-left: 5px !important;
        padding-top: 10px !important;
    }
    
    #isa-related-downloads li {
        width: 100% !important;
    }
    
    .EDD_Featured_Image .image-gallery li {
        width: 50% !important;
    }
    
    li.cr3ativeportfolio_portfolio-itemthree, ul.home_list li {
        float: left !important;
        margin-right: 0px !important;
        width: 100% !important;
        margin-left: 0;
    }
    .min-height {
        min-height: 260px;
    }
    a#trigger-overlay {
        margin-top: 9px;
    }
    .menu_container {
        top: 40px;
    }
    #edd_user_history .edd_purchase_row th {
        font-size: 14px;
        padding: 8px 12px;
    }
    #edd_user_history td {
        padding: 8px 12px;
    }
    
    .menu-shopping-cart-container {
        padding: 5px;
    }
    
    .orderby .dashicons, .orderby .dashicons-before::before {
        width: 20px !important;
    }
    
    span.orderme {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .orderby &gt; div {
        margin-bottom: 10px;
    }
    
    .cr3ativeportfolio_portfolio-filter {
        display: none;
    }


}

@media only screen and (max-width: 414px) {
    
    .min-height {
        min-height: 260px;
    }
    
    .thumb_author_details {
        top: 90%;
    }
    
    .search_EDD input[type="text"], .search_EDD input[type="text"]:focus {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .search_EDD input {
        width: 100%;
        font-size: 14px;
    }
    
    #footer_widget input[type="submit"] {
        width: 100%;
        margin-top: -10px !important;
    }
    
    #footer_widget span.wpcf7-form-control-wrap {
        width: 100%;
        margin: 0;
    }
    
    .edd_feat_image_index:focus .caption, .edd_feat_image_index:hover .caption {
        height: 100%;
    }
}

@media only screen and (max-width: 320px) {
    
    .min-height {
        min-height: 260px;
    }
    
    .thumb_author_details {
        top: 90%;
    }
    
    .cr3ativcareer_post_details {
        border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
    }
    
    .cr3ativcareer_career_print, .cr3ativcareer_pdf_download {
        padding-left: 0px !important;
    }
    
    .cr3ativcareer_career_print a, .cr3ativcareer_pdf_download a {
        margin-left: 30px;
    }
    
    #footer_widget_wrapper {
        padding: 30px 0;
    }
    
    #footer_widget .textwidget input[type="email"], #footer_widget .textwidget input[type="text"], #footer_widget .textwidget input[type="url"], #footer_widget .textwidget input[type="password"], #footer_widget .textwidget input[type="tel"], #footer_widget .textwidget input[type="email"]:focus, #footer_widget .textwidget input[type="text"]:focus, #footer_widget .textwidget input[type="url"]:focus, #footer_widget .textwidget input[type="password"]:focus, #footer_widget .textwidget input[type="tel"]:focus, #footer_widget .textwidget input[type="submit"], #footer_widget .textwidget input[type="submit"]:hover {
        font-size: 14px;
    }
    
    #bottom_menu ul {
        margin: 0;
    }
    
    #bottom_menu ul li a:before {
        content: "";
        padding-right: 0;
    }
    
    #bottom_menu ul li {
        width: 100%;
        margin-right: 0;
    }
    
    .EDD_Featured_Image .image-gallery li {
        text-indent: -12px;
    }
    
    .left, .right {
        padding: 35px;
    }
    
    .search input[type="text"], .search input[type="submit"] {
        width: 95%;
    }
    
    .cr3ativcareer_post_date2 {
        padding: 5px 0 0px 0px;
        border: none;
    }
    
    .cr3ativcareer_career_print, .cr3ativcareer_pdf_download {
        float: left;
        width: 100%;
    }
    
    .cr3ativcareer_career_split {
        display: none;
    }
    
    .breadcrumbs a:after {
        padding: 0 5px;
    }
    
    body.error404 .main_content .search input[type="text"] {
        width: 100% !important;
    }
    
    .comment-content .button, ul.children .comment-content .button {
        float: none;
        position: relative;
        right: 0;
        top: 0;
    }
    
    ul.children {
        margin-left: 0;
    }
    
    .gallery-item {
        max-width: 100%;
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    body.single-download .gallery-item {
        max-width: 16%;
        width: 16% !important;
        margin-bottom: 15px;
    }
    .top_logo {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .container {
        margin: 0;
        width: 100%;
    }
    .menu-shopping-cart-container {
        float: left;
        margin-top: -3px;
        text-align: left;
    }
    .horizontal_menu {
        margin: 0 auto;
    }
    
    .search input[type="submit"] {
        font-size: 14px;
    }
    
    .search input[type="text"] {
        font-size: 16px;
    }
    
    .horizontal_menu {
        width: 94%;
        text-align: center;
        margin-right: 17px;
    }
    
    .top_logo {
        padding: 20px 0;
    }
    
    a#trigger-overlay {
        margin-bottom: 20px;
    }

}

/* End of Media Queries */

.tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}
 
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
 
.tabs input[type=radio] {
    display:none;
}
 
.tabs label[for="tab1"], .tabs label[for="tab2"], .tabs label[for="tab3"] {
    display: block;
    float: left;
    width: 33.3333%;
 
    color: #ccc;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
 
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
 
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    clear: none;
}
 
.tabs label[for="tab1"] i, .tabs label[for="tab2"] i, .tabs label[for="tab3"] i {
    padding: 5px;
    margin-right: 0;
}
 
.tabs label[for="tab1"]:hover, .tabs label[for="tab2"]:hover, .tabs label[for="tab3"]:hover {
    color: #3498db;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
}
 
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
  
    background-color:#ffffff;
}

.tab-content * {
 
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
 
@keyframes scale {
 
  0% { 
    transform: scale(0.9);
    opacity: 0;
    }
 
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
 
  100% { 
    transform: scale(1);
    opacity: 1;
  }
 
}

.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}
 
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}

#tab-content3 .EDD-Avatar img {
    height: 50px;
    width: 50px;
}

#tab-content3 .vendor_list_meta, #tab-content3 .EDD-Author {
    margin-left: 0;
}

@media (min-width: 768px) { 
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
 
    .tabs label span {
        display: inline-block;
    }
 
    .tabs {
    max-width: 750px;
    margin: 50px auto;
    }
}



/* NEW EDD &amp; FES CLASSES*/

.fes-hide {
	display: none;
}

body.edd-checkout #edd_purchase_form {
    margin-top: 60px;
}

.fes-vendor-menu [class^="icon-"],
.fes-vendor-menu [class*=" icon-"] {
	background-image: url("img/glyphicons-halflings-white.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-right: 0.3em;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}

.fes-vendor-menu .icon-wrench {
	background-position: -360px -144px;
}
.fes-vendor-menu .icon-pencil {
	background-position: 0 -72px;
}
.fes-vendor-menu .icon-white,
.fes-vendor-menu .nav-pills &gt; .active &gt; a &gt; [class^="icon-"],
.fes-vendor-menu .nav-pills &gt; .active &gt; a &gt; [class*=" icon-"],
.fes-vendor-menu .nav-list &gt; .active &gt; a &gt; [class^="icon-"],
.fes-vendor-menu .nav-list &gt; .active &gt; a &gt; [class*=" icon-"],
.fes-vendor-menu .dropdown-menu &gt; li &gt; a:hover &gt; [class^="icon-"],
.fes-vendor-menu .dropdown-menu &gt; li &gt; a:focus &gt; [class^="icon-"],
.fes-vendor-menu .dropdown-menu &gt; li &gt; a:hover &gt; [class*=" icon-"],
.fes-vendor-menu .dropdown-menu &gt; li &gt; a:focus &gt; [class*=" icon-"],
.fes-vendor-menu .dropdown-menu &gt; .active &gt; a &gt; [class^="icon-"],
.fes-vendor-menu .dropdown-menu &gt; .active &gt; a &gt; [class*=" icon-"],
.fes-vendor-menu .dropdown-submenu:hover &gt; a &gt; [class^="icon-"],
.fes-vendor-menu .dropdown-submenu:focus &gt; a &gt; [class^="icon-"],
.fes-vendor-menu .dropdown-submenu:hover &gt; a &gt; [class*=" icon-"],
.fes-vendor-menu .dropdown-submenu:focus &gt; a &gt; [class*=" icon-"] {
	background-image: url("img/glyphicons-halflings-white.png");
}
.fes-vendor-menu .icon-order {
	background-position: 0 -72px;
}
.fes-vendor-menu .icon-list {
	background-position: -360px -48px;
}
.fes-vendor-menu .icon-user {
	background-position: -168px 0;
}
.fes-vendor-menu .icon-gift {
	background-position: -24px -120px;
}
.fes-vendor-menu .icon-home {
	background-position: 0 -24px;
}
.fes-vendor-menu .icon-earnings {
	background-position: -408px -0;
}
.fes-vendor-menu .icon-off {
	background-position: -384px 0;
}
p.edd_error {
    font-size: 18px;
    color: #D8505D;
    border-radius: 3px;
    width: auto;
    border: 2px solid #D8505D;
    padding: 0 20px;
}
span.fes-price-value {
    display: inline-block;
    float: right;
    margin-top: -35px;
}


/* NEW STYLE FIXES FOR UPDATED FES (AGAIN) */

.left_content_EDD table#isa-edd-specs {
    display: none;
}

table.edd-fpd th, table.edd-fpd td {
    line-height: 1.8em;
    margin: 0;
}
body.search-results h1.title {
    font-size: 20px;
    font-weight: 400;
}
ul.horiz li ul, ul.horiz li ul.sub-menu li ul {
    box-shadow: none;
}
ul.horiz li:hover ul, ul.horiz li ul.sub-menu li:hover ul, ul.horiz li ul li a:hover {
    border-radius: 0 0 3px 3px;
}
ul.horiz li ul li a:hover, ul.horiz li ul li a {
    padding: 10px 15px;
}
#cr3ativeportfolio_portfolio-filter li a, #cr3ativeportfolio_portfolio-filter li a:hover, #cr3ativeportfolio_portfolio-filter li a.current {
    margin-bottom: 0;
}
.cr3ativeportfolio_wrapper h1 {
    font-weight: 400;
}
#wp-calendar caption {
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 10px 5px 0;
    font-weight: 600;
}
#wp-calendar thead th {
    font-weight: 700;
}
h1#fes-vendor-contact-form-title {
    font-size: 16px;
}
.col-author p {
    display: inline-block;
    width: 100%;
}
.col-author span.fes-comment-author-name {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.col-content {
    vertical-align: top;
}
.col-author .fes-author-img img {
    float: none;
    margin: 0;
    max-width: 80px;
}
.col-content .fes-vendor-comment-respond-form {
    border-radius: 5px;
    margin-bottom: 70px;
    padding: 30px 30px 1px;
}
.fes-vendor-comment-respond-form table {
    margin: 0 0 30px;
}
.fes-vendor-comment-respond-form .fes-cmt-submit-form.button, .fes-vendor-comment-respond-form .fes-ignore {
    font-size: 14px;
    margin: 20px 10px 0 0;
}
.col-content .fes-comments-content {
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
.col-content .fes-comments-content::after {
    border-style: solid;
    border-width: 15px 15px 15px 0;
    content: "";
    display: block;
    left: -14px;
    position: absolute;
    top: 13px;
    width: 0;
    z-index: 1;
}
.col-content .fes-vendor-comment-respond-form:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
display: block;
width: 0;
z-index: 1;
top: -14px;
left: 20px;
}
.col-content .fes-vendor-comment-respond-form {
    position: relative;
}
#fes-vendor-store-link &gt; a {
    border-radius: 3px;
    margin-left: 10px;
    padding: 10px 20px;
}
.fes-vendor-comment-respond-form textarea.fes-cmt-body {
    opacity: 0.7;
}
.fes-vendor-comment-respond-form textarea:focus.fes-cmt-body {
    opacity: 1;
}



/* Custom css */

.edd_feat_image_index {
    position: relative;
    overflow: hidden;
}
.edd_feat_image_index img.wp-post-image {
    position: relative;
}
.ribbon {
    position: absolute;
    left: -44px;
    top: -11px;
    z-index: 1;
    overflow: hidden;
    width: 127px;
    height: 143px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 147px;
    display: block;
    background: #79A70A;
    position: absolute;
    top: 32px;
    left: 0;
}
h2.single-ribbon {
    position: relative;
    max-width: 35%;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #FFFFFF;
    background-color: rgba(4, 4, 4, 0.26);
    -webkit-box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.25);
    -moz-box-shadow: 0px 2px 4px #888;
    box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.25);
    top: 60px;
    left: 20px;
    text-align: center;
    z-index: 99;
}
.single-ribbon:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -2px;
    top: 0px;
    border-color: transparent #fff transparent transparent;
}
/* ===================================== */
/* ===================================== */

body.page-template-template-homepage .edd_feat_image_index:focus .caption,
body.page-template-template-homepage .edd_feat_image_index:hover .caption,
body.page-template-template-downloads .edd_feat_image_index:focus .caption,
body.page-template-template-downloads .edd_feat_image_index:hover .caption,
body.tax-download_category .edd_feat_image_index:focus .caption,
body.tax-download_category .edd_feat_image_index:hover .caption,
body.tax-download_tag .edd_feat_image_index:focus .caption,
body.tax-download_tag .edd_feat_image_index:hover .caption,
body.tax-cr3ativportfolio_type .edd_feat_image_index:focus .caption,
body.tax-cr3ativportfolio_type .edd_feat_image_index:hover .caption,
body.page .edd_feat_image_index:hover .caption,
body.search-results .edd_feat_image_index:hover .caption {
    height: 100%;
}
.featured-overlay {
	border: 1px solid #ebebeb;
	border-bottom: 0 none;
	min-height: 160px;
	overflow: hidden;
	position: relative;
}
.custom-details .EDD-Author a{
    font-size: 12px;
    font-weight: 600;
}
.custom-details .EDD-Author {
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.custom-details {} .custom-details .EDD-Author {} .custom-details .EDD-Author .live-preview {
    float: left;
    display: inline-block;
    margin: 0;
}
.custom-details .EDD-Author .purchase-themeforest {
    float: right;
    margin: 0;
}
.custom-details .EDD-Author .edd_download_purchase_form {
    float: right !important;
    width: initial;
    clear: inherit;
}
.custom-details .EDD-Author .edd_download_purchase_form .edd_purchase_submit_wrapper {
    position: inherit;
    width: inherit;
    margin: 0;
    float: inherit;
}
.custom-details .EDD-Author .edd_download_purchase_form .edd-add-to-cart {
    margin: 0;
}
.custom-details .EDD-Author .edd_download_purchase_form .edd_go_to_checkout {
    margin: 0;
}
.custom-details .EDD-Author .edd_download_purchase_form .free-download {} div.EDD-thumb-details .more-link a {
    color: #363f48;
    font-weight: bold;
}
div.thumb_author_details {
    bottom: 0;
    clear: both;
    display: block;
    position: inherit;
    width: 100%;
    height: 40px;
}
ul.main-custom li a, ul.main-custom li a:hover{
/*    font-size: 14px;
    font-weight: 600;*/
}

.edd-wl-button &gt; .glyphicon-star {
    margin-right: 7px;
}




.custom-details .edd_price_options.edd_multi_mode {
    position: absolute;
    left: -1000px;
    background: rgba(202, 103, 33, 0.84);
}

div [itemprop=description] form.edd_download_purchase_form {
    display: none !important;
}




body .theme-install .creativ-shortcode-cols {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 25px;
    overflow: hidden !important;
}

body .theme-install .creativ-shortcode p {
    margin-bottom: 0;
    float: right;
    padding: 0;
}


body .theme-install .creativ-shortcode .creativ-shortcode-col-a p {
    float: left;
}
body .theme-install a.creativ-shortcode-button {
    margin: 0;
} 

/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
.topbutton {
  background: #000;
  border: 1px solid;
  bottom: 50px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.btn-hide {
  opacity: 0 !important;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

a#scroll-top {
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
}
a#scroll-top:hover {
    opacity: 1;
}

span.dashicons.dashicons-arrow-up-alt2 {
    font-size: 30px;
    margin-left: -10px;
    margin-top: 4px;
}
p.change-grevater span {
    font-size: 11px;
}

ul.text-left {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 35px;
}

ul.text-left strong {
    margin-right: 15px;
}
.page-template-template-homepage-php .main_content &gt; .center + .clearbig + hr + .home-title-meta {
	margin-bottom: 75px;
	margin-top: 60px;
}
#footer_widget_wrapper {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#footer_widget_wrapper #footer_widget h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.75em;
	text-transform: capitalize;
}
#footer_widget_wrapper #footer_widget .theme-install-btn {
	margin-bottom: 0;
}
.footer-widget-area:before, 
.footer-widget-area:after
.row:before, 
.row:after {
	content: " ";
	display: table;
}

.footer-widget-area, .row {
	margin-left: -15px;
	margin-right: -15px;
}
#footer_wrapper [class*='col-'] {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#footer_wrapper .col-3 {
	width: 25%
}
#footer_wrapper .col-4 {
	width: 33.3333%;
}
#footer_wrapper .col-6 {
	width: 50%;
}
#footer_wrapper .col-8 {
	width: 66.6667%;
}
.footer-widget-area .widget-title {
	color: #fff;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 14px;
}
#subscribe-result {
    clear: both;
    color: white !important;
    font-size: 12px;
    text-align: center;
    margin: 10px 0px;
}


.footer-widget-area .widget {
	overflow: hidden;
}
.footer-widget-area .sh-module-content .nav.menu {
	padding-bottom: 0;
}
.footer-widget-area .sh-module-content .nav.menu li a {
	font-size: 13px;
	font-weight: normal;
	padding-left: 0;
	text-transform: none;
}
.footer-widget-area .newsletter-description {
	color: #afb2b6;
	font-size: 13px;
}
.footer-widget-area input[type="email"] {
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 0;
	border-color: #787b7f !important;
}
.footer-widget-area input[type="email"]:focus {
	border-color: #787b7f !important;
	opacity: 1;
	color: #787b7f;
}
.footer-widget-area .subscribe-btn {
	background-color: #119d55 !important;
	font-size: 13px !important;
	margin: 5px 0 0;
	text-transform: capitalize;
}
.footer-widget-area .subscribe-btn:hover {
	opacity: 0.75;
	margin: 5px 0 0 !important;
	background-color: #119d55 !important;
}
.footer-widget-area .widget {
	overflow: hidden;
}
.footer-widget {
	margin-bottom: 60px;
	overflow: hidden;
}
.copyright {
	text-align: right;
	text-transform: none;
}
.page-template-template-homepage-php .service-icon:hover {
	background: transparent !important;
}
.right_content.edd_downloads h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 18px;
}
.right_content.edd_downloads #isa-edd-specs caption {
	font-size: 14px;
	font-weight: 700 !important;
	margin-bottom: 18px;
}
.right_content.edd_downloads #isa-edd-specs td:nth-child(2) {
	color: #afb2b6 !important;
	word-spacing: 1px;
}
.product-meta-field {
	text-align: center;
    margin-top: 12px;
}
.product-meta-field &gt; div {
	display: inline-block;
}
.live_preview_button {
  /*margin-bottom: 45px;*/
  padding-bottom: 0 !important;
}
.live_preview_button a {
	border-radius: 3px;
	font-size: 13px !important;
	padding: 8px 25px;
	margin: 0;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .left_content_EDD .share-area {
	background: #363f48;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 13px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .left_content_EDD .share-area a {
	padding: 0 8px;
	color: inherit;
}
body.single-download &gt; .page_wrap &gt; .main_content &gt; .left_content_EDD .live_preview_button a {
	background-color: #363f48 !important;

}
.edd_download_purchase_form .edd_price_options span {
    position: relative;
    top: -3px;
}
.contentsingle p {
	line-height: 1.75em !important;
	margin-bottom: 28px;
}
.page-template-template-downloads .page_wrap {
	background: #f5f5f5;
}
.page-template-template-downloads .main_content {
	padding-top: 30px;
}
.page-template-template-downloads .main_content .center &gt; h3 {
	font-size: 30px;
	font-weight: 700;
}
.page-template-template-downloads .main_content .center &gt; h3 + .intro {
	font-size: 16px;
}

.blog  .page_wrap .main_content {
	padding-top: 30px;
}

.blog .page_wrap .main_content &gt; h1 {
	display: none;
}
.blog .page_wrap .main_content .post_format {
	display: none;
}
.blog .page_wrap .main_content h2 {
	font-weight: 600;
	text-transform: none;
}
.blog .page_wrap .main_content .post_format + h2 + .meta_date + a + .clearbig {
	height: 20px;
}
.blog .page_wrap .main_content .post p {
	line-height: 1.75em;
}

.aiosc-filter-cholder select {
	border: 1px solid #ddd !important;
	font-size: 13px !important;
	margin: 0;
	padding: 6px 47px;
} 
.aiosc-filter-buttons button[type="submit"],
.aiosc-filter-buttons button[type="submit"]:hover {
	margin-top: 0 !important;
}
.aiosc-filter-buttons .reset-filters {
	padding: 4px 15px !important;
}
.aiosc-search-box &gt; input[type="text"] {
  height: 50px !important;
}
.aiosc-filters-container {
	margin-top: 45px;
	overflow: hidden;
}
.aiosc-filter-checks {
  margin-left: 0 !important;
  margin-top: 18px !important;
}
.aiosc-search-box #search-submit {
	margin-top: 16px;
}
.aiosc-filters .select2-container .select2-selection--single {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset !important;
	font-size: 13px;
	height: 35px !important;
	text-align: center;
}
.aiosc-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px !important;
}
.aiosc-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important;
}
.aiosc-filter-cholder.aiosc-filter-checks label {
	float: none !important;
	text-transform: capitalize !important;
}
.aiosc-filter-cholder.aiosc-filter-checks label strong {
	font-weight: 500 !important;
	position: relative;
	top: 2px;
	font-size: 14px;
}
.aiosc-filters .aiosc-filter-buttons {
  display: block;
  float: right !important;
  margin-top: 20px !important;
}
.aiosc-filter-buttons #reset-filters {
	border: 0 none;
	border-radius: 2px;
	color: #363f48;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-top: -1px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.aiosc-filters {
	margin-bottom: 30px !important;
}
.aiosc-ticket-list {
	padding-top: 30px;
}
.customize-support h1.title {
	/* display: none; */
}
.archive .page_wrap {
	background: #f5f5f5;
}
.page-template-template-contact  .main_content {
	padding-top: 45px;
}

.page-template-template-contact input[type="text"], 
.page-template-template-contact input[type="text"], 
.page-template-template-contact input[type="email"], input[type="url"], 
.page-template-template-contact input[type="password"], input[type="tel"], 
.page-template-template-contact textarea {
	border: 1px solid #dee1e5;
	border-radius: 0;
	padding: 7px 10px;
}
.page-template-template-contact .wpcf7-form p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
.wpcf7-form-control-wrap textarea {
	max-height: 150px;
}
.wpcf7-form-control.wpcf7-submit {
	border-radius: 0;
	padding: 8px 40px;
}
.page-template-template-dashboard a:focus {
	outline: none;
}
.page-template-template-dashboard #header_wrapper .top_logo  + .container {
	float: right !important;
	margin: 20px 0 !important;
	width: 30% !important;
}
.page-template-template-dashboard .left_content {
  margin-right: 2% !important;
}
.page-template-template-dashboard .left_content .hovercard {
	margin-top: 0 !important;
}
.page-template-template-dashboard .left_content .hovercard .cardheader {
	height: 215px !important;
}
.page-template-template-dashboard .left_content .bottom &gt; h4 {
	margin-bottom: 20px;
	text-transform: capitalize;
} 
.page-template-template-dashboard .left_content .bottom #edd_user_history {
	margin-bottom: 21px !important;
} 
.page-template-template-dashboard .left_content .info .title {
	text-transform: capitalize;
	margin-bottom: 30px;
} 
li.cr3ativeportfolio_portfolio-itemthree {
	margin-bottom: 25px !important;
}
@media only screen and (max-width: 640px) {
	#footer_widget_wrapper #footer_widget h3 {
	  font-size: 18px !important;
	  font-weight: 600 !important;
	  margin-bottom: 33px !important;
	}
}
@media only screen and (max-width: 390px) {
	.featured-overlay {
		min-height: 200px !important;
	}
}
.blog .main_content hr {
  border-bottom: 1px solid #eaeaea !important;
}
.single.single-post .main_content .single_meta + img + .clearbig {
	height: 30px;
}
@media only screen and (max-width: 640px) {
	blockquote p {
	  padding: 2em 3em !important;
	}
}
.aiosc-ticket-preview .aiosc-window &gt; h2 {
	font-size: 25px !important;
	text-transform: none !important;
}
.aiosc-ticket-preview .aiosc-window &gt; h2 span a {
	font-size: 13px !important;
	text-transform: capitalize;
}
.aiosc-ticket-preview .aiosc-title span {
  	font-size: 11px !important;
}
.aiosc-ticket-main .aiosc-eot {
  margin-bottom: 45px;
  margin-top: 45px;
  overflow: hidden;
}
.aiosc-window.aiosc-reply-form .aiosc-title.aiosc-title-sm {
	font-size: 30px !important;
	text-transform: none !important;
} 
.aiosc-reply-form .wp-editor-container {
  margin-top: 1px !important;
}
.aiosc-uploader-browse .aiosc-uploader-file-name {
	padding: 5px 25px !important;
}
.aiosc-uploader-browse .aiosc-uploader-file-name a {
	font-size: 13px !important;
}
#aiosc-form .cholder .input-info {
	font-size: 13px !important;
}
.aiosc-window.aiosc-replies {
	font-size: 30px !important;
	text-transform: none !important;
}
.aiosc-ticket-sidebar .aiosc-window .aiosc-title {
	font-size: 17px !important;
	font-weight: 700 !important;
	margin-top: 10px !important;
	text-transform: uppercase !important;	
}
.aiosc-ticket-sidebar .aiosc-window .aiosc-title + .aiosc-ticket-details-table {
	font-size: 14px !important;
}
.aiosc-ticket-sidebar .aiosc-window .aiosc-title + .aiosc-ticket-details-table tr th:first-child {
	font-weight: 700 !important;
}
.aiosc-ticket-sidebar .aiosc-window .button {
	background: transparent !important;
	border: 1px solid #ddd !important;
	font-size: 13px !important;
	padding: 6px 12px !important;
	margin-bottom: 4px !important;
}
.aiosc-cholder label {
	font-size: 15px !important;
	font-weight: 600 !important;
}
.aiosc-cholder label +  input[type="text"] {
	border-radius: 0 !important;
}
.aiosc-cholder select {
	margin: 0 !important;
	border: 1px solid #ddd !important;
	padding: 10px 40px !important;
}
.aiosc-cholder #aiosc-form-submit {
	padding: 10px 50px;
}
.aiosc-reply-head {
	font-size: 15px !important;
	line-height: 1.75em !important;
	padding: 10px 25px !important;
	margin-bottom: 10px;
}
.aiosc-reply-content p {
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin-bottom: 1.2em !important;
}

#aiosc-replies-load-more {
	padding: 0 !important;
}
#aiosc-replies-load-more a {
	border: 1px solid;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: normal;
	padding: 5px 23px;
	text-transform: uppercase;
}
#aiosc-replies-no-more {
	font-size: 15px;
	padding: 0 !important;
	text-transform: capitalize;
}



#edd_profile_name_wrap label {
	font-size: 15px !important;
	font-weight: 700 !important;
}
#edd_profile_name_wrap  input[type="text"], 
#edd_profile_name_wrap  input[type="email"], 
#edd_profile_name_wrap  input[type="url"], 
#edd_profile_name_wrap  input[type="password"], 
#edd_profile_name_wrap  input[type="tel"], 
#edd_profile_name_wrap  textarea {
	border-radius: 0 !important;
}
#edd_profile_display_name_wrap {
	margin-top: 0 !important;
}
#edd_display_name, 
#edd_address_country {
	margin: 3px 0 !important;
	padding: 14px !important;
	width: 100% !important;
	border: 1px solid #b7b7b7 !important;
}
#edd_profile_editor_submit {
	padding: 10px 40px !important;
}
#edd_register_form p &gt; label {
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

#edd_register_form input[type="text"], 
#edd_register_form input[type="text"], 
#edd_register_form input[type="email"], 
#edd_register_form input[type="url"], 
#edd_register_form input[type="password"], 
#edd_register_form input[type="tel"], 
#edd_register_form textarea {
	border-radius: 0 !important;
}
#edd_register_form p .button {
	padding: 12px 45px !important;
}


/* Support Page */
.main_content_section .col-12 {
    max-width: 450px;
    margin: 0 auto;
}
.main_content_section .g-recaptcha {
    clear: both;
    padding: 10px 0;
    float: right;
    margin-top: -162px;
}

.main_content_section .registation {
    float: right;
    margin-right: 0;
    margin-top: -50px;
}
.main_content_section .edd_submit {
    padding: 22px 30px;
    font-size: 20px;
}

strong.item_subtitle_meta {
    display: block;
    font-size: 12px;
}

 ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: inherit;
}

ul.post-categories li {
    float: left;
    list-style: none;
    line-height: 10px;
}

ul.post-categories li a {
    font-size: 12px;
}


/* slkdjflkkkkkkkkkkkkkkkkkkkkk */
.installation-items-section-one ul li ul li {
    width: 100% !important;
}

.installation-items-section-one ul li ul {
    margin: 0;
    padding: 0;
}

.installation-items-section-one .edd_purchase_submit_wrapper {
    margin-top: 0 !important;
}

.installation-items-section-one .edd_purchase_submit_wrapper a {
    display: block;
    background: green;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
}
.installation-items-section-one &gt; ul &gt; li &gt; .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(249, 249, 249, 0.55);
}

.installation-items-section-one &gt; ul &gt; li {
    color: #000;
    border: 1px solid #ddd;
}

/* Form Css */
.installation-items-section-one .container-install {
    width:100%;
    margin:0 auto;
}
.installation-items-section-one &gt; ul &gt; li .item-demo-install p.center {
    text-align: center;
    margin-top: 6px;
    background: #ddd;
    padding: 10px;
}

.page-template-template-themeistall input[type='text'],
.page-template-template-themeistall input[type='url'] {
    border-radius: 0;
    padding: 10px;
    font-size: 13px;
}
.page-template-template-themeistall label {
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
}
.page-template-template-themeistall .website-information &gt; p {
    margin-bottom: 15px;
}
.page-template-template-themeistall .website-information &gt; fieldset + fieldset,
.page-template-template-themeistall .website-information &gt; fieldset + fieldset + fieldset {
    width: 48.5%;
    float: left;
}
@media screen only and (max-width: 992px) {
    .page-template-template-themeistall .website-information &gt; fieldset + fieldset,
    .page-template-template-themeistall .website-information &gt; fieldset + fieldset + fieldset {
        width: 100%;
        float: none;
    }
}
.page-template-template-themeistall .website-information &gt; fieldset + fieldset + fieldset {
    margin-left: 30px;
}
.page-template-template-themeistall .container-install fieldset button {
    border-radius: 0;
    margin-top: 6px;
    padding: 10px 60px;
}
.page-template-template-themeistall .installation-items-section-one &gt; h2, .page-template-template-themeistall .installation-items-section-two &gt; h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: left;
    text-transform: none;
}

.aiosc-uploader ul.aiosc-uploader-files {
    overflow: visible !important;
    display: table;
}
.page-template-template-themeistall .installation-items-section-one .edd_purchase_submit_wrapper a.button {
    display: table;
    margin-bottom: 10px;
}


.page-template-template-themeistall .installation-items-section-two input[type=text], 
.page-template-template-themeistall .installation-items-section-two input[type=email], 
.page-template-template-themeistall .installation-items-section-two input[type=url],
.page-template-template-themeistall .installation-items-section-two input[type=password], 
.page-template-template-themeistall .installation-items-section-two input[type=tel] {
    float: none !important;
}
.page-template-template-themeistall .installation-items-section-two span.wpcf7-not-valid-tip {
    font-size: 14px !important;
    width: 205px !important;
    top: -40px !important;
    position: relative;
}
.page-template-template-themeistall .installation-items-section-two input {
    margin-bottom: 40px !important;
}
.page-template-template-themeistall .installation-items-section-two .wpcf7-response-output {
    margin: 0 !important;
}




.right_content.edd_downloads {
    margin-top: 0px !important;
}
img.aligncenter {
    margin-bottom: 10px !important;
}
.right_content h4 {
    font-size: 14px !important !important;
}

.single.single-post .main_content &gt; h2 {
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 1.45em !important;
    margin-bottom: 25px !important;
    text-transform: capitalize !important;
}
.single.single-post .main_content &gt; .single_meta + img {
    width: 100% !important;
}
.comment_wrapper_main {
    padding: 30px !important;
    border-radius: 0 !important;
}
.comment_wrapper_main {
    padding: 30px !important;
}
.commentlist li {
    border-radius: 0 !important;
}

#commentform {
    margin-top: 0 !important;
}
#reply-title {
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
#email-notes {
    font-size: 14px !important;
}
p.logged-in-as, 
p.logged-in-as a, 
p.logged-in-as a:hover {
    font-size: 14px !important;
}

#commentform label {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

#commentform input[type="text"], 
#commentform input[type="email"], 
#commentform input[type="url"], 
#commentform input[type="password"], 
#commentform input[type="tel"], 
#commentform textarea {
    border: 1px solid #ebeef2 !important;
    border-radius: 0 !important;
}
#commentform .comment-form-comment + .comment-form-author {
    margin-top: 15px !important;
}
#commentform .form-submit .submit {
    border-radius: 0 !important;
    padding: 13px 30px !important;
    margin-bottom: 8px !important;
}

.comment-author {
    text-transform: capitalize !important;
}

#respond p.form-submit {
  margin-top: 10px !important;
}

.customize-support .main_content .main_content_fullwidth {
    max-width: 100% !important;
}
.customize-support .aiosc-ticket-preview .aiosc-ticket-sidebar {
    width: 30.042% !important;
}
.customize-support .aiosc-ticket-preview .aiosc-ticket-main {
    width: 67.104% !important;
}
.aiosc-ticket-sidebar .aiosc-window {
    padding: 20px !important;
    border: 1px solid #f2f2f2 !important;
}
.aiosc-ticket-sidebar .aiosc-window .aiosc-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  text-transform: uppercase !important;
}
.aiosc-ticket-sidebar .aiosc-window .aiosc-title + .aiosc-ticket-details-table {
  font-size: 13px !important;
}

.single-item-type H2 {
    font-size: 25px;
    font-weight: bold;
    color: #363f48;
    text-transform: capitalize !important;
}

.single-item-type h2 span {
    color: #AFB2B6;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.type-download .edd_download_purchase_form {
    display: none !important;
}

/* Blog page redesign */
.blog .page_wrap,
.single.single-post .page_wrap {
	background: #f8f8f8;
}
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6,
.single.single-post h1,
.single.single-post h2,
.single.single-post h3,
.single.single-post h4,
.single.single-post h5,
.single.single-post h6 {
    font-family: 'Playfair Display', serif;
    display: block;
    line-height: 1.3em;
}
.blog .widget h1,
.blog .widget h2,
.blog .widget h3,
.blog .widget h4,
.blog .widget h5,
.blog .widget h6,
.single.single-post .widget h1,
.single.single-post .widget h2,
.single.single-post .widget h3,
.single.single-post .widget h4,
.single.single-post .widget h5,
.single.single-post .widget h6 {
    font-family: 'Open Sans',sans-serif;
}
.blog .post,
.single.single-post .post {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog .post .post-thumbnail img,
.single.single-post .post .post-thumbnail img {
    width: 100% !important;
}
.blog .post .post-title,
.single.single-post .post .post-title {
	font-size: 30px;
	clear: both;
	display: block;
	line-height: 1.2em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.blog .post .meta_date,
.single.single-post .post .meta_date {
	text-align: center;
	margin-bottom: 0;
}
.blog .post .meta_date div,
.single.single-post .post .meta_date div {
	display: inline-block;
	margin-right: 15px;
}
.blog .post .meta_date div:last-of-type,
.single.single-post .post .meta_date div:last-of-type {
	margin-right: 0;
}
.blog .post .meta_date .post-categories li,
.single.single-post .post .meta_date .post-categories li {
	margin-left: 0;
}
.blog .post .meta_date .post-categories li a,
.single.single-post .post .meta_date .post-categories li a {
	color: #afb2b6;
}
.blog .post .post-thumbnail,
.single.single-post .post .post-thumbnail {
	margin: 22px 0;
}
.blog .post .meta_date + p:first-of-type {
	margin-top: 20px;
}
.blog .post .more-link {
	display: table;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 10px 30px;
	line-height: normal;
	background: transparent;
	color: inherit;
	border: 3px double #ebebeb !important;
	clear: both;
	position: relative;
	letter-spacing: 0.09em;
	font-weight: bold;
}
.blog .post .more-link:hover {
	color: #119d55;
	border-color: #119d55 !important;
}
.blog .post p:last-of-type,
.single.single-post .post p:last-of-type {
	margin-bottom: 0;
}
.blog .post .footer-meta,
.single.single-post .post .footer-meta {
	margin-top: 30px;
	font-size: 13px;
}
.blog .post .footer-meta .post-comment,
.single.single-post .post .footer-meta .post-comment {
	float: left;
}
.blog .post .footer-meta .post-comment:before,
.single.single-post .post .footer-meta .post-comment:before {
	content: "\f0e6";
	color: #afb2b6;
	font-family: FontAwesome;
	margin-right: 5px;
}
.blog .post .footer-meta .share-area,
.single.single-post .post .footer-meta .share-area {
	float: right;
}
.blog .post .footer-meta .share-area:before,
.single.single-post .post .footer-meta .share-area:before {
	content: "\f045";
	color: #afb2b6;
	font-family: FontAwesome;
	margin-right: 5px;
}
.blog .post .footer-meta .share-area a,
.single.single-post .post .footer-meta .share-area a,
.share-area a {
	padding: 0 3px;
}
.blog .post .footer-meta a,
.single.single-post .post .footer-meta a {
	color: #afb2b6;
}
.blog .post .footer-meta a:hover,
.single.single-post .post .footer-meta a:hover {
	color: #119d55;
}
.blog .post p,
.single.single-post .post p {
	line-height: 1.85em;
}
.blog .post ul.post-categories,
.single.single-post .post ul.post-categories {
	position: relative;
	top: 1px;
}


.blog .widget,
.single.single-post .widget {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.blog #footer_wrapper .widget,
.single.single-post #footer_wrapper .widget {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.blog .widget .widget-title,
.single.single-post .widget .widget-title {
	border-bottom: 3px double #ebebeb;
	display: block;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.blog #footer_wrapper .widget .widget-title,
.single.single-post #footer_wrapper .widget .widget-title {
	border-bottom: 0 none;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.meta_date .date:before {
	content: "\f133";
	font-family: FontAwesome;
	margin-right: 5px;
}
.meta_date .category:before {
	content: "\f115";
	font-family: FontAwesome;
	margin-right: 5px;
}
.meta_date .view:before {
	content: "\f06e";
	font-family: FontAwesome;
	margin-right: 5px;
}
@media only screen and (min-width: 992px) {
	.blog .main_content,
	.single.single-post .main_content {
		width: 1070px !important;
	}
	.blog .main_content .left_content,
	.single.single-post .main_content .left_content {
		width: 67%;
		margin-right: 3%;
	}
	.blog .main_content .right_content,
	.single.single-post .main_content .right_content {
		width: 30%;
	}
}
.meta_date + .contentsingle {
	margin-top: 22px;
}
#pagination .paginationnext a {
	padding: 12px 30px;
}
/*--------------------------------------------------------------
# TagCloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin-bottom: -2px;
}
.widget_tag_cloud .tagcloud a {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  font-size: 11px !important;
  font-weight: normal;
  line-height: 1.4em !important;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 5px 17px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  color: inherit;
/*   white-space: nowrap; */
  letter-spacing: 0.02em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.widget_tag_cloud .tagcloud a:hover {
  color: white;
  background: #119d55;
  border-color: #119d55;
}

.product-tab {
   margin-top: 30px; 
}
.product-tab ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 2px solid #f6f6f6;
}
.product-tab ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

.product-tab ul.tabs li.current {
    background: #f6f6f6;
    color: #222;
}

.product-tab .custom-tab-content {
    display: none;
    overflow: hidden;
}
.product-tab .custom-tab-content.current {
    display: inherit;
    background: #f6f6f6;
    padding: 15px;
}
.product-tab  .edd_comment_wrapper_main {
    border-radius: 0;
}
.product-tab #respond p.form-submit {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.product-tab h1,
.product-tab h2,
.product-tab h3,
.product-tab h4,
.product-tab h5,
.product-tab h6 {
    font-weight: bold;
}
.product-tab .comment-content {
    margin-bottom: 15px;
}
.product-tab .edd_comment_wrapper_main .comment-content p:first-of-type {
    margin: 12px 0 0;
}
.single-dowloads-widget .widget {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.single-dowloads-widget .widget:last-child {
    margin-bottom: 0;
}
.single-dowloads-widget .widget.widget_file_type_widget h2 {
    margin-bottom: 0;
}
.single-dowloads-widget .widget.widget_edd_cart_widget .edd-cart {
    margin-bottom: 0;
}
.single-dowloads-widget .widget.widget_file_details_widget #isa-edd-specs {
    margin-bottom: 0 !important;
}
.single-dowloads-widget .widget.widget_edd_product_details .sales {
    position: relative;
    margin-bottom: 25px;
}
.single-dowloads-widget .widget.widget_edd_product_details .sales:before {
    content: "\f07a";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -30px;
    opacity: 0.6;
    font-size: 22px;
}
.single-dowloads-widget .widget.widget_edd_product_details .sales span {
    font-size: 22px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}</pre></body></html>