/*
Theme Name: Tourism Ticker 2022
Theme URI: https://www.webstudio.nz
Author: Webstudio
Author URI: https://www.webstudio.nz
Description: Bootstrap 4.4.1
Version: 1.0
License: Webstudio NZ Limited
License URI: http://www.webstudio.nz
Tags: Webstudio
Text Domain: bootstrap4.4.1
*/

body, td, th {
	font-family: 'PT Serif', serif;
    font-weight: 400;
	color: #333;
	background-color: #ffffff;
	font-size: 18px; /* Default 16px */
}
p {
	line-height: 1.7em;
}
h1, h2 {
	font-family: 'PT Serif', serif;
    font-weight: 400;
}
h3, h4, h5, h6 {
    font-family: 'PT Serif', serif;
	/*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
}
.roboto {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* MOBILE HEADINGS */
h1 {
	font-size: 28px; /* Default 40px */
}
h2 {
	font-size: 24px; /* Default 32px */
}
h3 {
	font-size: 22px; /* Default 28px */
}
h4 {
	font-size: 20px; /* Default 24px */
}
h5 {
	font-size: 18px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
figcaption{
    color: #999;
    font-style: italic;
    font-size: small;
}
/* END MOBILE HEADINGS */


a:link {
	color: #0b2b51;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0b2b51;
}
a:hover {
	color: #ee4036;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0b2b51;
}



/* COLOURS */
.white {
	color: #ffffff;
}
.red {
	color: #ee4036;
}
.blue {
	color: #0b2b51;
}
.grey {
	color: #cccccc;
}
hr {
    border-top: 1px solid #ee4036;
    padding-bottom: 10px;
}

/* BUTTONS */
.btn-red {
	background-color: #ee4036;
	color: #FFF;
	border-radius: 0px;
    	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.btn-red:hover {
	background-color: #ee4036;
	color: #FFF;
	border-radius: 0px;
    	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* SECTION GREY */
.section-grey {
	background: #f8f8f8;
	color: #0b2b51;
}
.section-grey a:link {
	color: #0b2b51;
	text-decoration: none;
}
.section-grey a:visited {
	color: #0b2b51;
	text-decoration: none;
}
.section-grey a:hover {
	color: #ee4036;
	text-decoration: none;
}
.section-grey a:active {
	color: #0b2b51;
	text-decoration: none;
}

/* SECTION MID GREY */
.section-mid-grey {
	background: #ccc;
	color: #fff;
}
.section-mid-grey a:link {
	color: #fff;
	text-decoration: none;
}
.section-mid-grey a:visited {
	color: #fff;
	text-decoration: none;
}
.section-mid-grey a:hover {
	color: #fff;
	text-decoration: none;
}
.section-mid-grey a:active {
	color: #fff;
	text-decoration: none;
}


/* SECTION BLUE */
.section-blue {
	background: #0b2b51;
	color: #fff;
}
.section-blue a:link {
	color: #ffff;
	text-decoration: none;
}
.section-blue a:visited {
	color: #fff;
	text-decoration: none;
}
.section-blue a:hover {
	color: #fff;
	text-decoration: none;
}
.section-blue a:active {
	color: #fff;
	text-decoration: none;
}


/* SECTION RED */
.section-red {
	background: #ee4036;
	color: #fff;
}
.section-red a:link {
	color: #ffff;
	text-decoration: none;
}
.section-red a:visited {
	color: #fff;
	text-decoration: none;
}
.section-red a:hover {
	color: #fff;
	text-decoration: none;
}
.section-red a:active {
	color: #fff;
	text-decoration: none;
}


/* SECTION WHITE */
.section-white {
	background: #fff;
	color: #333;
}
.section-white a:link {
	color: #333;
	text-decoration: none;
}
.section-white a:visited {
	color: #333;
	text-decoration: none;
}
.section-white a:hover {
	color: #333;
	text-decoration: none;
}
.section-white a:active {
	color: #333;
	text-decoration: none;
}



/* MOBILE MENU */
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #eee;
    overflow-y: scroll; /* was hidden */
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%; /* was 25% */
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px; /* was 36px */
    color: #333;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #333;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* TEXT ALIGNS */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
}
/* END TEXT ALIGNS */


/* XS - Extra Small Devices, Phones */ 
/*@media (min-width : 320px) {
.container {
	max-width: 290px;
}
.text-align-left-desktop-centre-phone {
	text-align: center;
}
.text-align-right-desktop-centre-phone {
	text-align: center;
}
}*/


/* SM - Small Devices, Phones*/
@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}


/* MD - Medium Devices, Tablets */
@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}


/* LG - Large Devices, Desktops */
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
	
/* DESKTOP HEADINGS */
h1 {
	font-size: 28px; /* Default 40px */
}
h2 {
	font-size: 24px; /* Default 32px */
}
h3 {
	font-size: 22px; /* Default 28px */
}
h4 {
	font-size: 20px; /* Default 24px */
}
h5 {
	font-size: 18px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
/* END DESKTOP HEADINGS */	
	
}


/* XL - Large Devices, Wide Screens */
@media (min-width: 1200px) {
.container {
	max-width: 1140px;
}
}


/* XXL - Large Devices, Wide Screens */
@media (min-width: 1600px) {
.container {
	max-width: 1540px;
}
}


/* WORDPRESS */
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}