/*!
Theme Name: PP19
Theme URI: https://www.pop-pac.com/
Author: POP & PAC
Author URI: https://www.pop-pac.com/
Description: Design Portfolio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pp19
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Document
============================================================= */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## STYLING
--------------------------------------------------------------*/

@media screen and (min-width: 0) {

/*--------------------------------------------------------------
## GLOBAL
--------------------------------------------------------------*/
@font-face {
font-family: "Futwora Pro";
src: url("/wp-content/themes/P-P/fonts/FutworaPro-Regular.woff2") format("woff2"),
		url("/wp-content/themes/P-P/fonts/FutworaPro-Regular.woff") format("woff"),
		url("/wp-content/themes/P-P/fonts/FutworaPro-Regular.eot") format("eot");
}

body, html {
	cursor: url('images/Default.png') 15 15, default;
	cursor: -webkit-image-set(url("images/Default.png") 1x, url("images/Default_@2x.png") 2x) 15 15, pointer;
}

body, html, a, p, span, h1, h2, h3, h4, h5, h6, div {
	font-family: "Futwora Pro";
	font-size: 11px;
	line-height: 14px;
	color: black;
	font-weight: 100;
	text-decoration: none;
}

a:hover, .secondary-nav li:hover {
	text-decoration: underline;
	cursor: url('images/Hover.png') 15 15, default;
	cursor: -webkit-image-set(url("images/HOVER.png") 1x, url("images/Hover_@2x.png") 2x) 15 15, pointer;
}

.m-toggle:hover, .c-toggle:hover, .i-c-toggle:hover {
	cursor: url('images/Hover.png') 15 15, default;
	cursor: -webkit-image-set(url("images/HOVER.png") 1x, url("images/Hover_@2x.png") 2x) 15 15, pointer;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
header#masthead, header#single-masthead {
	padding: 20px 20px 15px 20px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.hidden {
	opacity: 0;
}

.hidden, .fix-top, #single-masthead {
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.h-w {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 126px;
  background: white;
  z-index: -1;
}

.fix-top, .p-fix-top {
  width: 100%;
	margin: auto;
	height: 32px;
	margin-bottom: 40px;
	position: relative;
}

.fix-top div, .p-fix-top div {
	position: absolute;
	/* width: 100px; */
	font-size: 30px;
	line-height: normal;
	letter-spacing: -1px;
}

.right {
	text-align: right;
	right: 0;
}

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

.fix-line {
  width: 100%;
  height: 1px;
  background: black;
	margin: 0px auto 10px auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-toggle {
  margin-bottom: 20px;
}

.menu {
	background: white;
	position: relative;
}

.m-toggle, .c-toggle {
  float: left;
}

.c-toggle {
	margin-left: 3.5px;
	display: none;
}

.i-c-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
}

.menu-Wrap {
  clear: both;
  overflow: hidden;
	display: none;
}

.menu-Wrap a {
	color: black;
}

.m-first, .m-second {
  float: left;
  width: 50%;
	margin-bottom: 20px;
}

.info-pane > div {
	position: fixed;
	top: 93px;
	background: white;
	width: 100%;
	padding: 0 20px 20px 20px;
	left: 0;
	right: 0;
	display: none;
	overflow-y: scroll;
	height: 176px;
}

.info-pane p {
	margin-bottom: 0;
}

.i-float p {
  margin-top: 0;
}

.i-float:first-child {
	margin-bottom: 20px;
}

span.pane-title {
  margin: 10px 0 20px 0;
  display: block;
}

.f-m-wrap {
  position: relative;
}

.m-home {
  position: absolute;
	top: 0;
  right: 0;
}

/* .hideme, .fix-top, .f-m-wrap {
	opacity: 0;
	display: none;
} */

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
footer {
  padding: 20px;
}

.address, .contact {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## GLOBAL – PAGE
--------------------------------------------------------------*/
div#content {
  padding: 155px 20px 20px 20px;
}

/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
header.entry-header {
  border-top: 1px solid black;
  padding: 10px 0 40px 0px;
}

h2.entry-title {
  margin: 0;
}

article img {
  display: block;
	position: absolute;
	bottom: 0;
}

article .icon img {
	position: relative;
}

article {
	margin-bottom: 50px;
	position: relative;
}

img.hover {
  position: absolute;
  width: 100%;
  bottom: 0;
	display: none;
}

.callout {
  text-align: center;
}

.callout p {
  display: inline-block;
}

.callout p, .callout a {
  font-size: 15px;
  line-height: normal;
  text-align: center;
	margin: 0;
}

.icon {
  height: 100%;
}

article .icon img {
  display: block;
  height: 100%;
  width: auto;
}

article.p-icon, article.p-callout {
	border-top: 1px solid black;
	padding-top: 45px;
}

article.p-callout {
	display: table;
	width: 100%;
}

.callout {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## SINGLE
--------------------------------------------------------------*/
body.single article {
	width: 100%;
	margin: auto;
}

.images-Container img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.images-Container > img:last-child {
	margin-bottom: 20px;
}

.images-Container video {
	display: block;
	width: 80%;
	margin: 80px auto;
}

.images-Container .carousel {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
}

.images-Container .carousel img {
	display: block;
	width: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.thumb {
  width: 8px;
  height: 8px;
  border: 1px solid black;
  border-radius: 50%;
	display: inline-block;
  margin: 0 2.5px;
}

.thumb-wrap {
  margin-top: -20px;
  position: absolute;
  width: 100%;
  z-index: 5;
  display: block;
}

.black {
	background: black;
}

.prev, .next {
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 5;
}

.prev {
	left: 0;
	cursor: url('images/Prev.png') 50 50, pointer;
	cursor: -webkit-image-set(url("images/Prev.png") 1x, url("images/Prev_@2x.png") 2x) 15 15, pointer;
}

.next {
	right: 0;
}

.next:hover {
	cursor: url('images/Next.png') 50 50, pointer;
	cursor: -webkit-image-set(url("images/Next.png") 1x, url("images/Next_@2x.png") 2x) 15 15, pointer;
}

img.slider {
  width: 100%;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  opacity: 0;
}

img.active {
  opacity: 1;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.images-Container .carousel > img.slider:first-of-type {
  position: relative;
}

.bit {
	border-top: 1px solid black;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

nav.navigation.post-navigation {
  margin-top: 80px;
}

nav.navigation.post-navigation h2 {
  display: none;
}

body.single div#content {
	padding: 155px 20px 0px 20px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.scrollTop {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
}

.copyright {
  border-top: 1px solid black;
  padding-top: 10px;
	margin-top: 20px;
}
/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/
h1.pull {
	font-size: 30px;
	line-height: 35px;
	margin: -3px 0px 0 0;
	border-bottom: 1px solid black;
  padding-bottom: 15px;
}

.a-cap-wrap {
  position: relative;
	height: 10px;
}

.a-cap-wrap p {
  margin: 0;
  position: absolute;
	display: none;
}

body.page div#content {
	padding-bottom: 113px;
}


}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
.menu {
	width: 50%;
}

.info-pane > div {
	width: 52%;
	left: auto;
}
/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
main#main {
  clear: both;
  overflow: hidden;
	min-height: 80vh;
}

article, article.p-callout {
	margin-bottom: 40px;
  width: 48%;
	width: calc(50% - 5px);
  float: left;
}

article:nth-child(odd) {
  margin-right: 4%;
	margin-right: 10px;
}

article.p-icon, article.p-callout {
	border-top: none;
	padding-top: 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.address {
	margin-right: 4%;
  margin-right: 20px;
	width: 48%;
	width: calc(50% - 10px);
}

.contact {
	width: auto;
}

}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.menu {
	width: 32%;
	width: calc(33.1% - 5px);
}

.info-pane > div {
  width: 67.5%;
	width: calc(66.2% + 10px);
}

.i-float {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
article, article.p-callout {
  width: 32%;
	width: calc(33.1% - 5px);
}

article:nth-child(odd) {
  margin-right: auto;
}

article:nth-child(3n - 4) {
  margin: auto 2%;
	margin: auto 10px;
}

/*--------------------------------------------------------------
## SINGLE
--------------------------------------------------------------*/
body.single div#content {
	padding: 155px 20px 20px 20px;
}

.entry-content {
	clear: both;
	overflow: hidden;
}

.bit {
	float: left;
	width: 24%;
	margin: auto 1.3% auto auto;
}

.story.bit {
	margin-right: auto;
	width: 49.4%;
}

.credit.bit {
	width: 100%;
	margin-top: 30px;
  padding-left: 50.6%;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

footer {
	padding: 10px 0 20px 0;
	margin: auto 20px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid black;
}

.scrollTop {
	border: none;
	padding: 0;
}

.scrollTop, .address, .contact, .copyright {
  display: block;
  float: left;
  vertical-align: top;
	width: 24%;
	margin: auto 1.3% auto auto;
}

.copyright {
	border: none;
  margin-right: 0;
	padding: 0;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.menu {
	width: 24%;
	width: calc(25% - 8px);
}

.info-pane > div {
  width: 50.25%;
	width: calc(50% - 10px);
	right: auto;
	left: 24%;
	left: calc(25% - 4px)
}

/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
article, article.p-callout {
  width: 24%;
	width: calc(25% - 8px);
	margin: auto 1.25% 40px auto!important;
	margin: auto 10px 40px auto!important;
}

article:nth-child(3n - 4) {
  margin: auto;
}

article:nth-child(4n) {
  margin-right: 0!important;
}

}

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

@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
header#masthead, header#single-masthead {
  padding: 40px 40px 15px 40px;
}

.fix-top div, .p-fix-top div {
	font-size: 40px;
}

.fix-line {
	margin-top: 60px;
}

.info-pane > div {
	top: 133px;
}

.h-w {
	height: 167px;
}

/*--------------------------------------------------------------
## INDEX
--------------------------------------------------------------*/
div#content {
  padding: 195px 40px 20px 40px;
}

/*--------------------------------------------------------------
## SINGLE
--------------------------------------------------------------*/
body.single div#content {
	padding: 155px 40px 20px 40px;
}
/*--------------------------------------------------------------
## PAGE
--------------------------------------------------------------*/
h1.pull {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
footer {
	margin: auto 40px;
	padding: 10px 0 40px 0;
}

}
