/*
Theme Name: RBH Theme
Author: Edge of the Web
Description: Main theme for the RBH website developed by Edge of the Web.
Version: 1.0.0
*/
/*select field in enquiry form */
.enquire-select select {
font-family: raleway,Arial,Verdana,sans-serif;
font-size: 16px;
 font-size: 1rem;
line-height: 26px;
line-height: 1.63rem;
padding: 13px 12px;
border-radius: 0.19rem;
border: 1px solid #464D51;	
background: #fff;
}

.accent--inherit-theme .enquire-select select {
background:transparent;
outline: 1px solid rgba(255, 255, 255, .4);
color: #fff;
}

.accent--inherit-theme .enquire-select select:focus {
outline: 2px solid #fff;
}

.accent--inherit-theme .enquire-select option {
color:#000;
}

/* remove background colour on image grid */
.remove-background .image-grid__item
{background: transparent}


/*adjust list style for links */
ul.list li a:not(.js-toc-link) {
  text-decoration: underline; 
}

.article__main-content ul li.list-block__item::before {
	display:none;
}
.article__main-content .list-block__content p:not(.heading) a {
color: #297989 !important;
}

/* new homepage styles */
.featured .wp-block-image {
	margin: 0 auto !important;
}

.featured .btn--small {
	margin-top: auto !important
}

.featured .columns__column {
	background: linear-gradient(97deg, #ecf7fa 0%, #e1eef9 100%); 
	padding: 1.5rem 2rem; 
	padding: 24px 32px; 
	border-radius: 3px;
  	border-radius:0.19rem; 
	margin-bottom: 1.3rem; margin-bottom: 21px;
}

/* styles for landing pages */
.featured2 .wp-block-image {
	margin: 0 auto !important;
}

.featured2 .columns__column {
	padding: 1.5rem 2rem; 
	padding: 24px 32px; 
	border-radius: 3px;
  	border-radius:0.19rem; 
	margin-bottom: 1.3rem; 
	margin-bottom: 21px;
}

.column-space .columns__column, .page-id-17112 .content-split__column {
padding: 3% !important;	
}

.page-id-17112 .header, 
.page-id-17112 .footer__top {
	display: none;
}	

/*adjust landing page header*/
#block_6a00ca4ad9c06493803bce1c07ffdbae {
	margin-top: 10px; 
	margin-bottom: 10px
}

.page-id-17112 .gfield_label {
	display: none;
}

.page-id-17112 .accent--aqua-gradient .content-split {
background: #efefef;
border-radius: 8px;
margin-top: 4%;	
}

.page-id-17112 .gform_fields .gfmc-container .gfmc-column .gfield {
	margin-bottom: 10px !important
}

.page-id-17112 .accent--aqua-gradient {
	background: #fff;
}

.page-id-17112 .accent--aqua-gradient h2 {
	color: #297989;
}

.page-id-17112 .wp-block-buttons {
	text-align: center;
}


/*adjustments to cookie bar*/
.cky-notice .cky-title {
margin: 0 0 2px !important;
}

/*cookies table on privacy page */

.info-table td {
font-size: 14px;
}

.info-table th {
text-align: left;
margin-bottom: 4px;	
}

.info-table tr {
flex-wrap:nowrap;
border-bottom: 1px solid #e5ebf1;
padding-bottom:4px;
}
