/*
Theme Name: Trigger Solutions
Theme URI: https://triggersolutions.co.uk/
Author: Trigger Solutions
Author URI: http://triggersolutions.co.uk
Description: Custom theme for Mama Bars
Version: 1.0
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 * 
 *
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,button,a, span {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	zoom:1;
	font-size:100%; font-family: 'Inter', sans-serif;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal; font-weight: 300;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td,label { 

	font-family: 'roc-grotesk', sans-serif;
	
    line-height: 1.4;
    font-weight: 300;
}

img {height:auto}
table {
	border-collapse:collapse;
	border-spacing:0;
}



fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}



a,span {    font-family: inherit;font-weight:inherit}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%; 
	font-weight:normal;  font-family: "roc-grotesk", sans-serif;
}

a {text-decoration:underline; color:inherit}
html{overflow-x: hidden; font-size: 16px;}
section {position:static}

strong {font-weight:bold}


* {background-size:cover; background-position:center; font-family:'roc-grotesk'; font-weight: 400;}


.row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;gap: 40px;
}

.column {
	 
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; position:relative; box-sizing:border-box
}

.fourcolumns {flex-wrap: wrap; --cols: 4;
  --gap: 30px;
  display: flex;
  gap: var(--gap); align-items: flex-start;
    justify-content: center;}
.fourcolumns .column {flex:0 0 23%}
footer .fourcolumns .column {flex:0 0 21%}
.threecolumns {flex-wrap: wrap; --cols: 3;
  --gap: 30px;
  display: flex;
  gap: var(--gap);flex-wrap: wrap;     justify-content: center; }
  
.threecolumns .column {max-width:31%; flex: 0 0 33.3333%;}
.threecolumns img {max-width:100%; height:auto}
.home .threecolumns {flex-wrap: wrap; --cols: 3;
--gap: 30px;}
.twocolumns {flex-wrap: wrap; --cols: 2;
  --gap: 40px;
  display: flex;
  gap: var(--gap);}


header {background:#5366f4; padding:30px; display:block; width:100%; box-sizing:border-box}
header .inner {text-align:center}

.bg-white {background:white}
.bg-green {background:#bef8c3; padding:20px 0}

p,h1,h2,h3,h4 {
  
    color: #2f385c; font-family:"roc-grotesk";
   
}
h1 {font-size:75px}
h2 {font-size:20px; font-weight:bold}
h3 {font-size:60px; margin-top:30px; font-weight:bold}
h4 {font-size:20px}
p{font-size:16px}
footer {padding:0; background:#5366f4; text-align:center; position:relative;}
 footer:before {content:''; position:absolute;display:block; height:100%; width:100%;top: 0;
    right: 0;
    bottom: 0;box-sizing:border-box; padding:40px;
    left: 0; opacity:.1;background:url(/wp-content/uploads/2025/12/AW-ICON-FOOTER.png); background-size:contain; background-position:center; background-repeat:no-repeat}
footer .inner {padding:60px; max-width:none}
footer p {font-size:75px; color:white}

section {padding-top:20px; padding-bottom:20px; background:#fff}

.column {text-align:center}

@media only screen and (max-width: 768px) {
	.column {
    text-align: center;
    flex: 100%;
}
.slick-dots li button {
    display: block;
    width: 25px;
    height: 25px;
}
.slick-dots li button:before {
   font-family: slick;
    width: 20px;
font-size: 18px;}
	}