/*
Theme Name: 	Aksium Projects
Theme URI: 		www.aksium-projects.com
Author: 			DC
Author URI: 		www.aksium-projects.com
Template:			shapely
Description: 		Aksium Projects Theme
Version: 			1.0.0
*/

@import url("../shapely/style.css");

#site-navigation {
  background-color: #ffffff;
}

.bg-dark {
	background: #004f49;
}

.comments{
	/*display: none;*/
}

.module.widget-handle.search-widget-handle.hidden-xs.hidden-sm{
	display: none;	
}

.main-navigation .menu li a,.main-navigation .menu a:hover,.main-navigation .menu a:visited{
	color: #004f49 !important;
}

.footer-contact {
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

@media only screen and (max-width: 600px) {
	.footer-contact {
		font-size: 20px;
		font-weight: 600;
		line-height: 40px;
		text-align: center;
	}
	.textwidget{
		width: 100%;
	}
}




.widget hr {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/*Main styling*/
/*Main styling*/
.main-navigation .menu li a {
	font-size: 18px;
	text-transform: none;
	font-weight: 600;
}
.brand-logo-strip img {
	max-height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

body{
	font-size: 16px;
	color: #000;
}

p {
	font-size: 16px;
}

.footer-widget-area img{
	max-height: 125px;
	width: auto;
	max-width: 150px !important;
}

.colour-code{
	height: 1em;
	width: 1em;
	border-radius: 50%;
	display: inline-block;
	float: left;
	border-color: #000;
	border-style: solid;
	border-width: 2px;
}

.product-title{
	font-size: 52px;
	font-weight: 600;
	text-transform: uppercase;
}

.widget hr{
	margin-top: 3em;
	margin-bottom: 3em;
}

.main-navigation .menu > li > ul li a {
	color: #4c4c4c;
	font-size: 16px;
}

.main-navigation .menu > li {
	margin-right: 26px;
}

.btn-tic li a {
	color: white;
}

.nav-bar, .nav-bar a:not(.custom-logo-link){
	line-height: 40px;
}

.product-header-img-container{
	max-height: 500px;
	overflow-y: clip;
	margin-bottom: 2em;
	background: #f5f5f5;
}

.product-header-img-container img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.page-title-section {
	height: inherit;
	padding: 20px;
}

.content-area {
	padding-top: 0px !important;
}

.widget .widget-title {
	font-size: 28px;
	line-height: 40px;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title{
	max-height: 2em;
}


/*Remove call out*/
.page-id-28 .header-callout, .page-id-2788 .header-callout{
	display: none;
}

.panel-grid-cell{
	z-index: 1;
}

.content-area {
	padding: 35px;
}

.main-navigation .menu > li ul {
	width: 300px;
}

.search{
	display: none;
}

.wpforms-form button[type=submit] {
  -webkit-border-radius: 7 !important;
  -moz-border-radius: 7 !important;
  border-radius: 7px !important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
  float: left !important;
  margin-right: 2em !important;
  color: #3a9ad6 !important;
  background: #ffffff !important;
  border: solid #3a9ad6 1px !important;
	line-height: inherit;
}
 
.wpforms-form button[type=submit]:hover {
  color: #ffffff !important;
	background: #3cb0fd !important;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
	border: solid #3a9ad6 1px !important;
}

#main .menu-products-container, #main .widget.widget_nav_menu .menu > li a {
	color: #4c4c4c;
}

/*---------- FOOTER PRODUCTS MENU ----------*/
.menu-products-container, .widget.widget_nav_menu .menu > li a{
	color: white;
}

.widget.widget_archive > div ul li, .widget.widget_archive ul li, .widget.widget_categories > div ul li, .widget.widget_categories ul li, .widget.widget_meta > div ul li, .widget.widget_meta ul li, .widget.widget_pages > div ul li, .widget.widget_pages ul li, .widget.widget_nav_menu > div ul li, .widget.widget_nav_menu ul li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.widget.widget_recent_entries ul li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.widget.widget_recent_entries ul li a{
	color: #fff;
}


.widget_sow-image h2{
	font-size: 16px !important;
}


/*---------- BUTTONS ----------*/
.btn-tic{
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
}

.btn-tic:hover, .btn-tic:active{
	text-decoration: none;
	color: #ffffff;
}

.btn-tic-blue, .btn-tic-blue:visited{
	color: #3a9ad6;
	background: #ffffff;
	border: solid #3a9ad6 1px;
}
.btn-tic-blue:hover {
	color: #ffffff;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.btn-tic-orange, .btn-tic-orange:visited{
	color: #f04800;
	background: #ffffff;
	border: solid #f04800 1px;
}
.btn-tic-orange:hover {
	color: #ffffff;
	background: #f9570c;
	background-image: -webkit-linear-gradient(top, #f9570c, #fa966c);
	background-image: -moz-linear-gradient(top, #f9570c, #fa966c);
	background-image: -ms-linear-gradient(top, #f9570c, #fa966c);
	background-image: -o-linear-gradient(top, #f9570c, #fa966c);
	background-image: linear-gradient(to bottom, #f9570c, #fa966c);
}

.btn-tic-sml {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	margin-right: 2em;
	margin-bottom: 1em;
	line-height: 2em;
}

/*---------- CARDS ----------*/
.card img {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	height: 15em;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	padding: 10px;
	height: 15em;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-flex-img img {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	padding: 0px;
}

.card-flex {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card-flex:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-flex-10 {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	padding: 10px;
}

/* On mouse-over, add a deeper shadow */
.card-flex-10:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.logo-150 img{
	max-height: 150px;
	width: auto;
}

@media only screen and (max-width: 600px) {
	.content-area {
		padding: 1% !important;
	}
}

label#wpforms-549-field_1_suggestion {
    display: none;
}

label#wpforms-901-field_1_suggestion {
    display: none;
}

.post-content .more-link {
    background: darkblue;
}

.post-content .more-link:hover, .post-content .more-link:focus {
    background: orangered;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}

.eota-logo-top {
	width: 6em;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.image2 {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 1px solid #000000;
}


.new-logo-top-left {
	width: 8em;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/*PRICELIST STYLING*/
.pricelist{
	font-size: 20px;
	font-family: Arial, sans-serif;
}

.pricelist-ubolt{
	font-size: 16px !important;
}

.pricelist tr{ 
   border: 1px solid black;
}

.pricelist > tbody > tr:hover, .pricelist tr:hover td, .pricelist > tbody > tr:active, .pricelist tr:active td {
    background-color: #0f529645 !important;
}

.pricelist-data{
	line-height: 30px !important;
}

.pricelist .odd td {
    background-color: #e1e1e1;
}

.pricelist .even td {
    background-color: #fff;
}

table.pricelist{
	width:auto;
}

.pricelist th{ 
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0.25em;
   padding-bottom: 0.25em;
   background-color: #0f5296 !important;
   color: #fff;
}

.pricelist td{ 
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0.25em;
   padding-bottom: 0.25em;
}

.pricelist td a{ 
   display: block; 
}

.pricelist a{
	color: #000;
	font-weight: 400;
}

.btn-pricelist{
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	color: #3a9ad6;
	background: #ffffff;
	border: solid #3a9ad6 1px;
}

.btn-pricelist:hover, .btn-pricelist:active {
	color: #ffffff;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.btn-pricelist-head{
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	color: #3a9ad6;
	background: #ffffff;
	border: solid #3a9ad6 1px;
}

.btn-pricelist-head:hover, .btn-pricelist-head:active {
	color: #ffffff;
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

input[type="text"].pricelist-search{
	display: inline;
	width: 40em;	
	font-size: 20px;
	font-family: Arial, sans-serif;
	max-width: 100%;
}

.pricelist-price{
	font-weight: 700;
}

.pricelist-price:before {
    content: "R";
}

.product-details .row{
	padding-bottom: 2em;
}

.product-list h2{
	font-size: 36px;
	font-family: Arial, sans-serif;
}

.product-details h2{
	font-size: 36px;
	font-family: Arial, sans-serif;
}

.product-details h3{
	font-size: 30px;
	font-family: Arial, sans-serif;
}

.product-details h4{
	font-size: 26px;
	font-family: Arial, sans-serif;
}

.pricelist-discount{
	vertical-align: super;
	font-size: 12px;
	font-style: italic;
}

.pricelist-notes{
	font-size: 12px;
	font-style: italic;
}

.pricelistlabel{
	width: 8em;
    font-size: 20px;
    line-height: 30px;
	font-family: Arial, sans-serif;
}

.pricelistdiv input, .pricelistdiv select{
    max-width: 60%;
    font-size: 20px;
    line-height: 30px;
	font-family: Arial, sans-serif;
	color: #000000;
	padding: 5px 5px 5px 20px;
	margin-bottom: 1em;
}

.pricelist-head{
	margin-top: 1em;
}

input[type="email"]:disabled, input:disabled{
  background: #bfbfbf;
}

input[type="submit"], button[type="submit"] {
	background: #0f5296;
	border: 2px solid #2000d5;
	color: #fff !important;
}

.subtext{
	font-size: 10px;
	line-height: 12px;
}

/*METRICS STYLING*/
.metrics{
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.metrics tr{ 
   border: 1px solid black;
}

.metrics > tbody > tr:hover, .metrics tr:hover td, .metrics > tbody > tr:active, .metrics tr:active td {
    background-color: #0f529645 !important;
}

.metrics-data{
	line-height: 24px !important;
}

.metrics .odd td {
    background-color: #e1e1e1;
}

.metrics .even td {
    background-color: #fff;
}

table.metrics{
	width:auto;
}

.metrics th{ 
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0.15em;
   padding-bottom: 0.15em;
   background-color: #0f5296 !important;
   color: #fff;
}

.metrics td{ 
   padding-left: 1em;
   padding-right: 1em;
   padding-top: 0em;
   padding-bottom: 0em;
}

.metrics td a{ 
   display: block; 
}

.metrics a{
	color: #000;
	font-weight: 400;
}

.metricsblock{
	width: auto;
	float: left;
	padding: 10px;
}


.main-navigation .menu > li > ul li a {
    padding: 2px 24px;
}


@media (max-width: 992px){
	.pricelist, metrics{
		font-size: 16px;
		font-family: Arial, sans-serif;
	}
	.pricelist-data, .metrics-data{
		line-height: 24px;
	}
	.pricelist td, .metrics td{ 
	   padding-left: 0.5em;
	   padding-right: 0.5em;
	   padding-top: 0.2em;
	   padding-bottom: 0.2em;
	}
	.pricelist td a, .metrics td a{ 
	   display: block; 
	}
	.mobile-hide{
		/*display: none;*/
	}
	
}

@media (max-width: 768px){
	.pricelist, metrics{
		font-size: 14px;
		font-family: Arial, sans-serif;
	}
	.pricelist-data, .metrics-data{
		line-height: 20px;
	}
	.pricelist td, .metrics td{ 
	   padding-left: 0.25em;
	   padding-right: 0.25em;
	   padding-top: 0.15em;
	   padding-bottom: 0.15em;
	}
	.pricelist td a, .metrics td a{ 
	   display: block; 
	}
	.mobile-hide{
		display: none;
	}
}




