/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.top-nav-text p, .top-nav-icon-blocks .icon-block a {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
    color: #ffffff;
}

.top-nav {
    background: #008AC2;
    padding: 8px 0;
}

#bitnami-banner {display:none;}

/* Grayscale for brand images */
/* intentionally misspelled here */
.brandsxx img {
    filter: grayscale(100%); 
/* Make white background transparent. Does not work in IE */
    mix-blend-mode: multiply;
  
  /* Modern Browsers */
  opacity: 0.7;
} 	

/* for testimonial carousel */
.strong-view.modern .testimonial-content > p {
    color: #002072;
    font-size: 24px;
}

/* For top Free trial button */
.th-action-button  {
    background-color: #f4524d;
    border: 0px solid rgba(0,0,0,0.3);
    margin-left: 6px !important;
}

/* Active Menu Top Nav*/
#menu-primary-navigation > li.active, #menu-primary-navigation > li.active > a, .navbar .navbar-nav > li > a:hover {
    color: #008ac2 !important;
}

.slider-title {
    font-size: 75px;
    font-weight: 300;
    color: #045089;
    margin-bottom: 20px;
}

/* touchpad scrolling does not work in IE */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

	html {
    	overflow-y: scroll !important; 
	}
}

/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-ime-align:auto) {
  html {
    	overflow-y: scroll !important; 
	}
}

/* Change Hyperlink colors in blog posts */

.post .entry-content a:link {
color: #008ac2;
}

.post .entry-content a:visited{
color: #008ac2;
}

.post .entry-content a:hover {
color: #008ac2;
}

.post .entry-content .btn-cta {
color: #fff !important;
}

/* Change heading colors in blog posts */

.post .entry-content h1,h2,h3,h4,h5 {
color: #002072;
}

/* Style for responsive header in master slider */

@media only screen and (min-width : 480px) and (max-width: 768px) {
    h1.slider-header {
        font-family: lato;
        font-size: 20px;
        font-weight: 300;
    }
}

@media only screen and (min-width : 769px) {
    h1.slider-header {
        font-family: lato;
        font-size: 90px;
        font-weight: 300;
    }
}

.menu-log-in {
/*.th-accent*/
	    border: 1px solid rgba(0,0,0,0.3);
    margin-right: 10px;
    border-radius: 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.menu-free-trial {
  background-color: #f4524d;
	
	/*.th-accent*/
	    border: 1px solid rgba(0,0,0,0.3);
    margin-right: 10px;
    border-radius: 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.menu-free-trial > a {
	color: #fff !important;
}

.headhesive--clone .navbar-nav>li.menu-free-trial >a {
    color: #fff !important;
}