/* 
Theme Name: Fusion : Rise Rooftop
Theme URI: http://agencydominion.com
Description: A Fusion Child theme for Rise Rooftop
Author: Agency Dominion
Template: fusion-base
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-rise-rooftop
*/

.color-scheme-2	{
    background: #f6f6f6;
    color:#000000;
}
.color-scheme-3	{
    background: #5c003b;
}
h1,
.h1,
h2,
.h2 {
    text-transform:uppercase;
    line-height:1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3	{
    margin-top:20px;
    margin-bottom:20px;
}

@media (min-width: 768px) {
    body  {
        font-size:18px;
    }
    h1,
    .h1	{
        font-size:62px;
    }
    h2,
    .h2	{
        font-size:52px;
    }
    h3,
    .h3	{
        font-size:26px;
    }
}

a:not(.btn)	{
    color:#f6f6f6;
    text-decoration:underline;
}
a:not(.btn):focus,
a:not(.btn):hover	{
    color:#ffffff;
}
.color-scheme-2 a:not(.btn)	{
    color:#5c003b;
}
.color-scheme-2 a:not(.btn):focus,
.color-scheme-2 a:not(.btn):hover	{
    color:#48002e;
}
a:focus,
button:focus,
.btn:focus{
    outline-color:#5c003b;
}

/**
* Buttons
*/

.btn	{
    font-family: 'Play', sans-serif;
    overflow:hidden;
    position:relative;
    z-index:1;
    font-size:16px;
    line-height:1.25;
    text-transform:lowercase;
    white-space: normal;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.btn.btn-sm {
    font-size:14px;
    line-height:1.42857143;
}
.btn-link {
    padding-left:0;
    padding-right:0;
}
.btn-default::before,
.btn-primary::before  {
    content:'';
    position:absolute;
    top:-2px;
    right:-155%;
    bottom:-2px;
    left:-25%;
    transform: translateX(-50%) skewX(30deg);
    z-index:-1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-default::before    {
    background: linear-gradient(to right, #f6f6f6 50%, transparent 50%);
}
.btn-primary::before    {
    background: linear-gradient(to right, #aa0014 50%, #cb0b21 50%);
}
.color-scheme-2 .btn-default::before    {
    background: linear-gradient(to right, #000000 50%, transparent 50%);
}
.color-scheme-2 .btn-primary::before    {
    background: linear-gradient(to right, #aa0014 50%, #cb0b21 50%);
}
.btn-default:focus::before,
.btn-primary:focus::before,
.btn-default:hover::before,
.btn-primary:hover::before {
    transform: translateX(0) skewX(30deg);
}
.btn-link::before  {
    content:'';
    display:block;
    width:100%;
    height:2px;
    position:absolute;
    bottom:16px;
    left:0;
    background:#f6f6f6;
    transform:scaleX(0);
    transform-origin: left;
    transition:transform 0.6s;
}
.color-scheme-2 .btn-link::before  {
    background:#000000;
}
.btn-link:focus::before,
.btn-link:hover::before  {
    transform:scaleX(1);
}

@keyframes buttonDraw {
  from {
    transform:scaleX(0);
  }
  to {
    transform:scaleX(1);
  }
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus:active,
.btn-default.active {
    background-color: transparent;
    border-color:#f6f6f6;
    color:#000000;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active {
    background-color:#cb0b21;
    border-color: #aa0014;
}
.btn-link,
.btn-link:focus,
.btn-link.focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus:active,
.btn-link.active {
    color: #f6f6f6;
    text-decoration:none;
}

.color-scheme-2 .btn-default {
    color:#000000;
    border-color:rgba(0, 0, 0, 0.1);
}
.color-scheme-2 .btn-default:focus,
.color-scheme-2 .btn-default.focus,
.color-scheme-2 .btn-default:hover,
.color-scheme-2 .btn-default:active,
.color-scheme-2 .btn-default:focus:active,
.color-scheme-2 .btn-default.active {
    color:#f6f6f6;
    border-color:#000000;
}
.color-scheme-2 .btn-link {
    color: #000000;
    text-decoration: none;
    border-color:transparent;
}
.color-scheme-2 .btn-link:hover,
.color-scheme-2 .btn-link:focus,
.color-scheme-2 .btn-link:active {
    color: #000000;
}
.color-scheme-2 .btn-link[disabled]:hover,
.color-scheme-2 fieldset[disabled] .btn-link:hover,
.color-scheme-2 .btn-link[disabled]:focus,
.color-scheme-2 fieldset[disabled] .btn-link:focus {
    color: #000000;
}

/**
* Forms
*/

label {
    font-weight: 400;
}
.form-control	{
    line-height:1.25;
    box-shadow:none;
    padding-left:12px;
    padding-right:12px;
}
.form-control:focus {
    box-shadow:none;
    background: #ffffff;
}
select.form-control	{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background:url('images/icons/dark/chevron-down.svg') no-repeat 97% center;
    background-size:16px 16px;
}
select.form-control::-ms-expand, .form-control::-ms-clear {
    display:none;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #e69a39;
}
span.wpcf7-not-valid-tip    {
    color:#B30000;
}

/**
* Dividers
*/

.fsn-divider hr,
.fsn-site-map hr	{
    border-top-color:rgba(255, 255, 255, 0.2);
}
.fsn-divider-vertical,
.fsn-site-map hr	{
    background:rgba(255, 255, 255, 0.2);
}
.color-scheme-2 .fsn-divider hr	{
    border-top-color:rgba(0, 0, 0, 0.1);
}
.color-scheme-2 .fsn-divider-vertical	{
    background:rgba(0, 0, 0, 0.1);
}

/**
* List Markers
*/

.fsn-text ul li,
.fsn-site-map ul li {
    list-style-type: none;
    position:relative;
    padding:6px 0;
}
.fsn-text ul li:before,
.fsn-site-map ul li:before {
    content: '';
    display: block;
    width:8px;
    height:8px;
    border-style: solid;
    border-color:#f6f6f6;
    border-width: 0 2px 2px 0;
    margin-top: 12px;
    position: absolute;
    left: -24px;
    -ms-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}
.color-scheme-2 .fsn-text ul li:before,
.color-scheme-2 .fsn-site-map ul li:before {
    border-color:#000000;
}

/**
* Images
*/

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

/**
* Tabs
*/

.fsn-tabs-container .nav.nav-tabs > li > a:focus,
.fsn-tabs-container .nav.nav-tabs > li.active > a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.nav.nav-tabs > li > a	{
    font-family: 'Play', sans-serif;
    font-weight:400;
    text-transform:lowercase;
}

@media (max-width: 767px) {
    .nav.nav-tabs	{
        margin: 0 auto 40px;
        background:rgba(255, 255, 255, 0.1);
    }
    .nav.nav-tabs > li  {
        text-align:left;
    }
    .nav.nav-tabs > li.expanded	{
        border-top-color:rgba(0, 0, 0, 0.05);
    }
    .nav.nav-tabs > li > a	{
        background:transparent;
        font-size:18px;
        color:#ffffff;
        font-weight:400;
        padding-left:20px;
        padding-right:20px;
    }
    .nav.nav-tabs > li > a:focus,
    .nav.nav-tabs > li > a:hover	{
        color:#ffffff;
    }
    .nav.nav-tabs > li.active	{
        background:#fcfcfb;
    }
    .nav.nav-tabs > li.active a,
    .nav.nav-tabs > li.active a:focus,
    .nav.nav-tabs > li.active a:hover {
        color:#0e0e0e;
    }
    .nav.nav-tabs > li.active > a:after {
        border:0;
        width:18px;
        height:18px;
        top:50%;
        right:15px;
        margin-top:-9px;
        background:url('images/icons/dark/chevron-down.svg') no-repeat center center;
        background-size:18px 18px;
    }
    .nav.nav-tabs > li.active.open-tab > a:after  {
        top:50%;
        background-image:url('images/icons/dark/chevron-up.svg');
    }
}

@media (min-width: 768px) {
    .nav.nav-tabs	{
        display:flex;
        margin: 0 auto 100px;
        padding:23px 0;
        border:none;
        border-top:1px solid rgba(255, 255, 255, 0.3);
        border-bottom:1px solid rgba(255, 255, 255, 0.3);
    }
    .nav.nav-tabs > li	{
        display:inline-block;
        float:none;
        line-height:0;
        margin:0;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        flex-grow:1;
    }
    .nav.nav-tabs > li:first-child	{
        border-left:0;
    }
    .nav.nav-tabs>li>a	{
        border:none;
        border-radius:0;
        margin:0;
        padding:20px 36px;
        font-size:32px;
        line-height:1;
        text-align:center;
        color:#f6f6f6;
        transition:all 0.3s;
    }
    .nav.nav-tabs>li>a:focus,
    .nav.nav-tabs>li>a:hover	{
        background:rgba(255, 255, 255, 0.05);
        color:#ffffff;
    }
    .nav.nav-tabs>li>a:after	{
        content:'';
        display:block;
        width:30px;
        height:4px;
        background:#f2122d;
        position:absolute;
        left:50%;
        margin-left:-15px;
        bottom:-23px;
        opacity:0;
        transition:opacity 0.3s;
    }
    .nav.nav-tabs>li.active>a:after {
        opacity:1;
    }
    .nav.nav-tabs>li.active>a,
    .nav.nav-tabs>li.active>a:hover,
    .nav.nav-tabs>li.active>a:focus	{
        background:transparent;
        border:none;
        color:#f6f6f6;
    }
}

/**
* Menu : Simple
*/

.fsn-menu.simple .navbar-nav>li>a  {
    font-family: 'Play', sans-serif;
    font-weight: 400;
    text-transform:lowercase;
}
.current-menu-item > a,
.current-cat > a,
.current-filter > a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .fsn-menu.simple .menu-container .navbar-header {
        height:60px;
    }
    .fsn-menu.simple .navbar-btn    {
        display:none !important;
    }
    .fsn-menu.simple .navbar-brand.brand-image img  {
        height:50px;
    }
    .fsn-menu.simple .navbar-brand  {
        height:50px;
        margin-top:5px;
        margin-bottom:5px;
    }
    .fsn-menu.simple .navbar-toggle    {
        left:auto;
        right:-12px;
        margin-top:12px;
        margin-bottom:12px;
        border-color:transparent;
    }
    .fsn-menu.simple .navbar-toggle .material-icons {
        display:none;
    }
    .fsn-menu.simple .navbar-toggle .icon-collapsed {
        width:24px;
        height:24px;
        background:url('images/icons/light/menu.svg') no-repeat;
        background-size:24px 24px;
    }
    .fsn-menu.simple .navbar-toggle .icon-collapse {
        width:24px;
        height:24px;
        background:url('images/icons/light/x.svg') no-repeat;
        background-size:24px 24px;
    }
    .fsn-menu.simple .navbar-nav    {
        text-align:center;
        margin:50px 0 60px;
    }
}

@media (min-width: 768px) {
    .fsn-menu.simple .menu-container    {
        padding:15px 28px;
    }
    .fsn-menu.simple .menu-container > .container-fluid > .row  {
        display:flex;
    }
    .fsn-menu.simple .col-sm-9,
    .fsn-menu.simple .col-sm-3 {
        width:auto;
    }
    .fsn-menu.simple .col-sm-9  {
        flex-grow:1;
    }
    .fsn-menu.simple .menu-container .brand {
        padding-right:0;
        margin-right:0;
        border-right:0;
        margin-top:4px;
    }
    .fsn-menu.simple .brand > a {
        line-height:1;
        display:block;
    }
    .fsn-menu.simple .menu-container .menu  {
        float:right;
        margin-right:8px;
    }
    .fsn-menu.simple .navbar  {
        min-height:0;
    }
    .fsn-menu.simple .navbar-nav>li>a  {
        padding:25px 10px;
        font-size:16px;
        line-height:1.25;
    }
    .fsn-menu.simple .fsn-column-inner.button   {
        height:auto;
        line-height:1;
    }
}

/**
* Masthead
*/

.fsn-masthead .flex-control-nav {
    display:none;
}
.fsn-masthead .flex-direction-nav {
    position:absolute;
    bottom:48px;
    width:100px;
    height:38px;
    margin-left:-50px;
}
.fsn-masthead .flex-direction-nav a {
    width:50px;
    height:38px;
    border:0;
    background:transparent;
    border-radius:0;
    margin-top:0;
    top:0;
    opacity:0.9;
}
.fsn-masthead .flex-direction-nav .flex-prev,
.fsn-masthead .masthead-slider:hover .flex-direction-nav .flex-prev  {
    left:0;
}
.fsn-masthead .flex-direction-nav .flex-next,
.fsn-masthead .masthead-slider:hover .flex-direction-nav .flex-next  {
    right:0;
}
.fsn-masthead .flex-direction-nav a.flex-prev:before  {
    width:50px;
    height:38px;
    background-image:url('images/icons/light/arrow-left.svg');
    background-position:left center;
    background-size:32px 32px;
}
.fsn-masthead .flex-direction-nav a.flex-next:before  {
    width:50px;
    height:38px;
    background-image:url('images/icons/light/arrow-right.svg');
    background-position:right center;
    background-size:32px 32px;
}
.fsn-masthead .flex-direction-nav a.flex-prev:after,
.fsn-masthead .flex-direction-nav a.flex-next:after  {
    display:none;
}
.fsn-masthead .masthead-item-video-pause  {
    width:36px;
    height:36px;
    bottom:25px;
    left:auto;
    right:15px;
    background:url('images/icons/light/pause-circle.svg') no-repeat center center;
    background-size:32px 32px;
}
.fsn-masthead .masthead-item-video-pause.paused  {
    background:url('images/icons/light/play-circle.svg') no-repeat center center;
    background-size:32px 32px;
}

@media (max-width:767px)    {
    .fsn-masthead .masthead-custom  {
        height:500px !important;
        min-height:0 !important;
    }
    .fsn-masthead .masthead-large  {
        height:350px !important;
    }
}

@keyframes fadeInOut {
    from {
        opacity:1;
    }

    50% {
        opacity:0.3;
    }

    to {
        opacity:1;
    }
}

/**
* Masthead : Split
*/

.fsn-masthead.split, .fsn-masthead.split .masthead-item {
    background: linear-gradient(219deg, rgba(191,0,22,1) 0%, rgba(84,1,105,1) 82%);
}
.fsn-masthead .masthead-item-content    {
    color:#0e0e0e;
    text-align:center;
}
.fsn-masthead .masthead-item-headline,
.fsn-masthead .masthead-item-subheadline {
    font-family: 'Play', sans-serif;
    font-weight:400;
    line-height: 1;
}
.fsn-masthead .masthead-item-headline   {
    font-size: 40px;
}
.fsn-masthead .masthead-item-subheadline    {
    font-size:24px;
}
.fsn-masthead .masthead-item-logo   {
    display:block;
    margin:auto;
}

@media (max-width:767px)    {
    .fsn-masthead.split .masthead-item-content {
        padding: 50px 30px 60px;
    }
    .fsn-masthead.split .masthead-item-media    {
        padding-bottom:100%;
    }
    .fsn-masthead .masthead-item-logo   {
        max-width:72%;
    }
}

@media (min-width:768px)    {
    .fsn-masthead.split .masthead-item-media    {
        right:auto;
        left:0;
    }
    .fsn-masthead.split .masthead-item-content  {
        margin-left:50%;
    }
    .fsn-masthead .masthead-item-headline   {
        font-size:66px;
    }
    .fsn-masthead .masthead-item-subheadline    {
        font-size:28px;
    }
}

/**
* Introduction
*/

#introduction   {
    text-align:center;
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width:768px)    {
    #introduction   {
        text-align:center;
        padding-top:100px;
        padding-bottom:100px;
    }    
}

/**
* Card
*/

.fsn-card .card-image {
    display:block;
    position:relative;
    overflow:hidden;
}
.fsn-card .card-image img {
    transform:scale3d(1, 1, 1);
    transition:transform .3s ease;
}
.fsn-card .card-image a:focus img,
.fsn-card .card-image a:hover img {
    transform:scale3d(1.1,1.1,1);
    transform-origin:50% 50%;
}
.fsn-card .card-image a:after	{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0, 0, 0, 0.2);
    opacity:0;
    transition:opacity 0.3s;
}
.fsn-card .card-image a:focus:after,
.fsn-card .card-image a:hover:after	{
    opacity:1;
}

@media (min-width:768px)    {
    .card-grid  {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
}

/**
* Card : Basic
*/

.fsn-card.basic .card-content {
    padding: 30px 20px 30px;
    text-align:center;
}

/**
* Photoswipe
*/

.pswp__bg {
    background-color:rgba(0, 0, 0, 0.9);
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #5c003b;
}
.pswp__caption__center  {
    color:#fff;
    text-align:center;
    font-size:16px;
}
.pswp__counter {
    opacity: 1;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right	{
    width:60px;
    height:60px;
    margin-top:-30px;
    text-shadow:none;
    border-radius:50%;
    opacity: 0.9;
    background:#ffffff !important;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right  {
    -moz-transition:background-color 0.3s;
    -webkit-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
.pswp__button--arrow--left  {
    left:15px;
}
.pswp__button--arrow--right  {
    right:15px;
}
.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    opacity: 1;
    background:#ffffff !important;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before	{
    content:'';
    display:block;
    text-shadow:none;
    width:60px;
    height:60px;
    position:absolute;
    top:0;
    left:0;
}
.pswp--svg .pswp__button--arrow--left:before	{
    content:'';
    background:url('images/icons/dark/arrow-left.svg') no-repeat center center;
    background-size:32px 32px;
}
.pswp--svg .pswp__button--arrow--right:before	{
    content:'';
    background:url('images/icons/dark/arrow-right.svg') no-repeat center center;
    background-size:32px 32px;
}

/**
* Flexslider
*/

.flex-direction-nav a	{
    width:48px;
    height:48px;
    margin-top:-24px;
    text-shadow:none;
    opacity:1;
    border-radius:50%;
    border:0;
    background:#fff;
    color:#000;
}
.flex-direction-nav a:hover	{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.06);
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before	{
    content:'';
    display:block;
    width:48px;
    height:48px;
}
.flex-direction-nav a:after	{
    text-shadow:none;
    width:48px;
    height:48px;
    position:absolute;
    top:0;
    left:0;
}
.flex-direction-nav a.flex-prev:after	{
    content:'';
    background:url('images/icons/dark/arrow-left.svg') no-repeat center center;
    background-size:32px 32px;
}
.flex-direction-nav a.flex-next:after	{
    content:'';
    background:url('images/icons/dark/arrow-right.svg') no-repeat center center;
    background-size:32px 32px;
}
.flex-direction-nav .flex-prev	{
    left:0px;
}
.flexslider:hover .flex-direction-nav .flex-prev	{
    left:0px;
}
.flex-direction-nav .flex-next	{
    right:0px;
}
.flexslider:hover .flex-direction-nav .flex-next	{
    right:0px;
}

@media (max-width: 767px) {
    .flex-direction-nav {
        width:144px;
        height:48px;
        position:absolute;
        bottom:20px;
        left:50%;
        margin-left:-72px;
    }
    .flex-direction-nav a	{
        top:0;
        margin-top:0;
        opacity:1;
    }
}

@media (min-width: 768px) {
    .flex-direction-nav a	{
        width:68px;
        height:68px;
        margin-top:-34px;
    }
    .flex-direction-nav a.flex-prev:before,
    .flex-direction-nav a.flex-next:before	{
        width:68px;
        height:74px;
    }
    .flex-direction-nav a:after	{
        width:68px;
        height:68px;
    }
}

/**
* Gallery : Strip
*/

.strip-slider .flex-direction-nav a {
    opacity: 1;
}
.strip-slider .flex-direction-nav a:hover {
    opacity: 1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
}

/**
* Gallery : Instagram
*/

.fsn-instagram-gallery .instagram-item {
    display:block;
    position:relative;
    overflow:hidden;
    background: #f6f6f6;
}
.fsn-instagram-gallery .instagram-image {
    width:100%;
    margin-left:0;
}
.fsn-instagram-gallery .instagram-image:focus,
.fsn-instagram-gallery .instagram-image:hover {
    opacity:1;
}
.fsn-instagram-gallery .instagram-image:before	{
    content:'';
    display:block;
    width:24px;
    height:24px;
    position:absolute;
    bottom:8px;
    left:8px;
    background:url('images/icons/light/social-instagram.svg') no-repeat;
    background-size:contain;
    z-index:2;
}
.fsn-instagram-gallery .instagram-image:after	{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    background:rgba(0, 0, 0, 0.2);
    opacity:0;
    transition:opacity 0.3s;
}
.fsn-instagram-gallery .instagram-image:focus:after,
.fsn-instagram-gallery .instagram-image:hover:after	{
    opacity:1;
}

@media (min-width:768px)    {
    .fsn-instagram-gallery .instagram-image:before	{
        content:'';
        display:block;
        width:24px;
        height:24px;
        position:absolute;
        bottom:12px;
        left:12px;
        background:url('images/icons/light/social-instagram.svg') no-repeat;
        background-size:contain;
        z-index:2;
    }
}

/**
* Menu : Inline : Social
*/

.fsn-menu.inline.social .list-inline>li>a,
.fsn-menu.inline.social .list-inline>li>button  {
    display:block;
    width:68px;
    height:68px;
    padding:0;
    text-align:center;
    line-height:1;
    border-radius:34px;
    transition:all 0.3s;
    position:relative;
    overflow:hidden;
}
.fsn-menu.inline.social .list-inline {
    margin-left:-6px;
    margin-right:-6px;
}
.fsn-menu.inline.social .list-inline > li  {
    padding-left:6px;
    padding-right:6px;
}
.fsn-menu.inline.social a svg .icon-circle-1  {
    fill:none;
    stroke: rgba(255, 255, 255, 0.3);
}
.fsn-menu.inline.social a svg .icon-circle-2  {
    fill:none;
    stroke:#ffffff;
    stroke-dashoffset: 210;
    stroke-dasharray: 210;
    transition: all .4s linear;
    transform-origin: center;
}
.fsn-menu.inline.social a:hover svg .icon-circle-2  {
    stroke-dashoffset: 0;
    transition: all .6s linear;
}
.fsn-menu.inline.social .list-inline > li.facebook > a:after  {
    content:'';
    display:block;
    width:68px;
    height:68px;
    position:absolute;
    top:0;
    left:0;
    background:url('images/icons/light/social-facebook.svg') no-repeat center center;
    background-size:10px 20px;
}
.fsn-menu.inline.social .list-inline > li.instagram > a:after  {
    content:'';
    display:block;
    width:68px;
    height:68px;
    position:absolute;
    top:0;
    left:0;
    background:url('images/icons/light/social-instagram.svg') no-repeat center center;
    background-size:20px 20px;
}
.fsn-menu.inline.social .list-inline > li.back-to-top > a:after  {
    content:'';
    display:block;
    width:68px;
    height:68px;
    position:absolute;
    top:0;
    left:0;
    background:url('images/icons/light/arrow-up.svg') no-repeat center center;
    background-size:32px 32px;
}

@media (max-width: 767px) {
    .fsn-menu.inline.social .list-inline > li  {
        display:inline-block;
    }
}

/**
 * Menu : WP Custom
 */

.fsn-menu.wp_custom a   {
    text-decoration:none;
    transition:color 0.3s;
}
.fsn-menu.wp_custom a:focus,
.fsn-menu.wp_custom a:hover {
    text-decoration:underline;
}

@media (max-width: 767px) {
  .fsn-menu.wp_custom li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .fsn-menu.wp_custom li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .fsn-menu.wp_custom a {
    display:block;
    padding:12px 0;
  }
}


/**
* Menu : Mobile Footer
*/

@media (max-width: 767px) {
    .fsn-menu.mobile_footer {
        background: #cb0b21;
        box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
        width:auto;
        bottom:25px;
        left:15px;
        right:15px;
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        transition:all 0.3s;
    }
    .fsn-menu.mobile_footer.in {
        opacity:1;
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        transition:all 0.3s;
    }
    .fsn-menu.mobile_footer ul  {
        margin-left:0;
    }
    .fsn-menu.mobile_footer ul li  {
        display:block;
    }
    .mobile-footer a,
    .mobile-footer button  {
        display:block;
        width:100%;
        position:relative;
        font-family: 'Play', sans-serif;
        font-weight:400;
        font-style:normal;
        font-weight:400;
        font-size:16px;
        line-height:20px;
        color:#f6f6f6;
        text-decoration:none;
        border:0;
        text-transform:lowercase;
        text-align:center;
        margin:0;
        padding:15px 30px;
    }
    .mobile-footer a:focus,
    .mobile-footer a:hover,
    .mobile-footer button:focus,
    .mobile-footer button:hover  {
        color:#f6f6f6;
    }
    #mobile-back-to-top {
        display:none !important;
    }
}

/**
* Notifications : Modal
*/

.fsn-notifications.modal_window .notifications-modal-controls	{
    background:#5c003b;
}
.fsn-notifications.modal_window .notification-modal-title {
    display:block;
    margin-top:20px;
    margin-bottom:10px;
}
.fsn-notifications.modal_window .notifications-modal-controls .flex-direction-nav .flex-nav-prev	{
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.modal_window .notifications-modal-controls .flex-direction-nav .flex-nav-next	{
    border-left-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.modal_window .flex-direction-nav .flex-prev,
.fsn-notifications.modal_window .flex-direction-nav .flex-next  {
    background-image:none !important;
    border-radius:0;
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-prev:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-left.svg');
}
.fsn-notifications.modal_window .flex-direction-nav a.flex-next:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-right.svg');
}
.fsn-notifications.modal_window .notifications-modal-items .close	{
    background-image:url('images/icons/light/x.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px 32px;
}
.fsn-notifications.modal_window .notifications-modal-items .close .material-icons {
    display:none;
}

@media (max-width: 767px) {
    .fsn-notifications.modal_window .notifications-modal-controls .flex-direction-nav {
        width:auto;
        height:70px;
        position:relative;
        margin:0;
        bottom:auto;
        left:auto;
    }
}

/**
* Notification : Popover/Cookie
*/

.fsn-row.notification-container .col-sm-12  {
    min-height:0;
}
.fsn-notifications.notifications-popover  {
    border-radius: 0;
    font-size:14px;
}
.notifications-popover .notification-content  {
    text-align:center;
    padding:10px 15px;
}
.notifications-popover .notification-content .btn  {
    margin-top:15px;
}
.notifications-popover .notification-content .h3    {
    margin-top:0;
}
.fsn-notifications.notifications-popover .popover-close	{
    width:48px;
    height:48px;
    background:url('images/icons/dark/x.svg') no-repeat center center;
    background-size:32px 32px;
    opacity:0.7;
    -moz-transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    transition:opacity 0.3s;
}
.fsn-notifications.notifications-popover .popover-close .material-icons {
    display:none;
}
.fsn-notifications.notifications-popover .popover-close:focus,
.fsn-notifications.notifications-popover .popover-close:hover	{
    opacity:1;
}

@media (min-width: 768px) {
    .fsn-notifications.notifications-popover  {
        width:480px;
        font-size:16px;
        right:auto;
        left:40px;
    }
}

/**
* Notifications : Bar Inline
*/

.fsn-notifications.bar_inline	{
    background:#5c003b;
}
.fsn-notifications.bar_inline h5	{
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar_inline .notifications-bar-inline-controls .flex-direction-nav .flex-nav-prev	{
    border-left-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar_inline .notifications-bar-inline-controls .flex-direction-nav .flex-nav-next	{
    border-left-color:rgba(255, 255, 255, 0.1);
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar_inline .flex-direction-nav .flex-prev,
.fsn-notifications.bar_inline .flex-direction-nav .flex-next  {
    background-image:none !important;
    border-radius:0;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-prev:before,
.fsn-notifications.bar_inline .flex-direction-nav a.flex-next:before {
    width:70px;
    height:70px;
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-prev:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-left.svg');
}
.fsn-notifications.bar_inline .flex-direction-nav a.flex-next:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-right.svg');
}
.fsn-notifications.bar_inline .notifications-bar-inline-close	{
    background-image:url('images/icons/light/x.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px 32px;
}
.fsn-notifications.bar_inline .notifications-bar-inline-close .close .material-icons {
    display:none;
}

/**
* Notifications : Bar
*/

.fsn-notifications.bar	{
    background:#5c003b;
}
.fsn-notifications.bar h5	{
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-prev	{
    border-left-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-next	{
    border-left-color:rgba(255, 255, 255, 0.1);
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.bar .flex-direction-nav .flex-prev,
.fsn-notifications.bar .flex-direction-nav .flex-next  {
    background-image:none !important;
    border-radius:0;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:before,
.fsn-notifications.bar .flex-direction-nav a.flex-next:before {
    width:70px;
    height:70px;
}
.fsn-notifications.bar .flex-direction-nav a.flex-prev:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-left.svg');
}
.fsn-notifications.bar .flex-direction-nav a.flex-next:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-right.svg');
}
.fsn-notifications.bar .notifications-bar-close	{
    background-image:url('images/icons/light/x.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px 32px;
}
.fsn-notifications.bar.putaway .notifications-bar-close {
    background-image:url('images/icons/light/plus.svg');
}
.fsn-notifications.bar .notifications-bar-close .close .material-icons {
    display:none;
}

/**
* Notifications : Floating Footer
*/

.fsn-notifications.floating_footer	{
    background:#5c003b;
}
.fsn-notifications.floating_footer h5	{
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-prev	{
    border-left-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-next	{
    border-left-color:rgba(255, 255, 255, 0.1);
    border-right-color:rgba(255, 255, 255, 0.1);
}
.fsn-notifications.floating_footer .flex-direction-nav .flex-prev,
.fsn-notifications.floating_footer .flex-direction-nav .flex-next  {
    background-image:none !important;
    border-radius:0;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:before,
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:before {
    width:70px;
    height:70px;
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-prev:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-left.svg');
}
.fsn-notifications.floating_footer .flex-direction-nav a.flex-next:after {
    width:100%;
    height:100%;
    background-image:url('images/icons/light/arrow-right.svg');
}
.fsn-notifications.floating_footer .notifications-floating-footer-close	{
    background-image:url('images/icons/light/x.svg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:32px 32px;
}
.fsn-notifications.floating_footer.putaway .notifications-floating-footer-close {
    background-image:url('images/icons/light/plus.svg');
}
.fsn-notifications.floating_footer .notifications-floating-footer-close .close .material-icons {
    display:none;
}

/**
* Modals
*/

.component.modal > .modal-component-inner	{
    margin:60px 15px;
    box-shadow:none;
    background:#f6f6f6;
}
.component.modal .close	{
    text-shadow:none;
    position:absolute;
    top:-24px;
    right:-24px;
    width:48px;
    height:48px;
    color:#000000;
    opacity:1;
    border-radius:50%;
    background:#fff url('images/icons/dark/x.svg') no-repeat center center;
    background-size:32px 32px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.06);
    overflow:hidden;
    font-weight:400;
    -moz-transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    transition:opacity 0.3s;
}
.component.modal .close .material-icons {
    display:none;
}
.component.modal .close:focus,
.component.modal .close:hover	{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.24);
    outline:none;
}

@media (min-width: 768px) {
    .component.modal .close	{
        opacity:1;
        top:-30px;
        right:-30px;
        width:60px;
        height:60px;
    }
    .component.modal > .modal-component-inner	{
        margin:100px auto 0;
        width:auto;
        max-width:700px;
    }
}

@media (min-width: 992px) {
    .component.modal > .modal-component-inner	{
        max-width:890px;
    }
}

@media (min-width: 1200px) {
    .component.modal > .modal-component-inner	{
        max-width:960px;
    }
}

/**
* Fixed Button
*/

@media (max-width: 767px) {
    #fixed-button {
        display:none;
    }
}

@media (min-width: 768px) {
    #fixed-button {
        position:fixed;
        bottom:40px;
        height:70px;
        width:auto;
        float:right;
        margin-right:40px;
        overflow:hidden;
        right:0;
        z-index:-1;
        opacity:0;
        transition:z-index 0s 0.75s, opacity 0s 0.75s;
    }
    #fixed-button.in {
        z-index:50;
        opacity:1;
        transition:z-index 0s, opacity 0s;
    }
    #fixed-button .btn {
        box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
        -ms-transform:translate3d(0, 100%, 0);
        -moz-transform:translate3d(0, 100%, 0);
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        transition: transform .75s cubic-bezier(.34,.615,.4,.985);
    }
    #fixed-button.in .btn {
        -ms-transform:translate3d(0, 0, 0);
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    }
    #fixed-button.stopped {
        display:none;
    }
}

/**
 * Advanced Animation : Modals
 */

 .modal-backdrop {
    display:none !important;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
    content:'';
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0;
    background-color:#5c003b;
    opacity:0.95;
}
.component.modal:before,
.fsn-notifications.modal_window .modal:before {
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.65,.025,.67,.36);
}
.component.modal.in:before,
.fsn-notifications.modal_window .modal.in:before {
    transform: scaleY(1);
    transition: transform .5s cubic-bezier(.34,.615,.4,.985);
}
.component.modal > .modal-component-inner,
.fsn-notifications.modal_window .modal-dialog	{
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity .3s cubic-bezier(.65,.025,.67,.36),transform .3s cubic-bezier(.65,.025,.67,.36);
}
.component.modal.in > .modal-component-inner,
.fsn-notifications.modal_window .modal.in .modal-dialog	{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s cubic-bezier(.34,.615,.4,.985) .5s,transform .8s cubic-bezier(.34,.615,.4,.985) 0.5s;
}
.component.modal .close,
.fsn-notifications.modal_window .notifications-modal-items .close	{
    opacity:0;
    -moz-transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    transition:opacity 0.3s;
}
.component.modal.in .close,
.fsn-notifications.modal_window .modal.in .notifications-modal-items .close  {
    opacity: 0.8;
    transition: opacity .8s cubic-bezier(.34,.615,.4,.985) .8s;
}
.component.modal .close:focus,
.component.modal .close:hover,
.fsn-notifications.modal_window .notifications-modal-items .close:focus,
.fsn-notifications.modal_window .notifications-modal-items .close:hover	{
    opacity:1;
}