@import url("navigation.css");
/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
* {
  box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 1.6;
	background-color: #fff;
}
.container {
	width: 80%;
	margin: 1% auto;
}
header {
	background-color: #fff;
    box-shadow: 3px 3px 5px 3px #ccc;
    padding-top: 0.5%;
}
.title {
	font-family: adelle, serif;
	font-size: 300%;
    font-style: italic;
	color: #fff;
	text-align: center;
}
.page-title {
	font-family: 'Vidaloka', serif;
	font-size: 250%;
	margin: 0 2% 2% 2%;
	padding-top: 2%;
}
.sub-title {
	font-family: 'adelle', serif;
	font-size: 125%;
	color: #ff0000;
	margin: 1% 1% 1% 2%;
}
p {
	padding: 1% 2%;
}
.faq-text {
	margin-bottom: 2%;
}
section {
	box-shadow: 3px 3px 5px 3px #ccc;
	margin: 1% 0.25%;
}
footer {
	background-color: #000;
	font-size: 88%;
	color: #fff;
	text-align: center;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
footer a:link {
	color: #fff;
	text-decoration: none;
}
footer a:visited {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.title a:link {
	color: #fff;
	text-decoration: none;
}
.title a:visited {
    color: #fff;
}
.title a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1%;
}
.column-seal {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1%;
    align-self: center;
}
.column-home {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1%;
  /*align-items: center;*/
}
.columnwb {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1%;
  border: 1px solid #000;
}
.column-coupon {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 1%;
    align-items: flex-end;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.nostrech {
	align-self: center;
}
.nostretch-right {
	align-self: flex-end;
}
.bold {
	font-weight: 800;
}
.italic {
	font-style: italic;
}
ul.blank-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blank-list li {
	margin-left: 1%;
	padding: 1%;
}
ul.content-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block; 
	text-align: left;
}
.content-list li {
	padding: 4% 0;
}
.content-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a3  ";
  color: #f00;
}
ul.point-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block
}
.point-list li {
	padding: 1% 0;
}
.point-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f304  ";
  color: #0000FF;
}
ol.numb-list {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}
.numb-list li {
	margin-left: 4%;
	padding: 1%;
}
.centerit {
	text-align: center;
}
.inlinetxt {
	display: inline;
}
.follow-us {
	padding: 2%;
	text-align: center;
}
/* FAQ's */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #0000FF;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 98%;
	padding: 2%;
	color: #000;
	font-size: 100%;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ff0000;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #0000FF;
  border: 1px solid #0000FF;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #0000FF;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
/* contact form */
.label {
	margin: 2px 0;
}
.field {
	margin: 0 0 20px 0;
}	
.content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 2%;
}
input, textarea {
	width:100%;
	padding: 15px;
	font-size:1em;
	border: 1px solid #A1A1A1;	
}
button {
	padding: 12px 60px;
	background: #0000FF;
	border: none;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
}
#message {  
	padding: 0px 40px 0px 0px; 
}
#mail-status {
	padding: 12px 20px;
	width: 100%;
	display:none; 
	font-size: 1em;
	color: #fff;
}
.error{
	background-color: #ff3333;  
	margin-bottom: 40px;
}
.success{
	background-color: #00b300; 
}
.g-recaptcha {
	margin: 0 0 25px 0;
}
/** Square button **/
.buyit {
	display: block;
    line-height: 48px;
	color: #fff!important;
	max-width: 200px;
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    outline: medium none;
    padding: 2% 4%;
    text-decoration: none;
	margin: 0 auto;
}
.buyit:hover {
  background-color: #ff0000;
  color: #000!important;
}
.buyit-inline {
	display: inline;
    line-height: 48px;
	color: #fff!important;
	max-width: 165px;
    background: #0000FF none repeat scroll 0 0;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    outline: medium none;
    padding: 2% 4%;
    text-decoration: none;
	margin: 0 auto;
}
.buyit-inline:hover {
  background-color: #ff0000;
  color: #000!important;
}
.chooseit {
	display: block;
    line-height: 48px;
	color: #fff!important;
	max-width: 300px;
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    outline: medium none;
    padding: 1%;
    text-decoration: none;
	margin: 0 auto;
}
.chooseit:hover {
  background-color: #ff0000;
  color: #000!important;
}
.chooseit-pad {
	padding-bottom: 1%;
}
.videocenter {
margin-bottom: 25px;
margin-top: 10px;
text-align: center;
}
.responsive-video1280 {
height: auto;
max-width: 1280px;
}
.responsive-video1080 {
height: auto;
max-width: 1080px;
}
.responsive-video640 {
height: auto;
max-width: 640px;
}
.italic-under {
	text-decoration: underline;
	font-style: italic;
}
.video-credit {
	font-size: 88%;
	text-align: center;
    padding: 0.5%;
}
.underline {
	text-decoration: underline;
}
.fancy-title {
  text-align: center; 
  color: #f00;
	margin: 2%;
	padding: 2%;
}
.fancy-title:before, .fancy-title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02e";  
 /* color: #0000FF;*/
}
.fancy-title:before {
  margin-right: 1%;
}
.fancy-title:after {
  margin-left: 1%;
}
.testimonial {
	text-align: left;
	font-style: italic;
}
.testimonial-sig {
	text-align: right;
}
.fa-check-square::before {
	content: "\f14a";
	color: #FFFF00;
	background-color: #000;
	padding: 2%; 
  }
.google-trans {
    text-align: right;
    padding: 1%;
}
/* Popup for home page faq's */
.home-faq {
	text-align: center;
	padding: 1% 2%;
}
.home-faq-text {
	text-align: left;
}
#modal_1, #modal_2, #modal_3, #modal_4 {
	cursor: pointer;
	color: #0000FF;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.modal-content {
  position: fixed;
  /*bottom: 0;*/
	top: 10%;
	left: 10%;
  background-color: #fff;
  width: 80%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
	   max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #0000FF;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

/* Mailchimp */
#mc_embed_signup{ 
    background:#fff; 
    clear:left; 
    width: 80%;
    margin: 0 auto;
}
.single-note {
    font-size: 88%;
    text-align: center;
    font-style: italic;
}
.coupon {
    margin-top: 2%;
}
.strike {
    text-decoration: line-through;
}
.sale-price {
    color: #ff0000;
}
