<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Bristol One City Child
Template: Avada
Version: 1.0.0
*/

/* underline all links on all pages and posts*/
#main a:link, a:visited{
 text-decoration: underline;
    font-family: "Noto Sans";
    font-weight: 600;
}

.fusion-vertical-menu-widget ul.menu li a, .side-nav li a {
    font-family: "Source Sans Pro";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    font-style: normal;
    color: #bfbfbf;
}

.fusion-title-sc-wrapper {
	background-color: rgba(0,0,0, 0.6) !important;
}

.facetwp-counter {
    display: none;
}

.fwpl-result {
box-shadow:
    rgb(237, 237, 237) 1px 1px 3px 3px;
    padding: 3%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin-bottom: 20px;
}

.gt-goal-title {
    font-family: "Noto Sans";
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px;
}

.con-rectangle {
  height: 10px;
  width: 100px;
  background-color: #72bd84;
}

.eco-rectangle {
  height: 10px;
  width: 100px;
  background-color: #0f8135;
}

.env-rectangle {
  height: 10px;
  width: 100px;
  background-color: #c07bb2;
}

.hea-rectangle {
  height: 10px;
  width: 100px;
  background-color: #5963ab;
}

.hom-rectangle {
  height: 10px;
  width: 100px;
  background-color: #f39651;
}

.lea-rectangle {
  height: 10px;
  width: 100px;
  background-color: #e52729;
}

.gt-year {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
}
.fwpl-tax-goal_year {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
}

.gt-sdg {
    font-family: "Noto Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
    
.fwpl-tax-sdg {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
.gt-theme {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 18px;
}
.fwpl-tax-themes {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
.gt-sub-theme {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}
.fwpl-tax-sub_theme {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
}

.fwpl-col el-xad8uk {
	border-bottom: solid #F20D11;
	padding-top: 20px;
}

.theme-dot {
  height: 10px;
  width: 100px;
  background-color: #eb1c2d;
  display: inline-block;
}

.gt-theme-icon {
  height: 50px;
  width: 50px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.theme-colour-1 {
	color: #eb1c2d;
}

.theme-color {
  height: 7px;
  width: 100px;
  background-color: #26247B;
  display: inline-block;
}

.divide {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 0.5px;
	border-color: #dcdadb;
	
}

/* Search */

.facetwp-search-wrap {
    position: relative;
}

.facetwp-search {
    padding-right: 0px;
	background-color: #ffffff;
	font-size: 18px !important;
	color: #aaa9a9;
	border-width: 2px !important;
	border-color: #26247B !important;
    border-radius: 0px;
	height: 50px !important;
    padding-top: 0;
    padding-bottom: 0;
	margin: 4px 2px;
}

.facetwp-btn {
    top: 2px !important;
    right: 20px !important;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
}

.facetwp-btn:before {
    display: inline-block;
    content: '';
    width: 30px !important;
    height: 23px !important;
    background: url('../images/icon-search.png') no-repeat;
    background-size: 23px 23px !important;
}

.facet-reset {
  background-color: #26247B;
  border: none;
  color: white;
  padding: 12px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Noto Sans";
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.facet-reset {
  background-color: white; 
  color: black; 
  border: 2px solid #26247B;
}

.facet-reset:hover {
  background-color: #26247B;
  color: white;
}

.facetwp-flyout-open {
    background-color: #26247B;
    border: none;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Noto Sans";
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.facetwp-flyout-open {
  background-color: white; 
  color: black; 
  border: 2px solid #26247B;
}

.facetwp-flyout-open:hover {
  background-color: #26247B;
  color: white;
}
/*.dot-con {
  height: 25px;
  width: 25px;
  background-color: #72bd84;
  border-radius: 50%;
  display: inline-block;
}
.dot-eco {
  height: 25px;
  width: 25px;
  background-color: #0f8135;
  border-radius: 50%;
  display: inline-block;
}
.dot-env {
  height: 25px;
  width: 25px;
  background-color: #c07bb2;
  border-radius: 50%;
  display: inline-block;
}

.dot-hea {
  height: 25px;
  width: 25px;
  background-color: #5963ab;
  border-radius: 50%;
  display: inline-block;

}
	
.dot-hom {
  height: 25px;
  width: 25px;
  background-color: #f39651;
  border-radius: 50%;
  display: inline-block;
}	

.dot-lea {
  height: 25px;
  width: 25px;
  background-color: #e52729;
  border-radius: 50%;
  display: inline-block;
}*/

.related-areas {
    font-family: "Noto Sans";
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 14px;
}

.dot-con {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Connectivity-Icon_72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 4px;
    padding-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
}

.dot-eco {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Economy-Icon_72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 4px;
    padding-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
}
.dot-env {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Environment-Icon_72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 4px;
    padding-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
}

.dot-hea {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Health-and-Wellbeing-Icon_72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 4px;
    padding-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
}
	
.dot-hom {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Homes-and-Communities72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 4px;
    padding-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
}	

.dot-lea {
    background: url('https://www.bristolonecity.com/wp-content/uploads/2019/12/Learning-and-Skills-Icon_72px.png') 0 50% no-repeat;
    background-size: auto;
    background-size: 35px 35px;
    margin-bottom: 10px;
    height: 35px;
    width: 35px;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .fwpl-row.el-rbra7 {
        display: inline;
}
}

.cn-button.bootstrap {
    color: #fff;
    background: #AC0202;
}

.cn-button.wp-default {
    background: #AC0202 !important;
        background-color: #AC0202 !important;
}

.cn-button:focus {
    color: #fff;
    outline: 2px solid red !important;
}

.cn-close-icon:focus {
    outline: 2px solid red !important;
}

#cn-notice-text a:link {
    color: #fff;
    text-decoration: underline;
}

#cn-notice-text a:visited {
    color: #fff;
    text-decoration: underline;
}
#cn-notice-text a:hover {
  color: #D72B14;
  text-decoration: underline;
}

#cookie-notice a:hover {
  text-decoration: underline;
}

.tabs-section .nav-tabs &gt; .active &gt; .tab-link {
    border-top-width: 10px;
    border-top-style: solid;
}


.fast-track-involved p a:link {
    color: #fff;
    text-decoration: none;
}
.fast-track-involved  p a:visited {
    color: #fff;
}

.fast-track-involved  p a:hover {
  color: #f4f4f4;
}</pre></body></html>