/******************
****  ASSETS
****

font-family:'Avenir Next W01 Thin';
font-family:'AvenirNextLTW01-Regular';
font-family:'AvenirNextLTW01-Medium';
font-family:'Avenir Next LT W04 Bold';
font-family:'Charter ITC W01 Italic';
font-family:'CharterITCW01-BoldItali';
font-family:'CharterITCW01-BlackItal';



******************/

/******************
****  BODY
****
******************/
body {
	background: #fff;
	padding-top: 0px;
	font-family:'AvenirNextLTW01-Regular';
	font-size: 16px;
	color: #231f20;
	-webkit-font-smoothing: antialiased;
}
#header:after,  
#footer:after,  
#content:after,  
#nav:after,  
.section:after,  
.article:after,  
.block:after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width : 767px) {
	body {
		padding-top: 75px;
	}
}

/******************
****  TEXT STYLES
****
******************/
a, a:hover {
	color: #da262e;
	text-decoration: none !important;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:focus, a:hover {
    color: #da262e;
    text-decoration: none;
}
h1, .h1 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 8px;
	font-family:'AvenirNextLTW01-Regular';
	margin: 20px 0px;
}
h2, .h2 {
	font-size: 30px;
    letter-spacing: 9px;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 20px 0px;
    line-height: 1.3;
}
h3, .h3 {
	/*text-transform: uppercase;*/
	font-size: 18px;
	letter-spacing: 4px;
	font-family:'AvenirNextLTW01-Medium';
	margin: 20px 0px;
}
p + h1,
p + h2,
p + h3 {
	margin-top: 40px;
}
h4, .h4 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	font-family:'Avenir Next LT W04 Bold';
	margin: 20px 0px;
}
h5, .h5 {
	font-size: 20px;
	font-family:'AvenirNextLTW01-Regular';
	margin: 20px 0px;
	line-height: 1.5;
}
p {
	margin: 20px 0px;
}

section {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
@media (max-width : 767px) {
	h2, .h2 {
		font-size: 24px;
		letter-spacing: 2px;
	}
}

/******************
****  GENERAL CLASSES
****
******************/
.section-dark {
	background-color: #231f20;
	color: #fff;
	padding: 60px 0px;
}
.section-red {
	background: url('../images/snow-red-bg.jpg') 50% 50% no-repeat #da262e;
	background-size: cover;
	color: #fff;
	padding: 60px 0px;
}
.section-light {
	/*background: url('../images/snow-white-bg.jpg') 50% 50% no-repeat #fff;*/
	background: url('../images/mountainsafe-white-bg.jpg') 50% 50% no-repeat #fff;
	background-size: cover;
	padding: 60px 0px;
}
.section-grey {
	background: url('../images/snow-grey-bg.jpg') 50% 50% no-repeat #fff;
	background-size: cover;
	padding: 60px 0px;
}
.section-white {
	background-color: #fff;
	padding: 60px 0px;
}
.section-top {
	margin-top: 100px;
}
.section-title {
    padding-top: 100px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.video-16-9 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 30px;
	height: 0;
}
.video-16-9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.serif {
	font-family:'Charter ITC W01 Italic';
}
.serif-bold {
	font-family:'CharterITCW01-BoldItali';
}
.text-red {
	color: #da262e;
}
.text-white {
	color: #fff;
}
.btn {
    border-radius: 0px;
    padding: 8px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 16px;
	font-family:'AvenirNextLTW01-Medium';
}
.btn-custom-red {
	background-color: #da262e;
    color: #fff;
}
.btn-custom-white {
	background-color: #fff;
    color: #da262e;
}
.btn-custom-clear {
	background-color: transparent;
    color: #231f20;
	border: 1px solid #231f20;
}
.btn-custom-clear:hover, .btn-custom-clear:active, .btn-custom-clear:focus {
	background-color: #231f20;
    color: #fff;
	border: 1px solid #231f20;
}
.section-dark .btn-custom-clear {
	background-color: transparent;
    color: #fff;
	border: 1px solid #fff;
}
.col-1-3 {
	width: 33.33333333%;
	position: relative;
	float: left;
}
.col-1-1 {
	width: 100%;
	position: relative;
}
.block-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.col-img-1-3 {
	max-width: 180px;
	margin: auto;
}

.vert {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vert * {
	margin-top: 0px;
}

.block-overlay.hover .btn {
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-overlay.hover h2 {
	margin-top: 25px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-overlay.hover {
	background-color: rgba(0,0,0,0.2);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-overlay.hover:hover {
	background-color: rgba(0,0,0,0.4);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-overlay.hover:hover .btn {
	opacity: 1;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.block-overlay.hover:hover h2 {
	margin-top: 0px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-pad-30 {
	padding: 30px 0px;
}
.block-overlay .vert {
	margin: 0px 15px;
}

@media (max-width : 767px) {
	.col-1-3 {
		width: 100%;
	}
	.section-title {
		padding: 15px;
	}
	.section-dark,
	.section-red,
	.section-light,
	.section-grey,
	.section-white {
		padding-top: 30px;
	}
}

.split-block,
.horiz-block {
	margin: 40px 0px;
}
.split-block:after {
	content: '';
	display: table;
	clear: both;
}
.sb-left {
	float: left;
	position: relative;
	width: 50%;
}
.sb-right {
	float: right;
	position: relative;
	width: 50%;
}
@media (max-width : 767px) {
	.sb-right,
	.sb-left {
		width: 100%;
	}
}

.pricing-block {}
.col-price {
	background-color: #fff;
	padding: 0px 40px 20px;
	position: relative;
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.75);
}
.col-price h3 {
	background-color: #dadfe2;
    position: relative;
    padding: 30px 10px 100px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0; 
	font-size: 30px;
	font-family:'CharterITCW01-BlackItal';
	text-transform: none;
	letter-spacing: 0;
}
.col-price ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.col-price li {
	padding: 10px 0px;
	margin: 4px 0px;
	border-bottom: 1px solid #b4b6b8;
	font-family:'AvenirNextLTW01-Medium';
	font-size: 18px;
}	
.col-price li strong {
	font-family:'Avenir Next LT W04 Bold';
}	
.price {
    width: 130px;
    height: 130px;
    background-color: #eef3f6;
    position: relative;
    top: -70px;
    margin: 0 auto -70px;
    border-radius: 70px;
    font-family:'CharterITCW01-BlackItal';
    font-size: 30px;
	box-shadow: inset 3px 4px 5px #aaa;
}
.btn.enquirylink {
	font-family:'Avenir Next LT W04 Bold' !important;
}

.ps-enquiry {
	margin: 80px auto;
	max-width: 600px;
}
.ps-enquiry .gfield {
	text-align: left;
	padding: 6px 0px;
}
.ps-enquiry .gfield label {
	display: none;
}
.ps-enquiry .gfield input[type=text],
.ps-enquiry .gfield input[type=email],
.ps-enquiry .gfield input[type=tel],
.ps-enquiry .gfield select,
.ps-enquiry .gfield textarea {
	background: none;
	border: 2px solid #231f20;
}
.ps-enquiry .gfield select {
	-webkit-appearance: none;
}

.ps-enquiry .gfield ::-webkit-input-placeholder { 	color: #231f20; } 
.ps-enquiry .gfield :-moz-placeholder { 				color: #231f20; } 
.ps-enquiry .gfield ::-moz-placeholder {  			color: #231f20; } 
.ps-enquiry .gfield :-ms-input-placeholder { 		color: #231f20; }


.ps-enquiry .gform_button {
	padding: 9px 30px !important;
    height: auto !important;
    line-height: inherit !important;
    background: #231f20 !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

@media (min-width : 768px) {
	.col-price-left {
		margin-left: 15px;
	}
	.col-price-right {
		margin-right: 15px;
	}
}

/******************
****  HEADER
****
******************/
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}
#tps-header {
	background-color: #231f20;
	height: 76px;
	padding: 25px 40px;
}
#tps-header h5 {
	opacity: 0;
	color: #fff;
	font-family:'AvenirNextLTW01-Medium';
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 0px;
	position: absolute;
    top: 25px;
    left: 40px;
	right: 100px;
	white-space: nowrap;
	overflow: hidden;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#tps-header img {
    position: absolute;
    top: 25px;
    left: 40px;
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.home #tps-header img {
	opacity: 0;
}
.home #tps-header h5 {
	opacity: 1;
}
#tps-header.tps_logo img {
	opacity: 1;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#tps-header.tps_logo h5 {
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
} 
#tps-header button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	border-left: 1px solid #696667;
	height: 76px;
	width: 100px;
	background: none;
	outline: none;
	z-index: 999;
}
#tps-header button.active {
	display: block;
}
.icon-bar {
    width: 26px;
    height: 3px;
    background-color: #fff;
    display: block;
	margin: auto;
}
#tps_menu_open .icon-bar {
    margin-bottom: 4px;
}
#tps_menu_close .icon-bar:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);   
}
#tps_menu_close .icon-bar:last-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position: relative;
    top: -3px;
}

.tps_menu_container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #231f20;
	border-top: 1px solid #696667;
}
.tps_menu_container.active {
	display: block;
}
.tps_menu_top {
	padding: 25px 40px;
	color: #fff;
}
.tps_menu_top ul {
	margin: 15px 0px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.tps_menu_top ul li a {
	color: #fff;
	font-size: 20px;
	font-family:'AvenirNextLTW01-Medium';
	letter-spacing: 4px;
	display: block;
	padding: 10px 0px;
}
.tps_menu_top ul li a:hover {
	color: #d6262e;
}
.tps_menu_bottom {
	padding: 25px 40px;
	background-color: #d6262e;
	color: #fff;
}
.tps_menu_bottom_table {
	display: table;
	width: 100%;
}
.tps_menu_bottom_table_cell {
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
}
.tps_menu_bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tps_menu_bottom ul li {
	clear: both;
	margin-bottom: 4px;
}
.tps_menu_bottom ul li i {
	height: 26px;
	vertical-align: middle;
	color: #322f31;
	font-size: 20px;
	margin-right: 20px;
    float: left;
    clear: both;
    width: 15px;
}
.tps_menu_bottom ul li a {
	color: #fff;
}
.tps_menu_bottom_table_cell .gform_wrapper {
    margin-bottom: 8px;
}
.tps_menu_bottom_table_cell .form-single-field {
    display: block;
}
.tps_menu_bottom_table_cell .form-single-field .gfield {
    margin-bottom: 0px;
}
.tps_menu_bottom_table_cell .form-single-field .gform_body, 
.form-single-field .gform_footer {
    display: block;
}
.tps_menu_bottom_table_cell .form-single-field .gform_footer .gform_button {
	display: block;
	width: 100%;
	margin-left: 0px;
	background-color: #322f31;
	color: #fff;
	border: none;
}
.tps_menu_bottom_table_cell .form-single-field .gform_body input {
    border-color: #322f31;
}
.tps_menu_bottom_table_cell .validation_error {
    display: block !important;
	text-align: center;
}

@media (max-width : 767px) {
	.tps_menu_bottom_table,
	.tps_menu_bottom_table_cell {
		display: block;
		width: 100%;
	}
	.tps_menu_bottom_table_cell .gform_wrapper {
		margin-top: 15px;
	}
	#tps-header h5 {
		opacity: 0 !important;
	}
	#tps-header img {
		opacity: 1 !important;
	}
	.tps_menu_top ul li a {
		font-size: 18px;
		letter-spacing: 3px;
		padding: 8px 0px;
	}
	header {
		position: absolute;
	}
	#tps-header img {
		left: 30px;
	}
}
@media (max-width : 350px) {
	.tps_menu_bottom {
		padding: 25px 20px;
	}
}

/******************
****  ASIDE : WEATHER
****
******************/
.home #weather {
	display: block;
}
#weather {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 999;
	display: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#weather.inactive {
	right: -126px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.weather-container {
	position: relative;
}
.weather-widget {
    display: none;
    position: absolute;
    top: 19px;
    right: 112px;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #231f20;
}
/*#weather.inactive .weather-widget {
    display: none !important;
}*/
#weather button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}
@media (max-width : 767px) {
	#weather {
		display: none !important;
	}
}



/******************
****  PAGE : LANDING
****
******************/
.page-template-page-landing header {
	height: 620px;
	background: url('../images/tps_landing_top.jpg') 50% 50% no-repeat;
}
.page-template-page-landing header .header-title {
	display: block;
	padding: 25px 40px;
	margin: 0px auto;
	width: 100%;
	max-width: 818px;
	background-color: #231f20;
	text-align: center;
}
.page-template-page-landing header .header-title h5 {
	color: #fff;
	font-family:'AvenirNextLTW01-Medium';
	font-size: 18px;
	letter-spacing: 3px;
}
.page-template-page-landing main {
	padding: 40px 15px;
	background-color: #da262e;
	color:#fff;
	text-align: center;
	font-size: 20px;
    letter-spacing: 20px;
}
.page-template-page-landing footer {
	padding: 60px 15px;
	background: url('../images/tps_landing_bottom.jpg') 50% 0% no-repeat #232122;
	background-size: cover;
	color:#fff;
}
.page-template-page-landing footer .footer-contact,
.page-template-page-landing footer .footer-subscribe {
	letter-spacing: 1px;
	padding: 20px 40px;
}
.page-template-page-landing footer .footer-contact i {
	margin-right: 20px;
	font-size: 24px;
}
.page-template-page-landing footer a {
	color: #fff;
}
.page-template-page-landing footer a:hover {
	color: #da262e;
}
.page-template-page-landing footer .footer-subscribe h6 {
	letter-spacing: 6px;
    font-size: 15px;
}
.page-template-page-landing footer .footer-powered p {
	margin: 40px 0px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
}
.page-template-page-landing footer .footer-powered p img {
	margin: 20px 0px;
}
.page-template-page-landing footer .form-control {
    background-color: transparent;
    border-radius: 0px;
}
.page-template-page-landing footer .btn {
    border-radius: 0px;
	padding: 6px 20px;
	font-family:'AvenirNextLTW01-Medium';
}

.form-single-field label {
	display: none;
}
.form-single-field {
	position: relative;
    display: table;
    border-collapse: separate;
}
.form-single-field .gform_body,
.form-single-field .gform_footer {
	position: relative;
    display: table-cell;
    border-collapse: separate;
}
.form-single-field .gform_body {
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-single-field .gform_body input {
	background-color: transparent;
	min-height: 32px;
	height: 44px;
    padding: 6px 12px;
	color: #333;
	border: 1px solid #333;
}
.form-single-field .gform_footer {
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
	position: relative;
    font-size: 0;
}
.form-single-field .gform_footer .gform_button {
	z-index: 2;
    margin-left: -1px;
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
	font-family:'Avenir Next LT W04 Bold';
}
.form-single-field ul {
	margin: 0px;
}
.form-single-field .validation_error {
	display: table-caption;
}
.form-single-field .gfield_error input[type=email] {
	border-color: #da262e;
}
@media (min-width : 768px) and (max-width : 991px) {
	.page-template-page-landing footer .footer-contact, 
	.page-template-page-landing footer .footer-subscribe {
		letter-spacing: 1px;
		padding: 5px 40px;
	}
}
@media (max-width : 767px) {
	.page-template-page-landing {
		text-align: center;
	}
	.page-template-page-landing header .header-title {
		display: none;
	}
	.page-template-page-landing footer .footer-contact,
	.page-template-page-landing footer .footer-subscribe {
		padding: 5px 15px;
	}
	.page-template-page-landing footer .footer-contact i {
		display: none;
	}
	.page-template-page-landing header {
		height: 320px;
		background-size: cover;
	}
	.page-template-page-landing main {
		letter-spacing: 6px;
		font-size: 16px;
	}
	.page-template-page-landing footer {
		padding: 20px 15px;
	}
	.page-template-page-landing footer .footer-subscribe h6 {
		letter-spacing: 2px;
	}
	.page-template-page-landing footer p {
		font-size: 11px;
	}
}


/******************
****  PAGE : TITLE
****
******************/
.section-title h1 {
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 8px;
	font-family:'Avenir Next LT W04 Bold';
	margin: 20px 0px;
}
.section-title h2 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 6px;
	font-family:'Avenir Next LT W04 Bold';
	margin: 20px 0px;
}
.section-title p {
	letter-spacing: 2px;
	line-height: 1.5;
}
.section-title a {
	;color: #fff;
}

/******************
****  PAGE : HOME
****
******************/
main {
	height: 612px;
}
#new-royalslider-1 {
	width: 100% !important;
	height: 100% !important;
}
#new-royalslider-1.rsUni .rsBullets {
    top: -35px;
}
#new-royalslider-1.rsUni .rsBullet span {
    width: 6px;
    height: 6px;
    background: transparent;
	border: 2px solid #fff;
}
#new-royalslider-1.rsUni .rsBullet.rsNavSelected span {
    background-color: #fff;
}

@media (max-width : 767px) {
	main {
		height: 320px;
		background-size: cover;
	}
	.section-title h2 {
		font-size: 30px;
		letter-spacing: 2px;
	}
}

/******************
****  MOUNTAIN SAFE TRAINING
****
******************/
section.section-ms-green {
	background: url('../images/mountainsafe-green-bg.jpg') 50% 100% no-repeat;
	background-size: cover;
	padding: 180px 0px;
}
.home section.section-ms-green {
	padding: 100px 0px;
}
section.section-ms-light {
	background: url('../images/mountainsafe-white-bg.jpg') 50% 0% no-repeat;
	background-size: cover;
	padding: 100px 0px;
}
.ms-h3 {
	margin: 50px auto 30px;
    font-size: 24px;
    font-family: 'Avenir Next LT W04 Bold';
    text-transform: none;
    letter-spacing: 0.5px;
	line-height: 1.3;
	max-width: 460px;
}
.ms-inclusion {
	margin: 40px auto 70px;
	max-width: 460px;
	background-color: rgba(88,156,15,0.8);
	padding: 20px 30px;
	-webkit-box-shadow: 0px 45px 15px -35px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 45px 15px -35px rgba(0,0,0,0.25);
	box-shadow: 0px 45px 15px -35px rgba(0,0,0,0.25);
}
.ms-inclusion h3 {
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0px;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 20px 0px;
    color: #fff;
}
.ms-inclusion h5 {
    margin: 35px 0px;
}
.ms-inclusion p {
    margin: 15px 0px;
	font-family:'AvenirNextLTW01-Medium';
}
.ms-inclusion p:before {
    content: '';
	margin-right: 15px;
	display: inline-block;
	height: 0;
	border: 6px solid transparent;
	border-bottom: 10px solid #fff;
}
.ms-enquiry {
	letter-spacing: 0px !important;
}
.ms-partners {
	margin: 120px auto 20px;
	max-width: 620px;
}
.ms-partners h3 {
	display: table-row;
	white-space: nowrap;
}
.ms-partners h3 span {
	display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 20px;
    position: relative;
    top: -8px;
	color: #636466;
}
.ms-partners h3:before,
.ms-partners h3:after {
	content: '';
	display: table-cell;
	overflow:hidden;
	white-space: nowrap;
	width: 50%;
	border-top: 2px solid #636466;
}

/*CUSTOM COLOUR FOR SIGNUP FORM*/
#input_3_1 {
	border: 1px solid #81be41;
}
#gform_submit_button_3 {
    background-color: #81be41;
    border: 1px solid #81be41;
}
.section-ms-text {
	max-width: 541px;
	margin: auto;
	text-align: left;
}
.section-ms-text div {
	padding-left: 31.79%;
}
.section-ms-text h4 {
	color: #fff;
}
#gform_wrapper_3 ::-webkit-input-placeholder { 	color: #404041; } 
#gform_wrapper_3 :-moz-placeholder { 				color: #404041; } 
#gform_wrapper_3 ::-moz-placeholder {  			color: #404041; } 
#gform_wrapper_3 :-ms-input-placeholder { 		color: #404041; }


@media (max-width : 767px) {
	section.section-ms-green {
		padding: 80px 0px;
	}
	section.section-ms-light {
		padding: 80px 0px 100px;
	}
}

/******************
****  CONTACT
****
******************/
ul.contact-details {
	list-style: none;
	max-width: 500px;
	margin: 40px auto;
	padding: 0px;
}
ul.contact-details li {
	padding: 8px 0px;
	text-align: left;
}
ul.contact-details li i {
	font-size: 28px;
	color: #414042;
	margin-right: 20px;
	float: left;
    clear: both;
	height: 26px;
    vertical-align: middle;
	width: 30px;
    text-align: center;
}
ul.contact-details li a {
	color: #fff;
}
@media (max-width : 767px) {
	ul.contact-details li i {
		display: none;
	}
}

/******************
****  GALLERY
****
******************/
#sunshine {
	max-width: 100% !important;
	margin: 0px !important;
	padding-top: 0 !important;
	overflow: hidden;
}
.sunshine-gallery {
	background-color: #433f40;
}
#sunshine--page-header {
	background: url(../images/snow-red-bg.jpg) 50% 50% no-repeat #da262e;
    background-size: cover;
    color: #fff;
    padding: 100px 0px 60px;
	text-align: center;
	margin-bottom: 0 !important;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	flex-direction: column;
}
#sunshine--page-header h1 {
	text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 6px;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 0 0 20px !important;
}
#sunshine h2 {
    font-size: 40px;
    margin: 20px 0px;
}
#sunshine .sunshine--action-menu {
    border-top: none !important;
    border-bottom: none !important;
    margin: 0px !important;
    padding: 0px !important;
	text-align: center;
}
#sunshine .sunshine--action-menu li {
    float: none !important;
    margin: 0px !important;
}
#sunshine .sunshine--action-menu li a {
    color: #000 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-family: 'Avenir Next LT W04 Bold' !important;
    letter-spacing: 1px !important;
}
#sunshine-main {
    padding: 20px 0px;
    max-width: 1400px;
    margin: 0px auto;
}
#sunshine--gallery-items.sunshine--layout--justified, #sunshine--image-items.sunshine--layout--justified {
	gap: 0 !important;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item, #sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item {
	width: 33.333%;
	overflow: hidden;
	aspect-ratio: 3 / 2 !important;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > h2 > a {
	letter-spacing: 0 !important;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a,
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item > a {
    height: 100%;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a > img {
	transform: scale(1);
	transition: all 440ms ease;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a:hover > img {
	transform: scale(1.1);
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a > img, 
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item > a > img {
    height: 100% !important;
    min-width: auto !important;
    object-fit: contain !important;
}

@media (max-width : 575px) {
    #sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item, #sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item {
        width: 50%;
    }
}



.sunshine-masonry #sunshine #sunshine-gallery-images .sunshine-col-4 li,
.sunshine-masonry #sunshine .sunshine-col-4 li,
.sunshine-masonry #sunshine #sunshine-image-list .sunshine-col-4 li.sunshine-image-thumbnail {
    width: 24.6%;
    margin: 0 0.2% 10px 0.2%;
}
.sunshine-masonry #sunshine #sunshine-gallery-images .sunshine-col-5 li,
.sunshine-masonry #sunshine .sunshine-col-5 li{
    width: 14.6666666666%;
    margin: 0 1% 2% 1%;
}
.gallery-footer {
	margin-bottom: 40px;
}
.gallery-footer a {
	padding: 9px 30px !important;
    height: auto !important;
    line-height: inherit !important;
    background: #231f20 !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-transition: all .2s ease !important;
	transition: all .2s ease !important;
}
.pagename-client-galleries .block-overlay h2 {
    font-size: 24px;
    letter-spacing: 4px;
}

.sunshine-lightbox-cart-link {
	position: absolute; 
	bottom: 14px;
    left: 50%;
    margin-left: -84px !important;
}
#sunshine-cart-info {
	display: block;
	padding: 10px;
}
.sunshine-lightbox-cart-link i {
	display: none;
}
.sunshine-lightbox-cart-link:after {
	content: 'PURCHASE';
	padding: 9px 30px !important;
    height: auto !important;
    line-height: inherit !important;
    background-color: #da262e !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-transition: all .2s ease !important;
	transition: all .2s ease !important;
}
/*#sunshine-checkout-login {
	display: none;
}*/
.sunshine-product-qty-remove, 
.sunshine-product-qty-add {
    display: none;
}
#sunshine-lightbox-add-to-cart a.sunshine-add-to-cart {
    padding: 12px 10px !important;
    height: auto !important;
    line-height: inherit !important;
    background-color: #da262e !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
    font-family: 'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
	display: block;
    -webkit-transition: all .2s ease !important;
    transition: all .2s ease !important;
}
.sunshine-lightbox-product-action span.sunshine-lightbox-status-error {
    font-size: 11px;
	letter-spacing: 0.5px;
    text-transform: uppercase;
}

#sunshine-cart {
	margin-top: 30px;
}
#sunshine--cart--items th, #sunshine--cart--items td, table#sunshine--cart--items {
	font-family:'AvenirNextLTW01-Medium';
	border-bottom-color: #000 !important;
}
#sunshine--cart--items td .sunshine--cart-item--product-name {
	font-size: 14px;
}
.sunshine-photo-cart .sunshine--button, .sunshine-photo-cart .sunshine--button-alt, #sunshine #sunshine-submit, #sunshine--cart--gallery-return a {
	font-family:'AvenirNextLTW01-Medium';
	text-transform: uppercase;
	font-size: 14px;
}
#sunshine--cart--gallery-return a {
	padding: 5px 10px;
    display: inline-block;
}
#sunshine--cart--empty {
	font-family:'AvenirNextLTW01-Medium';
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 30px;
}
#sunshine--cart--gallery-return {
	text-align: center;
}
#sunshine--cart--update-button + #sunshine--cart--gallery-return {
	text-align: left;
}
.sunshine--store--product-item {
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium';
}
.sunshine--store--product-item--name {
	font-family:'AvenirNextLTW01-Medium';
}
.sunshine--store--category--name {
	font-family:'AvenirNextLTW01-Medium';
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sunshine--cart--items td.sunshine--cart-item--qty {
    min-width: 100px !important;
}
#sunshine--checkout--order-review > h2 {
	font-size: 16px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#sunshine--checkout--order-review * {
    font-size: 14px;
}
.section-vw {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}
#sunshine h3 {
    font-size: 16px !important;
    margin: 0 0 15px 0;
	letter-spacing: 0;
	transform: none !important;
	font-family: 'AvenirNextLTW01-Regular' !important;
    font-weight: bold;
}
#sunshine--account {
	padding-top: 30px;
}

/******************
****  GALLERY SEARCH
****
******************/
.searchandfilter {
	position: relative;
	z-index: 99;
}
.searchandfilter ul {
	padding: 0;
}
.searchandfilter input[type=text] {
	background: none;
	width: 269px;
	text-align: center;
}
.searchandfilter ::-webkit-input-placeholder { 	color: #fff; } 
.searchandfilter :-moz-placeholder { 				color: #fff; } 
.searchandfilter ::-moz-placeholder {  			color: #fff; } 
.searchandfilter :-ms-input-placeholder { 		color: #fff; }

.searchandfilter li {
	margin: 0px !important;
}
.ll-skin-melon .ui-widget {
    background: #231f20;
}
.ll-skin-melon .ui-datepicker th {
    border-color: #333;
}
.ll-skin-melon td .ui-state-default {
    color: #231f20;
}
.ll-skin-melon td .ui-state-hover {
    background: #ddd;
}
.ll-skin-melon td .ui-state-active {
    background: #aaa;
}

/******************
****  CART
****
******************/
#sunshine-main.tbx-sunshine-checkout {
	max-width: 810px;
	margin: 40px auto;
	padding: 0px 15px;
}
#sunshine-cart-items .sunshine-cart-item:nth-child(odd),
#sunshine-product-categories .sunshine-product:nth-child(odd) {
	background-color: #f1f1f1;
}
#sunshine table#sunshine-cart-items th,
#sunshine-product-categories .sunshine-product td {
    padding: 10px;
}
#sunshine table#sunshine-cart-items td {
    padding: 10px;
	font-size: 14px;
}
#sunshine table#sunshine-cart-items td.sunshine-cart-item-name h2,
#sunshine table#sunshine-cart-items td.sunshine-cart-item-name h3 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'AvenirNextLTW01-Regular';
	margin: 10px 0px;
}
#sunshine-checkout ol li h2,
#sunshine.sunshine-order .sunshine-form h2,
#sunshine-account-info h2,
#sunshine-account-orders h2 {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    font-family:'Avenir Next LT W04 Bold';
	margin: 10px 0px;
	border-bottom: 1px solid #CCC;
}
.sunshine-form .field {
    color: #333;
}
.sunshine-form .field label {
    width: 100%;
}
#sunshine-lightbox-add-to-cart td {
    border-bottom: 1px solid #CCC;
}
/*#sunshine-checkout-step-contact {
	display: none;
}*/
#sunshine #sunshine-add-discounts h2, #sunshine #sunshine-add-discounts h3 {
    font-size: 14px;
    font-weight: normal;
	font-family:'AvenirNextLTW01-Medium';
    text-transform: capitalize;
    letter-spacing: 0;
	margin: 5px 0;
}
.sunshine-form .field input[type="text"], .sunshine-form .field input[type="password"], .sunshine-form .field input[type="tel"], .sunshine-form .field select {
    width: 100%;
    padding: 3px 10px;
}
.sunshine-payment-method-extra select {
	width: 30% !important;
}
#sunshine.sunshine-order .sunshine-form .field {
    font-size: 14px;
}
.cart-header {
	font-weight: normal;
    font-size: 16px !important;
    letter-spacing: 0;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 10px 0px;
	padding: 0 0 5px 0;
    border-bottom: 1px solid #CCC;
}
#sunshine-lightbox-add-to-cart-header h1 {
	font-weight: normal;
    font-size: 16px !important;
    letter-spacing: 0;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 10px 0px;
	padding: 0 0 5px 0;
}
h3#reply-title {
	letter-spacing: 0;
	text-transform: capitalize;
}
#sunshine-lightbox-add-to-cart #sunshine-product-categories {
    height: auto;
    overflow-y: auto;
}
/*.sunshine-popup {
    max-width: 600px;
    width: auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 35px;
    margin: 20px auto;
    position: relative;
    background: #FFF;
}*/
#sunshine-lightbox-add-to-cart-categories {
	display: none;
}
.sunshine-add-to-cart {
	color: #da262e !important;
}
#sunshine-lightbox-add-to-cart td.sunshine-lightbox-product-quantity input {
    border: 1px solid #ccc !important;
}
.sunshine-button-alt,
#sunshine-submit,
#sunshine-lightbox-gallery-return,
#sunshine-continue a#sunshine-lightbox-gallery-return {
	padding: 9px 30px !important;
    height: auto !important;
    line-height: inherit !important;
    background: #231f20 !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-transition: all .2s ease !important;
	transition: all .2s ease !important;
}
.sunshine-button,
#sunshine-lightbox-cart-button {
	padding: 9px 30px !important;
    height: auto !important;
    line-height: inherit !important;
    background-color: #da262e !important;
    background-image: none !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
	font-size: 16px !important;
	font-family:'AvenirNextLTW01-Medium' !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    color: #fff !important;
    border: 0 !important;
    -webkit-transition: all .2s ease !important;
	transition: all .2s ease !important;
}
.btn {
    border-radius: 0px;
    padding: 8px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 16px;
	font-family:'AvenirNextLTW01-Medium';
}
.btn-custom-red {
	background-color: #da262e;
    color: #fff;
}
.btn-custom-dark {
	background-color: #231f20;
    color: #fff;
}
.btn-custom-dark:hover {
    color: #da262e;
}
#sunshine #sunshine-gallery-images li.sunshine-gallery-thumbnail,
#sunshine li.sunshine-gallery-thumbnail{
    border: none;
    background-color: #231f20;
    font-size: 13px;
    text-align: center;
	list-style: none;
}
#sunshine #sunshine-gallery-images li h4,
#sunshine li.sunshine-gallery-thumbnail h4{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Avenir Next LT W04 Bold';
    margin: 15px 0px 5px;
    padding: 0px 10px;
    color: #fff;
}
#sunshine #sunshine-gallery-images li h4 a,
#sunshine li.sunshine-gallery-thumbnail h4 a{
    color: #fff !important;
	display: block;
}
#sunshine #sunshine-gallery-images li .gallery-thumb-content,
#sunshine li.sunshine-gallery-thumbnail .gallery-thumb-content{
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0px;
    font-family:'AvenirNextLTW01-Medium';
    padding: 0px 10px;
    color: #aaa !important;
	margin: 5px 0px 10px 0px;
}
#sunshine #sunshine-gallery-images li .gallery-thumb-content i,
#sunshine li.sunshine-gallery-thumbnail .gallery-thumb-content i {
    width: 15px;
	text-align: center;
}
#sunshine #sunshine-gallery-images li .gallery-thumb-content span,
#sunshine li.sunshine-gallery-thumbnail .gallery-thumb-content span{
    display: block;
}
.gallery-date {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.sunshine-gallery-thumbnail > a {
	display: block;
	position: relative;
	box-shadow: 0px 5px 3px -3px #000 !important;
}
.sunshine-gallery-thumbnail > a:hover {
	background-color: #da262e;
}
.sunshine-gallery-thumbnail > a img {
	opacity: 1;
	margin: 0 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sunshine-gallery-thumbnail > a:hover img {
	opacity: 0.2;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery-thumb-overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    font-size: 24px;
	font-family: 'Avenir Next LT W04 Bold';
	letter-spacing: 1px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sunshine-gallery-thumbnail > a:hover .gallery-thumb-overlay {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sunshine #sunshine-gallery-images li.sunshine-gallery-thumbnail:hover h4 a {
	color: #d6262e !important;
}


@media screen and (max-width: 600px) {
	#sunshine table#sunshine-cart-items td.sunshine-cart-item-name h2 {
		margin: 0px;
	}
	#sunshine #sunshine-main h2 span {
		display: inline-block;
	}
	#sunshine-main.tbx-sunshine-checkout {
		padding: 0px 15px;
	}
	#sunshine #sunshine-main #sunshine-cart-totals, #sunshine-main #sunshine-cart-totals table {
		max-width: 100%;
	}
	.tbx-sunshine-gallery {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	#sunshine-lightbox-add-to-cart tr td:first-child {
		text-align: center;
	}
	.sunshine-popup {
		padding: 15px;
	}
	#sunshine-lightbox-add-to-cart tr.sunshine-product td.sunshine-lightbox-product-action {
		margin-bottom: 0;
	}
	#sunshine-lightbox-add-to-cart tr.sunshine-product td.sunshine-lightbox-product-name {
    	font-size: 100%;
	}
	#sunshine-lightbox-add-to-cart tr.sunshine-product {
    	padding-bottom: 20px;
    	margin-top: 40px;
    	display: block;
	}
	#sunshine-cart-items .sunshine-cart-item:nth-child(odd), 
	#sunshine-product-categories .sunshine-product:nth-child(odd) {
    	background-color: #fff;
	}
	#sunshine-lightbox-add-to-cart tr td {
		text-align: center;
	}
	#sunshine-lightbox-add-to-cart-header, 
	#sunshine-lightbox-add-to-cart #sunshine-add-form {
		margin: 0px;
	}
}


/******************
****  INSTAGRAM
****
******************/
#insta_container {
	position: relative;
	overflow: hidden;
}
.insta_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	width: 100%;
	height: 100%;
}
.insta_overlay h2,
.insta_overlay h2 a,
.insta_overlay h2 a:hover {
	color: #fff;
	font-size: 26px;
	letter-spacing: 4px;
}
.insta_box {
	width: 12.5%;
	float: left;
}
@media (max-width : 991px) {
	.insta_box {
		width: 25%;
	}
}
@media (max-width : 767px) {
	.insta_overlay h2, 
	.insta_overlay h2 a, 
	.insta_overlay h2 a:hover {
	    font-size: 18px;
	}
}

/******************
****  FOOTER
****
******************/
footer {
	background: url('../images/mountainsafe-dark-bg.jpg') 50% 0% no-repeat;
	background-size: cover;
	margin: 0px;
	color: #fff;
	padding-top: 30px;
	box-shadow: inset 0px 20px 30px -20px #000;
	overflow: hidden;
	font-size: 14px;
}
footer a {
	color:#fff;
}
footer a:hover,
#tps_footer_menu ul li a:hover,
#tps_footer_details ul li a:hover {
	color: #de463b;
}
footer .tps_footer_col {
	margin-top: 30px;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tps_footer_details ul li {
	clear: both;
	margin-bottom: 6px;
	
}
#tps_footer_details ul li i {
	height: 26px;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
    float: left;
    clear: both;
    width: 15px;
}
#tps_footer_details ul li a {
	color: #fff;
}
#tps_footer_logo {
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
}
#tps_footer_logo img {
	margin-top: 10px;
}
#tps_footer_menu ul li a {
	color: #fff;
	padding: 4px 0px;
	text-transform: uppercase;
	display: block;
}
.tps_footer_social {
	background-color: #de463b;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: block;
	max-width: 120px;
	margin: auto;
}
.tps_footer_social a {
	color: #fff;
	font-size: 30px;
	padding: 5px 10px 0px;
	margin: 0px 3px;
	display:inline-block;
}
.tps_footer_social a:hover {
	color: #231f20;
}
#tps_footer_anchor {
	text-align: right;
}

@media (max-width : 767px) {
	.tps_footer_social {
		border-radius: 20px;
	}
	#tps_footer_anchor,
	#tps_footer_credit {
		text-align: center;
	}
	footer .tps_footer_col {
		text-align: center;
	}
	#tps_footer_details ul li i {
		height: auto;
		margin-right: 10px;
		float: none;
		width: auto;
	}
	#tps_footer_anchor {
		margin-top: 0px;
	}
}

/******************
****  GRAVITY FORMS
****
******************/
.gform_body ul {
	padding: 0 !important;
}
.gform_wrapper {
	margin: 0 0 20px;
}
.gform_wrapper ul {
	list-style: none;
	margin-left: 0;
}
.gform_wrapper form {
	margin-bottom: 0;
}
.gfield_radio input,  .gfield_checkbox input {
	vertical-align: 0;
}
.gfield_radio label,  .gfield_checkbox label {
	display: inline-block;
	margin-left: 8px;
}
.gform_description {
	margin-bottom: 15px;
	display: block;
}
.gform_wrapper .gfield_required {
	color: #FF0000;
	padding-left: 1px;
}
.gform_wrapper .validation_message {
	display: none;
}
.validation_error,  #gforms_confirmation_message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.validation_error,  .gform_wrapper .gfield_error input[type=text],  .gform_wrapper .gfield_error input[type=tel],  .gform_wrapper .gfield_error input[type=email],  .gform_wrapper .gfield_error textarea,  .gform_wrapper .gfield_error select {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.gform_wrapper .gfield_error label {
	color: #b94a48;
}
.ginput_left {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.ginput_right {
	width: 50%;
	float: left;
}
.ginput_left label,  .ginput_right label {
	font-size: 0.8em;
}
select,  textarea,  input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"], input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  .uneditable-input {
	width: 100%;
	min-height: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	box-shadow: none;
	padding: 3px 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
}


/*-----// LAYOUT : SUNSHINE 2024 //-----*/

#sunshine .sunshine--action-menu ul li:before {
    color: black;
}

