/*
Theme Name: cellard2024
Author: Sort it Web Design
Author URI: https://sortitweb.co.nz/
Text Domain: cellard2024

Purple - 92278f 146 39 143
Green - 8dc63f 141 198 63
Charcoal - 414042 65 64 66

font-family: 'Allison', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Syne', sans-serif;
*/

html , body , div , span , applet , object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , a , abbr , acronym , address , big , cite , code , del , dfn , em , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup , tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td , article , aside , canvas , details , embed , figure , figcaption , footer , header , hgroup , menu , nav , output , ruby , section , summary , time , mark , audio , video {
        font-size:100%;
	font:inherit;
	padding:0;
	border:0;
	margin:0;
	vertical-align:baseline;
}
body {
	line-height:1.2;
	margin: 0;
	font-size: 1.1em; 
	font-family: 'Open Sans', sans-serif;
	
	
}
#wrapper {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
}
.content-block {
	width: 100%;
	max-width: 1240px;
	padding: 3em 1em;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	
}
.full-screen .content-block {
	max-width: 2000px;
	padding: 2em 0;
}
.small {
	margin: -4em 0 0 0;
}
blockquote {
	padding: 2em;
	width: 100%;
	max-width: 900px;
	margin: .5em auto;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 1.2em;
	line-height: 1.3;
	border-left: solid 1px #92278f;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
	
	
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
article, aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {
	display:block;
}
.clear {
	clear:both;
}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.aligncenter{}.alignleft{}.screen-reader-text {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important;
}
.aligncenter {
	text-align: center;
	margin: .5em auto;
	display:block;
}
.aligncenter img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
img {	
   max-width: 100%;
   height: auto;
}

/*TEXT STYLING*/

ol,
ul {
	list-style: none;
}

ul , ol {
	list-style: disc;
	line-height: 1.4;
	font-size: 1.1em;
	margin: 1em  0 1em 2em;
}
ol {
	list-style: decimal;
}
a {
	color: #92278f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #242424; 
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	font-family: 'Syne', sans-serif;
}

h1{
	font-size: 2.4em;
	margin: .5em 0;
	
	
}

h2{ 
	font-size: 2.0em;
	margin-bottom: .5em;

}


h3{
	font-size: 2.7em;
	/*font-weight: bold; */
	margin-bottom: .3em;
	font-weight: 400;
}

h4{
	font-size: 1.4em;
	margin-bottom: .1em;
}

h5{
	font-size: 2.5em;
	font-weight: 400;
	font-family: 'Allison', cursive;
	margin: 1em 0;
}

h6{
	font-size: 0.7em;
}

b, strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

pre {
	padding: 12px;
	letter-spacing: 2px;
	font-style: italic;
	margin: 0.5em;
}


p {
	margin-bottom: 15px;
    line-height: 1.2;
}

/*blockquote {
	border-left: 4px solid  #999;
	background: #F0F0F0;
	font-style: italic;
	font-weight: 300;
	line-height: 1.27em;
	margin-bottom: 14px;
	padding-left: 25px;
} */

.alignright {
	float: right;
	margin: 0 0 .5em .5em;
}

img alignright {
	float: right;
	margin: 0 0 .5em .5em;
}


.aligncenter  img , .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 0 .5em .5em 0;
}

.entry-title {
	font-size: 1.9em;
}

.entry-title ul {
	list-style: none;
}

legend {

	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

.entry-meta {
	display: none;
}

.entry-footer {
	display: none;
}


/* ********** Page Header *********/
#logo {
	text-align: left;
}
.background-black {
	background: rgba(56, 33, 14, .8);
	margin-bottom:  450px;
	
}
.main-logo {
	overflow: hidden;
}
.main-logo img {
	width: 100%;
	max-width: 250px;
	height: auto;
	padding: 1em;
	box-sizing: border-box;
}

.main-background {
      background: url(uploads/2019/02/main-header.jpg) bottom center no-repeat #273657;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  background-attachment: fixed;
}

@media (hover: none) {
    .main-background {
        background-attachment: scroll;
    }
}

#strap-line {
	background: rgba(56, 33, 14, .5);
	padding: 2em;
	width: 100%;
	max-width: 700px;
	font-size: 1.7em;
	position: relative;
	margin: -300px auto 275px auto;
	border-radius: 2px;
}
#small-strap {
	background:#242424 ;
	padding: .7em 0;
	color: #fff;
	font-size: 125%;
	/*margin-top: -.5em;
	text-align: right;
	padding-right: 2em;
	*/
}
.mobile-show {
	display: none;
}

/* START   Icons with tool tips ******/
#icon-list {
	background: #fff;
}
.icon-displays {
	padding: .3em;
	float: left;
}
.tooltip {
    position: relative;
    display: inline-block;
	padding: 0 1em;
}
.tooltip img {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #38210E;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -90px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #38210E transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.list-icons {
	list-style: none;
	line-height: 3.5;
	vertical-align: top;
}
.list-icons li {
	width: 50%;
	float: left;
	padding: 0 .2em;
	box-sizing: border-box;
}
.list-icons img {
	width: 100%;
	max-width: 45px;
	height: auto;
	vertical-align: middle;
	margin-right: .5em;
}
/* END   Icons with tool tips ******/

/**** Contact Form Styling  *****/
.red-required {
	color:#CF0404;
	font-size: .8em;
	font-weight: bold;
}
#enquiry-form {
	padding: 2em;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
}
#form-your-details , #form-camping-details {
	padding: 1em;
	box-sizing: border-box;
	border: solid 1px #fff;
	margin: .5em 0;
}
.form-50 {
	width: 48%;
	float: left;
	padding: .2em 0;
	box-sizing: border-box;
	margin: 0 1%;
}
.small-text {
	font-size: 80%;
	color: #242424;
	margin-left: 100px;
}
input {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
input[type=text] , input[type=email] , input[type=url]  {
	width:100%;
}
select {
	padding: 12px 20px !important;
    margin: 8px 0 !important;
    box-sizing: border-box;
}
textarea {
    width: 100%;
    padding: 12px 20px;
	margin: 8px 0;
    box-sizing: border-box;   
    border-radius: 4px;
}

span.wpcf7-list-item { 
     display: block !important; 
	 padding: .3em 0;
}
input[type=submit] {
	width: 100%;
    max-width: 450px; 
	padding: 1em 2em; 
	background: #d9e9ee;
	color: #2c5bad;
	font-size: 1.2em;
	overflow: hidden;
	border: solid 1px #2c5bad;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background .5s; 
    transition: background .5s;
	box-sizing: border-box;
    margin-top: 1em; 
	
}
input[type=submit]:hover , .more-button:hover  {
	background: #2c5bad;
	color:#fff;
}
#enquiry-form h3 {
	background: #f3f2f2;
	padding: .5em;
	box-sizing: border-box;
	margin: .5em 0;
	border-radius: 2px;
}
hr.soft {
	border: solid 5px #f2f2f2;
	margin: 1em 0;
	clear: both;
}

hr.soft-small {
	border: solid 5px #fff;
	margin: 1em 0;
	clear: both;
}
/************ Custom Code ***********/
/*  Anchor Links Offset 
p .anchor-point {
	padding-top: 200px !important;
	position: relative;
}
This works ....
a[name] {
	padding-top: 200px;
        margin-top: -200px;
	display: inline-block;
}
*/
.top-space {
	margin-top: 2em;
}

/* ********** START FOOTER *********/
#footer {
	background: #242424;
	padding: 2em 0;
	font-size: 90%;
}
#footer h3 {
	color: #fff;
}
#footer a:link , #footer a:visited {
	color: #f2f2f2;
	
	transition: all ease-in-out .3s;
}
#footer a:hover {
	color: #86130c;
}
#footer-left , #footer-middle , #footer-right {
	width: 33.3%;
	float: left;
	padding: 1em;
	box-sizing: border-box;
	overflow: hidden;
	list-style: none;
}
.footer-widget ul {
	list-style: none;
	color: #f2f2f2
}
.footer-widget ul li {
	line-height: 2;
}
#business-details {
	text-align: center;
	background: #f2f2f2;
}
#business-details a:link , #business-details a:visited {
	color: #242424;
}
#copyright {
	padding: 1em 0;
	font-size: .9em;
	text-align: center;
	color: #242422;
	background: #f2f2f2;
	}
#copyright a:link , #copyright a:visited { 
    color: #86130c;
}
#copyright a:hover {
	color: #000;
	font-weight: bold;
}

/* ********** END FOOTER*********/

/****** Med{ia Queries *********/

@media only screen and (max-width: 1090px)
{
	
}
@media only screen and (max-width: 768px)
{     
       
	   .welcome-content-1 {
		   padding: 1.5em !important;
	   }
	   .welcome-photo img {
		   width: 100%;
		   max-width: 200px;
		   height: auto;
	   }
}
@media only screen and (max-width: 580px)
{    
       #wrapper {
		   margin-top: 0;
	   }
}