/*  
Theme Name: Boons Garden - Coming Soon
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   text-align: center;
   font-family: Century Gothic,CenturyGothic,AppleGothic,Avant Garde,Avantgarde,sans-serif;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
   font-family: 'Nunito', sans-serif;
   font-family: 'Roboto', sans-serif;
   font-family: 'Kumar One', sans-serif;
   font-family: 'Montserrat', sans-serif;
   font-size: 20px;

   color: #352036;
}
body {
   background: #fff;
}
h1, h2, h3, h4 {
   font-family: 'Playfair Display', sans-serif;
}
h1 {
   font-size: 140px;
   letter-spacing: 2px;
   word-spacing: 5px;
   margin: 20px 0;
}
h2 {
   font-size: 40px;
   color: #6F2371;
}
h3 {
   font-size: 30px;
   color: #6F2371;
   margin: 60px auto 30px auto;
}
h4 {
   font-size: 20px;
}
a {
   color: #6F2371;
   text-decoration: none;
   font-weight: bold; 
}
a:hover {
   color: #8E2191; 
}
h1 a, h2 a {
   text-decoration: none;
} 
img {
   border: 0;
}
div, section {

}
div.contents {
   width: 1200px;
   max-width: 90%;
   margin: 0 auto;
   text-align: center;
}
section {
   overflow: hidden;
   padding: 50px 0;
}
ul {
   list-style-type: none;
   padding: 0px;
   margin: 7px;
}
ul li {
   line-height: 1.571em;
   padding: 0;
   margin: 5px 0;
}
ul li:before {
   content: url(lotus-sm.png);
   margin-right:10px;
}
header {
   min-height: 115px;
   overflow: hidden;
   background: url(cacao-ceremony.jpg) center center no-repeat; 
   background-size: cover;
   z-index: 1;
}
.fullscreen {
   height: 100vh;
   position: relative;
   overflow: hidden;
   min-height: 500px;
}
.flex {
   display: flex;
}
.flex-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
header.fullscreen img.full { 
  /* make video to at least 100% wide and tall so that it completely covers the section */
  min-width: 100%;
  min-height: 100%;
  
  /* set width & height to auto to prevent browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

  /* send to background */
  z-index: -100;
  
  /* alt image */
  background: url('video/hero.jpg') no-repeat;
  background-size: cover;
  
  transition: 1s opacity;
}

header, header h1, header h2, header a {
   color: #fff;
}

header #logo {
   width: 267px;
   height: auto;
}
header.compact #logo {
   max-width: 200px;
   padding: 20px;
}
#content-box {
   font-size: 26px;
   border-radius: 20px;
   padding: 50px;
   background-color: rgba(0,0,0,0.3);
   max-width: 800px;
   text-align: center;
}

main {
   background: transparent;
}



div#contacts {
   font-size: 24px;
}

nav {
   text-align: center;
}

div.divider {
   background: url(divider.png) center center no-repeat;
   background-size: contain;
   height: 30px;
   margin: 50px auto;
}

footer {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 14px;
   color: #999999;
   font-weight: normal;
}
footer a {
   text-decoration: none;
   color: #999999;
   font-weight: normal;
}
footer a:hover {
   color: #888888;
}
img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #f3f3f3;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 24px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
   font-style: italic;
   color: #999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	display:none;
}
#respond label {
	color: #888;
	font-size: 12px;
   width: 80px;
   display: block;
   float: left;
   text-align: right;
   padding-right: 10px;
}
#respond input {
	margin: 0 0 9px;
	width: 500px;
}
#respond textarea {
	width: 500px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Contact Form 7 */
div.wpcf7 {
   clear: both;
   overflow: hidden;
   background-color: #e6e6e6;
   border-radius: 5px;
   width: 464px;
   margin: 30px auto !important;
}
div.wpcf7 form {
   padding: 0 30px;
   margin: 0;
}
div.wpcf7-response-output {
   background: #fff;
}
span.wpcf7-not-valid-tip {
   font-size: 0.750em !important;
}
input.wpcf7-submit {
   background: #666;
   color: #fff;
   font-size: 1.1em;
   border-radius: 3px;
   border: 1px solid #555;
   padding: 5px 20px;
}
input.wpcf7-submit:hover {
   background: #555;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea {
   border: 1px solid #aaa;
   width: 400px;   
   height: 26px;
}
textarea.wpcf7-textarea {
   height: 180px;
}
input.wpcf7-text:hover, input.wpcf7-captchar:hover, textarea.wpcf7-textarea:hover {
   border: 1px solid #999;
}
input.wpcf7-text:focus, input.wpcf7-captchar:focus, textarea.wpcf7-textarea:focus {
   border: 1px solid #666;
}
div.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #f00000;
}


/* ------------------------------------------------- Responsive Elements ------------------------------------------------- */

/* defaults: computer monitors, tablets in landscape, standard and large screens (typically wider than 1024px), old browsers */
   .contents { width:90%; max-width: 1400px; min-width: 300px;}
   #mobile-menu-btn { display: none; }

   img {max-width: 100%; height: auto !important; }
   
/* MEDIUM-WIDE SCREEN */
/* width 750px - 1000px */
@media screen and (max-width: 1000px) {
   nav a, #subnav a { margin: 0 5px; padding: 10px 15px; font-size: 15px; }
   #slideshow { padding: 10px; }
}

/* MEDIUM-SMALL SCREEN */
/* width 500px - 750px */
@media screen and (max-width: 750px) {

   html,body { font-size: 14px; }
   .contents { width:95%; }
   nav a, #subnav a { margin: 0 5px; padding: 10px 5px; font-size: 14px; }
   .leftcol, .rightcol { float: none; width: auto;}

   h1 {
      font-size: 100px;
   }
   div#contacts {
      font-size: 18px;
   }

   #slideshow { padding: 0; }

   div.block { padding: 10px 20px; }

   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 300px;}

}

/* SMALLEST SCREEN */
/* width 320px - 500px */
@media screen and (max-width: 500px) {	
   html,body {
      font-size: 16px;
   }
   header #logo {
       width: 180px;
   }   
   h1 {
      font-size: 50px;
   }
   h2 {
      font-size: 26px;
   }
   h3 {
      font-size: 22px;
   }
   #content-box {
      font-size: 20px;
      max-width: 100%;
      box-sizing: border-box;
      padding: 50px 20px;
      border-radius: 0;
   }
   
   .contents { width:95%; }
   header #headertext { padding: 20px 20px 20px 0; }
   #mobile-menu-btn { 
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url(images/menu-icon-white.png) 0 0 no-repeat;
      margin: 0 0 0 40px;
      padding: 4px;
      cursor: pointer;
   }
   #topnav { float: none; width: auto; min-height: 40px; text-align:left;}
   #topnav ul { display:none; }
   #topnav ul.open {  
     width: 100%;  
     display: block;  
     height: auto;  
     padding-top: 0;
     margin-top:0;
   }  
   #topnav li {  
     width: auto;  
     float: none;  
     position: relative;  
   }  
   #topnav li a {  
     display: block;
     margin: 0;
     padding: 3px 0px;
     border-bottom: 1px solid #d0d0d0;  
     text-align: left;  
     width: 100%;  
     text-indent: 25px;  
     line-height: 30px;
   }

   section { padding: 40px 0; }

   div.block div.image img { float: none !important; display:block; margin: 30px auto; }   
   

   .panel, #panel1 {
      float: none;
      width: 280px;
      margin: 10px auto;
      padding: 10px;
   }
   
   /* Contact Form 7 */
   div.wpcf7 { margin: 10px auto !important; width: 300px; }
   div.wpcf7 form { padding: 0 25px; }
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 246px; height: 20px; }
   textarea.wpcf7-textarea { height: 120px; }     
}


