/*
	Theme Name: Rathmore Golf Club
	Description: Custom Theme For Rathmore Golf Club
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Rufina';
	src: url('assets/fonts/Rufina-Regular.woff2') format('woff2'),
	url('assets/fonts/Rufina-Regular.woff') format('woff'),
	url('assets/fonts/Rufina-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Rufina';
	src: url('assets/fonts/Rufina-Bold.woff2') format('woff2'),
	url('assets/fonts/Rufina-Bold.woff') format('woff'),
	url('assets/fonts/Rufina-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fff;
	color: #121212;
	font-family: 'Rufina', serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	min-width: 320px;
	padding: 14rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: 600;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #a30306;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #420102;
}
.button{
	background-image: url("assets/img/icons/arrow-right-red.svg");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 1.3125em auto;
	border: 1px solid #a30306;
	color: #a30306;
	display: inline-block;
	font-weight: bold;
	Letter-spacing: 0.095em;
	padding: 0.9375em 4.375em 0.9375em 1.25em;
	text-transform: uppercase;
}
.button:hover{
	background-color: #a30306;
	background-image: url("assets/img/icons/arrow-right-white.svg");
	color: #fff;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1{
}
h2{
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 1.15em;
}
h3{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: #dbebce;
	border: 1px solid #dbebce;
	border-radius: 0;
	box-shadow: none; 
	display: block;
	color: #121212;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	padding: 0.9375em 1em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	background-size: 1em auto;
	cursor: pointer;
	padding-right: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select option{
	color: #000;
}
textarea{
	height: 8em;
	padding: 0.9375em 1em;
	resize: none;
}
input[type="submit"]{
	background-color: transparent;
	background-image: url("assets/img/icons/arrow-right-red.svg");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 1.3125em auto;
	border: 1px solid #a30306;
	color: #a30306;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	line-height: 1.5;
	Letter-spacing: 0.095em;
	padding: 0.9375em 4.375em 0.9375em 1.25em;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background-color: #a30306;
	background-image: url("assets/img/icons/arrow-right-white.svg");
	color: #fff;
}
::-webkit-input-placeholder {color:#1e1e1e; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#1e1e1e; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#1e1e1e; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#1e1e1e; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.form-col{
	margin-bottom: 1rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	width: 100%;
}
.form-col-6{
	width: 50%;
}
.form-col.form-col-submit{
	margin: 0;
	position: relative;
	text-align: center;
}
.form-col-submit input{
	display: block;
	width: 100%;
}
.form-field-label{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.8em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	max-width: 121.4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 96%;
}
.container-small{
	max-width: 81.6rem;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	color: #a30306;
	left: 0;
	position: fixed;
	top: 0;
	text-align: left;
	transition: background 0.2s linear;
	width: 100%;
	z-index: 99;
}
.body-scroll .header{
	box-shadow: 0 3px 1rem rgba(0,0,0,0.2);
}
.header a{
	color: inherit;
}
.header a: hover{
	color: #a30306;
}
.header-inner{
	z-index: 2;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 121.4rem;
	padding: 3.9rem 2rem 1.7rem;
	transition: all 0.2s linear;
	width: 96%;
}
.body-scroll .header-row{
	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
}
.header-login{
	min-width: 35%;
}
.header-login a{
	background-image: url("assets/img/icons/key-icon-red.svg");
	background-repeat: no-repeat;
	background-position: right 1.25em center;
	background-size: 1.375em auto;
	border: 1px solid #a30306;
	color: #a30306;
	display: inline-block;
	font-weight: bold;
	Letter-spacing: 0.095em;
	padding: 0.9375em 4.375em 0.9375em 1.25em;
	text-transform: uppercase;
}
.header-login a:hover{
	background-color: #a30306;
	background-image: url("assets/img/icons/key-icon-white.svg");
	color: #fff;
}
.home .header-logo{
	opacity: 0;
	pointer-events: none;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: auto;
	transition: all 0.3s linear;
	width: 9rem;
}
.body-scroll .header-logo img{
	width: 6rem;
}
.menu-toggle-wrap{
	min-width: 35%;
	text-align: right;
}
.menu-toggle{
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.095em;
	text-transform: uppercase;
}
.menu-toggle-label{
	padding-right: 1.5em;
}
.menu-toggle-icon{
	display: block;
	position: relative;
	width: 2em;
}
.menu-toggle-icon:after,
.menu-toggle-icon:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.625em;
	width: 100%;
}
.menu-toggle-icon:after{
	top: 0.625em;
}
.menu-toggle-icon,
.menu-toggle-icon:after,
.menu-toggle-icon:before{
	border-radius: 0;
	height: 2px;
	background-color: #a30306;
	transition: all 0.3s;
	transform-origin: center;
	backface-visibility: hidden;
}
.menu-toggle.on .menu-toggle-icon{
	background-color: transparent;
}
.menu-toggle.on .menu-toggle-icon:before{
	transform: rotate(-45deg);
	top: 0;
}
.menu-toggle.on .menu-toggle-icon:after{
	transform: rotate(45deg);
	top: 0;
}
.header-nav{
	display: none;
	width: 100%;
}
.navigation{
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 4.4rem 0 2.7rem;
	text-transform: uppercase;
	width: 100%;
}
.navigation > ul{
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation li > a:hover,
.navigation li.current-menu-item > a,
.navigation li.current-menu-parent > a{
	color: #a30306;
}
/*--------------Footer-----------*/
.footer-top{
	background-color: #3c3c3b;
	color: #fff;
	padding: 7rem 0 2.5rem;
	position: relative;
}
.footer-top:before{
	background-image: url('assets/img/icons/pattern-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.2;
	left: 0;
	position: absolute;
	pointer-events: none;
	top: 0;
	width: 100%;
}
.footer-top .container{
	position: relative;
	z-index: 2;
}
.footer-top a{
	color: inherit;
}
.footer-top a:hover{
	color: #a30306;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-col{
	padding-bottom: 4.5rem;
}
.footer-col h4{
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0.92em 0;
}
.footer-col h4:first-child{
	margin-top: 0;
}
.footer-logo img{
	width: 12rem;
}
.footer-address{
	max-width: 18em;
}
.footer-menu{
	font-size: 1.4rem;
	line-height: 1.3;
}
.footer-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.footer-menu li{
	padding-bottom: 0.2em;
}
.footer-menu li:last-child{
	padding: 0;
}
.footer-contacts-col{
	max-width: 17em;
}
.footer-contacts{
	margin-bottom: 2rem;
}
.footer-contacts ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-contacts li{
	padding-bottom: 0.7rem;
}
.footer-contacts li:last-child{
	padding: 0;
}
.footer-contacts a{
	display: flex;
}
.footer-contacts svg{
	color: inherit;
	display: inline-block;
	height: auto;
	margin-right: 1rem;
	min-width: 1.25em;
	vertical-align: middle;
	width: 1.25em;
}
.social-block ul{
	display: flex;
	list-style-type: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.social-block li{
	margin: 0 0.5rem;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block svg{
	height: auto;
	display: inline-block;
	vertical-align: middle;
	width: 2.6rem;
}
.footer-copyright{
	font-size: 1.2rem;
	margin-top: 2rem;
}
.footer-copyright p{
	margin: 0 0 0.5em;
}
.footer-copyright p:last-child{
	margin: 0;
}
.footer-bot{
	background: #000;
	padding: 2rem 0;
}
.footer-author{
	text-align: center;
}
.footer-author a{
	display: inline-flex;
	align-items: center;
	color: #fff;
}
.footer-author a:hover{
	color: #a30306;
}
.footer-author svg{
	margin-left: 0.5em;
	height: 2.25em;
	width: auto;
}
.footer-newsletter{
	display: flex;
}
.footer-newsletter h4{
	align-self: center;
	font-size: 3.6rem;
	line-height: 1.2;
	margin: 0;
	padding-right: 3rem;
}
.footer-newsletter form{
	margin-left: auto;
	min-width: 52rem;
	width: 52rem;
}
.newsletter-form-row{
	padding-right: 21rem;
	position: relative;
}
.newsletter-form-row input[type="email"]{
	background: #F6F6F6;
	border-color: rgba(0, 0, 0, 0.05);
}
.newsletter-form-row input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
}
/*----------Default---------*/
.default-content h1{
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.7em 0;
}
.default-content h2{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: normal;
	margin: 0.8em 0;
}
.default-content h3{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0.9em 0;
}
.default-content h4{
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;
	margin: 1em 0;
}
.default-content h1:first-child,
.default-content h2:first-child,
.default-content h3:first-child,
.default-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.sect-pad{
	padding: 10rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.block-bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-banner{
	background-color: #3c3c3b;
	position: relative;
	overflow: hidden;
}
.home-banner:after{
	background-image: url('assets/img/icons/pattern-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	opacity: 0.2;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.home-banner-inner{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5.6rem 0 18rem;
	position: relative;
	z-index: 5;
}
.home-banner-bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.home-banner-video{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 2;
}
.home-banner-video iframe{
	width: 100%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.weather-widget-wrap{
	display: flex;
	justify-content: flex-end;
}
.weather-widget{
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 1.2rem;
	float: right;
	line-height: 1.1;
	margin-left: auto;
	opacity: 0;
	padding: 2.5rem 2.6rem;
	position: relative;
	pointer-events: none;
	text-align: left;
	text-transform: capitalize;
	transition: 0.2s linear;
}
.weather-widget-row{
	display: flex;
}
.weather-widget:before,
.weather-widget:after,
.weather-widget-row:before,
.weather-widget-row:after{
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	width: 6rem;
}
.weather-widget:before{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	left: 0;
	top: 0;
}
.weather-widget:after{
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	right: 0;
	top: 0;
}
.weather-widget-row:before{
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: 0;
	left: 0;
}
.weather-widget-row:after{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: 0;
	right: 0;
}
.ww-location{
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
.ww-temp{
	font-size: 6.4rem;
	line-height: 0.7;
	padding-left: 1.5rem;
}
.home-banner-content{
	color: #fff;
	padding-top: 2rem;
	text-align: center;
}
.home-banner-content img{
	display: inline-block;
	vertical-align: middle;
}
.home-banner-content h1{
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 1;
	margin: 1em 0 0;
}
.home-banner-content h1:first-child{
	margin-top: 0;
}
.has-border{
	position: relative;
}
.has-border:before,
.has-border:after,
.has-border-inner:before,
.has-border-inner:after{
	content: "";
	display: block;
	height: 7rem;
	position: absolute;
	width: 7rem;
}
.has-border:before{
	border-left: 1px solid #4b9d08;
	border-top: 1px solid #4b9d08;
	left: 0;
	top: 0;
}
.has-border:after{
	border-right: 1px solid #4b9d08;
	border-top: 1px solid #4b9d08;
	right: 0;
	top: 0;
}
.has-border-inner:before{
	border-bottom: 1px solid #4b9d08;
	border-left: 1px solid #4b9d08;
	bottom: 0;
	left: 0;
}
.has-border-inner:after{
	border-bottom: 1px solid #4b9d08;
	border-right: 1px solid #4b9d08;
	bottom: 0;
	right: 0;
}
.home-links-section{
	margin-top: -9rem;
	position: relative;
	z-index: 9;
}
.hl-item-wrap{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.hl-item-img{
	background-color: #3c3c3b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.4s ease;
	width: 100%;
	z-index: 2;
}
.hl-item:hover .hl-item-img{
	transform: scale(0.9);
}
.hl-item-content{
	height: 26.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	position: relative;
	z-index: 3;
}
.hl-item-content h3{
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.hl-item-content a{
	color: inherit;
}
.hl-item-content a:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.welcome-section{
	padding: 9.3rem 0 10.3rem;
}
.welcome-content a[href^="tel:"]{
	color: inherit;
}
.welcome-content .button{
	margin-top: 2.6em;
}
.welcome-img{
	position: relative;
}
.welcome-img img{
	display: block;
	height: auto;
	width: 100%;
}
.welcome-img-title{
	color: #fff;
	font-size: 6.4rem;
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.section-heading{
	padding-bottom: 4.5rem;
}
.section-heading-row{
	position: relative;
	text-align: center;
}
.section-heading h2{
	margin: 0;
}
.section-heading-link{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section-footer{
	display: none;
	padding-top: 3.5rem;
	text-align: center;
}
.home-grey-section{
	background-color: #fbfbfb;
	position: relative;
}
.home-grey-section:before{
	background-image: url('assets/img/icons/pattern-bg-dark.png');
	background-repeat: no-repeat;
	background-position: top 6.5rem center;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.2;
	top: 0;
	width: 100%;
}
.home-council-section{
	padding: 7.2rem 0 11.2rem;
	position: relative;
	z-index: 2;
}
.home-council-item{
	text-align: center;
}
.home-council-thumb{
	margin-bottom: 2rem;
}
.home-council-thumb img{
	background: #fff;
	border: 1px solid #4b9d08;
	border-radius: 50%;
	display: block;
	height: auto;
	margin: 0 auto;
	width: 40.2rem;
}
.home-council-name{
	font-size: 2.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.home-council-descr{
	margin-top: 0.6rem;
}
.home-video-section{
	text-align: center;
}
.video-container{ 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home-events-section{
	padding: 0 0 7.5rem;
}
.slider-button-prev,
.slider-button-next{
	background-color: rgba(255,255,255,0.6);
	background-image: url(assets/img/icons/arrow-right-red.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.1rem auto;
	border: 1px solid #a30306;
	border-radius: 50%;
	cursor: pointer;
	height: 4.4rem;
	margin-top: -2.2rem;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 4.4rem;
	z-index: 5;
}
.slider-button-prev:hover,
.slider-button-next:hover{
	background-color: #a30306;
	background-image: url(assets/img/icons/arrow-right-white.svg);
}
.slider-button-prev{
	left: -5.4rem;
	transform: rotate(180deg);
}
.slider-button-next{
	right: -5.4rem;
}
.swiper-button-disabled{
	opacity: 0;
	pointer-events: none;
}
.slider-pagination{
	display: none;
	line-height: 1;
	margin-top: 2.5rem;
	text-align: center;
}
.slider-pagination .swiper-pagination-bullet{
	background: #a30306;
	height: 10px;
	width: 10px;
}
.slider-wrap{
	margin: 0 -1rem;
	position: relative;
}
.events-slider .swiper-slide{
	height: auto;
	padding: 0 1rem;
	width: 33.33%;
}
.event-item{
	background: #fff;
	height: 100%;
}
.event-item-thumb{
	position: relative;
}
.event-item-thumb a{
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.event-item-thumb:after{
	background-image: url('assets/img/icons/play-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 6rem;
	left: 50%;
	margin: -3rem 0 0 -3rem;
	position: absolute;
	top: 50%;
	width: 6rem;
	z-index: 2;
}
.event-item-thumb img{
	display: block;
	height: 33rem;
	object-fit: cover;
	width: 100%;
}
.event-item-content{
	padding: 2rem 1.5rem 0.6rem;
}
.event-item-content h4{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.08;
	min-height: 2.16em;
	margin: 0 0 2rem;
}
.event-item-detail{
	border-bottom: 1px solid rgba(120, 190, 52, 0.2);
	display: flex;
	padding: 1.2rem 0;
}
.event-item-detail:last-child{
	border: none;
}
.event-item-date{
	padding: 1.4rem 0;
}
.event-item-detail-title{
	align-self: center;
	font-weight: bold;
	padding-left: 1rem;
}
.event-item-detail-title:first-child{
	padding: 0;
}
.event-item-type .event-item-detail-title{
	font-size: 1.4rem;
}
.event-item-icon{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	height: 2.4rem;
	min-width: 2.4rem;
	width: 2.4rem;
}
.man-icon{
	background-image: url('assets/img/icons/man-icon.svg');
}
.woman-icon{
	background-image: url('assets/img/icons/woman-icon.svg');
}
.calendar-icon{
	background-image: url('assets/img/icons/calendar-icon.svg');
	margin-right: 0.5rem;
}
.mfp-iframe-holder .mfp-content{
	max-width: 114rem;
}
.home-club-section{
	background: #fbfbfb;
	padding: 0 0 11rem;
}
.home-club-img img{
	display: block;
	height: auto;
	width: 100%;
}
.home-club-text-wrap{
	background: rgba(255, 255, 255, 0.95);
	margin: -13.7rem auto 0;
	max-width: 77.2rem;
	padding: 5rem 2rem;
	position: relative;
	z-index: 2;
}
.home-club-text{
	margin: 0 auto;
	max-width: 57.2rem;
	text-align: center;
}
.home-testimonial-section{
	background-color: rgba(60, 60, 59, 0.02);
	position: relative;
}
.home-testimonial-section:before{
	background-image: url('assets/img/icons/pattern-bg-dark.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.2;
	top: 0;
	width: 100%;
}
.home-testimonial-heading{
	padding-bottom: 5.5rem;
	position: relative;
	text-align: center;
	z-index: 2;
}
.home-testimonial-heading h2{
	margin: 0 0 1.4rem;
}
.golf-ball-icon{
	background-image: url('assets/img/icons/golf-ball.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	height: 4rem;
	max-width: 100%;
	vertical-align: middle;
	width: 15rem;
}
.home-testimonial-body{
	position: relative;
	z-index: 2;
}
.testimonial-slider .swiper-slide{
	height: auto;
	padding: 0 1rem;
	width: 50%;
}
.testimonial-item{
	background: #fff;
	display: flex;
	align-items: flex-start;
	height: 100%;
	flex-wrap: wrap;
	width: 100%;
}
.testimonial-item-thumb{
	height: 65.5rem;
	width: 50%;
}
.testimonial-item-thumb img{
	height: 100%;
	display: block;
	object-fit: cover;
	width: 100%;
}
.testimonial-item-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	padding: 3rem;
	width: 100%;
}
.testimonial-item-content .golf-ball-icon{
	margin: 0 0 1.25em;
}
.testimonial-item-title{
	font-size: 2.4rem;
	line-height: 1.25;
	margin: 0 0 1.25em;
}
.testimonial-item-text{
	margin: 0 0 1.25em;
}
.testimonial-item-author{
	display: flex;
	margin-top: auto;
}
.testimonial-item-author-img{
	padding-right: 1.5rem;
	width: 6.5rem;
}
.testimonial-item-author-img img{
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.testimonial-item-author-name{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.testimonial-item-author-position{
	font-size: 1.4rem;
	line-height: 1.25;
}
.books-text h2{
	font-weight: normal;
}
.books-text .button{
	margin-top: 1.1em;
}
.books-img{
	text-align: center;
}
/*----------Login--------*/
body.page-template-template-login{
	padding: 0;
}
body.page-template-template-login .header,
body.page-template-template-login .footer{
	display: none;
}
.login-row{
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}
.login-info-col{
	align-self: center;
	padding: 0 3rem;
	order: 1;
	width: 36.5%;
}
.login-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	order: 2;
	width: 63.5%;
}
.login-info{
	margin: 0 auto;
	max-width: 40rem;
	padding: 8.7rem 0;
	width: 100%;
}
.login-info-logo{
	display: flex;
	align-items: center;
	margin-bottom: 6.8rem;
}
.login-info-logo img{
	width: 10rem;
}
.login-info-title{
	font-size: 2.4rem;
	line-height: 1.25;
	padding-left: 2rem;
}
.login-info h2{
	font-size: 3.2rem;
	margin: 0 0 2.5rem;
}
.login-form-col{
	margin-bottom: 1rem;
}
.login-form-submit{
	display: flex;
	align-items: center;
	margin-top: 5rem;
}
.login-back-wrap{
	margin-top: 2rem;
	text-align: center;
}
.login-form-back{
	display: inline-block;
	color: inherit;
	font-size: 2rem;
	position: relative;
	text-align: center;
}
.login-form-back:hover{
	color: #a30306;
}
.login-form .um-misc-with-img{
	display: none;
}
.login-form .um{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	margin-bottom: 0!important;
}
.login-form .um-field-label label{
	color: #121212;
	font-size: inherit!important;
	line-height: inherit!important;
	font-weight: bold!important;
}
.login-form div{
	text-align: left!important;
}
.login-form .um-row{
	margin-bottom: 15px!important;
}
.login-form .um-col-alt{
	margin: 0!important;
}
.login-form a.um-link-alt{
	color: #a30306!important;
	text-align: left!important;
}
.login-form .um-form input[type=text],
.login-form .um-form input[type=search],
.login-form .um-form input[type=tel],
.login-form .um-form input[type=number],
.login-form .um-form input[type=password]{
	background: #dbebce!important;
	border: 1px solid #dbebce!important;
	border-radius: 0!important;
	box-shadow: none!important; 
	display: block!important;
	color: #121212!important;
	font-family: inherit!important;
	font-size: inherit!important;
	font-weight: inherit!important;
	line-height: 1.5!important;
	height: auto!important;
	padding: 0.9375em 1em!important;
	outline: none!important!important;
	width: 100%!important;
}
.login-form .um-form input[type="submit"]{
	background-color: transparent!important;
	background-image: url("assets/img/icons/arrow-right-red.svg")!important;
	background-repeat: no-repeat!important;
	background-position: right 1em center!important;
	background-size: 1.3125em auto!important;
	border: 1px solid #a30306!important;
	border-radius: 0!important;
	color: #a30306!important;
	cursor: pointer;
	display: inline-block;
	font-family: inherit!important;
	font-size: inherit!important;
	font-weight: bold!important;
	height: auto!important;
	min-width: 1px!important;
	line-height: 1.5!important;
	Letter-spacing: 0.095em!important;
	padding: 0.9375em 4.375em 0.9375em 1.25em!important;
	text-transform: uppercase!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: auto!important;
}
.login-form .um-form input[type="submit"]:hover{
	background-color: #a30306!important;
	background-image: url("assets/img/icons/arrow-right-white.svg")!important;
	color: #fff!important;
}
/*--------Course--------*/
.top-banner{
	background-color: #3c3c3b;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 42.2rem;
	padding: 6rem 0 8rem;
	position: relative;
}
.top-banner-big{
	min-height: 56.5rem;
}
.top-banner:before{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.top-banner .container{
	position: relative;
	z-index: 2;
}
.top-banner .weather-widget-wrap{
	padding-bottom: 7.6rem;
}
.top-banner-content{
	text-align: center;
}
.top-banner-content h1{
	font-size: 6.4rem;
	font-weight: normal;
	line-height: 1.2;
}
.course-intro-section{
	margin-top: -16.7rem;
	padding: 5.5rem 0;
	position: relative;
	z-index: 3;
}
.course-intro-text-wrap{
	background: rgba(255, 255, 255, 0.95);
	margin: 0 auto;
	padding: 3rem 4.2rem;
	text-align: center;
}
.course-intro-text a{
	margin-top: 1em;
}
.course-guide-section{
	padding: 7rem 0;
}
.guide-feed{
	margin-left: -1px;
	margin-right: -1px;
}
.guide-feed-item{
	border: 1px solid transparent;
	margin-bottom: 2rem;
}
.guide-feed-item:last-child{
	margin: 0;
}
.guide-feed-item.active{
	border: 1px solid #3c3c3b;
}
.course-guide-heading{
	padding-bottom: 2rem;
	text-align: center;
}
.guide-item-heading{
	background: #dbebce;
	color: #3c3c3b;
	cursor: pointer;
	display: flex;
	font-size: 2rem;
	letter-spacing: 0.06em;
	padding: 1.7rem 4.5rem 1.7rem 1.5rem;
	position: relative;
	transition: all 0.2s linear;
}
.guide-feed-item.active .guide-item-heading{
	background: transparent;
}
.guide-item-heading:before,
.guide-item-heading:after{
	background: #3c3c3b;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transition: all 0.2s linear;
	width: 2.4rem;
}
.guide-item-heading:after{
	transform: rotate(90deg);
}
.guide-feed-item.active .guide-item-heading:after{
	transform: rotate(0);
}
.guide-item-number{
	align-self: flex-start;
	border-right: 1px solid #3c3c3b;
	margin-right: 1rem;
	padding-right: 1rem;
}
.guide-item-title{
	font-weight: bold;
}
.guide-item-block{
	display: none;
	padding: 0 1.5rem 1.5rem;
}
.guide-feed-item:nth-child(1) .guide-item-block{
	display: block;
}
.guide-item-info{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.guide-item-info-par{
	margin-right: 2.2rem;
}
.guide-item-info-index{
	margin-right: 2.2rem;
}
.guide-item-info-label{
	border: 1px solid #a30306;
	color: #a30306;
	line-height: 1.25;
	margin-right: 2.2rem;
	padding: 0.175em 0.625em 0.45em;
}
.guide-item-info-label:last-child{
	margin-right: 0;
}
.guide-item-info-label.red{
	background: #a30306;
	color: #fff;
}
.guide-item-info-label.green{
	background: #4b9d08;
	border-color: #4b9d08;
	color: #fff;
}
.guide-item-tip{
	display: flex;
	margin-bottom: 2rem;
	position: relative;
}
.guide-item-tip-label{
	color: #a30306;
	font-size: 1rem;
	line-height: 1.2;
	min-width: 2.6rem;
	margin-right: 1rem;
	text-align: center;
	text-transform: uppercase;
}
.guide-item-tip-label:before{
	background-image: url('assets/img/icons/badge-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 2.5rem;
	margin: 0 auto 1rem;
	width: 2.5rem;
}
.guide-item-tip-text{
	font-size: 1.4rem;
	line-height: 1.15em;
}
.account-events-section{
	background: #fbfbfb;
	padding: 4.6rem 0 7rem;
}
.account-info-section{
	background: #fbfbfb;
}
.account-info{
	border: 1px solid #a30306;
	height: 100%;
	line-height: 1.125;
	padding: 3rem;
}
.account-info h4{
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.1;
	margin: 0 0 2rem;
	text-transform: uppercase;
}
.account-info p{
	margin: 0 0 2rem;
}
.account-info p:last-child{
	margin: 0;
}
.last-updates-feed-item{
	margin-bottom: 3rem;
}
.last-updates-feed-item:last-child{
	margin: 0;
}
.last-updates-feed-title{
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.account-diary-info table{
	margin-bottom: 2rem;
}
.account-diary-info table:last-child{
	margin: 0;
}
.account-diary-info td{
	padding: 0 0 2rem;
	vertical-align: top;
}
.account-diary-info td:nth-child(1){
	padding-right: 1rem;
	white-space: nowrap;
}
.account-diary-info tr:last-child td{
	padding-bottom: 0;
}
/*-----------Club History---------*/
.history-top-banner:before{
	background: rgba(0,0,0,0.2);
}
.history-intro-section{
	background: #fbfbfb;
	padding: 6rem 0;
}
.history-intro-logo{
	text-align: center;
}
.history-intro-logo img{
	display: inline-block;
	vertical-align: middle;
	width: 21.4rem;
}
.history-intro-logo h1{
	font-size: 6.2rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.65em 0 0;
}
.history-intro-text{
	padding-left: 2rem;
}
.history-section{
	padding-top: 12rem;
}
.history-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15rem;
}
.history-item:last-child{
	margin: 0;
}
.history-text-col{
	align-self: center;
	width: 32%;
}
.history-img-col{
	text-align: center;
	width: 64%;
}
.history-item:nth-child(even) .history-img-col{
	order: 1;
}
.history-item:nth-child(even) .history-text-col{
	order: 2;
}
.history-text h2{
	color: #a30306;
	text-transform: uppercase;
}
.history-text ul{
	font-size: 2.4rem;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.history-text li{
	background-image: url('assets/img/icons/trophy-icon.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.3em auto;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	min-height: 1.25em;
	padding-left: 1.7em;
}
.history-text li:last-child{
	margin: 0;
}
/*----------Council---------*/
.council-section{
	background-color: #fbfbfb;
	padding-bottom: 3rem;
	position: relative;
}
.council-section:before{
	background-image: url('assets/img/icons/pattern-bg-dark.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.2;
	top: 0;
	width: 100%;
	z-index: 1;
}
.council-section-inner{
	position: relative;
	z-index: 2;
}
.council-heading{
	position: relative;
	top: -10rem;
}
.council-heading-text{
	text-align: center;
}
.council-heading-text img{
	display: inline-block;
	vertical-align: middle;
	width: 21.4rem;
}
.council-heading-text h1{
	font-size: 6.4rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.75em 0 0;
}
.council-group{
	padding-bottom: 4rem;
}
.council-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -0.9rem;
}
.council-item-wrap{
	padding: 0 0.9rem 4rem;
	width: 33.33%;
}
.council-item{
	display: flex;
	text-align: center;
	justify-content: space-between;
	width: 100%;
}
.council-item-thumb img{
	background: #fff;
	border: 1px solid #4b9d08;
	border-radius: 50%;
	display: block;
	height: auto;
	width: 10rem;
}
.council-item-text{
	align-self: center;
	width: 70%;
	width: calc(100% - 11.5rem);
}
.council-item-name{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
	text-transform: uppercase;
}
.committee-title{
	padding-bottom: 3rem;
}
.committee-col{
	padding-bottom: 5rem;
}
.committee-title{
	text-align: center;
	text-transform: uppercase;
}
.committee-text h4{
	color: #a30306;
	font-size: 2.4rem;
	margin: 0 0 0.5em;
	text-transform: uppercase;
}
.committee-text ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.committee-text li{
	margin-bottom: 1em;
}
.committee-text li:last-child{
	margin: 0;
}
.committee-text strong{
	font-size: 2rem;
	/* text-transform: uppercase; */
}
/*------------Events--------*/
.events-section{
	background-color: #fbfbfb;
	padding: 8rem 0;
}
.event-item-wrap{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.single-event .top-banner:before{
	background: rgba(0,0,0,0.3);
}
.single-event-content{
	max-width: 90rem;
	margin: 0 auto;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1320px) {
	.navigation{
		font-size: 1.7rem;
	}
	.slider-button-prev{
		display: none;
		left: 3rem;
	}
	.slider-button-next{
		display: none;
		right: 3rem;
	}
	.slider-pagination{
		display: block;
	}
	.testimonial-item-content{
		padding: 2rem;
	}
	.account-info{
		padding: 2rem;
	}
	.history-intro-logo h1{
		font-size: 5rem;
	}
}
@media only screen and (max-width : 991px) {
	body{
		padding-top: 9rem;
	}
	h2{
		font-size: 3.2rem;
		margin-bottom: 0.8em;
	}
	.sect-pad{
		padding: 8rem 0;
	}
	.header-row{
		padding: 1.7rem 2rem;
	}
	.header-login a{
		background-position: right 1em center;
		background-size: 1.2em auto;
		font-size: 1.4rem;
		padding: 0.7em 3.2em 0.7em 1em;
	}
	.header-logo img{
		width: 6rem;
	}
	.navigation{
		font-size: 2.4rem;
		text-align: center;
	}
	.navigation ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navigation li{
		padding: 0 0 1em;
	}
	.navigation li:last-child{
		padding-bottom: 0;
	}
	.navigation ul ul{
		display: none;
	}
	.footer-col{
		width: 50%;
	}
	.footer-contacts-col{
		max-width: 100%;
	}
	.footer-newsletter{
		display: block;
	}
	.footer-newsletter h4{
		font-size: 3rem;
		margin: 0 0 0.5em;
		padding: 0;
		text-align: center;
	}
	.footer-newsletter form{
		max-width: 100%;
		width: 100%;
	}
	.welcome-img-title{
		font-size: 4.6rem;
	}
	.welcome-content .button{
		margin-top: 0.5em;
	}
	.section-heading-row{
		text-align: left;
	}
	.events-slider .swiper-slide{
		width: 50%;
	}
	.testimonial-item{
		display: block;
	}
	.testimonial-item-thumb{
		height: 28rem;
		width: 100%;
	}
	.testimonial-item-content{
		display: block;
		width: 100%;
	}
	.testimonial-item-title{
		margin-bottom: 2rem;
	}
	.login-info-col{
		width: 50%;
	}
	.login-banner{
		width: 50%;
	}
	.account-info-col{
		padding-bottom: 2rem;
	}
	.account-info-col:last-child{
		padding-bottom: 0;
	}
	.history-item{
		margin-bottom: 12rem;
	}
	.history-img-col{
		width: 60%;
	}
	.history-text-col{
		width: 36%;
	}
	.history-text ul{
		font-size: 2rem;
	}
	.council-heading-text h1{
		font-size: 5rem;
	}
	.council-item-wrap{
		width: 50%;
	}
	
}
@media only screen and (max-width : 767px) {
	h2{
		font-size: 3rem;
		margin-bottom: 0.6em;
	}
	.button{
		font-size: 1.4rem;
	}
	.sect-pad{
		padding: 5rem 0;
	}
	.container{
		width: 100%;
	}
	.header-row{
		width: 100%;
	}
	.header-login a{
		background: transparent;
		padding: 0.7em 1em;
	}
	.header-login a span{
		display: none;
	}
	.menu-toggle-label{
		padding-right: 1.5rem;
	}
	.navigation{
		font-size: 2rem;
		padding: 3.2rem 0 1.5rem;
	}
	.navigation li{
		padding-bottom: 0.5em;
	}
	.footer-top{
		padding: 5rem 0 1rem;
	}
	.footer-col{
		padding-bottom: 4rem;
		width: 100%;
	}
	.footer-col h4{
		font-size: 2rem;
		margin-bottom: 0.5em;
	}
	.footer-newsletter h4{
		font-size: 2.4rem;
	}
	.footer-newsletter form{
		margin: 0 auto;
		min-width: 1px;
		max-width: 50rem;
		width: 100%;
	}
	.newsletter-form-row{
		padding: 0;
	}
	.newsletter-form-row input[type="submit"]{
		margin-top: 1rem;
		position: relative;
	}
	.weather-widget{
		background-color: rgba(60, 60, 60, 0.5);
		padding: 1.5rem;
	}
	.home-banner-inner{
		min-height: 1px;
		padding: 2rem 0 12rem;
	}
	.home-banner-content{
		padding-top: 5rem;
	}
	.home-banner-content img{
		max-width: 18rem;
	}
	.home-banner-content h1{
		font-size: 4.4rem;
		line-height: 1.25;
		max-width: 5em;
		margin: 0 auto;
	}
	.home-links-section{
		margin-top: -6rem;
	}
	.home-links-section .row{
		margin: 0 -0.5rem;
	}
	.hl-item-wrap{
		padding: 0.5rem;
	}
	.hl-item-content{
		height: 18rem;
	}
	.hl-item-content h3{
		font-size: 2rem;
	}
	.welcome-content .button{
		margin: 0;
	}
	.welcome-img{
		margin-top: 4rem;
	}
	.section-heading{
		padding-bottom: 3rem;
	}
	.section-heading-row{
		text-align: center;
	}
	.section-heading-link{
		display: none;
		margin-top: 1em;
		position: relative;
		top: auto;
		transform: none;
	}
	.section-footer{
		display: block;
	}
	.home-council-name{
		font-size: 2rem;
		line-height: 1.25;
	}
	.home-council-descr{
		font-size: 1.4rem;
	}
	.slider-wrap{
		margin: 0 -2rem;
		padding: 0 2rem;
		overflow: hidden;
	}
	.slider-wrap .swiper{
		overflow: visible;
	}
	.slider-button-prev{
		left: 2rem;
	}
	.slider-button-next{
		right: 2rem;
	}
	.events-slider .swiper-slide{
		max-width: 36rem;
		padding: 0 1rem 0 0;
		width: 96%;
	}
	.home-club-text-wrap{
		margin: 0 auto;
		padding: 4rem 2rem;
	}
	.home-testimonial-heading{
		padding: 0 0 4rem;
	}
	.testimonial-slider .swiper-slide{
		max-width: 30rem;
		padding: 0 1rem 0 0;
		width: 100%;
	}
	.books-img{
		padding-bottom: 3rem;
		text-align: left;
	}
	.books-text .button{
		margin-top: 0;
	}
	.login-banner{
		display: none;
		height: 30rem;
		order: 1;
		width: 100%;
	}
	.login-info-col{
		padding: 0 2rem;
		order: 2;
		width: 100%;
	}
	.login-info{
		padding: 5rem 0;
	}
	.login-info-logo{
		margin-bottom: 5rem;
	}
	.login-info h2{
		font-size: 3rem;
	}
	.top-banner{
		min-height: 38rem;
	}
	.top-banner-big{
		min-height: 40rem;
	}
	.top-banner-content h1{
		font-size: 4.4rem;
	}
	.course-intro-section{
		margin-top: -4rem;
	}
	.course-intro-text-wrap{
		padding: 3rem 2rem 0;
	}
	.course-intro-text a{
		margin: 0;
	}
	.guide-feed-item{
		margin-bottom: 1rem;
	}
	.guide-item-heading{
		padding: 1.6rem 3.8rem 1.6rem 1.5rem;
	}
	.guide-item-heading:before,
	.guide-item-heading:after{
		width: 1.6rem;
	}
	.guide-item-heading{
		font-size: 1.6rem;
	}
	.guide-item-info{
		font-size: 1.4rem;
	}
	.guide-item-info-par{
		margin-right: 1.5rem;
	}
	.guide-item-info-index{
		margin-right: 1.7rem;
	}
	.guide-item-info-label{
		margin-right: 0.7rem;
	}
	.contact-form{
		margin-bottom: 4rem;
	}
	.form-col-6{
		width: 100%;
	}
	.history-intro-logo img{
		width: 12rem;
	}
	.history-intro-logo h1{
		font-size: 4.4rem;
		margin-top: 0.5em;
	}
	.history-intro-text{
		padding: 3.5rem 0 0;
	}
	.history-item{
		display: block;
		margin-bottom: 6rem;
	}
	.history-text-col{
		padding-bottom: 3rem;
		width: 100%;
	}
	.history-img-col{
		width: 100%;
	}
	.council-section:before{
		background-size: 200% auto;
	}
	.council-heading{
		top: -5.6rem;
	}
	.council-heading-text img{
		width: 12rem;
	}
	.council-heading-text h1{
		font-size: 4rem;
	}
	.council-group{
		padding-bottom: 5rem;
	}
	.council-item-wrap{
		padding-bottom: 2rem;
		width: 100%;
	}
	.council-item{
		text-align: left;
	}
	.council-item-thumb img{
		width: 8rem;
	}
	.council-item-text{
		width: calc(100% - 10rem);
	}
	.council-item-name{
		font-size: 2.2rem;
	}
	.committee-title{
		padding-bottom: 2.5rem;
	}
	.committee-col{
		padding-bottom: 3rem;
	}
	.committee-text h4{
		font-size: 2.2rem;
	}
	.committee-text strong{
		font-size: 1.8rem;
	}
	
}
@media only screen and (min-width : 992px) {
	.body-scroll .navigation{
		padding: 2.7rem 0 1rem;
		transition: padding 0.2s linear;
	}
	
	.navigation > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.navigation > ul > li{
		display: inline-block;
		position: relative;
	}
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li > a{
		padding: 0;
		position: relative;
	}
	.navigation > ul > li > a:after{
		background: #a30306;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		transition: all 0.2s linear;
		width: 0;
	}
	.navigation > ul > li:hover > a:after,
	.navigation > ul > li.current-menu-item > a:after,
	.navigation > ul > li.current-menu-parent > a:after{
		width: 100%;
	}
	.navigation ul ul{
		background: #fff;
		box-shadow: 0px 30px 30px rgba(0,0,0,0.1);
		display: block;
		left: -0.6em;
		min-width: 15rem;
		padding: 1.1em 1.6em;
		position: absolute;
		transform: translateY(10px);
		transition: all 0.15s linear;
		text-align: left;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		padding: 0.5em 0;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul a{
		display: block;
		color: #000;
		padding: 0;
	}
	.navigation ul ul > li > a:hover,
	.navigation ul ul > li.current-menu-item > a{
		color: #a30306;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul ul{
		display: none;
	}
}
