/*
Theme Name: SD - Ezicaf
Theme URI: https//ezicafsolutions.com.au/
Description: Child Theme for the Ezicaf Solutions, based on the Understrap Theme.
Author: Patrick Blampied
Author URI: https://sequencedigital.com.au/
Template: understrap
Version: 1.0
*/

/* Sturcture */
html {
	background-color: #fff;
}

body {
	height:100%;
	font-family: 'Playfair Display', serif;
}

#page-wrapper {
	padding-top: 0px; 
}

@media (min-width: 900px) {
	.container {
		max-width: 900px!important;
	}
}

.entry-title {
	padding-top: 1rem;
	padding-bottom:1rem;	
}


/* Navigation */
.navbar {
	border-bottom: #eee solid 1px;
	padding: 0px;
}

.navbar-brand img {
	width: 300px;
}


/* Links */
.site a, .site a:hover, .btn-link:hover {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

.navbar a {
	text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
color: #000;
text-decoration: none;
background-color: #eee;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #000;
	font-weight:300;
	text-transform: uppercase;
}

h1 {
	font-family: 'Maven Pro', sans-serif;
}

h2, h3, h4, h5 {
	font-family: 'Playfair Display', sans-serif;
}









.bg-primary {
	background-color: #FFF!important;
}

.btn-primary, .btn-primary:active, .btn-primary:hover {
	color: #FFF!important;
	background-color: #000!important;
	border-color: #000!important;
}

/* Fixes stripe card fields */
.stripe-card-group, #stripe-exp-element, #stripe-cvc-element {
	width:100%
}


/* Table Spreadsheet Look */
.table-wrapper {
	max-width: 1200px;
	overflow: scroll;
}

table {
	position: relative;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

th, td {
	white-space: nowrap;
	border: 1px solid #ddd;
	padding: 2px;
	padding-left: 5px;	
	text-align: left;
}

th {
	background-color: #ccc;
	position: sticky;
	top: -1px;
	z-index: 2;
  
	&:first-of-type {
		left: 0;
		z-index: 3;
	}
}

tbody tr td:first-of-type {
	background-color: #eee;
	position: sticky;
	left: -1px;
	text-align: left;
}

/* Other Table Mods */
td {
	padding-right: 20px;	
}


/* Footer */

#wrapper-footer {
	border-top: #eee solid 1px;
}


.site-info {
	text-align: center;
	font-size: .5rem;
}







.btn-link {
	text-decoration:underline;
	color: #000;
}
.menu-box-grey {
	background-color:#f3f3f3;
	padding-top: 15px;
	margin: 5px;
}

@media only screen and (min-width: 768px) {
	.menu-box-grey.vc_col-sm-3 {
		width: 23.4%;
	}
}
@media only screen and (max-width: 768px) {
	#opa-white	{
		padding: 10px!important;
		background-color: white!important;
		opacity: .9!important;
	}  
}

.wpb_content_element {
	margin-bottom: 0px!important;	
}
