/*
Theme Name: Fiordland Beer Co
Theme URI: https://fiordlandbeer.co.nz
Description: WordPress Theme
Author: Total Brand
Author URI: https://www.totalbrand.co
Version: 2023.09
*/

/***********************************************************************************************/
/* BASE STYLES */
/***********************************************************************************************/

@font-face {
    font-family: 'colusregular';
    src: url('fonts/colus-regular-webfont.woff2') format('woff2'),
         url('fonts/colus-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #000;
    background-image: url("images/bg-footer.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
	color: #FFF;
	font-family: Signika, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 1200px) {

body {
	/*background-attachment: fixed;*/
}

}

img {
	max-width:100%;
	height:auto
}

hr {
	border:0;
	border-top:1px solid #DDD;
	clear:both;
	display:block;
	margin:0;
	margin-top:50px !important;
	margin-bottom:50px !important;
	padding:0;
	width:100%;
}

td {
	border:1px solid #DDD;
	vertical-align:middle;
}

td p {
	font-size:90%;
	margin-bottom:0;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
}

/* LINKS */

a:link,
a:visited,
a:active {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #dd9362;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

p a {
    font-weight:600;
}

/* TEXT */

h1, .h1,
h2, .h2,
h3, .h3,
h4,
h5,
h6,
p {
	color:#555;
	font-family: Signika, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7em;
	margin: 0 0 22px 0 !important;
	padding: 0;
}

h1, .h1 {
	color:#b7265e;
	font-family: colusregular, Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-weight: 400;
    letter-spacing: 0.25em;
	line-height: 1.2em;
}

h2, .h2 {
	color:#b7265e;
	font-family: colusregular, Helvetica, Arial, sans-serif;
	font-size: 1.85em;
	font-weight: 400;
    letter-spacing: 0.25em;
	line-height: 1.4em;
}

h3, .h3 {
	color:#b7265e;
	font-family: colusregular, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
    letter-spacing: 0.25em;
	line-height: 1.4em;
}

h4, .h4 {
	color:#b7265e;
	font-size: 1.3em;
	line-height: 1.4em;
}

h5, .h5 {
	color:#b7265e;
	font-size: 1.2em;
	line-height: 1.4em;
}

p {
    font-size:1.15em;
}

h6, .h6 {
	font-size: 1.15em;
}

strong {
	font-weight:700;
}

em {
	color:#000;
}

/***********************************************************************************************/
/* CUSTOM STYLES */
/***********************************************************************************************/

.alignleft {
	clear:both;
	display:block;
	margin-bottom:30px;
}

.aligncenter {
	display:block;
	margin-right:auto;
	margin-left:auto;
}

.alignright {
	clear:both;
	display:block;
	margin-bottom:30px;
}

@media only screen and (min-width: 768px) {
	
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-bottom:30px;
	margin-left:30px;
}

.collapse {
	margin-top:0;
}

}

/***********************************************************************************************/
/* BACKGROUNDS */
/***********************************************************************************************/

.bg-dark {
	background-color:#8f5140 !important;
}

.bg-bronze {
	background-color:#cf834d;
}

.bg-green {
    background-color:#54533f !important;
}

.bg-white {
	background-color:#FFF;
}

/***********************************************************************************************/
/* BUTTONS */
/***********************************************************************************************/

button:focus,
.btn:focus {
    outline: none !important;
}

.btn-primary,
.elementor-button-link.elementor-button.elementor-size-xs,
.elementor-button-link.elementor-button.elementor-size-sm,
.elementor-button-link.elementor-button.elementor-size-md,
.elementor-button-link.elementor-button.elementor-size-lg,
.elementor-button-link.elementor-button.elementor-size-xl,
.frm_button_submit {
	background-color:#000!important;
	border:none !important;
    border-radius: 30px !important;
    box-shadow: none !important;
	color:#FFF !important;
	font-family: colusregular, Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.25em !important;
    line-height:1em !important;
    margin:0 !important;
    padding-top:0.85em !important;
    padding-right:1.5em !important;
    padding-bottom:0.85em !important;
    padding-left:1.5em !important;
    text-transform: uppercase !important;
}

.btn-primary:hover,
.btn-active:active,
.elementor-button-link.elementor-button.elementor-size-xs:hover,
.elementor-button-link.elementor-button.elementor-size-sm:hover,
.elementor-button-link.elementor-button.elementor-size-md:hover,
.elementor-button-link.elementor-button.elementor-size-lg:hover,
.elementor-button-link.elementor-button.elementor-size-xl:hover,
.frm_button_submit:hover {
	background-color:#333 !important;
	border:none !important;
    color:#FFF !important;
}

.btn-secondary {
	background-color:#cf834d !important;
	border:none;
    border-radius: 30px !important;
    box-shadow: none !important;
	color:#FFF !important;
	font-family: colusregular, Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.25em !important;
    line-height:1em !important;
    margin:0 !important;
    padding-top:0.85em !important;
    padding-right:1.5em !important;
    padding-bottom:0.85em !important;
    padding-left:1.5em !important;
}

.btn-secondary:hover {
	background-color:#dd9362 !important;
	color:#FFF !important;
}

/***********************************************************************************************/
/* CAROUSEL */
/***********************************************************************************************/

/* Caption hidden for mobile */
.carousel-caption {
  	/*display:none;*/
}

.carousel-item {
	background-position: top !important;
	background-size: cover;
	background-repeat: no-repeat;
	height:500px;
}

@media only screen and (min-width: 768px) {

.carousel-item {
	height:550px;
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
	height:600px;
}

}

@media only screen and (min-width: 1200px) {

.carousel-item {
	height:700px;
}

}

@media only screen and (min-width: 1300px) {

.carousel-item {
	height:750px;
}

}

@media only screen and (min-width: 1400px) {

.carousel-item {
	height:800px;
}

}

@media only screen and (min-width: 1600px) {

.carousel-item {
	height:850px;
}

}

/***********************************************************************************************/

blockquote {
    margin-bottom:25px !important;
}

blockquote p {
    background-color: #002561;
    box-shadow: 0 0 0 #002561,0 0 0 #002561;
    box-decoration-break: clone;
    color:#FFF !important;
    display:inline !important;
    font-size:1.2em;
    line-height:1.8em;
    padding:0.5em;
}

.clear {
	clear: both;
}

.colus {
	font-family: colusregular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.25em;
}

.collapse {
	/*margin-top:40px;*/
}

@media (min-width: 1500px) {
    
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1420px !important;
      }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1420px !important;
    }
}

.credit {
    color: #FFF;
    font-size: 0.65em;
    font-weight: 600;
    position: absolute;
    opacity:0.5;
    bottom: 40px;
    right: 10px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    transform: rotate(-90deg);
    z-index: 99;
}

@media only screen and (min-width: 768px) {

footer.bg-dark {
    background-image: url("images/bg-footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 450px;
}
    
}

.header-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.maps iframe {
    pointer-events: none;
}

.max-500,
.max-600,
.max-700,
.max-800,
.max-900 {
    margin:auto;
}

.max-500 {
    max-width:500px;
}

.max-600 {
    max-width:600px;
}

.max-700 {
    max-width:700px;
}

.max-800 {
    max-width:800px;
}

.max-900 {
    max-width:900px;
}

/***********************************************************************************************/
/* NAVIGATION */
/***********************************************************************************************/

.navbar-toggler {
    border:0 !important;
	position:relative;
	margin-left:auto;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(250, 250, 250, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar {
	font-family: colusregular, Helvetica, Arial, sans-serif;
    font-size:1rem;
    font-weight: 400;
	letter-spacing:0.25em;
	margin-bottom:0;
    z-index: 999;
}

.navbar-nav {
    background-color:rgba(0,0,0,0.30);
    padding:20px;
}

@media only screen and (min-width: 1200px) {

.navbar-nav {
    background-color:transparent;
    padding:0px;
}

}

.navbar li {
	margin:0;
}

.nav-link {
    color:#FFF !important;
}

.nav-link.btn-primary,
.nav-link.btn-secondary {
    color:#FFF !important;
}

.nav-link:hover,
.nav-link:active {
    color:#dd9362 !important;
}

.nav-link.btn-primary,
.nav-link.btn-primary {
    color:#b7265e !important;
}

.nav-link.btn-primary:hover,
.nav-link.btn-primary:active {
    color:#db5e91 !important;
}

.nav-link.btn-secondary:hover,
.nav-link.btn-secondary:active {
    color:#FFF !important;
}

.dropdown-item:hover,
.dropdown-item:active {
    background-color:#668062; 
    color:#FFF;
}

.dropdown-toggle:focus {
	outline-color: none;
	outline-style: none;
	outline-width: 0;
}

/***********************************************************************************************/

.required {
	position:absolute;
	right:30px;
}

.rounded {
    border-radius: 8px 8px 8px 8px !important;
    overflow: hidden;
}

.small {
    font-size:80% !important;
}

.thumb {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	padding-bottom:60%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:100%;
}

.thumb-small {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	margin-bottom:20px;
	padding-bottom:70%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	width:95%;
}

.thumb:hover,
.thumb-small:hover {
	background-size:120%;
	transition: 2s 
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.white a:link,
.white a:active,
.white a:visited {
	color:#FFF;
}

.white a:hover {
	color:#dd9362;
}

.widget-image-caption.wp-caption-text {
    color:#FFF !important;
    display:block;
    font-size:0.8em;
    font-weight: 700 !important;
    line-height:1em;
    padding:1em;
    position:absolute;
    z-index:9;
    right:0;
    bottom:0;
}

.with_frm_style .frm_primary_label {
    color:#FFF !important;
}

@media only screen and (min-width: 767px) {

}

@media only screen and (min-width: 1200px) {

}

/***********************************************************************************************/
/* BACK TO TOP */
/***********************************************************************************************/

.go-top {
	background-color: #888;
	border-radius:8px 8px 0 0;
	bottom:0;
	color: white;
	display: none;
	font-size: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left:1em;
	position: fixed;
	right: 2em;
	text-decoration: none;
}

.go-top:hover {
	background-color: #666;
}
