@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Normal.otf") format("opentype");
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Normal.otf") format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-SemiBold.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Black.otf") format("opentype");
	font-weight: 800;
}

div.save-prompt span.noty_text
{
	color: transparent !important;
	content: 'Save changes and continue editing?';
}

div.save-prompt::before
{
	content: 'Save changes and continue editing?';
}

button.save strong::after
{
	content: ' and Continue';
}

body {
	padding-top: 3rem;
	padding-bottom: 2.5rem;
	background-color: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.hidden {
	display: none !important;
}

.alert .material-icons {
	line-height: 1.5;
}

.alert-danger {
    background-color: #f8d7da !important;
}

.pointer {
	cursor: pointer;
}

::-webkit-input-placeholder {
    color: #e84b22 !important;
}

::-moz-placeholder {
    color: #e84b22 !important;
}

::-ms-placeholder {
    color: #e84b22 !important;
}

::placeholder {
    color: #e84b22 !important;
}

a {
	color:  #e84b22!important;
}

.dropdown-item:active {
	background-color: transparent;
}

p, h1, h2, h3, h4, h5 {
	color: #000;
}

h1, h2, h3, h4, h5 {
	font-family: Garamond, serif !important;
}

.color-brown,
.iHead, iHeadMain, 
h4 {
	color: #4F2C1D;
}

.bg-brown {
	background-color: #4F2C1D;
}

.btn.btn-brown {
    color: #fff !important;
    background-color: #4F2C1D;
    border-color: #4F2C1D;
}

.btn.btn-secondary,
a.btn.btn-secondary {
    color: #fff !important;
}

.btn.btn-primary,
a.btn.btn-primary {
    color: #fff !important;
    background-color: #e84b22!important;
    border-color: #e84b22!important;
}

.btn.btn-yellow {
    color: #fff !important;
    background-color: #E19442;
    border-color: #E19442;
}

.text-red {
	color: #b23a25;
}

.btn.btn-red {
    color: #fff !important;
    background-color: #b23a25;
    border-color: #b23a25;
}

.btn.btn-turquoise {
    color: #fff !important;
    background-color: #28A19F;
    border-color: #28A19F;
}

.btn.btn-magenta {
    color: #fff !important;
    background-color: #88234B;
    border-color: #88234B;
}

.label > a {
	color: #fff;
}

.label > a:hover {
	color: #fff;
}

.container-main {
	max-width: 1280px;
}

/*---- NAV ---- */
.navbar {
	background-color: #2d2d2c;
}

@media screen and (max-width: 576px)
{
	nav .nav-link {
		display: inline-block;
		text-align: left;
		z-index: 1;
	}
	nav .btn-group {
		display: block;
		justify-content: space-between;
		position: relative;
	}
	nav .nav-link.dropdown-toggle {
		text-align: right;
		position: absolute;
		right: 0px;
		width: 35%;
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .nav-link.dropdown-toggle:active {
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .dropdown-submenu .dropdown-toggle::after {
		transform: rotate(0deg);
	}
	nav .dropdown-item {
		white-space: normal;
	}
}

@media screen and (min-width: 576px) {
	.btn-group.show ul.dropdown-menu.show {
		position: absolute;
	}
	
	nav .nav-link {
		padding-right: 0px !important;
	}
	nav .nav-link.dropdown-toggle {
		padding-left: 0px !important;
	}
	.nav-item {
		padding: 0px 10px;
	}
}

.dropdown-menu .dropdown-item {
	position: relative;
}

.dropdown-menu .material-icons {
	position: relative;
	top: 6px;
}

.headerContainer {
	max-width: 1190px;
	margin: auto;
}

#hero-main {
	margin-right: -15px;
	margin-left: -15px;
}

.slogan {
    background-color: #5A452F;
    position: relative;
    margin-bottom: -1px;
    z-index: 101;
}

.headerContainer .swoop {
    background: url(/images/site/swoop.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 100;
    height: calc(100vw * .0525);
    margin-bottom: calc((100vw * .05 * -1) - 1px);
}

.banner-main .item {
    position: relative;
    z-index: 1;
}

.banner-main figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*-------------------- search input -------------------- */
#searchInput {
	color: #000;
	background-color: #eee;
	border: 1px solid #000;
}
#searchInput::placeholder {
	color: #fff;
}

/*--------------------- submenu nav -------------------- */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a *:hover {
	text-decoration: underline;
}

.dropdown-submenu .dropdown-toggle {
	cursor: pointer;
}

.dropdown-submenu .dropdown-toggle::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}


/*--------------------- breadcrumb -------------------- */
.breadcrumb {
	margin-bottom: 10px !important;
}

/*--------------------- main content -------------------- */
.row-main-content {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* -------------------- right column ------------------ */
#content-container-right .card {
	margin-bottom: 20px;
}

.card-header strong {
	font-size: 17px;
	font-weight: 800;
}

#search-container {
	margin-bottom: 10px;
}

.div-search {
	display: inline-block;
	margin-left: 5px;
}

/* --------------------- footer styles ----------------- */
.row-footer {
	margin: 20px 0px 10px 0px;
}

/* --------------------- dialog box ----------------- */
.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.dialog > .wrapper {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 350px;
	margin-left: -175px;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.dialog .message {
	margin-bottom: 10px;
	white-space: pre;
}

.dialog .action {
	font-weight: bold;
	margin-bottom: 15px;
}

.dialog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.dialog a + a {
	margin-left: 5px;
}

.dialog .btn-danger {
	float: right;
}
