ul:not(.wp-bugfix) {
    padding:0;
    margin:0;
    list-style: none;
}

.item-box h3.home-title {
	height:60px;
	line-height:60px!important;
	margin:0;
	border-bottom:solid 1px #fafafa
}

a.more_button.purchase_button {
	width:100% !important;
	position:relative
}

.plan-toggle {
	text-align:center;
    margin-bottom: 60px;
    margin-top: -50px;
}

.plan-toggle .plan-selector {
	display:inline-block;
	padding:10px;
	margin:0 2px;
	cursor:pointer;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.plan-toggle .plan-selector:hover ,
.plan-toggle .plan-selector.active {
	background: #e74c3c;
}

.box-wrapper {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.box-wrapper.hiddenBox {
	display:none;
	visibility:hidden;
}

/* ===============================================
   OFFER BADGE
   =============================================== */

.discount-badge {
	background-color: #ffae00;
	position: absolute;
	top: 0;
	right: 6px;
    z-index: 998;
	max-width:100px;
}

#purchase-options .post-content .discount-badge {
	right: -9px;
}

.discount-badge .discount {
	padding: 15px 10px;
	display:block;
}

.discount-badge .discount-perc,
.discount-badge .discount-limited {
    font-size: 14px;
    color: #cd5a15;
    font-weight: 700;
    display: block;
	text-align:center
}

.discount-badge .discount-limited {
    font-size: 9px;
	margin-top:5px;
}

.discount-badge .saved-money {
    font-size: 12px;
    color: #fff;
	font-weight:700;
	display:block;
    background-color: #ec7063;
	padding: 10px;
	text-transform:uppercase;
	text-align:center
}

.discount-badge .saved-money span {
    font-weight: 700;
}

.discount-badge:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 0;
    border-color: #ec7063 transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    right: 0;
    z-index: 999;
}

.discount-badge + .title-container:after {
	width: calc(100% - 100px );
}

body.home .discount-badge {
	max-width:100px
}

body.home .discount-badge .discount-perc {
    font-size: 12px;
}

body.home .discount-badge .saved-money,
body.home .discount-badge .discount-limited {
    font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1200px){

	.offer-badge {
		width:80px
	}

	.offer-badge .discount-perc,
	.offer-badge .discount-limited {
		font-size: 12px;
	}

	.offer-badge .discount-limited {
		font-size: 10px;
	}

	.offer-badge .saved-money {
		font-size: 10px;
	}

}

@media (min-width: 1400px) {

	.container {
		width: 1370px;
	}

}

html {
	height:100%;
	min-height:100%;
}

body {
	min-height:100%;
	height:100%;
    background: #f3f3f3;
    font-family: 'Libre Franklin', Verdana, Geneva, sans-serif;
}

p,
li,
address,
dd,
blockquote,
td,
th,
.textwidget {
    font-size: 14px;
    line-height: 1.9em;
    font-weight: 400
}

body,
p,
li,
address,
dd,
blockquote,
td,
th,
.textwidget {
    color: #616161
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    text-align: left;
    margin: 0 0 25px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
	font-weight: bold;
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h2 span {
    color: #5C97BF
}

input:hover,
input:active,
input:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	outline:none;
}

.product-title {
    margin: 50px 0 0 0;
    background: #fff;
    padding: 50px;
	font-weight:600;
	text-transform:uppercase;
    border-bottom: solid 1px #fafafa;
}

.title.headtitle {
    text-align: center;
    margin-bottom: 50px
}

.title-container {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.title-container:after {
    background: #ddd;
    height: 1px;
    margin-top: -0.5px;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    padding: 0;
    outline: none;
    border: none;
    z-index: 997;
}

.title-container .title {
	text-align:center;
    margin: 0;
    z-index: 999;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
}

.container.product .title-container ,
#sidebar .title-container {
    text-align: left;
}
.container.product .title-container .title,
#sidebar .title-container .title {
	font-weight: bold;
    padding: 0 50px 0 0;
    font-size: 20px;
    text-align: left;
	text-transform:uppercase
}

.faqs {
	margin-top:25px;
}

code {
    display: block;
    white-space: normal;
    word-wrap: break-word
}

iframe,
embed,
object,
video {
    max-width: 100%
}

img {
    max-width: 100%
}

input,
button,
select,
textarea {
    max-width: 100%
}

a {
    outline: none;
    border-bottom: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #5faae3
}

.themebundle a ,
.page-box a {
	text-decoration:underline;
	color:#616161
}

a.more {
    color: #333
}

a:hover,
a.more:hover {
    color: #5C97BF;
}

.page-box a:hover {
    color: #5C97BF;
	text-decoration:underline;
}

a.button {
    background: #5faae3;
    padding: 8px 0;
    color: #fff;
    margin: 35px auto -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    width: 120px
}

a.button:hover {
    background: #5C97BF;
    color: #fff;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    border: none;
    outline: none;
    text-decoration: none;
    color: #5C97BF
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.col-md-3 .left,
.col-md-3 .right {
    float: none;
    display: block
}

.col-md-3 .left {
    margin-bottom: 20px
}

::selection {
    background: #5C97BF;
    color: #fff
}

::-moz-selection {
    background: #5C97BF;
    color: #fff
}

a.btn {
    margin-right: 5px;
    border: none
}

.alert,
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.dropcap:first-letter {
    float: left;
    font-size: 46px;
    line-height: 46px;
    margin: 5px 10px 5px 0
}

.content {
    padding: 50px auto
}

.post-content {
    padding: 50px;
    background: #fff;
}

#sidebar .post-content {
    margin-bottom: 25px
}

.no-padding {
    padding: 0
}

.theme-info {
    margin-top: 50px
}

.page-box {
    margin: 50px 0;
}

#banner,
section#newsletter {
    padding: 100px 0;
    background-color: #4387b5;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	text-align:center
}

#banner h1,
#banner h2 {
    color: #fff
}

#banner p {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
}

/* ===============================================
   SECTIONS
   =============================================== */

#wrapper {
	position: relative;
	min-height:100%;
	padding-bottom:620px
}

/* ===============================================
   HEADER
   =============================================== */

#header {
    background: #2D3032;
    padding: 50px 0;
    text-align: center
}

/* ===============================================
   SUB HEADER
   =============================================== */

#sub-header {
	background:#2D3032;
	margin-top:-50px;
	text-align:center;
	position: relative;
    padding: 50px 0;
    color: #fff;
    width: 100%;
}

#sub-header p,
#sub-header h1,
#sub-header h2 {
	color:#fff;
}

#sub-header h1 {
	margin:50px 0;
}

#sub-header h2 {
	margin:-25px 0 25px 0;
}

/* ===============================================
   LOGO
   =============================================== */

#logo {
	position:relative;
	text-align:center;
	padding:0;
    z-index: 998;
}

#logo img {
	width:150px;
	height:150px;
}

/* ===============================================
   NEWSLETTER
   =============================================== */

section#newsletter {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.newsletter-page-form {
    width: 100%;
    padding: 40px;
    text-align: center;
	background:#2D3032
}

#newsletter .newsletter-text {
	font-size:20px;
}

#newsletter .newsletter-text.email-check ,
#newsletter .newsletter-text .subscribe-result {
	font-size:14px;
	min-height: 50px;
}

#newsletter p ,
#newsletter .checkbox-container .control a ,
#newsletter .checkbox-container .control span {
	color:#fff !important
}

.newsletter-page-form.newsletter-form input[type=text] {
	background:#fff;
	text-align:center;
}

.newsletter-page-form input[type=submit] ,
#newsletter input[type=submit] {
    background: #2D3032 ;
	border:solid 2px #2D3032;
    color: #fff;
    padding: 14px 28px;
    font-size: 14px;
    width: 100%;
    margin: 0 0 25px 0 !important;
}

.newsletter-page-form input[type=submit]:hover {
	background:#262626;
    border-color: #262626 !important;
}

#newsletter input[type=submit]:hover {
	background:none;
    border-color: #fff !important;
}

#newsletter p ,
#newsletter .checkbox-container .control a ,
#newsletter .checkbox-container .control span {
	color:#fff !important
}

#newsletter .checkbox-container.input-error .control a,
#newsletter .checkbox-container.input-error .control span ,
.newsletter-page-form .checkbox-container.input-error .control a,
.newsletter-page-form .checkbox-container.input-error .control span {
    color: #b93333!important;
}

#newsletter .checkbox-container.input-error .control input.is-filled~.control-indicator~a,
#newsletter .checkbox-container.input-error .control input.is-filled~.control-indicator~a~span ,
.newsletter-page-form .checkbox-container.input-error .control input.is-filled~.control-indicator~a,
.newsletter-page-form .checkbox-container.input-error .control input.is-filled~.control-indicator~a~span {
    color: #fff!important;
}

#newsletter .checkbox-container.input-error .control input.is-filled~.control-indicator~a,
#newsletter .checkbox-container.input-error .control input.is-filled~.control-indicator~a~span ,
.newsletter-page-form .checkbox-container.input-error .control input.is-filled~.control-indicator~a,
.newsletter-page-form .checkbox-container.input-error .control input.is-filled~.control-indicator~a~span {
    color: #fff!important;
}

#newsletter .checkbox-container.input-error input[type=text] ,
.newsletter-page-form .checkbox-container.input-error input[type=text] {
	color: #b93333 !important;
}

#newsletter .checkbox-container.input-error input[type=text].is-filled ,
.newsletter-page-form .checkbox-container.input-error input[type=text].is-filled {
	color: #616161 !important;
}

#newsletter .checkbox-container.input-error ::-webkit-input-placeholder { color: #b93333!important; }
#newsletter .checkbox-container.input-error :-moz-placeholder { color: #b93333!important; }
#newsletter .checkbox-container.input-error :-ms-input-placeholder { color: #b93333!important; }
.newsletter-page-form .checkbox-container.input-error ::-webkit-input-placeholder { color: #b93333!important; }
.newsletter-page-form .checkbox-container.input-error :-moz-placeholder { color: #b93333!important; }
.newsletter-page-form .checkbox-container.input-error :-ms-input-placeholder { color: #b93333!important; }

.newsletter-page-form p {
    margin: 0 0 40px 0;

}

.newsletter-page-form p,
.newsletter-page-form .form-privacy a {
    color: #fff!important;

}

.newsletter-page-form .checkbox-container .control a,
.newsletter-page-form .checkbox-container .control span {
    color: #fff;
}

/* ===============================================
   FOOTER
   =============================================== */

#footer {
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
}

#copyright {
    background: #2D3032;
    padding: 50px 0;
    border-top: solid 1px #444649;
	width:100%;
	bottom:0;
	text-align:center;

}

#copyright p {
	margin-bottom:15px;
}

#copyright p:last-of-type{
	margin-bottom:30px;
}

#copyright p a {
    display: inline-block;
}

#copyright p,
#copyright p a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    clear: none;
	line-height:1.4em;
}

#copyright p span {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
}

#copyright p a:hover,
#copyright p span:hover {
    color: #5C97BF
}

/* ===============================================
   COOKIE LAW
   =============================================== */

#cookie-notice {
    padding: 25px 0;
}

#cn-notice-text {
	display:block;
}

#cookie-notice .cn-button,
.cn-button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    margin: 25px 5px 0 5px;
    line-height: 20px;
    text-align: center;
    text-shadow: none;
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background: #5C97BF !important;
    border: none;
    box-shadow: none;
    filter: none;
    padding: 5px 15px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    outline: none;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

#cookie-notice .cn-button:hover,
.cn-button.bootstrap:hover {
    background: #4387b5 !important;
}

#cookie-notice.cookie-notice-hidden {
	display:none;
	padding:0;
}

/* ===============================================
   MAINMENU
   =============================================== */

nav#mainmenu {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 50px;
}

nav#mainmenu ul {
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
    border: none;
    text-align: center
}

nav#mainmenu ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 15px 0;
    margin-bottom: -7px;
    text-align: center
}

nav#mainmenu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    z-index: 1;
    margin: 0 15px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    position: relative
}

nav#mainmenu ul li a:hover,
nav#mainmenu li:hover > a,
nav#mainmenu ul li.current-menu-item > a,
nav#mainmenu ul li.current_page_item > a,
nav#mainmenu ul li.current-menu-parent > a,
nav#mainmenu ul li.current_page_ancestor > a,
nav#mainmenu ul li.current-menu-ancestor > a {
    color: #5C97BF
}

nav#mainmenu ul li.wp-support {
    padding:0;
    margin-left: 5px;
    border: solid 2px #fff;
    border-radius: 5px;
    -webkit-transition: border-color .1s linear;
    -moz-transition: border-color .1s linear;
    -o-transition: border-color .1s linear;
    transition: border-color .1s linear;
}

nav#mainmenu ul li.wp-support a {
    margin: 0;
    padding: 5px;
}

nav#mainmenu ul li.wp-support:hover,
nav#mainmenu ul li.wp-support.current-menu-item,
nav#mainmenu ul li.wp-support.current-post-ancestor,
nav#mainmenu ul li.wp-support.current-menu-parent,
nav#mainmenu ul li.wp-support.current-post-parent {
    border-color: #5C97BF;
}

nav#mainmenu ul ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #323638;
    top: -10px;
    left: 15px;
    z-index: 1000
}

nav#mainmenu ul ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 210px;
    background: #323638
}

nav#mainmenu ul ul li {
    position: relative;
    margin: 0;
    line-height: 1.2em;
    text-transform: none;
    width: 100%;
    min-height: inherit;
    padding: 0
}

nav#mainmenu ul ul li a {
    text-transform: none;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 16px;
    margin: 0;
    border-bottom: none;
    color: #fff
}

nav#mainmenu ul ul li a:hover {
    color: #5C97BF
}

nav#mainmenu ul ul li ul {
    top: 0;
    left: 213px
}

nav#mainmenu ul ul li ul:before {
    display: none
}

.tinynav,
.select-menu {
    display: none;
    visibility: hidden
}

/* ===============================================
   TOPBAR
   =============================================== */

#topbar {
    background: #262626;
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 999;
    right: 0;
    top: 0;
    line-height: 53px;
}

#topbar nav#usermenu ul {
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    text-align: right
}

#topbar nav#usermenu ul li {
    position: relative;
    display: inline-block;
    line-height: inherit
}

#topbar nav#usermenu ul li a {
    font-weight: 600;
    text-decoration: none;
    display: block;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    position: relative;
    padding: 0 24px;
    margin-right: -5px;
}

#topbar nav#usermenu ul li a img {
    margin-left: 12px
}

#topbar nav#usermenu ul li:first-of-type a {
    border-right: solid 1px #2D3032
}

#topbar nav#usermenu ul li:last-of-type a {
    margin-right: 0
}

#topbar nav#usermenu ul li a:hover {
    color: #5C97BF;
    background: #2D3032
}

/* ===============================================
   TOPBAR BOUNCE
   =============================================== */

.shake-button {

    animation-name: shake-with-delay;
    animation-duration: 6s;
    animation-iteration-count: infinite;

    -webkit-animation-name: shake-with-delay;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: shake-with-delay;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;

    -o-animation-name: shake-with-delay;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;

}

@-webkit-keyframes shake-with-delay {

	from, 16%, to {
        -webkit-transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -webkit-transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -webkit-transform: translate3d(10px, 0, 0);
    }

}

@-moz-keyframes shake-with-delay {

	from, 16%, to {
        -moz-transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -moz-transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -moz-transform: translate3d(10px, 0, 0);
    }

}

@-o-keyframes shake-with-delay {

	from, 16%, to {
        -o-transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        -o-transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        -o-transform: translate3d(10px, 0, 0);
    }

}

@keyframes shake-with-delay {

    from, 16%, to {
        transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
        transform: translate3d(-10px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
        transform: translate3d(10px, 0, 0);
    }

}

.product-desc {
	margin-bottom:25px;
	padding:50px;
	border-top:solid 1px #fafafa;
	background:#fff;
	font-size: 14px;
    line-height: 1.9em;
}

.product-desc h5 {
	margin-bottom:10px;
}

.item-container {
	margin-top:50px;
	margin-bottom:25px;
}

.item-box {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
	text-align:center;
	background:#fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.col-md-4:last-of-type .item-box {
    margin-bottom: 50px
}

.item-box img {
    max-width: 100%;
    max-height: 100%
}

.item-box .details {
    margin: 0!important;
    background:#fff;
    border-top:solid 1px #fafafa;
    padding: 15px;
    text-align: center;
    color: #333!important;
	position:relative;
	z-index:4;
}

.item-box .details h3 {
    margin: 0!important;
    float: left;
    color: #333!important
}

.item-box .details p {
    margin: 0!important;
    float: right;
    color: #333!important
}

.item-box .captions {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.item-box h3 {
    margin: 30px auto 20px;
    font-size: 18px!important;
    line-height: 40px!important;
    margin-bottom: 20px;
    transition: all .4s ease-in-out 0!important;
}

.item-box h3 a {
    color: #616161 !important;
	text-decoration:none
}

.item-box p {
    font-size: 16px!important;
    color: #616161;
}

.item-box:focus .captions,
.item-box:hover .captions {
    opacity: .99
}

.item-box .captions .caption-box {
    top: 50%;
    margin-top: -21px;
    position: absolute;
    width: 100%
}

.free-version .item-box .captions .caption-box {
    margin-top: -46px;
}

.item-box div.item-description {
	font-size:14px;
	text-align:center;
	padding:15px;
	line-height:1.8em
}

.actions {
	margin:50px 0 25px 0;
    text-align: center;
}

.actions a.button {
    margin: 0 0 5px 0;
    background: #2D3032;
    outline: none;
    padding: 20px;
    color: #fff !important;
	text-decoration:none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	text-transform:uppercase;
    font-size: 16px;
	font-weight:600
}

.actions a.button.service {
    padding: 18px 36px;
}

.actions a.button:hover,
.actions a.button:active,
.actions a.button:focus {
    background: #757575;
}

.actions a.button span {
    display: block;
    font-size: 13px;
}

.actions a.button.purchase {
    background: #ec7063;
}

.actions a.button.purchase:hover,
.actions a.button.purchase:active,
.actions a.button.purchase:focus {
    background: #e74c3c;
}

.actions a.button.purchase-bundle {
    background: #ec7063;
}

.actions a.button.purchase-bundle:hover,
.actions a.button.purchase-bundle:active,
.actions a.button.purchase-bundle:focus {
    background: #e74c3c;
}

.actions a.button.free-good {
    background: #84ad37;
}

.actions a.button.free-good:hover,
.actions a.button.free-good:active,
.actions a.button.free-good:focus {
    background: #5d7a27;
}

.actions a.button i {
    float: left;
    position: relative;
    line-height: 40px;
	font-size:18px;
}

.actions.mobile-actions {
	display:none;
	visibility:hidden;
}

a.more_button {
    margin: 0 auto 5px;
    outline: none;
    padding: 14px;
    color: #2D3032 !important;
	text-decoration:none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-align: center;
    position: relative;
    font-weight: 600;
    border: solid 2px #2D3032;
    display: block;
    width: 50%;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.theme-info a.more_button {
    font-weight: 400
}

a.more_button i {
    position: relative;
    margin-left: 15px;
	font-size: 16px;
}

a.more_button div.info {
    text-align: center;
    margin-left: 15px;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase
}

a.more_button.detail_button {
    padding: 10px 12px;
	width:55%;
    font-size: 12px;
    text-transform: uppercase
}

a.more_button.purchase_button {
    background: #ec7063;
    border: solid 2px #ec7063;
    color:#fff !important;
	display:inline-block;
    font-size: 14px;
	width:auto;
	padding:0 12px;
	float:right;
	text-align:center;
    text-transform: uppercase;
    vertical-align: middle;
    height: 40px;
    line-height: 37px;
    margin: 0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.more_button.purchase_button:hover,
a.more_button.purchase_button:active,
a.more_button.purchase_button:focus {
    background: #e74c3c;
    border: solid 2px #e74c3c;
}

a.more_button.free-good {
    background: #84ad37;
    border: solid 2px #84ad37;
	display:inline-block;
    font-size: 14px;
	padding:0 12px;
	float:right;
	text-align:center;
    text-transform: uppercase;
    vertical-align: middle;
    height: 40px;
    line-height: 37px;
    margin: 0;
    width: 100% !important;
    position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.more_button.free-good:hover,
a.more_button.free-good:active,
a.more_button.free-good:focus {
    background: #5d7a27;
    border: solid 2px #5d7a27;
}

a.more_button.purchase_button span {
	background: #d14a2b;
    padding: 0 8px;
    margin-left: 8px;
    font-size: 13px;
    line-height: 25px;
    margin-top: 6px;
	display:inline-block;
}

a.more_button.big_button {
	min-width: 250px;
    font-size: 15px;
    padding: 15px 30px;
    display: inline-block;
    width: auto;
    margin-top: 50px;
    text-transform: uppercase
}

.bundle_buttons a.more_button.big_button {
    padding: 10px 16px;
}

a.more_button span {
    display: block;
    font-size: 13px;
    text-transform: initial;
}

a.more_button:hover,
a.more_button:active,
a.more_button:focus {
    background: #262626;
    color: #fff !important;
    border: solid 2px #262626
}

a.more_button.border_button {
    background: #ec7063;
    border: solid 2px #ec7063
}

a.more_button.border_button:hover,
a.more_button.border_button:active,
a.more_button.border_button:focus {
    background: #e74c3c;
    border: solid 2px #e74c3c
}

span.valued_label {
    background: #2D3032 ;
    border: solid 2px #2D3032 ;
    color:#fff !important;
	display:inline-block;
    font-size: 12px;
	width:100%;
	padding:0 12px;
	text-align:center;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 700;
    height: 40px;
    line-height: 37px;
    margin: 0;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pin-article {
    margin-bottom: 25px!important
}

.article {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    padding: 20px
}

.article a {
    border-bottom: solid 1px #ddd
}

.article .title {
    text-align: left;
    margin: 0;
    font-weight: 700;
    line-height: 24px
}

.article img {
    float: left;
    margin-right: 15px
}

.prova {
    background: #fff;
    padding: 80px 0
}

.toggle {
    display: none;
    font-size: 15px;
    line-height: 1.4em;
    padding: 25px;
}

.toggle ,
.toggle p {
	font-weight:500 !important
}

.toggle_container .toggle:last-child {
    margin-bottom: -25px
}

.toggle_container h5.element {
    cursor: pointer;
    background: none;
    padding: 15px 30px 15px 15px;
    font-size: 14px;
	line-height:1.4em;
    margin:0 0 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #333;
    position: relative;
    font-weight: 400!important;
    border: solid 1px #ddd !important;
}

.toggle_container h5.element i {
	font-size: 12px;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.toggle_container h5.element i.open {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.toggle_container > h5.element:last-of-type {
	margin-bottom:0
}

.toggle_container h5.element:hover,
.toggle_container h5.inactive,
.toggle_container h5.inactive:hover {
    border-bottom: solid 1px #ddd;
    color: #5C97BF;
}

.toggle_container h5.inactive {
	margin-bottom:0
}

.toggle_container h5.element:hover:last-of-type,
.toggle_container h5.inactive:last-of-type,
.toggle_container h5.inactive:hover:last-of-type {
    border-bottom: none
}

/* FEATURES GRID */

body.single .post-content .col-md-6.features {
    padding: 0 0 25px 0;
	text-align:left;
	font-size:16px;
}

body.single .post-content .col-md-6.features .feature {
    padding: 0 15px 0 0;
}

body.single .post-content .col-md-6.features:last-of-type,
body.single .post-content .col-md-6.features:last-of-type:nth-child(2n+2) {
    padding-bottom: 0;
}

body.single .post-content .col-md-6.feature h3 {
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:bold
}

body.single .post-content .col-md-6.feature  p {
    line-height: 1.4em
}

/* PURCHASE OPTIONS */

#purchase-table {
	padding:100px 0;
	background:#2D3032;
	margin:50px 0 0 0;
}

#purchase-table h2.title {
	color:#fff;
	padding:0;
	font-size:32px;
	text-align:center;
    margin-bottom: 100px;
}

#purchase-table h2.title.single_product_table {
    margin-bottom: 0px;
}

#purchase-table h2.title.single_product_table.single_bundle + p {
    margin-bottom: 50px;
}

#purchase-table h2.title + p {
	color:#fff;
    font-weight:600;
}

#purchase-table .title {
	font-size:16px;
}

#purchase-table .col-md-12 .title-container {
	margin-bottom:50px
}

#purchase-options {
	text-align:center
}

#purchase-options .post-content {
    padding: 40px;
}

#purchase-options .plan {
	margin-bottom:0;
	position:relative;
    display: flex;
}

/*
#purchase-options .plan.on-sale:after,
.item-container .on-sale .item-box:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    top: 0;
    right: 15px;
    background: url(../images/small-on-sale.png) no-repeat
}

#purchase-options .plan.renewable:after ,
.item-container .renewable .item-box:after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 79px;
    top: 0;
    right: 15px;
    background: url(../images/small-renewable.png) no-repeat
}

.item-container .on-sale .item-box:after ,
.item-container .renewable .item-box:after {
    right: 0;
}
*/

#purchase-options .price {
    font-size: 60px;
    line-height: 50px;
    margin: 35px 0;
    position: relative;
	text-align:center;
	font-weight:500
}

#purchase-options .price .eur {
    font-size: 30px;
    vertical-align: top;
    position: absolute;
    top: 50%;
	left:10%;
	margin-top:-25px;
	font-weight:400
}

#purchase-options strike {
	color:#ddd;
	font-style:italic;
}

#purchase-options .price strike {
	display:block;
	color:#ddd;
	font-style:italic;
	margin:-10px 0 10px 0;
	font-size:40px
}

#purchase-options .price .period {
    position: absolute;
	font-size:12px;
	bottom:10px;
	line-height:0;
}

#purchase-options .features {
	list-style: none;
    margin: 50px 0;
    padding: 50px 0 0 0;
    border-top: 1px solid #ddd;
    font-size: 14px;
	float:left;
	width:100%;
    z-index: 999;
    position: relative;
}

#purchase-options .features li {
    font-size: 15px;
}

#purchase-options .features li:last-of-type em {
    font-size: 12px;
	line-height:1.1em
}

#purchase-options a.button {
    margin: 35px auto 0 auto;
	padding:15px;
	width:100%;
    font-size: 16px;
	position:relative;
	background:#ec7063;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-weight:600
}

#purchase-options a.button:hover ,
#purchase-options a.button:active ,
#purchase-options a.button:focus {
	color:#fff !important;
	background:#e74c3c
}

#purchase-options .fa-paypal {
	color:#003087;
	margin-left:10px;
}

.plan .post-content {
    position: relative;
}

#purchase-options .purchase-button-wrapper {
    margin-top: auto;
}

#purchase-options .table-tooltip {
	position:relative;
    display: inline-block;
    margin-left: 15px;
    top: 1px;
}

#purchase-options .table-tooltip i {
    font-size: 18px;
}

#purchase-options .table-tooltip .tooltip-center-description {
    left: -150px;
}

#purchase-options .table-tooltip .tooltip-center-description:after {
	right: 50%;
	margin-right: -7.5px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {

	#purchase-options .plan {
		margin-bottom:25px;
	}

    #purchase-options .purchase-button-wrapper {
        width:100%;
        position:relative;
        bottom: 0;
    }
    
}

.add-to-cart {
    width: 800px;
    height: 438px;
    background: url(../images/add-to-cart.png) no-repeat;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
    background-repeat: no-repeat
}

.add-to-cart.add-to-cart-plugin {
    background: url(../images/add-to-cart-plugin.png) no-repeat;
}

.add-to-cart span.priceinfo {
    position: absolute;
    top: 30%;
    margin-top: -40px;
    padding: 0;
    font-size: 18px;
    color: #616161;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    width: 200px;
    margin-left: -58px;
    left: 50%
}

.add-to-cart span.specialprice {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -40px;
    padding: 0;
    font-size: 24px;
    color: #333;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    width: 240px;
    margin-left: -78px;
}

.add-to-cart a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 80px;
    margin-top: -40px;
    margin-left: -58px;
    font-size: 22px;
    background: #ec7063;
    padding: 15px
}

.add-to-cart a i {
    margin-right: 15px
}

.add-to-cart a span {
    display: block;
    font-size: 14px;
    position: relative
}

.add-to-cart a:active,
.add-to-cart a:focus,
.add-to-cart a:hover {
    background: #e74c3c;
    color: #fff !important;
}

ul.theme_details,
ul.free_details ,
ul.bundle_details {
    line-height: 1.9em
}

ul.theme_details a {
    color: #616161;
	text-decoration:underline
}

ul.theme_details a:hover {
    color: #5C97BF
}

ul.theme_details i,
ul.free_details i ,
ul.bundle_details i {
    margin-right: 15px
}

ul.bundle_details li:first-of-type {
    margin-bottom: 20px
}

table.cart-table ,
table.product-downloads {
    width: 100%;
    margin: 25px auto 40px auto;
    border: solid 1px #eee;
}

table.cart-table tr,
table.product-downloads tr {
	background:#fafafa;
}

table.cart-table tr:nth-child(2n),
table.product-downloads tr:nth-child(2n) {
	background:#fff;
}

table.cart-table tr:first-of-type td,
table.product-downloads tr:first-of-type td {
	font-weight:600;
	background:#fafafa;
    font-size: 14px
}

table.cart-table tr:first-of-type td em,
table.product-downloads tr:first-of-type td em {
	display:block;
	font-weight:400;
    font-size: 12px
}

table.cart-table td,
table.product-downloads td {
    padding: 25px 0;
    text-align: center;
    border-left: solid 1px #eee;
    border-bottom: solid 1px #eee;
    font-size: 14px
}

table.cart-table td.expired ,
table.product-downloads td.expired {
	color:red;
}

table.cart-table td.prezzo {
	width: 30%;
}

table.cart-table td.prezzo em {
	display: block;
	font-size: 12px;
}

table.cart-table td.expired em ,
table.cart-table td.expired span ,
table.product-downloads td.expired em ,
table.product-downloads td.expired span {
	display:block;
	font-size:12px
}

table.product-downloads a.product_name {
    text-decoration: none;
    padding: 0 10px;
}

table.product-downloads a.download-button {
    background-color: #2D3032;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
	width:80%;
	font-weight:600;
	text-decoration:none;
	margin:0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table.product-downloads a.download-button:last-of-type {
	margin-bottom:0;
}

table.product-downloads a.download-button:hover,
table.product-downloads a.download-button:active,
table.product-downloads a.download-button:focus {
    background: #757575;
	color:#fff !important
}

table.product-downloads a.info-button {
    background-color: #ec7063;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
	width:60%;
	font-weight:600;
	text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table.product-downloads td:nth-child(2) a.download-button {
	width:35%;
}

table.product-downloads a.info-button:hover,
table.product-downloads a.info-button:active,
table.product-downloads a.info-button:focus {
    background: #e74c3c;
	color:#fff !important
}

.pp_inline {
    padding: 40px
}

.pp_inline h4.title {
    font-size: 40px;
    margin: 0 0 45px;
    text-align: center
}

.contact-form.send-ticket {
    margin-top: 25px
}

.affwp-section{
	margin:30px auto 45px auto;
	text-align:center
}

.affwp-pagination{
	margin:30px auto 15px auto;
	text-align:center
}

.affwp-pagination a,
.affwp-pagination span {
	height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #5C97BF;
    border-color: #5C97BF;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}

.affwp-pagination a:focus,
.affwp-pagination span.focus ,
.affwp-pagination a:active,
.affwp-pagination span.active ,
.affwp-pagination a:hover,
.affwp-pagination span.current {
	background: #4387b5;
    border-color: #4387b5;
    color: #fff;
}

#affwp-affiliate-dashboard-tabs {
    position: relative
}

#affwp-affiliate-dashboard-tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

#affwp-affiliate-dashboard-tabs:after {
    content: '';
    display: block;
    clear: both
}

#affwp-affiliate-dashboard-tabs li {
    border: 1px solid #d3ced2;
    border-right: none;
    display: block;
    float: left;
    position: relative;
    z-index: 0;
    margin: 0!important;
    padding: .5em 1em!important
}

#affwp-affiliate-dashboard-tabs li:last-of-type {
    border-right: 1px solid #d3ced2
}

#affwp-affiliate-dashboard-tabs li a {
    padding: 0!important;
    color: #616161
}

#affwp-affiliate-dashboard-tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

#affwp-affiliate-dashboard-tabs li.active a {
    color: #5C97BF
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
    margin: 0 0 50px;
    padding: 0;
    border: none
}

#affwp-affiliate-dashboard h4,
#affwp-graphs-filter {
    margin-bottom: 50px
}

.affwp-tab-content {
    text-align: center
}

#affwp-graphs-filter select {
    display: block;
    visibility: visible;
    margin: auto;
    height: 50px;
    padding: 8px 10px;
    background: #fff;
    color: #333;
    border-color: #ddd;
}

.affwp-form label {
    width: auto;
    margin-right: 15px
}

.affwp-form .affwp-tos,
.affwp-form label {
	width:100%;
	text-align:center;
}

#service-form {
	padding:25px;
	background:#fafafa;
	margin:20px auto;
}

.post-password-form {
	margin: 40px auto 20px auto ;
    width: 100%;
    background: #fafafa;
    padding: 40px;
    text-align: center;
}

.post-password-form p:first-of-type {
	margin: 0 0 40px 0 ;
}

#sidebar #service-form {
	padding:0;
	background:#fff;
	margin:auto;
}

.post-password-form input[type=password],
#affwp-affiliate-dashboard #affwp-payment-email,
.affwp-form input[type=text],
.affwp-form input[type=email],
.affwp-form textarea,
#affwp-affiliate-dashboard input[type=text],
.contact-form input[type=text],
.contact-form select,
.contact-form textarea,
.newsletter-form input[type=text],
.pp_inline #loginform input[type=text],
.pp_inline #loginform input[type=password] {
    padding: 15px 1%;
    background: #fafafa;
    width: 100%;
    margin: 0 0 15px;
    border: none;
    color: #333;
    font-size: 14px;
}

.post-password-form input[type=password] {
	background:#fff;
}

#service-form.contact-form input[type=text],
#service-form.contact-form select,
#service-form.contact-form textarea {
	background:#fff;
}

#sidebar #service-form.contact-form input[type=text],
#sidebar #service-form.contact-form select,
#sidebar #service-form.contact-form textarea {
	background:#fafafa;
}

#affwp-generate-ref-url input {
    width: auto;
}
.contact-form select {
    height: 50px;
}

.contact-form label,
.pp_inline #loginform label {
    margin: 0;
    padding: 5px 0 15px .5%;
    color: #616161
}

.post-password-form input[type=submit],
.affwp-form input[type=submit],
#affwp-affiliate-dashboard input[type=submit],
.contact-form input[type=submit],
.confirm_form input[type=submit],
.newsletter-form input[type=submit],
.pp_inline #loginform input[type=submit] {
    background: #5faae3;
    padding: 14px 28px;
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 25px;
}

.newsletter-wrap {
    background: #2D3032;
    background-image: url(../images/cta-bg.jpg) !important;
    margin-bottom: 50px;
    text-align: center;
    color: white;
}

.newsletter-wrap .newsletter-text {
    color: #fff;
    text-align: left;
}

.newsletter-wrap .subscribe-result {
    margin-bottom: 15px;
}

.newsletter-wrap .newsletter-form input[type=submit] {
    width: 100%;
    margin:0 0 15px 0
}

.newsletter-wrap .checkbox-container .control a {
    color:#fff;
    text-decoration: underline;
}

.newsletter-wrap .checkbox-container.input-error .control a,
.newsletter-wrap .checkbox-container.input-error .control span,
.newsletter-wrap .checkbox-container.input-error input[type=text] {
    color: #b93333!important;
}

.newsletter-wrap .checkbox-container.input-error ::-webkit-input-placeholder { color: #b93333!important; }
.newsletter-wrap .checkbox-container.input-error :-moz-placeholder { color: #b93333!important; }
.newsletter-wrap .checkbox-container.input-error :-ms-input-placeholder { color: #b93333!important; }

.confirm_form label {
	display:block;
	font-weight:600
}

.confirm_form fieldset {
    border: 1px solid #eee;
    padding: 20px 20px 0 20px;
    margin: 20px 0;
}

.confirm_form legend {
    border: 0;
    background: #fff;
    padding: 0 20px;
	font-weight:600
}

.confirm_form select.hidden {
	display: none;
	visibility:hidden;
}

.confirm_form select {
	display: block;
	width:100%;
    margin: 0 0 20px 0;
    padding: 15px;
    height: 50px;
    line-height: 50px;
	background:#fff;
	border:solid 1px #e6e6e6;
}

.confirm_form input[type=submit] {
    margin: 0 auto;
    background: #ec7063;
    display: block;
    font-size: 14px;
    padding: 16px 32px;
    text-transform: uppercase;
    vertical-align: middle;
	font-weight:600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.renewal_notice {
	margin:40px 0;
	text-align:center;
	padding:25px;
	border:solid 1px #eee;
    background: #fafafa;
    font-size: 14px;
}

.post-password-form input[type=password] ,
.post-password-form input[type=submit] {
	display:block;
	margin:0;
	text-align:center;
	width:100%;
	border:none
}

.post-password-form input[type=password]  {
	margin-bottom:10px;
}

.post-password-form input[type=submit]:hover,
.affwp-form input[type=submit]:hover,
#affwp-affiliate-dashboard input[type=submit]:hover,
.contact-form input[type=submit]:hover,
.confirm_form input[type=submit]:hover,
.pp_inline #loginform input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    background: #4387b5
}

.confirm_form input[type=submit]:hover {
    background: #e74c3c
}

.service-contact .title {
	margin-bottom:40px
}

.service-contact #service-form.contact-form input[type=submit] {
	font-weight:600;
	width:100%;
    padding: 8px 16px;
}

.service-contact #service-form.contact-form .form-submit {
	margin:0
}

form#searchform #searchsubmit {
    display: inline-block;
    width: 37%;
    margin: 0;
    padding: 5px 2%
}

#searchform .input-search {
    display: inline-block;
    width: 96%;
    margin: 0;
    padding: 5px 2%
}

#searchform .input-search:hover,
#searchform .input-search:active,
#searchform .input-search:focus {
    outline: 0!important;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.contact-form select:hover,
.contact-form select:active,
.contact-form select:focus {
    outline: 0!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.logged-in-as a,
#comments a {
    color: #616161
}

div.messaggeok {
	font-weight:bold;
	color:green;
	margin-top:20px;
	font-size:16px
}

span.error {
	display:none;
	color:#b93333;
	margin:15px 0;
	font-weight:bold;
}

.contact-form select.input-error,
.contact-form input.input-error,
.contact-form textarea.input-error {
	border:solid 1px #b93333 !important;
}

.contact-form ::-webkit-input-placeholder {text-align:left; }
.contact-form :-moz-placeholder {text-align:left; }
.contact-form :-ms-input-placeholder {text-align:left; }

.input-error::-webkit-input-placeholder { color:#b93333}
.input-error:-moz-placeholder { color:#b93333}
.input-error:-ms-input-placeholder { color:#b93333}

.contact-form .form-privacy a {
    color: #616161;
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-form .form-privacy.input-error a {
	color: #b93333 ;
}

#reservedarea-popup {
	height:350px;
}

.reservedarea-popup h3.title {
	margin:20px 0 40px 0;
}

.reservedarea-popup a.more_button {
	padding:10px;
	margin-top:30px
}

.reservedarea-popup a.more_button span {
	font-size:14px;
}

.reservedarea-popup em {
    font-size: 12px;
    line-height: 1.8em;
    display: block;
}

#back-to-top {
	cursor:pointer;
    margin-left: 15px;
}

#back-to-top i {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}

.socials {
    margin:0;
    text-align: center
}

.socials a {
	text-decoration: none;
    display: inline-block;
    z-index: 1;
    padding: 0;
    margin: 0 5px 0 0;
	text-align:center;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    position: relative;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
	width:40px;
	border-radius:40px;
	background:#3b4045
}

.socials a.facebook:active ,
.socials a.facebook:focus ,
.socials a.facebook:hover {
    background: #3b5998;
}

.socials a.twitter:active ,
.socials a.twitter:focus ,
.socials a.twitter:hover {
    background: #1da1f2;
}

.socials a.skype:active ,
.socials a.skype:focus ,
.socials a.skype:hover {
    background: #00aff0;
}

.socials a.email:active ,
.socials a.email:focus ,
.socials a.email:hover {
    background: #262626;
}

.socials a:active,
.socials a:focus,
.socials a:hover {
    text-decoration: none;
}

.purchase_message {
    margin: 40px 0;
	text-align:center;
}

.container.confirm_payment .post-content {
    background: #fff
}

.container.confirm_payment h1.title ,
.container.confirm_payment h2.title ,
.container.available_downloads h1.title {
	text-transform:none;
	margin-bottom:40px;
}

.container.confirm_payment h2.title {
	margin-top:40px;
}

/* ===============================================
   RATING
   =============================================== */

.rating-description {
	line-height: 1.6em;
    margin: 30px 0 15px 0;
}

.rating-description a {
	color:#616161;
	text-decoration:underline;
}

.rating-description i {
    margin-right:15px;
}

.rating {
    unicode-bidi: bidi-override;
    font-size: 20px;
	display:block
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #e3cf7a;
}

.rating.rating-30 span.star:nth-child(-n+1):before ,
.rating.rating-50 span.star:nth-child(-n+2):before ,
.rating.rating-70 span.star:nth-child(-n+3):before ,
.rating.rating-90 span.star:nth-child(-n+4):before ,
.rating.rating-20 span.star:nth-child(-n+1):before ,
.rating.rating-40 span.star:nth-child(-n+2):before ,
.rating.rating-60 span.star:nth-child(-n+3):before ,
.rating.rating-80 span.star:nth-child(-n+4):before ,
.rating.rating-100 span.star:nth-child(-n+5):before {
    content: "\f005";
}

.rating.rating-10 span.star:nth-child(1):before ,
.rating.rating-30 span.star:nth-child(2):before ,
.rating.rating-50 span.star:nth-child(3):before ,
.rating.rating-70 span.star:nth-child(4):before ,
.rating.rating-90 span.star:nth-child(5):before {
    content: "\f123";
}

/* ===============================================
   IMAGES
   =============================================== */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
	max-width:100%;
	height:auto;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:20px;
	max-width:558px !important;
	padding:4px;
	text-align:center;
}
.wp-caption img {
	margin:5px 5px 0;
	width:98%;
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}
.wp-smiley {
	margin:0;
}

/* ===============================================
   TOPBAR
   =============================================== */

#wip-topbar-wrapper,
body.logged-in.customizer_active #wip-topbar-wrapper {
	top:0;
	padding:0;
	position:fixed;
	width:100%;
	background:#ec7063;
	z-index:999;
	display:none;
	text-align:center;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#wip-topbar-wrapper:hover,
body.logged-in.customizer_active #wip-topbar-wrapper:hover {
	background:#e74c3c;
}

#wip-topbar-wrapper .cta-shake {
	margin:0;
	color:#fff;
	font-weight:700;
	font-size:16px;
    padding: 20px 0;
    display: block;
	text-transform:uppercase
}

#wip-topbar-wrapper .cta-shake i.fa-arrow-left,
#wip-topbar-wrapper .cta-shake i.fa-arrow-right {
    top: -1px;
    position: relative;
}

#wip-topbar-wrapper .cta-shake i.fa-arrow-left {
    margin-left: 15px;
}

#wip-topbar-wrapper .cta-shake i.fa-arrow-right {
    margin-right: 15px;
}

#wip-topbar-wrapper a.cta-shake {
	cursor:pointer;
}

#wip-topbar-wrapper .cta-shake-button {
    background: #ec7063;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#wip-topbar-wrapper .cta-shake-button:hover {
    background: #e74c3c;
	color:#fff;
}

@media screen and (min-width: 0) and (max-width: 600px) {

	body.logged-in #wip-topbar-wrapper {
		top: 0;
	}

	#wip-topbar-wrapper a {
		margin-top:15px;
	}

}

@media screen and (min-width: 0px) and (max-width: 992px) {

	#header-wrapper,
	body.logged-in #header-wrapper {
		height:auto;
	}

	#header-wrapper #header .header-container,
	#header-wrapper #header {
		position:relative;
		height:0
	}

	#topbar {
		position:relative;
	}

	body.logged-in #sub-header {
		margin-top:0
	}

	#banner {
		padding: 50px 0;
	}

	nav#mainmenu ul {
		visibility:hidden;
		display:none;
	}

	.tinynav {
		display: block;
		visibility:visible;
		width: 100% !important;
		margin:50px auto;
		height: 50px;
		padding: 8px 10px;
		background: #fafafa;
		color: #333;
	}

    .buttons {
        text-align: center;
        background: none!important;
		margin-top:50px;
		padding-top:0
    }

    a.more_button.big_button {
        font-size: 16px;
        padding: 8px 14px
    }
    .feature {
        height: auto
    }
    #newsletter input[type=text],
    #newsletter input[type=submit],
    a.more_button.big_button {
        width: 100%;
        display: block;
        margin-top: 0;
        margin-bottom: 5px
    }
	#sidebar {
		margin-top:50px;
	}

	.actions {
		margin:0 0 50px 0;
	}

	.actions.mobile-actions {
		display:block;
		visibility:visible;
		margin:50px 0;
	}

}

@media screen and (min-width: 0px) and (max-width: 430px) {

	table.cart-table tr:first-of-type td,
	table.product-downloads tr:first-of-type td {
    font-size: 12px;
	}

	table.cart-table td {
		width:27% !important;
	}

	table.cart-table td.prezzo em {
		font-size: 10px;
		line-height: 1;
	}

	table.cart-table td.prezzo {
		width:46% !important;
	}

	a.more_button.purchase_button {
		font-size: 13px;
    padding: 0;
	}

	.add-to-cart,
	.add-to-cart.add-to-cart-plugin {
    width: 320px;
    height: 320px;
    background: url(../images/add-to-cart-320.png) no-repeat;
    margin: 50px auto;
    position: relative
	}

	.add-to-cart a,
	.add-to-cart span.priceinfo,
	.add-to-cart span.specialprice {
    margin-left: -100px;
    text-align: center
	}

}

@media screen and (min-width: 431px) and (max-width: 992px) {
    .add-to-cart,
	.add-to-cart.add-to-cart-plugin {
        background: url(../images/add-to-cart-430.png) no-repeat;
        width: 430px;
        height: 430px
    }
    .add-to-cart a,
    .add-to-cart span.priceinfo,
    .add-to-cart span.specialprice {
        margin-left: -100px;
        text-align: center
    }
}
@media screen and (min-width: 0px) and (max-width: 991px) {

    table.cart-table td,
    table.product-downloads td {
        font-size: 12px
    }

    table.cart-table td {
		width:50%;
  		word-break: break-all;
    }

    table.cart-table td:first-of-type,
    table.cart-table td:last-of-type {
		width:25%;
    }

    table.cart-table tr .element-hidden,
    table.product-downloads tr .element-hidden {
        display: none;
        visibility: hidden
    }
    table.product-downloads a.download-button,
    table.product-downloads a.info-button {
		font-size: 7px;
		width: 80%;
		padding: 2px 10px;
	}

	.confirm_form select {
		height: auto;
	}

	.confirm_form input[type=submit] {
		font-size: 14px;
		padding: 12px 24px;
	}

}
@media screen and (min-width: 992px) and (max-width: 1400px) {

    table.product-downloads td {
        font-size: 14px
    }
    table.product-downloads tr .element-hidden:last-of-type {
        display: none;
        visibility: hidden
    }
    table.product-downloads a.download-button,
    table.product-downloads a.info-button {
		font-size: 12px;
		width: 80%;
		padding: 2px 10px;
	}

}
