/**
* Style adjustments
* -----------------
* Headers
*/
.section-header h2 {
  margin-bottom: 20px;
}
.split-blocks .service-block h3{
  padding-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

/**
* Paragraphs
*/
p {
  margin-bottom: 20px;
}
.entry-content ul, .content ul {
  -webkit-font-smoothing: antialiased;
}

/**
* Body content
*/

.inner-container {
  /* background: #fff !important; */
}

/**
* Features Menu
* - Add distinction to sidemenu.
* - Add active menu item styling.
*/
.sidebar .menu {
  border: 1px solid #eaeaea;
  border-radius: 6px;
}
.sidebar .menu li a {
  padding: 10px;
}
.sidebar .menu .active {
  background: #f6f6f6;
  font-weight: bold;
}

/**
* Features Tour
* - Increase image whitespacing.
* - Margins on integration icons.
*/
.page-features img.aligncenter {
  padding: 40px 0;
}
.page-features img.integration {
  padding: 10px;
  margin: 7px 15px 15px 0;
}
.page-features #comments {
  display: none;
}

/**
* Terms of Service
* - Add distinction for important clauses.
*/
.important {
  background-color: #ffc;
  border: 1px solid #e6db55;
  padding: 3px;
  margin: 5px 0;
}

/**
* Increase sticky header logo.
* - https://themovation.ticksy.com/article/5451
*/
.headhesive--clone #logo img {
  height:inherit !important;
  width:inherit !important;
  max-height: 36px !important;
}
.headhesive--clone .navbar-nav {
  margin-top:8px !important;
}

/**
* Formidable Form adjustments
* - Display all form inputs inline.
*/
@media only screen and (min-width: 1200px) {
  .simple-conversion form input{
    width: 185px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .simple-conversion form input{
    width: 165px !important;
  }
}
@media only screen and (min-width: 768px) {
  .simple-conversion .frm_error{
    position: absolute;
    bottom: -35px;
  }
}

/**
* Flex slider improvements
*/
.flex-active-slide {
  position: relative;
}
.slider-fade-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #354168;
  opacity: 1;
  z-index: 999;
}
.flex-active-slide .container > .row {
  position: relative;
}
@media only screen and (min-width: 479px) and (max-width: 768px) {
  #main-flex-slider .slider-bg[style] {
    padding-top: 60px !important;
  }
}

#main-flex-slider .slider-bg {
  background-color: #354168 !important;
}

/**
* Pricing Table
* - Increase title font-size.
*/
section#themo_pricing_plans_1 {
  padding-top: 40px !important;
}

.pricing-title {
  padding-bottom: 40px;
  font-weight: 400;
}
.pricing-footer {
  margin-top: 25px;
  font-size: 18px;
}

.pricing-table .btn {
  display: block;
  width: 90%;
  margin: 15px auto !important;
}

/**
* Testimonials
*/
.quote blockquote {
  font-size: 20px;
  line-height: 32px;
}

/**
* Glyphicon Circles
*/
.circle-lrg-icon > i.glyphicons {
background: #4fcbd1;
color: white;
}

/**
* Shame.css
* - Banner z-index fix.
*/
.banner[data-transparent-header="true"] {
  z-index: 1000 !important;
}
.flexslider .slides > li{
  display: block;
}
#main-flex-slider .slider-bg{
  padding-top: 140px !important;
}

/**
* Hide Scroll to top.
*/
#scrollUp{
  display: none !important;
}

/**
* Integration and branding images
*/
img.integration{
  width: 160px !important;
  max-height: 80px;
  object-fit: contain;
}
.brands img {
  width: 245px !important;
  height: 80px !important;
  object-fit: contain;
}

/**
* Tweak to subtitles, mainly for /features
*/
.slider-subtitle p {
  line-height: 33px;
  margin-top: 30px;
}

/**
* Master Slider Changes
*/
.slider-title {
  font-weight: 400 !important;
  font-size: 69px !important;
}
@media screen and (max-width: 479px) {
  .slider-title {
  	line-height: 1.125em !important;
  }
  .slider-subtitle p {
    line-height: 1.125em !important;
  }
}
/* Heavier font-weight on home page */
.home .slider-title {
  font-weight: 700 !important;
}

.slider-subtitle p {
  opacity: 0.75 !important;
  font-size: 22px !important;
}
/* Heavier font-weight on home page */
.home .slider-subtitle p {
  opacity: 1 !important;
  font-size: 28px !important;
  margin-bottom: 0 !important;
}

.page-title-image {
  margin-bottom: -60px;
  margin-top: 60px !important;
}

/**
* GDPR Cookie Consent Bar
*/
/* Hide GDPR Banner */
.gdpr.gdpr-privacy-bar {
  display: none !important;
}
/* Button Styling */
.gdpr.gdpr-privacy-bar .gdpr-agreement {
  background: #21bdc4;
  text-shadow: none;
  border: none;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover {
  background: #1baeb5;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:active,
.gdpr.gdpr-privacy-bar .gdpr-agreement:focus {
  background: #1baeb5;
  box-shadow: none;
}
/* Check mark */
.gdpr.gdpr-privacy-bar .gdpr-agreement:before {
  top: 0;
  bottom: 0;
  left: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement:hover:before {
  color: #21bdc4;
}

/**
* Toggle Switches
*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #21bdc4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #21bdc4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/**
* Flexbox vertical alignment
*/
.vertical-align-middle{
  display: flex;
  justify-content: left;
  align-items: center;
}
	
.vertical-align-item{
  margin: 0 30px 0 0;
}
