@CHARSET "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400|Montserrat:400,700');

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  color: #636363;
}

/* Cookies */

.flexi-cookie {
  padding: 10px 0;
  background-color: #fff;
}

.flexi-cookie-msg {
  width: calc(50% - 10px);
  float: left;
  color: #636363;
}

.flexi-cookie-buttons {
  width: calc(50% - 10px);
  float: right;
  text-align: right;
  padding-right: 10px;
}

.clear:before,
.clear:after,
.flexi-cookie:before,
.flexi-cookie:after {
  display: table;
  content: ' ';
  clear: both;
}

.flexi-cookie-inner {
  width: 1000px;
  margin: 0 auto;
}

.flexi-cookie-buttons a.button {
	transition: 0.2s ease-in;
}

/* Basic Styles */

h1 {
	font-family: 'Comfortaa', sans-serif;
	font-size: 28pt;
	color: #2b2b2b;
	font-weight: 300;
}

h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

hr {
  width: 80%;
  height: 1px;
  margin: 30px auto;
  border: none;
  position: relative;
  display: block;
  background-color: #d1d1d1;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.iconshape {
  fill: none;
  stroke: none;
}

.strokeme {
  stroke: #f9d391;
}

.fillme {
  fill: #fff;
  transition: all 0.2s ease-in;
}

a.social-link{
	margin: 0px 10px;
	text-decoration: none;
	display: inline-block;
	vertical-align: center;
}

a.social-link:hover .fillme {
	fill: #883184;
}

/* Buttons */

.content a.button, a.button, .formandu-button {
  background-color: #fff;
  border: 1px solid #c82828;
  border-radius: 9px;
  color: #c82828;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	padding: 10px 25px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.content a.button:hover, a.button:hover, .formandu-button:hover {
  background-color: #c82828;
  color: #fff;
}

/* Top */

.top {
	background-color: #000;
	color: #fff;
	padding: 10px 0px;
}

.top-left, .top-right {
	width: 50%;
	float: left;
}

.top a {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease-in;
}

.top a:hover {
	color: #c82828;
}

.top-left span {
	margin: 0px 5px;
	padding: 5px 0px;
	display: inline-block;
}

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

/* Header */

.header {
	position: relative;
	padding: 20px 0px;
}

.header-left {
	width: 30%;
	float: left;
}

.header-right {
	width: 70%;
	float: right;
}

/* Menu */

#shownav {
  display: none;
}

.menubar {
	width: 100%;
}

nav.menu {
  position: relative;
  z-index: 20;
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
}

nav.menu span.item a {
  color: #2b2b2b;
  cursor: pointer;
  display: block;
	font-family: 'Montserrat', sans-serif;
  padding: 20px 10px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

nav.menu span:hover a {
	color: #c82828;
}

nav.menu span.toplevel-sep:before {
  content: '|';
}

.submenu .subitem a{
	background-color: #c82828;
	color: #fff !important;
}

.submenu .subitem a:hover {
	color: #fff !important;
	background-color: #883184;
}

/* System Widgets */

.flexi-system-widgets {
  text-align: center;
  padding: 8px 0;
  font-size: 0;
}

.flexi-system-widget {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 12px;
  font-size: 11pt;
}

.flexi-system-widget a {
  text-decoration: none;
  transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
  -webkit-transition: color 0.3s, border 0.3s;
}

.flexi-system-widget:first-child {
  border-left: none !important;
}

/* Banner */

.banner {
  height: 535px;
  margin: 0 auto;
  background-image: url("img/main-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: #2b2b2b;
}

.banner .pbeditable {
	padding: 100px 0px;
	width: 1000px;
	margin: 0 auto;
	color: #2b2b2b;
}

.banner h2 {
	font-size: 220%;
}

.banner .button {
	font-size: 150%;
}

/* Main */

.main {

}

.content:empty {
	display: none;
}

.content a {
  color: #c82828;
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.content a:hover {
	color: #636363;
}

.pb-title, .pb-subtitle {
	margin: 20px 0px !important;
	text-align: center;
}

.breakoutresume:last-child {
	padding: 0 !important;
}

/* Breakout Blocks */

.benefits {
	color: #fff;
	background-color: #2b2b2b;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.benefits h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.benefits h1, .payments h1, .shop h1, .videos h1, .benefits h1 {
	color: #fff;
	font-weight: 300;
}

.payments .row, .shop .row, .videos .row {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

.payments {
	background-image: url("img/payments.jpg");
	background-position: center;
}

.shop {
	background-image: url("img/shop.jpg");
	background-position: center;
}

.videos {
	background-image: url("img/videos.jpg");
	background-position: center;
}

/* Footer */

.footer-top {
	padding-bottom: 20px;
}

.footer-top .wrapper {
	border-top: 1px solid #d1d1d1;
}

.footer-top a {
	color: #c82828;
	text-decoration: none;
}

.footer-top-box {
	width: 33.333%;
	float: left;
}

.footer-middle {
	background-image: url("img/footer-banner.jpg");
	background-position: center;
}

.footer-middle-box {
	float: left;
	width: 50%;
	padding: 20px 0px;
}

.footer-middle-box:last-child {
	text-align: right;
	padding: 70px 0px 0px;
}

.footer-middle-box a svg {
	height: 40px;
	width: 40px;
}

.footer-bottom {
	color: #fff;
	background-color: #2b2b2b;
	text-align: center;
	padding: 10px 0px;
}

/* Forms */

.formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
  width: 96%;
  margin: 0 auto;
  padding: 10px 2%;
  border: 1px solid #888;
  background: #fff;
  color: #333;
  font-weight: normal; 
}

.formandu-textarea {
  height: 200px;
}

.formandu-label {
  margin: 8px 0 0 0;
  padding: 4px;
  display: block;
}

.formandu-container[align="right"] {
  text-align: center;
  padding: 8px;
}

.formandu-container[align="right"] .formandu-button {
  font-size: 1.6em; 
}

/* List Styles

span[style~="red"] {
  font-size: 0;
}

span[style~="red"]:after {
  font-size: 14pt;
  color: #000;
  content: '•';
}*/

/* Entry Page */

.entry-text {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff;
}

.flexi-entry-buttons .button {
	color: #fff !important;
	border: 1px solid #fff !important;
}

/* Responsive Styles */

@media (max-width: 1000px) {
	
	.wrapper, .header {
		width: 100%;
	}
	
	/* Breakout Blocks */
	
	.banner .pbeditable, .payments .row, .shop .row, .videos .row {
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	}
	
	/* Cookies and Forms */
	
  .flexi-cookie {
    padding: 10px;
    text-align: center;
    width: auto;
  }
  
  .flexi-cookie-msg {    
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto; 
  }
  
  .flexi-cookie-buttons {
    width: auto;    
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
    margin: 10px auto;
  }	
  
  .flexi-cookie-inner, .wrapper {
    width: 100%;
  }
  
  .flexi-cookie-buttons:nth-child(2) .button {
  	margin-top: 10px;
  }
  
  .top {
  display: none;
  }
	
	/* Header */
	
	.header {
		padding: 20px 0px;
		text-align: center;
	}
	
	.header-left, .header-right {
		width: 100%;
		text-align: center;
	}
	
	/* Menu */
	
  #shownav {
    display: inline-block;
    margin: 20px 0px 0px;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  
  .flyout {
  	background-color: #fff;
  	padding: 0;
  }
  
  .flyo-show {
  	text-align: center;
  	margin: 20px auto;
  	width: 50%;
  }
  
  .flyo-header {
  	text-align: center;
  	padding: 20px 0px;
  	border-bottom: 1px solid #2b2b2b;
  	border-top: 1px solid #2b2b2b;
  }
  
  .flyo-header img {
  max-width: 90%;
  }
  
  .flyo-hide {
  	border: none !important;
  }
  
  /* Banner */
  
	.banner {
		background-image: none;
		height: auto;
		background-color: #883184;
		color: #fff;
	}
	
	.banner h1 {
	color: #fff;
	}
	
	.banner .pbeditable {
		padding: 10px 0px;
	}
	
	.footer-top, .footer-middle, .footer-bottom {
		text-align: center !important;
		background-image: none;
	}
	
	.footer-top-box, .footer-middle-box {
		width: 100%;
		padding: 10px 0px;
	}
	
	.footer-middle-box:last-child {
		background-color: #000;
		padding: 20px 0px;
		text-align: center;
	}
	
	/* Main */
	 
	img {
  	max-width: 100%;
  }
  
  .content {
  	padding: 20px;
  	text-align: center;
  }
  
  /* Footer */

  
}
