/* Enter Your Custom CSS Here */

/* Reduce header bar margins to reduce height */
.tc-header .brand a {
		margin: 0;
}
/* Reduce logo height */
.tc-header .brand .site-logo img {
		max-height: 80px;
}
/* Align burger menu on top right */
@media (max-width:979px) {
    .navbar-wrapper.clearfix.span9 {
        float: none;
    }
	  .sticky-disabled .navbar-wrapper {
        clear: none;
    }
    .tc-header .brand {
        text-align: left;
        width: 80%;
    }
}
/* Center horizontally menu items on header bar*/
.navbar-wrapper {
		margin-top: 16px;
}
.sticky-enabled .navbar-wrapper {
		margin-top: 13px;
}
/* Request a demo menu button: align with the other memu items */
.request-a-demo-menu-item {
		margin-top: -4px;
}
/* Slider images caption: other customizations */
.carousel-caption h1 {
  color: #1a4a76;
  text-shadow: none;
  font-size: 25px;
	font-weight: bold;
}
.carousel-caption .lead {
  color: #1a4a76;
	padding-top: 2px;
	font-weight: 400;
  text-shadow: none;
}
.carousel-caption {
  left: 13%;
	vertical-align: bottom;
  margin: 0px auto 0px auto;
  background: rgba(255,255,255,0.87);
  padding: 15px 20px;
  line-height: 10px;
	text-align: left;
	border-radius: 3px;
  max-width: 100%;
} 
/* Slider images caption: font size on tablet and phone devices */
@media (max-width:979px) {
	.carousel-caption {
		left: 18%;
		padding: 15px 20px;
	}
}
@media (max-width:767px) {
	/* Slider images caption text: center */
  .carousel .czr-item {
    text-align: center;
  }
  .carousel .czr-item .carousel-caption h1 {
    font-size: 15px;
  }
  .carousel-caption .lead {
	  font-size: 13px;
  }
	.carousel-caption {
		left: 0%;
    padding: 5px 10px;
		border-radius: 2px;
  }
}
@media (max-width:480px) {
	/* Slider images caption text: center */
  .carousel .czr-item {
    text-align: center;
  }
  .carousel .czr-item .carousel-caption h1 {
	  font-size: 13px;
  }
  .carousel-caption .lead {
	  font-size: 11px;
  }
  .carousel-caption {
		left: 0%;
    padding: 5px 8px;
		border-radius: 2px;
  }
}

/* Data feeders table: Zoom on hover and other customization */
.about-data-feeders-table table tbody tr td {
	padding: 2%; /* Zoom on hover Container, space between images */
  overflow: hidden; /* Zoom on hover: Hide the overflowing of child elements */
}
/* Zoom on hover: Transition property for smooth transformation of images */
.about-data-feeders-table table tbody tr td img {
  transition: transform .5s ease;
}
/* Zoom on hover: Finally, transforming the image when container gets hovered */
.about-data-feeders-table table tbody tr td:hover img {
  transform: scale(1.05);
}

/* About, Timeline: decrease top margin */
.about-timeline-grp #cd-timeline {
	margin: 0 0 2em 0;
}
/* About, Clients, Capterra: align image with texte */
.about-clients-capterra img {
	margin: auto auto 5px auto;
	padding-right: 10px;
}
/* White background for all wp groups on About page*/
.about-grp-white-bkg {
	background-color: #fff;
	padding-bottom: 1px;
}
/* Table: no margin, white, background. Used on About page */
.simple-table-white-bkg {
	margin: auto;
}
.simple-table-white-bkg table {
  border-bottom: none;
}
.simple-table-white-bkg table tbody tr td {
	vertical-align: top;
	background: #fff;
}

/* Stick header covers anchor jumps: scroll down the sticky header so the anchor is visible */
.page-anchor {
  scroll-margin-top: 70px;
}

ul#contact li a {
    font-size: 110%;
}

/* Remove footer from some pages*/
.page-id-2176, .page-id-995 footer {
  display:none;	
}

/* SEARCH BOX */
/* Reduced TOP Search Box */
.bop-nav-search{
  	width: 120px;
    height: 40px;
}

/* Hide Search Button */
.bop-nav-search input[type="submit"]{
  display: none;
}

.widget_nav_menu a { font-size: 1em !important; }

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border-radius: 6px;
    font-size: 14px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
    height: 240px;
}

div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 2px solid #ddd; /* Dark grey border */
    border-radius: 6px;
}

.wpforms-confirmation-container-full {
    background: transparent;
		margin: 0 0 0 0;
    border: none;
    padding: 15px 15px;
}