/*  
Theme Name: nCloud Service Solutions
Description: Custom theme developed for nCloud Service Solutions.
Author: Ernest Silver
Template: hestia 
*/

/* Increase the height of the primary menu bar to allow more room for the site logo. */
.navbar-brand {
    height: 100px !important;
}
.navbar-brand > img {
	max-height: 100px !important;
}

/* Adjust the mobile navigation top-margin so it lines up properly with the increased height of the primary menu bar. Also fix vertical alignment of mobile hamburger button. */
@media (max-width: 768px) {
	.navbar.navbar-fixed-top .navbar-collapse, .navbar.navbar-fixed-top.navbar-not-transparent .navbar-collapse {
		margin-top: 120px;
	}

	.navbar-toggle {
		margin-top: 34px;
	}
}

/* Fix the line-height for Hestia's headlines on smaller displays. */
@media (max-width: 1199px) {
	.hestia-title {
		line-height: 125% !important;
	}
}

/* TablePress table styling. */
.tablepress {
	box-shadow: 0px 4px 8px rgba( 0, 0, 0, .2 );
	border-radius: 3px;
	overflow: hidden;
}
.tablepress th, .tablepress td {
	text-align: center !important;
}
.tablepress th, .tablepress th.column-1 {
	background-color: #010d19 !important;
	color: #ffffff !important;
}
.features_table .column-1 {
	width: 25%;
	font-weight: 700;
	background-color: #0c5395 !important;
	color: #ffffff !important;
}
.tablepress td {
	vertical-align: middle !important;
}