/* 
Additional styles
*/

/* Colours 

Blue Accent			: #2D56B2
Dark Blue Accent	: #193470
Grey Lines			: #C4C4C4
Dark Grey			: #666
Footer				: #ddd
Base				: #ccc

*/


html {font-size: 62.5%;}

body { 
	font-family: 'Open Sans', Segoe, Tahoma, Verdana, sans-serif;
	font-size: 1.5rem; 
	line-height: 1.7;
}

span.cat-links{ width: 100%; display: block; padding-top:5px;}
span.tags-links { width: 100%; display: block; padding-bottom:10px;}
span.comments-link { display : none;}

span.edit-link { 
	width: 100%; 
	/*display: block;*/
	display: none;
	padding-top:10px; 
	padding-bottom:10px;
}
span a.post-edit-link { padding: 7px; border: 1px solid #C4C4C4; font-size:1.1rem;}


/* Custom Logo */
.custom-logo-block {
	 position: relative;
     min-height:75px;
	 min-width:260px;
}
.custom-logo-block-inner {
    position:absolute;
    width:100%;
    height:100%;
}

.custom-logo-block-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-height:100%;
    max-width:100%;
}

.custom-logo-block-inner h1, .custom-logo-block-inner h1 a { color:#ffffff; text-decoration:none; font-size:130%; }
.custom-logo-block-inner p, .custom-logo-block-inner p a { color:#ffffff; }


@media (max-width: 767px) {
	.custom-logo-block { height:75px; min-width:210px; }
}




/* Typography */

a { color: #2D56B2; }

h1, .h1 { font-size: 3.5rem; color:#2D56B2; line-height: 1.4; }
h2, .h2 { font-size: 2.8rem; color:#2D56B2; line-height: 1.4;}
h3, .h3 { font-size: 2.4rem; color:#666; line-height: 1.4;}
h4, .h4 { font-size: 2.2rem; color:#666; line-height: 1.4;}
h5, .h5 { font-size: 2rem; color:#666; line-height: 1.4;}
h6, .h6 { font-size: 1.5rem; font-weight: 600; }

h1, h2, h3, h4, h5, h6 {padding-top:8px;}

h3.widget-title {
	font-size: 1.9rem;
	font-weight: 600;
	color: #999999;
}

.lead { font-size: 1.5rem; font-weight: 300;}

/* IMAGES */
.alignleft, img.alignleft { float:left; display: inline; margin:8px 20px 20px 0px;  }
.alignright, img.alignright { float:right; display: inline; margin:8px 0px 20px 20px; }
.aligncenter, img.aligncenter { display: block; margin: 10px auto 10px auto; clear: both;}
.alignnone, img.alignnone { display: block; margin: 10px 0px 10px 0px; clear: both;}




/* HIDE ME  */
.hideme {display:none!important;}



blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  /*quotes: "\201C""\201D""\2018""\2019";*/
  quotes: "\201C""\201D";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.blockquote-footer { margin-top:5px;}






/* Buttons */

.btn {font-size: 1.5rem; }

.btn-primary {
    background-color: #2D56B2;
    border-color: #2D56B2;
}

.btn-primary.focus, 
.btn-primary:focus {
	box-shadow: 0 0 0 3px rgba(45,86,178,0.40);
	-webkit-box-shadow: 0 0 0 3px rgba(45,86,178,0.40);
}
.btn-primary.active, 
.btn-primary:active, 
.show>.btn-primary.dropdown-toggle {
	background-color: #193470;
	background-image: none;
	border-color: #193470;
}
.btn-primary:hover {
    color: #fff;
    background-color: #193470;
    border-color: #193470;
}

.btn-outline-primary {
    color: #2D56B2;
    background-color: transparent;
    background-image: none;
    border-color: #2D56B2;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #193470;
    border-color: #193470;
}




/* Inline Button*/

a.hwbd-inline-button {
    color: #ffffff!important;
	font-size: 1.5rem;
    line-height:1.2;
    padding: 12px 24px 12px 24px;
    margin: 20px 20px 20px 0px;
    font-weight: normal;
    border: 1px solid #ffffff;
	border-radius: 0.25em;
    background-color: #2D56B2;
	box-sizing: border-box;
	display:inline-block;
}
a.hwbd-inline-button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #193470;
}



/* Inline Button - Central*/
a.hwbd-inline-button.central {margin: 10px;}





/* Layout */

header.page-header, header.entry-header { padding-bottom:10px; color:#2D56B2;}
body.search article, body.archive article { padding-bottom:10px; margin-bottom:20px; border-bottom: 1px solid #C4C4C4;}
.entry-meta {padding-top:10px; padding-bottom:10px;}

@media (max-width: 767px) {
	article { padding-bottom:10px; margin-bottom:20px; /*border-bottom: 1px solid #C4C4C4;*/}
	.home article { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px solid #C4C4C4; }
}




/* Top Social Block */

.social-top-block {
	float:right; 
	color:#BBBBBB; 
	font-size:1.5rem;
	width:100%;
	height:26px;
	visibility: visible;
    opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
  		-moz-transition: all 0.5s ease-in-out;
  		-o-transition: all 0.5s ease-in-out;
  		transition: all 0.5s ease-in-out;
	transition-property: visibility, height;
    transition-duration: 0.5s, 0.5s;
    transition-delay: 0.75s, 0.5s;
}
		@media (max-width: 576px) {
			.social-top-block { padding-right:8px; width:90%; }
		}

.social-top-block-hide {
	visibility: hidden;
    opacity: 0;
    height: 0px!important;
	overflow:hidden;
		-webkit-transition: all 0s ease-in-out;
  		-moz-transition: all 0s ease-in-out;
  		-o-transition: all 0s ease-in-out;
  		transition: all 0s ease-in-out;
	transition-property: visibility, height;
    transition-duration: 0s, 0s;
    transition-delay: 0s, 0s;

}

.social-panel-icons {}
.social-top-block a {color:#BBBBBB; white-space: nowrap; float:right; margin-left:5px; margin-right:5px;}
.social-top-block a:hover {color:#ffffff;}

.social-panel-icons a:last-child {margin-left:10px;}




.social-panel-tel {
	
	font-size:1.35rem; 
	float:right; 
	line-height:1.9; 
	text-align:right;
}

.social-panel-tel:before {
	font-family: "FontAwesome";
	content: "\f095";
	font-size: 1.4rem;
	margin-right:1px;
	color:#BBBBBB;
}

.social-panel-whatsapp {
	background-color:#fff;
	padding:0px 12px;
	border-radius:8px;
	font-size:1.35rem; 
	float:right; 
	line-height:1.9; 
	text-align:right;
}

.social-panel-whatsapp:before {
	font-family: "FontAwesome";
	content: "\f232";
	font-size: 1.4rem;
	margin-right:1px;
	color:#BBBBBB;
}




/* ################# Static : Wrappers ################# */
.wrapper-header { }
.wrapper-topbar { background-color: #454545; }
.wrapper-navbar { background-color:rgba(000,000,000,1.00); }

.wrapper-hero { background-color: #2D56B2; }
.full-width-height-page-wrapper{ margin-top:0px;}
.full-width-page-wrapper,
.footer-full-wrapper,
.page-wrapper,
.index-wrapper,
.author-wrapper,
.error-404-wrapper,
.archive-wrapper,
.search-wrapper,
.single-wrapper,
#woocommerce-wrapper{ margin-top:30px;}






/* ################# Sticky : Wrappers - sticky header top is 121px deep (top bar = 36px main nav = 85px) allow for 120px ################# */



body.sticky .wrapper-hero {margin-top:120px} /* sticky header height top + main = 120 */
body.sticky .full-width-page-wrapper,
body.sticky .static-hero-wrapper,
body.sticky .page-wrapper,
body.sticky .index-wrapper,
body.sticky .author-wrapper,
body.sticky .error-404-wrapper,
body.sticky .archive-wrapper,
body.sticky .search-wrapper,
body.sticky .single-wrapper,
body.sticky .woocommerce-wrapper{ margin-top:150px;} /* add 30px 150 */
/*.woocommerce-wrapper{ margin-top:114px;} /* add 30px 114 */

body.sticky .full-width-page-wrapper.hero-above {margin-top:0px;}



/* ################# Wrappers for transparency  ################# */
body.transparent.home .wrapper-topbar { background-color: rgba(000,000,000,0.40);}
body.transparent.home .wrapper-navbar { background-color:rgba(000,000,000,0.00); }

body.transparent.page .full-width-page-wrapper,
body.transparent.page .static-hero-wrapper,
body.transparent .page-wrapper,
body.transparent .index-wrapper,
body.transparent .author-wrapper,
body.transparent .error-404-wrapper,
body.transparent .archive-wrapper,
body.transparent .search-wrapper,
body.transparent .single-wrapper,
body.transparent .woocommerce-wrapper{ margin-top:150px;} /* add 30px 150 */

body.transparent .full-width-page-wrapper.hero-above {margin-top:0px;}





/* ################# Central : Wrappers - sticky header top is 217px deep (top bar = 36px Logo section = 95 main nav = 41px) allow for 172px* ################# */
body.central .wrapper-header { background-color:#000000; }
body.central .central-logo-wrapper {background-color:#000000;}
body.central .wrapper-hero {margin-top:172px} /* sticky header height top + logo + main = 172 */

body.central .full-width-page-wrapper,
body.central .static-hero-wrapper,
body.central .page-wrapper,
body.central .index-wrapper,
body.central .author-wrapper,
body.central .error-404-wrapper,
body.central .archive-wrapper,
body.central .search-wrapper,
body.central .single-wrapper,
body.central .woocommerce-wrapper{ margin-top:202px;} /* add 30px to 172 */

body.central .full-width-page-wrapper.hero-above {margin-top:0px;}


/* Full height Rows */
.hwbd-row-full-height { height: 100vh; /*overflow: auto;*/ }


/* Footer */

.footer-full-wrapper{
	background-color: #ddd;
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer-full-wrapper a { color: #666; }

.footer-wrapper {
	background-color: #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.2rem;
	color: #666;
}
.footer-wrapper a, .footer-wrapper a:hover { color: #666;}








/* xxxxxx Navigation & Brand (Main) xxxxxxxxx */

.hwbdbsnavbar .navbar-brand { color: #fff;}
.hwbdbsnavbar .navbar-brand:focus, .hwbdbsnavbar .navbar-brand:hover { color: #fff;}

.navbar-brand, .navbar-nav { font-size: 1.8rem; }
.navbar-brand { 
		max-height: 90px;
		padding-top: 0rem;
		padding-bottom: 0rem;
	    }
   @media (max-width: 420px) {
	   .hwbdbsnavbar .navbar-brand { width: 60%;}
	   }

.hwbdbsnavbar .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.7); padding:10px;}
.hwbdbsnavbar .navbar-nav .nav-link:focus, 
.hwbdbsnavbar .navbar-nav .nav-link:hover {color: rgba(255, 255, 255, 1.00);}
.hwbdbsnavbar .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25);}

.hwbdbsnavbar .navbar-nav .show > .nav-link,
.hwbdbsnavbar .navbar-nav .active > .nav-link,
.hwbdbsnavbar .navbar-nav .nav-link.show,
.hwbdbsnavbar .navbar-nav .nav-link.active { color: #fff;}

.hwbdbsnavbar .navbar-text { color: rgba(255, 255, 255, 0.5);}

.navbar-nav li { margin-right: 1.0rem; padding-right: 1.0rem; }
.navbar-nav li:last-child { border-right: 0; margin-right:0rem; padding-right: 0rem;}
.nav-link { padding: 0rem 1rem; line-height: 1.2;}

    @media (min-width: 768px) {
	 .navbar-nav li { border-right: 1px solid rgba(255,255,255,.5);}
	}




/* xxxxxx NavBar Toggler (Main) xxxxxxx */
.navbar-toggler.hwbdbs-mob-nav {
	position: relative;
    float: right;
    padding: 12px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    /*border: 1px solid transparent;*/
	border: 1px solid rgba(255,255,255,0.35);
    border-radius: 4px;
}

.navbar-toggler:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
		}

.navbar-toggler.hwbdbs-mob-nav .icon-bar { background-color: #fff;}
.navbar-toggler.hwbdbs-mob-nav .icon-bar { position: relative; transition: all 500ms ease-in-out; }
.navbar-toggler.hwbdbs-mob-nav .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler.hwbdbs-mob-nav .icon-bar:nth-of-type(2) { top: 1px; }
.navbar-toggler.hwbdbs-mob-nav .icon-bar:nth-of-type(3) { top: 2px;}
.navbar-toggler.hwbdbs-mob-nav .icon-bar+.icon-bar { margin-top: 4px;}

/* xxxxxx Animation for the mobile nav icon to an X !!!! xxxxxxx */
.navbar-toggler.hwbdbs-mob-nav.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg);}
.navbar-toggler.hwbdbs-mob-nav.active .icon-bar:nth-of-type(2) { background-color: transparent;}
.navbar-toggler.hwbdbs-mob-nav.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg);}


/* Navigation Dropdown */
.dropdown-menu {
	color: #fff;
	background-color: #3F3F3F;
	font-size: 1.5rem;
	white-space: nowrap ;
	padding:0;
	margin-top:0px;
	border-radius: .5rem;
}
.dropdown-menu li { 
	margin-right:0rem;
	border-right: 0px solid rgba(255,255,255,0);
	padding:0px;
}
.dropdown-menu li:first-child{ 
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.dropdown-menu li:last-child{ 
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	padding-right:10px;
}
.dropdown-menu li a.nav-link { color:#fff; padding:0;}
.dropdown-menu li:hover { background-color:#5A5A5A;}
.dropdown-menu li.active{ background-color:#5A5A5A;}

@media (max-width: 767px) {
	.navbar-nav li { border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom:10px; padding-top:10px; margin-right: 0rem; padding-right: 0rem;}
    
    .nav-link.dropdown-toggle {padding-bottom:10px;}  /* Adds depth to parent link - part of parent of dropdown being clickable (MOBILE)*/
	
    .navbar-nav li:last-child { margin-right: 0rem; }
	#navbarNavDropdown.navbar-collapse { padding-top:20px; padding-bottom:20px;}
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid { padding-right: 10px; padding-left: 10px;}
	
	.dropdown-menu li { padding-left:10px; padding-right:0px; border-bottom: 0px solid rgba(255,255,255,0);}
	.dropdown-menu { border-radius: .0rem;}
	
	.dropdown-menu li:first-child{ border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
    .dropdown-menu li:last-child{ border-bottom-left-radius: 0rem; border-bottom-right-radius: 0rem; }
    
    /* FIX for mobile nav which is tooooooo deep */
    .navbar-collapse { max-height: 60vh; overflow-y: auto; overflow-x: hidden; }
    .collapsing { overflow-y: hidden; overflow-x: hidden; }

}




/* CHANGE: Added style to correctly position submenus */
.navbar-nav .dropdown-submenu.dropdown-submenu .dropdown-menu { /* Double selector augment specificity */
	position: static;
}





/* ################# Transparent Navigation ################# */
body.transparent .hwbdbs-trans-nav {
	/* For when we have a scroll header change */
	-webkit-transition: background 1s; 
    transition: background 1s;
}

body.transparent .hwbdbs-trans-nav.hwbdbs-trans-nav-dark, 
body.transparent .hwbdbsmobnav {background-color:rgba(000, 000, 000, 1.0);}

body.transparent .home .hwbdbsnavbar.hwbdbshometransnav {background-color:rgba(000, 000, 000, 0.7);}
body.transparent .home .wrapper-topbar.hwbdbshometransnav {background-color:rgba(000, 000, 000, 0.7);}

body.transparent .hwbdbsnavbar .navbar-nav .nav-link { color: rgba(255, 255, 255, 1);}

body.transparent .wrapper-header.hwbdbsnavbar-dropdown {
	-webkit-transition: background 1s; 
    transition: background 1s;
	background-color:rgba(000, 000, 000, 1.0);
}




/* ################# Transparent Navigation Dropdown ################# */
body.transparent .dropdown-menu {
	color: #fff;
	background-color:#000;
	border-radius: 0.5rem;
	border: 0px solid rgba(0,0,0,0);
}
body.transparent .dropdown-menu li a.nav-link { color:#fff; }
body.transparent .dropdown-menu li:hover { background-color: #666; }
body.transparent .dropdown-menu li.active{ background-color:#666; }

@media (max-width: 767px) {
	
}










/* xxxxxxxx Top Menu xxxxxxxxx */

.top-menu {  }

.menu-top-menu {
	list-style-type: none;
    margin: 0;
    padding:6px 0px 0px 0px;
	color: #ffffff;
	font-size: 1.2rem;
	height:26px; /* Matches toggler height */
}
.menu-top-menu li { float: left;}
.menu-top-menu li a {color: #BBBBBB;}
.menu-top-menu li.active a {color: #FFFFFF;}
.menu-top-menu li a:hover { color: #ffffff;}
.menu-top-menu li { border-right:1px solid #BBBBBB; padding: 0 1em; }
.menu-top-menu li:first-child { padding-left:0em; }
.menu-top-menu li:last-child {border-right:0px solid #BBBBBB; padding: 0em 0em 0em 1em;}
.menu-top-menu .nav-link { padding: 0rem;}


/* ################# Transparent Top Menu ################# */
body.transparent .menu-top-menu li a {color: #FFFFFF;}





/* xxxxxxxx Top Bar Navigation xxxxxxxx */

button.navbar-topnav-toggler { display:none;}

.topnaviconhide .navbar-topnav-toggler-icon { visibility:none;}

@media (max-width: 575px) {
	button.navbar-topnav-toggler {
		height:26px; /* Matches menu top menu height */
		display:block;
		border: 0px solid rgba(255,255,255,0.00);
		border-radius: 2px;
		padding:0;
		background-color: transparent;
		margin-left:10px;
			}
	button.navbar-topnav-toggler:focus {
		outline: 0px dotted;
		outline: 0px auto -webkit-focus-ring-color;
			}
	.navbar-topnav-toggler .navbar-topnav-toggler-icon {
		font-family: 'FontAwesome';
		font-size: 2.2rem;
		color: #ffffff;
		line-height:1;
			}
	.menu-top-menu {font-size: 1.5rem; height:auto; padding-top: 0px;}
	.menu-top-menu li { float: none;}
	.menu-top-menu li { border-right:0px solid #BBBBBB; }
	.menu-top-menu li { 
		padding:5px 0px 10px 0px; 
		margin-bottom:5px; 
		margin-left:10px;
		margin-right:10px;
		border-bottom:1px solid rgba(255,255,255,0.30);
	}
	.menu-top-menu li:last-child { 
		padding:5px 0px 10px 0px; 
		margin-bottom:0px; 
		margin-left:10px; 
		border-bottom:0px solid rgba(255,255,255,0.00);
	}
}








/* xxxxxx Base Menu xxxxxxxx */

.base-menu {justify-content: flex-end; }
.menu-base-menu {
	list-style-type: none;
    margin: 0;
    padding: 0
}
.menu-base-menu li { float: left;}
.menu-base-menu li { border-right:1px solid #666666; padding: 0 1em; }
.menu-base-menu li:last-child {border-right:0px solid #666666; padding: 0em 0em 0em 1em;}

.navbar.base-menu {padding-right:0px;}
.menu-base-menu .nav-link { padding: 0rem;}

@media (max-width: 767px) { 
	.site-info {text-align:center;}
	.base-menu {justify-content: center; }
    .navbar.base-menu {padding-right:10px;}
    .menu-base-menu li:last-child {padding-right: 1em;}
}

@media (max-width: 420px) { 
    .menu-base-menu {text-align:center; padding-top:5px;}
	.menu-base-menu li {border-right: none; float:none; padding-top:3px; padding-bottom:3px;}
}


span.hwbd-link { white-space: nowrap;}






/* Back to Top */

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 20px;
	right: 10px;
    z-index:1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../imgs/cd-top-arrow.svg);
	background-color: rgba(45,86,178,0.80);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}





/* Slider */

.hwbdbs-slider  { width:100%; }
.hwbdbs-slider img { width:100%; max-height:400px; min-height:250px; object-fit: cover;}






/* Footer-Full */

.footer-widget ul { list-style-type: none; padding-left:0px;}

.footer-full-wrapper h3.widget-title {
	padding-bottom:5px;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom:5px;
}

@media (max-width: 767px) {
	.footer-widget { border-bottom: 1px solid #C4C4C4; margin-bottom:5px;}
	div.footer-widget:last-child {border-bottom: 0px solid #C4C4C4;}
	.footer-full-wrapper h3.widget-title { padding-bottom:0px; border-bottom: 0px solid #C4C4C4; margin-bottom:0px; }
}




/* Sidebars */

aside.widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
	overflow: auto; /* to keep images inside widget */
}
aside.widget ul {
	list-style-type: none;
	padding-left:0px;
    padding-top:7px;
}

aside.widget li {
	line-height: 1.5;
	margin-bottom: 8px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left 3px;
	background-image: url('../imgs/aside-arrow.png');
}

/*
.widget li::before {
	font-family: "FontAwesome";
	content: "\f101";
	font-size: 1.5rem;
	color:#BDBDBD;
	padding-right: 5px;
    margin-left: -1.1em;
}

.widget li {
    list-style-type: none;
    display: block;
    margin-left: 1em;
    margin-top: 0.5em;
	line-height: 1.4;
}
*/






/* Forms */
.form-control { font-size: 1.5rem; }




/* Post Images */
img.wp-post-image {margin-bottom:20px; }





/* Post Navigation */
.post-navigation {
	float:left;
	margin-top:20px; 
	padding-top:20px; 
	border-top: 1px solid #C4C4C4;
	padding-bottom:20px; 
	border-bottom: 1px solid #C4C4C4;
}

.page-link { color: #2D56B2;}
.page-item.active .page-link {
    background-color: #2D56B2;
    border-color: #2D56B2;
}



/* Post Description */
header.page-header p, header.entry-header p {
    color: #000000;
}




/* Page Builder */

/* Sow Buttons : remove hover underline */
.ow-button-base a:hover { text-decoration: none;}









/* WooCommerce */

.custom-select { height: calc(2.25rem + 10px);}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text { width: 140px; padding: 3px 6px 5px;}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { padding: .54em 1em;}
.woocommerce-input-wrapper { width: 100%; }

#woo-sidebar {margin-top:45px;} /* to allow for breadcrumb */
	
.woo-sidebar {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #C4C4C4;
}


/* Woo Variations */
.woocommerce div.product form.cart .variations select {text-indent: 10px;}


/* Woo Cart */
.woocommerce a.button.alt {background-color: #2D56B2;}





/* Woo Product Thumbnail */

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
.woocommerce-checkout-review-order-table img {width: 64px;}


/* Woo thumbnail image border - Shop & Product */
.attachment-woocommerce_thumbnail,
.woocommerce-product-gallery__image{border: 1px solid #DDDDDD;}




/* Woo Checkout Form Fields */
.woocommerce-checkout {margin-bottom:30px;}
.woocommerce-checkout .hwbd-woo-billing-block {padding:20px; background-color:#f2f2f2; overflow:auto; width:100%;}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead {background-color:#000000; color:#ffffff;}
.woocommerce-checkout .hwbd-woo-checkout-optin p {font-size:1.2rem;}
.woocommerce-checkout-review-order .woocommerce-checkout-payment {margin-bottom:30px;}



/* Woo Shipping Fields */
.woocommerce-shipping-fields h3#ship-to-different-address {
    font-size: 1.6rem;
    font-family: inherit;
    font-weight: bold;
}
.woocommerce-shipping-fields {border-bottom:1px solid rgba(0,0,0,.1); padding-bottom:5px; margin-bottom:15px;}

.woocommerce ul#shipping_method li {margin-bottom:0px;}



/* Using 'Checkout Field Editor for WooCommerce' plugin by ThemeHigh - add custom checkbox optin */
.woocommerce-checkout p.hwbd_woo_custom_checkbox {font-size:1.2rem; color:#D70F13;}
.woocommerce-checkout .hwbd_woo_custom_checkbox input[type=checkbox] {
	background:#ffffff; 
	position: relative;
    z-index: 10;
    opacity: 100;
	margin-right: 4px;
}
.woocommerce-checkout .hwbd_woo_custom_checkbox .custom-control.custom-checkbox {padding-left: 0px;}
.woocommerce-additional-fields__field-wrapper {padding:8px; background-color:#F0F0F0;}



/* Woo Archive display of columns - meessed up by the 'main class' */
.woocommerce.archive main.site-main {
	width:100%;
    padding-left: 15px;
    padding-right: 15px;}



/* Woo Privacy Policy Caption */
.woocommerce-privacy-policy-text { font-size:1.3rem;}



/* Woo related products section */
.hwbd-related-block {float:left; width:100%; border-top:1px solid #dddddd; padding-top:20px; margin-top:20px;}


/* Woo MyAccount using body class */

.woocommerce {margin-bottom:30px;}

.woocommerce-account .woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {padding: 10px;}

.woocommerce-account .woocommerce form .password-input, 
.woocommerce-page form .password-input { margin-left:10px;}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {margin-left:10px;}

.woocommerce-account .woocommerce form .form-row .input-checkbox  {
	background:#ffffff; 
	position: relative;
    z-index: 10;
    opacity: 100;
	margin-right: 4px;
}

.woocommerce-account .custom-control {padding-left: 0px;}
.woocommerce-account.woocommerce-edit-account .woocommerce form .password-input,
.woocommerce-page form .password-input { margin-left: 0px; margin-right:10px;}




/* Woo My Account Navigation Panel */

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
	color:#000000;
	background-color: #CCCCCC;
	border: 1px solid rgba(0, 0, 0, .125);
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {color:#000000;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {padding-left:0px;}



/* Woo Cart in Social Block */
.cart-contents:before {
    font-family:Fontawesome;
    content: "\f07a";
    font-size:1.6rem;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:0px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
