﻿/*
 * Consolidated internal theme stylesheet.
 * Generated from internal assets/css files in WordPress scandir() load order.
 * External libraries kept separate: bootstrap.min.css, font-awesome.css, nivoslider.css, prettyPhoto.css.
 */

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

body {
	min-height:100%;
	height:100%;
    background: #fff;
    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: #000
}

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 {
    color: black;
    margin: 0 0 25px 0;
    padding: 0;
	font-weight:700;
}

.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
}

/* ==========================================================================
   Source: email-notifications.css
   ========================================================================== */

.checkbox-container .control-group {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 30px;
	width: 200px;
	height: 210px;
	margin: 10px;
}

.checkbox-container .control {
	display: block;
	position: relative;
	padding: 0 0 0 40px !important;
	margin-bottom:20px;
	cursor: pointer;
	text-align:left;
	font-size:14px;
	font-weight:600;
}

.checkbox-container span {
    margin: 0;
    padding: 0;
    font-style: italic;
    display: block;
    font-weight: 300;
}

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

.checkbox-container label.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-container .control-indicator {
	position: absolute;
	top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
	background: #fff;
	border: solid 1px #e6e6e6;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.checkbox-container .control:hover input ~ .control-indicator {
	background: #ccc;
}

.checkbox-container .control input:checked ~ .control-indicator:after {
	display: block;
}

.checkbox-container .control.input-error input ~ .control-indicator {
	border: solid 1px red;
	background: #fff;
}

.checkbox-container .control input:checked ~ .control-indicator {
	background: #5faae3;
	border: solid 1px #5faae3;
}

.checkbox-container .control:hover input:not([disabled]):checked ~ .control-indicator,
.checkbox-container .control input:checked:focus ~ .control-indicator {
	background: #5C97BF;
}

.checkbox-container .control input:disabled ~ .control-indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.checkbox-container .control-indicator:after {
	content: '';
	position: absolute;
	display: none;
}

.checkbox-container .control input:checked ~ .control-indicator:after {
	display: block;
}

.checkbox-container .control-checkbox .control-indicator:after {
	left: 8px;
	top: 4px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-container .control-checkbox input:disabled ~ .control-indicator:after {
	border-color: #7b7b7b;
}

.checkbox-container .control a {
	color:#000;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.checkbox-container .control.input-error ,
.checkbox-container .control.input-error a {
	color: #b93333;
}

.checkbox-container .control.input-error input:checked ~ .control-indicator ~ a {
	color: #000;
}

.checkbox-container .control.input-error input:checked ~ .control-indicator ~ a ~ span {
	color: #000;
}

/* ==========================================================================
   Source: evergreen.css
   ========================================================================== */

.black-friday-popup ul#countdown li {
    padding: 0 5px;
}

.black-friday-popup ul#countdown li span.time + p {
    display: block !important;
    font-size: 12px !important;
}

.black-friday-popup ul#countdown li span.time {
    font-size: 22px;
}

.topbar_wrapper.bf-topbar {
    position: fixed;
    background:#000 !important;
    color:#fff !important;
    padding: 0
}
.topbar_wrapper.bf-topbar .bf-topbar-close {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 3;
}
.topbar_wrapper.bf-topbar .bf-topbar-close:hover,
.topbar_wrapper.bf-topbar .bf-topbar-close:focus {
    background: rgba(0,0,0,.55);
    color: #fff;
    outline: none;
}
.topbar_wrapper.bf-topbar.is-hidden {
    display: none !important;
}
.topbar_wrapper.bf-topbar.visibile {
    padding: 10px 0
}
.topbar_wrapper.bf-topbar.visibile:after {
    display:none;
}
.topbar_wrapper.bf-topbar.visibile { height:auto;}
.topbar_wrapper.bf-topbar ul#countdown li span.time + p {
    color: #fff !important;
}
.topbar_wrapper.bf-topbar ul#countdown li span, ul#countdown li span.time {
    color: #fff !important;
}
.topbar_wrapper.bf-topbar .countdown-text {
    color: #fff;
    display:block !important;
    margin-top: 5px;
    text-transform: none;
    font-weight: 400;
}
.topbar_wrapper.bf-topbar ul#countdown.countdown_active {
    width: 35%;
    margin-right:10%;
    order:2;
}
.topbar_wrapper.bf-topbar .text-wrapper {
    width: 45%;
    order:1;
    margin-right: 45%;
}
.topbar_wrapper.bf-topbar .countdown_active + .text-wrapper {
    margin-right: 0;
}
.topbar_wrapper.bf-topbar .text-wrapper p {
    margin: 10px 0 5px 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height:1em;
}
.topbar_wrapper.bf-topbar .text-wrapper em {
    font-size:11px;
}
.topbar_wrapper.bf-topbar .text-wrapper a {
    color:#ec7063;
    font-weight: bold;
}
.topbar_wrapper.bf-topbar .text-wrapper a:hover,
.topbar_wrapper.bf-topbar .text-wrapper a:active,
.topbar_wrapper.bf-topbar .text-wrapper a:focus{
    color:#e74c3c
}
.topbar_wrapper.bf-topbar .text-wrapper strike {
    font-style: italic;
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: line-through;
    text-decoration-style: double;
    margin: 0 2px;
}

@media screen and (max-width : 800px)  {
    .topbar_wrapper.bf-topbar ul#countdown.countdown_active {
        display:none;
    }
    .topbar_wrapper.bf-topbar .text-wrapper {
        width: 100%;
        margin-left:0;
        margin-right:0;
        padding:0 !important
    }
}


/* ==========================================================================
   Source: switch-plan-4.css
   ========================================================================== */

.plan-switch {
  text-align: center;
  line-height: 41px;
  margin: auto;
  width: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.plan-switch span.plan-description {
  line-height: 31px;
  position: relative;
  height: 31px;
  float: left;
  display: block;
  margin-top: 3px;
  font-weight: 400;
  min-width: 130px;
  color: #fff;
  cursor: pointer;
}

.plan-switch.nyp-plan span.plan-description {
  margin-top: -4px;
}

.plan-switch span.plan-description.active-plan {
  font-weight: bold;
  color: #fff;
  cursor: default;
}

.plan-switch span.plan-description:last-of-type {
  float: right;
}

.plan-switch span.plan-description em {
  font-size: 10px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  top: 15px;
  text-align: center;
}

.plan-switch .plan-checkbox {
  display: inline-block;
}

.plan-checkbox input.on-off {
  position: absolute;
  width: 70px;
  height: 30px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

.plan-checkbox input.on-off + .control-indicator {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.plan-checkbox input.on-off + .switch-container {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 35px;
	margin-top:0;
  z-index: 998;
}

.plan-checkbox input.on-off + .switch-container .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
	background-color: #2ecc71;
  border:solid 2px #2ecc71;
}

.plan-checkbox input.on-off:checked + .switch-container .switch {
	background-color: #ddd;
	border-color:#ddd;
}


.plan-checkbox input.on-off + .switch-container .switch:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -ms-transition: transform .4s;
  -o-transition: transform .4s;
  transition:transform .4s;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.plan-checkbox input.on-off:checked + .switch-container .switch:before {
	-webkit-transform: translate(-35px);
	-ms-transform: translate(-35px);
	transform: translate(-35px);
	background-color: #fff;
}


/* ==========================================================================
   Source: switch-reserved-area-form-v1.css
   ========================================================================== */

.reserved-area-switch-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 41px;
  margin: auto;
  width: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.reserved-area-switch-form span.reserved-area-form-description {
  line-height: 31px;
  position: relative;
  height: 31px;
  float: left;
  display: block;
  margin-top: 3px;
  font-weight: 400;
  min-width: 130px;
  color: #000;
  cursor: pointer;
}

.reserved-area-switch-form span.reserved-area-form-description.active-form {
  font-weight: bold;
  color: #000;
  cursor: default;
}

.reserved-area-switch-form span.reserved-area-form-description:last-of-type {
  float: right;
}

.reserved-area-switch-form span.reserved-area-form-description em {
  font-size: 10px;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  top: 15px;
  text-align: center;
}

.reserved-area-switch-form .switch-form-checkbox {
  display: block;
  margin: 0;
  height: 35px;
}

.switch-form-checkbox input.on-off {
  position: absolute;
  width: 70px;
  height: 30px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

.switch-form-checkbox input.on-off + .control-indicator {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.switch-form-checkbox input.on-off + .switch-container {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 35px;
	margin-top:0;
  z-index: 998;
}

.switch-form-checkbox input.on-off + .switch-container .switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
	background-color: #3A6E92;
  border:solid 2px #3A6E92;
}

.switch-form-checkbox input.on-off:checked + .switch-container .switch {
	background-color: #ddd;
	border-color:#ddd;
}


.switch-form-checkbox input.on-off + .switch-container .switch:before {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s;
  -ms-transition: transform .4s;
  -o-transition: transform .4s;
  transition:transform .4s;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.switch-form-checkbox input.on-off:checked + .switch-container .switch:before {
	-webkit-transform: translate(-35px);
	-ms-transform: translate(-35px);
	transform: translate(-35px);
	background-color: #fff;
}

.hiddenBox {
  display: none;
}

.reserved-area-section {
    width: 50%;
    margin: auto;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.signup-form-reserved-area ,
.login-form-reserved-area {
	width: 100%;
	text-align: center;
  margin:0 auto;
  border-radius: 5px;
}

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

  .reserved-area-switch-form {
    width: auto;
    flex-direction: column;
  }

}

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

  .reserved-area-section {
    width: 100%;
    margin: auto;
  }

}

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

	.signup-form-reserved-area ,
	.login-form-reserved-area {
		width: 100%;
		height: auto;
		margin-top: 25px;
	}

	.signup-form-reserved-area  .black-box-form,
	.signup-form-reserved-area .newsletter-text {
		margin-bottom: 0 !important;
	}

}

.signup-form-reserved-area section,
.login-form-reserved-area section {
	margin-top: 20px;
	padding:0px;
}

.login-form-reserved-area .post-password-form {
	margin-top:0 !important;
}

.signup-form-reserved-area{
	background: #fafafa;
    border-radius: 5px;
}

.signup-form-reserved-area .black-box-form,
.login-form-reserved-area{
	background: #fafafa;
    border-radius: 5px;
}

.login-form-reserved-area h4{
	color: #000;
}

.post-password-form {
    padding: 0
}



/* ==========================================================================
   Source: template-51.css
   ========================================================================== */


.grecaptcha-badge { visibility: hidden; }
body.page-id-5126 .grecaptcha-badge { visibility: visible; }

fieldset.plan_selector {
    border: none;
    padding: 0;
    border-radius: 0;
}

fieldset.plan_selector legend {
    padding: 0 20px;
    font-weight: bold;
}

.dynamic-price-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dynamic-price-column .fa-spinner {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#planSelector {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border:solid 1px #ddd;
    font-weight: bold;
}

#planSelector option {
    font-weight: 500;
}

#planSelector:focus {
    outline: none;
}

select option:disabled {
    color:#aaa;
}

.nivo-caption { display: none !important    }

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

.single-blog ul {
    padding-left: 40px;
    list-style: disc;
}

.single-blog a {
    font-weight: bold;
}

.item-box h3.home-title {
	height:60px;
	line-height:60px!important;
	margin:0;
}

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;
}


@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;
	}

}

.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:#000
}

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;
    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.button.go-back{
    border-radius: 5px;
    margin: 35px 0 0 0;
}

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
}




.blog-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-post-container {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin-left:auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 25px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.blog-post-container .post-title {
    margin-bottom: 0px;
}

.blog-post-container .publication-date {
    font-size: 12px
}

.blog-post-container a {
    color:#000;
}

.blog-post-container a:first-of-type{
    flex: 0 0 100px;
}

.blog-post-container a:hover ,
.blog-post-container a:active ,
.blog-post-container a:focus {
    color:#5C97BF;
}

.blog-post-container:last-of-type {
    margin-bottom: 25px;
}

.post-title {
    margin:0px;
}

.blog-content .wp-post-image {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    margin-bottom: 25px;
}

.blog-content .wp-post-image.size-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 0;
}

.publication-date {
    display: block;
    margin-top: 15px;
}

.publication-date i {
    margin-right: 10px;
}

#sidebar .newsletter-form input[type=submit] {
    padding: 12px 15px;
    font-size: 12px;
    width: 100%;
    margin: 0;
}

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

#sidebar #newsletter p {
    font-size: 14px;
}

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

#sidebar .checkbox-container .control {
    margin-top: 15px;
    margin-bottom: 0;
}





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

.page-content {
    padding: 50px 0;
}

#sidebar .post-content {
    background: #fff;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-bottom: 50px;
}

.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%;
}

/* ===============================================
   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:#fff;
    border-radius: 5px;
    border: solid 1px #ddd;
}

#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:#000 !important
}

.newsletter-page-form.newsletter-form input[type=text] {
	background:#fff;
	text-align:center;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.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:#000 !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: #000 !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: #000 !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: #000 !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: #000 !important;

}

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

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

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

#copyright {
    background: #000;
    margin-top: 0;
    padding: 50px 0;
	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
}

nav#mainmenu li a .sf-sub-indicator {
    margin-left: 5px;
}

.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:0 10px 0 0;
	font-size: 14px;
    line-height: 1.9em;
}

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

.video-preview {
	margin-top:25px;
	margin-bottom:50px;
    padding: 0 15px;
}

.video-embed iframe {
    border-radius: 25px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.item-box {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
	text-align:center;
	background:#fff;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #ddd;
    overflow: hidden;
}

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

.item-box img {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.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: calc(100% - 100px);
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
    z-index: 2;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
    border-radius: 5px;
}

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

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

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

.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
}




.item-box-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fafafa;
    border-top: solid 1px #ddd;
    padding:0 15px;
    margin-top: auto;
    gap:20px;
    height: 100px;
}

.item-box-price-box {
    text-align: left;
}

.item-box-item-label{
    display:block;
    color:#666;
    font-size:10px;
}

.item-box-item-price {
    font-size:14px;
    font-weight:700;
    color:#000;
}

.item-box-buy-button {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    height:40px;
    padding: 0 20px;
    border:2px solid #000;
    border-radius:4px;
    text-decoration:none;
    color:#000;
    font-size:12px;
    font-weight:600;
    transition: all .3s ease;
}

.item-box-buy-button svg {
    width: 20px;
    height: 20px;
    transition: all .3s ease;

}

.item-box-buy-button:hover ,
.item-box-buy-button:active ,
.item-box-buy-button:focus {
    background:#000;
    border:2px solid #000;
    color: white;
    fill: white;
}

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

.actions a.button {
    margin: 15px 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;
    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: 14px;
	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;
}

.reedem-box ,
.freegood-box {
    margin-top: 50px;
}

.reedem-box h3 {
    text-align: center;
}

.reedem-box .actions {
    margin-top: 25px;
    margin-bottom: 0px;
}

.reedem-box .actions a.button.purchase {
    text-transform: none;
}

.reedem-box .redeem-button.button {
    border-color: #ec7063 !important;
    background: #ec7063 !important;
    color: white !important;
}

.reedem-box .redeem-button.button:hover {
    border-color: #e74c3c !important;
    background: #e74c3c !important;
}

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:65%;
    font-size: 12px;
}

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 0 ;
}

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

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

.toggle-element {
    background: #fff;
    padding: 30px;
    margin:0 0 10px 0;
    border-radius: 5px;
}

.landing-page-section:nth-child(even) .toggle-element {
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.toggle_container h5.element {
    cursor: pointer;
    padding: 0;
    font-size: 16px;
	line-height:1.4em;
    margin:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
    position: relative;
    font-weight: 700!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);
    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 {
    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 {
	margin:0;
}

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

#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: #000;
    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 .price {
    font-size: 60px;
    line-height: 50px;
    margin: 50px 0 0 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:20px
}

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

#purchase-options .price .price-decimal {
    position: absolute;
    top: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
}

#purchase-options .price strike + .eur + .price-decimal ,
#purchase-options .price .eur + strike + .price-decimal {
    top: 29px;
}

#purchase-options .price.decimal-price .period {
	bottom:20px;
}

#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;
    position: relative;
}

#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: 14px;
	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 .fa-cc-paypal ,
#purchase-options .purchase-button-wrapper .fa-cc-stripe {
    margin-top: 10px;
    font-size: 28px;
}

#purchase-options .purchase-button-wrapper .fa-cc-paypal {
    color: #0e319f;
}

#purchase-options .purchase-button-wrapper .fa-cc-stripe {
    color: #635bff;
}

#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: 14px;
}

#purchase-table #purchase-options li.purchase-tooltip-parent {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: help;
}

#purchase-table #purchase-options li.purchase-tooltip-parent .table-tooltip,
#purchase-table #purchase-options li.purchase-tooltip-parent .tooltip-inline-row {
    position: static;
}

#purchase-table #purchase-options li.purchase-tooltip-parent .tooltip-description {
    left: 50%;
    top: 0;
    -ms-transform: translate(-50%, calc(-100% - 10px));
    -webkit-transform: translate(-50%, calc(-100% - 10px));
    transform: translate(-50%, calc(-100% - 10px));
}

#purchase-table #purchase-options li.purchase-tooltip-parent .tooltip-description:after {
    left: 50%;
    right: auto;
    bottom: -5px;
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

#purchase-table #purchase-options li.purchase-tooltip-parent:hover .tooltip-description,
#purchase-table #purchase-options li.purchase-tooltip-parent:focus-within .tooltip-description,
#purchase-table #purchase-options li.purchase-tooltip-parent.is-tooltip-open .tooltip-description {
    visibility: visible;
    opacity: 1;
}

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

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

    #purchase-table #purchase-options li.purchase-tooltip-parent .tooltip-description {
        left: 50% !important;
        max-width: calc(100vw - 40px);
        -ms-transform: translate(-50%, calc(-100% - 10px));
        -webkit-transform: translate(-50%, calc(-100% - 10px));
        transform: translate(-50%, calc(-100% - 10px));
    }

    #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: #000;
    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.reviews_list {
    margin: 20px 0;
}

ul.theme_details li,
ul.free_details li ,
ul.bundle_details li {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.theme_details.membership-theme-details li,
ul.free_details.membership-theme-details li ,
ul.bundle_details.membership-theme-details li {
    display: block;
}

ul.theme_details li i,
ul.free_details li i ,
ul.bundle_details li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

ul.theme_details a {
    color: #000;
	text-decoration:none
}

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

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 {
    color: black;
    text-decoration: underline;
    padding: 0 10px;
}

table.product-downloads a.download-button {
    background-color: #2D3032;
    padding: 5px 10px;
    color: #fff;
    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: #000
}

#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:0;
	margin:0 auto;
	width:100%;
}

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

#service-form .form-submit input {
    margin: 0 auto;
}

#service-form .g-recaptcha div:first-of-type {
    margin: 25px auto;
}

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

.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: 12px 24px;
    background: #fafafa;
    width: 100%;
    margin: 0 0 15px;
    border: none;
    border-radius: 5px;
    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:#fafafa;
    border-radius: 5px;
}

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

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    border: none;
    padding: 10px 1%;
}

.wpcf7-form label {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.wpcf7-form label span {
    font-weight: bold;
    margin-top: 15px;
    display: block;
}

.wpcf7-form label span {
    text-align: left;
    margin: 10px 0;
}

.wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wpcf7-form input[type="checkbox"] {
    text-align: left;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
}

#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: #000
}

.wpcf7-form input[type=submit],
.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;
    transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 25px;
}

.newsletter-wrap {
    background: #000  !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;
    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;
    border-radius: 5px;
}

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

.wpcf7-form input[type=submit]:hover,
.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: #000
}

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: #000;
    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 0 25px 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: 15px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    position: relative;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
	width:40px;
	border-radius:5px;
}

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

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

.container.confirm_payment .col-md-8.page-box .post-content ,
.container.confirm_payment .col-md-12.page-box .post-content {
    background: none;
    padding: 0;
}

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

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

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

.rating-description a {
	color: #000;
	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: #fff;
		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;
	}

}


/* ==========================================================================
   Source: tip-cart.css
   ========================================================================== */

.cart_form input[type=submit] {
    background: #5faae3;
    padding: 14px 28px;
    color: #fff;
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
	border-radius: 5px;
    font-weight: 600;
    margin-top: 25px;
}

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

.cart_form fieldset {
    border: 1px solid #eee;
	border-radius: 5px;
    padding: 25px 25px 0 25px;
    margin: 25px 0;
}

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

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

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

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

.cart_form input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    background: #4387b5
}

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

.cart_form .coupon-submit {
	padding-bottom:20px;
}

.cart_form .coupon-submit input {
	width:60%;
	display:inline-block;
	height:40px;
	line-height:40px;
	float:none;
	border:solid 1px;
}

.cart_form .coupon-submit input.coupon {
	width:69%;
	float:left;
	height:40px;
	line-height:40px;
	border:solid 1px #eee;
	margin-right:1%;
	padding: 0 0 0 10px;
    border-radius: 5px;
}

.cart_form .coupon-submit input.apply_coupon {
	width:30%;
	float:left;
	height:40px;
	line-height:40px;
	padding:0;
    border: solid 1px #eee;
    background: #eee;
    border-radius: 5px;
}

.cart_form .coupon-result {
	text-align:center;
}

.cart_form .coupon-result i {
	margin-top:20px;
}

.cart_form .coupon-result.coupon-visible-result {
	padding-top:20px;
	clear:both;
	font-weight:400
}

.cart_form .purchase-button-wrapper {
	position:relative;
	text-align:left;
	color:inherit !important;
	margin-top:50px;
}

.cart_form .purchase-button-wrapper .payment-gateway-group {
	border: 0;
	padding: 0;
	margin: 0;
}

.cart_form .purchase-button-wrapper .payment-gateway-group legend {
	padding: 0;
	margin: 0 0 14px 0;
	text-align: left;
}

.cart_form .purchase-button-wrapper .gateway-option {
	display: block;
	margin-bottom: 14px;
	cursor: pointer;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-control {
	display: block;
	padding: 20px 14px 20px 50px;
	border: 1px solid #d0d0d0;
	background: #f1f2f4;
	border-radius: 4px;
	position: relative;
	transition: all .25s ease;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-control:before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fafafa;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
	font-style: normal;
	line-height: 1.1;
	font-weight: 700;
	color: #0a607f;
}

.cart_form .purchase-button-wrapper .gateway-option .gateway-option-title i {
    font-size: 20px;
    margin-left: auto;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control {
	border-color: #5faae3;
	background: #eef5fb;
	box-shadow: 0 0 0 1px #5faae3 inset;
}

.cart_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control:before {
	border-color: #0a607f;
	box-shadow: inset 0 0 0 7px #0a607f;
}

.cart_form .purchase-button-wrapper .confirm_payment_button {
	margin-top: 40px;
	width: 100%;
	background: #ec7063;
	font-size: 14px;
	padding: 15px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
}

.cart_form .purchase-button-wrapper .confirm_payment_button:hover ,
.cart_form .purchase-button-wrapper .confirm_payment_button:active ,
.cart_form .purchase-button-wrapper .confirm_payment_button:focus {
	background:#e74c3c
}

.clear-coupon {
    display: block;
    font-style: normal !important;
    cursor: pointer;
    font-weight: bold !important;
    margin-top: 10px !important;
    text-decoration: underline;
}

/* ==========================================================================
   Source: tip_actions-6.css
   ========================================================================== */

.actions-title {
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
		
.actions-price {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
		
.actions-price span {
	font-size: 14px;
	font-weight: 400;
}
		
.actions-price span.price-decimal {
	font-size: 12px;
	font-weight: 600;
}
		
.actions-price strike {
	color:#ccc;
	margin-right:5px;
	font-size: 13px;
	font-weight: 500;
}

.actions-price strike span.price-decimal {
	font-size: 13px;
	font-weight: 500;
}

.actions ul.theme_details {
	margin-bottom: 30px;
}

.actions ul.theme_details li {
	position:relative;
}

.actions .demo-button {
	margin-bottom: 30px;
    display: block;
    font-size: 14px;
	font-weight: 600;
    color: #000;
}

.actions .demo-button:hover {
    color: #5C97BF;
}

.actions .theme_details + a.button.purchase ,
.actions .theme_details + .demo-button + a.button.purchase {
	padding:15px 0;
}

.product-info .theme_details + a.button ,
.product-info .theme_details + a.button + a.button {
	font-size: 14px;
	font-weight: bold;
	display:inline-block;
	width: 49%;
	background:#fff;
	border:solid 2px #2D3032;
	color:#2D3032;
	border-radius:5px;
	padding:10px;
}
		
.product-info .theme_details + a.live-demo-button {
	width: 100%;
}
		
.product-info .theme_details + a.free-download-button + a.live-demo-button {
	width: 49%;
}
		
.product-info .theme_details + a.button:hover ,
.product-info .theme_details + a.button + a.button:hover {
	background:#262626;
	border-color:#262626;
	color:#fff;
}

.product-info a.button.try-button,
.product-info a.button.free-good-button {
	font-size: 14px;
	font-weight: bold;
	display:block;
	background:#2D3032;
	border:solid 2px #2D3032;
	color:#fff;
	width: 100%;
	margin-top: 15px;
	border-radius:5px;
	padding:10px;
}
		
.product-info a.button.try-button i,
.product-info a.button.free-good-button i {
    margin-right: 10px;
}
		
.product-info a.button.try-button:hover {
	background:#262626;
	border-color:#262626;
}

.product-info a.button.free-good-button {
	background:#84ad37;
	border-color:#84ad37;
}
		
.product-info a.button.free-good-button:hover {
	background:#5d7a27;
	border-color:#5d7a27;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
	
	#sidebar {
		margin-top: 50px;
	}

}

@media screen and (max-width: 1200px) {
	
	.product-info .theme_details + a.button ,
	.product-info .theme_details + a.button + a.button {
		display:block;
		width: 100%;
	}
	
	.product-info .theme_details + a.button + a.button {
		margin-top:15px;
	}

}


/* ==========================================================================
   Source: tip_countdown_dev6.css
   ========================================================================== */

.topbar_wrapper,
body.logged-in.customizer_active .topbar_wrapper {
	top:0;
	padding:0;
	position:fixed;
	width:100%;
	background:#fff;
	z-index:9999;
	display:none;
	text-align:center;
}

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

	body.logged-in .topbar_wrapper {
		top: 0;
	}

	.topbar_wrapper a {
		margin-top:15px;
	}

}

.topbar_wrapper {
    align-items: center;
	justify-content: center;
	background:#fff;
	display: none;
	overflow:hidden;
	visibility:hidden;
	height:0px;
}

.topbar_wrapper.visibile:after {
	content: '';
	width: 70%;
	height: 1px;
	background: #fafafa;
	left: 0;
	bottom: 0px;
	z-index: 999;
	position: absolute;
}

.topbar_wrapper.visibile {
	display: flex !important;
	visibility:visible;
	height:80px;
}

.countdown-wrapper {
	padding: 10px 0px !important;
	width:30%;
	position:relative;
	z-index: 998;
}

.countdown-wrapper:after {
	content: '';
	width: 1px;
	height: 80px;
    background: #fafafa;
	right: 0;
	top: 0px;
	z-index: 999;
	position: absolute;
}

.text-wrapper {
	padding: 0;
	width:40%;
	font-size: 14px;
	font-weight: 600;
}

.topbar-buy-button {
	position: relative;
	z-index: 998;
	display:flex;
	height: 80px;
	padding: 0;
	color: #fff;
	width:30%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.topbar-buy-button:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #fafafa;
    left: 1px;
    top: 0px;
    z-index: 999;
    position: absolute;
}

.topbar-buy-button a {
	background: #ec7063;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	width: 50%;
	max-width: 200px;
	padding: 12px 0;
	border-radius: 0;
	text-transform: uppercase;
}

.topbar-buy-button a:hover,
.topbar-buy-button a:active,
.topbar-buy-button a:focus{
	background: #e74c3c;
}

.topbar-buy-button.topbar-nyp-button a {
	background: #fa983a;
	border-color: #fa983a;
}

.topbar-buy-button.topbar-nyp-button a:hover,
.topbar-buy-button.topbar-nyp-button a:active,
.topbar-buy-button.topbar-nyp-button a:focus{
	background: #e58e26;
	border-color: #e58e26;
}


.topbar-buy-button span {
	display: block;
    font-size: 12px;
    position: relative;
    text-transform: none;
    padding-top: 2.5px;
}

.topbar_wrapper ul#countdown li span.time + p {
	display: block;
	font-weight: 500;
	color: #000 !important;
	font-size: 12px;
	text-transform: uppercase;
}

.topbar_wrapper ul#countdown li span, ul#countdown li span.time {
	text-transform: uppercase;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #000 !important;
}

.topbar_wrapper ul#countdown li {
	padding: 0 10px;
}

.countdown-text{
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	color: #000;
}

.topbar_wrapper:hover,
body.logged-in.customizer_active .topbar_wrapper:hover {
	background:#fff;
}

.reserved-topbar,
.reserved-topbar.visibile {
    background:#fff;
	height:auto !important;
	padding:5px 0
}

.reserved-topbar .text-wrapper {
	font-size:15px;
	font-weight: 700;
}

.reserved-topbar .text-wrapper span {
	font-size:13px;
	font-weight: 400;
}

.reserved-topbar-button {
    background: #ec7063;
    border-radius: 5px;
    color: white;
    margin-top: 5px;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
	font-weight: 600;
}

.reserved-topbar-button:hover,
.reserved-topbar-button:active,
.reserved-topbar-button:focus {
	background: #e74c3c;
	color: #fff;
}

.topbar-buy-button strike {
	margin-right:12px;
}

.topbar-buy-button strike::after {
  content: 'â‚¬';
	position: absolute;
	width: 12px;
	text-align: right;
}

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

	ul#countdown.countdown_active {
		display: none !important;
	}

}

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

	.topbar_wrapper.visibile {
		height: 100px;
	}

	.topbar_wrapper ul#countdown li:first-of-type {
		display:none
	}

	ul#countdown li span, ul#countdown li span.time {
		font-size: 13px !important;
	}

	.topbar_wrapper ul#countdown li span.time + p {
		font-size: 11px !important;
	}

    .newsletter-text.email-check.success-message,
    .reserved-area-section {
		width: calc(100% - 30px) !important;
    }

}

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

    .newsletter-text.email-check.success-message,
    .reserved-area-section {
		width: 100%;
    }

	.countdown-wrapper,
	.topbar_wrapper.visibile:after {
		display:none !important;
	}

	.text-wrapper {
		width:70%;
		padding: 15px 0px !important;
	}

	.topbar-buy-button {
		width:30%;
		padding:0 10px;
	}
	.topbar-buy-button a {
		width: 80%;
	}

	.topbar-buy-button span {
		display: none;
	}

	.topbar_wrapper a {
		margin-top: 0;
	}


}

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

	.text-wrapper {
		width:60%;
	}

	.topbar-buy-button {
		width:40%;
	}

	.text-wrapper,
	.topbar-buy-button a {
		font-size:11px;
	}

	.topbar-buy-button a {
		width: 90%;
	}

	.topbar-buy-button span {
		display: none;
	}

    .tooltip-description {
        width: 220px !important;
        left: -200px !important;
    }

    #purchase-options .table-tooltip {
        position: absolute;
        right: -10px;
        top: 50%;
    }

}

@media screen and (min-width : 1370px)  {

	.text-wrapper {
		width:50%;
	}

	.countdown-wrapper ,
	.topbar-buy-button {
		width:25%;
	}

	ul#countdown li.countdown-text{
		display: block;
	}
	
}

.offer-topbar .text-wrapper {
	width: 80%;
	text-align: left;
	font-weight: normal;
	padding:0 50px
}

.offer-topbar .topbar-buy-button {
	width: 30%;
}

.offer-topbar .topbar-buy-button a {
	width: 100%;
	font-weight: 600;
	text-transform: none;
}

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

	.offer-topbar {
		flex-direction: column;
		padding:25px;
		text-align: center;
	}

    .topbar_wrapper.visibile {
        height: auto;
    }

	.offer-topbar .text-wrapper {
		text-align: center;
	}

	.offer-topbar .text-wrapper,
	.offer-topbar .topbar-buy-button {
		width: 100%;
		padding:0 !important
	}

	.offer-topbar .text-wrapper {
		margin-bottom: 15px;
	}

	.offer-topbar .topbar-buy-button {
		height: auto;
		margin: 0 !important;
	}

	.offer-topbar .topbar-buy-button:before {
		display: none;
	}

}


/* ==========================================================================
   Source: tip_dev-33.css
   ========================================================================== */

.call-to-action {
    padding: 50px;
    background: #2D3032;
    background-image: url(../images/cta-bg.jpg) !important;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.call-to-action p {
    color: white !important;
    font-size: 15px;
}

.call-to-action .button {
    background: #ec7063;
    border: solid 2px #ec7063;
	display:inline-block;
    font-size: 13px;
    font-weight: bold;
	padding:10px 15px !important;
	text-align:center;
    vertical-align: middle;
    height: auto;
    line-height: auto;
    margin: 15px auto 0 auto !important;
    width: 200px !important;
    position: relative;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.call-to-action .button:hover,
.call-to-action .button:active,
.call-to-action .button:focus {
    background: #e74c3c;
    border: solid 2px #e74c3c;
    color: #fff !important;
}

a.more_button.learn_more_button {
    background: #2D3032;
    border: solid 2px #2D3032;
	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.learn_more_button:hover,
a.more_button.learn_more_button:active,
a.more_button.learn_more_button:focus {
    background: #757575;
    border: solid 2px #757575;
}

#purchase-table.purchase-table-theme {
    padding-bottom: 50px;
}

/* ===============================================
   Countdown
   ============================================= */

ul#countdown {
	list-style: none;
	margin:0;
	padding: 0;
	display: block;
	text-align:center;
	position:relative;
	display:none;
	visibility:hidden;
}

ul#countdown.countdown_active {
	display:block;
	visibility:visible;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

ul#countdown li {
	display: inline-block;
	text-align:center;
	padding:0 2.5px;
	position:relative;
	line-height:inherit;
}

ul#countdown li:last-of-type {
	padding-left:0;
}

ul#countdown li span ,
ul#countdown li span.time {
	text-transform:lowercase;
	display:inline-block;
	font-size: 16px;
	font-weight: 500;
	color:#fff;
}

ul#countdown li span.time + p {
	text-transform:lowercase;
	display:inline-block;
	font-weight: 500;
	color:#fff;
	margin:0;
	font-size: 16px;
	line-height:1em;
}

ul#countdown.ppcountdown {
    margin-bottom: 20px;
}

ul#countdown.ppcountdown li {
    padding: 0 10px;
}

ul#countdown.ppcountdown  li span.time {
    color:#fff !important;
    font-size: 18px;
}

ul#countdown.ppcountdown li span.time + p {
    display:block !important;
    font-size: 14px;
}

ul#countdown.ppcountdown .countdown-text {
    margin:0;
    text-transform: none;
    display: block;
    font-size: 13px;
}

.reviews-wrap {
    --review-ink: #101a35;
    --review-rule: #eee;
    --review-avatar-bg: #eee;
    --review-avatar-color: #616161;
}

.reviews-wrap .owl-stage .owl-item ,
.reviews-wrap .owl-stage .owl-item .type-reviews {
    display: flex;
    height: auto;
}

.reviews-wrap .owl-stage .owl-item .type-reviews {
    width: 100%;
    padding: 12px 2px 18px;
    box-sizing: border-box;
}

.reviews-wrap .review-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    border: solid 1px #ddd;
    color: var(--review-ink);
    text-align: left;
}

.reviews-wrap .review-main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 42px 40px 38px;
}

.reviews-wrap .review-item .rating {
    display: flex;
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1;
}

.reviews-wrap .review-item .rating span.star {
    line-height: 1;
}

.reviews-wrap .review-item .rating span.star:before {
    padding-right: 8px;
    color: #e3cf7a;
    font-size: 20px;
}

.reviews-wrap .review-item .rating span.star:last-child:before {
    padding-right: 0;
}

.reviews-wrap .review-title {
    margin: 0 0 15px;
    color: var(--review-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.reviews-wrap .review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}


.reviews-wrap .review-author .review-author-name {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.reviews-wrap .review-avatar {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--review-avatar-bg);
    color: #000;
    font-size: 19px;
    line-height: 1;
}

.reviews-wrap .review-divider {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 30px 0 32px;
}

.reviews-wrap .review-divider-line {
    flex: 1 1 auto;
    height: 1px;
    background: var(--review-rule);
}

.reviews-wrap .review-quote {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--review-rule);
    font-size: 27px;
    line-height: 1;
    transform: none;
}

.reviews-wrap .review-quote .fa:before {
    content: "\f10d";
}

.reviews-wrap .review-content {
    flex: 1 1 auto;
    min-width: 0;
    color: #1c2743;
    text-align: left;
}

.reviews-wrap .review-item .review-content p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
}

.reviews-wrap .review-item .review-content p:last-child {
    margin-bottom: 0;
}

.reviews-wrap .review-content.has-more > p:last-of-type {
    display: inline;
    margin-bottom: 0;
}

.reviews-wrap .review-content-more {
    margin-top: 12px;
}

.reviews-wrap .review-content-more[hidden] {
    display: none;
}

.reviews-wrap .review-toggle {
    display: inline-block;
    width: auto;
    margin: 0 0 0 0.3em;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font: inherit;
    font-weight: 600;
    vertical-align: baseline;
    cursor: pointer;
}

.reviews-wrap .review-toggle:hover,
.reviews-wrap .review-toggle:focus {
    color: #000;
}

.reviews-wrap .review-source {
    flex: 0 0 auto;
    margin: 0;
    padding: 25px 40px;
    background: #fafafa;
    font-size: 14px;
    line-height: 1.4;
}

.reviews-wrap .review-source a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.reviews-wrap .review-source a:hover,
.reviews-wrap .review-source a:focus {
    color: #5C97BF;
}

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

    .reviews-wrap .review-main {
        padding: 34px 28px 30px;
    }

    .reviews-wrap .review-source {
        padding: 22px 28px;
    }

    .reviews-wrap .review-title {
        font-size: 20px;
    }

    .reviews-wrap .review-item .rating {
        margin-bottom: 28px;
        font-size: 25px;
    }

    .reviews-wrap .review-divider {
        gap: 14px;
        margin: 26px 0 28px;
    }

}

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

    .reviews-wrap .owl-stage .owl-item .type-reviews {
        padding: 8px 2px 14px;
    }

    .reviews-wrap .review-main {
        padding: 30px 24px 28px;
    }

    .reviews-wrap .review-source {
        padding: 21px 24px;
        font-size: 15px;
    }

    .reviews-wrap .review-title {
        margin-bottom: 20px;
        font-size: 19px;
        line-height: 1.4;
    }

    .reviews-wrap .review-author {
        gap: 12px;
        font-size: 15px;
    }

    .reviews-wrap .review-avatar {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .reviews-wrap .review-item .rating {
        margin-bottom: 25px;
        font-size: 23px;
    }

    .reviews-wrap .review-item .rating span.star:before {
        padding-right: 6px;
    }

    .reviews-wrap .review-divider {
        gap: 12px;
        margin: 24px 0 25px;
    }

    .reviews-wrap .review-quote {
        font-size: 24px;
    }

    .reviews-wrap .review-item .review-content p {
        font-size: 15px;
        line-height: 1.65;
    }

}

#reviews-wrapper {
	background-color: #4387b5;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
	margin-top:50px;
	margin-bottom:-50px;
	padding:50px 0 25px 0;
}

#reviews-wrapper h2.title {
    color: #fff;
    padding: 0;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
}

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

.features-section {
	background:#fff;
	padding:25px 0 50px 0;
	text-align:center;
}

.features-section .container-fluid {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.bundle-section,
.faq-section {
	background:#fff;
	padding:25px 0 50px 0;
	margin:-25px 0 -50px 0;
}

.container.product + .faq-section {
	margin-top:0;
}

.bundle-section .item-box {
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.bundle-section .item-container {
    margin-top: 0;
}

.bundle-section .item-box span.item-type {
	position:absolute;
    left: 15px;
    top: 17.5px;
	background:#333;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	padding:4px;
	font-weight:600
}

.overview-section {
	background:#2D3032;
	padding:25px 0 50px 0;
	text-align:center;
}

.overview-section h2{
    color: #fff;
    padding: 0;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center !important;
}

.pro-features-section {
	padding:25px 0 50px 0;
	text-align:center;
	margin-bottom:25px;
}

.pro-features-section .feature {
	background:#fff;
	padding:50px;
	margin-bottom:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.landing-page-section:nth-child(even) .pro-features-section .feature {
    border:solid 1px #ddd;
}

.pro-features-section .feature h3 {
	margin:0 0 25px 0;
}

.feature .feature-icon {
    display: inline-block;
	margin:0 0 25px 0;
}

.feature:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.feature .feature-icon img {
    height: 60px;
}

.feature .feature-icon img.unlimited-website-usage,
.feature .feature-icon img.unlimited-chatboxes {
    height: 30px;
}

.feature .feature-icon img.dynamics-user-data,
.feature .feature-icon img.lifetime-access,
.feature .feature-icon img.responsive-layout,
.feature .feature-icon img.full-option-panel,
.feature .feature-icon img.backup-section,
.feature .feature-icon img.page-templates,
.feature .feature-icon img.google-fonts,
.feature .feature-icon img.font-awesome-icons,
.feature .feature-icon img.woocommerce-support,
.feature .feature-icon img.custom-widgets,
.feature .feature-icon img.shortcodes-generator,
.feature .feature-icon img.shortcodes,
.feature .feature-icon img.global-layout,
.feature .feature-icon img.global-widget-area {
    height: 50px;
}

.features-table h4 {
	margin:0;
}

.features-table.feature-head {
	overflow:hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top:solid 1px transparent;
}

.features-table {
	border-left:solid 1px transparent;
	border-right:solid 1px transparent;
}

.features-section .features-table:nth-child(odd):last-of-type {
	overflow:hidden;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:solid 1px transparent;
}

.features-table,
.features-table .col-md-4 {
	height:50px;
	line-height:50px;
	text-align:center
}

.features-table:nth-child(odd) .free-feature ,
.features-table:nth-child(odd) .pro-feature {
	background:#fafafa !important;
}

.features-table:nth-child(even) .free-feature ,
.features-table:nth-child(even) .pro-feature {
	background:#fff !important;
}

.features-table .feature-name,
.features-table.feature-head .feature-name,
.features-table.feature-head .free-feature,
.features-table.feature-head .pro-feature {
	background:#fafafa !important;
}

.features-table.feature-head .feature-name p,
.features-table.feature-head .free-feature p,
.features-table.feature-head .pro-feature p {
	font-weight:600
}

.features-table .feature-title-with-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-weight: bold;
    cursor: help;
}

.features-table .feature-tooltip {
    position: relative;
    display: inline-block;
}

.features-table .feature-tooltip .tooltip-description {
    left: 50%;
    top: 0;
    text-align: left;
    -ms-transform: translate(-50%, calc(-100% - 10px));
    -webkit-transform: translate(-50%, calc(-100% - 10px));
    transform: translate(-50%, calc(-100% - 10px));
}

.features-table .feature-tooltip .tooltip-description span {
    display: block;
    font-weight: 400;
}

.features-table .feature-tooltip .tooltip-description span:last-of-type {
    margin-top: 5px;
}

.features-table .feature-tooltip .tooltip-description:after {
    left: 50%;
    right: auto;
    bottom: -5px;
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.features-table .feature-title-with-tooltip:hover .tooltip-description,
.features-table .feature-title-with-tooltip:focus-within .tooltip-description {
    visibility: visible;
    opacity: 1;
}

.features-table .fa-times {
	color:red;
}

.features-table .fa-check {
	color:green;
}

.new-section h2 {
    color: #000;
    padding: 0;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center !important;
}

.new-section.faq-section .toggle_container h5.element {
    padding: 20px;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

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

.plan-toggle {
    margin-bottom: 45px !important;
    margin-top: -75px !important;
}

.plan-toggle .plan-selector {
    border-radius: 4px;
    border: none !important;
    background: #222;
    color: #fff !important;
}

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

#purchase-options .box-wrapper:not(.hiddenBox) {
    display: flex;
}

#purchase-options .post-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#purchase-options .post-content:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}


#purchase-options .post-content.recommended-plan {
  webkit-box-shadow: 0 0 15px 0 rgba(236,112,99,0.8);
  box-shadow: 5px 0 15px 0 rgba(236,112,99,0.8);
  outline: solid 5px #EC7063;
}
#purchase-options .post-content.recommended-plan .title {
  color: #EC7063;
}

#purchase-options .post-content.recommended-plan .title-container:after {
  background-color: #EC7063;
}

.checkbox-container .textInput {
	display: block;
	position: relative;
	padding: 0 0 0 40px !important;
	margin-bottom:20px;
	cursor: pointer;
	text-align:left;
	font-size:14px;
	font-weight:600;
}

.checkbox-container .textInput span {
	display:inline-block;
	width: 20%;
	font-size: 14px;
    font-weight: 600;
	font-style:normal;
}

.checkbox-container .textInput input {
    border: solid 1px #e6e6e6;
    width: calc(80% - 25px);
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

#purchase-table.subscription-table {
	background:#fff !important;
	margin:0 !important;
	padding:50px 0;
}

#purchase-table .reedemcode-wrapper h2.title {
    /*font-size: 24px;
    text-transform: none;
    */
	text-align: center;
    margin-bottom: 50px;
    color: #000 !important;
}

.reedemcode_form.input-error label.textInput span {
	color: #b93333 !important;
}

.reedemcode_form.input-error label.textInput.is-filled span {
	color: #000 !important;
}

.reedemcode_form.input-error label[for=contact-privacy].control a,
.reedemcode_form.input-error label[for=contact-privacy].control span{
	color: #b93333!important;
}

.reedemcode_form.input-error label[for=contact-privacy].control input.is-filled~.control-indicator~a,
.reedemcode_form.input-error label[for=contact-privacy].control input.is-filled~.control-indicator~a~span {
    color: #000!important;
}

.newsletter-text.email-check {
	margin:50px 0 0 0;
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 50px !important;
    font-style: normal !important;
}

.newsletter-text.email-check.success-message {
    font-size: 14px;
    font-weight: 400 !important;
    padding: 25px 0 50px 0;
    border-radius: 25px;
    margin-top: 50px;
    margin: 50px auto 0 auto;
    width: 50%;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.message-error {
    font-size: 14px;
    font-weight: 600 !important;
    margin-top: 50px !important;
    font-style: normal !important;
    color: red;
}

#purchase-options a.button.bundles-button {
  background: #2ecc71;
}

#purchase-options a.button.bundles-button:hover,
#purchase-options a.button.bundles-button:active,
#purchase-options a.button.bundles-button:focus{
  background: #27ae60;
}

#bio_ep.black-friday-popup {
  background: #000;
}

#bio_ep.black-friday-popup h2,
#bio_ep.black-friday-popup h3,
#bio_ep.black-friday-popup li {
  text-align: center;
  color:#fff;
}

#bio_ep.black-friday-popup .more_button {
  text-align: center;
  padding: 12px 10px;
  font-size: 18px;
  color: #fff !important;
}

#bio_ep.black-friday-popup .more_button i {
  display:none;
}

#bio_ep.black-friday-popup .more_button span {
  text-transform: none;
}

#bio_ep.black-friday-popup .more_button span {
  text-transform: none;
}

#bio_ep.black-friday-popup li strike {
  color: #ddd;
  font-style: italic;
  font-weight: 400;
}

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

    .features-section {
		display:none;
    }

    #purchase-options .box-wrapper:not(.hiddenBox),
    #purchase-options .post-content,
    .dynamic-price-column {
        display: block;
    }
    
}


/* ==========================================================================
   Source: tip_domains.css
   ========================================================================== */

.license-key {
    text-align:center;
}

.deactivate_domain {
    background:#e74c3c;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#fff;
    font-weight:600;
    padding:5px 15px;
    border: none;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.deactivate_domain:hover  {
    background:#c0392b;
}

/* ==========================================================================
   Source: tip_features_1.css
   ========================================================================== */

.pro-features-section {
    padding: 100px 0 !important;
}

.pro-features-section.new-section h2 {
    margin-bottom: 100px;
    margin-top: 0;
}

.features-row {
    display: flex;
    align-items: center;
    margin-top: 50px;
	padding-bottom:100px;
}

.features-row:last-of-type {
	padding-bottom:0;
}

.features-row .feature-col {
	text-align:left;
}

.features-row .feature-col h3 {
	font-size:22px;
	font-weight:700;
}

.features-row .feature-col p {
	font-size:16px;
}

.features-row .feature-col:first-of-type {
	padding-right:15px;
}

.features-row .feature-col:last-of-type {
	padding-left:15px;
}

.features-row .feature-col img {
    border-radius: 25px;
	-webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
}

.features-row:nth-child(even){
    flex-direction: row-reverse;
}

.features-row:nth-child(even) .feature-col {
	text-align:right
}

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

	.features-row {
		display: block;
		padding:0 50px;
	}

	.features-row .feature-col ,
	.features-row:nth-child(even) .feature-col {
		text-align:center
	}

	.features-row .feature-col:first-of-type {
		padding-bottom:50px;
	}
	
}


/* ==========================================================================
   Source: tip_homepage-2.css
   ========================================================================== */

body.home {
	background:#fff;
}

body.home .homepage_titles h2 {
	margin:0 0 10px 0;
	text-align: center;
}

.intro-title ,
span.intro-title {
    display: block;
	text-align: left;
	text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #666;
    margin-top: 0;
	margin-bottom: 10px;
}

.main-title {
	text-align: left;
	font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
}

.small-text {
	margin-top: 0;
	margin-bottom: 50px;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.main-title.align-center,
.intro-title.align-center,
.small-text.align-center {
	text-align: center;
}

.main-title a {
    color: #000;
    text-decoration: underline;
}

.bundles_container .homepage_titles h2 {
	margin-top:0;
}

.home-products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}

.home-products-grid .item-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.home .item-container ,
body.archive .item-container {
    background-color: #fafafa;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 25px;
	position:relative;
	overflow:hidden
}

.nyp_container {
	margin-bottom:50px;
}

/* ==========================================================================
   Source: tip_nyp_5.css
   ========================================================================== */

.complete_payment.nyp-button {
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border: none;
    text-shadow: none;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #ec7063;
    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;	
}

.complete_payment.nyp-button:hover {
    color: #fff;
    text-decoration: none;
    background: #e74c3c
}

#purchase-options .nyp_form .price {
    margin-bottom: 50px;
}

.nyp_form.input-error .desc ,
.nyp_form.input-error #nyp-value {
    color: #e74c3c;
}

.nyp_form .purchase-button-wrapper {
    margin-top: 30px;
}

.nyp_form .purchase-button-wrapper .payment-gateway-group {
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
}

.nyp_form .purchase-button-wrapper .payment-gateway-group legend {
    font-weight: 600;
    margin: 0 0 12px 0;
    padding: 0;
}

.nyp_form .purchase-button-wrapper .gateway-option {
    display: block;
    margin: 0 0 12px 0;
    cursor: pointer;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-control {
    display: block;
    padding: 16px 18px 16px 56px;
    border: 1px solid #d0d0d0;
    background: #f1f2f4;
    border-radius: 12px;
    position: relative;
    transition: all .25s ease;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-control:before {
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fafafa;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
	font-style: normal;
	line-height: 1.1;
	font-weight: 700;
	color: #0a607f;
}

.nyp_form .purchase-button-wrapper .gateway-option .gateway-option-title i {
    font-size: 20px;
    margin-top: 0 !important;
    margin-left: auto;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control {
    border-color: #5faae3;
    background: #eef5fb;
    box-shadow: 0 0 0 1px #5faae3 inset;
}

.nyp_form .purchase-button-wrapper .gateway-option input[type=radio]:checked + .gateway-option-control:before {
    border-color: #0a607f;
    box-shadow: inset 0 0 0 6px #0a607f;
}

.nyp_form .purchase-button-wrapper .confirm_payment_button {
    margin-top: 20px;
    text-transform: none;
    max-width: 200px;
}

#nyp-value {
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
}

#nyp-value.input-error::placeholder {
	color: #000;
	font-size:18px
}

#nyp-value {
    width: auto;
    max-width: 50%;
    border: none;
    line-height: inherit;		
	display: block;
    text-align: center;
    margin: auto;	
}
	
#nyp-value::-webkit-outer-spin-button,
#nyp-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#nyp-value[type=number] {
  -moz-appearance: textfield;
}

.info-price {
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-weight: 300;
    font-size: 14px;
    display: block;
}

a.more_button.name-your-price {
    background: #ec7063;
    border: solid 2px #ec7063;
	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.name-your-price:hover,
a.more_button.name-your-price:active,
a.more_button.name-your-price:focus {
    background: #e74c3c;
    border: solid 2px #e74c3c;
}

.nyp-product .purchase-single {
    background: #ec7063 !important;
    border: solid 2px #ec7063 !important;
}

.nyp-product .purchase-single:hover,
.nyp-product .purchase-single:active,
.nyp-product .purchase-single:focus {
    background: #e74c3c !important;
    border: solid 2px #e74c3c !important;
}

/* ==========================================================================
   Source: tip_tooltip.css
   ========================================================================== */

.action-links {
  width: 25%;
}

table.product-downloads a.download-button,
table.product-downloads a.info-button {
  width: calc(100% - 60px);
}

.tooltip-download-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.product-downloads .tooltip-wrapper {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.tooltip-inline-row {
	position:relative;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0;
  color: #ccc;
	z-index:9999;
  width: 17px;
}

.tooltip-description {
    position: absolute;
	padding:15px;
    background: #fff;
    font-size: 14px;
    color: #333;
    width: 300px;
	left: -280px;
	top:0;
	-ms-transform: rotate(0) translate(0, calc(-100% - 10px));
	-webkit-transform: rotate(0) translate(0, calc(-100% - 10px));
	transform: rotate(0) translate(0, calc(-100% - 10px));
    -ms-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
	opacity: 0;
	visibility: hidden;
	line-height:1.4em;
	z-index:10000;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.tooltip-description:after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
	right:15px;
    bottom: 2px;
    background: #fff;
    -ms-transform: rotate(45deg) translate(100%, 0);
    -webkit-transform: rotate(45deg) translate(100%, 0);
    transform: rotate(45deg) translate(100%, 0);
	z-index:10001
}

.tooltip-inline-row .tooltip-icon {
  font-size: 20px;
}

.tooltip-inline-row .tooltip-icon.tooltip-warning-icon {
  color:red;
}

.tooltip-inline-row .tooltip-icon.tooltip-warning-icon:hover {
	color:#e74c3c;
}

.tooltip-inline-row .tooltip-icon.tooltip-info-icon {
  color:#333;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  background-color: currentColor;
  cursor: help;
  -webkit-mask: url("../icons/info-circle-line-icon.svg") center / contain no-repeat;
  mask: url("../icons/info-circle-line-icon.svg") center / contain no-repeat;
}

.tooltip-inline-row .tooltip-icon.tooltip-info-icon:before {
	content:'';
}

.tooltip-inline-row .tooltip-icon.tooltip-info-icon:hover {
	color:#757575;
}

.tooltip-inline-row .tooltip-icon:hover ~ .tooltip-description {
	visibility: visible;
	opacity: 1;
}

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

  .action-links {
    width: 68%;
  }

  table.product-downloads a.download-button,
  table.product-downloads a.info-button {
    font-size: 7px;
    padding: 2px 10px;
  }

  table.product-downloads td {
      padding: 25px 5px;
  }

  table.product-downloads td.action-links {
      padding: 25px 0px;
  }

  #purchase-options .post-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  #purchase-options .post-content .title-container:after {
    left: 10%;
    width: 80%;
  }

}

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

  .action-links {
    width: 50%;
  }

}

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

  .action-links {
    width: 40%;
  }

  table.product-downloads a.download-button,
  table.product-downloads a.info-button {
    font-size: 10px;
  }

}


/* ==========================================================================
   Source: zz-wpinprogress-header-hero.css
   ========================================================================== */

.page-container,
.wrap-container {
	padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width: 768px) {

	.page-container ,
	.wrap-container {
		margin-left: auto;
		margin-right: auto;
	}

	.page-container {
		width: 720px;
	}

	.wrap-container {
		width: 750px;
	}

}

@media (min-width: 992px) {

	.page-container {
		width: 940px;
	}

	.wrap-container {
		width: 970px;
	}

}

@media (min-width: 1200px) {

	.page-container {
		width: 1140px;
	}

	.wrap-container {
		width: 1170px;
	}

}

@media (min-width: 1400px) {

	.page-container {
        width: 1340px;
    }

    .wrap-container {
		width: 1370px;
	}

}

#site-header-wrapper {
	position: relative;
	z-index: 1001;
	padding: 0;
	margin-bottom: 0;
}

#site-header {
    background-color: #fff;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    line-height: inherit;
	min-height: auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 0;
	color: #000;
	position: relative;
	border-radius: 25px;
}

.site-header-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.site-header-flex-logo {
	flex: 0 1 auto;
	max-width: 400px;
}

.site-header-flex-menu {
	flex: 1 1 auto;
	padding: 0 10px;
	text-align: left;
}

#site-header #logo {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	word-break: break-all;
	line-height: initial;
	vertical-align: middle;
}

#site-header #logo img {
	width: 50px;
	height: auto;
	line-height: initial;
}

nav.site-header-menu {
	display: block;
	position: relative;
	float: left;
	margin: 0 auto;
	width: 100%;
}

nav#primary-menu .primary-menu-indicator {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	border-radius: 999px;
	background: #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
	opacity: 0;
	transform: translate(0, 0);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), width 0.36s cubic-bezier(0.22, 1, 0.36, 1), height 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
	z-index: 0;
}

nav#primary-menu.has-animated-indicator .primary-menu-indicator {
	opacity: 1;
}

.site-header-menu-layout nav#primary-menu ul {
	text-align: left;
}

nav.site-header-menu ul {
	list-style: none;
	margin: 0;
	display: block;
	width: 100%;
	border: none;
	text-align: center;
}

nav.site-header-menu ul li {
	position: relative;
	float: none;
	display: inline-block;
	text-align: left;
	padding: 0;
}

nav.site-header-menu ul li:first-of-type a {
	padding-left: 12px;
}

nav.site-header-menu ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	z-index: 1;
	padding: 8px 15px;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: 600;
    line-height: 1.4em;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	position: relative;
	border-radius: 999px;
}

nav.site-header-menu a:active,
nav.site-header-menu a:focus {
	outline: none;
	border-radius: 5px;
}

nav.site-header-menu a:hover,
nav.site-header-menu ul li a:hover,
nav.site-header-menu li:hover > a,
nav.site-header-menu a:focus,
nav.site-header-menu ul li a:focus,
nav.site-header-menu li:focus > a,
nav.site-header-menu ul li.current-menu-item > a,
nav.site-header-menu ul li.current_page_item > a,
nav.site-header-menu ul li.current-menu-parent > a,
nav.site-header-menu ul li.current_page_ancestor > a,
nav.site-header-menu ul li.current-menu-ancestor > a {
	color: #417ca4;
}

nav#primary-menu.has-animated-indicator > ul > li > a:hover,
nav#primary-menu.has-animated-indicator > ul > li:hover > a,
nav#primary-menu.has-animated-indicator > ul > li > a:focus,
nav#primary-menu.has-animated-indicator > ul > li.focus > a,
nav#primary-menu.has-animated-indicator > ul > li.current-menu-item > a,
nav#primary-menu.has-animated-indicator > ul > li.current_page_item > a,
nav#primary-menu.has-animated-indicator > ul > li.current-menu-parent > a,
nav#primary-menu.has-animated-indicator > ul > li.current_page_ancestor > a,
nav#primary-menu.has-animated-indicator > ul > li.current-menu-ancestor > a {
	background: transparent;
	color: #417ca4;
	text-decoration: none;
}

nav#primary-menu:not(.has-animated-indicator) > ul > li > a:hover,
nav#primary-menu:not(.has-animated-indicator) > ul > li:hover > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li > a:focus,
nav#primary-menu:not(.has-animated-indicator) > ul > li.focus > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li.current-menu-item > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li.current_page_item > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li.current-menu-parent > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li.current_page_ancestor > a,
nav#primary-menu:not(.has-animated-indicator) > ul > li.current-menu-ancestor > a {
	background: #fff;
	color: #417ca4;
	text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
	nav#primary-menu .primary-menu-indicator {
		transition: none;
	}
}

nav.site-header-menu ul.children,
nav.site-header-menu ul.sub-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 42px;
	left: -9999em;
	background: #fff;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	z-index: 999;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

nav.site-header-menu ul.children:after,
nav.site-header-menu ul.sub-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 27px;
    top: -12px;
    background: #fff;
    border-left: solid 1px #fdfdfd;
    border-top: solid 1px #fdfdfd;
    -ms-transform: rotate(45deg) translate(100%, 0);
    -webkit-transform: rotate(45deg) translate(100%, 0);
    transform: rotate(45deg) translate(100%, 0);
    z-index: 998;
}


/* Keeps parent li hovered while the cursor crosses the 10px gap to the submenu. */
nav.site-header-menu > ul > li.menu-item-has-children:after,
nav.site-header-menu > ul > li.page_item_has_children:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10000;
	display: block;
	width: 100%;
	min-width: 211px;
	height: 10px;
	pointer-events: auto;
}

nav.site-header-menu ul.children li,
nav.site-header-menu ul.sub-menu li {
	position: relative;
	margin: 0;
	line-height: 1.2em;
	text-transform: none;
	width: 100%;
	min-width: 211px;
	min-height: inherit;
	padding: 0;
}

nav.site-header-menu ul.children li a,
nav.site-header-menu ul.sub-menu li a {
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 14px;
	margin: 0;
	border: none;
	line-height: inherit !important;
}

nav.site-header-menu li:hover > ul,
nav.site-header-menu li:focus > ul,
nav.site-header-menu li.focus > ul,
nav.site-header-menu li.toggled-on > ul {
	display: block !important;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	left: 0;
}

nav.site-header-menu li li:hover > ul,
nav.site-header-menu li li:focus > ul,
nav.site-header-menu li li.focus > ul,
nav.site-header-menu li li.toggled-on > ul {
	top: 0;
	left: 100%;
}

.menu-toggle,
.dropdown-toggle,
nav#mobilemenu {
	display: none;
}

nav#mobilemenu {
	visibility: hidden;
}

.site-header-buttons,
.site-header-user-menu nav#usermenu > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header-user-menu nav#usermenu > ul {
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header-user-menu nav#usermenu > ul > li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.site-header-user-menu nav#usermenu a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 10px;
	border-radius: 5px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: all .1s linear;
}

.site-header-user-menu nav#usermenu a:hover,
.site-header-user-menu nav#usermenu a:focus {
	color: #417ca4;
	outline: none;
	text-decoration: none;
}

.site-header-user-menu nav#usermenu .user-menu-account-link {
	background: #fff;
	border-radius: 999px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(0, 0, 0, 0.04);
	color: #417ca4;
	padding: 8px 15px;
}

.site-header-user-menu nav#usermenu img.avatar {
	border-radius: 50%;
	margin-left: 4px;
}

.site-header-user-menu nav#usermenu .user-menu-submenu {
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 42px;
	right: 0;
	left: auto;
	z-index: 10001;
	min-width: 140px;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: none;
	border-radius: 5px;
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.site-header-user-menu nav#usermenu .user-menu-submenu:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 27px;
    top: -12px;
    background: #fff;
    border-left: solid 1px #fdfdfd;
    border-top: solid 1px #fdfdfd;
    -ms-transform: rotate(45deg) translate(100%, 0);
    -webkit-transform: rotate(45deg) translate(100%, 0);
    transform: rotate(45deg) translate(100%, 0);
    z-index: 998;
}

.site-header-user-menu nav#usermenu .user-menu-account:after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10000;
	display: block;
	width: 100%;
	min-width: 140px;
	height: 10px;
	pointer-events: auto;
}

.site-header-user-menu nav#usermenu .user-menu-submenu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header-user-menu nav#usermenu .user-menu-submenu a {
	display: block;
	width: 100%;
	padding: 14px;
	border: none;
	border-radius: 0;
	color: #000;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
}

.site-header-user-menu nav#usermenu .user-menu-submenu a:hover,
.site-header-user-menu nav#usermenu .user-menu-submenu a:focus {
	color: #417ca4;
}

.site-header-user-menu nav#usermenu .user-menu-account:hover > .user-menu-submenu,
.site-header-user-menu nav#usermenu .user-menu-account:focus-within > .user-menu-submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.home .service-content.hero ,
body.archive .service-content.hero {
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
}

body.home .service-content.hero .page-container ,
body.archive .service-content.hero .page-container {
	padding: 0;
}

body.home .service-content.hero .hero-content ,
body.archive .service-content.hero .hero-content {
    margin-top: 25px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	align-items: center;
	position: relative;
	z-index: 1;
}

body.home .service-content.hero .content-text ,
body.archive .service-content.hero .content-text {
	font-size: 14px;
	line-height: 1.9;
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
}

body.home .service-content.hero .hero-image ,
body.archive .service-content.hero .hero-image {
	display: flex;
    height: 100%;
	align-items: flex-end;
	justify-content: center;
}

body.home .service-content.hero .hero-image img ,
body.archive .service-content.hero .hero-image img {
	width: auto;
	height: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

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

    #site-header {
        background: none;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

	.site-header-flex {
        flex-direction: column;
	}

	.site-header-buttons {
        order: 1;
        border-radius: 5px;
        justify-content: flex-end;
        margin: 30px 60px 30px 0;
	}

	.site-header-flex-logo {
		max-width: 100% !important;
        order: 2;
	}

    .site-header-flex-menu {
        padding: 0;
        width: 100%;
    }

	#primary-menu-wrapper {
        order: 3;
	}

	nav.site-header-menu {
		display: none !important;
	}

	#site-header #logo {
		text-align: center;
	}

    #site-header #logo img {
        width: 100px;
        height: 100px;
    }

	nav#mobilemenu {
		display: block !important;
		visibility: visible !important;
	}

	nav#mobilemenu .tinynav {
		display: block !important;
		visibility: visible !important;
		width: 100% !important;
        margin: 15px 0 0 0;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.site-header-user-menu {
        width: 100%;
	}

	.site-header-user-menu nav#usermenu > ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	body.home .service-content.hero .hero-content ,
	body.archive .service-content.hero .hero-content {
		grid-template-columns: 1fr;
		text-align: center;
	}

	body.home .service-content.hero .main-title ,
	body.archive .service-content.hero .main-title {
		font-size: 32px !important;
        text-align: center;
	}

	body.home .service-content.hero .intro-title ,
	body.archive .service-content.hero .intro-title ,
	body.home .service-content.hero .small-text ,
	body.archive .service-content.hero .small-text {
        text-align: center;
	}

	body.home .service-content.hero .hero-image ,
	body.archive .service-content.hero .hero-image {
        display: none;
	}

    .home-products-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767px) {

    body.home .item-container ,
    body.archive .item-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav#mobilemenu .tinynav {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 60px) !important;
    }

    #main-overview  {
        padding-left: 30px;
        padding-right: 30px;
    }

    .landing-page-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

/* ==========================================================================
   Source: membership layout inline styles
   ========================================================================== */

.actions strike,
.actions stroke {
	text-decoration: line-through;
	color: #ccc;
}

#purchase-options .price strike,
.price stroke {
	display: block;
	color: #ccc;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	margin: 0 0 10px 0;
	border-bottom: 0;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: #ccc;
}

#purchase-options .price strike .price-decimal,
.price stroke .price-decimal {
	border-bottom: 0;
	font-size: inherit !important;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: inherit;
	vertical-align: baseline;
}

.membership-actions-price,
.membership-theme-details {
	text-align: left;
}

.membership-access-note {
	display: block;
	text-align: left;
}

.membership-demo-button {
	margin-top: 30px;
}

.membership-buy-button {
	margin-top: 20px;
	margin-bottom: 20px;
}

.membership-disabled-feature {
	color: #ccc;
	text-decoration: line-through;
}

.current-product .item-box:before {
	position: absolute;
	box-sizing: content-box;
	top: -10px;
	right: 45px;
	left: 45px;
	content: "Current theme";
	z-index: 556;
	font-weight: bold;
	color: #fff;
}

.current-product.category-wordpress-plugins .item-box:before {
	content: "Current plugin";
}

.current-product .item-box:after {
	position: absolute;
	box-sizing: content-box;
	top: -18px;
	right: 115px;
	left: 115px;
	border-color: #5C97BF transparent;
	border-style: solid;
	border-width: 18px 10px;
	content: "";
	z-index: 555;
}

.toggle,
.toggle p {
	margin: 0 0 10px 0;
	padding-left: 0px;
	font-size: 14px;
	font-weight: 400 !important;
}

.toggle ul {
	margin: 10px 0 10px 20px;
}

.toggle p:last-of-type {
	margin-bottom: 0;
}

.landing-page-section {
	margin: 0;
	padding: 70px 0;
	background: #fafafa;
}

.landing-page-section:nth-child(even) {
	background: #fff;
}

.landing-page-section .pro-features-section {
	padding: 0 !important;
}

.has-fixed-sidebar {
	position: relative;
}

.fixed_sidebar.is-fixed-sidebar-active {
	z-index: 1001;
	will-change: top;
}

.membership-section-flush-bottom {
	padding-bottom: 0;
}

.period {
	position: relative !important;
	display: block !important;
	bottom: 0 !important;
	left: auto !important;
	margin-top: 6px;
	line-height: 1.2 !important;
	text-align: center;
}

@media screen and (min-width: 0) and (max-width: 992px) {
	.freevspro {
		display: none;
	}

	.intro-title,
	.main-title,
	.small-text {
		padding: 0 10px;
	}

	.membership-sticky-nav__link[href="#freevspro"] {
		display: none;
	}

	.fixed_sidebar.is-fixed-sidebar-active {
		min-height: 0 !important;
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: auto !important;
		z-index: auto !important;
	}

	.fixed_sidebar.is-fixed-sidebar-active > *,
	.fixed_sidebar.is-fixed-sidebar-active .is-fixed-sidebar-target {
		position: static !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		width: auto !important;
		z-index: auto !important;
	}

}
