/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Mobile Menu
.. 07. Global Mediaqueries

*/
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Fonts
=================================== */
@font-face {
  /* Book size */
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-BookItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  /* Normal size */
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-NormalItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  /* Medium size */
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  /* Bold size */
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FedraSerifAPro';
  src: url("fonts/FedraSerifAPro-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

/* Basic Typography
=================================== */
body {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  font-family: "FedraSerifAPro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.2; }
  p.small {
    font-size: 14px;
    line-height: 18px; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #00ff9d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #33ffb1;
    outline: none;
    text-decoration: none; }
  a:active {
    outline: none; }

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.group:after {
  clear: both; }

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0; }

/* Lists */
ul, ol {
  padding-left: 0px; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

dl {
  margin: 0 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 15px; }

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300; }
  blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px; }

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px; }

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0; }

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle; }

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%; }

.entry-content td {
  border-width: 0 1px 1px 0; }

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal; }

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* Various */
address {
  margin: 0 0 15px; }

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%; }

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0; }

#map,
.map * {
  max-width: none !important; }

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal; }

input,
textarea {
  display: inline-block;
  font-size: 30px;
  width: 100%;
  max-width: 100%;
  height: 77px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 3px solid;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  color: #000;
  margin-bottom: 20px; }
  input:focus,
  textarea:focus {
    outline: none; }
  @media (max-width: 767px) {
    input,
    textarea {
      width: 100%;
      height: 58px;
      font-size: 22px; } }

input[type="search"] {
  /* Restoring box-sizing */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  height: auto; }

select {
  max-width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto; }

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0; }

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  opacity: 1; }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  opacity: 1; }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  opacity: 1; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal;
  opacity: 1; }

/* Buttons
=================================== */
.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  color: #00ff9d;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: 3px solid #00ff9d;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  width: 100%;
  height: 77px;
  background-image: none;
  padding: 15px 12px 10px;
  font-size: 30px;
  background-color: #fff; }
  .btn:active,
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  button:active {
    outline: none; }
  .btn:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover {
    background: #00ff9d;
    color: #FFF;
    text-decoration: none; }
  .btn:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  button:focus {
    outline: none; }
  @media (max-width: 767px) {
    .btn,
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button {
      width: 100%;
      height: 58px;
      font-size: 22px; } }

/* Text Alignment Helpers
=================================== */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justified {
  text-align: justify; }

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  background-size: cover;
  padding-bottom: 10%;
  margin-top: 1.5%; }

.nav ul {
  margin: 0;
  padding: 0 0;
  list-style: none;
  text-align: center;
  z-index: 100; }

.navigation:before, .navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.navigation:after {
  clear: both; }

.navigation li {
  position: relative;
  z-index: 100; }

.navigation > li {
  font-size: 25px;
  display: inline-block;
  margin-left: 7%;
  margin-right: 7%; }
  .navigation > li:first-child {
    margin-left: 1%; }
  .navigation > li:last-child {
    margin-right: 1%; }

.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em; }

.navigation li:hover > ul,
.navigation .sfHover > ul {
  top: auto; }

.navigation li li:hover > ul,
.navigation li .sfHover > ul {
  top: 0;
  left: 100%; }

.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
  top: 0;
  left: 100%; }

.navigation a, .navigation .navigation a:visited {
  display: block;
  white-space: nowrap; }

.navigation a {
  color: #000;
  /* Global Menu Link Styles */ }

.navigation > li:last-child > a {
  padding-right: 0; }

.navigation a:hover,
.navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */ }

.navigation > li > a {
  transition: 0.25s ease;
  /* First Level Menu Link Styles */ }
  .navigation > li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    visibility: hidden;
    transition: 0.25s ease; }
  .navigation > li > a:hover:after, .navigation > li > a.active:after {
    visibility: visible; }

.navigation > li ul a {
  /* All Other Menu Level Link Styles */ }

.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  /* All Other Level Menu Link Hover Styles */ }

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
  /* WordPress First Level Current/Ancestor Hover Page Styles */ }

.navigation ul {
  /* All Lower Level Menu Container Styles */ }

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100; }

/* -----------------------------------------
	04. Modules
----------------------------------------- */
.main {
  padding: 14% 55px 20px;
  padding-bottom: 120px;
  overflow: auto;
  background-image: url("images/bg.svg");
  background-size: cover;
  min-height: 100vh;
  position: relative;
  z-index: 10; }

.text {
  margin-bottom: 80px;
  max-width: 85%; }

.p-lg {
  font-size: 30px; }

.italic {
  font-style: italic; }
  .italic a {
    color: #000; }

.bg {
  width: 100%;
  position: absolute;
  top: 40vh;
  bottom: 0;
  left: 0px;
  right: 55px;
  z-index: 5; }

.bg-logo-wrapper {
  position: fixed;
  top: 1.5%;
  left: 0;
  right: 0; }
  .bg-logo-wrapper img {
    width: 100%; }
  .bg-logo-wrapper path {
    fill: #00ff9d; }
  .bg-logo-wrapper svg {
    width: 100%; }

.bg-logo-mobile {
  display: none; }

/* Form
================================== */
.form {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 745px; }
  .form .half {
    width: 48.5%; }
  .form .half-left {
    float: left;
    margin-right: 1.5%; }
  .form .half-right {
    float: right;
    margin-left: 1.5%; }

/* Date-Location section
=================================== */
.date-location {
  margin-bottom: 35px; }
  .date-location:after {
    content: '';
    display: block;
    clear: both; }

.date,
.location {
  font-size: 50px;
  float: left; }

.date {
  margin-right: 7%; }

.date-to:before {
  content: '';
  display: inline-block;
  background: #000;
  width: 60px;
  height: 4px;
  margin-right: 5px;
  vertical-align: middle; }

/* Images section
=================================== */
.images-section {
  margin: 0 -20px 100px;
  overflow: auto; }

.img-wrapper {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px; }
  .img-wrapper:nth-child(3n+1) {
    clear: both; }

/* Participants section
=================================== */
.participants ul {
  width: 50%; }

.participants li {
  width: 50%;
  float: left; }

.participants .title,
.participants .name {
  font-size: 30px; }

.participants .name {
  font-weight: 500; }

/* Partners Page
=================================== */
.partners-content {
  margin-top: 5%; }

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
  background: #231f20;
  padding: 28px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.contact {
  font-family: sans-serif;
  color: #fff;
  margin: 0 0 0 55px; }
  .contact li {
    display: inline-block;
    float: left;
    margin-right: 3%; }
    .contact li p, .contact li a {
      font-size: 12px; }
  .contact p {
    margin-bottom: 0; }
  .contact a {
    color: #fff; }

.archive-btn {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%); }

/* -----------------------------------------
  06.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: #00ff9d;
  padding: 5px 35px 10px;
  font-size: 25px;
  z-index: 210;
  transition: 0.5s ease; }
  #mobilemenu li {
    margin-bottom: 7px; }
  #mobilemenu li > a {
    color: #000; }
  #mobilemenu.open {
    top: 0; }
  @media (max-width: 767px) {
    #mobilemenu {
      display: block; } }

.mobile-menu-close {
  background: none;
  position: absolute;
  top: 5px;
  right: 10px;
  width: auto;
  padding: 0; }

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background: #00ff9d;
  padding: 15px 10px 0 10px;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  @media (max-width: 767px) {
    #mobile-bar {
      display: block; } }

.menu-trigger,
.menu-trigger:focus {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #000;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  left: 15px;
  top: 25px;
  color: #333;
  font-size: 30px;
  line-height: 1; }
  .menu-trigger:after, .menu-trigger:before,
  .menu-trigger:focus:after,
  .menu-trigger:focus:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #000;
    position: absolute; }
  .menu-trigger:before,
  .menu-trigger:focus:before {
    margin-bottom: 2px;
    top: -8px; }
  .menu-trigger:after,
  .menu-trigger:focus:after {
    margin-top: 2px;
    top: 6px; }

.menu-trigger:hover {
  opacity: 0.95;
  color: #333; }

.menu-trigger:active {
  opacity: 1; }

.mob-title {
  color: #222;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0; }

/* -----------------------------------------
	07. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1300px) {
  /* Navigation
	===================*/
  .navigation > li {
    margin-left: 4%;
    margin-right: 4%; } }

@media (max-width: 1199px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .row {
    margin-left: -10px;
    margin-right: -10px; }
  .date,
  .location {
    font-size: 35px; } }

@media (max-width: 991px) {
  /* Navigation
	===================*/
  .navigation > li {
    margin-left: 3%;
    margin-right: 3%; } }

@media (max-width: 767px) {
  #page {
    padding-top: 48px;
    /* For mobile bar */ }
  .bg-logo-wrapper {
    position: relative;
    height: 32px;
    margin-top: 40px;
    z-index: 30; }
  .bg-logo {
    display: none; }
  .bg-logo-mobile {
    display: block; }
  .navigation {
    display: none; }
  .main {
    background-image: url("images/bg-mobile.svg");
    padding: 80px 15px 50px;
    margin-top: -40px;
    min-height: auto; }
  .images-section {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px; }
  .img-wrapper {
    width: 100%;
    padding: 0; }
  .text p {
    font-size: 16px; }
  .italic {
    font-size: 12px;
    line-height: 1.4; }
  /* Date-Location section
	======================== */
  .date,
  .location {
    font-size: 28px; }
  .date-to:before {
    width: 45px;
    height: 3px; }
  /* form
	====================== */
  .form .half {
    width: 100%; }
  .form .half-left,
  .form .half-right {
    float: none;
    margin: 0 0 20px; }
  /* participants
	====================== */
  .participants li {
    width: 100%; }
  .participants .title,
  .participants .name {
    font-size: 22px; }
  /* Footer
	====================== */
  .footer {
    position: static;
    padding-bottom: 0; }
  .contact {
    margin-left: 0;
    padding: 0 15px;
    float: none;
    display: block;
    margin-bottom: 30px; }
    .contact li {
      display: block;
      float: none;
      margin-bottom: 35px; }
      .contact li p, .contact li a {
        font-size: 20px; }
  .archive-btn,
  .archive-btn:hover {
    position: static;
    transform: none;
    text-align: center;
    display: block;
    background: #00ff9d;
    color: #000;
    padding: 20px 0;
    margin-top: 20px; } }
    
    
    
.menu-menu-new-container {text-align: center !important;}
.archive-btn{font-size: 16px;
color: rgba(255,255,255,0.6);}


.newsletterform{
	background-color: transparent;
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7);
	border-width: 1px;
	font-size: 14px;
	height: 10px;
	margin: 0;
	padding: 10px 10px;
	width: 100%;
}

.newsletterform::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.7);
}
.newsletterform::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.7);
}
.newsletterform:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.7);
}
.newsletterform:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.7);
}
.wpcf7-form-control.wpcf7-submit,
.newslettercta {
	position: absolute !important;
	right: 0px;
	margin: 0;
	margin-top: 0px;
	background: rgba(255,255,255,0.7);;
	color: #000 !important;
	padding: 4px 6px !important;
	border: none;
	font-size: 12px;
	width: auto;
	min-height: 0;
	height: auto;
}

@media(max-width:500px){
	
	.bg-logo-wrapper img {
		max-height: 120px !important;
	}
	
	.main {
		margin-top: 0px !important;
	}
}

