/* html tags */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li , blockquote {
	margin: 0;
	padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

h1, .h1-style, h2,h3 {
    font-weight: 700;
}

.h1-style,
h1 {
    font-size: 36px;
    line-height: 56px;
    margin: 20px 0 22px;
}

h2, h3 {
    text-align: center;
}

h2, h3, h4 {
    color: #333;
}

h2 a, h3 a {
    color: #333;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin: 2px 0 43px;
}

.h2-more-margin {
    margin-bottom: 38px;
}

.row-products-list h2 {
	margin: 20px 0 29px;
}

h3 {
    font-size: 21px;
	margin-bottom: 25px;
	margin-top: -2px;
}

h4 {
    font-size: 18px;
    margin: 10px 0 14px;
}

h3 a {
    color: #333;
}

ul {
    list-style-type: none;
}

ul,
p {
    margin-bottom: 28px;
}

a {
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(270deg,#555,#555);
	border-image-slice: 1;
    color: #555;
    outline: none;
    outline-style: none;
    text-decoration: none;
    transition: color 0.3s;
}

.link-no-border,
.link-no-border:hover {
    border-bottom: none;
}

a:hover {
	border-image: linear-gradient(270deg,#6D62C6,#2a9bd2);
	border-image-slice: 1;
    color: #4c7ecc;
}

b {
    color: #333;
    font-weight: 700;
}

ul.dashed-list li {
    margin-left: 17px;
    position: relative;
}

ul.dashed-list li:before {
    border-bottom: 3px solid;
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    left: -17px;
    width: 11px;
}

ul.dashed-list.dashed-list-plugin li:before {
	border-bottom-color: #6D62C6;
}

ul.dashed-list.dashed-list-theme li:before {
	border-bottom-color: #2a9bd2;
}

input[type="text"],
textarea, select {
    background: none;
    border: 1px solid #888;
    border-radius: 3px;
    box-sizing: border-box;
    color: #555;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    outline: none;
    padding: 14px 17px 15px;
    width: 100%;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.select-wrapper {
	display: block;
	position: relative;
}

.select-wrapper:before {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-bottom-left-radius: 3px;
	content: '';
	height: 10px;
	position: absolute;
	right: 18px;
	top: 17px;
	transform: rotate(-45deg);
	width: 10px;
}

textarea {
    height: 190px;
}

input[type="text"]:focus,
textarea:focus, select:focus {
    border-color: #4c7ecc;
    box-shadow: 0 0 10px rgba(76,126,204,0.8);
}

label {
    display: inline-block;
    margin-bottom: 6px;
}

/* end html tags */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* hero */

.row.hero {
    padding-top: 0;
}

.row.hero-no-img {
    padding: 0 0 6px;
}

.hero-no-img h1 {
    margin: 58px 0 64px;
}

.hero-overlay {
    background: rgba(0,0,0,0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-blog-single {
	background-position: center center;
	background-size: cover;
}

.hero-img.hero-blog-single .hero-overlay {
    background: linear-gradient(to right, #2a9bd2,#6D62C6);
    opacity: 0.5;
}

.hero-img .content-wrapper {
    min-height: 700px;
}

.hero-img.hero-blog-single .content-wrapper {
    min-height: 400px;
}

.row.hero-img {
    padding: 0;
}

.hero-gradient-half,
.hero-img-half {
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.hero-gradient-half {
	background: linear-gradient(-45deg, #2a9bd2,#6D62C6);
	left: 0;
}

.hero-img-half {
	background-size: cover;
	background-position: center center;
	left: 50%;
}

.hero-gradient-menu {
	background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
	height: 300px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.hero-content {
    margin-top: 80px;
    position: absolute;
	width: 100%;
}

.hero-content-half-width {
	width: 46%;
}

.hero-content h1,
.hero-content .h1-style,
.hero-content p {
    margin: 0;
}

.hero-content h1 + p,
.hero-content .h1-style + p {
	padding-top: 22px;
}

.hero-blog-single .hero-content {
	text-align: center;
}

.header {
    border-bottom: 2px solid rgba(255,255,255,0.3);
    height: 80px;
    position: relative;
}

.header a {
    border-bottom: none;
}

.logo {
    position: absolute;
    top: 25px;
}

.hero-select-language {
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.03);
	font-size: 14px;
	font-weight: 700;
	height: 96px;
	line-height: 32px;
	position: fixed;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: 110px 32px;
	transition: opacity 0.1s, right 0.4s;
	top: 50px;
	width: 110px;
}

.hero-select-language:hover {
	opacity: 1 !important;
}

.hero-select-language a {
	background: rgba(255,255,255,0);
	border: none;
	color: rgba(255,255,255,0.75);
	display: block;
	transition: background 0.4s, color 0.4s;
}

.hero-select-language a.current-language {
    color: rgba(255,255,255,0.9);
}

.hero-select-language a:hover,
.hero-select-language a.current-language:hover {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

/* end hero */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* menu */

.menu {
    position: absolute;
    right: 0;
    top: 27px;
}

.menu a {
    color: rgba(255,255,255,0.75);
    float: left;
	font-size: 14px;
	font-weight: 700;
    margin-left: 25px;
	text-transform: uppercase;
    transition: color 0.4s;
}

.menu a.current-menu,
.menu a:hover {
    color: #fff;
}

.menu:after {
    clear: both;
	content: "";
	display: table;
}

/* end menu */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* end mobile menu */

.mobile-menu-trigger {
    background: url(img/mobile-menu.png);
    border-bottom: none;
    display: none;
    height: 20px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 25px;
}

.mobile-menu-close {
    background: url(img/mobile-menu-close.png);
    border-bottom: none;
    height: 19px;
    position: absolute;
    right: 5%;
    top: 30px;
    width: 19px;
}

.mobile-menu-close:hover {
    border-bottom: none;
}

.mobile-menu {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.33);
    position: absolute;
    left: 5%;
    right: 5%;
    top: -350px;
    transition: top 0.4s;
}

.mobile-menu-active .mobile-menu {
    top: 80px;
}

.overlay-for-mobile-menu {
    background: transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background 0.4s;
}

.mobile-menu-active .overlay-for-mobile-menu {
    background: rgba(0,0,0,0.5);
    display: block;
}

.mobile-menu-active .mobile-menu-trigger {
    display: none;
}

.mobile-menu-active .mobile-menu-close {
    display: block;
}

.mobile-menu a {
    border-bottom: none;
    display: block;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
}

.mobile-menu a:hover {
    background: #4c7ecc;
    color: #fff;
}

/* end mobile menu */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* borders */

.horizontal-border {
    border-bottom: 1px solid;
}

.horizontal-dashed-border {
    border-bottom: 1px dashed;
}

.horizontal-border-with-margin {
    margin: 13px 0 29px;
}

.dashed-centered-border {
    border-left: 1px dashed;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0px;
    width: 0px;
    z-index: 10;
}

.dashed-column-border{
	border-left: 1px dashed;
	height: 100%;
	left: 100%;
	margin-left: -1px;
	position: absolute;
	top: 0px;
	width: 0px;
	z-index: 10;
}

/* end borders */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* footer */

.row.footer {
    background: #2C2631;
    color: #aaa;
    font-size: 15px;
    padding-bottom: 18px;
}

.footer h4,
.footer-bottom,
.footer-bottom-separator {
	border-color: #444;
	border-style: solid;
	border-width: 0;
}

.footer h4 {
    border-bottom-width: 1px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 13px;
    padding-bottom: 15px;
}

.footer a {
    border-bottom: 1px solid transparent;
	border-image: none;
    color: #aaa;
    transition: border 0.4s;
}

.footer a:hover {
    border-bottom-color: #aaa;
}

h4.footer-logo {
    margin-top: 6px;
    padding-bottom: 11px;
}

h4.footer-logo a:hover {
    border-bottom-color: transparent;
}

.footer ul li {
    margin-bottom: 14px;
}

.footer-bottom {
	border-top-width: 1px;
	font-size: 12px;
	padding-top: 14px;
}

.footer-bottom.content-wrapper {
	margin-top: 27px;
}

.footer-bottom-left {
	float: left;
}

.footer-bottom-right {
	float: right;
}

.footer-bottom-separator {
	border-left-width: 1px;
	display: inline-block;
	height: 18px;
	margin-left: 17px;
	vertical-align: middle;
	width: 15px;
}

.mobile-footer-bottom-separator {
	display: none;
}

.subscribe_msg {
	display: none;
}

.subscribe {
    margin: -6px 0 26px;
    position: relative;
}

.subscribe input[type="text"] {
    background: none;
    border: 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    color: #aaa;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    outline: none;
    padding: 14px 170px 15px 17px;
    width: 100%;
}

.subscribe input[type="submit"] {
    background: #2C2631;
    border: none;
    border-left: 1px solid;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    padding: 10px 30px 10px;
    position: absolute;
    right: 1px;
    top: 1px;
}

.subscribe input[type="text"],
.subscribe input[type="submit"],
.select-language select {
    border-color: #eee;
}

.subscribe input[type="submit"]:hover {
    background: #fff;
    color: #2C2631;
}

.subscribe ::placeholder {
    color: #aaa;
    opacity: 1;
}

.subscribe-loader {
    background: url(img/subscribe-loader.gif);
    display: none;
    height: 32px;
    margin-top: 14px;
    width: 32px;
}

form.being-submitted .subscribe-loader {
    display: block;
}

.subscribe .submit-result {
    margin-top: 14px;
}

.select-language-title {
    margin-top: 40px;
}

.select-language {
    color: #fff;
    margin: 32px 0 40px;
    width: 50%;
}

.select-language select {
    color: #aaa;
    font-size: 15px;
}

.select-language select option {
    color: #555;
}

/* end footer */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* buttons */

.button-wrapper {
    margin-bottom: 0;
    padding-top: 18px;
}

.button-wrapper-center {
    padding-top: 11px;
    text-align: center;
}

.button-wrapper-center .button {
    margin: 0 10px 15px 10px;
}

input[type="submit"],
.button {
	border: 1px solid #888;
    border-radius: 3px;
    color: #555;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 25px 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.4s, border 0.4s, color 0.4s;
}

input[type="submit"] {
    background: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 28px;
}

.button-white {
    border-color: #fff;
    color: #fff;
}

.button-white-bgd {
	background: #fff;
}

input[type="submit"]:hover,
.button:hover {
    background: #4c7ecc;
    border-color: #4c7ecc;
	border-image: none;
    color: #fff;
}

input[type="submit"].bg-themes-hover:hover {
    background: #2a9bd2;
    border-color: #2a9bd2;
}

.button-white:hover {
    background: #fff;
    border-color: #fff;
}

.button-transparent {
    background: rgba(0,0,0,0.2);
}

.button-transparent:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

/* end button */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* colors */

.hero,
.bg-plugins h2,
.bg-themes h2,
.bg-plugins p b,
.colored-split-row,
.colored-split-row h2 {
    color: #fff;
}

.themes-page-buy-now-color {
	border: none;
	padding: 13px 26px 15px;
	background-image: linear-gradient(230deg, #2a9bd2 0%, #2a9bd2 25%, #6D62C6 50%, #2a9bd2 75%, #2a9bd2 100%);
	background-position: 0;
	background-size: 250px 60px;
	color: #fff;
}

.themes-page-buy-now-color:hover {
	border: none;
	background-image: linear-gradient(230deg, #2a9bd2 0%, #2a9bd2 15%, #6D62C6 50%, #2a9bd2 85%, #2a9bd2 100%);
	background-position: 140px;
	background-size: 250px 60px;
}

.bg-themes, .bg-themes-hover:hover {
    background: #2a9bd2;
    border-color: #2a9bd2;
}

.bg-plugins, .bg-plugins-hover:hover {
    background: #6D62C6;
    border-color: #6D62C6;
}

.bg-themes, .bg-plugins {
    color: #fff;
}

.color-themes,
.color-themes-hover:hover {
    color: #2a9bd2;
}

.color-themes-hover.link-with-border:hover,
.border-themes,
.color-themes {
    border-color: #2a9bd2;
}

.color-plugins {
    color: #6D62C6;
}

.color-plugins-hover:hover {
    color: #6D62C6 !important;
}

.color-plugins-hover.link-with-border:hover,
.border-plugins,
.color-plugins {
    border-color: #6D62C6;
}

.hero-bg-mix {
    background: linear-gradient(to bottom, #2a9bd2,#6D62C6);
}

.hero-bg-mix .hero-overlay {
    background: linear-gradient(to right, #2a9bd2,#6D62C6);
    opacity: 0.5;
}

.hero-bg-mix h1 {
    color: #fff;
}

/* end colors */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* screenshots */

.row.row-screenshots {
    padding-bottom: 41px;
}

.row-screenshots .column {
    margin: 0 0.5%;
    width: 20.5%;
}

.row-screenshots p {
    margin-bottom: 14px;
}

.row-screenshots a {
    color: #fff;
    display: block;
    position: relative;
}

.row-screenshots img {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: opacity 0.4s, box-shadow 0.4s;
}

.row-screenshots a:hover img {
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    opacity: 0.7;
}

.row-screenshots a:hover .screenshot-enlarge {
    opacity: 1;
}

.screenshot-enlarge {
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 40px;
    left: 50%;
    line-height: 44px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.4s;
    width: 40px;
}

/* end screenshots */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* specific parts / pages */

/* products */

.hero-products {
	overflow: hidden;
}

.button-wrapper-products {
	padding: 33px 0 29px;
}

.button-wrapper-products .button {
	margin-bottom: 14px;
	margin-right: 14px;
}

/* end products */

/* -------------------------------------------------------------------------------------------------------------- */

/* themes */

.themes-split-row {
	overflow: hidden;
}

.themes-split-row .columns-wrapper {
	display: flex;
}

.themes-bg-img {
	background-position: center;
	background-size: cover;
}

.themes-img,
.mobile-themes-img {
	box-shadow: 0 0 50px rgba(0,0,0,0.3), 0 0 20px rgba(0,0,0,0.1);
}

.mobile-themes-img {
	display: none;
	margin: 42px auto 0;
	width: 90%;
}

.column-themes-img {
	position: relative;
}

.themes-img {
	position: absolute;
	width: 100%;
}

.button-wrapper-themes .button {
	margin-bottom: 14px;
	margin-right: 14px;
}

.hero-theme-img-wrapper {
	left: 50%;
	position:absolute;
	top: 174px;
	width: 50%;
}

.hero-theme-img-wrapper img {
	box-shadow: 0 0 100px rgba(0,0,0,0.2);
	width: 100%;
}

.hero-bottom-shadow {
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 100%;

}

.row-themes-gradient-odd {
	background: linear-gradient(#2a9bd2,#4682cc);
}

.row-themes-gradient-even {
	background: linear-gradient(#4682cc, #2a9bd2);
}

.theme-feature-icon {
	display: block;
	margin: 28px auto;
	width: 80px;
}

.feature-highlight {
	font-weight: 700;
}

/* end themes */

/* -------------------------------------------------------------------------------------------------------------- */

/* demo */

.theme-demo-link-coming-soon .theme-demo-button-wrapper {
	margin-top: -28px;
	position: absolute;
	opacity: 1;
	text-align: center;
	top: 50%;
	transition: opacity 0.4s;
	width: 100%;
}

.theme-demo-link-coming-soon img {
	display: block;
	opacity: 0.6;
	width: 100%;
}

.theme-demo-link, .theme-demo-link-coming-soon {
	background: #2a9bd2;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	display: block;
	margin-top: 30px;
	position: relative;
}

.theme-demo-link img {
	display: block;
	transition: opacity 0.4s;
	width: 100%;
}

.theme-demo-link:hover img {
	opacity: 0.2;
}

.theme-demo-link .theme-demo-button-wrapper {
	margin-top: -28px;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 50%;
	transition: opacity 0.4s;
	width: 100%;
}

.theme-demo-link:hover .theme-demo-button-wrapper {
	opacity: 1;
}

.button-coming-soon {
	border-color: #fff;
	color: #fff;
}

.button-coming-soon:hover {
	background: none;
	border-color: #fff;
}

.plugin-demo-link {
	background: #6D62C6;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	display: block;
	margin-top: 50px;
	position: relative;
}

.plugin-demo-link img {
	display: block;
	transition: opacity 0.4s;
	width: 100%;
}

.plugin-demo-link:hover img {
	opacity: 0.2;
}

.plugin-demo-link .plugin-demo-button-wrapper {
	margin-top: -28px;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 50%;
	transition: opacity 0.4s;
	width: 100%;
}

.plugin-demo-link:hover .plugin-demo-button-wrapper {
	opacity: 1;
}

.demo-features {
	height: 300px;
}

/* end demo */

/* -------------------------------------------------------------------------------------------------------------- */

/* theme explanation */

.theme-img-explanation-wrapper,
.lavilla-theme-img-explanation-wrapper {
	position: relative;
}

.theme-image-explanation {
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	display: block;
	margin: 30px auto 50px;
	position: relative;
	width: 50%;
}

.theme-parts-separator {
	background: #2a9bd2;
	height: 2px;
	left: -25px;
	position: absolute;
	width: 50px;
}

.theme-sections-vertical-line {
	border-left: 1px dashed #2a9bd2;
	height: 78.43%;
	left: 12.5%;
	position: absolute;
	top: 14.2%;
}

.lavilla-theme-img-explanation-wrapper .theme-sections-vertical-line {
	height: 77.89%;
	top: 13.7%;
}

.theme-parts-vertical-line {
	border-left: 2px dashed #2a9bd2;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
}

.theme-part-header-wrapper {
	border-right: 2px dashed #fff;
	font-size: 11px;
	font-weight: 700;
	height: 3.1%;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: 99;
}

.theme-part-header-separator {
	background: #fff;
	bottom: 0;
	height: 2px;
	left: 0;
	position: absolute;
	width: 20px;
}

.theme-part-header-separator-top {
	top: 0;
}

.theme-part-header-separator-bottom {
	bottom: 0;
}

.theme-part-header {
	color: #fff;
	position: absolute;
	top: 50%;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.theme-sections-separator {
	background: #2a9bd2;
	height: 1px;
	left: 12.5%;
	margin-left: -25px;
	position: absolute;
	top: 14.2%;
	width: 50px;
}

.theme-section-name-wrapper {
	left: 12.5%;
	position: absolute;
}

.theme-section-name {
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.theme-section-legend-wrapper {
	left: 78.5%;
	position: absolute;
	right: 0;
}

.theme-section-legend {
	font-size: 13px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.theme-img-dot {
	background: #fff;
	border: 2px solid #2a9bd2;
	border-radius: 50%;
	height: 6px;
	position: absolute;
	width: 6px;
	z-index: 99;
}

.theme-img-dot-left-1 {
	left: 22%;
}

.theme-img-dot-left-2 {
	left: 26%;
}

.lavilla-theme-img-explanation-wrapper .theme-img-dot-left-2 {
	left: 29%;
}

.theme-img-dot-right-1 {
	right: 22%;
}

.theme-img-dot-right-2 {
	right: 26%;
}

.lavilla-theme-img-explanation-wrapper .theme-img-dot-right-2 {
	right: 29%;
}

.theme-img-line {
	background: #2a9bd2;
	height: 2px;
	position: absolute;
	z-index: 99;
}

.theme-img-line-left {
	left: 22%;
	margin: 4px 0 0 10px;
	right: 74%;
}

.lavilla-theme-img-explanation-wrapper .theme-img-line-left {
	right: 71%;
}

.theme-img-line-right {
	left: 74%;
	margin: 4px 10px 0 0;
	right: 22%;
}

.lavilla-theme-img-explanation-wrapper .theme-img-line-right {
	left: 71%;
}

.theme-img-legend {
	font-size: 13px;
	font-weight: bold;
	left: 78.5%;
	margin-top: -10px;
	position: absolute;
	right: 0;
	text-align: left;
}

.theme-img-legend-left {
    left: 0;
	right: 78.5%;
	text-align: right;
}

.theme-img-legend-right {
    left: 78.5%;
    right: 0;
}

.theme-part-main {
	background: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

/* end theme explanation */

/* -------------------------------------------------------------------------------------------------------------- */

/* hbbok */

.hero-hbook-img-wrapper {
	left: 50%;
	position:absolute;
	top: 150px;
	width: 50%;
}

.hero-hbook-img-wrapper img {
	display:block;
	max-width: 775px;
	min-width: 620px;
	width: 100%;
}

.row-hbook-gradient-odd {
	background: linear-gradient(#646Ac8, #6D62C6);
}

.row-hbook-gradient-even {
	background: linear-gradient(#6D62C6, #646Ac8);
}

.gateway-logo {
	display: block;
	margin: auto;
}

.france .gateway-logo-wrapper {
	min-height: 105px
}

.gateways-row{
	margin: 70px 0;
}

.column-gateways ul {
	margin-bottom: 0;
}

.column-gateways-addon, .banks-result, .none-result, .global-result, .request-gateway {
	display: none;
}

.row-content.global-result, .row-content.banks-result {
	margin-bottom: 42px;
}

.areas-list .column-gateways{
	min-height: 150px;
}

.gateways-country-select-wrapper {
	position: relative;
}
.gateways-country-arrow-select {
	position: absolute;
	right: 20px;
	bottom: 20px;
	border: solid #555;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.gateways-list {
	margin-top: 56px;
}

.gateways-list .columns-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
	margin-left: 7%;
	max-width: 90%;
}

.gateways-list .columns-wrapper .column-gateways {
	margin: 0 10% 56px 0;
}

.view-all-gateways {
	margin-bottom: 28px;
}

.button-gateway a{
	padding: 12px 20px 14px;
}

@media only screen and (min-width: 880px) and (max-width: 1200px) {
	.gateways-list .columns-wrapper{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
	}
}

@media only screen and (max-width: 880px) {
	.gateways-list .columns-wrapper{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

@media only screen and (max-width: 880px) {
	.step .step-label .fancy-number b {
		display: none;
	}
	.connect-steps .step .step-label .fancy-number {
	left: 45% !important;
	}
	#connect-licence-form label {
		width: 100% !important;
	}
}

/*
.gateways-list .columns-wrapper div {
	margin: 5px;
	padding: 10px;
	margin-left: 10px;
}
*/

.included {
	border-top: 2px solid #6D62C6;
	border-bottom: 2px solid #6D62C6;
    color: #6D62C6;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 28px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/* end hbook */

/* -------------------------------------------------------------------------------------------------------------- */

/* blog */

.row.row-blog {
	padding-bottom: 35px;
}

.blog-published-date {
	font-size: 14px;
	margin-bottom: -2px;
	text-align: center;
}

.blog-separator {
	background: linear-gradient(270deg,#6D62C6,#2a9bd2);
	height: 2px;
	margin: 60px 0 51px;
	width:100%;
}

/* end blog */

/* -------------------------------------------------------------------------------------------------------------- */

/* blog post */

.row.row-single-blog {
	padding: 75px 0;
}

/* end blog post */

/* -------------------------------------------------------------------------------------------------------------- */

/* contact */

.row-contact {
    padding-bottom: 51px;
}

.button-wrapper-contact {
    padding-top: 23px;
}

.cred-form {
	display: none;
	margin-left: 25px;
}

.form-msg {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 15px;
}
.success-msg {
    background: #B0F2B6;
    border: 1px solid #1FA055;
}

.error-msg {
    background: #FEC3AC;
    border: 1px solid #FC5D5D;
}

.renewal-msg {
    background: #2a9bd257;
    border: 1px solid #2a9bd2;
}

#customer-details-form .missing-field{
	border: 1px solid #FC5D5D;
}

#customer-details-form .column .content-wrapper {
	margin: 0px
}

.lng-choice {
    padding: 0px 20px 0px 0px;
}
.lng-choice input {
    margin-right: 6px;
}
.check_form {
    display: none;
}


/* end contact */

/* -------------------------------------------------------------------------------------------------------------- */

/* changelog */

.row.row-changelog {
	padding-bottom: 20px;
}

.row-changelog h2 {
	color: #555;
	margin-bottom: 14px;
	text-align: left;
	text-transform: none;
}

.row-changelog ul {
	margin-bottom: 49px;
}

/* end changelog */

/* -------------------------------------------------------------------------------------------------------------- */

/* knowledgebase */

a.knowledgebase-title {
	border-bottom-width: 0px;
	color: #fff;
}

.unwanted, .roundcornerstop, .roundcornersleft, .roundcornersright, .roundcornersbottom {
	display: none;
}

table.enclosing {
	width: 85%;
	max-width: 1680px;
	margin-bottom: 56px;
}

p.go-back {
	margin-bottom: 56px !important;
}

.searchfield {
	width: 70% !important;
}

td.kb-category {
	font-size: 18px;
}

td.category-article {
	padding-bottom: 14px;
}

td.popular-article a.article {
	border-bottom-width: 0px;
}

td.popular-article a.article:hover {
	border-bottom-width: 1px;
}

fieldset {
	border: 1px solid #4c7ecc !important;
	border-radius: 3px;
	margin-bottom: 20px;
}

fieldset legend {
	color: #4c7ecc;
}

fieldset p, fieldset span {
	color: #555 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
}

fieldset p {
	padding: 14px !important;
	margin-bottom: 0px !important;
}

fieldset ol, fieldset ul {
	padding-left: 65px !important;
	margin-bottom: 14px !important;
}

fieldset ul li {
	position: relative;
}

fieldset ul li::before {
	border-bottom: 3px solid #4c7ecc;
    content: "";
    display: block;
	position: absolute;
    height: 16px;
    left: -17px;
    width: 11px;
}

fieldset img {
	padding: 7px 7px 14px 7px !important;
}

/* end knowledgebase */

/* -------------------------------------------------------------------------------------------------------------- */

/* hbook licence validation */

.row.hbook-licence-validation {
	padding-bottom: 53px;
}

.hbook-licence-validation .error-msg {
	color: #a00;
	margin-bottom: 28px;
}

.hbook-licence-validation .error-msg p {
	margin-bottom: 0;
}

/* end hbook licence validation */

/* htw-payment */

.row-payment, .row-renewal{
	padding: 75px 0 0;
	position: relative;
}

.connect-coming-soon {
	padding: 20px 0 0;
}

.columns-half .column.column-renewal {
	width: 41%;
}

.margin-middle.margin-renewal {
	width: 4%;
}

.renewal-theme .columns-half .column {
	width: 46.5%;
}

.renew-licence {
	margin: 44px 0 60px;
	position: relative;
}

.renew-licence input[type="text"] {
	background: none;
	border-radius: 3px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	outline: none;
	padding: 14px 170px 15px 17px;
	width: 100%;
}

#purchase-code::placeholder {
	color: #555;
	opacity: 1;
}

.renew-theme input[type="text"] {
	border: 1px solid #2a9bd2;
}

.renew-licence input[type="submit"] {
	border: none;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px 30px 11px;
	position: absolute;
	right: 1px;
	top: 1px;
}

.renew-theme input[type="submit"] {
	border-left: 1px solid #2a9bd2;
	color: #2a9bd2;
}

.renew-theme input[type="submit"]:hover {
	background:#2a9bd2;
	border-color: #2a9bd2;
	color: #fff;
}

#renewal-data, #support-expired, #support-ongoing, .item-label, .renew-item, #hbook-renewal-terms {
	display: none;
}

.renew-item {
	margin-top: 24px;
}

#renewal-data, #connect-price-info {
	background: #fff;
	border-radius: 3px;
	margin-top: 40px;
	padding: 20px;
}

#connect-price-info {
	margin-bottom: 28px;
}

#connect-price-info p {
	margin-bottom: 0;
}

#connect-data ul {
	margin-bottom: 14px;
}

.text-small {
	font-size: 13px;
	margin-top: 10px;
}

.framed {
	border: 1px solid;
    border-radius: 3px;
	padding: 12px 28px 14px;
}

.theme-framed {
    border-color: #2a9bd2;
}

.renewal-theme {
	background: #e5eff5;
}

.plugin-framed {
    border-color: #6D62C6;
}

.theme-framed .framed-content-title {
   color:  #2a9bd2;
}

.plugin-framed .framed-content-title {
   color:  #6D62C6;
}

.framed-content-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#purchase-form, #hbook-connect-licence-form {
	padding: 75px 0 83px;
	margin-top: 75px;
}

.theme-purchase-form{
	background: #e5eff5;
	border-top: 1px solid #2a9bd2;
}

.plugin-purchase-form{
	background: #e9e8f4;
	border-top: 1px solid #6D62C6;
}

.purchase-steps {
	padding: 4px;
	margin-bottom: 55px;
	border: 1px solid #2a9bd2;
	border-radius: 3px;
	height: 25px;
	position : relative;
	text-indent: 38px;
}

.plugin-purchase-form .purchase-steps {
	border-color : #6D62C6;
}

.step {
	width: 33.33%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 45%;
}

.connect-steps .step {
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.theme-purchase-form .step.active-step {
	background: linear-gradient(90deg,#4682cc, #2a9bd2);
}

.plugin-purchase-form .step.active-step {
	background: linear-gradient(90deg,#6D62C6, #646Ac8);
}

.step-1{
	left: 0%;
}

.step-2{
	left: 33.33%;
}

.step-3{
	left: 66.66%;
}

.step-label {
	position: relative;
}

.connect-steps .step-0{
	left: 0%;
}

.connect-steps .step-1{
	left: 25%;
}

.connect-steps .step-2{
	left: 50%;
}

.connect-steps .step-3{
	left: 75%;
}

.connect-steps .step .step-label .fancy-number {
	left: 30%;
}

.step-label {
	position: relative;
}

.step .step-label .fancy-number {
	background: #fff;
	border-radius: 15px;
	display: block;
	height: 24px;
	position: absolute;
	width: 24px;
	left: 38%;
	top: 5px;
}

.step.step-1 .step-label .fancy-number span{
	left: -29px;
}

.step .step-label .fancy-number span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	left: -30px;
	position: absolute;
	top: -2px;
}

.step-label .fancy-number b{
	position: absolute;
	top: -2px;
	left: 30%;
	color:#2a9bd2;
	font-size : 15px;
}

.plugin-purchase-form .step-label .fancy-number b{
	color: #6D62C6;
}

.active-step .step-label .fancy-number b, .plugin-purchase-form .active-step .step-label .fancy-number b{
	color: #fff;
}

.steps-divider {
	background: #e5eff5;
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: 1px solid #2a9bd2;
	border-right: 1px solid #2a9bd2;
	transform: rotate(45deg);
	right: -12px;
	top: 4px;
	z-index : 9;
}

.plugin-purchase-form .steps-divider {
	background: #e9e8f4;
	border-color: #6D62C6;
}

.active-step .steps-divider {
	background : #2a9bd2;
}

.plugin-purchase-form .active-step .steps-divider {
	background : #6D62C6;
}

#purchase-form.licence-renewal-form {
	margin-top : 0px;
}

#payment-form, .licence-renewal-form {
	display: none;
}

.payment-connect-form #customer-details-form {
	display: none;
}

#connect-licence-form label {
	width: 75%
}

.billing-form label{
	display: block;
}

.half-size-field {
	width: 50%;
}

.plugin-currency-selector {
    display: none;
}
.htw-stripe-form, #purchase-order-details, .htw-stripe-button, .stripe-button-tac-unchecked, #stripe-logo {
	margin-top: 42px;
}

.stripe-button-el {
	display : none !important;
}

#company-info, #vat-number-reminder, .vat-detailed-price {
	display: none;
}

#htw-tac {
	margin-top : 20px;
}

#tac-error-msg {
	color : #a00;
	margin-bottom : 10px;
}

#order-detail, .vat-messages {
	text-align: end;
}

.buyer-information {
	padding-bottom: 28px;
}

.breakdown-label {
	display : inline-block;
}

.detailed-price {
	display: inline-block;
	text-align: right;
	width: 130px;
}

.htw-processing {
	background: url('img/payments-loader.gif') no-repeat left center;
	background-size: 24px 24px;
	display: none;
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
	padding-left: 30px;
}

#check-connect-licence.being-submitted {
    background: #e9e8f4;
    border-color: #888;
	color: #555;
}

#check-connect-licence.being-submitted:hover {
    background: #e9e8f4;
    border-color: #888;
	color: #555;
	cursor: default;
}

.ssl-payments{
	position: relative;
	padding-bottom: 24px;
}

.ssl-payments img {
	position: absolute;
	top: 10px;
}

.ssl-payments p{
	position: absolute;
	left: 40px;
	top: 10px;
}


h2 img {
	margin-bottom: 14px;
}

/* end htw-payment */

/* downloads */
.download-form {
	display: none;
	max-width: 700px;
}

.download-form .error-msg, .download-form .renewal-msg {
	display: none;
}
/* end downloads */

/* end specific parts / pages */

/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

/* misc */

.fancy-number-wrapper {
	position: relative;
	text-indent: 38px;
}

.fancy-number {
    background: #fff;
    border-radius: 15px;
	display: block;
	height: 28px;
	position: absolute;
	width: 29px;
}

.fancy-number span {
	display: block;
	font-weight: 700;
	left: -28px;
	position: absolute;
	top: 0;
}

.fancy-number.color-themes span {
	font-size: 17px;
}

.testi-logo-wrapper {
	margin: auto;
	max-width: 250px;
}

.testi-logo-wrapper a img {
	max-width: 100%;
}

.testi-ldquo {
    display: block;
    margin: 14px auto 22px;
}

.testi-signature {
	font-family: 'Dancing Script', cursive;
	font-size: 22px;
	margin-top: 28px;
	text-align: center;
}

.row-testimonials .testimonial {
    font-style: italic;
    text-align: center;
}

.submit-loader {
    background: url(img/submit-loader.gif);
    display: none;
    height: 48px;
    margin-top: 30px;
    width: 48px;
}

form.being-submitted .submit-loader {
    display: block;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.full-width {
    width: 100%;
}

/* end misc */

/* pricing */
.pricing-table {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3em 0;
	padding: 0;
}
.pricing-cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
			flex-grow: 1;
	width: 100%;
	padding: 0.8em 1.2em;
	overflow: hidden;
	list-style: none;
	border: solid 1px white;
	background: rgba(112, 128, 144, 0.2);
}

.cell-head p {
	font-size: 21px;
	font-weight: 700;

}

.pricing-cell p {
	margin: 10px;
}

.pricing-columns > .pricing-cell {
	width: 25%;
}

.pricing-columns .cell-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20%;
}

.pricing-columns .cell-head h3 {
	color: #fff;
	padding-top: 0px;
	margin-bottom: 0px;
}

.hidden {
	border: none;
}

.hidden-end {
	border-right: none;
	border-top: none;
}

.pricing-table {
	position: relative;
	top: 3px;
	left: 3px;
}
.pricing-cell {
	margin: -3px 0 0 -3px;
}

.plugins .pricing-cell{
	background-color: #e9e8f4;
	border-color: #6D62C6;
}

.themes .pricing-cell{
	background-color: #e5eff5;
	border-color: #2a9bd2;
}

.plugins .cell-head {
	background-color: #6D62C6;
	border-color: #6D62C6;
	color: white;
}

.themes .cell-head {
	background-color: #2a9bd2;;
	border-color: #2a9bd2;;
	color: white;
}

.plugins .cell-head.cell-top {
	border-bottom-color: #e9e8f4;
}

.plugins .cell-head.cell-bottom {
	border-top-color: #e9e8f4;
}

.themes .cell-head.cell-top {
	border-bottom-color: #e5eff5;
}

.themes .cell-head.cell-bottom {
	border-top-color: #e5eff5;
}

/* end pricing */