/* Table of Contents
/* ------------------------------------------------------------

This is a minimalized development CSS file based from the casper
theme in conjunction bootstrap v4.  

1.  Global Styles
2.  Site Header
3.  Site Navigation
4.  Post Feed
5.  Single Author Byline
6.  Related Posts
7.  Koenig Styles
8.  Author Template


*/

/* Preloader
/* ---------------------------------------------------------- */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat; 
    background-color: #DDDDDD;
    background-position: center;
}

/* 1. Global - Set up the things
/* ---------------------------------------------------------- */
a{
    color: #220b4f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover, a:focus {
    text-decoration: none;
    color:#220b4f; 
}

b, strong {
    font-weight: 700;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.btn {
    font-weight: 700;
    border: none;
    border-radius: 300px;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    color: white;
    border-color: #2C0E64;
    background-color: #220b4f; }
    .btn-primary.focus, .btn-primary:focus {
      color: white;
      border-color: #220b4f;
      background-color: #2C0E64; }
    .btn-primary:hover {
      color: white;
      border-color: #220b4f;
      background-color: #2C0E64; }
    .btn-primary.active, .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
      color: white;
      border-color: #220b4f;
      background-color: #2C0E64; }
      .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
      .open > .btn-primary.dropdown-toggle.focus,
      .open > .btn-primary.dropdown-toggle:focus,
      .open > .btn-primary.dropdown-toggle:hover {
        color: white;
        border-color: #220b4f;
        background-color: #2C0E64; }
    .btn-primary.active, .btn-primary:active,
    .open > .btn-primary.dropdown-toggle {
      background-image: none; }
    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
      border-color: #220b4f;
      background-color: #220b4f; }
    .btn-primary .badge {
      color: #220b4f;
      background-color: white; 
}
  
.card {
    border-radius: 0px;
}

.card-img-top {
    border-radius: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-feed .card-img-top {
    height: 40vw;
}

.card-footer {
    background-color: #FFFFFF;
    border-top: none;
}

.color-fb{
    color: #3b5998;
}

.color-tw {
    color: #1da1f2;
}

.color-li {
    color: #4875B4;
}
    
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

p, blockquote, dl, ol, ul {
    margin-bottom: 3rem;
    display: flow-root;
}

.text-white a {
    color:#FFFFFF;
}

.text-brand {
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
}

/* 2. Site Header
/* ---------------------------------------------------------- */

.site-header {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    background-size: cover;
}

.site-header.no-image {
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-title {
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.responsive-header-img {
    padding: 260px 0px 140px;
}

.site-header.no-image:before,
.site-header.no-image:after {
    display: none;
}

.site-logo {
    max-height: 45px;
}

@media (max-width: 500px) {
    .site-title {
        font-size: 2rem;
    }
    .site-description {
        font-size: 1.8rem;
        margin-top: 8px;
    }
}


/* 3. Site Navigation
/* ---------------------------------------------------------- */

.navbar {
    z-index: 300;
}

.navbar-brand img, #mainNav img {
    width: auto;
    height: 24px;
    padding:0px 10px
}


#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}

#home-nav a.navbar-brand,
#home-nav a.navbar-brand:hover {
    color: #FFFFFF;
}

#home-nav .navbar-shrink .navbar-brand {
    font-size: 24px;
    padding: 5px 0px;
    color: #2C0E64; 
}

#home-nav .navbar-shrink a.navbar-brand:hover {
    color: #220b4f;
}

.navbar-light .navbar-brand, .navbar-brand {
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
    font-size: 32px;
    padding: 15px 0px;
    color: #2C0E64;
}

.navbar-light .navbar-brand:hover, .navbar-brand:hover,
.navbar-light .navbar-brand:focus, .navbar-brand:focus {
    color:#220b4f; 
}

#home-nav .navbar-shrink {
    border-color: rgba(34, 34, 34, 0.05);
    border-bottom: 1px #ddd solid;
    background-color: white; 
}

#home-nav .navbar-nav > li.nav-item > a.nav-link,
#home-nav .navbar-nav > li.nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.9); 
}

#home-nav .navbar-nav > li.nav-item > a.nav-link:hover,
#home-nav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: white; 
}

#mainNav li.nav-item > a.nav-link,
#mainNav li.nav-item > a.nav-link:focus,
#home-nav .navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#home-nav .navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #222222; 
}

#mainNav li.nav-item > a.nav-link:hover,    
#mainNav li.nav-item > a.nav-link:focus:hover, 
#home-nav .navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,    
#home-nav .navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #2C0E64; 
}
    
.navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; 
}

nav.navbar a.nav-link, footer a.nav-link {
    font-size: 14px;
    font-weight: 700;
    padding:15px;
}

nav.navbar a.social-link {
    padding:15px 10px;
}

#floating-header {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}

#floating-header .navbar-brand {
    font-size: 20px;
}

@media (max-width: 500px) {
    footer.navbar-fixed-bottom .nav-item {
        margin-left: auto;
        margin-right: auto;
    }
}


/* 4. Post Feed
/* ---------------------------------------------------------- */

.post-nav-title {
    max-width: 60vw;
}

.post-template h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.post-full-content h5 {
    text-align: center;
}

.post-sub-header {
    text-transform: uppercase;
}

.post-full-image img {
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-card-tags, .card-title, .post-card-excerpt {
    color: #212529;
}

.card-title {
    font-size: 1.5rem;
}

.post-card-tags {
    font-size: 1rem
}

.post-card-excerpt p {
    margin-bottom: 10px;
}

.post-full-content>p:first-child {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 1.5em;
    font-weight: bold;
    padding-top: 96px;
}

.post-full-content blockquote {
    font-size: 1.4em;
    width:95%;
    margin:50px auto;
    font-family:Open Sans;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #2C0E64 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
}
  
.post-full-content blockquote::before {
    font-family:Arial;
    content: "\201C";
    color:#2C0E64;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}
  
.post-full-content blockquote::after {
    content: '';
}
  
.post-full-content blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}

.post-full-content pre {
    overflow-x: auto;
    margin: 1.5em 0 3em;
    padding: 20px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: #0e0f11;
    background: #eceff3;
    border-radius: 5px;
}

.page h1.section-header {
    font-weight: bold;
    text-align: center;
}

.page.no-image h1.section-header {
    margin-top: 80px;
    text-align: left;
    color: #64767a;
}

.no-image .post-full-content>p:first-child {
    font-weight: 400;
    padding-top: 0px;
}


.author-list {
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-list-item {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.author-list-item:nth-child(1) {
    z-index: 10;
}
.author-list-item:nth-child(2) {
    z-index: 9;
}
.author-list-item:nth-child(3) {
    z-index: 8;
}
.author-list-item:nth-child(4) {
    z-index: 7;
}
.author-list-item:nth-child(5) {
    z-index: 6;
}
.author-list-item:nth-child(6) {
    z-index: 5;
}
.author-list-item:nth-child(7) {
    z-index: 4;
}
.author-list-item:nth-child(8) {
    z-index: 3;
}
.author-list-item:nth-child(9) {
    z-index: 2;
}
.author-list-item:nth-child(10) {
    z-index: 1;
}

.static-avatar {
    display: block;
    overflow: hidden;
    margin: 0 -5px;
    width: 34px;
    height: 34px;
    border: #fff 2px solid;
    border-radius: 100%;
}

.static-avatar-wrapper {
    padding: 4px;
    text-align: center;
}

.author-profile-image {
    display: block;
    width: 100%;
    height: 100%;
    background: color(var(--lightgrey) l(+10%));
    border-radius: 100%;
    object-fit: cover;
}

/* 5. Single Author Byline
/* ---------------------------------------------------------- */

.author-card .author-profile-image {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}

.author-card .avatar-wrapper {
    padding: 14px 16px;
}

.author-card .svg-inline--fa.fa-stack-2x {
    width: 60px;
}

/* 6. Related posts
/* ---------------------------------------------------------- */

.read-next-card {
    background: var(--darkgrey) center center;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(39,44,49,0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
}

/* 7. Koenig Styles
/* ---------------------------------------------------------- */

.post-full-content .kg-image {
    max-width: 100%;
}

/* Preventing full-width image overlap with post image.  */
.post-full-image + .post-full-content .kg-content *:first-child .kg-image {
    width: 100%;
}

.post-full-content .kg-width-wide .kg-image {
    max-width: 1040px;
}

.post-full-content .kg-width-full .kg-image {
    max-width: 100vw;
}

.post-full-content figure {
    margin: 1.5em 0 3em;
}

.post-full-content figure img {
    margin: 0;
}

.post-full-content figcaption {
    margin: 1.0em 0 0;
    font-size: 80%;
    line-height: 1.6em;
    text-align: center;
}

.kg-width-full figcaption {
    padding: 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}


@media (max-width: 1040px) {
    .post-full-content .kg-width-full .kg-image {
        width: 100vw;
    }
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100%;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em;
}


/* 8. Author Template
/* ---------------------------------------------------------- */

#author-page .author-profile-image {
    z-index: 10;
    flex-shrink: 0;
    margin: 0 0 20px 0;
    width: 100px;
    height: 100px;
    box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
}


/* 9. Custom Home
/* ---------------------------------------------------------- */

/*
#preregister input { 
    text-align: center; 
}

section#preregister {
    padding: 100px 0;
    background-color: #2c3e4c;
}

#preregister .form-input-text {
    padding: 15px;
    border: none;
    border-radius: 26px;
    margin-bottom: 20px;
}

#preregister hr.light {
    border-color: #FFFFFF;
    max-width: 50px;
    border-width: 3px;
}
*/

.home-template p {
    font-size: 14px;
}

/** Pricing **/

.home-template .text-primary {
    color: #220b4f !important;
}

.home-template .btn-outline-light {
    border: 2px solid;
}

.home-template h1.section-header{
    font-size: 3.5rem;
    font-weight: Bold;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.home-template h2.section-header{
    font-size: 2.5rem;
}

.home-template hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #220b4f;
}

.home-template section.home-section {
    padding: 100px 0px;
}

.home-template #features p {
    font-size: 13px;
}

.home-template .bg-purple {
    background-color: #2C0E64;
    color: #FFFFFF;
}

.home-template #webservices {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: linear-gradient(to right, rgba(255,255,255,.9), rgba(255,255,255,.96), rgba(255,255,255,.96)), url(https://s3-us-west-1.amazonaws.com/initialapps/2018/10/kef-america-top.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.home-template #site-main {
    background-color: #eeeeee;
}

.home-template #pricing {
    background-color: #eeeeee;
}

.home-template #pricing .card{
    margin-bottom:20px;
}

.home-template #pricing p.price {
    font-size:62px;
    line-height: 1.25;
    margin-bottom: 0px;
}

.home-template #pricing p.price small{
    font-size:25%;
}

#pricing .kzd-starter .card-header,
#pricing .kzd-starter .card-link {
  background-color: #11a9c1;
}
#pricing .kzd-basic .card-header, 
#pricing .kzd-basic .card-link {
  background-color: #2C0E64;
}

#pricing .kzd-enterprize .card-link {
  background-color: #333333;
}
  