/* --------------- Header --------------- */

.inside-header {
		border-top: 10px solid #0a6691;
}

.site-header {
    background-color: #f7f8f9!important;
}

/* --------------- Typography --------------- */

h3.widget-title {
		margin: 10px 10px 40px 17px!important; 
		position: relative; 
		z-index: 5;}

.widget-title:before {
    content: "";
    display: block;
    border-top: 2px solid #0a6691;
    border-bottom: 2px solid #0a6691;
    border-left: 2px solid #0a6691;
    width: 104px;
    height: calc(100% + 20px);
    position: absolute;
    left: -18px;
    top: -9px;
    z-index: -2;
}

.widget-title:after {
		content: "";
    display: block;
    width: 60px;
    height: 30px;
    background: #f7f8f9;
    z-index: -1;
    bottom: -24px;
    left: 30px;
    position: absolute;
}

/* --------------- Stock Stuff --------------- */

.white-block {
		background: #f7f8f9;
		border-radius: 15px;
		padding: 35px;
    position: relative;
		z-index: 2;
}

.primary {background: #0a6691;}
.relative {position: relative;}

.cool-list ul li:before {
    content: '';
    display: inline-block;
		line-height: 1.4;
    height: 20px;
    width: 20px;
    background-image: url(https://boston-shipping.anthvale.com/wp-content/uploads/2021/09/diamond-list-icon.svg);
    background-repeat: no-repeat;
    margin: 0 6px -4px 0;
}

.cool-list ul {margin-left: 15px!important;}


.shadow, .img2 img {
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 8px 8px rgba(0,0,0,0.11), 
              0 16px 16px rgba(0,0,0,0.11), 
              0 32px 32px rgba(0,0,0,0.11);
}

/* --------------- Images --------------- */

.img1 img {position: relative; z-index: 2;}
.img1 {position: relative;}

.img1:before {
		content: "";
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 100%;
    background: #0a6691;
    left: -18px;
    top: -18px;
}

.img1:after {
    content: "";
    position: absolute;
    z-index: 1;
    border: 2px solid #0a6691;
    height: 100%;
    width: 90%;
    right: -18px;
    top: 18px;
}

/* --------------- Buttons --------------- */

.gb-button .gb-icon {
    padding: 0.2em 0.5em 0 0!important;
}



/* -------------------------- Footer ------------------------ */

a.generate-back-to-top {
    border: 1px solid #f7f8f9!important;
}

.site-footer {border-top: 2px solid #0a6691!important;}

.site-footer .footer-widgets-container .inner-padding { padding: 0!important;}

.footer-widgets .widget ul li {
		margin-bottom: 0!important;
}

.footer-widget-1, .footer-widget-2, .footer-widget-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer-widget-2 img {
  background: #f7f8f9;
	padding: 30px;
	border-radius: 15px!important;
}


.footer-widgets ul li a {
		font-size: 18px!important;
		background: transparent!important;
}

.footer-widgets ul li a:hover {
		background: transparent!important;
		text-decoration: underline;
}

@media (min-width: 768px) {
  .inside-footer-widgets {
		margin-left: 30px!important;
  }		
  .footer-widget-3 {
		margin-left: 30px!important;
  }
}

@media (max-width: 768px) {
		
   .footer-widget-1 {
		margin-bottom: 0!important;
  }
	
  .footer-widget-2 {
		order: 3!important;
  }
		
  .footer-widget-3 {
		margin-bottom: 30px!important;
  }
}