@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/** adverts **/
.advert {
	text-align: center;
	margin: 0 auto 30px;
}
.advert-leaderboard_mob {
	display: none;
}
@media (max-width: 991px){
	.advert-billboard,
	.advert-leaderboard {
		display: none !important;
	}
	.advert-leaderboard_mob{
		display: block !important;
	}
}

/** general header/footer styles **/

.row.no-gutters{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.header,
.footer{
	font-size: 16px;
	line-height: 1.7;
	color: #717678;
	font-family: 'Lora', serif;
	font-weight: 400;
}
.header h4, .header .h4,
.footer h4, .footer .h4,
.header h5, .header .h5,
.footer h5, .footer .h5{
	line-height: 1.15;
	/*color: #000000;*/
	margin-bottom: 15px;
	margin-top: 0;
}
.header h4, .header .h4,
.header h5, .header .h5{
	color: #000000;
}
.header h4, .header .h4,
.footer h4, .footer .h4{
	font-size: 18px;
	font-family: 'Lora', serif;
	font-weight: 500;
}
.header h5, .header .h5,
.footer h5, .footer .h5{
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	/*margin-bottom: 15px;*/
	color: #d81b00;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width: 767px){
	.header h4, .header .h4,
	.footer h4, .footer .h4{
		font-size: 16px;
	}
}

.header a, .header a:hover, .header a:focus,
.footer a, .footer a:hover, .footer a:focus{
	color: inherit;
}
.header a:hover, .header a:focus,
.footer a:hover, .footer a:focus{
	text-decoration: underline;
}

.header img, 
.footer img{
	max-width: 100%;
	height: auto;
}
.header svg, 
.footer svg{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.header .icon-wrap,
.footer .icon-wrap{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.header .icon svg .svg-fill, 
.footer .icon svg .svg-fill{
	fill: #d81b00;
	transition: fill .2s ease-in-out;
}
.header .icon,
.footer .icon{
	width: 30px;
	height: 30px;
	margin-left: 8px;
	transition: transform .4s ease-in-out;
}
.header .icon-sm .icon,
.footer .icon-sm .icon{
	width: 16px;
	height: 16px;
}
.header .icon-rotate,
.footer .icon-rotate{
	transform: rotate(180deg);
}

.text-underline{
	text-decoration: underline;
}
.text-underline:hover, .text-underline:focus{
	text-decoration: none !important;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}
.rich-text > *:last-child{
	margin-bottom: 0;
}

/** backgrounds **/
.bg-lgt{
	background-color: #f9f9f9;
}
.bg-lgt-alt{
	background-color: #fdf3f2;
}
.bg-red{
	background-color: #d81b00;
}

/** colours **/
.header .text-white,
.footer .text-white{
	color: #ffffff;
}
.header .text-black,
.footer .text-black{
	color: #000000;
}
.header .text-red,
.footer .text-red{
	color: #d81b00;
}
.header .text-black *:not(h5):not(.h5):not(.btn),
.header .text-red *:not(h5):not(.h5):not(.btn),
.header .text-white *:not(h5):not(.h5):not(.btn),
.footer .text-black *:not(h5):not(.h5):not(.btn),
.footer .text-red *:not(h5):not(.h5):not(.btn),
.footer .text-white *:not(h5):not(.h5):not(.btn){
	color: inherit;
}

/** font sizes **/
.font-lg{
	font-size: 24px;
}
.font-md{
	font-size: 18px;
}
.font-body{
	font-size: 16px;
}
.font-sm{
	font-size: 12px;
}

/** buttons **/
.header .btns,
.footer .btns{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px !important; 
}
.header .btns .btn,
.footer .btns .btn{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.header .btn,
.footer .btn{
	min-width: 110px;
	padding: 10px 30px;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	border-radius: 30px !important;
	transition: all .2s ease-in-out;
	border-width: 1px;
	border-style: solid;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
}
.header .btn,
.footer .btn{
	color: #000000;
	background-color: transparent;
	border-color: #d81b00;
}
.header .btn .icon svg .svg-fill,
.footer .btn .icon svg .svg-fill{
	fill: #000000;
}
.header .btn:hover, .header a:hover .btn,
.footer .btn:hover, .footer a:hover .btn{
	color: #ffffff;
	background-color: #d81b00;
	border-color: #d81b00;
	text-decoration: none;
}
.header .btn:hover .icon svg .svg-fill,
.header a:hover .btn .icon svg .svg-fill,
.footer .btn:hover .icon svg .svg-fill,
.footer a:hover .btn .icon svg .svg-fill{
	fill: #ffffff;
}

.header .btn-solid,
.footer .btn-solid{
	color: #ffffff;
	background-color: #d81b00;
	border-color: #d81b00;
}
.header .btn-solid:hover, .header a:hover .btn-solid,
.footer .btn-solid:hover, .footer a:hover .btn-solid{
	color: #000000;
	background-color: transparent;
	border-color: #d81b00;
}

.header .btn-alt,
.footer .btn-alt{
	color: #000000;
	background-color: #ffda00;
	border-color: #ffda00;
}
.header .btn-alt:hover, .header a:hover .btn-alt,
.footer .btn-alt:hover, .footer a:hover .btn-alt{
	color: #ffffff;
	background-color: #d81b00;
	border-color: #d81b00;
}

.header .btn-alt-o,
.footer .btn-alt-o{
	color: #ffda00;
	background-color: transparent;
	border-color: #ffda00;
}
.header .btn-alt-o:hover, .header a:hover .btn-alt-o,
.footer .btn-alt-o:hover, .footer a:hover .btn-alt-o{
	color: #000000;
	background-color: #ffda00;
	border-color: #ffda00;
}

.header .btn-lgt-o,
.footer .btn-lgt-o{
	color: #000000;
	background-color: transparent;
	border-color: #cdcdcd;
}
.header .btn-lgt-o:hover, .header a:hover .btn-lgt-o,
.footer .btn-lgt-o:hover, .footer a:hover .btn-lgt-o{
	color: #000000;
	background-color: #cdcdcd;
	border-color: #cdcdcd;
}

.header .btn-lgt,
.footer .btn-lgt{
	color: #000000;
	background-color: #cdcdcd;
	border-color: #cdcdcd;
}
.header .btn-lgt:hover, .header a:hover .btn-lgt,
.footer .btn-lgt:hover, .footer a:hover .btn-lgt{
	color: #000000;
	background-color: transparent;
	border-color: #cdcdcd;
}



/** header **/
.header{
	z-index: 3;
	padding: 0 0;
}
.header .header-top{
	border-top: 5px solid #d81b00;
	padding: 20px 30px;
}
.header .header-top .logo{
	width: 185px;
	height: 100px;
	position: relative;
	margin-top: -20px;
	margin-bottom: -20px;
	text-indent: 0;
	overflow: visible;
}
.header .header-top .toggle{
	width: 50px;
	height: 40px;
	margin-left: -15px;
}
.header .header-top .search{
	width: 50px;
	height: 40px;
}
.header .header-top .search .icon{
	height: 20px;
	width: 20px;
	margin: 0;
	line-height: 1;
}
.header{
	border-bottom: 1px solid #dddddd;
}
.header .nav .nav-item > *{
	display: block;
	padding: 20px 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000000;
	font-style: normal;
}
.header .nav .nav-item > a:hover{
	font-weight: 600;
}

@media (max-width: 1199px){
	.header{
		border-bottom: 0;
	}
	.header .header-top .logo{
		width: 150px;
		height: 80px;
	}
}
@media (max-width: 991px){
	.header .header-top{
		padding: 20px 15px;
	}
	.header .header-top .logo{
		width: 105px;
		height: 70px;
	}
	.header .header-top .toggle{
		width: 40px;
		height: 15px;
		margin-left: -10px;
	}
	.header .header-top .search{
		width: 40px;
		height: 15px;
	}
	.header .header-top h5,
	.header .header-top .h5{
		font-size: 11px;
	}
}

/** subscribe **/
.header--subscribe{
	left: 0;
	right: 0;
	border-bottom: 0;
}
/** checkout **/
.header--checkout{
	left: 0;
	right: 0;
	border-bottom: 0;
}


/** menu toggle **/
header .menu-toggle{
	position: relative;
    display: block;
    height: 20px;
	width: 20px;
    cursor: pointer;
}
header .menu-toggle span,
header .menu-toggle:before,
header .menu-toggle:after{
	content:'';
	height: 2px;
	width: 20px;
	background: #d81b00;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	transform:rotate(0);
	transition: margin-top 0.2s ease-in 0.2s, background 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-in;
}
header.open .menu-toggle span,
header.open .menu-toggle:before,
header.open .menu-toggle:after{
	background: #000000;
}

header .menu-toggle:before{
	margin-top: -7px;
}
header .menu-toggle:after{
	margin-top: 7px;
}
header .menu-toggle.active span,
header .menu-toggle.active:before,
header .menu-toggle.active:after{
	transition: margin-top 0.2s ease-in, background 0.2s ease-in, opacity 0s ease-in 0.2s, transform 0.2s ease-in 0.2s;
}
header .menu-toggle.active span{
	opacity: 0;
}
header .menu-toggle.active:before{
	margin-top: 0;
	transform:rotate(45deg);
}
header .menu-toggle.active:after{
	margin-top: 0;
	transform:rotate(-45deg);
}

header .toggle, header .search{
	z-index: 1032;
}

header .menu-wrapper{
	position: fixed;
	z-index: 1031;
	height: 100%;
	width: 100%;
	/*top: 0;*/
	left: 0;
	margin-left: -100%;
	border-top: 5px solid #d81b00;
	background-color: #ffffff;
	transition: margin-left 0.2s ease-in-out;
}
header.open .menu-wrapper{
	margin-left: 0;
}

header .menu-wrapper .menu-content{
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
    overflow-x: hidden;
}

header .menu-wrapper h4, header .menu-wrapper .h4{
	/*font-size: 18px;*/
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
}
header .menu-wrapper .extended-nav ul li{
	/*font-size: 12px;*/
}
header .menu-wrapper .extended-nav ul li:not(:last-child){
	margin-bottom: 10px;
}
header .menu-wrapper .extended-nav ul li:last-child{
	margin-bottom: 40px;
}

header .menu-wrapper .about-nav ul li{
	letter-spacing: 2.4px;
	font-size: 12px;
	text-transform: uppercase;
}
header .menu-wrapper .about-nav ul li:not(:last-child){
	margin-bottom: 20px;
}

header .menu-wrapper .extended-nav{
	columns: 3 auto;
}
header .menu-wrapper .extended-nav > div {
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

header .menu-wrapper ul.ticks, 
header .menu-wrapper .ticks ul{
	margin: 0;
  padding: 0;
  list-style: none;
	margin-bottom: 30px;
}
header .menu-wrapper ul.ticks li,
header .menu-wrapper .ticks ul li{
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 30px;
	position: relative;
}
header .menu-wrapper ul.ticks li:before,
header .menu-wrapper .ticks ul li:before{
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
	font-size: 16px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
header .menu-wrapper ul.ticks li:before,
header .menu-wrapper .ticks ul li:before{
	content: "\f00c";
	color: #ffda00;
}

header .menu-wrapper .flyer-logo{
	width: 125px;
	position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
header .menu-wrapper .menu-wrapper-left{
	padding: 160px 60px 80px;
}
header .menu-wrapper .menu-wrapper-right{
	padding: 160px 0 80px;
	background-image: url(assets/img/header-bg.png);
}
header .menu-wrapper .menu-wrapper-right > div{
	padding: 30px 40px;
}
header .menu-wrapper .menu-wrapper-right > div:first-child{
	padding-top: 0;
}
header .menu-wrapper .menu-wrapper-right .border-top{
	border-color: rgba(255,218,0,.6) !important;
}

/** mobile menu **/
@media (max-width: 991px){
	header .menu-wrapper .menu-content{
		margin-top: 60px;
		padding: 0 0 120px;
		border-top: 1px solid #dddddd;
	}
	header .menu-wrapper .mobile-btns{
		position: absolute;
		top: 0;
		right: 10px;
		height: 60px;
	}
	header .menu-wrapper .mobile-btns .btns{
		margin-left: -3px;
		margin-right: -3px;
	}
	header .menu-wrapper .mobile-btns .btns .btn{
		margin-left: 3px;
		margin-right: 3px;
	}
	header .menu-wrapper .mobile-nav{
		padding: 0 0 30px;
	}
	header .menu-wrapper .mobile-nav li a{
		padding: 18px 30px;
		border-bottom: 1px solid #dddddd;
	}
	header .menu-wrapper .mobile-nav li a,
	header .menu-wrapper .mobile-nav li a:hover,
	header .menu-wrapper .mobile-nav li a:focus{
		text-decoration: none;
	}
	header .menu-wrapper h4, header .menu-wrapper .h4{
		font-size: 16px;
	}
	header .menu-wrapper .about-nav{
		padding: 0 30px;
	}

	header .menu-wrapper .nav-wrap{
		width: 200%;
		position: relative;
		left: 0;
		transition: left .2s ease-in-out;
	}
	header .menu-wrapper .nav-wrap > div{
		padding: 30px 0 0;
	}
	header .menu-wrapper .nav-wrap.show-subnav{
		left: -100%;
	}
	header .menu-wrapper .subnav{
		display: none;
		padding: 18px 45px 0;
	}
	header .menu-wrapper .subnav.active{
		display: block;
	}
	header .menu-wrapper .close-subnav:not(.h4){
		position: absolute;
		left: 15px;
		top: 42px;
	}
	header .menu-wrapper .close-subnav:hover,
	header .menu-wrapper .close-subnav:focus{
		color: #000000;
		text-decoration: none;
	}
	header .menu-wrapper .close-subnav .icon{
		margin-left: 0;
	}
	header .menu-wrapper .subnav ul li:not(:last-child){
		margin-bottom: 15px;
	}
}

/** footer **/
.footer{
	background-image: url(assets/img/footer-bg.png);
}
.footer .footer-top .row > *{
	padding-top: 80px;
	padding-bottom: 60px;
}
.footer .footer-top .row > *:not(:last-child){
	border-right: 1px rgba(255,255,255,.5) solid;
	padding-right: 70px;
}
.footer .footer-top .row > *:not(:first-child){
	padding-left: 70px;
}
.footer h4, .footer .h4{
	/*font-size: 18px;*/
	text-transform: uppercase;
	letter-spacing: 1.8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 30px;
	color: #ffffff;
}
.footer .footer-top ul.footer-nav li{
	letter-spacing: 2.4px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer .footer-top ul.footer-nav li:not(:last-child){
	margin-bottom: 20px;
}
.footer .socials{
	margin-left: -10px;
}
.footer .socials a{
	width: 40px;
	display: block;
	text-align: center;
	transition: all .2s ease-in-out;
}
.footer .socials a i{
	color: #ffda00;
}
.footer .socials:hover a{
	opacity: .7;
}
.footer .socials a:hover{
	opacity: 1;
}
.footer .socials i{
	font-size: 20px;
}
.footer .footer-top ul.ticks,
.footer .footer-top .ticks ul{
	margin: 0;
  padding: 0;
  list-style: none;
	margin-bottom: 30px;
}
.footer .footer-top ul.ticks li,
.footer .footer-top .ticks ul li{
	margin-bottom: 15px;
	line-height: 1.2;
	padding-left: 30px;
	position: relative;
}
.footer .footer-top ul.ticks li:before,
.footer .footer-top .ticks ul li:before{
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
	font-size: 16px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.footer .footer-top ul.ticks li:before,
.footer .footer-top .ticks ul li:before{
	content: "\f00c";
	color: #ffda00;
}
.footer .footer-bottom .row > *{
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .footer-bottom{
	border-top: 1px rgba(255,255,255,.5) solid;
	letter-spacing: 2.4px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer .flyer-logo{
	width: 165px;
}
.footer .seager-logo{
	width: 85px;
	margin-right: 20px;
}
.footer .pcn-logo{
	width: 225px;
	margin-left: 20px;
}

@media (max-width: 1199px){
	.footer .footer-mobile-top{
		border-bottom: 1px rgba(255,255,255,.5) solid;
	}
	.footer .footer-mobile-top .row > *{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer .footer-top .row > *{
		padding-top: 35px;
		padding-bottom: 65px;
	}
	.footer .footer-top .row > *:not(:last-child){
		padding-right: 50px;
	}
	.footer .footer-top .row > *:not(:first-child){
		padding-left: 50px;
	}
	.footer .footer-mobile-top .flyer-logo{
		margin-left: 0;
	}

	/** subscribe **/
	.footer--subscribe .footer-bottom .container{
		max-width: 100%;
	}
	.footer--subscribe .footer-bottom ul > li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer--subscribe .footer-bottom .row > *:not(:last-child){
		padding-bottom: 20px;
		border-bottom: 1px rgba(255,255,255,.5) solid;
		margin-bottom: 20px;
	}
	.footer--subscribe .footer-bottom .row > *:not(:first-child){
		padding-top: 0;
	}
	.footer--subscribe .pcn-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.footer--subscribe .seager-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.footer--subscribe .flyer-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 991px){
	.footer .footer-top .container{
		max-width: 100%;
	}
	.footer .footer-top .row > *:not(:last-child){
		padding-right: 15px;
		border-right: 0;
	}
	.footer .footer-top .row > *:not(:first-child){
		padding-left: 15px;
	}
	.footer .footer-top .row > *.order-1{
		border-bottom: 1px rgba(255,255,255,.5) solid;
	}
	.footer .footer-bottom .row > *:not(:last-child){
		padding-bottom: 20px;
	}
	.footer .footer-bottom .row > *:not(:first-child){
		padding-top: 0;
	}
	.footer .pcn-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.footer .seager-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.footer .flyer-logo{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}

.forum-cp-link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}

.mobile-post_meta {
    margin-bottom: 15px;
    height: 21px;
}
