/* Portfolio specific styles */
/* make sure to enqueue the style in functions.php */

/* IMPORT GOOGLE FONTS.css */
@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;500;900&display=swap');


:root { 
	/* Portfolio Colors */
	--text_grey: #888;
  --dark_grey: #2B2B2B;
  --page_grey: #050505;/*#222;*/
  --entry_grey: #050505;
}


/* COMMON.css HTML ELEMENTS */

html {
	background-color: var(--dark_grey);
	background-image: url("../images/portfolio/bg_paper.png");
	color: var(--text_grey);
	font-family: 'Roboto Slab';
  font-weight: 300;
}

body, .home, .archive, .page-template-default, .post-template-default, .comic-template-default, .single-tribe_events {
	background-color: var(--dark_grey);
	border: 3px solid #555;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .25), inset 0 0 18px 9px rgba(0, 0, 0, .35);
}

#header, #footer {
	background-image: url("../images/portfolio/bg_canvas-blk.png");
	background-color: var(--dark_grey);
	box-shadow: inset 0 0 9px 5px rgba(0, 0, 0, .35);
	color: var(--text_grey);
}

#header-title {
	/* Logo Image for the site/subsite */
	max-height: 200px;
  content:url('../images/portfolio/header_title.png');
}

.type-page {
	background-color: var(--page_grey);
}

.entry {
  background-color: var(--entry_grey);
	background-image: url("../images/portfolio/bg_canvas-blk.png");
  text-align: center;
}

h2.page-title, h2.portfolio-title {
	color: var(--text_grey);
  text-shadow: 0px 0px 9px rgba(0, 0, 0, .55);
}

#page-wrap, #page, #content-wrapper, #subcontent-wrapper {
  text-align: center;
}

#sidebar-left {
  visibility: hidden;
}

#content {
  max-width: unset;
  float: unset;
  margin-left: auto;
  margin-right: auto;
}

.narrowcolumn {
  width: 90%;
}

/* LINKS.css */

#menubar-wrapper {
  line-height: 1.55rem !important;
}

.menu ul li a:hover {
	background: var(--text_grey); /*background of menu items during onmouseover (hover state)*/
	text-shadow: 0px 1px 1px #000;
}

.post-content a:link, .post-content a:visited, .entry a:link, .entry a:visited  {
	color: var(--text_grey);
	font-weight: 700;
}

.post-content a:hover, .entry a:hover {
	color: var(--bright_pink);
}

/* TLPPORTFOLIO.css */

.tlp-portfolio * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}

.tlp-portfolio-container.tlp-single-detail {
  display: block;
  width: 100%;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}

.tlp-portfolio ul {
  margin: unset;
  padding: unset;
}

.tlp-portfolio ul li {
  list-style: unset; 
  background: unset;
  margin-left: unset;
  margin-bottom: unset;
}

.tlp-portfolio .carousel3 .tlp-overlay,
.tlp-portfolio .layout1 .tlp-overlay { /* Overlay color tinting when hovering over a Portfolio item */
  background-color: rgba(236, 0, 140, .65) !important;
  background: rgba(236, 0, 140, .65) !important;
}

.tlp-single-detail {
  margin-top: var(--wide_margin);
}

.description-section {
  width: 100%;
  display: block;
}

.portfolio-feature-img img,
.portfolio-details img {
  background-color: #eee;
  border: var(--lg_radius) solid #eee;
	border-radius: var(--lg_radius);
	box-shadow: 0 5px 3px -3px #001424;
}

.portfolio-details img {
  margin-bottom: var(--wide_margin);
}

/* PAGINATION LINKS */

.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > span,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > span:hover {
  color: var(	--text_grey);
  background: none;
  border: none;
  cursor:auto;
}

.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > span,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > span:hover {
  color: #fff;
  background-color: rgba(236, 0, 140, .65);
  border: none;
  cursor: auto;
}

.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > li > a {
  color: rgba(236, 0, 140, .65);
  background: none;
  border: none;
}