/**
* Override.css
* 6/15/2021
*
* Overrides the themes default styling. 
*
* Quest Digital 2021
*/

/* Theme colors */

:root {
	--maroon: #6F0C24;
	--red: #db241c;
	--white: #ffffff;	
	--brown: #4e2714;
	--black: #000000;
	--pink: #f08080;
	--beige: #DECBA5;
	--orange: #f37445;
	--amber: #883000;
	--purple: #aa237a; /* branded purple */
	--mediumblue: #5f7caf;
	--blue: #175f7d; 
	--merlot: #321410;
	--green: #a19e35;
	--grey: #999; 
	--dark-grey: #2e332a; /* 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);
}

.slide-overlay,
.divider-overlay
{
	opacity: 0 !important;
}

blockquote:before {
  font-family: "fontello";
  font-weight: 400;
  /*content: '\ec03';*/
  color: var(--white);
  margin-right: 0.25em;  
}

#header-text img
{
	width: auto;
	padding: 20px;
}

.image-divider .divider-overlay, .video-divider .divider-overlay
{
	opacity: 0.1;
}

#header-text
{	
     background: #175e7dde;
	border-radius: 4px;
	font-weight: normal;
	padding: 20px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1.0);
}

#header-text h1
{
	font-family: 'Roboto', sans-serif;
		font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	line-height: 52px;
	opacity: 1;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1.0);
}
#header-text p
{
	margin-top: 10px;
	color: #fff;
	opacity: 1;
	font-family: 'Roboto', sans-serif;	
	font-size: 20px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
}

#header-logo
{
	margin-top: 20px;
	width: 135px;
}

.abstract
{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 44px;
	font-family: 'Roboto', sans-serif;
	color: var(--white);
	padding: 30px;
	background:  var(--green);
	margin-bottom: 40px;
}

.abstract h3
{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
}

.abstract p
{
	color: #fff;
}

a
{
	color: var(--blue);	
	text-decoration: underline;
}

a:hover
{
	color: var(--mediumblue) !important;
}

h2
{
	line-height: 60px;
	color: var(--blue);
	font-weight: 500;
	text-align: center;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

h4
{
	font-weight: bold;
	line-height: 44px;
	font-family: 'Roboto', sans-serif;
}

footer p 
{
	margin-top: 60px;
	color: #fff;
	text-align: left;
	
}

strong
{
	font-weight: bolder;	
}

.bold400,
.feature-wrapper p
{
	text-align: center !important;
}

.bold400 i 
{
	font-size: 34px;
}

footer p  a
{
	color: var(--green);
}

#logo-wrapper
{
	text-align: center;
	float: none;
}

.bold
{ 
	font-weight: bold;
}

.center
{
	margin: 0 auto;
	text-align: center;
}

.caption
{
	margin-top: 6px;
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px;
	width: auto;
	font-family: 'Roboto', sans-serif;

}

p {
	font-family: 'Roboto', sans-serif;
	color: rgba(26,26,26,.7);
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 42px;
	font-weight: 500;
  }

a.de-button,
span.de-button,
input[type=submit]
{
	background-color: var(--blue) !important;
	line-height: 26px;
	width: 80%;
	border:0 !important;
}

#narrative-header {
	/*font-size: 2.75rem;*/
	text-align:center;
}


#narrative-header .cat {
	padding-right: 5px;
}

#nav-bar
{	
	background-color: var(--white);
}

.icon-and-title
{
	margin-left: 0;
}

#nav-bar #img-logo img
{
	width: 110px;
}

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,69,124, 0.4);	
}

/* 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: 1 !important;
}

footer, footer .alignment
{
	background: var(--dark-grey)  !important;
}

footer .alignment address p {	
	
    text-align: center;
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 2px;
	
}

footer div[class^="col-md-"]
{
	margin-bottom: 30px;
}

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;
}	
	
blockquote
 {	
	font-size: 24px;
	font-weight: 500;
	line-height: 44px;
	font-family: 'Roboto', sans-serif;
	color: var(--blue);
	padding: 30px;
	margin-bottom: 42px;
	border: 0;
	/* border-top: 1px solid var(--plum); */
	/* border-bottom: 1px solid var(--plum); */
	/* border-right: 1px solid var(--plum); */
	/* border-left: 8px solid var(--plum); */
}
	
/* Change the footer background color */
footer .alignment {
	background-color: var(--dark-grey);
	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;
}

}
