/*
Theme Name: Issimo Shoes 2022
Theme URI: http://www.macstudio.co.nz
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Description: Bootstrap 4.3.1
Version: 1.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Tags: hello
Text Domain: bootstrap4
*/

body, td, th {
	font-family: 'Arial', helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 16px; /* Default 16px */
}
p {
	line-height: 2em;
}
h1 {
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	color: #c99b4c;
}
h2, h3, h4, h5, h6 {
	font-family: 'EB Garamond', 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 */
}
/* END MOBILE HEADINGS */


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #000;
}


/* COLOURS */
.white {
	color: #fff;
}
.black {
	color: #000;
}
.gold {
	color: #c99b4c;
}


/* BUTTONS */
.btn-gold {
	background-color: #c99b4c;
	color: #FFF;
	border-radius: 0px;
    font-family: 'EB Garamond', serif;
	font-weight: 400;
}
.btn-gold:hover {
	background-color: #c99b4c;
	color: #FFF;
	border-radius: 0px;
    font-family: 'EB Garamond', serif;
	font-weight: 400;
}
.btn-black {
	background-color: #000000;
	color: #FFF;
	border-radius: 0px;
    font-family: 'EB Garamond', serif;
	font-weight: 400;
}
.btn-black:hover {
	background-color: #000000;
	color: #FFF;
	border-radius: 0px;
    font-family: 'EB Garamond', serif;
	font-weight: 400;
}


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


/* SECTION BLACK */
.section-black {
	background: #000;
	color: #fff;
}
.section-black a:link {
	color: #c99b4c;
	text-decoration: none;
}
.section-black a:visited {
	color: #c99b4c;
	text-decoration: none;
}
.section-black a:hover {
	color: #c99b4c;
	text-decoration: none;
}
.section-black a:active {
	color: #c99b4c;
	text-decoration: none;
}


/* SECTION GREY */
.section-grey {
	background: #eee;
	color: #000;
}
.section-grey a:link {
	color: #000;
	text-decoration: none;
}
.section-grey a:visited {
	color: #000;
	text-decoration: none;
}
.section-grey a:hover {
	color: #000;
	text-decoration: none;
}
.section-grey a:active {
	color: #000;
	text-decoration: none;
}


/* SECTION GOLD */
.section-gold {
	background: #c99b4c;
	color: #fff;
}
.section-gold a:link {
	color: #fff;
	text-decoration: none;
}
.section-gold a:visited {
	color: #fff;
	text-decoration: none;
}
.section-gold a:hover {
	color: #fff;
	text-decoration: none;
}
.section-gold a:active {
	color: #fff;
	text-decoration: none;
}


/* SECTION BLUE */
.section-blue {
	background: #0077c0;
	color: #fff;
}
.section-blue a:link {
	color: #fff;
	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;
}


/* NAV */
.navbar-toggler {
	border: none !important;
	color: #FFF !important;
	position:relative;
	margin:auto;
}

.navbar-toggler-icon {
}

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

.navbar-toggler {
	position:relative;
	margin:0 0 0 auto;
}
}

.navbar {
}

.navbar li {
	margin:0;
}

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

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

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

.dropdown-item {
	color:#000 !important;
}

.dropdown-item:hover {
	background:#ccc;
	color:#FFF !important;
}

.dropdown-item:active {
	background:#ccc;
	color:#FFF;
}

/* END NAV */


/* 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 */


/* 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: 40px; /* Default 40px */
}
h2 {
	font-size: 32px; /* Default 32px */
}
h3 {
	font-size: 28px; /* Default 28px */
}
h4 {
	font-size: 24px; /* Default 24px */
}
h5 {
	font-size: 20px; /* 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
}