/*
Theme Name: Clarive7
Template: clarive7
Author: The Clarive Team
Author URI: http://clarive.com/
Description: Used by the Clarive website, based on bootstrapfour WordPress Theme, Copyright 2015 Taylor Young.
Version: 1.0
License: MIT
Tags: clarive
Text Domain: clarive7

*/

/*--------------------------------------------------------------
# Home Styles
--------------------------------------------------------------*/


body.home .row {
   height: 100%;
}
body.home .cla-home-content {
   color: #333353;
   padding: 0px 0px 80px 0px;
}
body.home .cla-home-content.first {
   padding: 0px 0px 80px 0px;
}
body.home .content-header {
    /* background: url(https://clarive.com/wp-content/uploads/devops-lifecycle-bg-1.jpg) 50% 50%/cover no-repeat; */
    /* background: url(https://clarive.com/wp-content/uploads/clarive2020-stairs-yellow.jpg) 50% 50%/cover no-repeat; */
    background: url(https://clarive.com/wp-content/uploads/banner-jump-5.jpg) 100% 90%/cover no-repeat;
    /* background: url(https://clarive.com/wp-content/uploads/Homepage-banner-3.jpg) 50% 50%/cover no-repeat; */
    /* background-size: 75%; 
    background-position: 70% 10%; */
    background-color: #5d50ac;
    /* height: 570px; */
    height: 500px;
    margin-bottom: 20px
}
body.home .content-header .violet-button {
    background-color: transparent;
    /* color: #6b59c9; */
    color: #fafafa;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    /* border: 1px solid #5657c1; */
    border: 1px solid #dadada;
}
body.home .content-header .violet-button:hover {
    color: #f98967;
    border-color: #f98967;
    /*
    color: #6b59c9c0;
    border-color: #6b59c9c0;
    */
}
body.home .btn-primary {
    background-color: transparent;
    color: #333353;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    border: 1px solid #333353;
    cursor: pointer;
}
body.home .btn-primary:hover {
    color: #ffffffe0;
    border-color: #ffffffe0;
    background: #333353;
}
body.home .content-header p {
    margin-top: 30px;
}
body.home .content-header a {
    margin-right: 20px;
}

body.home .content-header.hero-white h1 {
    /* color: #333353; */
    color: #f98967;
}
body.home .content-header.hero-white h2 {
    max-width: 420px;
    /* color: #333353; */
    color: #fff;
}
body.home .content-header.hero-white {
    padding-bottom: 10px;
}
body.home .home-clever {
   padding: 20px 0px 10px 0px;
}
body.home .home-planet {
   padding: 0px 0px 20px 0px;
}
body.home .home-blogs {
   padding: 40px 0px 40px 0px;
}
body.home .home-learn a {
    font-size: 1.2em;
    color: #333353;
    font-weight: 500;
}
body.home .learn-circle {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: #eee;
    font-size: .7em;
    background: #f17f46;
    font-weight: 500;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
body.home .learn-item {
    font-size: .8em;
    font-weight: 500;
}
body.home .learn-blog {  color: #f17f46 }
body.home .learn-blog:before { content: "BLOG" }
body.home .learn-webinar {  color: #f17f46 }
body.home .learn-webinar:before { content: "WEBINAR" }
body.home .learn-ebook {  color: #9481ee }
body.home .learn-ebook:before { content: "EBOOK" }
body.home .learn-whitepaper {  color: #e574e1 }
body.home .learn-whitepaper:before { content: "WHITEPAPER" }
body.home .learn-solution {  color: #87aef7 }
body.home .learn-solution:before { content: "SOLUTION BRIEF" }
body.home .learn-case {  color: #6dcbd5 }
body.home .learn-case:before { content: "CASE STUDY" }
body.home .learn-box {
    min-height: 100px;
    margin-top: 5px;
  border-bottom: 2px solid #33335330;
  border-image: linear-gradient(to right, #33335330 30%, rgba(0,0,0,0) 50%); /* to top - at 50% transparent */
  border-image-slice: 1;
}

body.home .heading {
    padding: 0px 0px 40px 0px;
}
body.home .heading h2 {
    font-weight: 700;
    font-size: 2em;
}
body.home body.home content .row.heading p {
    color: #333353c0;
    font-size: 1.2em;
}
body.home body.home content .row p {
    color: #38364dc0;
}
body.home .icons {
    margin: 40px 0px 0px 0px;
}
body.home .icons h2 {
    font-weight: 700;
}
body.home .beigebg {
   background: #f8f3f7;
}
body.home .bannerbg {
   background: #ebf0f9;
}
body.home .bannerdark {
   /* background: #045FB4; */
   background: #5F51B0;
   padding: 10px 0px 30px 0px;
}

body.home .bannerdark a {
   color: #ebf0f9;
   text-decoration: underline;
}

.bannerdark {
   background: #153387;
   padding: 10px 0px 30px 0px;
}

.cla-home-content .bannerdark .row p {
   color: #ebf0f9;
}
.bannerdark, .bannerdark .row p {
   color: #ebf0f9;
}
.bannerdark h2{
   color: #F98967;
   font-weight: 700;
}
.bannerdark a {
   color: #F98967;
   text-decoration: underline;
}

@media screen and (min-width: 1100px) {
body.home .banner-text {
   min-height: 120px;
}
}
body.home body.home .carousel-caption {
    background: transparent;
    color: #333353;
}
body.home body.home .carousel-col {
    padding: 40px;
}
body.home .cell-center {
    align-items: center;
    justify-content: center;
    display: flex;
}
body.home .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.home .img-teamplate {
   width: 250px;
   height: 220px;
}
body.home .hr-short {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3333533b;
    margin: 1em 0;
    padding: 0; 
    margin: 40px 0px 40px 0px;
    width: 120px;
}
body.home .slidetext {
   display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
 * The cool thing about Lato and Raleway fonts is that they look great at light (300) and
 * regular (500) font weight. So we only use bold (700) sparingly.
 */
body {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300; /*Bootstrap is 500;*/
    font-size: 18px; /*BS is 16px;*/
}

/* Lighten the h1-h3 headings so you can use <b> tags to have certain words stand out 
h1,
h2,
h3 {
    font-weight: 300; /*BS is 500 for h1-h6, including .h1-.h6
}*/
/**************Cla7_Typography*****************/

h1{
	font-size: 2.5em;
	font-weight: 600;
    margin-top: 40px;
}

h2{
	font-size: 1.5em;
	font-weight: 400;	
} 

h3{
	font-size: 1.3em;
	font-weight: 700;	
} 

h4{
	font-size: 1em;
    font-weight: 700;
    line-height: 1.3;
}

p {
    font-size: 16px;
    line-height:1.58;
    letter-spacing: -.003em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Increase font size on article "lead" (usually for an "intro" paragraph */
.lead {
    font-size: 22px; /*18px, but goes to 24px @768 browser width */
}

/* Style code tag like pre tag */

pre {
    display: block;
    overflow-x: auto;
    background: #1d1f21;
    color: #c5c8c6;
    padding: 0.5em;
    border-radius: 4px;
}

code {
    font-family: "Menlo", "Liberation Mono", "Consolas", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace !important;
    font-size: 15px;
    line-height: 24px;
    visibility: hidden;
}

h1 code ,
h2 code ,
h3 code,
h4 code {
    font-size: 1em;
}

/* Remove a bit of margin since Bootstrap h1-h3 tags already have 22px top margin */
 hr {
    margin: 16px 0; /*22px 0;*/
}

/*
 * Override margins on jumbotron in case someone uses it like a colored "section" from
 * this theme. Note: Moved here from theme-base.css.
 */
.jumbotron {
    margin-bottom: 0;
}

/*
 * Set block quote footer (author) to larger font size. BS quote is 20px, but footer
 * is only 14px for some reason.
 */
blockquote footer {
    font-size: 18px;
}

/* Color the collapsible panel hover color to match the link hover color */
.panel-title>a:hover,
.panel-title>small:hover,
.panel-title>.small:hover,
.panel-title>small>a:hover,
.panel-title>.small>a:hover {
    color: #b5a5d5;
}

/*--------------------------------------------------------------
# Forms and Buttons
--------------------------------------------------------------*/

/* Tone down field labels on forms, comments section, etc. */
label {
    font-weight: 300;
}

/* Match the default font color */
.form-control {
    color: #555;
}

/*
 * Generically set input buttons to look like Bootstrap, but set colors below that to make
 * it easier for users to override. Match Bootstrap btn-primary styles.
 */
button,
html input[type="button"],
input[type="submit"] {
    background-image: none;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 12px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

/* Set colors for input buttons (Search, Reply). Change these in your child theme. */

.contact-submit {
   text-align: center;
   margin: 50px 0px;
}

button,
html input[type="button"],
input[type="submit"] {
    background-color: #fff;
    color: #7468de;
    border-radius: 4px;
    padding: 10px 50px;
    border: 1px solid #bcb2f9;
}
button:hover,
button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    outline: 0;
    color: #fff;
    background-color: #bcb2f9;
    border-color: #bcb2f9;
}

/* Bootstrap uses "active" style on the <li>, but WordPress paginate_links() uses
 * "current" in a <span> tag on the link. Also set the hover to match the primary button
 * color.
 */
.pagination>li>a,
.pagination>li>span,
span.page-numbers.current {
    color: #BCB2F9;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
span.page-numbers.current {
    z-index: 2;
    color: #fff;
    background-color: #BCB2F9;
    border-color: #BCB2F9;
}

/* Force search field to not be rounded on iOS devices */
input.search-field {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*
 * Generically style the links here. Set colors below to make it easier for users to
 * override.
 */
a {
	color: #8000FF;
    word-wrap: break-word;

    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}
a:before,
a:after,
a:hover i:before,
a:focus i:before {
    -webkit-transition: color .1s ease-in, background .1s ease-in;
    -moz-transition: color .1s ease-in, background .1s ease-in;
    -ms-transition: color .1s ease-in, background .1s ease-in;
    -o-transition: color .1s ease-in, background .1s ease-in;
    transition: color .1s ease-in, background .1s ease-in;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Since we lightened the body font, make the site title regular font weight */
.navbar-brand {
    font-weight: 500;
    /*height: 50px; BS already 50px*/ /* Fixes layout if nav bar wraps before collapsing for mobile */
}

/*
 * Line up the navbar with the header and page content (it's in a container, but not a
 * row)
 */
div.navbar-collapse.collapse {
    margin-left: -15px;
    margin-right: -15px;
}

/* Since we lightened the body font, increase font weight on active tab */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: inherit;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Set content (page title) header to midnight blue */
.content-header {
    background-color: #fff;
    color: #000;
}
.content-header h1,
.content-header h2,
.content-header h3 {
	font-size: 2.9em;
    color: #000;
}
.content-header a.btn.btn-hollow, .content-header button.btn.btn-hollow {
    color: #ffffff;
    border: 4px solid rgba(229, 236, 236, 0.87);
    background-color: #BCB2F9;
}

.content-header.hero-white {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-header.hero-white h1, .content-header.hero-white h2, .content-header.hero-white h3,
.content-header.hero-white p {
    color: #000;
}

.content-header.hero-white h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 30px;
    text-transform: none;
    letter-spacing: -0.6px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* Set our footer to "almost" black */
.sidebar-footer {
    background-color: #2f2f2f;
    color: white;
    
}

.sidebar-footer h1,
.sidebar-footer h2,
.sidebar-footer h3 {
    color: #fff;
}

/* Set our "after footer" (footer nav menu and site credits) to "not quite" black */
.after-footer {
    background: #222222;
    color: white;
    font-size: 14px;
}

/* Set link colors to off white and text to gray for footer and after footer */
.sidebar-footer,
/*.after-footer {*/
.footer-nav-menu {
    color: #FFF;
}
.sidebar-footer a:not(.btn),
.footer-nav-menu a:not(.btn) {
/*.after-footer a:not(.btn) {*/
    color: #f2f2f2;
}
.sidebar-footer a:hover:not(.btn),
.sidebar-footer a:focus:not(.btn),
.footer-nav-menu a:hover:not(.btn),
.footer-nav-menu a:focus:not(.btn) {
/*.after-footer a:hover:not(.btn),
.after-footer a:focus:not(.btn) {*/
    color: #BCB2F9;
}

.site-footer {
  font-size: 14px;
}

.section.cla-footer {
   padding: 20px 0px 20px 0px;
}
.cla-footer {
   background-color: #7468de;
   color: white;
   text-align: left;
}
.cla-footer h3 {
    font-size: 20px;
    margin: 15px 0px;
    padding: 0; 
}
.cla-footer button {
   background-color: transparent;
   color: #e8e5fc;
   border-radius: 4px;
   border: 1px solid #e8e5fc;
   padding: 10px 20px 10px 20px;
   font-weight: 500;
   font-size: 18px;
   margin: 10px 0px 5px 0px;
}
.cla-footer button:hover {
   border-radius: 2px;
   color: #fff;
   border: 1px solid #fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* Reduce the size of post entry meta (date, author) */
.entry-meta {
    font-size: 14px;
}

.entry-meta .author,
.entry-meta a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
}

#nodebb-content,
.nodebb-copyright {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* Color "sticky" (featured) posts */
.sticky .entry-title:after {
    background-color: #BCB2F9;
    color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/* Reduce the size of comment edit link */
.comment-edit-link {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .cla-clean {
        margin: 0px 25px;
    }
}

.cla-clean {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
}

/***** HOME QUERY MEDIAS *****/
@media screen and (max-width: 1000px) {
    body.home .row {
       margin-left: 10px;
       margin-right: 10px;
       text-align: center;
    }
    body.home .cla-home h2 { display: inline; }
    body.home .content-header p {
       margin-top: 10px;
    }
    body.home .content-header {
       /* background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(https://clarive.com/wp-content/uploads/devops-lifecycle-bg-1.jpg) 50% 50%/cover no-repeat;
       */
       /* background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(https://clarive.com/wp-content/uploads/clarive2020-stairs-yellow.jpg) 50% 50%/cover no-repeat; */
       /* background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(https://clarive.com/wp-content/uploads/Homepage-banner-3.jpg) 50% 50%/cover no-repeat; */
       background-size: 155%;
       background-position: 100% 100%;
       height: 480px;
    }
    body.home .icons .col-lg-3 {
       margin-bottom: 70px;
    } 
    body.home .icons .deploy {
	   margin-bottom: 0px;
   }
   body.home .home-planet img {
	   width: 60%;
   }
   body.home .icons .col-lg-4 {
      margin-bottom: 70px;
   }
   body.home .icons .orchestration {
	  margin-bottom: 0px;
   }
   body.home .learn-box {
	  margin-bottom: 70px
   }
   .content-header.hero-white {
      padding-top: 0px;
   }
}

@media screen and (max-width: 768px) {
    .cla-clean {
        margin: 0px 25px;
    }
}

@media screen and (min-width: 1100px) {
     .banner-text {
         min-height: 120px;
     }
}

.cla-clean note {
    font-style: italic;
}

.cla-clean .post-h1 {
   font-size: 2.8em;
   margin-bottom: 20px;
}

.cla-clean p {
   font-size: 18px;
}
.cla-clean li,
.cla-clean li p {
   font-size: 18px;
   margin: 14px 0 14px 0;
}
.cla-clean h3 {
   margin: 20px 0;
}
.cla-clean .entry-content {
   margin: 260px 0 40px 0
}
.cla-clean .entry-content table {
   margin: 40px;
}
.cla-clean .entry-content th {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.cla-clean h2 {
    font-size: 1.5em;
    font-weight: 400;
    border-bottom: 1px solid #bcb2f9;
    padding: 10px 0;
    margin-bottom: 25px;
}

.cla-clean .entry-content td {
   font-size: 1em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.cla-clean.with-banner .entry-header {
    font-size: 16px;
    margin-bottom: 280px;
}

.cla-clean.with-banner .post-h1 {
    color: #f0f0f0;
    background: url(/wp-content/themes/clarive7/images/blog/default_blog_image_3.jpg);
    position: absolute;
    left: 0;
    margin: 0;
    padding: 90px 0;
    font-weight: 600;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.cla-download .row {
    background: #f6f5fa;
    padding: 70px;
    margin: 50px 0px 50px 0px;
    border-radius: 30px;
}

.cla-download h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Captions and Galleries
--------------------------------------------------------------*/

/* Color and style the Bootstrap carousel captions */
.carousel-caption,
.carousel-caption h4,
.carousel-caption p {
    font-weight: bold;
}
.carousel-caption {
    text-shadow: none;
    background-color: #BCB2F9;
    color: #fff;
    opacity: .75;
    font-weight: bold;
}
.carousel-caption a {
    color: #fff;
    text-decoration: underline;
}
.carousel-caption a:hover,
.carousel-caption a:focus {
    color: #bdc3c7; /*silver*/
}

/*--------------------------------------------------------------
# Widgets and Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

/* Get Jetpack Popular Posts Widget to look like other thumbnail posts */
.widgets-list-layout-links {
    float: left !important;
    margin-left: 15px !important;
    /*margin-left: 1.625em !important;*/
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

/* Format Jetpack contact form with Bootstrap's form-control tag. */
form.contact-form input[type='text'],
form.contact-form input[type='email'],
form.contact-form textarea {
    display: block;
    width: 98%;
    /*height: 36px;*/
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #a1a1a1;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
form.contact-form input[type='text']:focus,
form.contact-form input[type='email']:focus,
form.contact-form textarea:focus {
    color: #555;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

#form_container label {
    font-size: 14px;
    color: #111;
    text-transform: capitalize;
}

#form_container .aligncenter {
}

.center-block {
    float: none !important
}

.cla-search {
    margin: 60px 0;
}

.cla-search input.search-field {
    font-size: 2em;
    height: 2em;
    margin: 0 0 30px 0;
    border-radius: 4px !important;
}
@media screen and (min-width: 768px) {
    .cla-search input.search-field {
        width: 600px;
    }
}

.cla-search input.search-submit {
    font-size: 1.2em;
}

.cla-search-results {
    margin: 60px 0;
}
.cla-search-results .post-h1 {
    text-align: left;
}

.cla-search-results form {
    margin: 30px 0;
}
.cla-search-results input.search-field {
    width: 300px;
    height: 2.5em;
}
.cla-search-results input.search-submit {
    text-align: left;
    line-height: .9em;
}

.cla-search-results h3 {
    text-align: left;
}
.cla-search-results h3 a {
    font-weight: 400;
}

.cla-form section {
    width: 100%;
}

.cla-form-box {
    border: 4px solid #f5f5f5;
    border-radius: 3px;
}

@media screen and (min-width: 768px) {
    .cla-form-box {
        padding: 40px 60px;
        margin: 40px 0 60px;
    }
}

.cla-form .form-group {
   margin-top: 25px;
}

.cla-form form {
    width: 100%;
}

.cla-form label {
    font-size: 16px;
    font-weight: 600;
}

.form-control:focus {
    border-color: #bbb1f9;
}

.cla-form h1 {
    margin-top: 10px;
}

.cla-form .form-group span {
   font-size: .8em;
   color: #555;
}

.byline {
    font-size: .62em;
    font-weight: 300;
    display: block;
    margin-top: 25px;
}

.byline-medium {
    font-size: .5em;
    font-weight: 300;
    line-height: 28px;
    display: block;
    margin-top: 15px;
}

/** form wizard **/

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}


/********************
 * ******************
 * *********************************** CLARIVE STYLES --- needs merging with above!
 * *******************
 * *******************
 */

/* The bootstrap.css file is auto-enqueued in functions.php, also font-awesome */

body {
    /* font-family: "Open Sans", "Lato", "Helvetica Neue", Arial, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400; /*Bootstrap is 500;*/
    font-size: 18px; /*BS is 16px;*/
    color: #222;
    padding-top: 50px;
}

.row, .row p {
    font-weight: 300;
}

.navbar-default {
    background-color: #fff;
    border-color: #f5f5f5;
}

/*h4 {
    font-size: 2rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}*/

.icon-5x {
    font-size: 5em!important;
}

.nav a{
    font-size: .8em;
}
/*
p {
    font-size: 16px;
}*/

a.action-strong, a:hover.action-strong a:hover {
    color: #fe3e00;
	text-decoration: underline;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: transparent;
    border-bottom: 3px solid #BCB2F9;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  border-bottom: 3px solid #8252fc;
}

/******* page top ********/

.sidebar-pagetop {
    text-align: center;
    background-color: #f6f5fa;
    padding: 5px 10px 8px 10px;
}

.sidebar-pagetop .textwidget {
    display: inline;
}
.sidebar-pagetop .textwidget > p {
    font-size: .7em;
    display: inline;
    padding: 5px 0px 5px 0px;
}
.sidebar-pagetop .textwidget a:hover {
    color: #b5a5d5;
}

.sidebar-pagetop .pagetop-title {
    font-weight: bold;
    font-size: .8em;
    display: inline;
    padding: 10px 0px 0px 0px;
}

/* --------------------- pricing -----------------*/
.pricing {
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #777;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 30px;
    min-height: 450px;
}
.pricing img {
    display: block;
    margin: auto;
    width: 32px;
}
.pricing li:first-child,
.pricing li:last-child {
    padding: 20px 13px;
}
.pricing li:first-child{
    height: 50%;
}
.pricing li {
    list-style: none;
    padding: 13px;
    /*height: 70px;*/
    vertical-align: middle;
}
.pricing li + li {
    border-top: 1px solid #f0f0f0;
}
.pricing big {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}
.pricing h3 {
    margin-bottom: 0;
    font-size: 54px;
}
.pricing span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.pricing li:nth-last-child(2) {
    padding: 30px 13px;
}
.pricing button {
    width: auto;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    padding: 9px 24px;
    background: #1abc9c;
    opacity: 1;
    transition: opacity .2s ease;
    border: none;
    outline: none;
}
.pricing button:hover {
    opacity: .9;
}
.pricing button:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-free big,
.p-free h3 {
    color: #7bb8fc;
    font-weight: 900;
}
.p-free button {
    background: transparent;
    border: 1px solid #7bb8fc;
    color: #7bb8fc;
}
.p-team big,
.p-team h3 {
    color: #8352fc;
    font-weight: 900;
}

.pricing h3 {
    font-weight: 900;
}
.pricing h3 small {
    font-size: 18px;
    color: #777;
}

.p-team button {
    background: #8452fc;
}

.pricing-titles{
    width: 50px;
}

.pricing-label-nodes{
    text-align: center;
}
.pricing-label-nodes>input{
    display: inline-block;
    width: 50%;
    text-align: center;
}

.p-biz big,
.p-biz h3 {
    color: #8352fc;
    font-weight: 900;
}
.p-biz button {
    background: #8452fc;
}
.p-enter big,
.p-enter h3 {
    color: #5000a0;
}
.p-enter button {
    background: #5331a0;
}

.pricing-section {
  padding: 40px 0px 0px 0px;
}

.pricing-section h2 {
  padding: 60px 0px;
  font-weight: 500;
  color: #aca8b3;
}

.pricing-section
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color:#8000ff;
  background-color:#fff;
  border:1px solid #e4d2fd;
  font-weight: 500;
  border-bottom-color:transparent;
  cursor:default;
}

@media (min-width: 768px) {
    .pricing-section .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #e4d2fd;
    }
}

.pricing-section .nav-tabs.nav-justified>.active>a,
.pricing-section .nav-tabs.nav-justified>.active>a:hover,
.pricing-section .nav-tabs.nav-justified>.active>a:focus {
   border: 1px solid #e4d2fd;
}

.pricing-section
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color:#ccc;
  font-size: 1.1em;
  user-select: none;
}


@media (min-width: 768px) {
.pricing-section .nav-tabs.nav-justified>.active>a,
.pricing-section .nav-tabs.nav-justified>.active>a:hover,
.pricing-section .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: transparent;
}
}

.pricing-faq .row {
    margin: 50px 0px;
}

.pricing-faq .title {
    font-size: 36px;
    font-weight: 500;
}

.pricing-faq p {
    font-size: 16px;
    font-weight: 300;
}

/******** Snake *********/
.snake-home {
    background: url("images/snake-home.png") no-repeat;
    position: relative;
    height: 348px;
    width: 100%;
    background-size:100%;
}

.snake-over {
    background: url("images/snake-over.png") no-repeat;
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

#try-now-iframe {
    position: absolute;
    top: 0; left: 0;
    border: none;
    width:100%;
    height:100%;
    display: none;
}

/******** Spinner *********/

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

/****************Home**************/
.enterprise {
  /* background: #045FB4; */
  background: #5F51B0;
  color: #fff;
  text-align: center;
  padding: 50px;
}

.enterprise button {
  font-weight: bold;
  background: transparent;
  color: #dfdafd;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  margin: 10px 0px 5px 0px;
}

.enterprise button:hover {
  color: #fff;
  border-color: #fff;
}

.enterprise-main {
   padding-top: 60px;
}

.enterprise-banner p {
   margin-top: 20px;
   font-size: 20px;
}

.wpcf7-form p {
    font-size: 14px;
    color: #777;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
}

.enterprise-features h4 {
    height: 60px;
    display: table-cell;
    vertical-align: bottom;
}

.enterprise-features p {
    font-size: 16px;
    margin-top: 30px;
}

.enterprise-features img {
     width: 120px;
     margin-top: 30px;
}

.enterprise-resource {
  font-size: 21px;
  text-align: left;
}

.enterprise-resource-container {
   padding-top: 20px;
   padding-bottom: 40px;
}

.enterprise-resource-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
}

.enterprise-resource-cell-img img {
  margin-top: 22px;
}

.enterprise-resource-text p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .3px;
  text-align: left;
}

.enterprise-purple-button {
	background-color: #fff;
	color: #5C3DE0;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
        font-size: 18px;
	margin: 10px 0px 5px 0px;
}
.enterprise-purple-button:hover {
	background-color: #fff;
	color: #5C3DE0;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

.purple-button {
	background-color: #5C3DE0;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.purple-button:hover {
	background-color: #BCB2F9;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}
.red-button {
   border: 1px solid #ff3300;
   background-color: white;
   color: #ff3300;
   border-radius: 4px;
   padding: 10px 20px 10px 20px;
   margin: 10px 0px 5px 0px;
   font-weight: bold;
}
.red-button:hover {
   background-color: #ffa088;
   border: 1px solid #ff3300;
   color: #fff;
}

/****************** PLUGINS ****************/

.plugins-main {
    padding-top: 60px;
}

.plugins-row { margin: 0 -50px 0 -50px; }

.plugins-col{ padding-top: 10px; }

.plugins-box{
    border: 1px solid #DDD;
    float: left;
    width: 380px;
    border-radius: 20px;
    margin: 10px;
}

.plugins-img {
    position: relative;
    display:block;
    margin: auto;
    height: 140px;
    max-width: 150px;
}
.plugins-img>img {
    height: 160px;
}

.plugins-content {
    height: 200px;
    padding: 30px;
    margin: 15px -15px 0px -15px;
    text-align: center;
}

.plugins-links {
    margin: 0px -15px 0px -15px;
    text-align: center;
    font-size: xx-large;
    padding: 10px;
}
.plugins-links>a>span{
    border: 1px solid #8000ff;
    padding: 5px;
    border-radius: 5px;
}

/******************BUY****************/
.white-card {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 16px;
}

.USDCurrency::before {
    content:"$";
}

.EURCurrency::before {
    content:"€";
}

.GBPCurrency::before {
    content:"£";
}

.TotalEURCurrency::before {
    content:"Total: €";
}

.TotalUSDCurrency::before {
    content:"Total: $";
}

.TotalGBPCurrency::before {
    content:"Total: £";
}

/**************GEOIP*****************/

.geoip { display: none !important; }
.geoip-hide { display: block !important; }
.geoip-continent-EU .geoip-show-EU { display: block !important; }
.geoip-continent-EU .geoip-hide-EU { display: none !important; }
.geoip-continent-NA .geoip-show-NA { display: block !important; }
.geoip-country-UK .geoip-show-UK { display: block !important; }


/* --------------------- FEATURES -----------------*/

.features-box-thumbnail{
    margin-top: 2em;
}

.features-title-box {
    background-color: #7100bb;
    color: #fff;
    padding: 1em;
    margin-top: 50px;
    margin-bottom: 50px;
}

.features-container{
/*    padding: 2em;
    box-shadow: 1px 1px 4px #000;*/
}

.features-box-right {
    text-align: right;
}

.features-box-left{
    text-align: left;
}

.features-box-title {
    font-size: 1.2em;
    font-weight: bold;
}

.features-box-left>p, .features-box-right>p {
    /*font-size: 0.8em;*/
    margin-top: 0.5em;
}

.col-sm-6.features-box-right>p, .col-sm-6.features-box-left>p {
    text-align: justify;
}

.cla-header {
    margin-bottom: 60px;
}
.cla-header, .cla-header p {
    font-size: 18px;
}
.cla-features {
    margin-bottom: 60px;
}

hr.section-divider {
    margin-top: 52px;
    margin-bottom: 42px;
}

hr.section-divider:before {
    --x-height-multiplier: 0.342;
    --baseline-multiplier: 0.22;
    font-family: medium-content-slab-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;
}

.cla-title-row {
    background-color: #644f8d;
    color: #fff;
    padding: 30px 0px;
    letter-spacing: 5px;
}

.cla-title-row h2 {
    font-size: 2.5em;
    font-weight: 300;
    font-family: Consolas, "Menlo", "Liberation Mono", "DejaVu Sans Mono", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace !important;
    padding: 10px;
    margin: 0;
    line-height: 60px;
}

.cla-row-odd {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cla-row-even {
    background: #f8f3f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cla-features code {
    visibility: visible;
    background: transparent;
    color: #cc3050;
}

/**************POSTs*****************/

.post-h1 {
    font-family: "Helvetica", "Helvetica Neue", 'Open Sans', sans-serif;
    font-size: 4em;
    line-height: 1.15;
    max-width: 38em;
    font-weight: 600;
    letter-spacing: -0.03em;	
    min-width: 100%;
    text-align: center;	
}
@media only screen and (max-width: 768px) {
    .post-h1 {
        font-size: 2.6em;
    }
}

.post-h3 {
    font-family: "Helvetica", "Helvetica Neue", 'Open Sans', sans-serif;
    font-size: 1.5em;
    line-height: 1.15;
    max-width: 19em;
    font-weight: 900;	
    min-width: 100%;
    text-align: center;
}

.post-text {
	font-size: 21px;
	text-align: left;
    text-justify: inter-word;
}

.post-text:first-of-type::first-letter {
    font-size: 3.55em;
    line-height: 1em;
    margin-right: 0.1em;
    float: left;
}

.post-text button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.post-text li {
	font-family: "Georgia", serif;
    margin: .5em 0;
    line-height: 1.8;
}

.post-text p {
	font-family: Georgia, serif;
    font-size: 1em;
    margin: 1em 0;
    color: #111;
    text-size-adjust: none;
    line-height: 1.8;
    letter-spacing: inherit;
}

.post-text .wp-caption-text {
    font-size: .9em;
    font-style: italic;
}

.post-text h2 {
    font-family: "Helvetica", "Helvetica Neue", 'Open Sans', sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.5;
}

.post-text h3 {
    font-family: "Helvetica", "Helvetica Neue", 'Open Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    margin: 1.5em 0 -0.25em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.post-text h4 {
    font-family: "Helvetica", "Helvetica Neue", 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
    margin: 1em 0 -0.25em;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.post-text note {
	font-family: Georgia, serif;
    font-style: italic;
    font-size: 20px;
    margin: 1em 0;
    color: #111;
}

.post-text img {
    box-shadow: 2px 2px 4px #f0f0f0;
    padding: 4px;
}

.post-text.entry-content img[data-attachment-id] {
   cursor: pointer;
}

.post-button {
   border: 2px solid #a19ade;
   padding: 2px 6px;
   border-radius: 6px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   font-size: .9em;
   font-weight: 600;
}

section.read-more {
    border-bottom: 4px solid #eee;
}

.read-more h2 {
    font-size: 1.2em;
    color: #999;
    border-top: 4px solid #eee;
    padding-top: 18px;
}
.read-more .learn-box a {
    font-size: 1.1em;
    color: #48486f;
    font-weight: 500;
}

h4.jp-relatedposts-post-title {
}

a.jp-relatedposts-post-a {
    font-style: normal;
}

.cla-blog-post div#xsbf-after-content-wrapper {
    margin-top: 40px;
}

p.jp-relatedposts-post-excerpt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.entry-content td, .comment-content td {
    border-top: 1px solid #ddd;
    padding: 6px 10px 6px 0;
    font-size: .8em;
    vertical-align: top;
    font-family: "Georgia", serif;
}

.entry-content th, .comment-content th {
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    font-size: .8em;
    font-family: "Georgia", serif;
}

/**********************Blog home*****************/
.blog {
 text-rendering:optimizeLegibility;
 -webkit-font-smoothing:antialiased;
 line-height:1.58;
 color:#222;
 letter-spacing:-.003em;
 padding-bottom:70px;
 background: linear-gradient(#ede8fd, #bcb2f9);
}

.blog-title {
   text-align: center;
}

.blog-title p {
   font-size: 1.2em;
}

.blog h1,.blog h2,.blog h3,.blog h4 {
 margin:20px 0 14px;
 font-weight:600
}
.blog .wrapper {
 max-width:1050px;
 margin:0 auto;
 clear:both
}

.blog.list .section {
 margin:20px 40px 0
}
.blog.list .panel {
 box-shadow:0 3px 3px rgba(0,0,0,0.1);
 margin:0 10px
}
.blog.list .articles {
 display:-ms-flexbox;
 display:flex
}
.blog.list .article {
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 background:#fff;
 box-shadow:0 3px 3px rgba(0,0,0,0.1);
 margin:0 10px 5px;
 width:calc(50% - 20px);
 border-radius:2px
}
.blog.list .article a {
 color:#6b4fbb;
 font-weight:600
}
.blog.list .article a:hover {
 color:#6b4fbb;
 text-decoration:none
}
.blog.list .article-information {
 padding:25px;
 font-size: 14px;
}

.blog.list .cover {
 text-decoration:none;
 display:block;
 width:100%;
 height:220px;
 background-repeat:no-repeat;
 background-position:50%;
 background-size:cover;
 position:relative;
 border-radius:2px 2px 0 0
}
.blog.list .cover h2 {
 margin:0;
 padding:20px;
 text-align:center;
 color:#fff;
 vertical-align:middle;
 font-weight:600;
 position:relative;
 top:50%;
 -ms-transform:translateY(-50%);
 transform:translateY(-50%)
}
.blog.list .overlay {
 background:linear-gradient(123deg, transparent, rgba(0,0,0,0.8));
 display:block;
 height:100%;
 border-radius:2px 2px 0 0
}
.blog.list .author {
 float:left
}
.blog.list .date {
 color:#888;
 float:right
}
.blog.list .summary {
	font-family: "Georgia", serif;
	font-size: 21px;
	text-align: justify;
    text-justify: inter-word;
 clear:both;
 margin-top:46px;
}
.blog.list .more,.blog.list .browse {
 font-weight:800;
 border-radius:4px;
 border:1px solid #ccc;
 cursor:pointer;
 display:inline-block;
 padding:7px 12px 6px;
 text-align:center;
 vertical-align:middle;
 margin-top:10px;
 color:#6b4fbb;
 background-color:#fff
}
.blog.list .browse {
 margin:0 10px
}
.blog.list .more:hover,.blog.list .browse:hover {
 background-color:#6b4fbb;
 border:1px solid #6b4fbb;
 color:#fff !important
}
@media only screen and (max-width: 768px) {
 .blog.list .section {
  margin:0 0 10px
 }
 .blog.list .panel {
  margin:0 0 15px
 }
 .blog.list .articles {
  -ms-flex-direction:column;
  flex-direction:column
 }
 .blog.list .article {
  width:calc(100% - 20px);
  margin:10px
 }
 .blog.list .article-information {
  padding:10px
 }
}
.blog.article .wrapper {
 padding:50px 75px;
 box-shadow:0 3px 3px rgba(0,0,0,0.1)
}
.blog.article .header {
 box-shadow:none;
 padding:150px 75px 50px;
 color:#fff
}
.blog.article .header .btn {
 margin-top:15px
}
.blog.article .body {
 background-color:#fff;
 padding-bottom:55px
}
.blog.article .body strong {
 letter-spacing:-.05em
}
.blog.article .body p:not(.panel-heading) {
 margin:20px 0
}
.blog.article .body ul {
 margin-bottom:0
}
.blog.article .body ol {
 margin-bottom:32px
}
.blog.article .content {
 margin-bottom:40px;
 font-size:19px
}
.blog.article .social {
 width:152px;
 margin:0 auto
}
.blog.article .signup {
 padding:0
}
.blog.article .comments {
 margin-top:20px;
 background-color:#fff;
 box-shadow:0 3px 3px rgba(0,0,0,0.1);
 padding-bottom:90px
}
.blog.article .footer {
 margin-top:0
}
.blog.article .body a:not(.btn),.blog.article .newsletter a {
 color:#6b4fbb;
 font-weight:600
}
.blog.article .cover {
 background-size:cover;
 background-position:center center;
 background-repeat:no-repeat;
 height:450px;
 position:relative
}
.blog.article .overlay {
 background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
 position:absolute;
 width:100%;
 bottom:0
}
.blog.article h1 {
 font-size:34px;
 font-weight:600;
 margin:15px 0 10px;
 clear:both
}
.blog.article .author,.blog.article .date {
 font-size:17px;
 font-weight:600;
 display:inline-block
}
.blog.article .author a,.blog.article .date a {
 color:#fff;
 text-decoration:none;
 font-weight:600
}
.blog.article .author a:hover,.blog.article .date a:hover {
 text-decoration:none;
 color:#6b4fbb
}

.blog.article .description {
 font-size:20px;
 margin-bottom:0
}
.blog.article .alert {
 font-size:18px
}

@media only screen and (max-width: 768px) {
 .blog.article .wrapper {
  padding:10px
 }
 .blog.article .signup {
  padding:0;
  border-bottom:0
 }
 .blog.article .header {
  padding:30px 10px
 }
 .blog.article .content {
  font-size:18px
 }
}

.cla-blog-post {
    width: 80%;
}

@media only screen and (min-width: 768px) {
  .cla-blog-post {
     width: 50%;
  }
}

.cla-blog-post .post-h1 {
    text-align: left;
}

.cla-blog-author {
}
.cla-blog-author img {
    border-radius: 50%;
}
/************************* Clarive Home **********/

.cla-home h2 {
   font-size: 20px;
   color: #fff;
}

.cla-home-content .row p {
   font-size: 18px;
   font-weight: 300;
}

.cla-home-content h3 {
   font-size: 24px;
   font-weight: 600;
}


/*************************Home Recent Post**********/
.home-recent {
 font-size:16px;
 text-rendering:optimizeLegibility;
 -webkit-font-smoothing:antialiased;
 line-height:1.58;
 color:#222;
 letter-spacing:-.003em;
 padding-bottom:70px
}
.home-recent h1,.home-recent h2,.home-recent h3,.home-recent h4 {
 margin:10px 0 7;
 font-weight:400
}

.home-recent .wrapper {
 max-width:350px;
 margin:0;
 clear:both
}
.home-recent .section {
 margin:20px 40px 0
}

.home-recent .articles {
 display:-ms-flexbox;
 display:flex
}
.home-recent .article {
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 background:#fff;
 box-shadow:0 3px 3px rgba(0,0,0,0.1);
 margin:0 10px 5px;
 width:calc(100% - 20px);
 border-radius:2px
}
.home-recent .article a {
 color:#6b4fbb;
 font-weight:400
}
.home-recent .article a:hover {
 color:#6b4fbb;
 text-decoration:none
}
.home-recent .article-information {
 padding:15px
}

.article-information .summary p {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   text-align: left;
}

.home-recent .cover {
 text-decoration:none;
 display:block;
 width:100%;
 height:110px;
 background-repeat:no-repeat;
 background-position:50%;
 background-size:cover;
 position:relative;
 border-radius:2px 2px 0 0
}
.home-recent .cover h3 {
 margin:0;
 padding:10px;
 text-align:center;
 color:#000;
 vertical-align:middle;
 font-weight:400;
 position:relative;
 top:50%;
 color: #fff;
 font-weight: 500;
 -ms-transform:translateY(-50%);
 transform:translateY(-50%)
}
.home-recent .overlay {
 background:linear-gradient(123deg, transparent, #0057b7);
 display:block;
 height:100%;
 border-radius:2px 2px 0 0
}

.home-recent .author {
   float:left
}
.home-recent .date {
   color:#888;
   font-size: 12px;
   float:right
}
.home-recent .summary {
   font-size: 14px;
   text-align: justify;
   text-justify: inter-word;
   clear:both;
   margin-top:30px;
}

.home-recent .summary p{
  font-size: 16px;
  text-align: left;
  clear:both;
  margin-top:30px;
}

/****** License management ******/

.my-license h1 {
  font-size: 2.2em;
}

.my-license p {
  font-size: 14px;
}

.my-license iframe {
   width: 100%;
   height: 400px;
   border: 1px solid #eee;
   font-family: Consolas, 'Courier New', Courier, mono;
}

.my-license code {
    font-size: .9em;
    visibility: visible;
}

.cla-team img {
    margin-top: 26px;
}

/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
    display: none !important;
    }
}
 
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: black;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    border: 1px solid #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    border: 1px solid #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    border: 1px solid #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}

.crunchify-linkedin {
    border: 1px solid #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
 
.crunchify-whatsapp {
    border: 1px solid #43d854;
}
 
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #009688;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.cla-home-content.first {
   color: #333353;
   padding: 0;
}
