/*
Theme Name: JWE Global
Description: Global Theme for Jurassic World Exhibition
Theme URI:   https://jurassicworldexhibition.com
Author: Created for City Neon
Author URI:  https://jurassicworldexhibition.com
Template: salient
Version: 1.0
*/



/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family:'decoturaicg';
    src: url('fonts/decoturaicg-webfont.woff2') format('woff2'),
         url('fonts/decoturaicg-webfont.woff') format('woff');
         url("fonts/decoturaicg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.alt_links a {
	color:#fff;
}
.alt_links a:hover {
	color: #38ABC7;
}

.testimonial_slider .controls {
    display: none!important;
}
.testimonial_slider[data-style="minimal"] .controls {
    display: none!important;
}
.testimonial_slider[data-style="minimal"] .control-wrap {
    display: none!important;
}

.testimonial_slider blockquote p {
    padding-bottom: 15px!important;
}
.testimonial_slider blockquote {
	font-size: 18px;
	line-height: 22px;	
}
	
.hashtag_font {
	font-family: PT Sans Narrow;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.35px;
	line-height: 34px;
}

#footer-outer, #footer-outer a:not(.nectar-button):hover {
    color: #38abc7!important;
}
#footer-outer #copyright[data-layout="centered"] {
    padding: 25px 0;
}
#footer-outer #copyright p {
    margin-top: 10px;
}
#footer-outer .row {
    padding: 55px 0 20px 0 !important;
}
#footer-outer #copyright[data-layout="centered"] {
    padding: 10px 0 35px 0!important;
}
.field_element_tweaks {
	padding: 5px!important;
	height: 40px!important;
}
.field_container_tweaks{
	margin-bottom: 15px!important;
}
.label_field_tweaks{
	font-size: 15px!important;
	margin-bottom: 15px!important;
}
.submit_button_tweaks {
    background: #38abc7!important;
    height: 35px!important;
    padding: 7px 11px!important;
}
.submit_button_tweaks:hover {
    color: #000 !important;
}
.nf-error.field-wrap .nf-field-element:after {
    height: 40px !important;
    width: 50px !important;
    line-height: 40px !important;
}
.nf-error .nf-error-msg {
    font-size: 15px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}