.parallax {
will-change: transform;
-webkit-transform: translateY(var(--translateY));
transform: translateY(var(--translateY));
}
* {
-webkit-animation-duration: .4s;
animation-duration: .4s;
} :root { --copy-font: 'Open Sans', sans-serif;
--headline-font: 'Poiret One', serif;
--display-font: 'Le Super Serif', serif; --brand-dark: 226, 198, 118;
--brand-light: 249, 216, 133;
--green-dark: 246,176,0;
--green-light: 246,176,0;
--black-dark: 35, 31, 32;
--black-light: 58, 52, 53;
--white: 35, 31, 32;
--grey-dark: 44, 44, 44;
--grey-light: 124, 116, 96; --text-shadow: 1px 2px 3px rgba(0, 0, 0, .44);
--text-shadow-btn: 1px 2px 3px rgba(0, 0, 0, .88);
--drop-shadow: 0px 8px 22px -5px rgba(0, 0, 0, .68);
--drop-shadow-btn: inset 0px 3px 7px -2px rgba(255,255,255,.88), inset 0px -3px 7px -2px rgba(0,0,0,.44), inset 0px 0px 80px rgba(249, 216, 133, 0), 2px 4px 31px -5px rgba(0, 0, 0, .675);
--drop-shadow-btn-hover: inset 0px 3px 7px -2px rgba(255,255,255,.88), inset 0px -3px 7px -2px rgba(0,0,0,.44), inset 0px 0px 180px rgba(255, 255, 255, .44), 1px 5px 24px -8px rgba(0, 0, 0, .375);
--transition: all .25s ease-in-out;
--scale: scale(1);
--scale-up: scale(1.044);
--rounded: 7px !important;
}  *,
*:after,
*:before {
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
} html {
font-size: 62.5%;
background-color: #7c7460;
box-shadow: inset 0px -15px 180px -20px rgba(0, 0, 0, 0.6);
}
body {
background-color: #7c7460;
text-shadow: var(--text-shadow);
font: 100 16px/1.4 var(--copy-font);
color: #202020;
opacity: 0;
} .clear:before,
.clear:after {
content: ' ';
display: table;
}
.clear:after {
clear: both;
}
.clear {
*zoom: 1;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {
color: rgb(var(--brand-dark));
text-shadow: var(--text-shadow);
text-decoration: none;
transition: var(--transition);
}
a:hover {
color: rgb(var(--brand-light));
text-decoration: none;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
}
input:focus {
outline: 0;
border: 0px solid transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--headline-font);
color: #fafafa !important;
font-weight: bold;
text-shadow: var(--text-shadow); }
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.7rem;
}
h3 {
font-size: 2.4rem;
}
h4 {
font-size: 2.1rem;
}
h5 {
font-size: 1.8rem;
}
h6 {
font-size: 1.5rem;
} .fl-slide-title {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-duration: .4s;
animation-duration: .4s;
}
.fl-slide-text {
-webkit-animation-delay: .1s;
animation-delay: .1s;
-webkit-animation-duration: .4s;
animation-duration: .4s;
}
.fl-slide-cta-button {
-webkit-animation-delay: .2s;
animation-delay: .2s;
-webkit-animation-duration: .4s;
animation-duration: .4s;
}
@-webkit-keyframes kenburns {
from {
-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
}
100% {
-webkit-transform: scale3d(1.05, 1.05, 1) translate3d(-35px, 8px, 0px);
transform: scale3d(1.05, 1.05, 1) translate3d(-35px, 8px, 0px);
}
}
@keyframes kenburns {
from {
-webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
}
100% {
-webkit-transform: scale3d(1.05, 1.05, 1) translate3d(-35px, 8px, 0px);
transform: scale3d(1.05, 1.05, 1) translate3d(-35px, 8px, 0px);
}
}
.kenburns {
-webkit-animation-name: kenburns;
animation-name: kenburns;
-webkit-animation-duration: 30s;
animation-duration: 30s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1; pointer-events: none; }  .wrapper {
box-shadow: inset 0px -15px 180px -20px rgba(0, 0, 0, 0.6);
color: #fafafa !important;
text-shadow: var(--text-shadow);
} .header {} .navbar {
background-color: rgba(var(--white), 0.8);
height: 60px;
border-bottom: 1px solid rgba(255, 255, 255, .2);
box-shadow: var(--drop-shadow);
border-bottom: .5px solid rgba(255, 255, 255, .25);
-webkit-animation-delay: 0.15s;
animation-delay: 0.15s;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
.navbar-brand {
font-size: 0;
}
.logo-img {
position: relative;
top: -33px;
height: 55px;
width: auto;
-webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .9));
filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .9));
}
.navbar-nav>li>a {
display: block;
padding: 0rem 10px;
color: rgb(var(--brand-dark));
text-transform: uppercase;
font-family: var(--copy-font);
text-shadow: 0px 1px 2px rgba(0, 0, 0, .9);
letter-spacing: 1px;
-webkit-transition: var(--transition);
transition: var(--transition);
font-weight: bold;
height: 60px;
line-height: 60px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
color: rgb(var(--brand-light));
}
.navbar-nav#menu-contact-menu>li>a {
padding: 0 10px;
font-size: 2.4rem; }
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: rgba(255, 255, 255, .05);
border-color: transparent;
}
.nav>li.current_page_item>a {
background-color: rgba(255, 255, 255, .1);
position: relative;
}
.nav>li.current_page_item>a:before,
.nav>li.current-menu-parent>a:before {
content: "";
position: absolute;
top: 0;
margin: auto;
left: 0;
right: 0;
height: 4px;
background-color: rgb(var(--brand-light));
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
position: relative;
outline: 0;
}
.dropdown-menu>.active>a:before {
content: "";
position: absolute;
bottom: 0;
margin: auto;
left: 0;
top: 0;
width: 4px;
background-color: rgb(var(--brand-light));
}
.dropdown-menu>li>a {
display: block;
padding: 10px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: rgb(var(--brand-dark)) !important;
white-space: nowrap;
font-weight: bold;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.dropdown-menu>li>a:hover {
color: rgb(var(--brand-light)) !important;
}
#menu-extra-menu {
font-size: 2.2rem;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 0px 0;
margin: 0px 0 0;
font-size: 16px;
text-align: left;
list-style: none;
background-color: rgba(var(--white), 0.7);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 0px solid rgba(0, 0, 0, .15);
border-radius: 6px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: inset 0px 3px 9px -4px rgba(0, 0, 0, .8), 0 6px 22px -5px rgba(0, 0, 0, 0.375);
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
background-color: rgba(var(--brand-light), 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
} .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
background-color: transparent;
background-image: none;
border: 0px solid transparent;
border-radius: 0px;
}
#menu-button {
display: none;
padding: 0rem 10px;
color: rgb(var(--brand-dark));
text-transform: uppercase;
font-family: var(--copy-font);
text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
letter-spacing: 1px;
-webkit-transition: var(--transition);
transition: var(--transition);
font-weight: bold;
height: 60px;
line-height: 60px;
position: relative
}
#menu-button:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
}
.mobile-menu-fadeIn {
color: #202020 !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .15) !important;
}
.mobile-menu-fadeIn:hover {
color: #363636 !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .15) !important;
}
#menu-closed {
display: block;
text-shadow: 0px 1px 2px rgba(0, 0, 0, .22);
}
#menu-open {
position: relative;
display: block;
text-shadow: 0px 1px 2px rgba(0, 0, 0, .22);
} .show-icon {
display: inline-block !important;
}
.lock {
overflow: hidden;
}
.mobile-show {
display: none;
} #offcanvas {
display: none;
}
.offcanvas-panel {
padding-top: 115px;
padding-bottom: 95px;
padding-left: 20px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
position: fixed;
right: -300px;
width: 300px;
height: 100%;
z-index: 999;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
overflow-y: scroll;
overflow-x: visible;
}
.offcanvas-open {
right: 0px;
}
.offcanvas-shadow {
position: relative;
margin: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: auto;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: 0px 3px 47px -7px rgba(0, 0, 0, .9) !important;
}
.offcanvas-overflow {
position: relative;
margin: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: auto;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
overflow: hidden;
} .fl-slide-cta-button .fl-button-left {
text-align: center;
}
.fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect, .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
fill: rgb(226, 198, 118);
}
.fl-builder-content-primary>.fl-row+.fl-row {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-duration: .2s;
animation-duration: .2s;
}
.fl-rich-text {
background-color: rgba(var(--black-dark), .35);
border: 1px solid rgba(255,255,255,0.05);
border-radius: 6px;
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
padding: 20px;
color: #fafafa !important;
overflow: hidden;
}
.fl-contact-form {
background-color: rgba(var(--black-dark), .35);
border: 1px solid rgba(255,255,255,0.05);
color: #fafafa !important;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
padding: 20px;
}
.fl-rich-text>h2:first-child,
.fl-rich-text>h3:first-child,
.fl-rich-text>h4:first-child,
.fl-rich-text>h5:first-child,
.fl-rich-text>h6:first-child {
margin-top: 0px;
color: #fff !important;
background: rgba(var(--black-dark),0.5);
display: block !important;
margin: -20px -20px 20px -20px;
padding: 10px 20px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
position: relative;
z-index: 9;
border-bottom: 4px solid rgb(var(--brand-dark));
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
}
.fl-rich-text>h2:first-child span,
.fl-rich-text>h3:first-child span,
.fl-rich-text>h4:first-child span,
.fl-rich-text>h5:first-child span,
.fl-rich-text>h6:first-child span {
color: #fff !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
}
.fl-rich-text img {
border: 0px solid #fff;
border-radius: 6px;
box-shadow: 1px 3px 24px -4px rgba(0, 0, 0, 0.4);
max-width: 100%;
}
.fl-photo {
background-color: rgba(var(--black-dark), .35);
border: 0px solid rgba(255,255,255,0.05);
color: #fafafa !important;
border-radius: 6px;
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
overflow: hidden;
padding: 0px;
}
.fl-photo img {
border-radius: 6px;
}
.scissors .fl-photo {
background-color: transparent;
border-radius: 0;
box-shadow: none;
overflow: visible;
padding: 0;
border: 0px solid rgba(255,255,255,0.2);
}
.scissors .fl-photo img {
width: auto;
height: 125px;
-webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .44));
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .44));
}
.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: 1.475rem;
color: #fafafa;
white-space: nowrap;
}
.fl-slide-title {
font-family: var(--display-font);
margin-top: 90px !important;
font-size: 5vw;
text-shadow: 2px 4px 6px rgba(0, 0, 0, .48) !important;
line-height: 1em;
color: #fff !important;
}
.fl-slide-text {
text-shadow: 1px 2px 3px rgba(0, 0, 0, .78) !important;
font-weight: bold;
font-family: var(--headline-font);
font-size: 1.25vw;
} .fl-slide-title,
.fl-slide-text>* {
line-height: 1.2;
}
.fl-button {
border-radius: var(--rounded) !important;
background-color: rgb(var(--brand-dark)) !important;
color: rgb(var(--black-dark)) !important;
text-shadow: var(--text-shadow) !important;
-webkit-transform: var(--scale) !important;
transform: var(--scale) !important;
border: 0px !important;
-webkit-transition: var(--transition) !important;
transition: var(--transition) !important;
box-shadow: var(--drop-shadow-btn) !important;
}
.fl-button:hover {
-webkit-transform: var(--scale-up) !important;
transform: var(--scale-up) !important;
box-shadow: var(--drop-shadow-btn-hover) !important;
}
.post-edit-link {
position: absolute;
top: 80px;
left: 20px;
padding: 5px 10px;
font-size: 1em;
border-radius: var(--rounded) !important;
background-color: rgb(var(--green-dark));
color: #202020 !important;
text-shadow: var(--text-shadow) !important;
-webkit-transform: var(--scale) !important;
transform: var(--scale) !important;
border: 0px !important;
-webkit-transition: var(--transition) !important;
transition: var(--transition) !important;
box-shadow: var(--drop-shadow-btn) !important;
}
.post-edit-link:hover {
-webkit-transform: var(--scale-up) !important;
transform: var(--scale-up) !important;
box-shadow: var(--drop-shadow-btn-hover) !important;
}
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
color: rgb(var(--black-dark)) !important;
font-weight: bold;
text-transform: uppercase;
}
.fl-content-slider {
position: relative;
box-shadow: 0px 55px 90px -10px rgba(0, 0, 0, 0.2);
border-bottom: 6px solid #fafafa;
box-shadow: 0px 3px 20px -3px rgba(0, 0, 0, .44), 0px 55px 90px -10px rgba(0, 0, 0, 0.2), 0px 25px 50px -10px rgba(0, 0, 0, 0.2);
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-duration: .4s;
animation-duration: .4s;
}
.fl-node-5b703622b41b3 {
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-duration: .4s;
animation-duration: .4s;   
}
.fl-content-slider-navigation path {
fill: rgb(var(--brand-dark)) !important;
}
.fl-content-slider-navigation .slider-prev,
.fl-content-slider-navigation .slider-next {
-webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .3));
filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .3));
}
.fl-slide-content {
background-color: rgba(var(--black-dark), 0.4) !important;
box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.84);
}
.fl-icon i,
.fl-icon i:before {
text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.24);
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
border: 0px !important;
line-height: 160% !important;
}
.fl-icon i:before {
border: 3px solid rgb(var(--brand-dark)) !important;
box-shadow: inset 1px 3px 8px rgba(0, 0, 0, .44), 3px 9px 52px -8px rgba(0, 0, 0, .44);
}
.fl-content-slider .fl-slide-bg-photo-shadow {
pointer-events: none;
position: absolute;
z-index: 9;
margin: auto;
top: 0;
bottom: 0;
right: 0;
left: 0;
box-shadow: inset 0px -17px 110px -3px rgba(0,0,0,0.64), inset 0px -45px 180px -20px rgba(0,0,0,0.6), inset 0px -8px 13px -5px rgba(0,0,0,0.6);
}
.fl-content-slider .fl-slide-bg-photo {
box-shadow: inset 0px -25px 50px -10px rgba(0, 0, 0, 0.6);
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px dotted rgb(var(--grey-dark));
}
.fl-separator {
border-top: 1px dotted rgb(var(--grey-dark)) !important;
}
.fl-cta-inline .fl-cta-text {
width: 40%;
}
.fl-cta-inline .fl-cta-button {
padding-left: 30px;
text-align: center;
width: 60%;
}
form.fl-contact-form input,
form.fl-contact-form textarea {
border: 0px;
padding: 5px 10px;
background-color: #f1f1f1;
box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, .24);
border-radius: 3px;
} .fl-menu {
background-color: rgba(var(--black-dark), .35);
border: 1px solid rgba(255,255,255,0.05);
border-radius: 6px;
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
padding: 20px;
}
.fl-menu h6 {
font-size: 1.2em;
margin-top: 0px;
color: #fff !important;
background: rgba(var(--black-dark),0.5);
display: block !important;
margin: -20px -20px 20px -20px;
padding: 10px 20px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
position: relative;
z-index: 9;
border-bottom: 4px solid rgb(var(--brand-dark));
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
}
.fl-pricing-table-column {
border: 1px solid rgb(var(--brand-dark)) !important;
margin-top: 0px;
background-color: rgb(var(--brand-dark)) !important;
border-radius: 6px !important;
box-shadow: 3px 9px 52px -8px rgba(0, 0, 0, .44) !important;
}
.fl-pricing-table-column .fl-pricing-table-inner-wrap {
background-color: rgba(var(--black-dark), .75) !important;
color: #fafafa !important;
border: 0px solid transparent !important;
border-radius: 6px;
box-shadow: inset 1px 3px 10px -4px rgba(0, 0, 0, .75);
margin: 3px !important;
}
.fl-pricing-table-column h2 {
font-size: 1.5em !important;
}
.fl-pricing-table-price {
background: rgba(var(--black-dark), .8) !important;
color: #fff !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
font-weight: bold;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
margin: 0 -4px !important;
}
.fl-pricing-table-column .fl-button-wrap {
display: none;
}
.fl-pricing-table .fl-pricing-table-features {
margin: 0px 15px !important;
list-style-type: none;
padding: 0;
min-height: 60px !important;
}
.fl-pricing-table-features li {
font-size: .75em;
text-align: center !important;
}
.fl-pricing-table-title {
min-height: 100px;
} .footer {
background-color: rgba(var(--black-dark), 0.5); background-size: cover;
background-position: center center;
border-top: 1px solid rgba(255, 255, 255, .2);
padding: 20px 20px;
text-align: center;
border-top: 6px solid #f1f1f1;
box-shadow: inset 0px 25px 50px -10px rgba(0, 0, 0, 0.6), 0px -3px 20px -3px rgba(0, 0, 0, .44), 0px -55px 90px -10px rgba(0, 0, 0, 0.2);
}
.copyright {
color: #fafafa;
font-weight: bold;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.88);
letter-spacing: 1px;
font-weight: bold;
font-family: var(--copy-font);
text-transform: uppercase;
}
.backlink {
display: block;
color: #fafafa;
font-weight: bold;
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.88);
letter-spacing: 1px;
font-weight: bold;
font-family: var(--copy-font);
font-size: .75em;
opacity: .4;
filter: opacity(40);
}
.backlink:hover {
color: #fafafa;
opacity: .8;
}
.credit {
opacity: .2;
filter: opacity(20);
filter:  opacity(40);
font-size: .5em;
margin-top:5px;
} .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #7c7460;
}
.modal-backdrop.in {
filter: alpha(opacity=80);
opacity: .8;
}
.modal-lg {
width: 90% !important;
}
.modal-header {
margin-top: 0px;
color: #fff !important;
background: rgba(var(--black-dark),0.5);
display: block !important;
margin: 0;
padding: 10px 20px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
position: relative;
z-index: 9;
border-bottom: 4px solid rgb(var(--brand-dark));
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
}
.modal-header h4 {
color: #fff !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
}
.modal-header h4 svg {
margin-right: 10px;
}
.modal-content {
color: #fff !important;
position: relative;
background-color: rgba(var(--black-dark), .8);
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px solid #999;
border: 0px solid rgba(0, 0, 0, .2);
border-radius: 10px;
outline: 0;
overflow: hidden;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content h3,
.modal-content h4,
.modal-content h6,
.modal-content h5 {
color: #fff !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .75); }
h4.modal-title {
font-size: 190%;
}
#bookingModal .modal-content h3 {
margin-top: 0;
}
.close {
float: right;
font-size: 46px;
font-weight: 700;
line-height: 1;
color: #fff;
text-shadow: 0 1px 0 #000;
filter: alpha(opacity=20);
opacity: .2;
}
.close:focus,
.close:hover {
color: #FFF;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
} .wpcf7-form label {
width: 100%;
font-weight: 400;
font-size: 1em;
color: #fafafa;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form .form-control {
position: relative;
width: 100%;
margin-bottom: 10px;
color: #202020;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .25);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
font-size: .9em;
border: 0px;
padding: 10px 10px;
background-color: #f1f1f1;
box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, .24);
border-radius: 3px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form .form-control {
position: relative;
width: 100%;
margin-bottom: 10px;
color: #FFF;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
font-size: .9em;
border: 0px;
padding: 10px 10px;
background-color: rgba(var(--black-dark), .5);
box-shadow: inset 2px 4px 10px -3px rgba(0, 0, 0, .84);
border-radius: 3px;
}
::-webkit-input-placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
-webkit-appearance: textfield;
appearance: textfield;
}
:-moz-placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
opacity: 1;
-moz-appearance: textfield;
appearance: textfield;
}
::-moz-placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
opacity: 1;
-moz-appearance: textfield;
appearance: textfield;
}
:-ms-input-placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
appearance: textfield;
}
::-ms-input-placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
appearance: textfield;
}
::placeholder { color: #FFF !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
}
.wpcf7-form textarea {
min-height: 100px;
max-height: 120px;
}
span.wpcf7-list-item {
position: relative;
}
.wpcf7-form input[type="checkbox"] { -webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
display: inline-block;
position: absolute;
width: 100%;
z-index: 99999;
height: 20px;
}
.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label {
display: inline-block;
width: auto;
cursor: pointer;
position: relative;
padding-left: 25px;
margin-right: 15px;
}
.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px;
position: absolute;
left: 0;
top: 1px;
background: #f1f1f1;
border-radius: 3px;
-webkit-filter: drop-shadow(0.5px 2.5px 2.5px rgba(0, 0, 0, 0.3));
filter: drop-shadow(0.5px 2.5px 2.5px rgba(0, 0, 0, 0.3));
border: 0px solid #ddd;
color: #202020;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wpcf7-form input[type="checkbox"]:checked+span.wpcf7-list-item-label:before {
content: '';
height: 20px;
width: 20px;
background: rgb(var(--brand-dark));
box-shadow: var(--drop-shadow-btn) !important;
}
.wpcf7-form input[type="radio"] { -webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
display: inline-block;
position: absolute;
width: 100%;
z-index: 99999;
height: 20px;
}
.wpcf7-form .wpcf7-radio span.wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label {
display: inline-block;
width: auto;
cursor: pointer;
position: relative;
padding-left: 25px;
margin-right: 15px;
margin-bottom: 5px;
}
.wpcf7-form .wpcf7-radio span.wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px;
position: absolute;
left: 0;
top: 1px;
background: #f1f1f1;
border-radius: 3px;
-webkit-filter: drop-shadow(0.5px 2.5px 2.5px rgba(0, 0, 0, 0.3));
filter: drop-shadow(0.5px 2.5px 2.5px rgba(0, 0, 0, 0.3));
border: 0px solid #ddd;
color: #202020;
}
.wpcf7-form input[type="radio"]:checked+span.wpcf7-list-item-label:before {
content: '';
height: 20px;
width: 20px;
border-radius: 3px;
background: rgb(var(--brand-dark));
box-shadow: var(--drop-shadow-btn) !important;
}
.wpcf7-form select {
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
padding: 10px 20px 10px 20px;
display: block;
position: relative;
background: rgb(var(--brand-dark));
border-radius: 3px;
box-shadow: var(--drop-shadow-btn) !important;
border: 0px solid #ddd;
color: rgb(var(--black-dark));
text-shadow: 1px 2px 3px rgba(0, 0, 0, .35);
height: 45px;
margin-top: 10px;
background-image: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/img/select-arrow.png);
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 15px 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wpcf7-submit {
text-transform: uppercase;
font-weight: bold;
padding: 10px 20px;
}
span.wpcf7-not-valid-tip {
color: #ff9cb5;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
font-size: 0.7em;
font-weight: bold !important;
display: block;
line-height: 0;
margin-top: 5px;
}
div.wpcf7-response-output {
margin: 0;
padding: 10px 0px !important;
border: 0px !important;
text-align: center;
font-size: 0.9em;
color: #ff9cb5 !important;
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
font-weight: bold !important;
}
.wpcf7-recaptcha {
opacity: 0.3;
margin-bottom: 10px;
filter: invert(1);
}
.panel-social {
background-color: rgba(0,0,0,.35);
}
#social-feed { }
#social-feed .fl-rich-text, #social-feed h6 {
box-shadow: none !important;
background: transparent !important; border: 0px !important;
padding: 0px !important;
}
#social-feed ul.juicer-feed > li.feed-item .j-meta a {
text-shadow: .5px 1px 1.5px rgba(0,0,0,0.35) !important;
}
#social-feed pre {
display: block !important;
padding: 0px !important;
margin: 0 !important;
font-size: 13px !important;
line-height: 1.42857143 !important;
color: #fafafa !important;
word-break: break-all !important;
word-wrap: break-word !important;
background-color: transparent !important;
border: 0px solid #ccc !important;
border-radius: 0px !important;
}
#social-feed ul.juicer-feed {
padding: 0px !important;
margin: 10px 0 0 0 !important;
overflow: visible !important;
}
#social-feed ul.juicer-feed h1.referral {
display: none !important;
}
#social-feed ul li:before {
display: none;
text-indent: none;
}
.card-content #social-feed ul>li {
list-style: none;
list-style-position: inside;
text-indent: 0;
padding-left: 0;
}
#social-feed ul.juicer-feed > li {
border-radius: 3px;
box-shadow: 0px 4px 25px -3px rgba(0,0,0,.75);
background: #fafafa;
min-height: 100px;
overflow: visible;
margin-bottom: 15px !important;
}
#social-feed ul.juicer-feed > li.feed-item .j-text .j-message p {
margin: 0;
font-family: "Open Sans", sans-serif;
font-size: 15px;
word-break: break-word;
}
#social-feed ul.juicer-feed > li.feed-item .j-text .j-message .info {
display: none;
}
#social-feed ul.juicer-feed > li.feed-item .j-meta {
left: 0;
margin: 0;
height: 100%;
text-align: center;
padding: 22px 0 0 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
color: rgb(var(--brand-dark));
}
#social-feed ul.juicer-feed > li.feed-item .j-text + a img {
margin: 10px;
position: absolute;
top: 0;
width: auto;
height: calc(100px - 20px);
max-width: 110px;
}
#social-feed ul.juicer-feed > li.feed-item .j-message a {
font-family: 'Open Sans Semibold', sans-serif;
text-shadow: .5px 1px 1.5px rgba(255,255,255,0.95);
color: #fafafa;
text-decoration:none;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#social-feed ul.juicer-feed > li.feed-item .j-message a:hover {
color:#fafafa;
text-decoration:none;
}
#social-feed ul.juicer-feed > li.feed-item .j-message a:focus {
outline:0;
text-decoration:none;
}
#social-feed ul.juicer-feed > li.feed-item .j-message a:hover,
#social-feed ul.juicer-feed > li.feed-item .j-message a:active {
outline:0;
text-decoration:none;
} .juicer-feed.modern .j-poster h3, .juicer-feed.modern .j-poster .j-date {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: rgb(var(--brand-dark)) !important;
}
.juicer-feed.modern .j-text {
font-size: 14px;
padding: 20px 15px 20px 20px;
font-family: 'open sans', sans-serif;
}
.juicer-feed .j-meta a {
color: rgb(var(--brand-dark));
}
#social-feed .fl-rich-text img {
border: 0px solid #fff;
border-radius: 0px;
box-shadow: 1px 3px 24px -4px rgba(0, 0, 0, 0.4);
max-width: 100%;
}
.juicer-feed.modern li.feed-item {
padding: 0;
border-radius: 6px;
box-shadow: inset 0px 4px 10px -4px rgba(255,255,255,0.2), inset 0px -4px 10px -6px rgba(0,0,0,0.2) ,3px 9px 52px -8px rgba(0, 0, 0, .55);
overflow: hidden;
background-color: rgba(0,0,0,.35) !important;
border: 1px solid rgba(255,255,255,.05) !important;
}
.juicer-feed.modern .j-message {
color: #fafafa;
line-height: 25px;
}
.juicer-feed.modern .j-poster {
padding: 14px 10px 12px;
height: auto;
margin: 0;
height: 56px;
margin-top: 0px;
color: #fff !important;
background: rgba(var(--black-dark),0.5);
display: block !important;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
position: relative;
z-index: 9;
border-bottom: 4px solid rgb(var(--brand-dark));
text-shadow: 1px 2px 3px rgba(0, 0, 0, .95);
} #at4-scc {
display: none !important;
}
#at4-share {
box-shadow: 2px 4px 10px -3px rgba(0,0,0,.66) !important;
opacity: .85;
filter: opacity(85);
}  @font-face {
font-family: 'Open Sans';
src: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/OpenSans-Light.woff2) format('woff2'),
url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/OpenSans-Light.woff) format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Jenna Sue';
src: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/JennaSue.woff2) format('woff2'),
url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/JennaSue.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Le Super Serif';
src: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/LeSuperSerif-SemiBold.woff2) format('woff2'),
url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/LeSuperSerif-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Sedgwick';
src: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/sedgwickave-regular-webfont.woff2) format('woff2'),
url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/sedgwickave-regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Poiret One';
src: url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/PoiretOne-Regular.woff2) format('woff2'),
url(//studio43salonandspamuskoka.ca/wp-content/themes/studio-43/fonts/PoiretOne-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} @media only screen and (max-width:1199px) {}
@media only screen and (max-width:991px) {
.logo-img {
top: -25px;
height: 40px;
}
}
@media only screen and (max-width:768px) {
.bx-viewport {
height: 700px !important;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
min-height: 700px;
width: auto;
}
.fl-slide-text, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
font-size: 2.9vw !important;
line-height: 1.3 !important;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
font-size: 6vw !important;
line-height: 1 !important;
}
.fl-module.scissors .fl-module-content.fl-node-content {
margin: -35px 0 0 0;
}
.scissors .fl-photo img {
width: auto;
height: 75px;
}
.fl-slide-content {
background-color: rgba(var(--black-dark), 0.7) !important;
box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.84);
}
.fl-slide-title {
margin-top: 0px !important;
} .fl-cta-inline .fl-cta-text {
width: 100%;
}
.fl-cta-inline .fl-cta-button {
width: 100%;
padding-left: 0;
}
}
@media only screen and (min-width: 768px) {
.fl-content-slider-navigation .slider-next {
right: 55px;
}
.fl-content-slider-navigation .slider-prev {
left: 55px;
}
}
@media only screen and (max-width:767px) {
.footer {
padding: 20px 20px 50px 20px;
}
.at-share-dock.atss {
box-shadow: 0px -4px 10px -2px rgba(0,0,0,.4) !important;
border-top: 1px solid rgba(58, 58, 58, .5);
}
.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
opacity: .8;
filter: opacity(80);
}
body.home h1.fl-slide-title { }
.fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu, .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu {
-webkit-filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
}
.fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect, .fl-menu .fl-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
fill: rgb(var(--brand-dark));
}
.fl-rich-text img[class*=wp-image] {
float: none;
margin: 0 0 15px 0;
width: 100%;
}
.bx-viewport {
height: 600px !important;
}
.fl-slide-text, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
font-size: 4.1vw !important;
line-height: 1.3 !important;
}
.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title {
font-size: 9vw !important;
line-height: 1 !important;
}
.modal-lg {
width: auto !important;
}
#offcanvas {
display: inline-block;
} .menu-close {
font-size: 1.2em;
}
.offcanvas-header {
height: 62px;
background: rgba(var(--black-dark),0.5);
border-top-left-radius: 6px;
box-shadow: inset 0px -15px 25px -5px rgba(0,0,0,0.2), 0px 2px 20px -4px rgba(0, 0, 0, 0.7);
border-bottom: 4px solid rgb(var(--brand-dark));
}
.mobile-menu-logo {
height: 84px;
width: auto;
-webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .9));
filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .9));
}
.offcanvas-footer {
height: 104px;
padding: 10px;
text-align: center;
background: rgba(var(--black-dark),0.5);
border-bottom-left-radius: 6px;
box-shadow: inset 0px 15px 25px -5px rgba(0,0,0,0.2), 0px -2px 20px -4px rgba(0, 0, 0, 0.7);
border-top: 4px solid rgb(var(--brand-dark));
}
.mobile-show {
display: inline-block;
}
.navbar-nav {
margin: 0;
}
.offcanvas-overflow {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
overflow: hidden;
background-color: rgba(var(--black-dark), .9);
}
.nav>li {
position: relative;
display: inline-block;
}
.navbar-nav>li {
float: none;
height: auto;
margin: 0;
display: block;
}
.navbar-nav>li:last-child {
margin: 0;
}
nav.navbar .container {
position: relative;
}
.navbar-collapse.collapse {
display: none !important;
}
.navbar-collapse.collapse.in {
display: block !important;
}
.navbar-header .collapse,
.navbar-toggle {
display: block !important;
}
.navbar-header {
float: none;
}
.navbar-nav>li>a {
height: auto !important;
line-height: 1.2em !important;
padding: 10px 30px !important;
text-align: left !important;
margin: 0 !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: rgba(255, 255, 255, .05);
border-color: transparent;
}
.nav>li.current_page_item>a {
background-color: rgba(255, 255, 255, .1);
position: relative;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: rgba(var(--brand-dark));
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
position: relative;
outline: 0;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
color: rgba(var(--brand-light));
text-decoration: none;
background-color: rgba(255, 255, 255, .05);
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {}
.nav>li>a:focus,
.nav>li>a:hover {}
.nav>li.current-menu-item>a {}
.navbar-nav .dropdown-menu,
.navbar-nav .open .dropdown-menu {
position: relative !important;
right: 0 !important;
left: auto !important;
float: none !important;
width: auto !important;
margin-top: 0 !important;
border: 0 !important;
min-width: 100% !important;
left: 0px !important;
text-align: left !important;
background-color: rgba(0,0,0,.2) !important;
background-image: none !important;
z-index: 9 !important;
border-bottom: 0px solid rgba(0, 0, 0, .2) !important;
border-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
box-shadow: none !important;
-webkit-transition: all .25s ease-in-out !important;
transition: all .25s ease-in-out !important;
}
.navbar-nav .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu>li>a {
line-height: 20px !important;
padding: 7px 30px !important;
font-size: 0.85em;
}
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu>li>a:hover {}
.dropdown .dropdown-menu {
-webkit-transition: all 0.4s ease-in-out !important;
-moz-transition: all 0.4s ease-in-out !important;
-ms-transition: all 0.4s ease-in-out !important;
-o-transition: all 0.4s ease-in-out !important;
transition: all 0.4s ease-in-out !important;
padding: 0 !important;
max-height: 0 !important;
display: block !important;
overflow: hidden !important;
opacity: 0 !important;
}
.dropdown-menu>.active>a {}
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {}
.dropdown.open .dropdown-menu {
max-height: 600px !important;
opacity: 1 !important;
}
nav.navbar {
margin-left: 0px !important;
margin-right: 0px !important;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {}
.dropdown-menu {
position: absolute;
top: 0;
}
.dropdown-menu li {
position: relative;
}
#menu-main-navigation li,
#menu-contact-menu li {
position: relative;
}
.nav>li>a:before,
.nav>li>a:before {}
.nav>li>a:focus:before,
.nav>li>a:hover:before {}
.nav>li.current-menu-ancestor>a:before,
.nav>li.current-menu-item>a:before {
content: "";
position: absolute;
top: 0;
margin: auto;
left: 0;
right: auto;
bottom: 0;
height: auto;
width: 4px;
background-color: rgb(var(--brand-dark));
}
.navbar-nav>li.current-menu-ancestor.dropdown.open:before {
content: "";
position: absolute;
top: 0;
margin: auto;
left: 0;
right: auto;
bottom: auto;
height: auto;
width: 4px;
height: 39px;
background-color: rgb(var(--brand-dark));
}
.navbar-nav .open .dropdown-menu>li {
position: relative;
}
.navbar-nav .open .dropdown-menu>li.current_page_item>a:before {
content: "";
position: absolute;
top: 0;
margin: auto;
left: 0;
right: auto;
bottom: 0;
height: auto;
width: 4px;
background-color: rgb(var(--brand-dark));
}
#menu-main-navigation {
top: 0;
z-index: -1;
background-color: rgba(40, 55, 57, .9);
text-align: right;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} #menu-main-navigation,
#menu-contact-menu {
text-align: left;
margin: 0px auto !important;
float: none !important;
padding-left: 0;
padding-right: 0;
padding-bottom: 10px;
background-color: rgba(0, 0, 0, .85);
}
#offcanvas-menu-scroll {
width: 280px;
}
#offcanvas-menu-scroll #social-links {
margin: 0 !important;
padding: 5px !important;
text-align: center;
width: 100%;
display: block;
}
#offcanvas-menu-scroll #social-links a {
font-size: 2.1em;
margin:5px;
}
#offcanvas-menu-scroll #social-links li {
display: inline-block;
}
.navbar-toggle {
display: inline-block;
float: right;
}
#extra-menu {
display: none;
}
#menu-button {
display: inline-block;
}
}
@media only screen and (max-width:575px) {
.logo-img {
top: -25px;
height: 40px;
}
.bx-viewport {
height: 550px !important;
}
.fl-slide-text, .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
font-size: 16px !important;
line-height: 1.3 !important;
}
}
@media only screen and (max-width:375px) {
.bx-viewport {
height: 500px !important;
}
}
@media only screen and (max-width:320px) {
.bx-viewport {
height: 450px !important;
}
.logo-img {
top: -22px;
height: 35px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {} :focus {
box-shadow: none !important;
outline: 0 !important;
}
::selection {
background: #04A4CC;
color: #FFF;
text-shadow: none;
}
::-webkit-selection {
background: #04A4CC;
color: #FFF;
text-shadow: none;
}
::-moz-selection {
background: #04A4CC;
color: #FFF;
text-shadow: none;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #FFF;
border: 1px solid #F0F0F0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {} @media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}