/**
* Override.css
* 6/17/2021
*
* Overrides the themes default styling. 
*
* Quest Digital 2021
*/

/* Theme colors */
/* owl */

.owl-theme .owl-controls .owl-buttons div {
	padding: 1px 18px;
}

.owl-pagination {
	display: none;
}



@font-face {
	font-family: 'Collegia';
	src: url("../css/fonts/Collegia.ttf") format('opentype');
}

:root {
	--maroon: #6F0C24;
	--white: #ffffff;
	--brown: #4e2714;
	--black: #000000;
	--pink: #f08080;
	--beige: #DECBA5;
	--orange: #f3763c;
	--amber: #883000;
	--purple: #003D45; /* branded purple */
	--mediumblue: #49b9d4;
	--blue: #077580; /* branded blue rgb(0,69,124) */
	--merlot: #321410;
	--green: #bbcd50;
	--grey: #fafafa;
	--dark-grey: #2e2e2e; /* branded purple */
	--font-oswald: 'Oswald', sans-serif;
	--font-robotoslab: 'Roboto Slab', serif;
}

.wine
 {
	font-size: 30px;   
    position: relative;
    z-index: 2;
	margin-left: -7px;	
}

.white
 {
	color: var(--white);
}

.orange 
{	
	color: var(--orange);	
}

.beige
{
	color: var(--beige);	
}

.purple
 {
	color: var(--purple);
}
.merlot {
	color: var(--merlot);
}
.blue {
	color: var(--blue);
}

.mediumblue
{
	color: var(--mediumblue);
}

.brown {
	color: var(--brown);
}

.green {
	color: var(--green);
}

.maroon {
	color: var(--maroon);
}

blockquote {
	font-family: "Cabin", sans-serif;
	font-size: 24px;
	line-height: 4rem;
	font-weight: 300;
	color: var(--dark-grey);
	background-color: #eee;
	margin-left: 0px;
	margin-right: 0px;
	/* border-top: 1px solid var(--plum); */
	/* border-bottom: 1px solid var(--plum);*/
	border-left: 0;
	border-radius: 1px !important;
	padding: 3rem;
}

blockquote:before {
  font-family: "fontello";
  font-weight: 400;
  /*content: '\ec03';*/
  color: var(--white);
  margin-right: 0.25em;  
}

.slide-title-inner-wrapper
{
	width: 100% !important;
}

#header-text {
	background: RGBA(7,117,128,0.7);
	margin-top: 9%;
	border-radius: 4px;
	padding: 20px 40px;
	letter-spacing: 1px;
	width: 100% !important;
	margin-bottom: 0px;
}

	#header-text h1 {
		font-family: canada-type-gibson, sans-serif;
		font-weight: 700;
		font-style: normal;
		
		font-size: 54px;
		line-height: 68px;
		opacity: 1;
		text-transform: uppercase;
		text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
	}
	#header-text p {
		margin-top: 15px;
		color: #fff;
		opacity: 1;
		font-family: "Cabin", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 20px;
		margin-bottom: 20px;
		text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	}

	#header-text p a
	{
		color: white;
		text-decoration: underline;
	}

	#header-logo {
		margin-top: 20px;
		width: 175px;
	}

p span
{
	font-weight: normal;
	color:#094268;
}

.abstract {
	font-family: "Cabin", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 40px;
	color: var(--white);
	font-weight: 300;
	background: #49B9D4;
	padding: 18px 28px;
}

.blue-abstract {
	font-family: "Cabin", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 44px;
	color: var(--white);
	font-weight: 300;
	background: var(--purple);
	padding: 18px 28px;
}


.abstract a, .blue-abstract a
{ color: #fff; text-decoration: underline;}


	.abstract a:hover, .blue-abstract a:hover {
		color: #fff;
		text-decoration: none;
	}

a {
	color: var(--blue);
}

a:hover
{
	color: #30434d;
}

h2, .h2 {
	line-height: 60px;
	font-size: 40px;
	text-align: center;
	color: var(--blue);
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	padding: 10px 0px;
	width: 100%;
	margin-bottom: 0 !important;
}


.blue-abstract h3 {
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background: none;
	margin-bottom: 10px;
}

.blue-abstract ul
{
	font-size: 18px;
}

.bold400 a
{
	color: var(--blue) !important;
}

h4 {
	color: var(--blue);
	line-height: 44px;
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.footer-link
{
	clear: both !important;
	color: var(--white);
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}

footer p a
{
	color: var(--green);
}

footer p a:hover{
	color: #fff;
}

footer p
{
	margin-top: 60px;
	color: #fff;
	text-align: left;
}

#logo-wrapper
{
	text-align: center;
	float: none;
}


.bold { 
	font-weight: bold;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

p {
	font-family: "Cabin", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 17px;
	margin-bottom: 30px;
}

.caption
{
	margin-top: 6px;
	margin-left: 10px;
	font-size: 14px;
	width: auto;
}

.image-divider .divider-overlay, .video-divider .divider-overlay
{
	opacity: 0.1;
}

.image-divider.fixed-height.customh
{
	height:800px;
}

a.de-button,
span.de-button,
input[type=submit] {
	background-color: var(--blue) !important;
	line-height: 26px;
	width: 80%;
	border: 0 !important;
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#narrative-header {
	/*font-size: 2.75rem;*/
	text-align:center;
}

#narrative-header .cat {
	padding-right: 5px;
}

#nav-bar
{	
	background-color: var(--white);
	padding: 20px 10px !important;
}

.icon-and-title
{
	margin-left: 0;
}

#nav-bar #img-logo img
{
	width: 175px;
}

p
{
	color: #333;
}
 
/* @keyframes clink-left { */
	/* 0% { left: 0;} */
	/* 50%{ left : 10px;} */
	/* 100%{ left: 0;} */
/* } */

/* @keyframes clink-right { */
	/* 0% { right: 0;}	 */
	/* 50%{ right: 10px; transform: rotate(-25deg);} */
	/* 100%{ right: 0;} */
/* } */


/* .wine.animate-left{ */
	/* position: absolute; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* left: 0; */
	/* right: 0; */
	/* animation:linear infinite alternate; */
	/* animation-name: clink-left; */
	/* animation-duration: 3s; */
/* } */


/* .wine.animate-right{ */
	/* position: absolute; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* left: 0; */
	/* right: 0; */
	/* animation:linear infinite alternate; */
	/* animation-name: clink-right; */
	/* animation-duration: 3s; */
	
/* } */

/* override theme padding 
	makes things tighter around text and heroes
*/
.section-padding { padding: 42px 0; }

/*
change the color on image overlays
*/
.photo-item .layer.hidden-blue-overlay
 {
	background-color: rgba(0,0,0, 0.1);	
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
	background: #49b9d4 !important;
}

.item p
{
	margin-bottom: 0px;
}

/* change image gallery buttons */
.de-button {
	background-color: var(--blue) !important;
	
}
/* change image gallery buttons */
.de-button:hover {
	border-color: var(--white) !important;
}

/* change image gallery modal background */
.mfp-bg {
	background-color: var(--blue) !important;
	opacity: 0.98 !important;
}



footer {
	
}

	footer .alignment {
		background-color: var(--white);
	}

	footer .alignment address p {
		text-align: center;
		font-size: 1.75rem;
		line-height: 2rem;
		margin-bottom: 2px;
	}

footer div[class^="col-md-"] {
	margin-bottom: 10px;
	margin-top: 0px;
	
}

footer .alignment .social li a i {
	color:var(--white);
	font-size: 4.5rem;
}

footer .alignment .social li a i:before {
	margin-right: 0;
}

footer .alignment .social > li {
	padding-right: 0;
}


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


#nav-bar {
	text-align:initial;
	padding: 15px 60px;
	background-color: var(--white);
}

#narrative-header {
	/*font-size: 5rem;*/
	text-align: initial;
}


#narrative-header .cat {
	margin-right: 6px;
}	
	

	
/* Change the footer background color */
footer .alignment {
	background-color: var(--white);
	height: 35%;
}

footer .alignment address p {		
	text-align: right;   
}

footer .alignment .social li a i {
	color:var(--maroon);
	font-size: 2.3rem;
}

footer .alignment .social {
	text-align: right;
}

footer .alignment .social li:not(:last-child) {
	padding-right: 1.0em;	
}
footer div[class^="col-md-"] {
	margin-bottom: inherit;
}

}


@media screen and (max-width: 767px) 
{
	footer .alignment
	{
		height: auto;
		padding: 20px 0 20px 0;
	}

	

	#header-text p
	{
		font-size: 18px;
	}
	
	#header-text
	{
		margin-top: 1%;
	}
	
	#header-text h1
	{
		font-size: 32px;
		line-height: 44px;
	}
	
	#slide-arrow
	{
		display: none;
	}
}