/**
  Theme Name: Creative Kids Theme
  Version: 1
  Author: Amica Live
  Author URI: http://www.amicalive.co.uk
  */

/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
3.0 ???
4.0 Media Queries

========================== */

/* =============================================
1.0  Normalize ---------------------------------
============================================= */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


/* =============================================
2.0  Page Layouts & Styles ---------------------
============================================= */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignright.size-large{
	padding-left: 50px;
}

.alignleft.size-large{
	padding-right: 50px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.post-edit-link{
	position: fixed;
	z-index: 9999999;
	bottom:0;
	left: 0;
	width: 80px;
	display: block;
	background:#800;
	color: white;
	font-size: 14px;
	padding: 7px;
	text-align: center;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_viewer_layout{
    top: 50vh !important;
    transform: translateY(-50%) !important;
    position: fixed !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay{
	min-height: 100vh !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline{
	z-index: 99999999999 !important;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* =============================================
3.0  Generic and Global Styles -----------------
============================================= */
.bodypage{
	width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 500px){
	.bodypage{
		width: 100%;
	    height: 100vh;
	    margin: 0;
	    padding: 0;	
	    overflow-x: hidden;
	    overflow-y: scroll;
	    position: relative;
	}
}
body{	
	margin: 0;
	padding: 0;
	overflow-x: hidden; 
    overflow-y: scroll;
}
*{
	box-sizing: border-box;
}
p,a{
	font-size: 17px;
}
p{
	line-height: 1.5em;
}
*, html, body,p, blockquote, code{
	font-family: quicksand,sans-serif;
	font-weight: 400;
	font-style: normal;
} 
h1, h2, h3, h4, h5, h6{
	font-family: quicksand,sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1{
	text-align: center;
}
h1 span{
	width: 100%;
	display: block;
}
h2{
	font-size: 3em;
	margin: 5px 0;
	text-align: center;
	line-height: 1.2em;
}
main{
	width: 100%;
	position: relative;
	margin-top: 60px;
}
.inner{
	width: 100vw;
	max-width: 1300px;
	padding: 60px 40px;
	margin: 0 auto;
}
strong{
	font-weight: 700;
}

/* =============================================
3.0  Header and Navigation ---------------------
============================================= */

header{
	width: 100vw;
	background: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.7);
	position: fixed;
	z-index: 99999999;
	top: 0;
}
header .inner{
	padding: 7px 40px 10px;
}
.header-top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*---- Logo area -----*/
.header-top .logo{
	width: 300px;
	padding: 7px 0;
	height: 75px;
}
.header-top .logo a{
	width: 100%;
	height: 87px;
	display: block;
}
.header-top .logo img{
	width: auto;
	height: 87px;
}

/*---- Top right nav -----*/
.header-top-right{
	width: calc(100% - 320px);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
}
.header-top-right nav{
	width: 100%;
}
.header-top-right nav ul{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.header-top-right nav ul li{
	display: inline-block;
	margin: 0 3px;
}
.header-top-right nav ul li a{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	color: #707070;
	font-size: 0.85em;
	font-weight: 700;
}

/*---- Social media Nav -----*/
ul.social-media{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
ul.social-media li{
	display: inline-block;
	margin: 0 4px;
}
ul.social-media li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	color: #707070
	background: grey;
}
ul.social-media li a svg{
	width: 100%;
	height: 20px;
}
ul.social-media li a svg.facebook-header{
	fill:#0185C5;
}
ul.social-media li a svg.twitter-header{
	fill:#51BCFF;
}
ul.social-media li a svg.instagram-header{
	fill:#FF51C9;
}
ul.social-media li a svg.youtube-header{
	fill:#FF5157;
}
/*---- Main Nav area -----*/
.main-nav{
	width: 100%;
	margin: 14px 0 -28px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-nav nav{
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-nav nav ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-nav nav ul li{
	display: inline-block;
	margin: 0 4px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.main-nav nav ul li:hover, .main-nav nav ul li:focus, .main-nav nav ul li:active {
  -webkit-transform: scale(1.051) rotate(4deg);
  transform: scale(1.051) rotate(4deg);
}

.main-nav nav ul li a{
	display: block;
    padding: 5px 18px 7px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 700;
	transition: all ease-in-out 0.4s;
}
.main-nav nav ul li a span{
	font-weight: 700;
}
.main-nav nav ul li:hover a span,.main-nav nav ul li:active a span{
}

.main-nav nav ul li:first-child a{
	background: #FF5157;
}
.main-nav nav ul li:nth-child(2) a{
	background: #FF8B00;
}
.main-nav nav ul li:nth-child(3) a{
	background: #FFC000;
}
.main-nav nav ul li:nth-child(4) a{
	background: #5DBA3B;
}
.main-nav nav ul li:nth-child(5) a{
	background: #2D8FF2;
}
.main-nav nav ul li:nth-child(6) a{
	background: #5255C5;
}
.main-nav nav ul li:nth-child(7) a{
	background: #9771EB;
}

a.button.header-book-now {
    width: 112px;
    line-height: 1em;
    font-size: 0.95em;
    padding: 15px 15px 17px;
    border-radius: 10px;
    background: #5DBA3B;
    color: #fff;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
    position:relative;
    margin:0 0 2px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
a.button.header-book-now:hover {
    background: #FF8B00;
    padding: 17px 15px 19px;
    margin:-2px 0 0 ;
}

/* =============================================
3.0  Responsive Nav-----------------------------
============================================= */

.nav{
	display: none;
}
.menu-button {
	display: none;
}
@media screen and (max-width: 1000px){
	.nav-button,
	.main-nav,
	.header-top-right {
		display: none;
	}
	.nav{
		display: inline-block;
	}
	ul.nav {
		overflow: hidden;
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		height: 100vh;
		overflow-y:scroll;
		width: 100vh;
		max-width: 320px;
		position: fixed;
		right: -500px;
		margin: 0;
		top: 0;
		padding: 0px;
		z-index: 999999999;
		background: #fff;
		transition: all ease-in-out 0.5s;			
	}
	ul.nav ul#menu-responsive{
		width: 100%;
		padding: 70px 0 20px;
		margin: 0;
	}
	.nav {
		display: block;
		box-shadow: 0 0 20px rgba(100,100,100,0);
	}
	.menu-button {
		display: block;
		text-align: center;
		color: #030303;
		font-size: 20px;
		text-transform: uppercase;
		padding: 15px;
		cursor: pointer;
		position: absolute;
		z-index: 99999009999;
		border: 0px solid #C9C9C9;
		transition: all ease-in-out;
		height: 50px;
		width: 50px;
		margin: 10px;
		transition: ease-in-out all 0.5s;
		border-radius: 4px;
		top:10px;
		right: 10px;
	}
	.menu-button span{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.menu-button:before{
		content: "";
		width: 30px;
		height: 3px;
		background: #030303;
		display: block;
		top:15px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		border-radius: 4px;
		transition: ease-in-out all 0.5s;
	}
	.menu-button:after{
		content: "";
		width: 30px;
		height: 3px;
		background: #030303;
		display: block;
		bottom:15px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		border-radius: 4px;
		transition: ease-in-out all 0.5s;
	}
	.menu-button span:before{
		content: "";
		width: 30px;
		height: 3px;
		background: #030303;
		display: block;
		top:50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		border-radius: 4px;
		transition: ease-in-out all 0.5s;
		opacity: 1;
	}
	.menu-button.open{
		border-radius: 50%;
	} 
	.menu-button.open:before{
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
		top:47%;
		left: 50%;
		width: 25px;
	}
	.menu-button.open span:before{
		opacity: 0;
	}
	.menu-button.open:after{
		transform: translateX(-50%) translateY(-50%) rotate(-45deg);
		bottom:46%;
		left: 50%;
		width: 25px;
	}
	ul.nav.open {
		opacity: 1;
		right: 0;
		box-shadow: 0 0 20px rgba(100,100,100,0.3);
	}
	.nav li {
		float: none;
		display: block;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.31);
	}
	.nav li a {
		float: none;
		padding: 10px 30px 10px 60px;
		font-size: 16px;
		color: #333333;
		display: block;
		text-decoration: none;
		background: #fff;
		transition: 0.4s all ease-in-out;
	}
	.nav li a:hover,
	.nav li a:active,	
	.nav li a:focus,
	.nav li.current_page_item a {
		color: #fff;
	}
	.nav li:first-child a:hover,
	.nav li:first-child a:active,	
	.nav li:first-child a:focus,
	.nav li.current_page_item:first-child a{
		background: #E2011B; /* dark-red */
	}
	.nav li:nth-child(2) a:hover,
	.nav li:nth-child(2) a:active,
	.nav li:nth-child(2) a:focus,
	.nav li.current_page_item:nth-child(2) a{
		background: #FF5157; /* red */
	}
	.nav li:nth-child(3) a:hover,
	.nav li:nth-child(3) a:active,
	.nav li:nth-child(3) a:focus,
	.nav li.current_page_item:nth-child(3) a{
		background: #E95D0F; /* dark-orange */
	}
	.nav li:nth-child(4) a:hover,
	.nav li:nth-child(4) a:active,
	.nav li:nth-child(4) a:focus,
	.nav li.current_page_item:nth-child(4) a{
		background: #FF8B00; /* orange */
	}
	.nav li:nth-child(5) a:hover,
	.nav li:nth-child(5) a:active,
	.nav li:nth-child(5) a:focus,
	.nav li.current_page_item:nth-child(5) a{
		background: #FFC000; /* dark-yellow */
	}
	.nav li:nth-child(6) a:hover,
	.nav li:nth-child(6) a:active,
	.nav li:nth-child(6) a:focus,
	.nav li.current_page_item:nth-child(6) a{
		background: #FFDD01; /* yellow */
		text-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	.nav li:nth-child(7) a:hover,
	.nav li:nth-child(7) a:active,
	.nav li:nth-child(7) a:focus,
	.nav li.current_page_item:nth-child(7) a{
		background: #509F25; /* dark-green */
	}
	.nav li:nth-child(8) a:hover,
	.nav li:nth-child(8) a:active,
	.nav li:nth-child(8) a:focus,
	.nav li.current_page_item:nth-child(8) a{
		background: #5DBA3B; /* green */
	}
	.nav li:nth-child(9) a:hover,
	.nav li:nth-child(9) a:active,
	.nav li:nth-child(9) a:focus,
	.nav li.current_page_item:nth-child(9) a{
		background: #0185C5; /* dark-blue */
	}
	.nav li:nth-child(10) a:hover,
	.nav li:nth-child(10) a:active,
	.nav li:nth-child(10) a:focus,
	.nav li.current_page_item:nth-child(10) a{
		background: #2D8FF2; /* blue */
	}
	.nav li:nth-child(11) a:hover,
	.nav li:nth-child(11) a:active,
	.nav li:nth-child(11) a:focus,
	.nav li.current_page_item:nth-child(11) a{
		background: #803689; /* indigo */
	}
	.nav li:nth-child(12) a:hover,
	.nav li:nth-child(12) a:active,
	.nav li:nth-child(12) a:focus,
	.nav li.current_page_item:nth-child(12) a{
		background: #9771EB; /* violet */
	}
	.nav > li:hover > ul.sub-menu {
		height: 0;
		overflow: hidden;
	}
	.nav ul.sub-menu li:hover > ul {
		left: 0;
		height: 0;
		overflow: hidden;
	}
	.nav > li ul.sub-menu{    
		display: none;
	}
	.nav > li ul.sub-menu.open {
		width: 100%;
		position: relative;
		top: 0;
		display: block;
		height: auto !important;
	}

	.nav ul.sub-menu{
		margin:0;
		padding:0;
	}
	.sub-menu-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 34px;
		padding: 12px;
		text-align: center;
		background: rgba(0, 0, 0, 0.15);
		color: #fff;
		cursor: pointer;
	}
	.nav li ul.sub-menu li a {
		padding: 8px 20px 8px 45px;
		font-size: 16px;
		color: #bbb;
		display: block;
	}
	.nav ul.sub-menu li {
		background: rgba(255,255,255,0.1);
		position: relative;
	}
	.nav ul.sub-menu li ul li {
		background: #ccc;
	}
	.nav ul.sub-menu li ul ul li {
		background: #aaa;
	}
	.nav ul.sub-menu li ul ul li a {
		color: #555;
	}

	ul.nav ul.social-media{
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
	}
	ul.nav ul.social-media li{
		/*width: 20%;*/
		width: 50px;
		max-width: 65px;
		margin: 3px;
	}
	ul.nav ul.social-media li a{ 
		width:100%;
		display: block;
		padding: 2px;
	}
	ul.nav ul.social-media li a:hover{
		background: #fff;
	} 
	ul.nav ul.social-media li a svg{
		width: 100%;
		height: 32px;
	} 
	ul.booknow-nav {
		margin: 0;
		list-style: none;
	    padding: 5px 20px;
	    width: 100%;
	}
	ul.booknow-nav li{
	    display: flex;
	    justify-content: center;
		width: 100%
	}
	ul.booknow-nav a.button.header-book-now {
	    width: 200px;
	}

}

/* =============================================
3.0  Sections Generic styles ---------------------
============================================= */



section{
	width: 100%;
	margin: 3.99vw 0;
	padding: 2.5vw 0;
	position: relative;
	color: #fff;
	z-index: 2;
}
section:before{
	position: absolute;
	width: calc(100vw + 20px);
	height: 5vw;
	transform: translateX(-50%) translateY(-50%) rotate(2.5deg);
	left: 50%;
	top:0;
	content: "";
}	
section:after{
	position: absolute;
	width: calc(100vw + 20px);
	height: 5vw;
	transform: translateX(-50%) translateY(50%) rotate(2.5deg);
	left: 50%;
	bottom:0;
	content: "";
}
.section-link-holder{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top:50px;
}
.section-link-holder a{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 50px 9px 20px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	min-width: 150px;
	height: 36px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.section-link-holder a:before{
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.11);
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.section-link-holder a:after{
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}



section.dark-red,
section.dark-red:before,
section.dark-red:after,
.footer-logo-bar.dark-red,
.footer-logo-bar.dark-red:before,
.footer-logo-bar.dark-red:after,
.jumplinks a.dark-red,
.news-form button.dark-red{
	background: #E2011B;
}
section.dark-red a.section-link,
section.dark-red .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.dark-red a.section-link{
	background: #5DBA3B;
}

section.red,
section.red:before,
section.red:after,
.footer-logo-bar.red,
.footer-logo-bar.red:before,
.footer-logo-bar.red:after,
.jumplinks a.red,
.news-form button.red{
	background: #FF5157;
}
section.red a.section-link,
section.red .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.red a.section-link{
	background: #5DBA3B;
}

section.dark-orange,
section.dark-orange:before,
section.dark-orange:after,
.footer-logo-bar.dark-orange,
.footer-logo-bar.dark-orange:before,
.footer-logo-bar.dark-orange:after,
.jumplinks a.dark-orange,
.news-form button.dark-orange{
	background: #E95D0F;
}
section.dark-orange a.section-link,
section.dark-orange .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.dark-orange a.section-link{
	background: #5DBA3B;
}

section.orange,
section.orange:before,
section.orange:after,
.footer-logo-bar.orange,
.footer-logo-bar.orange:before,
.footer-logo-bar.orange:after,
.jumplinks a.orange,
.news-form button.orange{
	background: #FF8B00;
}
section.orange a.section-link,
section.orange .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.orange a.section-link{
	background: #5DBA3B;
}

section.dark-yellow,
section.dark-yellow:before,
section.dark-yellow:after,
.footer-logo-bar.dark-yellow,
.footer-logo-bar.dark-yellow:before,
.footer-logo-bar.dark-yellow:after,
.jumplinks a.dark-yellow,
.news-form button.dark-yellow{
	background: #FFC000;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
section.dark-yellow a.section-link,
section.dark-yellow .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.dark-yellow a.section-link{
	background: #2D8FF2;
}

section.yellow,
section.yellow:before,
section.yellow:after,
.footer-logo-bar.yellow,
.footer-logo-bar.yellow:before,
.footer-logo-bar.yellow:after,
.jumplinks a.yellow,
.news-form button.yellow{
	background: #FFDD01;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
section.yellow a.section-link,
section.yellow .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.yellow a.section-link{
	background: #2D8FF2;
}

section.dark-green,
section.dark-green:before,
section.dark-green:after,
.footer-logo-bar.dark-green,
.footer-logo-bar.dark-green:before,
.footer-logo-bar.dark-green:after,
.jumplinks a.dark-green,
.news-form button.dark-green{
	background: #509F25;
}
section.dark-green a.section-link,
section.dark-green .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.dark-green a.section-link{
	background: #FF8B00;
}

section.green,
section.green:before,
section.green:after,
.footer-logo-bar.green,
.footer-logo-bar.green:before,
.footer-logo-bar.green:after,
.jumplinks a.green,
.news-form button.green{
	background: #5DBA3B;
}
section.green a.section-link,
section.green .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.green a.section-link{
	background: #FF8B00;
}

section.dark-blue,
section.dark-blue:before,
section.dark-blue:after,
.footer-logo-bar.dark-blue,
.footer-logo-bar.dark-blue:before,
.footer-logo-bar.dark-blue:after,
.jumplinks a.dark-blue,
.news-form button.dark-blue{
	background: #0185C5;
}
section.dark-blue a.section-link,
section.dark-blue .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.dark-blue a.section-link{
	background: #FFC000;
}

section.blue,
section.blue:before,
section.blue:after,
.footer-logo-bar.blue,
.footer-logo-bar.blue:before,
.footer-logo-bar.blue:after,
.jumplinks a.blue,
.news-form button.blue{
	background: #2D8FF2;
}
section.blue a.section-link,
section.blue .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.blue a.section-link{
	background: #FFC000;
}

section.purple,
section.purple:before,
section.purple:after,
.footer-logo-bar.purple,
.footer-logo-bar.purple:before,
.footer-logo-bar.purple:after,
.jumplinks a.purple,
.news-form button.purple{
	background: #803689;
}
section.purple a.section-link,
section.purple .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.purple a.section-link{
	background: #FFC000;
}

section.indigo,
section.indigo:before,
section.indigo:after,
.footer-logo-bar.indigo,
.footer-logo-bar.indigo:before,
.footer-logo-bar.indigo:after,
.jumplinks a.indigo,
.news-form button.indigo{
	background: #5255C5;
}
section.indigo a.section-link,
section.indigo .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.indigo a.section-link{
	background: #FFC000;
}

section.violet,
section.violet:before,
section.violet:after,
.footer-logo-bar.violet,
.footer-logo-bar.violet:before,
.footer-logo-bar.violet:after,
.jumplinks a.violet,
.news-form button.violet{
	background: #9771EB;
}
section.violet a.section-link,
section.violet .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.violet a.section-link{
	background: #FFC000;
}

section.black,
section.black:before,
section.black:after,
.footer-logo-bar.black,
.footer-logo-bar.black:before,
.footer-logo-bar.black:after,
.jumplinks a.black,
.news-form button.black{
	background: #111111;
}
section.black a.section-link,
section.black .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.black a.section-link{
	background: #f9f9f9;
	color: #444;
}

section.white,
section.white:before,
section.white:after,
.footer-logo-bar.white,
.footer-logo-bar.white:before,
.footer-logo-bar.white:after,
.jumplinks a.white,
.news-form button.white{
	background: #fff;
	color: #707070;
}
section.white a.section-link,
section.white .frm_style_formidable-style.with_frm_style .frm_submit button,
.footer-logo-bar.white a.section-link{
	background: #333;
}

.section-link-holder.dark-red-link a.section-link,
.background-dark-red{
	background: #E2011B;
}
.section-link-holder.red-link a.section-link,
.background-red{
	background: #FF5157;
}
.section-link-holder.dark-orange-link a.section-link,
.background-dark-orange{
	background: #E95D0F;
}
.section-link-holder.orange-link a.section-link,
.background-orange{
	background: #FF8B00;
}
.section-link-holder.dark-yellow-link a.section-link,
.background-dark-yellow{
	background: #FFC000;
}
.section-link-holder.yellow-link a.section-link,
.background-yellow{
	background: #FFDD01;
}
.section-link-holder.dark-green-link a.section-link,
.background-dark-green{
	background: #509F25;
}
.section-link-holder.green-link a.section-link,
.background-green{
	background: #5DBA3B;
}
.section-link-holder.dark-blue-link a.section-link,
.background-dark-blue{
	background: #0185C5;
}
.section-link-holder.blue-link a.section-link,
.background-blue{
	background: #2D8FF2;
}
.section-link-holder.purple-link a.section-link,
.background-purple{
	background: #803689;
}
.section-link-holder.indigo-link a.section-link,
.background-indigo{
	background: #5255C5;
}
.section-link-holder.violet-link a.section-link,
.background-violet{
	background: #9771EB;
}
.section-link-holder.black-link a.section-link,
.background-black{
	background: #333;
}
.section-link-holder.white-link a.section-link,
.background-white{
	background: #f9f9f9;
	color: #444;
}

.colour-dark-red{
	color: #E2011B;
}
.colour-red{
	color: #FF5157;
}
.colour-dark-orange{
	color: #E95D0F;
}
.colour-orange{
	color: #FF8B00;
}
.colour-dark-yellow{
	color: #FFC000;
}
.colour-yellow{
	color: #FFDD01;
}
.colour-dark-green{
	color: #509F25;
}
.colour-green{
	color: #5DBA3B;
}
.colour-dark-blue{
	color: #0185C5;
}
.colour-blue{
	color: #2D8FF2;
}
.colour-purple{
	color: #803689;
}
.colour-indigo{
	color: #5255C5;
}
.colour-violet{
	color: #9771EB;
}
.colour-white{
	color: #333;
}
.colour-black{
	color: #f9f9f9;
}


.fill-dark-red{
	fill: #E2011B;
}
.fill-red{
	fill: #FF5157;
}
.fill-dark-orange{
	fill: #E95D0F;
}
.fill-orange{
	fill: #FF8B00;
}
.fill-dark-yellow{
	fill: #FFC000;
}
.fill-yellow{
	fill: #FFDD01;
}
.fill-dark-green{
	fill: #509F25;
}
.fill-green{
	fill: #5DBA3B;
}
.fill-dark-blue{
	fill: #0185C5;
}
.fill-blue{
	fill: #2D8FF2;
}
.fill-purple{
	fill: #803689;
}
.fill-indigo{
	fill: #5255C5;
}
.fill-violet{
	fill: #9771EB;
}
.fill-white{
	fill: #333;
}
.fill-black{
	fill: #f9f9f9;
}

.border-dark-red{
	border: 1px solid #E2011B;
}
.border-red{
	border: 1px solid #FF5157;
}
.border-dark-orange{
	border: 1px solid #E95D0F;
}
.border-orange{
	border: 1px solid #FF8B00;
}
.border-dark-yellow{
	border: 1px solid #FFC000;
}
.border-yellow{
	border: 1px solid #FFDD01;
}
.border-dark-green{
	border: 1px solid #509F25;
}
.border-green{
	border: 1px solid #5DBA3B;
}
.border-dark-blue{
	border: 1px solid #0185C5;
}
.border-blue{
	border: 1px solid #2D8FF2;
}
.border-purple{
	border: 1px solid #803689;
}
.border-indigo{
	border: 1px solid: #5255C5;
}
.border-violet{
	border: 1px solid #9771EB;
}
.border-white{
	border: 1px solid #333;
}
.border-black{
	border: 1px solid #f9f9f9;
}
/* =============================================
3.0  Call to action ---------------------
============================================= */
aside.calltoaction{
	background: black;
	position: relative;
	z-index: 1;
	margin-top: -5vw;
	margin-bottom: 2.5vw;
	overflow: hidden;
}
aside.calltoaction .inner{
	color: #fff;
	text-align: center;
	padding: 12vw 40px;
	position: relative;
	z-index: 3;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
aside.calltoaction p.calltoaction-opening{
	margin:10px 0;
	font-size: 1.5em;
}
aside.calltoaction h2{
    margin: 10px 0 20px;
    line-height: 1em;
    font-size: 4.2em;
}
aside.calltoaction p.calltoaction-closing{
	margin:10px 0 20px;
	font-size: 1.25em;
}
aside.calltoaction .calltoaction-cover{
	width: 100%;
	height: 1500px;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.45);
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
aside.calltoaction .section-link-holder {
    padding-top: 30px;
}
/* =============================================
3.0  Footer ---------------------
============================================= */

.footer-logo-bar{
	transform:rotate(2.5deg);
	position: relative;
	z-index: 31;
	/*background: #E2011B;*/
	margin-top: -5vw;
	width: calc(100vw + 20px);
	margin-left: -10px;
}
.footer-logo-bar .inner{
	transform:rotate(-2.5deg);
	color: #fff;
	padding: 2.5vw 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*---- Social Media footer icons -----*/
.footer-social{
}
.footer-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer-social ul li{ 
	margin: 0 16px;
}
.footer-social ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
}
.footer-social ul li a svg{
	fill: #fff;
	height: 32px;
}
.line{
	width: 1px;
	background: #fff;
	height: 100px;
	margin: 0 30px;
	display: inline-block;
}
/*---- Footer logos -----*/
.footer-logos{}
.footer-logos ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-logos ul li{
	margin: 0 16px;
	display: inline-block;
}
.footer-logos ul li a{
	display: inline-block;
}
.footer-logos ul li img,
.footer-logos ul li svg{
	height: 40px;
	fill: #fff;
}

/*---- Copyright and privacy links -----*/
footer{
	background: #fff;
	margin-top: -2.5vw;
}
footer .inner{
	color: #707070;
	margin-bottom: -2.5vw;
}
footer p{
	padding: 2px 7px;
	margin: 2px 0;
	font-size: 0.9em;
}
footer a{
	text-decoration: none;
	display: inline-block;
	padding: 2px 7px;
	color: #707070;
	font-size: 0.9em;
}


/* =============================================
4.0  forms -----------------------------
============================================= */
section .frm_forms{
	color: #fff;
}
section .frm_forms textarea,
section .frm_forms input[type=text], 
section .frm_forms input[type=email], 
section .frm_forms input[type=tel],
section .with_frm_style .frm_checkbox label,
section .with_frm_style .frm_checkbox label span.checkboxText,
section .frm_top_container .frm_primary_label{
	color: #fff;
}
section .with_frm_style .frm_checkbox label p{
	display: inline-block;
	font-size: 0.8em;
}

.half-form,
.form-half {
    width: calc(50% - 15px);
}
.form-100 {
    width: 100%;
}

.frm_fields_container {
    max-width: 1200px;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px auto;
}
.with_frm_style .frm_inside_container .frm_primary_label {
    opacity: 0;
    transition: opacity 0.1s linear;
    display:none;
}
.with_frm_style textarea,
.with_frm_style input[type=text], 
.with_frm_style input[type=email], 
.with_frm_style input[type=tel]{
    width:100%;
    border:0px solid rgba(255,255,255,0);
    border-bottom:1px solid rgba(255,255,255,0.9);
    box-shadow:0px 0px 0px rgba(255,255,255,0);
    border-radius:0px;
    background: rgba(255,255,255,0.05);
    margin:0;
    padding: 25px 20px 10px;
    height: 60px;
    outline: none;
    transition: all ease-in-out 0.4s;
    font-size: 1.2em;
}
.with_frm_style textarea:focus,
.with_frm_style input[type=text]:focus, 
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=tel]:focus,
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_formidable-style.with_frm_style textarea:focus{
    border-bottom:2px solid rgba(255,255,255,0.9);
    padding: 25px 20px 9px;
    background: rgba(255,255,255,0.1);
    outline: none;

}
.with_frm_style textarea::-webkit-input-placeholder,
.with_frm_style input[type=text]::-webkit-input-placeholder,
.with_frm_style input[type=email]::-webkit-input-placeholder ,
.with_frm_style input[type=tel]::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
}

.with_frm_style textarea::-ms-input-placeholder,
.with_frm_style input[type=text]:-ms-input-placeholder,
.with_frm_style input[type=email]:-ms-input-placeholder,
.with_frm_style input[type=tel]:-ms-input-placeholder{
  color: rgba(255,255,255,0.7);
}

.with_frm_style .frm_inside_container textarea::placeholder{
  color: rgba(255,255,255,0.7);
}
.with_frm_style input[type=text]::placeholder, 
.with_frm_style input[type=email]::placeholder,
.with_frm_style input[type=tel]::placeholder {
  color: rgba(255,255,255,0.7);
}
.with_frm_style textarea{
    height:200px;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 50px 9px 20px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	min-width: 150px;
	height: 36px;
    outline: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border: 0px solid rgba(0,0,0,0);
}
.frm_style_formidable-style.with_frm_style .frm_submit button:active{
    outline: none;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	color: #fff;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:after{
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/chevron-right.svg) rgba(0,0,0,0.11);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.frm_style_formidable-style.with_frm_style .frm_submit button.frm_prev_page{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 20px 9px 50px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	min-width: 150px;
	height: 36px;
    outline: none;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background:  rgba(255,255,255,0) !important;
	border:1px solid rgba(255,255,255,0.3);
	margin-right: 10px;
}
.frm_style_formidable-style.with_frm_style .frm_submit button.frm_prev_page:active{
    outline: none;
}
.frm_style_formidable-style.with_frm_style .frm_submit button.frm_prev_page:after{
	display: block;
	width: 36px;
	height: 36px;
	background: url(images/chevron-left.svg) rgba(0,0,0,0.11);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	border-radius:  10px 0 0 10px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.frm_submit {
    width: 100%;
    text-align: center;
}
.frm_style_formidable-style.with_frm_style .form-field.consent-box {
    width: calc(100% - 350px);
    min-width: 300px;
    margin: 20px 0 20px;
}
.frm_style_formidable-style.with_frm_style .form-field.captcha {
    width: 320px;
    margin: 20px 0 50px;
}


.frm_checkbox label {
  position: relative;
  display: inline-block;
}

.frm_checkbox label input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  width: 60px;
  height: 34px;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
span.checkboxText {
    width: calc( 100% - 87px);
    padding-left: 55px;
    text-indent: 0;
    display: inline-block;
    text-align: left;
}

.frm_checkbox label  input:checked + .toggle {
  background-color: #2196F3;
}

.frm_checkbox label  input:focus + .toggle {
  box-shadow: 0 0 1px #2196F3;
}

.frm_checkbox label  input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}




/* =============================================
4.0  galleries -----------------------------
============================================= */

#slb_viewer_wrap .slb_theme_slb_default .slb_details {
	display: none;
}

.homepage-gallery{
  width: 100%;
  padding: 20px 0px 80px;
}
.homepage-gallery ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:  center;
  list-style: none;
  padding: 0 0px;
  margin: 0;
}
.homepage-gallery ul li{
/*  width: 50%;*/
  overflow: hidden;
  border: 1px solid #f6f6f6;
  position: relative;
  display: flex;
  margin: 10px;
  border-radius: 10px;
}
.homepage-gallery ul li a.gallery_image{
  object-fit: cover;
  position: relative;
 /* height: 20vw;*/
  width: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  display: block;
}
.homepage-gallery ul li a .the-gallery-image{
  object-fit: cover;
  width: 100%;
  height: 100%;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
  filter: grayscale(0%);
  z-index: 200;*/
}
.homepage-gallery ul li:hover a .the-gallery-image{
  filter: grayscale(100%);
}
.the-gallery-cover{
  background: rgba(0,0,0,0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:0;
  transition: all ease-in-out 0.4s;
  left: 0;
  z-index: 200;
}

.the-gallery-cover:after{
  content: url(images/zoom.svg);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.homepage-gallery ul li:hover .the-gallery-cover{
  opacity: 1;
}
.gallery_image-cover-link{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: (0,0,0,0);
  z-index: 800;
}
.homepage-gallery ul li{
	height: 12vw;
	min-height: 110px;
}

.homepage-gallery ul li.gallery-size-1{
  width: calc(40% - 20px);
}
.homepage-gallery ul li.gallery-size-2{
  width: calc(40% - 20px);
}
.homepage-gallery ul li.gallery-size-3,
.homepage-gallery ul li.gallery-size-6{
  width: calc(28% - 20px);
}
.homepage-gallery ul li.gallery-size-4,
.homepage-gallery ul li.gallery-size-5,
.homepage-gallery ul li.gallery-size-7,
.homepage-gallery ul li.gallery-size-8{
  width: calc(25% - 20px);
}

.page-gallery ul li{
  width: calc(25% - 20px);
}
.gallery-section-holder{
	padding-bottom: 0px;
}

.homepage-gallery-1 ul li,
.homepage-gallery-2 ul li{
  width: calc(40% - 20px);
}
.homepage-gallery-3 ul li,
.homepage-gallery-6 ul li{
  width: calc(28% - 20px);
}
.homepage-gallery-4 ul li,
.homepage-gallery-5 ul li,
.homepage-gallery-7 ul li,
.homepage-gallery-8 ul li{
  width: calc(22% - 20px);
}


.givey-donate-button a {
    width: 200px !important;
    margin-top: 40px;
    font-size: 1.4em !important;
}

.givey-donate-button a span {
    padding: -0 10PX 3px;
    display: inline-block;
}




/* =============================================
4.0  Media Queries -----------------------------
============================================= */

@media screen and (max-width: 1140px) and (min-width:1007px){
	.footer-logos ul li img, .footer-logos ul li svg {
	    height: 32px;
	}
	.footer-social ul li a svg {
	    fill: #fff;
	    height: 26px;
	}
}
@media screen and (max-width: 1007px) and (min-width:850px){

	.footer-social ul li a svg {
	    fill: #fff;
	    height: 24px;
	}
	.footer-social ul li {
	    margin: 0;
	    padding: 0px 12px;
	}
	.footer-logos ul li img, .footer-logos ul li svg {
	    height: 29px;
	}
}
@media screen and (max-width: 1070px){
	.main-nav nav ul li a {
	    padding: 3px 14px 5px;
	}
	.homepage-gallery ul li {
    	width: calc(25% - 20px);
	}
	.homepage-gallery ul li {
	    height: 12vw;
	    min-height: 158px;
	}
	.homepage-gallery-1 ul li, 
	.homepage-gallery-2 ul li,
	.homepage-gallery ul li.gallery-size-1,
	.homepage-gallery ul li.gallery-size-2 {
    	width: calc(50% - 20px);
	}
	.homepage-gallery-3 ul li,
	.homepage-gallery ul li.gallery-size-3 {
    	width: calc(33% - 20px);
	}
	.homepage-gallery-4 ul li,
	.homepage-gallery ul li.gallery-size-4,
	.homepage-gallery ul li.gallery-size-5 {
    	width: calc(25% - 20px);
	}

}	
@media screen and (max-width: 1000px){
	/*.footer-social ul li {
	    margin: 0 15px;
	}
	.footer-social ul li a svg { 
		height:25px;
	}
	.footer-logos ul li {
	    margin: 0 13px;
	}
	.footer-logos ul li img, .footer-logos ul li svg {
	    height: 35px;
	}*/
}
@media screen and (max-width: 900px){
	.homepage-gallery ul{
		flex-wrap: wrap;
	}
	.homepage-gallery ul li {
    	width: calc(50% - 20px);
	    height: 12vw;
	    min-height: 220px;
	}
	.homepage-gallery-4 ul li,
	.homepage-gallery ul li.gallery-size-4,
	.homepage-gallery ul li.gallery-size-5 {
    	width: calc(50% - 20px);
	}

}
@media screen and (max-width: 850px){
	.footer-logo-bar .inner {
		flex-wrap: wrap;
	}
	.footer-social{
		padding-top: 20px;
	}
	.footer-logos{
		padding: 0 20px 20px;
	}
	.footer-social,
	.footer-social ul,
	.footer-logos,
	.footer-logos ul{
    	width: 100%;
    	display: flex;
    	justify-content: center;
		flex-wrap: wrap;
	}
	.footer-logos ul li {
	    padding: 7px 15px;
	    margin: 0;
	    display: inline-block;
	}
	.line {
	    width: 100%;
	    height: 1px;
	    opacity: 0.5;
	    margin: 15px 0;
	}
}
@media screen and (max-width:700px){
	.half-form, .form-half {
	    width: 100%;
	    padding-bottom: 20px;
	}
}
@media screen and (max-width:700px){
	aside.calltoaction h2{
	    font-size: 2.52em;
	}
	aside.calltoaction .section-link-holder {
	    padding-top: 15px;
	}
	h2{
		font-size:2.53em;
	}
}
@media screen and (max-width:500px){
    .homepage-gallery ul li {
	    height: 12vw;
	    min-height: 158px;
	}
	footer{
		text-align: center;
	}
	.section-link-holder {
	    padding-top: 20px;
	}
	[data-aos^=fade][data-aos^=fade].aos-animate,
	[data-aos=flip-left].aos-animate,
	[data-aos=flip-left],
	[data-aos^=fade],
	[data-aos=fade]{
		transform: none !important;
		opacity: 1 !important;;
	}
	h2{
		font-size:1.93em;
	}
	.frm_opt_container label {
	    padding: 15px 30px;
	    line-height: 2.3em;
	}
}
@media screen and (max-width: 450px){
	.homepage-gallery-1 ul li, 
	.homepage-gallery-2 ul li,
	.homepage-gallery ul li.gallery-size-1,
	.homepage-gallery ul li.gallery-size-2 {
    	width: calc(100% - 20px);
	}
	.homepage-gallery-3 ul li,
	.homepage-gallery ul li.gallery-size-3 {
    	width: calc(100% - 20px);
	}
	.homepage-gallery-4 ul li,
	.homepage-gallery ul li.gallery-size-4,
	.homepage-gallery ul li.gallery-size-5 {
	   	width: calc(100% - 20px);
	}
	.homepage-gallery ul li {
    	width: calc(90% - 20px);
	}

}
@media screen and (max-width:400px){
	.inner {
	    padding: 45px 20px;
	}
}
