/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* Fonts */

@font-face {
    font-family: 'prompt-bold';
    src: url('fonts/prompt-bold-webfont.woff2') format('woff2'),
         url('fonts/prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'prompt-bolditalic';
    src: url('fonts/prompt-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/prompt-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'prompt-light';
    src: url('fonts/prompt-light-webfont.woff2') format('woff2'),
         url('fonts/prompt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* General Custom CSS */


body {
	font-family: 'prompt-light', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.main_color strong, strong {
	color: inherit;
	font-weight: normal !important;
	font-family: 'prompt-bold', sans-serif;
	
}

.avia_image, .big-preview img {
	border-radius: 0;
}
.special_amp {
	color: inherit!important;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

h1, h2, h3, h4, h1.av-special-heading-tag, h2.av-special-heading-tag, h3.av-special-heading-tag, h4.av-special-heading-tag {
	text-transform: uppercase !important;
	letter-spacing: 0.3em !important;
	font-family: 'prompt-bolditalic', sans-serif;
	font-weight: normal !important;
}


/* Header */

.av_header_transparency .avia-menu-text {
	color: white;
}

.av-main-nav > li > a {
	font-family: 'prompt-bold', sans-serif;
}

#top .av_header_transparency #header_meta {
	background: black;
	border: none;
}

#top .header_color .sub_menu ul li a, .header_color .sub_menu>ul>li>a {
	color: white !important;
}

/* Overlay Menu */

#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
	text-transform: none !important;
	font-family: 'prompt-bold', sans-serif;
	font-size: 32px;
}


/* Logos */


.av-preloading-logo {
	max-width: 200px;
	max-height: 200px;
}

.logo img {
	width: 340px;
}


/* Pricing Table */


.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra, .main_color .pricing-table>li {
	background: transparent !important;
	border: none;
	color: white !important;
}

.main_color .pricing-table li.avia-pricing-row {
	font-size: 24px;
	border: 1px solid #b4d000 !important;
	font-family: 'prompt-bold', sans-serif;
}

.main_color .pricing-table li.avia-heading-row {
	font-family: 'prompt-bold', sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #b4d000 !important;
}

/* Layout Columns */

.fh-column-overlap {
	margin-top: -160px !important;
}


/* Forms */

#top .av-custom-form-color .button, .main_color input[type='submit'] {
	font-family: 'prompt-bold', sans-serif !important;
	font-weight: normal;
	font-size: 16px;
	padding: 12px 16px 10px;
	border: none;
	color: #101112;
	background: #b4d000;
}
#top .av-custom-form-color .button:hover, .main_color input[type='submit']:hover {
	opacity: 0.8 !important;
}
#top input[type='text'], #top .avia_ajax_form .text_area {
	font-family: 'prompt-light', sans-serif !important;
	font-size: 0.9em;
	color: #121212;
}
#top label {
	font-size: 0.8em;
}

.avia_ajax_form label {
	font-weight: normal !important;
}


/* Buttons */

.avia-button {
	font-family: 'prompt-bold', sans-serif;
}

.avia-button.avia-size-large {
	font-size: 18px;
}


#top .avia-button.avia-color-dark {
	border: 2px solid #b4d000;
	color: #b4d000;
	border-color: #b4d000;
}

#top .avia-button.avia-color-light {
	border: 2px solid white;
}

#top .main_color .avia-color-theme-color-highlight {
	background-color: #b4d000;
	border-color: #b4d000;
	color: #101112;
}

.avia-button.avia-color-green {
	border: none;
	color: #101112;
	background: #b4d000;
}

.av-instagram-follow {
	border: 2px solid #b4d000 !important;
	color: #b4d000;
	background: transparent;
}

.av-instagram-follow:hover {
	opacity: 0.8 !important;
	border-color: rgba(180,208,0,0.8);
	background: transparent;
	color: #b4d000;
}

.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification {
	color: #b4d000 !important;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 769px) {
  /* Add your Desktop Styles here */

.av_header_transparency .av-hamburger-inner, .av_header_transparency .av-hamburger-inner::before, .av_header_transparency .av-hamburger-inner::after {
	background-color: white;
}



}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}