.fc_column_content {
display: flex;
gap: clamp(15px, 6vw, 60px);
}
.fc_column_content > div {
flex-grow: 1;
}
.fc_column_content.ratio_30_70 > .left , .fc_column_content.ratio_70_30 > .right {
flex-basis: 30%;
}
.fc_column_content.ratio_30_70 > .right , .fc_column_content.ratio_70_30 > .left {
flex-basis: 70%;
}
.fc_column_content.ratio_40_60 > .left , .fc_column_content.ratio_60_40 > .right {
flex-basis: 40%;
}
.fc_column_content.ratio_40_60 > .right , .fc_column_content.ratio_60_40 > .left {
flex-basis: 60%;
}
.fc_column_content.ratio_50_50 > .right , .fc_column_content.ratio_50_50 > .left {
flex-basis: 50%;
}
.fc_column_content.top{
align-items: flex-start;
}
.fc_column_content.center{
align-items: center;
}
.fc_column_content.bottom{
align-items: flex-end;
}
@media (min-width:1200px) {
.fc_column_content > div.desktop_left {
text-align: left;
}
.fc_column_content > div.desktop_centre {
text-align: center;
}
.fc_column_content > div.desktop_right {
text-align: right;
}
}
@media (max-width:1200px) {
.fc_column_content.ratio_40_60 > .left, .fc_column_content.ratio_60_40 > .right, .fc_column_content.ratio_50_50 > .right , .fc_column_content.ratio_50_50 > .left, .fc_column_content.ratio_40_60 > .left , .fc_column_content.ratio_60_40 > .right, .fc_column_content.ratio_30_70 > .right , .fc_column_content.ratio_70_30 > .left, .fc_column_content.ratio_30_70 > .left , .fc_column_content.ratio_70_30 > .right, .fc_column_content.ratio_40_60 > .right , .fc_column_content.ratio_60_40 > .left {
width: 100%;
}
.fc_column_content {
flex-direction: column;
}
.fc_column_content > div.mobile_left {
text-align: left;
}
.fc_column_content > div.mobile_centre {
text-align: center;
}
.fc_column_content > div.mobile_right {
text-align: right;
}
}.fc_simple_content .wp_content > *:not(:last-child) {
margin-bottom: var(--gap-s);
}
@media (max-width: 560px) {
.fc_simple_content .wp_content iframe {
width: 100%;
}
}.fc_content_repeater {
display: grid;
gap: 60px;
grid-template-columns: repeat(2, 1fr);
&.alignment_middle {
align-items: center;
}
&.alignment_bottom {
align-items: flex-end;
}
&.with_borders {
.wp_content {
position: relative;
&:after {
content: '';
position: absolute;
width: 2px;
height: 100px;
background: rgba(255, 255, 255, 0.10);
top: 0;
right: -30px;
bottom: 0;
margin: auto;
@media (max-width: 850px) {
display: none;
}
}
}
}
}
.fc_content_repeater.grid_3 {
grid-template-columns: repeat(3, 1fr);
.wp_content {
&:nth-child(3n) {
&:after {
display: none;
}
}
}
}
.fc_content_repeater.grid_4 {
grid-template-columns: repeat(4, 1fr);
.wp_content {
display: flex;
flex-direction: column;
justify-content: flex-end;
&:nth-child(4n) {
&:after {
display: none;
}
}
}
}
@media (max-width:850px) {
.fc_content_repeater.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
.fc_content_repeater.with_borders {
.wp_content {
&:before {
content: '';
position: absolute;
height: 2px;
width: 100px;
background: rgba(255, 255, 255, 0.10);
bottom: -30px;
left: 0;
right: 0;
margin: auto;
}
}
}
.fc_content_repeater.grid_3 {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width:650px) {
.fc_content_repeater , .fc_content_repeater.grid_3 , .fc_content_repeater.grid_4 {
grid-template-columns: repeat(1, 1fr);
}
}.fc_testimonials {
display: grid;
gap: var(--gap-l);
grid-template-columns: repeat(2, 1fr);
}
.testimonial {
display: flex;
flex-direction: row;
background: #fff;
}
.testimonial > * {
flex-basis: 50%;
}
.testimonial .testimonial-content {
display: flex;
flex-flow: column;
justify-content: center;
gap: var(--gap-xs);
padding: var(--gap-m);
}
.testimonial p {
margin: 0;
}
.testimonial p.h5 {
font-weight: 700;
}
.testimonial p.name {
font-weight: 700;
}
.testimonial .stars {
display: block;
width: 120px;
height: 20px;
position: relative;
background: top left/120px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 157 26%27%3E%3Cpath stroke=%27%23FFCC4C%27 d=%27M15.4 3a1.5 1.5 0 0 1 2.8 0L20 8c.3 1 1.3 1.7 2.3 1.7h5.3c1.4 0 2 1.8.9 2.7l-4.3 3c-.8.7-1.2 1.8-.9 2.9l1.6 5a1.5 1.5 0 0 1-2.3 1.6l-4.2-3c-.9-.7-2-.7-3 0l-4.2 3c-1.2.9-2.7-.3-2.3-1.6l1.6-5c.4-1 0-2.2-.9-2.8l-4.2-3.1c-1.2-.9-.6-2.7.9-2.7h5.2c1 0 2-.7 2.4-1.7l1.6-5ZM46 3A1.5 1.5 0 0 1 49 3l1.6 5c.4 1 1.3 1.7 2.4 1.7H58c1.5 0 2.1 1.8 1 2.7l-4.3 3c-.9.7-1.3 1.8-1 2.9l1.7 5a1.5 1.5 0 0 1-2.3 1.6l-4.3-3c-.8-.7-2-.7-2.9 0l-4.2 3c-1.2.9-2.8-.3-2.3-1.6l1.6-5c.3-1 0-2.2-1-2.8L36 12.4c-1.2-.9-.6-2.7.9-2.7H42c1.1 0 2-.7 2.4-1.7L46 3ZM76.7 3a1.5 1.5 0 0 1 2.8 0l1.7 5c.3 1 1.3 1.7 2.3 1.7h5.3c1.4 0 2 1.8.9 2.7l-4.3 3c-.9.7-1.2 1.8-.9 2.9l1.6 5a1.5 1.5 0 0 1-2.3 1.6l-4.2-3c-.9-.7-2-.7-3 0l-4.2 3c-1.2.9-2.8-.3-2.3-1.6l1.6-5c.4-1 0-2.2-.9-2.8l-4.2-3.1c-1.2-.9-.6-2.7.8-2.7h5.3c1 0 2-.7 2.4-1.7l1.6-5ZM107.3 3a1.5 1.5 0 0 1 2.9 0l1.6 5c.3 1 1.3 1.7 2.4 1.7h5.2c1.5 0 2 1.8 1 2.7l-4.3 3c-1 .7-1.3 1.8-1 2.9l1.7 5a1.5 1.5 0 0 1-2.3 1.6l-4.3-3c-.8-.7-2-.7-3 0l-4.1 3c-1.2.9-2.8-.3-2.4-1.6l1.7-5c.3-1 0-2.2-1-2.8l-4.2-3.1c-1.2-.9-.6-2.7.9-2.7h5.2c1.1 0 2-.7 2.4-1.7l1.6-5ZM138 3a1.5 1.5 0 0 1 2.8 0l1.7 5c.3 1 1.3 1.7 2.3 1.7h5.3c1.4 0 2 1.8.9 2.7l-4.3 3c-.9.7-1.2 1.8-.9 2.9l1.6 5a1.5 1.5 0 0 1-2.3 1.6l-4.2-3c-.9-.7-2-.7-3 0l-4.2 3c-1.2.9-2.8-.3-2.3-1.6l1.6-5c.3-1 0-2.2-.9-2.8l-4.2-3.1c-1.2-.9-.6-2.7.8-2.7h5.3c1 0 2-.7 2.4-1.7l1.6-5Z%27/%3E%3C/svg%3E");
}
.testimonial .stars::after {
content: "";
display: block;
width: 20%;
height: 20px;
position: absolute;
inset: 0 auto auto 0;
background: top left/120px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 157 26%27%3E%3Cpath fill=%27%23FFCC4C%27 d=%27M15 2.8a2 2 0 0 1 3.7 0l1.6 5a2 2 0 0 0 2 1.4h5.2a2 2 0 0 1 1.2 3.6l-4.3 3a2 2 0 0 0-.7 2.3l1.6 5a2 2 0 0 1-3 2.2l-4.3-3a2 2 0 0 0-2.4 0l-4.2 3a2 2 0 0 1-3-2.2l1.5-5a2 2 0 0 0-.7-2.2L5 12.8a2 2 0 0 1 1.2-3.6h5.2a2 2 0 0 0 1.9-1.4l1.6-5ZM45.6 2.8a2 2 0 0 1 3.8 0l1.6 5a2 2 0 0 0 1.9 1.4H58a2 2 0 0 1 1.2 3.6l-4.2 3a2 2 0 0 0-.8 2.3l1.7 5a2 2 0 0 1-3.1 2.2l-4.3-3a2 2 0 0 0-2.3 0l-4.2 3a2 2 0 0 1-3.1-2.2l1.6-5a2 2 0 0 0-.7-2.2l-4.3-3.1a2 2 0 0 1 1.2-3.6H42a2 2 0 0 0 2-1.4l1.6-5ZM76.2 2.8a2 2 0 0 1 3.8 0l1.6 5a2 2 0 0 0 2 1.4h5.2a2 2 0 0 1 1.2 3.6l-4.3 3a2 2 0 0 0-.7 2.3l1.6 5a2 2 0 0 1-3 2.2l-4.3-3a2 2 0 0 0-2.4 0l-4.2 3a2 2 0 0 1-3-2.2l1.5-5a2 2 0 0 0-.7-2.2l-4.2-3.1a2 2 0 0 1 1.1-3.6h5.3a2 2 0 0 0 1.9-1.4l1.6-5ZM106.9 2.8a2 2 0 0 1 3.8 0l1.6 5a2 2 0 0 0 1.9 1.4h5.2a2 2 0 0 1 1.2 3.6l-4.2 3a2 2 0 0 0-.8 2.3l1.7 5a2 2 0 0 1-3.1 2.2l-4.3-3a2 2 0 0 0-2.3 0l-4.3 3a2 2 0 0 1-3-2.2l1.6-5a2 2 0 0 0-.7-2.2l-4.3-3.1a2 2 0 0 1 1.2-3.6h5.2a2 2 0 0 0 2-1.4l1.6-5ZM137.5 2.8a2 2 0 0 1 3.8 0l1.6 5a2 2 0 0 0 2 1.4h5.2a2 2 0 0 1 1.2 3.6l-4.3 3a2 2 0 0 0-.7 2.3l1.6 5a2 2 0 0 1-3 2.2l-4.3-3a2 2 0 0 0-2.4 0l-4.2 3a2 2 0 0 1-3-2.2l1.5-5a2 2 0 0 0-.7-2.2l-4.2-3.1a2 2 0 0 1 1.1-3.6h5.3a2 2 0 0 0 1.9-1.4l1.6-5Z%27/%3E%3C/svg%3E");
}
.testimonial .stars.star_2::after {
width: 40%;
}
.testimonial .stars.star_3::after {
width: 60%;
}
.testimonial .stars.star_4::after {
width: 80%;
}
.testimonial .stars.star_5::after {
width: 100%;
}
@media (max-width: 1400px) {
.testimonial {
flex-direction: column;
}
}
@media (max-width: 1200px) {
.testimonials {
grid-template-columns: 1fr;
}
.testimonial {
flex-direction: row;
}
}
@media (max-width: 500px) {
.testimonial {
flex-direction: column;
}
}.tns-outer {
padding: 0 !important;
}
.tns-outer [hidden] {
display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
cursor: pointer;
}
.tns-slider {
-webkit-transition: all 0s;
-moz-transition: all 0s;
transition: all 0s;
}
.tns-slider > .tns-item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
display: inline-block;
vertical-align: top;
white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
content: "";
display: table;
clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
margin-right: -100%;
}
.tns-no-calc {
position: relative;
left: 0;
}
.tns-gallery {
position: relative;
left: 0;
min-height: 1px;
}
.tns-gallery > .tns-item {
position: absolute;
left: -100%;
-webkit-transition: transform 0s, opacity 0s;
-moz-transition: transform 0s, opacity 0s;
transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
position: relative;
left: auto !important;
}
.tns-gallery > .tns-moving {
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.tns-autowidth {
display: inline-block;
}
.tns-lazy-img {
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
transition: opacity 0.6s;
opacity: 0.6;
}
.tns-lazy-img.tns-complete {
opacity: 1;
}
.tns-ah {
-webkit-transition: height 0s;
-moz-transition: height 0s;
transition: height 0s;
}
.tns-ovh {
overflow: hidden;
}
.tns-visually-hidden {
position: absolute;
left: -10000em;
}
.tns-transparent {
opacity: 0;
visibility: hidden;
}
.tns-fadeIn {
opacity: 1;
filter: alpha(opacity=100);
z-index: 0;
}
.tns-normal,
.tns-fadeOut {
opacity: 0;
filter: alpha(opacity=0);
z-index: -1;
}
.tns-vpfix {
white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
display: inline-block;
}
.tns-t-subp2 {
margin: 0 auto;
width: 310px;
position: relative;
height: 10px;
overflow: hidden;
}
.tns-t-ct {
width: 2333.3333333%;
width: -webkit-calc(100% * 70 / 3);
width: -moz-calc(100% * 70 / 3);
width: calc(100% * 70 / 3);
position: absolute;
right: 0;
}
.tns-t-ct:after {
content: "";
display: table;
clear: both;
}
.tns-t-ct > div {
width: 1.4285714%;
width: -webkit-calc(100% / 70);
width: -moz-calc(100% / 70);
width: calc(100% / 70);
height: 10px;
float: left;
} .tns-controls {
display: flex;
gap: 20px;
align-items: center;
right: 0;
justify-content: center;
}
.tns-controls button {
background: #272930 no-repeat center / 13px 22px
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 20 9-9-9-9'/%3E%3C/svg%3E");
height: 40px;
width: 40px;
border-radius: 4px;
aspect-ratio: 1 / 1;
text-indent: -9999px;
overflow: hidden;
z-index: 5;
border: none;
}
.tns-controls button:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 22'%3E%3Cpath stroke='%23FFCC4C' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 20 9-9-9-9'/%3E%3C/svg%3E");
}
.tns-controls button:disabled {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 22'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 20 9-9-9-9'/%3E%3C/svg%3E");
opacity: 0.3;
}
.bg_dark_grey .tns-controls button {
background-color: var(--dark-blue);
}
.tns-controls button:nth-child(1) {
transform: rotate(180deg);
}
button[data-action="stop"] {
display: none;
}
.tns-outer {
display: flex;
flex-direction: column-reverse;
gap: var(--gap-m);
}
.flex-forward .tns-outer {
flex-direction: column;
}
.overflow-visible {
overflow: hidden;
.tns-ovh {
overflow: visible !important;
}
}
@media (max-width: 850px) {
.tns-controls {
position: relative;
}
.tns-outer {
display: flex;
flex-direction: column-reverse;
gap: var(--gap-l);
}
}.single_post {
padding-bottom: 1rem;
text-decoration: none;
}
.single_post:hover {
border-bottom-color: var(--error);
}
.single_post .post_thumb {
aspect-ratio: 477 / 357;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
}
.single_post .post_data {
padding-top: 20px;
}
.posts {
display: grid;
gap: var(--gap-m);
grid-template-columns: repeat(3, 1fr);
& .single_post {
width: 100%;
padding-bottom: 0;
& .post_data {
min-width: 100%;
}
.post_thumb {
aspect-ratio: 477 / 357;
position: relative;
&:after {
content: 'Read';
position: absolute;
background: rgba(255, 204, 76, 0.8);
display: flex;
align-items: center;
justify-content: center;
font-size: clamp(19px, 2.3vw, 23px);
font-weight: 600;
color: var(--dark-blue-grey);
width: 100%;
height: 100%;
transition: .3s;
opacity: 0;
}
}
&:hover {
.post_thumb {
&:after {
opacity: 1;
}
}
}
}
}
@media (width < 1024px) {
.posts {
grid-template-columns: repeat(2, 1fr);
}
}
@media (width < 768px) {
.posts {
grid-template-columns: 1fr;
& .single_post {
& .post_data {
& h6 + p {
display: none;
}
}
}
}
}.featured_testimonials {
display: grid;
grid-template-columns: 0.5fr 1fr;
gap: var(--gap-xl);
width: 100%;
overflow: hidden;
align-items: center;
& .tns-ovh {
overflow: visible;
}
& .wp_content {
display: flex;
flex-flow: column;
gap: var(--gap-s);
& > * {
margin: 0;
}
}
}
.testimonial_slider {
max-width: 764px;
.testimonials {
display: block;
}
.tns-item {
opacity: 0;
transition: .3s ease;
&.tns-slide-active {
opacity: 1;
+ .tns-item {
opacity: 0.3;
}
.testimonial-content {
opacity: 1;
}
}
}
.tns-controls {
justify-content: flex-end;
}
.testimonial {
display: block;
position: relative;
background: transparent;
padding-bottom: 20px;
padding-right: 30px;
img {
aspect-ratio: 764 / 496;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 3px;
}
.testimonial-content {
opacity: 0;
background: #fff;
position: absolute;
bottom: 0;
right: 0;
max-width: 430px;
padding: var(--gap-m);
border-radius: 3px;
}
p {
color: #272930;
&.h5 {
color: #505464;
}
}
}
}
@media (width < 1400px) {
.featured_testimonials {
grid-template-columns: 0.8fr 1.2fr;
}
}
@media (width < 1200px) {
.featured_testimonials {
display: flex;
flex-direction: column;
& .featured_testimonials_right {
width: 100%;
}
}
}
@media (width < 800px) {
.testimonial_slider {
& .testimonial {
padding-right: 0;
.testimonial-content {
width: 100%;
max-width: 100%;
position: relative;
bottom: auto;
right: auto;
}
}
& .tns-controls {
justify-content: center;
}
}
}.fc_block_links .links_container {
display: grid;
grid-template-columns: repeat(4, 1fr);
align-items: flex-end;
}
.fc_block_links.grid_2 .links_container{
grid-template-columns: repeat(2, 1fr);
}
.fc_block_links.grid_3 .links_container{
grid-template-columns: repeat(3, 1fr);
}
.fc_block_links.gap .links_container {
gap: 30px;
}
.fc_block_links.no_gap .links_container {
gap: 0;
}
.fc_block_links .links_container .block_link {
width: 100%;
text-decoration: none;
}
.fc_block_links .links_container .block_link .image-switch {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
aspect-ratio: 1 / 1;
}
.fc_block_links .links_container .block_link .content {
padding-top: 20px;
}
.fc_block_links.overlay .links_container .block_link {
position: relative;
}
.fc_block_links.overlay .links_container .block_link:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
z-index: 1;
transition: all 0.3s ease;
}
.fc_block_links.overlay .links_container .block_link .wp_content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: var(--gap-s);
z-index: 2;
}
.fc_block_links.overlay .links_container .block_link .wp_content * {
color: #fff;
padding: 0;
}
.fc_block_links.align_center .links_container .block_link .wp_content * {
text-align: center;
}
.fc_block_links.align_right .links_container .block_link .wp_content * {
text-align: right;
}
.fc_block_links.overlay .links_container .block_link:hover:after {
background: #FFCC4CCC;
}
.fc_block_links.overlay .links_container .block_link:hover .wp_content * {
color: var(--dark-blue-grey);
}
@media (max-width: 1280px) {
.fc_block_links.grid_4 .links_container {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.fc_block_links .links_container,
.fc_block_links.grid_2 .links_container,
.fc_block_links.grid_3 .links_container,
.fc_block_links.grid_4 .links_container {
grid-template-columns: repeat(1, 1fr);
}
}