/*
Theme Name: Ketchupthemes Theme New
Theme URI: http://ketchupthemes.com
Author: Ketchupthemes Team  
Author URI: -
Description: Our Great Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ketchupthemes
*/
.post-1001{
	display:none;
}
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.site-loader {
    color: #ffffff;
    font-size: 100px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./img/logo1.png) center no-repeat #9E0B0F;
}

.site-loader p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -40%);
}

/***
*
GENERAL
*
***/
body {
    text-align: justify;
    color: #363535;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

.kt-grey {
    color: #919191;
}

a:hover {
    text-decoration: none;
}

.kt-visible {
    display: block !important;
}

/***
*
DEFAULT WORDPRESS CLASSES
*
***/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

.gallery-caption {
}

.clearfix {
    clear: both;
}

table {
    width: 90%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;

    border-collapse: collapse;
}

th, td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}

dt {
    font-weight: bold;
    text-decoration: underline;
}

dd {
    margin: 0;
    padding: 0 0 0.5em 0;
}

.light {
    font-weight: 300;
}

/****
* 
*TICKER
*
*/
#ketchup-ticker-container {
    width: 100%;
    z-index: 1000;
    font-family: 'Exo', sans-serif;
    padding: 9px 0;
    background: #131313;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.ketchup-ticker-item {
    display: block;
    text-align: center;
    margin: 0 auto;
}

a.ticker-btn {
    margin-left: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2px 25px;
    color: #ffffff;
    background: #9e0b0f;
}

/****
* 
*HEADER
*
*/
#ketchup-header-area-container {
    background: url('./img/ketchup_header_image-3.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 681px;
}

#ketchup-header-page-area-container {
    background: #9e0b0f;
    padding: 0 0 30px 0;
}

#ketchup-header-row {
    margin-top: 40px;
}

#ketchup-logo-container a {
    display: block;
    height: 38px;
    width: 221px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('./img/logo1.png') no-repeat;
    white-space: nowrap;
}

/* Main Navigation */
.slicknav_menu {
    display: none;
}

#nav {
    position: relative;
    margin: 0 auto;
}

ul#navigation {
    margin: 0px auto;
    position: relative;
    float: left;
}

ul#navigation li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

ul#navigation li a {
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

ul#navigation li a:hover {
    background: #f8f8f8;
    color: #282828;
}

ul#navigation li a.first {
    border-left: 0 none;
}

ul#navigation li a.last {
    border-right: 0 none;
}

ul#navigation li:hover > a {
    background: #A8121C;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul {
    /*these 2 styles are very important,
    being the ones which make the drop-down to appear on hover */
    visibility: visible;
    opacity: 1;
}

ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*the next 2 styles are very important,
    being the ones which make the drop-down to stay hidden */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99999;
    width: 190px;
    background: #A8121C;
    /* css3 transitions for smooth hover effect */
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    -moz-transition: opacity 0.3s linear, visibility 0.3s linear;
    -o-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}

ul#navigation ul {
    top: 40px;
    left: 0px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
    clear: both;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #7c0000;
}

ul#navigation ul li a {
    background: #A8121C;
    padding: 7px 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
    width: 190px;
}

ul#navigation ul li a:hover {
    color: #3c0000;
}

.deletedprice {
    font-size: 12px;
    text-decoration: line-through;
}

#ketchup-second-header-row {
    margin-top: 30px;
}

#ketchup-header-slogan {
    text-align: left;
}

#ketchup-header-slogan h1 {
    font-size: 52px;
    font-weight: 300;
    color: #fcfafa;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 25px;
    width: 87%;
}

#ketchup-header-slogan p {
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 30px;
    display: inline-block;
}

.deleted-price {
    font-size: 48px;
    font-weight: 300;
    color: #fcfafa;
}

.header-price {
    font-size: 62px;
    font-weight: 600;
    color: #fcfafa;
}

#slogan-text p {
    padding: 5px 28px;
    font-size: 33px;
    color: #fcfafa;
    background: none !important;
    font-weight: 300;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #ketchup-view-buttons {
        margin-left: 0px !important;
    }
}

#ketchup-view-buttons {
    margin-left: 27px;
}

#ketchup-view-buttons > a.view-themes {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    background: #ff7149;
    padding: 15px 20px;
    font-size: 14px;
    color: #ffffff;
}

/** Special Hovers from tympanus **/
.ketchup-btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ketchup-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-1 {
    border: 3px solid #ff7149;
    color: #fff;
    background: #ff7149;
}

/* Button 1a */
.btn-1a:hover,
.btn-1a:active {
    color: #ff7149;
    background: #fff;
    border: 3px solid #ffffff;
}

#ketchup-view-buttons > a.view-plugins {
    font-family: 'Exo', sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
    background: #f86b04;
    padding: 15px 20px;
    font-size: 14px;
    color: #ffffff;
}

a.view-themes > i {
    background: #ff7f5c;
    padding: 14px 11px 19px 16px;
    margin-left: -20px;
    margin-right: 14px;
}

a.view-plugins > i {
    background: #fa8835;
    padding: 15px 11px 19px 16px;
    margin-left: -20px;
    margin-right: 14px;
}

#ketchup-themes-grid-container {
    margin: 15px 0 114px 0;
}

#ketchup-themes-grid-container h3 {
    color: #95070d;
}

#grid-container {
    margin-top: 20px;
    padding: 0px 15px;
}

.single-grid-theme {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.single-grid-theme-hover {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    background: rgba(158, 0, 8, 0.9);
    border-top: 5px solid #8A1D22;
}

.single-grid-theme-hover p {
    margin: 0;
}

a.overlay-link {
    border: none;
    background: #fff7fa; /* Old browsers */
    background: -moz-linear-gradient(top, #fff7fa 0%, #dcd4d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff7fa), color-stop(100%, #dcd4d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff7fa 0%, #dcd4d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff7fa 0%, #dcd4d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff7fa 0%, #dcd4d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff7fa 0%, #dcd4d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7fa', endColorstr='#dcd4d2', GradientType=0); /* IE6-9 */
    color: #313131;
}

a.overlay-link:hover {
    color: #c1464b;
    background: #ffffff;
}

#grid-container > div {
    margin: 0 0 20px 0;
}

img.single-grid-img {
    margin: 0 auto;
}

.single-grid-theme img {
    width: 100%;
}

/**** ---- Why Us Container --- ****/
#ketchup-why-us-container {
    background: url('./img/why-us-3.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 619px;
}

#ketchup-why-us-container h1 {
    margin-top: 60px;
    color: #f9f6f3;
    font-weight: 400;
}

.ketchup-why-us-column {
    color: #fcfdfd;
}

.ketchup-why-us-column h2 {
    font-size: 44px;
    display: inline-block;
    vertical-align: super;
}

.ketchup-why-us-column i {
    font-size: 60px;
    margin-right: -6px;
}

.ketchup-why-us-column p {
    text-align: left;
    font-size: 18px;
    padding-left: 5px;
    font-weight: 300;
}

/** --- Latest Work Container --- **/
#ketchup-latest-work-container {
    margin: 60px 0 40px 0;
    text-align: left;
}

#ketchup-latest-work-container h1 {
    margin: 45px 0 5px 0;
}

#ketchup-latest-work-container h3 {
    font-weight: 300;
    margin: 5px 0;
}

#ketchup-latest-work-container p {
    padding-right: 45px;
    line-height: 27px;
    margin: 30px 0;
}

.thinbtn {
    padding: 10px 20px;
    border: 1px solid #353636;
    margin-right: 20px;
    margin-bottom: 10px;
}

.thinbtn:hover {
    background: #353636;
    color: #f1f2f3;
    border: 1px solid #f1f2f3;
    -webkit-transition: background 1s; /* For Safari 3.1 to 6.0 */
    transition: background 1s;
}

/** Testimonials **/
#ketchup-testimonials-container {
    margin: 20px 0 50px 0;
}

.single-testimonial {
    width: 100%;
}

.single-testimonial img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-divider {
    height: 1px;
    background: #000000;
    margin-top: 60px;
}

.single-testimonial-body {
    margin: 30px 0;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.single-testimonial-body p {
    font-size: 18px;
}

/*******************
* Single Post & Page
********************/
#single-page-content {
    font-size: 14px;
    line-height: 27px;
    color: #484747;
    padding:10px 0;
}

.page-title {
    margin: 20px 0;
}

#single-page-content p {
    margin: 10px 0;
}

/********************
* THEME PAGE
*********************/
.premium-only {
    font-size: 12px;
    color: red;
    font-weight: 700;
    margin-left: 5px;
    display: none;
}

.theme-header {
    height: 724px !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

#theme-header-text-area {

}

#theme-header-text {
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #f1f2f4;
}

#theme-header-text a {
    text-align: center;
}

.header-inside-image {
    display: block;
    margin: 0 auto;
}

.viewdemo_btn {
    border: 2px solid #840909;
    padding: 10px 25px;
    color: #840909;
    display: inline-block;
    margin-bottom: 10px;
}

.viewdemo_btn:hover {
    background: #9e0b0f;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buynow_btn {
    padding: 10px 25px;
    border: 2px solid #840909;
    background: #9e0b0f;
    color: #f1f2f4;
    display: inline-block;
}

.buynow_btn:hover {
    background: #ffffff;
    color: #840909;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/** Theme Special Includes **/
#theme-page-includes-area {
    margin: 30px 0;
}

h2.theme-includes-heading {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

h2.theme-includes-heading span {
    background: #F1F2F2;
    color: #535252;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

h2.theme-includes-heading:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

h2.theme-includes-heading:before {
    left: 0;
}

.single-special-include {
    margin: 0 0 12px 0;
}

.single-special-include p {
    width: 75%;
    text-align: left;
}

.include-tabs li.active > a {
    color: #b44649;
}

/** Theme Page Features **/
#theme-page-features {
    margin: 50px 0 60px 0;
}

.single-feature {
    margin-bottom: 40px;
}

.theme-feature-heading {
    font-weight: 600;
    font-size: 23px;
    display: inline-block;
}

.plugin-feature-heading {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.theme-feature-span {
    vertical-align: bottom;
    display: inline-block;
    width: 57px;
    height: 51px;
    background: url('./img/tick_img.png') no-repeat;
}

.theme-feature-text {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.theme-page-btns > a.view-themes {
    background: #f86b04 !important;
    margin-right: 10px;
}

.theme-page-btns > a.view-themes i {
    background: #f97a1e;
}

.theme-page-btns > a.view-plugins {
    background: #9e0b0f !important;
    margin-right: 10px;
}

.theme-page-btns > a.view-plugins i {
    background: #b13a3d;
}

/** Theme Page MAIN CONTENT **/
#theme-page-main-content {
    margin: 60px 0;
}

#main-content p {
    line-height: 26px;
}

#documentation ol li a {
    color: #9E0B0F;
}

#documentation ol li a:hover,
#demodata a {
    color: #590708;
}

.video_icon {
    margin-left: 5px;
    vertical-align: sub;
}

/** Pricing Page **/
#ketchup-header-area-container.pricing-header {
    height: auto;
    background: #9e0b0f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMGIwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYyZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9e0b0f 0%, #f1f2f4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e0b0f), color-stop(100%, #f1f2f4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e0b0f 0%, #f1f2f4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e0b0f 0%, #f1f2f4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9e0b0f 0%, #f1f2f4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9e0b0f 80%, rgba(255, 255, 255, 0.0) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0b0f', endColorstr='#f1f2f4', GradientType=0); /* IE6-8 */
}

#pricing-header {
    margin: 30px 0 30px 0;
    font-size: 46px;
    font-weight: 600;
    color: #ffffff;
}

#theme-pricing-page {
    margin-top: 20px;
}

#theme-pricing-page h3 {
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}

#theme-pricing-page p {
    font-size: 14px;
    margin-top: 20px;
}

#first-pricing-column p,
#first-pricing-column h3 {
    padding-right: 30px;
}

#second-pricing-column p,
#second-pricing-column h3 {
    padding-left: 30px;
}

/***
* 
* FOOTER & widgets
*
*/
#ketchup-footer-container {
    padding: 30px 0;
    background: url('./img/footer-bg.png') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 315px;
    color: #fcfbfb;
}

.footerwidget {
    font-size: 14px;
    padding: 20px;
    text-align: center;
}

.footerwidget h3 {
    margin: 20px 0;
    font-weight: 400;
    font-size: 20px;
}

.footerwidget ul {
    padding: 0;
    list-style: none;
}

.footerwidget ul li {
    margin: 5px 0;
}

.footerwidget ul li a {
    color: #fcfbfb;
    font-weight: bold;
}

.footerwidget p {
    margin: 20px 0;
    line-height: 24px;
}

.footerwidget a:hover {
    color: rgba(0, 0, 0, 0.5);
}

#ketchup-copyright {
    background: #270309;
    padding: 7px 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}

#ketchup-copyright a {
    color: #ffffff;
}

#ketchup-copyright a:hover {
    color: #cd092d;
}

.reddish {
    color: #cd092d;
}

/* Enter Your Custom CSS Here */
.social_facebook_circle,
.social_twitter_circle,
.social_googleplus_circle {
    font-size: 45px;
    color: #ffffff;
    margin-right: 10px;
}

.social_facebook_circle:hover,
.social_twitter_circle:hover,
.social_googleplus_circle:hover {
    color: rgba(0, 0, 0, 0.4);
}

/** PMPRO **/
form#pmpro_form {
    width: 55%;
}

form#pmpro_form label {
    color: #000000;
}

table#pmpro_user_fields {
    border: none;
}

form#pmpro_form input {
    color: #000000;
    border: 1px solid #e9ebed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#pmpro_pricing_fields th,
tr th,
tr td {
    border: none;
    color: #000000;
    text-align: left;
}

form.pmpro_form div {
    text-align: left;
}

td.checkout-description {
    text-align: left;
    background: #9d030b;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

td.checkout-description p,
td.checkout-description div {
    margin: -5px 0 !important;
}

form.pmpro_form label {
    display: none;
}

form.pmpro_form .pmpro_submit {
    margin-left: 10px;
}

#pmpro_level_cost p {
    margin: 0;
}

a.checkout_change_link {
    padding: 7px 15px;
    background: #9d030b;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

a.checkout_change_link:hover {
    padding: 7px 15px;
    background: #ffffff;
    color: #9d030b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pmpro_asterisk {
    display: none;
}

.checkout_already_member a {

    display: block;
    color: #9e0b0f;
    font-weight: bold;
    float: left;
    font-size: 12px;
}

.checkout_already_member a:hover {
    color: #5E0011;
}

span.pmpro_thead-msg.already {
    float: left;
    margin: 30px 0;
}

span.pmpro_thead-msg.already span {
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

/***
*
BOOTSTRAP OVERRIDES
*
***/

@media only screen and (min-device-width: 320px) and (max-device-width: 1100px), (max-width: 1100px) {
    /** Header **/
    #ketchup-header-area-container {
        background: #9e0008;
        background-color: #9e0008;
        height: auto;
    }

    #ketchup-logo-container a {
        display: block;
        margin: 0 auto;
    }

    /**Navigation**/
    .slicknav_menu {
        display: block;
        background: #7c0000;
    }

    .slicknav_btn {
        float: left;
        padding: 10px;
        background: #510000;
    }

    #nav {
        display: none;
    }

    #ketchup-header-slogan h1 {
        width: 100%;
    }

    #ketchup-header-slogan p {
        text-align: center;
        display: block;
    }

    #ketchup-view-buttons {
        text-align: center;
    }

    /** Ketchup Why Us**/
    #ketchup-why-us-container {
        background: #9e0008;
        background-color: #9e0008;
        height: auto;
    }

    .ketchup-why-us-column {
        text-align: center;
    }

    /** Latest Works **/
    #ketchup-latest-work-container p {
        padding-right: 0px;
        line-height: 27px;
        margin: 30px 0;
    }

    /** Testimonials **/
    .testimonial-divider {
        display: none;
    }

    .single-testimonial-body p {
        font-size: 18px;
        width: 100%;
    }

    /**Footer**/
    #ketchup-footer-container {
        background: #9e0008;
        background-color: #9e0008;
        height: auto;
    }

    /***Theme Page ***/
    .theme-header {
        background: #9e0008 !important;
        height: auto !important;
    }

    #theme-header-text-area {
        position: static;
    }

    #theme-header-text {
        margin-top: 10px;
        text-align: left;
        position: static;
        color: #f1f2f4;
    }
}

body.pmpro-confirmation #single-page-content a {
    color: #9d0a0f;
    font-weight: bold;
    font-size: 20px;
}

#page-height {
    min-height: 400px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px), (max-width: 768px) {
    #ketchup-footer-container {
        background: #9e0008;
        background-color: #9e0008;
        height: auto;
    }

    #v2-theme-main {
        padding: 0 !important;
    }
    .affiliate-feature-image img{
        margin:0 auto;
    }
}

/* Common style */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    opacity: 1;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > 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 */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.figcaptiolink {
    margin: 15px 0;
}

.theme-name {
    display: block;
    font-size: 20px;
}

figure.effect-julia {
    background: #232323;
}

figure.effect-julia img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    background: rgba(150, 10, 36, 0.7);
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-layla {
    background: rgba(162, 2, 12, 1);
}

figure.effect-layla img {

}

figure.effect-layla figcaption {
    padding: 2em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 9%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    opacity: 0;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {

}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.download-link {
    color: #9d0a0f;
    font-weight: bold;
    font-size: 20px;
}

.download-link:hover {
    color: #9d0a0d;
}

.pricing-table .strong {
    font-weight: bold;
    color: #000000;
}

.pricing-table .detail {
    font-size: 14px;
}

/**
** Theme v2
**/
#theme-v2-title {
    margin-top: 60px;
    font-weight: 300;
    color: #ffffff;
}

#v2-theme-internal-image {
    margin: 42px auto 30px auto;
    display: block;

}

#v2-theme-main-content {
    margin: 20px 0;
    padding: 50px 0 20px 0;
}

/**** Buy NOW / DEMO btns ****/
.sbtn {
    border: none;
    padding: 17px 10px 12px 40px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sbtn-demo {
    border: none;
    padding: 12px 40px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sbtn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a.sbtn:hover {
    color: #ffffff;
}

.sbtn span.round {
    padding: 11px 8px 9px 11px;
    margin-left: 15px;
    background: #5f0507;
    border-radius: 50%;
    -moz-border-radius: 50% -webkit-border-radius : 50 %;
}

.btn-2 {
    background: #9e0b0f;
    color: #fff;
    box-shadow: 0 3px #7b0003;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2c */
.btn-2c {
    border-radius: 30px;
}

.btn-2c:hover {
    box-shadow: 0 2px #7b0003;
    top: 2px;
}

.btn-2c:active {
    box-shadow: 0 0 #7b0003;
    top: 2px;
}

/*****************************
INVERTED
******************************/
.btn-2-inverted {
    background: transparent;
    color: #7b0003;
    border: 2px double #7b0003;
    color: #7b0003;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2c */
.btn-2c-inverted {
    border-radius: 30px;
}

.btn-2c-inverted:hover {
    background: #9e0b0f;
    color: #ffffff;
}

.btn-2c-inverted:active {

}

/********************************/
#v2-theme-main {
    padding: 0 168px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

/******** Theme Features ********/
#v2-theme-features-area {
    padding: 40px 0;
    background: #e8e9ea;
}

#v2-theme-features-area h2 {
    font-weight: 700;
    margin-bottom: 60px;
}

.theme-feature {
    display: block;
    margin:20px 0 20px 0;
}

.feature-icon {
    /*background: #cfcfcf;
     padding: 6px 10px 4px;
     border-radius: 50%;*/
    margin-top: 5px;
    display: inline-block;
}

.feature-icon > i {
    color: #9e0b0f;
}

.theme-feature h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
}

.theme-feature .hi-icon-wrap{
    margin-top:15px;
}
.theme-feature p {
    font-size: 16px;
}

/** Checklist **/
#v2-checklist-title {
    font-weight: 600;
    margin-top: 40px;
}

#v2-checklist-title i {
    color: #9e0b0f;
    margin-right: 14px;
}

#checklist-list {
    list-style: none;
}

#checklist-list li {
    padding: 5px 2px;
    font-size: 16px;
    font-weight: 600;

}

#checklist-list li:nth-child(even) {
    background: #c4c4c5;
}

/*** V2 Theme Sidebar **/
#v2-theme-sidebar {
    background: #363636;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 60px 80px 60px;
    color: #ffffff;
}

.widget_sl_changelog h3 {
    font-size: 22px;
}

.changelog {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

.extra {
    margin-top: 35px;
    font-weight: 500;
    color: #dcdbdb;
}

#v2-side-payment .sbtn,
#v2-side-payment .sbtn-demo {
    font-size: 14px;
    padding: 8px 25px;
    margin: 25px 0 10px 0;
}

#v2-side-payment .round {
    padding: 5px;
}

#v2-payment-info {
    margin: 20px 0 20px 0;
    font-weight: 600;
    font-size: 14px;
}

/** All themes included **/
#v2-all-themes-included {
    padding: 80px 0 20px;
}

#v2-all-themes-included h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

hr.all-included-hr {
    height: 2px;
    background: #000000;
    width: 25%;
    margin: 8px auto 40px auto;
}

.v2-six-item {
    text-align: center;
    margin-bottom: 50px;
}

.v2-six-item h3 {
    margin: 5px;
    font-weight: 600;
    font-size: 20px;
}

.v2-six-item img {
    margin-bottom: 8px;
}

.v2-six-item p {
    font-size: 14px;
}

/** Bundle Area **/
#v2-bundle-area {
    margin: 40px 0;
    color: #ffffff;
    padding: 15px 0;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.round.shortcode {
    padding: 10px 3px !important;
}

#v2-theme-pricing {
    padding: 20px 0;
}

#v2-theme-pricing h3 {
    color: #000000;
}

#free {
    display: none;
    padding: 10px 0;
    margin: 30px 0;
}

#free-theme-content ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
}

#free-theme-content ul li:before {
    font-family: "ElegantIcons";
    content: '\52';
    margin-right: 10px;
}

#free-theme-demo.sbtn {
    padding: 10px 35px;
}

#free-theme-documentation {
    float: right;
    margin-top: 8px;
}

/*
* EDD Checkout page
*/

#checkout-notice{
    padding:30px 0 !important;
}
#checkout-notice img{
    margin-left:10px;
}
a.edd_cart_remove_item_btn{
    float:right !important;
}

#edd_checkout_wrap {
    margin: 0 auto;
    width: 65%;
}

#checkout-title-container,
#my-account-title-container {
    background: url('./img/header_compressed.jpg');
    padding: 20px 0;
    margin: 0px 0 50px 0;
}

#checkout-title-container h1 {
    color: #ffffff;
    font-weight: 300;
}

#pro-cart-paragraph {
    font-weight: 600;
    margin-bottom: 30px !important;
}

#edd_checkout_cart .edd_cart_header_row th {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 10px;
}

#edd_checkout_cart td {
    background: transparent;
}

#edd_checkout_cart th.edd_cart_actions {
    text-align: left;
}

#edd_checkout_cart td.edd_cart_actions {
    text-align: left;
}

#edd_checkout_cart td {
    padding: 20px 10px;
    font-weight: 600;
}

td.edd_cart_item_name,
td.edd_cart_actions,
td.edd_cart_item_price {
    border-top: 1px solid #d3d3d3 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}
span.vat-plus{
    font-size:11px;
    color:#585858;
}
.product-vat{
    font-size:12px;
    margin-left:0px ;
    font-weight:400 ;
    color:#585858;
}
td.edd_cart_item_name {
    border-right: none !important;
    border-left: none !important;
}

td.edd_cart_actions {
    border-left: none !important;
    border-right: none !important;
}

td.edd_cart_item_price {
    border-left: none !important;
    border-right: none !important;
    width:20% !important;
    color:#9f0906 !important;
    font-size:22px;
    font-weight:800 !important;

}

a.edd_cart_remove_item_btn {
    color: #a41b1f;
}
tr.edd_cart_footer_row .edd_cart_tax{
    display:none !important;
}

tr.edd_cart_footer_row > th.save-cart-th{
    display:none !important;
}
.edd_cart_footer_row th.save-cart-th {
    border-bottom: 1px solid #d3d3d3 !important;
    border-left: 1px solid #d3d3d3 !important;
    border-right: 1px solid #d3d3d3 !important;
    padding: 20px 10px;
}

.edd-submit {
    border: none !important;
    padding: 15px 35px 15px !important;
    font-family: inherit;
    font-size: inherit;
    color: #ffffff !important;
    background: #9e0b0f !important;
    cursor: pointer;
    display: inline-block;
    margin-right: -5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.edd-submit:hover {
    background: #750708 !important;
}

th.edd_cart_tax {
    padding: 8px 10px !important;
    border: 1px solid #dedede !important;
}

th.total-th {
    color: #404040 !important;
    padding: 20px 10px !important;
    border:none !important;
    font-size: 24px;
    display: none !important;
}

.total-th small {
    font-size: 12px !important;
}
.total-th span{
    float:left;
    color:#9f0906 !important;
    font-size:22px;
    font-weight:800 !important;
}

#edd_purchase_form{
    margin:40px 0;
}
#edd_purchase_form input[type="text"],
#edd_purchase_form input[type="email"],
#edd_purchase_form select {
    width: 100% !important;
}
#edd_purchase_form select#card_exp_month,
#edd_purchase_form select#card_exp_year{
    width:40% !important;
}

#edd-vat-check-button,
#edd-add-license-renewal {
    margin-top: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#edd_sl_renewal_fields{
 display:none;
}
#edd-purchase-button {
   display: block;
    margin: 15px auto;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

p#edd_sl_show_renewal_form_wrap {
    margin-top: 0;
}

a#edd_sl_show_renewal_form {
    color: #9e0b0f;

    font-weight: 700;
}

.edd-payment-icons {
    display:none !important;
    text-align: center;
    height: auto !important;
    background: #fbf3f3;
    height: inherit;
    padding: 20px 15px;
}
#edd_final_total_wrap{display:none;}
#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
    display: inline-block !important;
    float: none !important;
}

.ssl-area {
    text-align: center;
    display: block;
}

.ssl-area i {
    padding: 10px;
    color: #505050;
    border: 3px solid #505050;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ssl-area p {
    font-weight: 600;
    margin: 10px 0;
}

img#mcafee {
    display: block;
    margin: 20px auto 10px auto;
}

#edd_checkout_user_info,
#edd_cc_address {
    background: #eaeaea !important;
}

.edd_cart_amount {
    font-size: 24px;
    color: #404040;
    font-weight: 600;
}

#edd_terms > #page-height {
    width: 100%;
}

.page_1763 {
    display: block;
    margin: 0 auto;
    width: 65%;
}

.my-account-tabs {
    background: #ebebeb;
}

.my-account-tabs a {
    color: #9e0b0f;
    font-weight: 900;
}

.nav-tabs > li > a {
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #ffffff;
    color: #404040;
    font-weight: 900;
}

.my-account-tab-content {
    background: #ffffff;
    padding: 20px 0 0 0;
    margin-top: -10px;
    border-left: 1px solid #dddddd;
}

.edd_purchase_row th,
.edd_download_history_row th {
    background: #9e0b0f !important;
    color: #ffffff !important;
}

.edd_purchase_row td,
.edd_download_history_row td {
    padding: 15px 5px !important;
}

.edd_purchase_row td > a,
.edd_download_file a {
    color: #9e0008 !important;
    font-weight: 600 !important;
}

#edd_profile_editor_form {
    padding: 10px 20px;
}

#edd_profile_editor_form input[type="text"],
#edd_profile_editor_form input[type="email"],
#edd_profile_editor_form select {
    width: 100%;
}

/*************************************************
ICONS
**************************************************/
.hi-icon-wrap {
    text-align: center;
    margin: -4px auto;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #9e0b0f;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ketchuptheme';
    speak: none;
    font-size: 29px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #9e0b0f;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
/*.hi-icon-effect-1a .hi-icon:hover{
    background: rgba(255,255,255,1);
    color: #9e0b0f;
}*/
.hi-icon-effect-1a .hovered {
    background: transparent;
    color: #9e0b0f;
}

.hi-icon-effect-1a .hovered:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hi-icon-mobile:before {
    content: "\e800";
}

/*
	---------------------------
	Checkout Page (Full Header)
	---------------------------
*/
#edd_checkout_form_wrap span.edd-description, #edd_checkout_form_wrap label {
    display: none;
}

#edd_checkout_form_wrap label.edd-label {
    display: initial;
}

#edd-vat-check-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#edd-vat-check-result {
    display: inline-block !important
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
    width: 100%;
}

#edd_register_fields {
    background: #eaeaea;
}
#edd-payment-mode-wrap{
    text-align: center;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label{
    font-weight:300 !important;
}
span.edd-payment-mode-label{
    font-weight:300 !important;
    font-size:26px;
    margin-bottom:20px;
    display: inline-block;
}
/*=======================================
* EDD Checkout page / Braintree
*=======================================*/
@media only screen and (max-width: 320px) {
    .page-id-1310 #ketchup-header-page-area-container {
        display: none;
    }

    .page-id-1310 #checkout-title-container {
        margin: 0;
    }

    .edd_cart_amount {
        font-size: 16px;
    }

    td.edd_cart_item_price:last-child {
        font-size: 24px;
    }

    .save-cart-th {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    #edd_checkout_wrap {
        width: 85%;
    }

    .total-th small {
        display: block;
        margin-right:10px;
        float:left;
    }

    fieldset#edd_checkout_user_info {
        margin: 0 auto;
        width: 60%;
        background: #eaeaea;
    }

    #edd_register_fields {
       margin:0 auto;
        width: 60%;
    }

    #edd_login_fields {
        margin:0 auto;
        float: none;
        width: 60%;
        background: #eaeaea;
    }

    #edd_register_fields #edd_checkout_user_info {
        float: none;
        width: 100%;
    }

    #edd_checkout_form_wrap {
        margin-top: -20px;
    }

    #edd_checkout_form_wrap fieldset#edd_sl_renewal_fields, #edd_checkout_form_wrap #edd_show_discount {
        background: #f1f2f2;
    }

    #edd_cc_address {
        width: 60%;
    }

    #edd_checkout_form_wrap #edd_purchase_submit {
        display: block;
        clear: both;
    }

    #edd_checkout_form_wrap #edd_show_discount {
        text-align: right !important;
        margin: 0 !important;
        border: none !important;
    !important;
    }

    #edd_checkout_form_wrap fieldset {
        border: none !important;
    }

    #edd_sl_renewal_form {
        float: left;
        width: 100%;
    }

    #edd_checkout_form_wrap fieldset p {
        color: #474747;
        font-size: 13px !important;
    }

    a#edd_sl_show_renewal_form,
    a.edd_discount_link {
        font-weight: bold !important;
        color: #474747;
        text-decoration: none;
        border-bottom: 1px dotted #3d3d3d;
    }

    #edd-first-name-wrap,
    #edd-user-pass-wrap {
        width: 49%;
        display: inline-block;
    }

    #edd-last-name-wrap,
    #edd-user-pass-confirm-wrap {
        width: 49%;
        display: inline-block;
        float: right;
    }

    #edd-user-pass-confirm-wrap {
        margin: 10px 0 !important;
    }

}
#edd_cc_address{
    width:60%;
    margin:0 auto !important;
}
#edd_cc_fields{
    margin:0 auto !important;
    width:60%;
}
#vat-text {
    font-weight: 600;
    text-align: center;
}

/* Billing */
#edd-card-address-wrap,
#edd-card-address-2-wrap,
#edd-card-city-wrap,
#edd-card-zip-wrap,
#edd-card-state-wrap {
    display: block;
}

#edd-vat-check-button {
    padding: 3px 20px;
}

.edd-alert-error {
    clear: both;
}

.vat-area {
    display: block;
}

.show-vat-link {
    color: #9e0b0f;
    text-decoration: underline;
    font-weight: bold;
}
#edd_cc_fields{
 background: #EAEAEA !important;
}
#card_exp_month,
#card_exp_year{
    width:35% !important;
}

#below-form-area {
    margin:0 auto;
    text-align: center;
    display:block;
}
#payment-signs{
    margin: 10px 0 0 0 ;
}
/***************
Affiliate Area
*****************/
#affiliate-area-start {
    background: #fff;
    padding: 40px 0;
    margin-top: -50px;
    margin-bottom: 70px;
}

#affiliate-area-start h1 {
    font-size: 22px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 100px;
}

.affiliate-feature {
    margin-bottom: 50px;
}

.affiliate-feature-text h3 {
    margin-top: 5px !important;
    font-weight: bold;
}

.affiliate-feature-text p {
    font-weight: 600;
    font-size: 14px;
}

#affwp-register-form fieldset legend,
#affwp-login-form fieldset legend {
    font-weight: bold;
    font-size: 22px;
    border: none;
}

#affwp-login-form p,
#affwp-register-form p {
    margin-bottom: 30px;
}

#affwp-login-form p input[type="text"],
#affwp-login-form p input[type="email"],
#affwp-login-form p input[type=password],
#affwp-register-form p input[type="text"],
#affwp-register-form p input[type="email"],
#affwp-register-form p textarea,
#affwp-register-form p input[type="password"],
#affwp-user-name{
    border: 1px solid #c7c7c7 !important;
    width: 55% !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.edd-label{
    display : none !important;
}
#edd-card-country-wrap > .edd-label{
    display:block !important;
}

/* Safari 6.1+ (9.0 is the latest version of Safari at this time) */

@media screen and (-webkit-min-device-pixel-ratio:0) {
 #v2-theme-main  { padding-top:200px; }