/*
Theme Name: Tickera
Support URI: http://www.tickera.com
Description: The Cosily WordPress theme is an excellent for hotels, hostels, resort, private villas, holiday homes, holiday apartments or other types of service which requires a booking type system.
Author: Tickera
Author URI: http://www.tickera.com/support/
Version: 1.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://www.tickera.com/
Text Domain: Tickera
Tags: one-column, two-columns, three-columns, four-columns, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

<link rel="preconnect" href="https://use.typekit.net" crossorigin />

<!-- We use the full link to the CSS file in the rest of the tags -->
<link rel="preload" as="style" href="https://use.typekit.net/mnt7uoa.css" />

<link rel="stylesheet" href="https://use.typekit.net/mnt7uoa.css" media="print" onload="this.media='all'" />

<noscript>
  <link rel="stylesheet" href="https://use.typekit.net/mnt7uoa.css" />
</noscript>

html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, f
igure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, a, span, table, td, tr, th {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-display: auto;
}

ul {
	list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
    line-height: 1.3em;
}

h3 {
    font-size: 2.6em;
}

h4 {
    font-size: 1.9em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1em;
}

::selection {
    color: #FFFFFF;
    background-color: #6b5f89;
}

/* CSS */

.two-checkout-payment-gateway {
    display: none !important;
}

.tc-right {
    float: right;
}

.tc-left {
    float: left;
}

.tc-clear {
    clear: both;
}

select::-ms-expand {
    display: none;
}

body {
    background-color: #ededed;
}

table {
    font-family: aktiv-grotesk, Arial, sans-serif;
    color: #5d5d5d;
    font-size: 1.15em;
    font-weight: 100;
}

p {
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-weight: lighter;
    font-size: 0.98rem;
    color: #737373;
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 17px;
}

ol, li {
    font-family: aktiv-grotesk, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #484848;
    text-transform: uppercase;
}

a {
    color: #6b5f89;
}

a:focus {
    outline: none;
}

span {
    font-family: aktiv-grotesk, Arial, sans-serif;
}

input[type="text"],
input[type="password"]{
    padding: 18px 22px;
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-size: 1.05em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #e6e6e6;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffdf3b;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 20px 38px;
    font-family: aktiv-light, Arial, serif;
    color: #3c3c3c;
    font-size: 1.15em;
    cursor: pointer;
    font-weight: 700;
}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
}

.no_webp_support input[type="radio"] + label span {
    background: url('images/amazing-sprite.png') -138px -2px no-repeat;
}

.no_webp_support input[type="radio"]:checked + label span {
    background: url('images/amazing-sprite.png') -105px -2px no-repeat;
}

.supports_webp input[type="radio"] + label span {
    background: url('images/amazing-sprite.svg') -138px -2px no-repeat;
}

.supports_webp input[type="radio"]:checked + label span {
    background: url('images/amazing-sprite.svg') -105px -2px no-repeat;
}

textarea {
    padding: 18px 22px;
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-size: 1.05em;
    font-weight: 200;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: lighter;
    border: 1px solid #e6e6e6;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e6e6e6;
    padding: 18px 19px;
    font-size: 1em;
    color: #434343;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 348px;
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-weight: lighter;
    background: url('images/arrow-down.png') no-repeat 93% 25px;
}

select option {
    font-weight: lighter;
}

.tc-pull-left {
    float: left;
}

.tc-pull-right {
    float: right;
}

.tc-container {
    width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
}

.tc-content {
    position: relative;
    background-color: #fff;
    padding: 70px 0 0 0;
		float: left;
}

.page .tc-container,
.single-addons .tc-container  {
    padding: 95px 0 0 0;
}

.tc-inside-wrap {
    width: 1340px;
    margin: 0 auto;
}

.page .tc-inside-wrap .shortcodes ul {
    list-style-type: circle;
}

.page .tc-inside-wrap .shortcodes ul li {
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-weight: lighter;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #585858;
    letter-spacing: 0.04em;
    margin: 0 0 17px 35px;
}

.page .tc-inside-wrap .shortcodes h4,
.page .tc-inside-wrap .shortcodes h5 {
    margin-bottom: 15px;
    margin-top: 20px;
}

.tc-header {
    width: 100%;
    background-color: #6b5f89;
    height: 710px;
    position: relative;
    background-position: center;
}

.no_webp_support .tc-header {
    background-image: url('images/header-pattern.png');
}

.supports_webp .tc-header {
    background-image: url('images/header-pattern.webp');
}

.tc-header-bottom-shadow {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    -moz-box-shadow: inset 0px -18px 20px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -18px 20px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -18px 20px -3px rgba(0, 0, 0, 0.3);
}

.tc-info-home-text {
    margin: 150px 0 0 0;
    width: 100%;
}

.tc-header-image {
    margin: 0 auto;
    display: inherit;
    position: absolute;
    bottom: -290px;
    left: 0;
    right: 0;
}


/* MENU */

.page .tc-menu,
.single-post .tc-menu,
.single-addons .tc-menu,
.single-tick-documentation .tc-menu,
.tax-ct_documentation .tc-menu,
.search-no-results .tc-menu,
.search .tc-menu,
.error404 .tc-menu,
.category .tc-menu{
    background-color: #6b5f89;
}

.tc-menu {
    width: 100%;
    padding: 20px 0;
    transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    position: absolute;
    top: 0;
    z-index: 999;
}

.admin-bar .tc-menu {
    top: 30px;
}

.tc-menu.tc-color-menu {
    top: 0 !important;
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0px 3px 41px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 41px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 41px -21px rgba(0,0,0,0.75);
}

.tc-logo {
    margin: 10px 0 0 0;
}

.tc-logo a img {
    width: 210px;
}

.tc-tickera-menu-button {
    display: none;
}

/* COLUMNS */

.tc-onehalf {
    width: 48.5%;
    float: left;
}

.tc-onehalf:first-child {
    margin-right: 3%;
}

.tc-dark-logo {
    opacity:0;
    position: absolute;
    left: 0;
}

.tc-color-menu .tc-dark-logo {
    opacity: 1;
    position: static;
}

.tc-color-menu .tc-light-logo {
    opacity: 0;
    position: absolute;
}


/* BUTTONS */


/*main button*/
a.tc-main-button,
.tc-main-button-container a {
    background-color: #ffdf3b;
    color: #3c3c3c;
    font-size: 0.94em;
    padding: 16px 30px;
    font-weight: 500;
    border-radius: 4px;
    font-family: aktiv-grotesk, Arial , sans-serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 5px 10px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 1px 5px 10px rgba(0,0,0, 0.4);
    box-shadow: 1px 5px 10px rgba(0,0,0, 0.2);
    transition: box-shadow 0.4s linear;
    -webkit-transition: box-shadow 0.4s linear;
    -moz-transition: box-shadow 0.4s linear;
    display: inline-block;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}

a.tc-main-button:hover,
.tc-main-button-container a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.tc-licence-key-warning a:hover {
  cursor: pointer;
}

.tc-main-button-container a {
    background-color: #ffdf3b !important;
    color: #3c3c3c !important;
}


a.tc-main-purple-button {
    background-color: #6b5f89;
    color: #fff;
    font-size: 0.9em;
    padding: 19px 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 5px 10px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 1px 5px 10px rgba(0,0,0, 0.4);
    box-shadow: 1px 5px 10px rgba(0,0,0, 0.2);
    transition: box-shadow 0.8s linear;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    font-family: aktiv-grotes, Arial, sans-serif;
}

a.tc-main-purple-button:hover {
    box-shadow: none;
}

/*ghost button*/

a.tc-ghost-button {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85em;
    padding: 16px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-family: aktiv-grotesk, Arial, serif;
    font-weight: 700;
}

a.tc-ghost-button:hover {
    background-color: #fff;
    color: #3c3c3c;
}

a.tc-ghost-button-black {
    color: #656565;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.9em;
    padding: 18px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-family: aktiv-grotesk, Arial, sans-serif;
}

.tc-buttons-wrap {
    width: 100%;
    text-align: center;
    margin: 24px auto 0 auto;
		float: left;
}


/* NAVIGATION */

.tc-nav {
    width: 80%;
    float: right;
    margin: 20px 0 20px 0;
}

.tc-nav ul {
    float: right;
}

.tc-nav ul li a {
    color: #fff;
    font-size: 0.78em;
    text-transform: uppercase;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    font-family: aktiv-grotesk, Arial, serif;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.tc-nav ul li.current-menu-item a {
    padding: 12px 18px;
    background-color: #ffdf3b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #555555;
}

.tc-color-menu ul li a {
    color: #5d5d5d;
}

.tc-nav ul li {
    display: inline-block;
    margin: 0 28px;
}

.tc-tickera-responsive-menu {
    display: none;
}

.tc-info-home-text h1 {
    line-height: 1.2em;
    font-weight: 700;
    width: 89%;
    margin: 0 auto 0;
    color: #fff !important;
    text-align: center;
    text-shadow: 0px 2px 1px rgb(0 0 0 / 40%);
    font-size: 3.6em;
    letter-spacing: -0.01em;
    font-display: fallback;
}



/* home testimonial */

.tc-home-testimonial {
    width: 100%;
}

.tc-home-testimonial {
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    padding: 24px 40px 24px 40px;
   -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
    margin: 40px 0 0 0;
    position: relative;
}

.tc-testimonial-avatar {
    width: 13%;
    float: left;
}

.tc-testimonial-content {
    width: 80%;
    float: right;
}

.tc-testimonial-content span a span {
    width: 20px;
    height: 17px;
    display: inline-block;
    margin: 3px 0 0 0;
    background: url(images/amazing-sprite.svg) no-repeat -32px -2px;
}

.tc-home-testimonial p {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 5px 0 0 0;
}

.tc-testimonial-content > p {
    padding-right: 40px;
}

.tc-testimonial-content span a {
    float: right;
    font-size: 0.9em;
    margin: 2px 0 0 0;
}

.tc-home-testimonial span p {
    font-style: italic;
    color: #717171;
    font-weight: lighter;
    display: inline-block;
}

.tc-testimonial-quote {
    font-size: 6em;
    color: #e6e6e6;
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-weight: 700;
    position: absolute;
    right: 27px;
    width: 40px;
    height: 34px;
    display: inline-block;
    top: 32px;
}

.no_webp_support .tc-testimonial-quote {
    background: url('images/amazing-sprite.png') no-repeat -252px -4px;
}

.supports_webp .tc-testimonial-quote {
   background: url(images/amazing-sprite.svg) no-repeat -253px -6px;
    background-size: 687px;
}


/* FOOTER */

.tc-footer {
    background-color: #6b5f89;
    padding: 70px 0 40px;
    color: #fff;
}

.tc-footer h4,
.tc-footer h6,
.tc-footer p,
.tc-footer ul li a {
    color: #fff;
}

.tc-footer h4 {
    margin: 0 0 15px 0;
    font-size: 1.6em;
    line-height: 1.2em;
}

.tc-footer-box {
    width: 49%;
    float: right;
		padding-top: 50px;
}

.tc-footer-box .rss-widget-icon {
    display: none;
}

.tc-footer-box a.rsswidget {
    color: #fff;
}

.tc-footer-half {
    width: 50%;
    float: left;
}

.tc-footer-half ul li {
    margin-bottom: 10px;
}

.tc-footer-box .widget_rss {
    width: 50%;
}

.tc-footer-box .tc-footer-addons ul,
.tc-footer-box .tc-footer-addons.widget_rss ul {
    width:100%;
    float: left
}

.tc-footer-box:first-child {
    padding-right: 0;
    width: 50%;
    float: left;
}

.tc-footer-box input[type="text"] {
    border: none;
    background: none;
    color: #fff;
    width: 100%;
}

.tc-footer-box input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.tc-footer-box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.tc-footer-box input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.tc-footer-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.tc-footer-box label {
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-size: 1.1em;
    margin: 10px 0 0 0;
    display: inline-block;
}

.tc-footer-box #signup input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.tc-footer-box #signup a {
    color: #fff;
    font-weight: bold;
}

.tc-footer-box .tc-newsletter-wrap {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 20px 0 0 0;
    position: relative;
}

.tc-footer-box .tc-submit-newsletter {
    width: 28px;
    height: 20px;
    border: none;
    float: right;
    position: absolute;
    margin: 18px 18px 0 0;
    top: 0;
    right: 0;
    padding: 0;
}

.no_webp_support .tc-footer-box .tc-submit-newsletter {
    background: url('images/amazing-sprite.png') no-repeat -60px -4px;
}

.support_webp .tc-footer-box .tc-submit-newsletter {
    background: url('images/amazing-sprite.svg') no-repeat -60px -4px;
}

#response_newsletter {
    margin: 10px 0 0 0;
    display: inline-block;
}

.tc-footer-menu {
    float: left;
}

.tc-footer-half-menu {
    width: 43%;
    padding-right: 25px;
}

.tc-footer-half-menu-second {
    width: 57%;
}

.tc-footer-half-menu:last-child {
    padding-right: 0px;
}

.tc-footer-menu ul {
    float: left;
}

.tc-footer-half-menu ul:last-child {
    float: right;
    padding-right: 0px;
}

.tc-menu-split ul {
    width: 50%;
    padding-right: 25px;
}

.tc-menu-split ul:last-child {
    padding-right: 0;
}

.tc-footer-menu ul li {
    margin-bottom: 10px;
    font-weight: lighter;
    line-height: 1.5em;
    font-family: 'aktiv-grotesk', Arial, serif;
}

.tc-footer-menu h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 17px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.25em;
}

.tc-fourth-half-menu {
    width: 25%;
    padding-right: 30px;
}

p.tc-copyright {
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 0.95em;
}

p.tc-copyright a {
    color: #fff;
    font-weight: bold;
}


/* PAGES DEFAULT CSS */

.tc-title-home {
    width: 100%;
    text-align: center;
    padding: 60px 0;
}

.tc-title-home span {
    font-family: aktiv-grotesk, Arial, sans-serif;
    color: #585858;
    line-height: 25px;
    font-size: 1.2em;
    font-weight: 200;
    margin: 15px 0 0 0;
    display: inline-block;
}

.page .tc-container {
    background-color: #fff;
}

.mfp-wrap button.mfp-close {
    top: 61px;
}

.tc-home-newsletter-response p {
    margin-bottom: 0 !important;
}

.tc-search-post-wrap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.tc-search-post-wrap h6 {
    margin-bottom: 10px;
}


.saboxplugin-authorname a {
    font-family: aktiv-grotesk, Arial, sans-serif;
}

/* MENU HAMBURGER ICON */

.tc-tickera-menu-button {
    background: none;
    border: none;
    height: 40px;
    width: 50px;
    float: right;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 2px 10px;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tc-tickera-menu-button span {
    float: left;
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tc-tickera-responsive-menu {
    width: 100%;
    float: left;
    text-align: center;
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.x-button span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}

.x-button span:nth-child(2){
    position: absolute;
    display: none;
}

.x-button span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
    margin: -9px 0 0 0;
}

.tc-tickera-responsive-menu ul {
    width: 100%;
}

.tc-tickera-responsive-menu ul {
    border-top: 1px solid rgba(255, 255 ,255, 0.2);
    padding-top: 35px;
    margin-top: 15px;
}

.tc-tickera-responsive-menu ul li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
    font-weight: 700;
}

.tc-tickera-responsive-menu li a {
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}

.tc-tickera-menu-button.tc-color-menu span {
    background-color: #5d5d5d;
}

.tc-color-menu .tc-tickera-responsive-menu ul{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tc-resp-menu-wrap {
    background-color: #6b5f89;
}

.page-id-46 h6 {
    margin-bottom: 15px;
}

/* CONTACT FORM SLIDE OUT*/


.tc-contact-form-slide-out {
    bottom: -50px;
    right: 30px;
    position: fixed;
    background-color: white;
    height: 430px;
    width: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.25);
    z-index: 999;
    margin-bottom: -336px;
}

.tc-contact-form-slide-out.tc-active-form {
    margin-bottom: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.tc-contact-form-slide-out .tc-header-text {
    background-color: #6b5f89;
    color: #fff;
    padding: 14px 22px;
    font-size: 0.9em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.tc-contact-form-slide-out .tc-header-text:hover {
    cursor: pointer;
}

.tc-contact-form-slide-out .tc-inside-slidout-wrap {
    padding: 20px;
}

.tc-contact-form-slide-out form input:active {
    outline: none;
}

.tc-contact-form-slide-out input:focus,
.tc-contact-form-slide-out textarea:focus {
    outline: none;
}

.tc-contact-form-slide-out  input[type="text"],
.tc-contact-form-slide-out textarea {
    height: 45px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
    font-size: 13px;
}

.tc-contact-form-slide-out textarea {
    height: 100px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding-top: 10px;
}

.tc-contact-form-slide-out  .tc-slideout-submit {
    padding-top: 14px;
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
    height: 45px;
    font-size: 16px;
}

.tc-contact-form-slide-out label {
    font-family: aktiv-grotesk, Arial, sans-serif;
    font-size: 13px;
}

.tc-empty-field {
    border-color: #ec573e !important;
}

.tc-contact-form-slide-out .tc-header-text.tc-slideout-red {
    background-color: #ec573e;
}


.tc-contact-form-slide-out .tc-header-text.tc-slideout-red span {
  -webkit-animation: alertMove 0.25s 2;
  -moz-animation: alertMove 0.25s 2;
  animation: alertMove 0.25s 2;
  transform: translate3d(0, 0, 0);
}

.tc-contact-form-slide-out .tc-header-text.tc-slideout-green {
    background-color: #5cba8a;
}

.clear {
    clear: both;
}

body .optanon-alert-box-wrapper .optanon-alert-box-button-middle {
  background-color: #28863c;
  border-color: #329c49;
  padding: 11px 16px;

}

@keyframes alertMove {
    0%   {margin-left: 0px;}
    50%   {margin-left: 5px;}
    100%   {margin-left: 0px;}
}

.tc-hide-form {
  -webkit-animation: hiding_form 1s 1;
  -moz-animation: hiding_form 1s 1;
  animation: hiding_form 1s 1;
  margin-bottom: -387px !important;
}

@keyframes hiding_form {
    0%   {margin-bottom: 0px;}
    20%   {margin-bottom: 30px;}
    100%   {margin-bottom: -387px;}
}


.tc-minus-form {
    float: right;
    width: 14px;
    height: 3px;
    margin: 7px 0 0 0;
    background-color: #fff;
}

@media screen and (max-width: 1700px){
    .tc-container {
        width: 95%;
    }
    .tc-inside-wrap {
        width: 94%;
    }

    .tc-nav ul li {
        margin: 0 25px;
    }
}

@media screen and (max-width: 1500px){
    .tc-container {
        width: 95%;
    }

    .tc-inside-wrap {
        width: 85%;
    }

    .tc-video-section p {
        width: 100%;
    }

    .tc-feature-rows h3 {
        margin-bottom: 10px;
    }

    .tc-feature-rows br {
        display: none;
    }

    p {
        font-size: 1.05em;
    }

    .tc-footer-menu ul {
        width: 100%;
    }

    .tc-nav ul li {
        margin: 0 17px;
    }


}


@media screen and (max-width: 1330px) {
    .tc-info-home-text h1 {
        font-size: 3.3em;
    }

    .tc-info-home-text {
        margin-top: 150px;
    }

    .tc-buttons-wrap {
        margin: 25px auto 0 auto;
    }

    .tc-feature-rows,
    .tc-main-features .tc-iregular-padding {
        padding: 50px 0;
    }

    .tc-info-home-text h1 {
        font-size: 2.8em;
    }
    .tc-feature-rows h3 {
        font-size: 2.2em;
        margin: 60px 0 0 0;
    }

    p {
        font-size: 1em;
    }

    .tc-home-testimonial {
        padding: 20px;
    }

    .tc-nav ul li {
        margin: 0 6px;
        font-size: 0.9em;
    }

    .tc-nav {
        width: 85%;
    }

    .tc-logo {
        width: 15%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

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

    .tc-nav ul li.current-menu-item a {
        padding: 9px 15px;
    }

    .tc-nav ul li {
        margin: 0 6px;
    }

    .tc-addons-category-list {
        float: left;
        width: 100%;
        text-align: center;
    }

    .tickera-addon-categories ul.tc-addons-category-list li {
        text-align: center;
        float: none;
    }

    a.tc-addons-link-addon {
        float: none;
        margin: 15px auto 0 auto;
    }

}

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

    .tc-footer .tc-footer-box {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }

    .tc-footer-menu {
        width: 100%;
        padding-right: 0;
    }

    .tc-nav {
        display: none;
    }

    .tc-logo {
        width: 230px;
    }

    .tc-tickera-menu-button {
        display: block;
        float: right;
    }

    .tc-tickera-responsive-menu {
        display: block;
    }

    .tc-title-home {
        padding: 20px 0;
    }

    .tc-title-home p {
        padding: 0 20px;
        line-height: 1.4em;
        margin: 10px 0 0 0;
    }

    .tc-title-home h1 {
        font-size: 2.6em;
    }

    .page .tc-container,
    .single-addons .tc-container {
        padding: 75px 0 0 0;
    }

    .tc-title-home {
        margin: 45px 0 35px;
    }

    .tc-footer-box .tc-footer-menu:last-child {
        margin-top: 30px;
    }

    .tc-menu,
    .tc-menu.tc-color-menu {
        position: absolute;
    }

    .tc-show-resp-menu {
        height: auto;
    }

    .tc-footer-box .tc-footer-addons.widget_rss {
        width: 100%;
        padding-right:0;
    }

}

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

    .tc-footer {
        padding: 40px 0;
    }

    p.tc-copyright {
        margin-top: 0;
    }

    a.tc-addons-link-addon {
        width: 100%;
    }

}

@media screen and (max-width: 560px) {
    .tc-info-home-text h1 {
        font-size: 2.4em;
    }

    .tc-onehalf {
        width: 100%;
    }

    .tc-title-home h1 {
        font-size: 2.1em;
    }
}

@media screen and (max-width: 560px) {
   .tc-buttons-wrap a.tc-main-button,
   .tc-buttons-wrap .tc-ghost-button {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        z-index: 9;
    }

    .tc-content {
        padding: 40px 0 0 0;
    }



}

@media screen and (max-width: 460px) {
    .tc-logo {
        width: 70%;
    }

    .tc-info-home-text {
        margin-top: 80px;
    }

    .tc-info-home-text h1 {
        font-size: 1.8em;
    }

    .tc-container {
        width: 100%;
    }

    .tc-inside-wrap {
        width: 85%;
    }

    .tc-footer {
        padding: 40px 0 40px;
    }

}

@media screen and (max-width: 460px) {
    .tc-header {
        height: 460px;
    }

    .tc-info-home-text h1 {
        margin-top: 13px;
    }

    .tc-dark-logo {
        display: none;
    }

    .tc-light-logo {
        display: block;
    }

    .tc-color-menu .tc-dark-logo {
        opacity: 1;
        display: block;
        position: static;
    }

    .tc-color-menu .tc-light-logo {
        opacity: 1;
        position: static;
        display: none;
    }

    .tc-buttons-wrap {
        margin: 40px 0 0 0;
    }

}

img[sizes^="auto" i] {
    contain-intrinsic-size: revert;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: inline-block !important;
    object-fit: contain !important;
}




/* freemius */

.page-template-_members iframe {
    margin: 96px 0 0 0 !important;
    z-index: 2 !important;
}

#fs_dashboard_container {
    /*height: 70vh;*/
}

.page-template-_members .tc-contact-form-slide-out {
    display: none;
}

/* .page-id-10 .tc-theme-image img {
    object-fit: cover;
    aspect-ratio: 16 / 9.5;
    width: 100% !important;
} */
