.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

.whatson {
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  background-size: cover;
  background-position: center;
  display: block;
  margin-top: 1.4em;
  text-align: center;
  font-weight: 300;
  font-size: 25px!important;
  color: #fff!important;
  font-family: 'Libre Baskerville', serif!important;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-width: 480px;
	max-height: 360px;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
    font-size: 25px!important;
    color: #fff!important
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #192f42;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
    font-style: italic;
    text-shadow: 1px 1px #5d6a75;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

@media screen and (min-width: 56.875em) {
	.page-template-full-width-page .content-area
	{
	  float: left;
	  margin-right: -100%;
	  width: 100%;
	}
	.no-sidebar .entry-content
	{
	  margin-right: 0%;
	  margin-left: 0%;
	}
}

.page-id-67 .site-inner {
  max-width: 3000px!important;
}

.page-id-67 .site-header {
  max-width: 1410px!important;
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  margin-left: 0!important;
}

H1, H2, H3, H4, H5, H6 {
  font-family: 'Libre Baskerville', serif!important;
}

p {
  font-family: 'Libre Baskerville', serif!important;
}

.main-navigation {
  font-family: 'Libre Baskerville', serif!important;
}

.header-showcase_title {
  font-family: 'Libre Baskerville', serif!important;
}

.page-id-67 .entry-title {
  display: none;
}

.page-id-67 .site-content {
  padding: 0;
}

.page-id-67 .site-header {
  padding-bottom: 0px;
}


.button {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 24px;
    padding: 12px 90px;
    color: #192f42;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #deb168;
    border: 1px solid #deb168;
    font-style: italic;
    font-family: 'Libre Baskerville', serif!important;
}

.button:hover {
  background-color: transparent;
  text-decoration: none;
  color: #deb168;
}

.site {
  margin: 0px;
}

@media screen and (min-width: 61.5625em) {
.site-header {
    padding: 5.25em 4.5455%;
}
}

@media screen and (min-width: 56.875em) {
.site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
}
}
@media screen and (min-width: 44.375em) {
.site-header {
    padding: 3.9375em 7.6923%;
}
}
/*.site-header {
    padding: 2.625em 7.6923%;
}*/

.joinusbox {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 55px;
  background-color: #192f42;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 10px;
  padding-top: 30px;
}

.joinusboxtitle {
  color: #ccc;
  font-style: italic;
}

.joinusboxtext {
  color: #ccc;
}

input[type="email"] {
  width: 70%;
  margin-right: 20px;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  height: 0px;
}

.page-id-67 .main-content {
  padding-top: 0px;
}

.header-image::after {
  background-color: rgba(222, 177, 104, 0.23);
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 24px;
    padding: 12px 90px!important;
    color: #192f42!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -o-border-radius: 3px!important;
    border-radius: 3px!important;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    -ms-transition: all 0.3s!important;
    -o-transition: all 0.3s!important;
    transition: all 0.3s!important;
    background-color: #deb168!important;
    border: 1px solid #deb168!important;
    font-style: italic!important;
  font-family: 'Libre Baskerville', serif!important;
}

.wpcf7-submit:hover {
  background-color: transparent!important;
  text-decoration: none!important;
  color: #deb168!important;
}

.entry-title {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 46px;
}

.widget-area .widget {
  padding: 5px;
}

.header-contact .fa {
  border: 0px;
}

.menu-wrapper .menuhighlight {
  background-color: #deb168;
}

h1, h2, h3, h4, h5, h6 {
  font-style: italic!important;
}

.header-wrap {
  border: 1px solid #f8f8f8;
}

.post-meta {
  display: none;
}

@media (max-width:610px) {
.hideonmobile {
  display: none!important;
}

.nomobilemargin {
  margin-top: 0px!important;
}
}

.page-id-67 textarea, input[type="text"], input[type="submit"], 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, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  width: 100%!important;
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
    background-color: #1A3041;
}

.et-pb-contact-message {
	color: #fff;
}