/*
Theme Name: JUNO
Author: Pero Petricevic
Version: 1
Text Domain: JUNO theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0 auto;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

/* link color */
a {
    background-color: transparent;
    color: #01B2A8;
}

a:active,
a:hover {
    outline: 0;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 0 2px -1px #333;
    margin-bottom: 0;
/*         border-bottom: 1px solid #ebebeb; */
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1rem;
    outline: medium none;
    text-decoration: none;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

#page-sub-header {
    padding: 1.875rem 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    color: #cdbfe3;
    padding: 4rem 0.938rem;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover;
}

#page-sub-header h1 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 0.625rem;
}

#page-sub-header p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    #page-sub-header h1 {
        font-size: 3.750rem;
        line-height: 1;
    }

    #page-sub-header {
        padding-top: 3.750rem;
        padding-bottom: 3.750rem;
        text-align: left;
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 50rem;
    }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

#masthead .navbar-nav > li > a {
    color: #8e869d;
    padding: 0.5rem;
}

#masthead .navbar-nav > li > a:hover {
    color: #292b2c;
    /* background: #f9f9f9; */
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    padding: 12px 24px;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}
@media screen and (max-width: 991px) {
    .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #eee;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
    padding-bottom: 3.75rem;
    /*   padding-top: 4.125rem; */

}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: fontawesome;
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    /*  margin: 1.5em 0 0; */
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
    color: #9a9a9a;
}

.entry-title > a {
    color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-item .gallery-columns-2 {
    max-width: 50%;
}
.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
    max-width: 25%;
}
.gallery-item .gallery-columns-5 {
    max-width: 20%;
}
.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value > select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    background: #2a2730 none repeat scroll 0 0;
    color: #99979c;
    padding: 1.250rem 0;
    text-align: center;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
}

.copyright a, footer#colophon a {
    color: inherit;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav > li > a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 93%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 90%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 88%;
    }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    html {
        font-size: 86%;
    }
}



/*--------------------------------------------------------------
## JUNO
--------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
}

p, li {
    color: #637381;
}

p {
font-size: 1.15rem;
}

h1 {
    font-size: 3rem;
    letter-spacing: -0.06px;
    text-shadow: 0 2px 9px rgba(0,0,0,0.06);
    font-weight: 700;
    font-family: 'Noto Serif', PT Serif, Helvetica Neue;
}

h2 {
    opacity: 0.82;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    font-family: 'Noto Serif', PT Serif, Helvetica Neue;
}

h4 {
    color: #212b35;
    font-family: Helvetica Neue;
    line-height: 1.6;
}

header#masthead {
    background-color: #fff;
    margin-bottom: -76px;
    position: relative;
    z-index: 100;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: -0.06em;
}

#masthead .navbar-nav > li > a {
    color: ##6d6f7b;
    font-size: 17px;
    text-transform: capitalize;
}

.dropdown-menu .dropdown-item {
    text-transform: capitalize;
   	font-size: 19px;
   	padding: 18px 36px;
}

#INTRO {
background-color: #fff;
background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/12/intro-bg-2.svg");
/* box-shadow: inset -76px -75px 923px 0 rgba(0,0,0,0.25); */
background-size: cover;
text-align: center;
padding-top: 100px;
margin-bottom: -15px;
}

#INTRO H1 {
color: #323747 !important;
}

#INTRO H2 {
font-family: Helvetica Neue;
opacity: 0.65;
}

#INTRO button {
    background-color: #f15515;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.09), inset 0 0 3px 0 rgba(0,0,0,0.50);
    margin-top: 22px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 7px;
padding: 10px 32px;
    box-shadow: 0 8px 21px 0 rgba(0,0,0,0.15);
    border-bottom: 2px solid rgba(51, 51, 51, 0.27);
    font-size: 18px;
}

#INTRO button span {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid white;
display: block;
float: right;
margin-left: 16px;
margin-top: 4px;
}

#FEATURES {
    /* background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23e0eefb' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E"); */
    /* background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/10/pale-corner-poly.png"); */
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 65px;
    position: relative;
    z-index: 20;
    background-repeat: no-repeat;
}

#FEATURES .row {
    margin-bottom: 150px;
}

.feature-card {
    border-radius: 8px;
    padding: 0px 44px 12px 44px;
    /*TO DO mobilize padding*/
}

.feature-card p {
    margin-bottom: 22px;
}

.feature-card p {
    color: #637381;
}

.feature-card a {
font-weight: bolder;
font-size: 1.15rem;
}

.feature-card a::after {
content: "";
width: 10px;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 10px solid #5abfab;
display: inline-block;
margin-top: 4px;
position: relative;
left: 8px;
top: 2px;
}

.feature-card ul {
    list-style: none;
    -webkit-padding-start: 0px;
}

.feature-card li {
    position: relative;
    border-bottom: 1px solid #dfe3e8;
    padding: 12px 0px;
    font-style: italic;
}

#feature-logoes {
    text-align: center;
}

#feature-logos img{
    margin: 20px;
}

#TESTIMONIALS {
    padding-top: 100px;
    padding-bottom: 12px;
background-color: #EEF6FA;
/*     background-color: #f5f5f5; */
  /*   background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png"); */
        border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

#MAP {
    padding-top: 100px;
    background-color: #ffffff;
   	padding-bottom: 100px;
}

#map::after {
content: "";
width: 100%;
height: 552px;
Background-color: #fff;
display: block;
position: relative;
bottom: -650px;
}

#MAP aside {
display: block;
padding: 33px 44px;
background-color: rgba(1, 180, 166, 0.76);
position: absolute;
z-index: 111;
width: 600px;
margin: 0 auto;
left: 50%;
transform: translate(-50%, 0);
border-radius: 3px;
background: #FFFFFF;
border: 7px solid #50B5A0;
box-shadow: 0 22px 44px 0 rgba(80,181,160,0.31);
}

#referrer-count {

}

#MAP .odometer-inside {
font-family: 'Noto Serif';
}

.overlay {
background:transparent; 
position:relative; 
width:1024px;
height:1024px; /* your iframe height */
top:1024px;  /* your iframe height */
margin-top:-1024px;  /* your iframe height */
z-index: 2222;
}

#CTA {
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1111;
	background-color: #20bbb1;
/* 	background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/LDmockupsitting2.jpg"); */
	background-size: cover;
    background-attachment: fixed;
/*  border-top: 1px solid #ebebeb; */
    border-bottom: 1px solid #ebebeb;
}

.teal-gradient {
background-image: linear-gradient(0deg, #1EBAB1 0%, rgba(255,255,255,0.90) 100%);
}

#NEWSLETTER {
background-color: #EEF6FA;
    padding-top: 100px;
    padding-bottom: 100px;
/* 
    background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/10/pale-corner-poly.png");
    background-repeat: no-repeat;
 */
}

#DEMO {
    /* background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png"); */
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
/*     box-shadow: 0px 7px 56px 4px rgba(0, 0, 0, 0.1); */
    background-color: #EEF6FA;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

#DEMO h4::before {
    content: "WEBCAST:";
    color: #01B2A8;
    font-size: 12px;
    display: block;
    margin-left: -168px;
}

.form-1 {
    display: inline-flex;
    width: 75%;
    border: 1px solid rgb(223, 227, 232);
    padding: 4px;
    background: #fff;
    border-radius: 7px;
    max-width: 650px;
}

.form-1 input {
    border: 0px;
    width: 75%;
    height: 36px;
    padding-left: 12px;
}

.form-1 button {
    width: 25%;
    background: #fff;
    color: #55C1AB;
    border: 2px solid #55C1AB;
    border-radius: 3px;
    font-weight: 600;
}

.btn-green {
    background-color: #2bbcb1;
    border: 0px;
    border-radius: 7px;
    color: #fff;
    font-weight: bolder;
    padding: 14px 32px;
    box-shadow: -1px 15px 40px -9px rgba(65, 191, 110, 0.28);
    border-bottom: 2px solid #1d9a91;
    font-size: 1.2rem;
    text-transform: lowercase;
}

.btn-green-ghost {
    border: 2px solid #c2d2da;
    border-radius: 7px;
    color: #2bbcb1;
    font-weight: bolder;
    padding: 14px 32px;
    font-size: 1.2rem;
    text-transform: lowercase;
}

.btn-red {
background-image: linear-gradient(-225deg, #FF7056 0%, #BE4D39 100%);
    background-color: #FF7056;
    border: 0px;
    border-radius: 7px;
    color: #fff;
    font-weight: bolder;
    padding: 14px 32px;
    box-shadow: -1px 15px 40px -9px rgba(65, 191, 110, 0.28);
    border-bottom: 2px solid #902511;
    font-size: 1.5rem;
    text-transform: lowercase;
}

.display-posts-listing {
    -webkit-padding-start: 0px;
    padding-top: 40px;
}

.listing-item ul, li {
    /* list-style: none; */
}

.listing-item {
    margin-top: 60px;
    list-style-type: none;
    margin-bottom: 60px;
}

.listing-item a {
    display: block;
    margin-bottom: 12px;
    margin-top: 22px;
    font-size: 22px;
}

.juno-page-header {
    padding-top: 180px;
    color: #fff;
    background-color: #00CA91;
}

.juno-page-header p {
    font-size: 18px;
    color: #fff;
    opacity: 0.89;
    margin-bottom: 12px;
    margin-top: 12px;
}

.juno-page-header a {
color: #fff;
font-weight: bolder;
text-decoration: underline;
}

.juno-page-header li {
    font-size: 18px;
    color: #000;
    opacity: 0.39;
    list-style-type: circle;
}

.juno-page-header .container {
    padding-bottom: 60px;
}

/* 
.juno-page-header::after {
content: '';
position: absolute;
width: 100%;
border-top: 100px solid #55C1AB;
border-left: 98.8vw solid transparent;
left: 0px;
}
 */

.juno-page-body {
    padding-top: 60px;
    background-color: #fff;
}

.threequarters {
    width:75%;
    margin: 0 auto;
    display: block;
}

#footer-widget {
padding: 74px 0px;
background-color: #2a2831;
background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png");
}

#footer-widget h3 {
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
opacity: 0.8;
color: #fff;
}

#footer-widget p {
font-size: 13px;
}

#footer-widget a {
font-size: 13px;
}

#footer-widget ul li {
margin-bottom: 4px;
}

.site-footer {
/* 
    background-image: url(https://www.leaddyno.com/wp-content/uploads/2017/11/bg-triangle.png) !important;
    background-size: cover !important;
 */
}

.site-footer a {
display: block;
}

footer#colophon {
    padding: 0px;
}

.site-footer .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-footer b {
    display: block;
    min-height: 50px;
}

.site-footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-media-footer {
margin: 0 auto;
}

.social-media-footer div {
float: left;
margin-left: 12px;
margin-right: 12px;
}
}

#content.site-content {
    padding-bottom: 0px;
}

.title {
    font-weight: bolder;
}

.spacer100 {
    width: 100%;
    height: 100px;
}

.spacer60 {
    width: 100%;
    height: 60px;
}

.spacer30 {
    width: 100%;
    height: 30px;
}

.block {
display: block;
margin: 0 auto;
}

.large {
font-size: 28px;
}

.seperator {
    width: 100px;
    height: 4px;
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
    background-image: linear-gradient(63deg, #2BC390 24%, #2AC491 24%, #13ECB8 71%);
}

.seperatorII {
    width: 100px;
    height: 2px;
    display: block;
    background-image: linear-gradient(-134deg, #FFCD2C 0%, #FF0663 100%);
}

blockquote {
    background: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    border-right: 0px solid #DDDDDD;
    margin: 5px 5px 20px 30px;
    padding: 25px 30px 5px;
}

#content blockquote {
    color: #b5b5b5;
}

#integrations-logos {
    width: 100%;
}

#integrations-logos img {
    display: inline-block;
    width: 180px;
    margin: 18px;
}

.pricing-panel {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.14);
}

.pricing-panel b, strong, button {
    /* text-align: center; */
    display: block;
    margin: 0 auto;
}

.pricing-panel strong {
    font-size: 36px;
    margin-bottom: 32px;
    margin-top: 24px;
}

.pricing-panel strong::before {
    content: "$";
    font-size: 12px;
    padding-right: 4px;
}

.pricing-panel strong::after {
    content: "per month";
    color: inherit;
    font-size: 12px;
    display: block;
    line-height: 0.1;
    opacity: 0.5;
}

.pricing-panel div {
    padding-top: 50px;
    line-height: 0.7;
    color: #fff;
    font-size: 38px;
}

.pricing-panel ul li {
    list-style-type: circle;
}

.pricing-panel button {
    padding: 18px 26px;
    box-shadow: 1px 7px 7px rgba(0, 0, 0, 0.17);
    border: 0px;
    color: #fff;
    font-weight: bolder;
    border-radius: 2px;
}

.pricing-starter{
    background-image: linear-gradient(-134deg, #FFCD2C 0%, #FF0663 100%);
}

.pricing-biz{
    background-image: linear-gradient(-134deg, #00EAF8 0%, #6D42EF 100%);
}

.pricing-accelerator{
    background-image: linear-gradient(-90deg, #B4EC51 0%, #429321 100%);
}

.pricing-starter strong{
    color: #C30202;
}

.pricing-biz strong{
    color: #0231C3;
}

.pricing-accelerator strong{
    color: #02C308;
}

#pricing-header {
    background-image: linear-gradient(-191deg, #14243A 0%, #71757C 38%, #061E46 100%);
}

.dropdown-toggle::after {
    display: none;
}

.testimonials-small em {
color: #637381;
}

.howto-header small {
display: block;
font-size: 19px;
color: #000;
opacity: 0.32;
margin-bottom: 12px;
}

.demo-header {
background-image: linear-gradient(-134deg, #6CF6DA 0%, #176DA0 100%);
}

.tour-header {
background-image: linear-gradient(-134deg, #00EAF8 0%, #6D42EF 100%);
}

.integrations-header {
background-image: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
}

.howto-header {
background-image: linear-gradient(-134deg, #3023AE 0%, #C86DD7 100%);
}

.blog-header {
background-image: linear-gradient(-225deg, #F99863 0%, #FF2E00 100%);
}

.testimonialHome {
padding: 32px 46px;
box-shadow: 1px 4px 12px rgba(9, 104, 104, 0.21);
margin-bottom: 44px;
}

.testimonialHome .excerpt {
margin-top: 12px;
background-color: #fff;
padding-bottom: 18px;
font-size: 1.5rem;
font-style: italic;
}

.testimonialImage {
    padding: 28px 14px 1px 14px;
    background-color: #efefef;
    margin-bottom: 12px;
    border-radius: 10px;
}

.testimonialImage img {
    float: left;
    max-height: 35px;
    width: auto;
    margin-right: 12px;
}

.postText {
margin-bottom: 32px;
}

.bottom-CTA {
padding-top: 80px;
padding-bottom: 80px;
background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png");
}

.bottom-CTA h4 {
Font-size: 2rem;
opacity: 0.75;
}

.bottom-CTA button{
background-color: #40c06e;
border: 0px;
border-radius: 7px;
color: #fff;
font-weight: bolder;
padding: 14px 62px;
box-shadow: -1px 15px 15px -9px rgba(65, 191, 110, 0.55);
border-bottom: 2px solid #29a054;
font-size: 1.5rem;
}

.mockup {
margin: 55px auto;
    background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/apple-macbook-black-front.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 240px;
    margin-bottom: -180px;
    margin-top: -100px;
/*     mobilize */
}

.nav-signup {
    border: 2px solid #01B2A8;
    border-radius: 4px;
    padding: 2px 10px;
    position: relative;
    top: -4px;
    margin-left: 11px;
}

.nav-login {
    border: 2px solid transparent;
    /* border-radius: 4px; */
    padding: 2px 10px;
    position: relative;
    top: -4px;
    margin-left: 11px;
}

.nav-signup a {
color: #01B2A8 !important;
}

.nav-login a {
color: #01B2A8 !important;
}

.entry-title {
font-size: 32px;
opacity: 0.75;
}


.hex-bg {
background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png");
}

.form {
background-image: url("https://www.leaddyno.com/wp-content/uploads/2017/11/hex-opacity-0.03.png");
background-color: #fff;
/* margin-top: -30px; */
padding: 44px;
margin-bottom: 22px;
box-shadow: 1px 2px 22px 0px rgba(0, 172, 37, 0.22);
border-radius: 5px;
}

.form input[type="text"] {
padding: 2px;
margin-right: 0px;
line-height: 2.5;
width: 50%;
border: 2px solid #d0d0d0;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.form input[type="submit"] {
background-color: #40c06e;
    line-height: 2.5;
    color: #fff;
    border: 1px solid #40c06e;
    padding: 2px 41px 4px 41px;
    position: relative;
    top: -1px;
    font-weight: bold;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -2px;
}

.form h3 {
margin-bottom: 28px;
margin-top: 12px;
opacity: 0.75;
}

.standard-format h3 {
margin-top: 86px;
}

.fp-blog-title {
    font-size: 1.65rem;
    padding-top: 28px;
    display: block;
}

.support-accordian {
margin-top: -80px;
}

.support-accordian .card{
border: 0px;
}

.card-header img{
float: right;
    border-radius: 102px;
    box-shadow: 1px 1px 8px 1px #0000003d;
}

.card-header h5 {
font-size: 32px;
font-weight: bolder;
}

.card-body {
padding: 18px 32px;
text-align: center;
}

.card-body b {
font-size: 1.8rem;
opacity: 0.5;
}

.card-header a{
line-height: 3.75;
padding-left: 32px;
display: block;
color: #fff;
}

.blue-gradient {
background-image: linear-gradient(90deg, #00EAF8 0%, #6D42EF 100%);
}

.green-gradient {
background-image: linear-gradient(90deg, #B4EC51 0%, #429321 100%);
}

.purple-gradient {
background-image: linear-gradient(-90deg, #3023AE 0%, #C86DD7 100%);
}

.blue1 {
background-color: #0288D1;
}

.blue2 {
background-color: #0277BD;
}

.blue3 {
background-color: #01579B;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .hidden-xs { display: none; }
}

.card-grey {
background: #F6F9FA;
}




