:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

header,
main,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1,
h2 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

p {
    margin: 0 0 10px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-10,
.col-lg-2,
.col-md-10,
.col-md-2,
.col-sm-3,
.col-sm-9,
.col-xs-12,
.col-xs-4,
.col-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12,
.col-xs-4,
.col-xs-8 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

@media (min-width:768px) {

    .col-sm-3,
    .col-sm-9 {
        float: left
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-3 {
        width: 25%
    }
}

@media (min-width:992px) {

    .col-md-10,
    .col-md-2 {
        float: left
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }
}

@media (min-width:1200px) {

    .col-lg-10,
    .col-lg-2 {
        float: left
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}

.fade {
    opacity: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-body {
    position: relative;
    padding: 15px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.modal-header:after,
.nav:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(assets/wp-content/themes/custom-theme/fonts/fontawesome-webfont93e3.eot?v=4.4.0);
    src: url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-5x {
    font-size: 5em
}

.pull-right {
    float: right
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-close:before {
    content: "\f00d"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-spinner:before {
    content: "\f110"
}

@media screen {

    body,
    html {
        font-family: open_sansregular;
        font-size: 14px;
        overflow-x: hidden
    }

    h1,
    h2 {
        font-family: open_sansregular;
        font-weight: 400;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 0
    }

    h2~p:first-of-type {
        margin-top: 15px
    }

    p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 20px
    }

    p:first-of-type {
        margin-top: 0
    }

    p~ol {
        margin-top: 15px
    }

    ol,
    ul {
        margin: 0;
        padding: 0
    }

    ol~ol {
        margin-top: 15px
    }

    img {
        max-width: 100%;
        height: auto
    }

    a,
    img {
        display: inline-block
    }

    a {
        outline: none !important;
        text-decoration: none !important
    }

    textarea {
        resize: none
    }

    strong {
        font-family: open_sansbold
    }

    span {
        display: inline-block
    }
}

@media screen {
    .mobile-menu-btn {
        padding: 0 10px;
        border-radius: 5px
    }

    .mobile-menu-btn span {
        font-size: 24px;
        line-height: normal
    }

    .sidepanel {
        background-color: #000;
        left: -300px;
        bottom: 0;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        width: 300px;
        z-index: 999999
    }

    .sidepanel .header {
        border-bottom: 1px solid #fff;
        padding: 10px;
        text-align: right
    }

    .sidepanel .header .mobile-menu-btn {
        background: transparent;
        margin-top: 0
    }

    .sidepanel .header .mobile-menu-btn span {
        color: #fff;
        font-size: 16px
    }

    .sidepanel .menu {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    .sidepanel .menu>li {
        position: relative
    }

    .sidepanel .menu>li>a {
        padding: 5px 15px;
        font-size: 14px;
        color: #fff;
        width: 100%
    }
}

@media (min-width:1200px) {
    .main-header .menu a {
        font-size: 16px;
        text-transform: uppercase;
        color: #000
    }

    .main-header .menu>li {
        display: inline-block;
        margin-left: 20px;
        position: relative
    }

    .main-header .menu>li>a {
        border-bottom: 5px solid transparent
    }

    .main-header .desktop-menu {
        text-align: right
    }
}

@media screen {

    .wrapper-holder,
    main {
        position: relative;
        z-index: 1
    }
}

@media screen {
    .loader-overlay {
        background: hsla(0, 0%, 100%, .98);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999
    }

    .loader-overlay .loader {
        bottom: 0;
        left: 30px;
        position: absolute;
        right: 30px;
        top: 0
    }

    .loader-overlay .loader .loader-img {
        bottom: 0;
        color: rgba(0, 0, 0, .7);
        display: table;
        height: 100%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%
    }

    .loader-overlay .loader .loader-img span {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen {
    .back-to-top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 9
    }

    .back-to-top a {
        background-color: #ccc;
        color: #000;
        padding: 12px 15px;
        border-radius: 5px
    }
}

@media screen {
    .main-header {
        background-color: #f6f6f6;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9
    }
}

@font-face {
    font-display: swap;
    font-family: open_sansbold;
    src: url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-bold-webfont.svg#open_sansbold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: open_sansregular;
    src: url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-theme/fonts/font-opensans/opensans-regular-webfont.svg#open_sansregular) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

@font-face {
    font-display: swap;
    font-family: 'open_sansbold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sanslight';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.svg#open_sanslight) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sansregular';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.svg#open_sansregular) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sanssemibold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sansextrabold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.svg#open_sansextrabold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'light';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'black';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'brandon-bold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen {

    html,
    body {
        font-family: "open_sansregular";
        font-size: 14px;
        overflow-x: hidden
    }

    h1,
    h2 {
        font-family: "open_sansregular";
        font-weight: normal;
        line-height: 1;
        margin-bottom: 0
    }

    h2~p:first-of-type {
        margin-top: 15px
    }

    p {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 20px
    }

    p:first-of-type {
        margin-top: 0
    }

    p~ol {
        margin-top: 15px
    }

    ul,
    ol {
        margin: 0;
        padding: 0
    }

    ol~ol {
        margin-top: 15px
    }

    img {
        max-width: 100%;
        height: auto;
        display: inline-block
    }

    a {
        outline: none !important;
        text-decoration: none !important;
        display: inline-block
    }

    textarea {
        resize: none
    }

    strong {
        font-family: "open_sansbold"
    }

    span {
        display: inline-block
    }
}

@media screen {
    .sidepanel {
        background-color: #2c2c2c;
        left: auto;
        right: -300px
    }

    .sidepanel .header .mobile-menu-btn {
        text-align: left
    }
}

@media (min-width:1200px) {
    .main-header {
        background-color: #f6f6f6;
        padding-bottom: 8px;
        padding-top: 8px
    }
}

@media (min-width:1200px) and (min-width:1366px) {
    .main-header {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:1200px) {
    .main-header .desktop-menu {
        text-align: left
    }

    .main-header .desktop-menu .menu {
        display: inline-block;
        margin-top: 4px
    }

    .main-header .desktop-menu .menu>li {
        margin-left: 10px
    }

    .main-header .desktop-menu .menu>li:first-child {
        margin-left: 0
    }

    .main-header .menu li {
        line-height: 20px
    }

    .main-header .menu li a {
        font-family: "light";
        font-size: 13px;
        border-bottom: 0;
        position: relative;
        letter-spacing: 1px
    }

    .main-header .menu li a::before,
    .main-header .menu li a::after {
        display: inline-block;
        opacity: 0;
        vertical-align: text-bottom
    }

    .main-header .menu li a::before {
        margin-right: 5px;
        content: '[';
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        transform: translateX(20px);
        font-family: "brandon-bold";
        font-size: 14px
    }

    .main-header .menu li a::after {
        margin-left: 5px;
        content: ']';
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
        font-family: "brandon-bold";
        font-size: 14px
    }
}

@media screen {
    .mobile-menu-btn {
        margin-left: 10px
    }
}

@media screen and (min-width:768px) {
    .mobile-menu-btn {
        margin-top: 4px
    }
}

@media screen {
    .site-nav {
        display: block
    }

    .site-nav.fr {
        float: right
    }
}

@media screen and (min-width:768px) {
    .site-nav {
        display: inline-block;
        /* float: right */
    }
}

@media screen {
    .site-nav .site-search {
        display: block;
        position: relative
    }
}

@media screen and (min-width:768px) {
    .site-nav .site-search {
        display: inline-block
    }
}

@media screen {
    .site-nav .site-search input {
        height: 33px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        outline: 0;
        padding: 5px 16px;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .site-nav .site-search input {
        width: 204px
    }
}

@media screen and (min-width:1200px) {
    .site-nav .site-search input {
        width: 150px
    }
}

@media screen {
    .site-nav .site-search .icon {
        color: #cf9b2d;
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: 2
    }

    .site-nav .woo-link {
        color: #303030;
        font-family: "open_sanslight";
        font-size: 13px;
        letter-spacing: 1px;
        margin-left: 5px
    }

    .site-nav .woo-link:first-of-type {
        margin-left: 0
    }
}

@media screen and (min-width:768px) {
    .site-nav .woo-link:first-of-type {
        margin-left: 15px
    }
}

@media screen {
    .site-nav .woo-link i {
        color: #cf9b2d;
        margin-right: 8px
    }
}

@media screen {

    main,
    .wrapper-holder {
        position: relative;
        z-index: 1
    }
}

@media screen {
    .c-table {
        display: table;
        width: 100%
    }

    .c-table .c-cell {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen {
    .row-size {
        font-size: 0
    }

    .column-middle {
        float: none;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle
    }
}

h1 {
    font-family: "black";
    font-size: 39px
}

h2 {
    font-family: "black";
    font-size: 26px
}

h2~p:first-of-type {
    margin-top: 0
}

p {
    font-family: "light";
    font-size: 14px;
    line-height: 22px
}

@media (min-width:768px) {
    p {
        line-height: 25px
    }
}

@media (min-width:992px) {
    p {
        line-height: 28px
    }
}

@media screen {
    .loader-overlay {
        background: rgba(255, 255, 255, 0.98);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999
    }

    .loader-overlay .loader {
        bottom: 0;
        left: 30px;
        position: absolute;
        right: 30px;
        top: 0
    }

    .loader-overlay .loader .loader-img {
        bottom: 0;
        color: rgba(0, 0, 0, 0.7);
        display: table;
        height: 100%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%
    }

    .loader-overlay .loader .loader-img span {
        display: table-cell;
        vertical-align: middle
    }
}

@media screen {
    .back-to-top {
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 9
    }

    .back-to-top a {
        background-color: #ccc;
        color: #000;
        padding: 12px 15px;
        border-radius: 5px
    }
}

@media screen {
    .page-layout .default-layout {
        padding: 25px 0
    }
}

@media screen and (min-width:768px) {
    .page-layout .default-layout {
        padding: 50px 0
    }
}

@media screen and (min-width:992px) {
    .page-layout .default-layout {
        padding: 78px 0
    }
}

@media screen {
    .page-layout .default-layout p {
        color: #333333;
        font-family: "light";
        font-size: 14px;
        letter-spacing: 2px
    }

    .page-layout .default-layout ol {
        padding-left: 15px
    }

    .page-layout .default-layout ol li {
        color: #333333;
        font-family: "light";
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 28px
    }

    .page-layout .default-layout a {
        color: #333333;
        font-family: "light";
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 28px
    }
}

@media screen {
    .page-banner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: relative
    }

    .page-banner::before {
        background-color: rgba(0, 0, 0, 0.58);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .page-banner .page-banner-wrapper {
        text-align: center;
        position: relative;
        z-index: 2;
        height: 212px
    }
}

@media screen and (min-width:768px) {
    .page-banner .page-banner-wrapper {
        height: 250px
    }
}

@media screen and (min-width:992px) {
    .page-banner .page-banner-wrapper {
        height: 356px
    }
}

@media screen and (min-width:1200px) {
    .page-banner .page-banner-wrapper {
        height: 393px
    }
}

@media screen {
    .page-banner .page-banner-wrapper h1 {
        color: #fff;
        font-family: "open_sansextrabold";
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 28px
    }
}

@media screen and (min-width:768px) {
    .page-banner .page-banner-wrapper h1 {
        font-size: 32px
    }
}

@media screen and (min-width:992px) {
    .page-banner .page-banner-wrapper h1 {
        font-size: 39px
    }
}

@media screen and (min-width:1200px) {
    .page-banner .page-banner-wrapper h1 {
        font-size: 45px
    }
}

@media screen {
    .auth-modal {
        padding: 10px
    }

    .auth-modal .modal-dialog {
        max-width: 730px;
        margin: 0 auto;
        width: 100%
    }

    .auth-modal .modal-dialog .modal-content {
        border-radius: 0;
        border: none
    }

    .auth-modal .modal-dialog .modal-content .modal-header {
        background-color: #333333;
        padding: 9px 12px
    }

    .auth-modal .modal-dialog .modal-content .modal-header button {
        opacity: 1
    }

    .auth-modal .modal-dialog .modal-content .modal-body {
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30px 15px
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body {
        padding: 30px
    }
}

@media screen and (min-width:992px) {
    .auth-modal .modal-dialog .modal-content .modal-body {
        padding: 30px 40px
    }
}

@media screen {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content {
        margin-bottom: 10px;
        text-align: center
    }

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content h2 {
        color: #363636;
        font-size: 18px;
        font-family: "open_sansextrabold";
        text-transform: uppercase;
        margin-bottom: 15px
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content h2 {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content h2 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content h2 {
        font-size: 25px
    }
}

@media screen {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content p {
        color: #363636;
        font-size: 12px;
        font-family: "open_sansregular"
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form-content p {
        font-size: 14px
    }
}

@media screen {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form input {
        border: 1px solid #b9b9b9;
        background-color: #fff;
        padding: 15px 20px;
        margin-bottom: 9px;
        width: 100%
    }

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form .input-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -4.5px;
        margin-right: -4.5px
    }

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form .input-wrapper .input-item {
        flex: 0 0 100%;
        padding-left: 4.5px;
        padding-right: 4.5px;
        margin-bottom: 9px;
        max-width: 100%
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form .input-wrapper .input-item {
        flex: 1
    }
}

@media screen {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form .input-wrapper .input-item input {
        margin-bottom: 0
    }

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form button {
        border: none;
        border-radius: 0;
        background-color: #333333;
        color: #fff;
        font-family: "open_sanssemibold";
        font-size: 12px;
        height: 50px;
        margin-bottom: 9px;
        letter-spacing: 1px;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form button {
        font-size: 14px
    }
}

@media screen {

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form button#user_login,
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form button#user_registration {
        background-color: #cf9b2d
    }

    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form p {
        color: #707070;
        font-family: "open_sanslight";
        font-size: 12px;
        text-align: center;
        margin-top: 5px
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form p {
        font-size: 14px
    }
}

@media screen {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form p a {
        color: #cf9b2d;
        font-family: "open_sanslight";
        font-size: 12px
    }
}

@media screen and (min-width:768px) {
    .auth-modal .modal-dialog .modal-content .modal-body .form-wrapper .form p a {
        font-size: 14px
    }
}

@font-face {
    font-display: swap;
    font-family: 'light';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/light.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'black';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-avenir/black.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'brandon-bold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-brandon/brandon-bold.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sansbold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-bold-webfont.svg#open_sansbold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sanslight';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-light-webfont.svg#open_sanslight) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sansregular';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-regular-webfont.svg#open_sansregular) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sanssemibold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-semibold-webfont.svg#open_sanssemibold) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'open_sansextrabold';
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.eot);
    src: url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.woff2) format("woff2"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.woff) format("woff"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.ttf) format("truetype"), url(https://ifex.com.ph/wp-content/themes/custom-child-theme/fonts/font-opensans/opensans-extrabold-webfont.svg#open_sansextrabold) format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    opacity: 1 !important
}

.back-to-top {
    right: 0;
    left: 15px
}

.grecaptcha-badge {
    display: none !important
}

.nsl-container-buttons a {
    max-width: 100% !important;
    font-family: "open_sanssemibold" !important
}

div.nsl-container .nsl-button {
    border-radius: 0 !important;
    padding: 5px
}

.nsl-container-buttons .nsl-button-label-container {
    font-family: "open_sanssemibold" !important
}

#fb_register {
    background-color: #1877f2;
    color: #ffffff;
    padding: 15px;
    width: 100%;
    text-align: center;
    font-family: "open_sanssemibold"
}

.page-banner:before {
    background-color: rgba(0, 0, 0, 0.1)
}

input,
textarea,
button {
    outline: 0
}

/* .main-logo a img {
    height: auto;
    width: 100%
} */




/* STYLE 2 */

div.nsl-container[data-align="left"] {
    text-align: left;
}

div.nsl-container[data-align="center"] {
    text-align: center;
}

div.nsl-container[data-align="right"] {
    text-align: right;
}


div.nsl-container .nsl-container-buttons a {
    text-decoration: none !important;
    box-shadow: none !important;
    border: 0;
}

div.nsl-container .nsl-container-buttons {
    display: flex;
    padding: 5px 0;
}

div.nsl-container-block .nsl-container-buttons {
    flex-flow: column;
    align-items: center;
}

div.nsl-container-block .nsl-container-buttons a {
    flex: 1 1 auto;
    display: block;
    margin: 5px 0;
    max-width: 280px;
    width: 100%;
}

div.nsl-container-inline {
    margin: -5px;
    text-align: left;
}

div.nsl-container-inline .nsl-container-buttons {
    justify-content: center;
    flex-wrap: wrap;
}

div.nsl-container-inline .nsl-container-buttons a {
    margin: 5px;
    display: inline-block;
}

div.nsl-container-grid .nsl-container-buttons {
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
}

div.nsl-container-grid .nsl-container-buttons a {
    flex: 1 1 auto;
    display: block;
    margin: 5px;
    max-width: 280px;
    width: 100%;
}

@media only screen and (min-width: 650px) {
    div.nsl-container-grid .nsl-container-buttons a {
        width: auto;
    }
}

div.nsl-container .nsl-button {
    cursor: pointer;
    vertical-align: top;
    border-radius: 4px;
}

div.nsl-container .nsl-button-default {
    color: #fff;
    display: flex;
}

div.nsl-container .nsl-button-icon {
    display: inline-block;
}

div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
}

div.nsl-container svg {
    height: 24px;
    width: 24px;
    vertical-align: top;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 12px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}

div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
    margin: 1px;
    padding: 7px;
    border-radius: 3px;
    background: #fff;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 1px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    color: RGBA(0, 0, 0, 0.54);
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container {
    padding: 0 6px;
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
    height: 40px;
    width: auto;
}

div.nsl-container .nsl-button-apple[data-skin="light"] {
    color: #000;
    box-shadow: 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="white"] {
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin="light"] {
    color: #1877F2;
    box-shadow: inset 0 0 0 1px #1877F2;
}

div.nsl-container .nsl-button-apple div.nsl-button-label-container {
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.nsl-clear {
    clear: both;
}

/*Button align start*/
div.nsl-container-block[data-align="left"] .nsl-container-buttons {
    align-items: flex-start;
}

div.nsl-container-block[data-align="center"] .nsl-container-buttons {
    align-items: center;
}

div.nsl-container-block[data-align="right"] .nsl-container-buttons {
    align-items: flex-end;
}

div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-inline[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-inline[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}


div.nsl-container-grid[data-align="left"] .nsl-container-buttons {
    justify-content: flex-start;
}

div.nsl-container-grid[data-align="center"] .nsl-container-buttons {
    justify-content: center;
}

div.nsl-container-grid[data-align="right"] .nsl-container-buttons {
    justify-content: flex-end;
}

div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons {
    justify-content: space-around;
}

div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons {
    justify-content: space-between;
}


/* INDEX FILE CSS */