body { font-family: 'Poppins', verdana, sans-serif; font-size: 15px; line-height: 1.6; color: #000; font-weight: 400; }
html, body { height:100%; }

::selection { background: #1a1a1a; color: #ffffff; }
::-moz-selection { background: #1a1a1a; color: #ffffff; }

a { color: #d27201; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none; }
a:focus { outline:none; color: #d27201; text-decoration: none; }

/***FIX FOR IE10***/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


section { position: relative; }

/*** GLOBAL ***/
.container-full { max-width: 1280px; margin: 0 auto; padding: 0 15px; }
.orsova-menu { display: none; }
.sect-title span { display: block; }
.bx-wrapper { margin: 0 auto; }
.modal { backdrop-filter: blur(10px); }
.modal-backdrop.show { opacity: .8; }
.fl-node-385m2t1viw4l .uabb-infobox { }


/*** HEADER ***/
#header { }
.blue-bar { background-color: #417690; width: 100%; height: 24px; }
.logo-wrapper { width: 160px !important; }
.logo { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 120px; height: 120px; z-index: 1000; }
.logo img { transition: all .3s ease; }
.logo:hover img { animation: glowing 1s ease-in-out infinite alternate; }
@keyframes glowing {
  from {
    filter: drop-shadow(0 0 0.5rem rgb(255, 198, 0));
  }
  to {
    filter: drop-shadow(0 0 1rem rgb(255, 132, 0));
  }
}
.navbar-brand { width: 180px; text-indent: -9999em; }
.navbar { background-color: #000; }
.nav-item { margin: 0 14px; }
.nav-link { color: #fff; font-size: 16px; font-family: "Playfair Display", serif; font-weight: 800; transition: all .3s ease; }
.nav-link:hover, .active .nav-link { color: #d27201; }
.shop-btn { margin-left: 4vw !important; }
.shop-btn button { font-size: 13px; font-weight: 600; text-transform: uppercase; border-radius: 0; }

/*** HOME ***/
.hero-text h1 span { display: block; }

/*** INTERIOR ***/
.faqs-list h3 { font-size: 24px; font-family: "Playfair Display", serif; font-weight: 800; color: #d27201; margin-top: 40px; }
.home .section-testimonials, .page-products .section-testimonials { background-color: #f5f5f5; }

/*** IMAGE GRID ***/
.row.sm-gutters { margin-right: 0; margin-left: 0; }
.row.sm-gutters > [class^="col-"],
.row.sm-gutters > [class*=" col-"] { padding-right: 7px; padding-left: 7px; }

.cta-item { position: relative; overflow: hidden; }
.cta-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height:100%; background-color: rgba(65, 118, 144, 0.85); z-index: 1; opacity: .4; transition: opacity 0.35s, transform 0.35s; }
.cta-item .background-image { display: block; position: relative; min-width: 100%; height: 100%; max-height: 100% !important; object-fit: cover; width: calc(100% + 50px) !important; max-width: calc(100% + 50px) !important; transition: transform .5s ease; -webkit-backface-visibility: hidden; border: none; padding: 0; margin: 0; }

.cta-item .item-info { position: absolute; top: auto; bottom: 0; left: 0; height: auto; max-height: 100%; width: 100%; text-align: left; padding: 25px 20px; z-index: 2; }
.cta-item .item-info-title { color: #fff; font-family: "Playfair Display", serif; font-size: 20px; line-height: 1.1; font-weight: 800; transition: transform .35s; transform: translate3d(0, 20px, 0); }
.cta-item p { max-height: 0; color: #fff; font-size: 12px; line-height: 1.3; margin: 10px 0 0 0; opacity: 0; transition: opacity .2s, transform .35s; transform: translate3d(0, 20px, 0); }

.cta-item:hover:before { opacity: 1; transition: opacity 0.35s, transform 0.35s; }
.cta-item:hover .background-image { transform: scale(1.1); }
.cta-item:hover .item-info-title { transform: translate3d(0, 0, 0); transition: transform .35s; transition-delay: .05s; }
.cta-item:hover p { max-height: 100%; opacity: 1; transform: translate3d(0, 0, 0); transition: transform .35s; transition-delay: .1s; }

.grid-item { position: relative; }
.short { height: 208px; }
.tall { height: 430px; }
.mt-15 { margin-top: 15px; }
.row.inset-images { margin-right: 0; margin-left: 0; }
.row.inset-images > .col-md-6 { padding-right: 0px; padding-left: 0px; }
.row.inset-images > .col-md-6:first-child { padding-right: 7px; }
.row.inset-images > .col-md-6:not(:first-child) { padding-left: 7px; }

/*** PRODUCT SLIDER ***/
div#n2-ss-1 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple { background: #fff !important; }

.signup-form { width: 100%; max-width: 480px; margin: 0 auto; }

/*** FOOTER ***/
#footer { background-color: #417690; padding: 30px 0 60px 0; color: #fff; }
.footer-nav-title { font-size: 20px; font-family: "Playfair Display", serif; font-weight: 800; margin-bottom: 14px; }
.footer-nav { margin: 0; padding: 0; list-style-type: none; font-size: 0; }
.footer-nav li { display: block; }
.footer-nav li a { display: block; font-size: 14px; color: #fff; }
.social-nav { margin: 0; padding: 0; list-style-type: none; font-size: 0; }
.social-nav li { display: inline-block; margin-right: 16px; }
.social-nav li:last-of-type { margin: 0; }
.social-nav li a { display: block; font-size: 24px; color: #fff; }

/*** GRAVITY FORMS ***/
.gform-theme--framework ::placeholder { color: black; opacity: 0.5; }
.gform-theme--foundation .gform_fields { row-gap: 20px; }
.gform_wrapper .top_label .gfield_label { line-height: 1.2; }
.uabb-gf-style input[type="text"] { margin-top: 0px !important; margin-bottom: 0px !important; }
.ginput_container input { text-align: left !important; font-size: 13px !important; }
.gform_heading p { margin: 0; }
.gform_confirmation_message { background-color: #fff; padding: 14px; border-radius: 8px; }

.gform-button { width: 100% !important; background-color: #d27201 !important; font-family: 'Poppins', verdana, sans-serif !important; }
.gform_required_legend { font-size: 11px; line-height: 1.2; background-color: #fff; padding: 6px; margin-bottom: 12px !important; }


@media (max-width: 1200px) {

.nav-item { margin: 0 4px; }
.nav-link { padding: 0; }
	
}


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

.logo { left: 15px; transform: translateX(0); }
.shop-btn { margin-left: 0 !important; margin-right: 8vw !important; }
	
/*** MOBILE MENU ***/
.menu-button { display: block; font-size: 32px; line-height: 1; }
.top-bars .fal {font-family: 'Font Awesome 5 Free';font-weight: 800;color: #d27201;}
.top-bars .fal:hover { cursor: pointer; }
.orsova-menu { background-color: rgba(0, 0, 0, 0.8); position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; backdrop-filter: blur(10px); }
.orsova-menu .container { position: relative; }
.orsova-menu a { color: #e6e5e5; }
.orsova-menu a:hover { color: white; }
.orsova-menu .icon-wrap { font-size: 32px; position: absolute; top: 33px; right: 15px; z-index: 999; }
.orsova-menu .icon-wrap .close-icon {font-family:'Font Awesome 5 Free';font-weight: 800; color: #fff; cursor: pointer; -webkit-transition: opacity .3s; transition: opacity .3s; padding: 6px; }
.orsova-menu .icon-wrap .close-icon:hover { opacity: .7; }
.orsova-menu .menu-wrap { margin: 0 auto; margin-top: 180px; width: 90%; overflow-y: auto; }
#mobile-menu { margin: 0; padding: 0; list-style-type: none; }
#mobile-menu > li { text-align: center; padding: 18px 0; position: relative; }
#mobile-menu > li > a { display: block; width: 100%; font-size: 18px; font-weight: 500; text-transform: uppercase; color: #fff; position: relative; -webkit-transition: all .3s ease; transition: all .3s ease; }
#mobile-menu li .open-menu { display: block; cursor: pointer; position: absolute; right: 14px; top: 0; width: 100%; color: #fff; font-size: 20px;  text-align: right; }
#mobile-menu li .open-menu i { transition: all .3s ease; }
#mobile-menu li.active .open-menu i { transform:rotate(90deg); }
	
.retailers-box { background-color: #fff; width: 90%; padding: 20px; margin: 60px auto 0; border-radius: 6px; }
}

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

.sect-title span { display: inline; padding-left: 6px; }
.row.inset-images > .col-md-6:first-child { padding-right: 0; }
.row.inset-images > .col-md-6:not(:first-child) { padding-left: 0; }
.mt-m-15 { margin-top: 15px; }
.page-title h1.fl-heading .fl-heading-text { color: #417690 !important; }
.page-header .fl-row-content-wrap::after { background-color: rgba(0,0,0,0) !important; }
	
}


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

}
