@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}


.menu-item-has-children:hover:after {
    border-color: transparent transparent black transparent !important;
}

.home .menu-item-has-children:hover:after {
    border-color: transparent transparent white transparent !important;
}

.dropdown-menu {
    margin: 0;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
    content: '';
    content: none;
}

small, .small {
    font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix, .cf {
    zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table;
}

.clearfix:after, .cf:after {
    clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}

/******************************************************************
VARIABLES
*********************/
@font-face {
    font-family: 'Graphik Web';
    src: url("/wp-content/themes/coinify/library/fonts/Graphik-Semibold-Web.eot");
    src: url("/wp-content/themes/coinify/library/fonts/Graphik-Semibold-Web.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/coinify/library/fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("/wp-content/themes/coinify/library/fonts/Graphik-Semibold-Web.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url("/wp-content/themes/coinify/library/fonts/Graphik-Regular-Web.eot");
    src: url("/wp-content/themes/coinify/library/fonts/Graphik-Regular-Web.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/coinify/library/fonts/Graphik-Regular-Web.woff2") format("woff2"), url("/wp-content/themes/coinify/library/fonts/Graphik-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

/******************************************************************
MIXINS
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
GRID
******************************************************************/
.last-col {
    float: right;
    padding-right: 0 !important;
}

/*
Mobile Grid Styles
*/
@media (max-width: 767px) {
	.navbar.navbar-expand-md.navbar-light .custom-logo-link:nth-child(3){
		display: none
	}
	.navbar.navbar-expand-md.navbar-light.fixed-header .custom-logo-link:nth-child(3){
		display: block
	}
	.accordion_hero ul li:nth-child(1):focus,
	.accordion_hero ul li:nth-child(2):focus{
		width: 100%!important
	}
	
    .navbar-expand-md > .container {
        display: flex;
        flex-direction: row-reverse
    }

    #navbarNavDropdown {
        background: #fff;
        margin-top: 20px;
        border-radius: 3px
    }

    #navbarNavDropdown a {
        color: #000 !important
    }

    .m-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .m-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .m-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .m-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .m-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .m-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .navbar-collapse.collapse.show {
        max-height: calc(100vh - 72px - 16px);
        overflow-y: auto;
    }
}

@media (min-width: 768px){
	#menu-item-6929 .col-sm-6:nth-child(2){
		margin-top: 20px
	}
	#menu-item-6936 .dropdown-menu{
		padding-left: 45px!important
	}
	
	.expand_hero {
    color: #ffffff;
    opacity: 0;
    z-index: 99;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
	right: 0
}
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
    .t-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .t-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .t-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .t-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .t-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .t-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .t-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .t-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .t-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .t-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
    .d-all {
        float: left;
        padding-right: 0.75em;
        width: 100%;
        padding-right: 0;
    }

    .d-1of2 {
        float: left;
        padding-right: 0.75em;
        width: 50%;
    }

    .d-1of3 {
        float: left;
        padding-right: 0.75em;
        width: 33.33%;
    }

    .d-2of3 {
        float: left;
        padding-right: 0.75em;
        width: 66.66%;
    }

    .d-1of4 {
        float: left;
        padding-right: 0.75em;
        width: 25%;
    }

    .d-3of4 {
        float: left;
        padding-right: 0.75em;
        width: 75%;
    }

    .d-1of5 {
        float: left;
        padding-right: 0.75em;
        width: 20%;
    }

    .d-2of5 {
        float: left;
        padding-right: 0.75em;
        width: 40%;
    }

    .d-3of5 {
        float: left;
        padding-right: 0.75em;
        width: 60%;
    }

    .d-4of5 {
        float: left;
        padding-right: 0.75em;
        width: 80%;
    }

    .d-1of6 {
        float: left;
        padding-right: 0.75em;
        width: 16.6666666667%;
    }

    .d-1of7 {
        float: left;
        padding-right: 0.75em;
        width: 14.2857142857%;
    }

    .d-2of7 {
        float: left;
        padding-right: 0.75em;
        width: 28.5714286%;
    }

    .d-3of7 {
        float: left;
        padding-right: 0.75em;
        width: 42.8571429%;
    }

    .d-4of7 {
        float: left;
        padding-right: 0.75em;
        width: 57.1428572%;
    }

    .d-5of7 {
        float: left;
        padding-right: 0.75em;
        width: 71.4285715%;
    }

    .d-6of7 {
        float: left;
        padding-right: 0.75em;
        width: 85.7142857%;
    }

    .d-1of8 {
        float: left;
        padding-right: 0.75em;
        width: 12.5%;
    }

    .d-1of9 {
        float: left;
        padding-right: 0.75em;
        width: 11.1111111111%;
    }

    .d-1of10 {
        float: left;
        padding-right: 0.75em;
        width: 10%;
    }

    .d-1of11 {
        float: left;
        padding-right: 0.75em;
        width: 9.09090909091%;
    }

    .d-1of12 {
        float: left;
        padding-right: 0.75em;
        width: 8.33%;
    }
}


/*Alexey Zlotnik styles*/

#cookie-law-info-bar{
	opacity: 1!important
}

.home .navbar-expand-md {
    position: absolute;
    width: 100%;
    z-index: 100000;
}

.navbar-expand-md
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F4C567;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 9999;
}

.navbar-expand-md.fixed-header .navbar-nav .nav-link
{
    color: #fff !important;
}

.navbar-expand-md .navbar-dark .navbar-nav .nav-link.text-white {
    color: #000 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #000 !important
}

.home .nav-links.d-flex.ml-auto.order-md-2 a,
.home .navbar-expand-md .navbar-nav .nav-link {
    color: #fff !important;
}


/*********************
BREAKPOINTS
*********************/
/*********************
GENERAL STYLES
*********************/
html, body {
    width: 100%;
    height: 100%;
    outline: 0;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'Graphik Web', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #222222;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

#container {
    margin: 0;
}

textarea, input[type=”text”], input[type=”button”], input[type=”submit”] {
    -webkit-appearance: none;
    border-radius: 0;
}

.shadow {
    -webkit-box-shadow: 2px 8px 27px -12px #222222;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 8px 27px -12px #222222;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 8px 27px -12px #222222;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*********************
LINK STYLES
*********************/
a, a:visited, a:active, a:focus {
    color: #222222;
    text-decoration: none;
    outline: 0;
}

a:hover, a:visited:hover, a:active:hover, a:focus:hover {
    color: #a0a0a0;
}

a:link, a:visited:link, a:active:link, a:focus:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a.button {
    position: relative;
    background-color: #666666;
    border-radius: 1px;
    display: inline-block;
    font-size: 12px !important;
    border-bottom: 0 !important;
}

a.button .inner {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 1px;
    padding: 14px 28px;
    cursor: pointer;
    text-transform: uppercase;
    user-select: none;
    letter-spacing: .1em;
    transform: translate3d(-2px, -2px, 0);
    transition: transform 240ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 220ms;
    color: #666666;
    border: 1px solid #666666;
}

a.button.button-orange {
    background-color: #f4c567;
}

a.button.button-orange .inner {
    color: #f4c567;
    border: 1px solid #f4c567;
}

a.button.button-orange-invert {
    background-color: #222222;
}

a.button.button-orange-invert .inner {
    color: #222222;
    border: 1px solid #f4c567;
    background-color: #f4c567;
}

a.button.button-green {
    background-color: #7dac6f;
}

a.button.button-green .inner {
    color: #7dac6f;
    border: 1px solid #7dac6f;
}

a.button.button-green-neg {
    background-color: #ffffff;
    border: none;
}

a.button.button-green-neg .inner {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #7dac6f;
}

a.button.button-blue {
    background-color: #3e92cc;
}

a.button.button-blue .inner {
    color: #3e92cc;
    border: 1px solid #3e92cc;
}

a.button.button-blue-neg {
    background-color: #ffffff;
    border: none;
}

a.button.button-blue-neg .inner {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #3e92cc;
}

a.button.button-black {
    background-color: #ffffff;
}

a.button.button-black .inner {
    color: #ffffff;
    border: 1px solid #222222;
    background-color: #222222;
}

a.button.button-white {
    background-color: #222222;
}

a.button.button-white .inner {
    color: #222222;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

a.button:active .inner, a.button.click .inner {
    transform: translate3d(0, 0, 0);
    transition: transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*********************
TYPO
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    text-rendering: optimizelegibility;
    margin: 0;
    font-weight: normal;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a {
    text-decoration: none;
}

h1, .h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
}

h2, .h2 {
    font-size: 26px;
    line-height: 34px;
}

h3, .h3 {
    font-size: 20px;
    line-height: 24px;
}

h4, .h4 {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #a0a0a0;
}

h5, .h5 {
    font-size: 16px;
    line-height: 22px;
}

p {
    line-height: 22px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, p.orange {
    color: #f4c567;
}

h1.green, h2.green, h3.green, h4.green, h5.green, p.green {
    color: #7dac6f;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, p.blue {
    color: #3e92cc;
}

/*********************
MAIN CONTENT
*********************/
#container {
    margin: 0;
}

.wrap {
    width: 92%;
    margin: 0 4%;
}

.center-outer {
    width: 100%;
    height: 100%;
    display: table;
}

.center-outer .center-inner {
    display: table-cell;
    vertical-align: middle;
}

.spacing {
    display: block;
    margin-top: 40px;
}

#contactform label, #enterpriseform label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

#contactform input, #contactform select, #contactform textarea, #enterpriseform input, #enterpriseform select, #enterpriseform textarea {
    padding: 6px 10px;
    border: 1px solid #dedede;
    border-radius: 2px;
    margin-bottom: 10px;
    width: 100%;
}

#contactform select, #enterpriseform select {
    height: 40px;
}

#contactform button, #enterpriseform button {
    padding: 10px 15px;
    background-color: #dedede;
    border: none;
    display: block;
    margin-top: 10px;
}

#contactform .required, #enterpriseform .required {
    font-weight: 600;
    color: #f4c567;
}

#contactform textarea:focus, #contactform input:focus, #contactform select:focus, #enterpriseform textarea:focus, #enterpriseform input:focus, #enterpriseform select:focus {
    outline: none;
}

#contactform disabled, #enterpriseform disabled {
    background-color: #ffffff;
}

#contactform.disabled, #enterpriseform.disabled {
    opacity: 0.5;
}

.thankyou, .wrong {
    margin-top: 20px;
    font-weight: 600;
}

#header {
    display: block;
    width: 100%;
}

#header.header-page {
    margin-bottom: 40px;
}

#header .topbar {
    display: inline-block;
    width: 92%;
    margin: 0 4%;
}

#header .topbar .hero-front-tagline-mobile {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

#header .topbar .topbar-logo {
    display: inline-block;
    background-image: url("/wp-content/themes/coinify/library/images/coinify-logo.svg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 124px;
    height: 54px;
    width: 124px;
}

#header .topbar .topbar-logo.topbar-logo-front {
    pointer-events: none;
}

#header .topbar #menu-navigation-extra {
    display: none;
}

#header .topbar .nav-custom {
    display: none;
}

#header .topbar .topbar-ticker {
    display: none;
}

#header .topbar .topbar-buttons {
    margin-top: 20px;
    text-align: center;
}

#header .topbar .topbar-buttons .button {
    margin: 0 6px;
}

#header .header-content {
    min-height: 60vh;
    margin-bottom: 40px;
}

#header .header-content h1, #header .header-content p, #header .header-content .button {
    margin-left: 10px;
    margin-right: 20px;
}

#header .header-content h1 {
    margin-top: 20px;
}

#header .header-content .button {
    margin-top: 30px;
}

#header .header-content .hero-front-tagline {
    font-size: 14px;
    display: none;
}

#header.header-image {
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#header.header-image .header-image-overlay {
    display: inline-block;
    width: 100%;
    min-height: 80vh;
    background-color: rgba(0, 0, 0, 0.3);
}

#header.header-neg {
    color: #ffffff;
}

#header.header-neg a.button {
    color: #ffffff;
}

#header.header-neg a.button:after {
    border-color: #ffffff;
}

#header.header-neg a.button:hover {
    color: #222222;
}

#header.header-neg a.button:hover:after {
    border-color: #222222;
}

#header .logo-front {
    pointer-events: none;
}

#menu {
    z-index: 99999999999;
}

#menu .box {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: #222222;
    height: 100%;
    width: 300px;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
    padding: 30px;
}

#menu .box p {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 120%;
}

#menu .box p a {
    color: #ffffff;
    text-decoration: underline;
}

#menu .box li {
    display: block;
    font-size: 120%;
    margin-bottom: 6px;
}

#menu .box li a {
    color: #ffffff;
}

#menu .box li a:hover {
    text-decoration: underline;
}

#menu .nav-overlay {
    display: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    width: 0;
    height: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: 9;
}

#menu #toggle-nav-label {
    position: absolute;
    top: 0;
    right: 4%;
    z-index: 999999;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
}

#menu #toggle-nav-label * {
    transition: .25s ease-in-out;
    box-sizing: border-box;
}

#menu #toggle-nav-label #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#menu #toggle-nav-label #hamburger span {
    width: 30px;
    height: 2px;
    position: relative;
    left: 20px;
    top: 12px;
    margin: 7px 0;
    display: block;
    border-radius: 2px;
    background-color: #222222;
}

#menu #toggle-nav-label #hamburger span:nth-child(1) {
    transition-delay: .5s;
}

#menu #toggle-nav-label #hamburger span:nth-child(2) {
    transition-delay: .625s;
}

#menu #toggle-nav-label #hamburger span:nth-child(3) {
    transition-delay: .75s;
}

#menu #toggle-nav-label #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
}

#menu #toggle-nav-label #cross span {
    display: block;
    border-radius: 2px;
    background-color: #ffffff;
}

#menu #toggle-nav-label #cross span:nth-child(1) {
    height: 0%;
    width: 2px;
    position: absolute;
    top: 10%;
    left: 24px;
    transition-delay: 0s;
}

#menu #toggle-nav-label #cross span:nth-child(2) {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 10%;
    top: 24px;
    transition-delay: .25s;
}

#menu #toggle-nav-label.open {
    position: absolute;
    z-index: 999999;
}

#menu #toggle-nav-label.open #hamburger span {
    width: 0%;
}

#menu #toggle-nav-label.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu #toggle-nav-label.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}

#menu #toggle-nav-label.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}

#menu #toggle-nav-label.open #cross span:nth-child(1) {
    height: 80%;
    transition-delay: .625s;
}

#menu #toggle-nav-label.open #cross span:nth-child(2) {
    width: 80%;
    transition-delay: .375s;
}

#menu #toggle-nav {
    display: none;
}

#menu #toggle-nav:checked ~ .box {
    transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    z-index: 400;
}

#menu #toggle-nav:checked ~ #toggle-nav-label {
    color: rgba(0, 0, 0, 0.8);
    position: fixed;
}

#menu #toggle-nav:checked ~ .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100vh;
    z-index: 9;
}

.tipso_bubble, .tipso_bubble > .tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tipso_bubble {
    position: absolute;
    z-index: 9999;
}

.tipso_content {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    background-color: #f4c567 !important;
}

.section.section-a {
    text-align: center;
    margin-top: 40px;
}

.section.section-a .usps {
    vertical-align: top;
}

.section.section-a .usps h3 {
    color: #f4c567;
}

.section.section-a .usps .icon {
    display: inline-block;
    width: 110px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110px;
}

.section.section-a.trade .usps h3 {
    color: #7dac6f;
}

.section.section-a.merchant .usps h3, .section.section-a.enterprise .usps h3 {
    color: #3e92cc;
}

.section.section-a .partners {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section.section-a .partners .partner {
    display: block;
}

.section.section-a .partners .partner img {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
}

.section.section-a .partnerships {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section.section-a .partnerships ul {
    vertical-align: top;
}

.section.section-a .partnerships ul .partnership-logo img {
    height: auto;
    width: 80%;
}

.section.section-b {
    margin-top: 40px;
    width: 100%;
}

.section.section-b .right .header {
    display: inline-block;
}

.section.section-b .right li {
    text-align: center;
    padding: 20px;
    margin: 30px 0;
}

.section.section-news {
    margin-top: 40px;
    width: 100%;
}

.section.section-news .center {
    margin-bottom: 40px;
}

.section.section-awards {
    text-align: center;
    margin-top: 40px;
}

.section.section-awards img {
    width: 90%;
    height: auto;
}

.section-b-outer, .section-services-outer {
    display: block;
    margin: 40px 0;
    padding-top: 20px;
}

.section-b-outer .button .inner, .section-services-outer .button .inner {
    background-color: #f5f5f5;
}

.section-news-outer {
    display: block;
    margin: 40px 0;
    padding: 20px 0;
    background-color: #f5f5f5;
}

.front-top {
    font-size: 0;
}

.front-top .front-top-image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120%;
    padding-top: 30px;
}

.front-top .front-top-image h1 {
    display: block;
    margin: 30px 0;
    color: #ffffff;
    text-align: center;
}

.front-top .box-one, .front-top .box-two {
    padding: 30px;
    color: #ffffff;
    vertical-align: bottom;
    text-align: center;
}

.front-top .box-one h2, .front-top .box-two h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.front-top .box-one {
    background-color: #3e92cc;
}

.front-top .box-two {
    background-color: #7dac6f;
}

.section-b-outer.front .section-b .right li {
    border: 1px solid #dedede;
}

.section-b-outer.front .section-b .right .icon {
    display: inline-block;
    width: 70px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 70px;
}

.section-b-outer.trade, .section-b-outer.merchant {
    color: #ffffff;
    text-align: center;
}

.section-b-outer.trade .left, .section-b-outer.merchant .left {
    text-align: left;
}

.section-b-outer.trade .right li, .section-b-outer.merchant .right li {
    margin: 0;
}

.section-b-outer.trade .right li p, .section-b-outer.merchant .right li p {
    color: #222222;
    margin-top: 10px;
}

.section-b-outer.trade .right li h3, .section-b-outer.merchant .right li h3 {
    margin-top: 6px;
}

.section-b-outer.trade .icon h1, .section-b-outer.merchant .icon h1 {
    color: #ffffff;
    text-shadow: 3px 3px black;
}

.section-b-outer.trade .button, .section-b-outer.merchant .button {
    margin-bottom: 40px;
}

.section-b-outer.trade {
    background-color: #7dac6f;
}

.section-b-outer.merchant {
    background-color: #3e92cc;
}

.section-b-outer.enterprise {
    text-align: center;
}

.section-b-outer.enterprise p {
    font-size: 16px;
}

.section-b-outer.enterprise img {
    width: 100%;
    margin-top: 20px;
}

.trade-devices {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.trade-devices img {
    width: 100%;
    margin-top: 20px;
}

.merchant-trustbar, .enterprise-trustbar, .trade-trustbar {
    text-align: center;
    background-color: #dedede;
    padding: 20px 0;
}

.merchant-trustbar ul, .enterprise-trustbar ul, .trade-trustbar ul {
    font-size: 0;
    text-align: center;
}

.merchant-trustbar ul li, .enterprise-trustbar ul li, .trade-trustbar ul li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.merchant-trustbar.front-trust li, .enterprise-trustbar.front-trust li, .trade-trustbar.front-trust li {
    margin: 20px 0 10px 0;
}

.merchant-trustbar.front-trust span, .enterprise-trustbar.front-trust span, .trade-trustbar.front-trust span {
    font-size: 32px;
}

.merchant-trustbar.front-trust p, .enterprise-trustbar.front-trust p, .trade-trustbar.front-trust p {
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
}

.merchant-button, .enterprise-button {
    margin: 40px;
    text-align: center;
}

.pricing-service {
    width: 100%;
    padding: 40px;
    margin-bottom: 20px;
}

.pricing-service a {
    border-bottom: 1px solid #f4c567;
}

.pricing-service .button {
    border-bottom: 0;
}

.pricing-service h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.pricing-service p {
    margin-top: 0;
}

.pricing-service h2 {
    margin-bottom: 20px;
}

.pricing-service.border-green {
    border: 1px solid #7dac6f;
}

.pricing-service.border-green h2 {
    color: #7dac6f;
}

.pricing-service.border-blue {
    border: 1px solid #3e92cc;
}

.pricing-service.border-blue h2 {
    color: #3e92cc;
}

.pricing-service.border-orange {
    border: 1px solid #f4c567;
}

.pricing-service.border-orange h2 {
    color: #f4c567;
}

.pricing-service .note {
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #222222;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
}

.notes {
    text-align: left;
}

.notes a {
    border-bottom: 1px solid #f4c567;
}

.notes li {
    display: inline-block;
    vertical-align: top;
}

.notes li p {
    margin-top: 0;
}

.notes li:nth-child(odd) {
    width: 10%;
    min-width: 30px;
}

.notes li:nth-child(even) {
    width: 85%;
}

.notes .note {
    text-align: center;
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #222222;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
}

.payment-services-header p {
    margin-top: 30px;
    margin-bottom: 60px;
}

.payment-services-container, .trade-services-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.payment-services-container .box, .trade-services-container .box {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.payment-services-container .box .icon, .trade-services-container .box .icon {
    background-color: #3e92cc;
    border-radius: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    margin-bottom: 30px;
}

.payment-services-container .button .inner, .trade-services-container .button .inner {
    background-color: #f5f5f5;
}

.trade-services-container .box .icon {
    background-color: #7dac6f;
}

.module-image-outer {
    width: 100%;
    margin: 0;
    padding: 0;
}

.module-image-outer img {
    width: 100%;
}

.module-image-outer .wrap img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.module-divider-outer {
    width: 100%;
}

.module-text-outer, .module-imagetext-outer, .module-steps-outer, .module-features-outer {
    width: 100%;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

.module-text-outer.white, .module-imagetext-outer.white, .module-steps-outer.white, .module-features-outer.white {
    background-color: #ffffff;
}

.module-text-outer.black, .module-imagetext-outer.black, .module-steps-outer.black, .module-features-outer.black {
    background-color: #222222;
}

.module-text-outer.black p, .module-imagetext-outer.black p, .module-steps-outer.black p, .module-features-outer.black p {
    color: #ffffff;
}

.module-text-outer.orange, .module-imagetext-outer.orange, .module-steps-outer.orange, .module-features-outer.orange {
    background-color: #f4c567;
}

.module-text-outer.green, .module-imagetext-outer.green, .module-steps-outer.green, .module-features-outer.green {
    background-color: #7dac6f;
}

.module-text-outer.blue, .module-imagetext-outer.blue, .module-steps-outer.blue, .module-features-outer.blue {
    background-color: #3e92cc;
}

.module-text-outer h2.white, .module-imagetext-outer h2.white, .module-steps-outer h2.white, .module-features-outer h2.white {
    color: #ffffff;
}

.module-text-outer h2.black, .module-imagetext-outer h2.black, .module-steps-outer h2.black, .module-features-outer h2.black {
    color: #222222;
}

.module-text-outer h2.orange, .module-imagetext-outer h2.orange, .module-steps-outer h2.orange, .module-features-outer h2.orange {
    color: #f4c567;
}

.module-text-outer h2.green, .module-imagetext-outer h2.green, .module-steps-outer h2.green, .module-features-outer h2.green {
    color: #7dac6f;
}

.module-text-outer h2.blue, .module-imagetext-outer h2.blue, .module-steps-outer h2.blue, .module-features-outer h2.blue {
    color: #3e92cc;
}

.module-text-outer .button, .module-imagetext-outer .button, .module-steps-outer .button, .module-features-outer .button {
    margin-top: 20px;
    margin-bottom: 40px;
}

.repeater-people {
    padding-top: 50px;
    padding-bottom: 40px;
}

.repeater-people h2, .repeater-people h3 {
    margin-bottom: 40px;
}

.module-steps-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.repeater-header {
    margin: 0 0 20px 0;
}

.repeater-header.black {
    color: #222222;
}

.repeater-header.orange {
    color: #f4c567;
}

.repeater-header.green {
    color: #7dac6f;
}

.repeater-header.blue {
    color: #3e92cc;
}

.module a {
    border-bottom: 1px solid #f4c567;
}

.module p, .module a, .module li {
    font-size: 16px;
}

.module p:has(img.alignleft) {
    width: 100%;
    text-align: left;
}

.module p:has(img.aligncenter) {
    width: 100%;
    text-align: center !important;
}

.module ul {
    list-style: disc inside none;
}

.module ol {
    list-style: decimal inside none;
}

.module ul li, .module ol li {
    margin-bottom: 10px;
}

.module ul li:last-child, .module ol li:last-child {
    margin-bottom: 0;
}

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

.module img.alignleft {
    float: left;
}

.module img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.module.module-intro p {
    font-size: 22px;
    line-height: 28px;
    color: #666666;
}

.module.module-intro h2 {
    font-size: 36px;
    line-height: 48px;
}

.module.module-divider {
    border-bottom: 2px solid #dedede;
}

.module.module-spacer {
    display: block;
    height: 50px;
}

.module.module-trustpilot {
    margin-bottom: 30px;
}

.module.module-trustpilot h2 {
    margin-bottom: 30px;
}

.module.module-repeater {
    text-align: center;
    margin-bottom: 40px;
}

.module.module-repeater .repeater-image {
    display: inline-block;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.module.module-repeater .repeater-name {
    margin: 0;
}

.module.module-repeater .repeater-title {
    margin: 0;
    color: #a0a0a0;
}

.module.module-repeater .repeater-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.module.module-repeater .repeater-social.twitter {
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-twitter.svg");
    background-size: 19px;
}

.module.module-repeater .repeater-social.linkedin {
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-linkedin.svg");
}

.module.module-repeater .repeater-social.angellist {
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-angellist.svg");
}

.module.module-repeater .repeater-social.crunchbase {
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-crunchbase.svg");
    background-size: 23px;
}

.module.module-repeater .repeater-description {
    text-align: left;
}

.module.module-repeater .repeater-description a {
    border-bottom: 1px solid #f4c567;
}

.module.module-repeater .repeater-text {
    text-align: center;
}

.module.module-button {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}

.module.module-steps {
    color: #ffffff;
    text-align: center;
}

.module.module-steps .left {
    text-align: left;
}

.module.module-steps .right .header {
    display: inline-block;
}

.module.module-steps .right li {
    text-align: center;
    padding: 20px;
    margin: 30px 0;
    list-style: none;
}

.module.module-steps .right li {
    margin: 0;
}

.module.module-steps .right li p {
    color: #222222;
    margin-top: 10px;
}

.module.module-steps .right li h3 {
    margin-top: 6px;
}

.module.module-steps .icon h1 {
    color: #ffffff;
    text-shadow: 3px 3px black;
}

.module.module-features {
    text-align: center;
}

.module.module-features .left, .module.module-features .right {
    text-align: left;
}

.module.module-features li {
    list-style-type: none;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
}

.module.module-features li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    margin-right: 20px;
}

.module.module-features .button {
    margin-top: 40px;
}

.module ul.tabs {
    margin: 0px;
    padding: 20px 0;
    list-style: none;
}

.module ul.tabs li {
    background: none;
    color: #222222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #f5f5f5;
}

.module ul.tabs li.current {
    background-color: #f4c567;
    color: #222222;
}

.module .tab-content {
    display: none;
    margin-bottom: 30px;
}

.module .tab-content.current {
    display: inherit;
}

.module .image-slider {
    margin-top: 30px;
    margin-bottom: 30px;
}

.module .image-slider ul {
    margin: 0;
    padding: 0;
}

.module .image-slider ul li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 300px;
}

.repeater-container {
    text-align: center;
    margin-top: 50px;
}

.content-page {
    padding-bottom: 50px;
}

.module-testimonials-outer {
    background-color: #f5f5f5;
    font-size: 0;
}

.module-testimonials h4 {
    text-align: center;
    padding: 20px 0;
}

.module-testimonials .testimonials-slider {
    display: inline-block;
}

.module-testimonials .testimonials-slider .flex-control-paging {
    margin-top: 20px;
    margin-bottom: 20px;
}

.module-testimonials .testimonials-slider ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.module-testimonials .testimonials-slider ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: center;
}

.module-testimonials .testimonials-slider ul li .testimonials-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.module-testimonials .testimonials-slider ul li h5 {
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 600;
}

.module-testimonials .testimonials-slider ul li p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.module-testimonials .testimonials-slider ul li p.title {
    color: #a0a0a0;
}

.flex-control-paging {
    text-align: center;
}

.flex-control-paging li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #222222;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background-color: #f4c567;
    background-color: rgba(244, 197, 103, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #f4c567;
    background: rgba(244, 197, 103, 0.9);
    cursor: default;
}

.module-knowledge .knowledge-image {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 280px;
}

.module-knowledge .knowledge-content {
    display: block;
    width: 100%;
    background-color: #f4c567;
    vertical-align: top;
    color: #ffffff;
}

.module-knowledge .knowledge-content .knowledge-content-container {
    text-align: center;
    padding-bottom: 20px;
}

.module-knowledge .knowledge-content .knowledge-content-container .knowledge-icon {
    display: inline-block;
    width: 100%;
    height: 130px;
    background-image: url("/wp-content/themes/coinify/library/images/icons/icon-knowledge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px;
}

.module-knowledge .knowledge-content .knowledge-content-container .knowledge-text {
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    margin: 20px;
}

.module-knowledge .knowledge-content .knowledge-content-container .knowledge-button {
    margin: 10px;
}

.module-knowledge .knowledge-content .knowledge-content-container .knowledge-button .inner {
    border-color: transparent;
}

.wrap-post-overview {
    font-size: 0;
}

.post-categories {
    margin: 30px 0;
}

.post-categories li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.post-categories li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
}

.post-categories li.current-cat a {
    background-color: #dedede;
}

.post-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.post-item p {
    font-size: 14px;
}

.post-item p.post-date {
    color: #a0a0a0;
    margin-top: 6px;
    margin-bottom: 2px;
}

.post-item img {
    width: 100%;
    height: auto;
    margin: 0;
}

.post-item .post-image {
    display: inline-block;
    width: 100% !important;
    padding: 0;
    padding-top: 66.67%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.post-single p {
    font-size: 16px;
    line-height: 24px;
}

.post-single p.post-date {
    color: #a0a0a0;
    margin-top: 6px;
    margin-bottom: 2px;
}

.post-single p a, .post-single h1 a, .post-single h2 a, .post-single h3 a {
    border-bottom: 1px solid #f4c567;
}

.post-single img {
    max-width: 100%;
    height: auto;
}

.post-single img.img-top {
    width: 100%;
    height: auto;
}

.post-single .tags {
    font-size: 14px;
}

.post-single .tags a {
    border-color: #dedede;
}

.post-single .social-share {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

.post-single .social-share.twitter {
    background-image: url("/wp-content/themes/coinify/library/images/icon-twitter.svg");
    background-size: 18px;
    height: 14px;
}

.post-single .social-share.facebook {
    background-image: url("/wp-content/themes/coinify/library/images/icon-facebook.svg");
    background-size: 9px;
}

.post-single .social-share.linkedin {
    background-image: url("/wp-content/themes/coinify/library/images/icon-linkedin.svg");
    background-size: 18px;
    margin-right: 10px;
    margin-left: 6px;
}

.post-single-hr {
    margin: 50px 0;
}

nav.pagination {
    font-size: 14px;
    margin-bottom: 30px;
}

nav.pagination .page-numbers li {
    display: inline-block;
    margin: 0 6px 6px 0;
}

nav.pagination .page-numbers li span, nav.pagination .page-numbers li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
}

nav.pagination .page-numbers li span.current, nav.pagination .page-numbers li a.current {
    background-color: #f4c567;
    border-color: #f4c567;
}

.service-top {
    position: relative;
    font-size: 0;
    margin-bottom: 30px;
}

.service-top img {
    width: 100%;
}

.service-top .icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 60px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.service-top .icon.green {
    background-color: #7dac6f;
}

.service-top .icon.blue {
    background-color: #3e92cc;
}

.service-top .text-box {
    padding: 30px;
    background-color: #f5f5f5;
    width: 100%;
}

.service-top .text-box h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

.service-top .text-box p {
    margin: 10px 0 40px 0;
    font-size: 16px;
}

.service-top .text-box a.inner {
    background-color: #f5f5f5;
}

.service-top .text-box.blue {
    background-color: #3e92cc;
    color: #ffffff;
}

#footer {
    padding: 20px 0;
    background-color: #f5f5f5;
    color: #666666;
    display: inline-block;
    width: 100%;
    color: #222222;
    text-align: center;
    line-height: 24px;
}

#footer .footer-logo {
    display: inline-block;
    width: 100%;
    height: 70px;
    background-image: url("/wp-content/themes/coinify/library/images/coinify-logo-c.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}

#footer .footer-logo.footer-logo-front {
    pointer-events: none;
}

#footer .footer-menus ul .navigation, #footer .footer-menus ul p {
    margin: 0;
}

#footer .footer-menus ul li.current-menu-item {
    pointer-events: none;
}

#footer .footer-copy {
    line-height: 10px;
}

#footer .footer-copy p {
    font-size: 80%;
}

#footer .footer-copy a, #footer .footer-copy p {
    color: #a0a0a0;
}

#footer .footer-social {
    font-size: 80%;
}

@media only screen and (min-width: 481px) {
    /*********************
  TYPO
  *********************/
    h1, .h1 {
        font-weight: 600;
        font-size: 46px;
        line-height: 54px;
    }
}

@media only screen and (min-width: 769px) {
    /*********************
  LINK STYLES
  *********************/
    a, a:visited, a:active, a:focus {
        transition: 0.3s ease-in-out !important;
    }

    a.button, a.button .inner {
        transition: 0.3s ease-in-out !important;
    }

    a.button:hover {
        background-color: #222222;
    }

    a.button:hover .inner {
        background-color: #f5f5f5;
        border-color: #222222;
    }

    a.button.button-orange:hover, a.button.button-green:hover, a.button.button-blue:hover {
        background-color: #666666;
    }

    a.button.button-orange:hover .inner, a.button.button-green:hover .inner, a.button.button-blue:hover .inner {
        background-color: #f5f5f5;
        border-color: #666666;
    }

    a.button.button-black:hover {
        background-color: #222222;
    }

    a.button.button-black:hover .inner {
        background-color: #ffffff;
        border-color: #222222;
        color: #222222;
    }

    a.button.button-white:hover {
        background-color: #ffffff;
    }

    a.button.button-white:hover .inner {
        background-color: #222222;
        border-color: #ffffff;
        color: #ffffff;
    }

    /*********************
  TYPO
  *********************/
    h1, .h1 {
        font-size: 54px;
        line-height: 68px;
    }

    h2, .h2 {
        font-size: 38px;
        line-height: 46px;
    }

    h3, .h3, h3.wrap {
        font-size: 24px;
        line-height: 30px;
    }

    h5, .h5 {
        font-size: 18px;
        line-height: 28px;
    }

    p.larger {
        font-size: 22px;
        line-height: 28px;
    }

    /*********************
  MAIN CONTENT
  *********************/
    .mobile-margin {
        width: 100% !important;
        margin: 0;
    }

    .wrap {
        width: 768px;
        margin: 0 auto;
    }

    .extra-margin {
        padding-right: 100px;
        padding-left: 100px;
    }

    .extra-margin-offset {
        padding-right: 100px;
        padding-left: 100px;
    }

    .spacing {
        margin-top: 60px;
    }

    #contactform input, #contactform select, #contactform textarea, #enterpriseform input, #enterpriseform select, #enterpriseform textarea {
        max-width: 60%;
    }

    #header {
        display: block;
        width: 100%;
    }

    #header.header-page {
        margin-bottom: 70px;
    }

    #header .header-content {
        height: 70vh;
    }

    #header .header-content h1, #header .header-content p {
        width: 75%;
    }

    #header .header-content h1, #header .header-content p, #header .header-content .button {
        margin-left: 0;
        margin-right: 0;
    }

    #header .business-toggle {
        width: 400px;
        margin: 0 auto;
    }

    #header .business-toggle .buttons-switch .button-switch {
        font-size: 16px;
        /*
				&.active:hover{
					background-color: $blue;
					color: $white;
				}
				*/
    }

    #header .business-toggle .buttons-switch .button-switch:hover {
        background-color: #a0a0a0;
        color: #666666;
    }

    #header.header-image .header-image-overlay {
        background-color: transparent;
    }

    #header .topbar {
        width: 100%;
        margin: 0;
    }

    #header .topbar .hero-front-tagline-mobile {
        display: none;
    }

    #header .topbar .topbar-logo {
        display: inline-block;
        width: 170px;
        height: 60px;
        background-image: url("/wp-content/themes/coinify/library/images/coinify-logo.svg");
        background-repeat: no-repeat;
        background-position: top 14px left 30px;
        background-size: 140px;
        margin-right: 30px;
    }

    #header .topbar #menu-navigation-extra {
        display: inline-block;
        vertical-align: top;
        margin-top: 26px;
    }

    #header .topbar #menu-navigation-extra li {
        display: inline-block;
        margin-right: 16px;
        vertical-align: middle;
    }

    #header .topbar #menu-navigation-extra li a {
        border-bottom: 1px solid #222222;
    }

    #header .topbar .right-section {
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        display: inline-block;
        padding-right: 80px;
    }

    #header .topbar .nav-custom {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

    #header .topbar .nav-custom a {
        margin-top: 8px;
        display: inline-block;
        color: #a0a0a0;
    }

    #header .topbar .topbar-ticker {
        display: inline-block;
        margin-top: 12px;
        margin-right: 14px;
    }

    #header .topbar .topbar-ticker .ticker {
        display: inline-block;
        background-color: #ffffff;
        width: 100%;
        text-align: right;
        height: 100%;
        font-size: 0;
    }

    #header .topbar .topbar-ticker .ticker .newsticker {
        display: inline-block;
        color: #222222;
        cursor: default;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #dedede;
        border-right: none;
        font-size: 14px;
        width: 140px !important;
        height: 36px;
        line-height: 36px;
    }

    #header .topbar .topbar-ticker .ticker .newsticker .js-frame {
        margin: 0;
    }

    #header .topbar .topbar-ticker .ticker .newsticker ul li {
        white-space: nowrap;
        display: none;
    }

    #header .topbar .topbar-ticker .ticker .newsticker ul li .currency {
        text-transform: uppercase;
        font-size: 11px;
        vertical-align: middle;
        margin-right: 4px;
        color: #666666;
    }

    #header .topbar .topbar-ticker .ticker .ticker-info {
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        background-color: #222222;
        background-image: url("/wp-content/themes/coinify/library/images/icons/icon-info.svg");
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: center;
        vertical-align: top;
    }

    #header .topbar .topbar-ticker .ticker .ticker-info:hover {
        color: #ffffff;
        background-color: #f4c567;
    }

    #header .topbar .topbar-buttons {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        vertical-align: top;
        margin-top: 16px;
    }

    #header .topbar .topbar-buttons .button .inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    #header.header-neg {
        color: #ffffff;
    }

    #header.header-neg .topbar .topbar-logo {
        background-image: url("/wp-content/themes/coinify/library/images/coinify-logo-neg.svg");
        background-repeat: no-repeat;
    }

    #header .header-content .hero-front-tagline {
        display: block;
    }

    #menu #toggle-nav-label {
        right: 30px;
    }

    .section.section-a {
        margin-top: 40px;
    }

    .section.section-a .usps-description {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .section.section-a .usps {
        margin-top: 20px;
        display: inline-block;
        width: 33%;
        font-size: 0;
    }

    .section.section-a .usps h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .section.section-a .usps p {
        font-size: 16px;
        margin: 15px 30px 0 30px;
    }

    .section.section-a .usps .icon {
        width: 140px;
        height: 150px;
        background-size: 140px;
    }

    .section.section-a .partners {
        margin-top: 80px;
    }

    .section.section-a .partners .partner {
        display: inline-block;
        margin: 10px 20px;
    }

    .section.section-a .partnerships {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0;
    }

    .section.section-a .partnerships ul {
        width: 30%;
        display: inline-block;
        margin-top: 30px;
    }

    .section.section-a .partnerships ul:nth-child(odd) {
        margin-left: 5%;
        margin-right: 5%;
    }

    .section.section-a .partnerships ul p {
        font-size: 16px;
    }

    .section.section-b {
        font-size: 0;
    }

    .section.section-b .left {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: middle;
        padding: 20px 80px 20px 10px;
    }

    .section.section-b .left p {
        margin-top: 40px;
    }

    .section.section-b .right {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: top;
    }

    .section.section-b .right li {
        display: block;
        padding: 30px;
        margin: 0 40px 40px 0;
        text-align: left;
    }

    .section.section-b .right li .icon {
        display: inline-block;
        width: 70px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: 70px;
        margin-right: 20px;
        vertical-align: top;
    }

    .section.section-b .right li .li-container {
        width: 75%;
        display: inline-block;
    }

    .section.section-awards {
        margin-top: 60px;
    }

    .section.section-awards img {
        width: 70%;
    }

    .section-b-outer {
        margin: 80px 20px;
        background-color: transparent;
    }

    .section-services-outer {
        margin: 80px 20px;
        background-color: transparent;
        border: 1px solid #a0a0a0;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-services-outer.payment-outer {
        margin-bottom: 20px;
    }

    .section-services-outer.trade-outer {
        margin-top: 0;
    }

    .section-services-outer .description {
        width: 50%;
    }

    .section-services-outer .button:hover .inner {
        color: #222222;
        background-color: #ffffff !important;
    }

    .section-news-outer {
        margin: 80px 20px;
        font-size: 0;
    }

    .front-top {
        position: relative;
    }

    .front-top .front-top-image {
        background-position: center;
        background-size: cover;
        background-position: center bottom 200px;
        padding-top: 100px;
    }

    .front-top .front-top-image h1 {
        margin-bottom: 100px;
    }

    .front-top .box-one, .front-top .box-two {
        padding: 30px;
        color: #ffffff;
        width: 35%;
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 75px;
        box-shadow: rgba(34, 34, 34, 0.5) 2px 2px 10px 0px;
        padding: 50px 30px;
    }

    .front-top .box-one .button:hover span, .front-top .box-two .button:hover span {
        color: #222222;
    }

    .front-top .box-one {
        background-color: #3e92cc;
        margin-right: 10%;
        margin-left: 10%;
    }

    .front-top .box-two {
        background-color: #7dac6f;
    }

    .section-b-outer.front {
        border: 1px solid #a0a0a0;
    }

    .section-b-outer.trade .right li, .section-b-outer.merchant .right li {
        margin-bottom: 0;
    }

    .section-b-outer.trade .right .icon, .section-b-outer.merchant .right .icon {
        margin-right: 0;
    }

    .section-b-outer.trade .right p, .section-b-outer.merchant .right p {
        margin-top: 6px;
    }

    .trade-devices img {
        width: 90%;
        margin-top: 80px;
    }

    .merchant-trustbar ul li, .enterprise-trustbar ul li, .trade-trustbar ul li {
        width: 33.33%;
        vertical-align: middle;
    }

    .pricing-service {
        display: inline-block;
        width: 30%;
        font-size: 0;
        vertical-align: top;
    }

    .pricing-service:nth-child(2) {
        margin-right: 4%;
        margin-left: 4%;
    }

    .pricing-service p {
        font-size: 16px;
    }

    .payment-services-top, .trade-services-top {
        display: block;
        width: 50%;
    }

    .payment-services-container, .trade-services-container {
        font-size: 0;
    }

    .payment-services-container ul, .trade-services-container ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .payment-services-container .box, .trade-services-container .box {
        display: inline-block;
        padding: 30px;
        margin-bottom: 6%;
        width: 46%;
        margin: 1.5%;
    }

    .payment-services-container .box:nth-of-type(2n), .trade-services-container .box:nth-of-type(2n) {
        margin-right: 0;
    }

    .payment-services-container .box:nth-of-type(2n+1), .trade-services-container .box:nth-of-type(2n+1) {
        margin-left: 0;
    }

    .payment-services-container .box p, .trade-services-container .box p {
        font-size: 16px;
    }

    .payment-services-container .box:nth-child(odd), .trade-services-container .box:nth-child(odd) {
        margin-right: 6%;
    }

    .payment-services-container .box .icon, .trade-services-container .box .icon {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }

    .payment-services-container .box .li-container, .trade-services-container .box .li-container {
        width: 75%;
        display: inline-block;
    }

    .payment-services-container .button:hover .inner, .trade-services-container .button:hover .inner {
        color: #222222;
        background-color: #ffffff !important;
    }

    .module-image-outer .wrap img {
        margin-bottom: 90px;
    }

    .module-text-outer, .module-imagetext-outer {
        padding-bottom: 40px;
    }

    .module-features-outer {
        padding-bottom: 40px;
    }

    .module-steps-outer {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .repeater-people {
        padding-bottom: 50px;
        text-align: center;
    }

    .repeater-people h2 {
        margin-bottom: 90px;
    }

    .repeater-people h3 {
        margin-bottom: 60px;
    }

    .module.module-intro h2 {
        font-size: 48px;
        line-height: 58px;
    }

    .module.module-repeater {
        vertical-align: top;
        width: 40%;
        display: inline-block;
        font-size: 0;
        margin: 0;
        padding: 0;
    }

    .module.module-repeater .repeater-image {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .module.module-repeater .repeater-title, .module.module-repeater .repeater-description, .module.module-repeater .repeater-text {
        font-size: 16px;
    }

    .module.module-repeater .repeater-social:hover {
        opacity: .5;
    }

    .module.module-repeater .repeater-description {
        padding-right: 20px;
        padding-left: 20px;
    }

    .module.module-repeater .repeater-description a:hover {
        border-color: #dedede;
    }

    .module.module-repeater .repeater-text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .module.module-text {
        text-align: center;
    }

    .module.module-spacer {
        display: block;
        height: 90px;
    }

    .module.module-steps {
        font-size: 0;
    }

    .module.module-steps .left {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: middle;
        padding: 20px 80px 20px 10px;
    }

    .module.module-steps .left p {
        margin-top: 40px;
    }

    .module.module-steps .right {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: top;
    }

    .module.module-steps .right li {
        display: block;
        padding: 30px;
        margin: 0 40px 40px 0;
        text-align: left;
    }

    .module.module-steps .right li .icon {
        display: inline-block;
        width: 70px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: 70px;
        margin-right: 20px;
        vertical-align: top;
    }

    .module.module-steps .right li .li-container {
        width: 75%;
        display: inline-block;
    }

    .module.module-imagetext .left, .module.module-imagetext .right {
        display: inline-block;
        width: 48%;
        height: 100% !important;
        vertical-align: middle;
    }

    .module.module-imagetext .left:nth-child(even), .module.module-imagetext .right:nth-child(even) {
        margin-left: 4%;
    }

    .module.module-features li {
        font-size: 24px;
    }

    .module.module-features .left, .module.module-features .right {
        display: inline-block;
        width: 48%;
        height: 100% !important;
        vertical-align: middle;
    }

    .module.module-features .left:nth-child(even), .module.module-features .right:nth-child(even) {
        margin-left: 4%;
    }

    .repeater-container {
        text-align: center;
        margin-top: 0;
    }

    .module-testimonials {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .module-testimonials h5 {
        text-align: center;
    }

    .module-knowledge {
        font-size: 0;
    }

    .module-knowledge .knowledge-image {
        display: inline-block;
        width: 50%;
        height: 420px;
    }

    .module-knowledge .knowledge-content {
        padding-top: 60px;
        display: inline-block;
        width: 50%;
        height: 420px;
    }

    .wrap-post-overview {
        font-size: 0;
    }

    .post-categories a:hover {
        background-color: #dedede;
    }

    .post-item {
        width: 30%;
        margin-bottom: 100px;
    }

    .post-item:nth-child(3n+2) {
        margin-left: 5%;
        margin-right: 5%;
    }

    .post-single {
        padding: 0 15%;
    }

    .post-single p {
        font-size: 18px;
        line-height: 26px;
    }

    .post-single p.post-date {
        color: #a0a0a0;
        margin-top: 6px;
        margin-bottom: 2px;
    }

    .post-single img {
        max-width: 100%;
    }

    .post-single img.img-top {
        width: 100%;
    }

    .post-single .social-share:hover {
        opacity: .5;
    }

    nav.pagination {
        font-size: 16px;
        margin-bottom: 60px;
    }

    nav.pagination .page-numbers li {
        margin-right: 6px;
    }

    nav.pagination .page-numbers li span:hover, nav.pagination .page-numbers li a:hover {
        background-color: #f4c567;
        border-color: #f4c567;
        color: #222222;
    }

    .service-top {
        position: relative;
        margin-bottom: 40px;
    }

    .service-top img {
        width: 80%;
        position: relative;
        margin-left: 20%;
    }

    .service-top .text-box {
        top: 30px;
        background-color: #f5f5f5;
        position: absolute;
        left: 0;
        width: 50%;
    }

    .service-top .text-box h2 {
        font-size: 48px;
        line-height: 56px;
    }

    #footer {
        padding: 60px 0;
    }

    #footer .footer-menus {
        margin: 40px 0;
    }

    #footer .footer-menus ul.menu-services, #footer .footer-menus ul.menu-help, #footer .footer-menus ul.menu-company {
        vertical-align: top;
        display: inline-block;
        margin: 0 10px;
        width: 220px;
    }

    #footer .footer-social ul li {
        display: inline-block;
        margin: 0 10px;
    }
}

@media only screen and (min-width: 1030px) {
    .wrap {
        width: 980px;
    }

    /*********************
  TYPO
  *********************/
    h1, .h1 {
        font-size: 64px;
        line-height: 82px;
    }

    /*********************
  MAIN CONTENT
  *********************/
    .extra-margin {
        padding-right: 200px;
        padding-left: 200px;
    }

    #header .header-content h1, #header .header-content p {
        width: 60%;
    }

    #header .topbar {
        width: 980px;
    }

    #header .topbar .topbar-buttons .button .inner {
        padding-left: 28px;
        padding-right: 28px;
    }

    .front-top .front-top-image {
        background-position: center bottom 150px;
        padding-top: 150px;
    }

    .front-top .front-top-image h1 {
        margin-bottom: 150px;
    }

    .module.module-repeater {
        width: 30%;
    }
}

@media only screen and (min-width: 1240px) {
    .wrap {
        width: 1160px;
    }

    #header .topbar {
        width: 1160px;
    }
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
    /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }

    a abbr[title]:after, a:visited 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;
    }

    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

/**********************************/

.custom-logo-link img {
    max-width: 120px;
    height: auto;
}

.dropdown-item {
    white-space: initial;
}

.media-body p {
    line-height: 1.5;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: lightcyan;
}

@media screen and (min-width: 768px) {
    .menu-item-has-children:hover:after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        z-index: 10000;
    }
}

.dropdown-menu {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    left: -51%;
}

.menu-item-image {
    height: 4vw;
    width: 4vw;
    min-width: 30px;
    min-height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	margin-right: 25px!important
}

.navbar-expand-md .navbar-nav .dropdown-menu.one-col-width:after {
    left: 38%;
}

@media (min-width: 768px) {
	#menu-item-6929 .col-sm-6{
		padding-left: 20px;
	}
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 70vw;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.one-col-width {
        min-width: 25vw !important;
    }

    ul.nav li.dropdown:hover > .dropdown-menu {
        display: block;
    }

}

@media (min-width: 992px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 55vw;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu.one-col-width {
        min-width: 21vw !important;
    }
}

@media (min-width: 1170px) {
    .navbar-expand-md .navbar-nav .dropdown-menu.one-col-width {
        min-width: 18vw !important;
    }
}

.white-logo
{
    display: none;
}