/*!
Theme Name: Palabra De Dios
Theme URI: http://underscores.me/
Author: Nerd Crossing
Author URI: https://nerdcrossing.com
Description: A custom theme for Palabra de Dios
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: palabra-de-dios
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Palabra De Dios is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*
@font-face {
    font-family: "LFTEtica Bold";
    src: url("/wp-content/themes/palabra-de-dios/fonts/LFTEtica-Bold.ttf");
}
*/
@font-face {
    font-family: "LFTEtica";
    src: url("/wp-content/themes/palabra-de-dios/fonts/LFTEtica.ttf");
}

:root {
  --blue: #2A5367;
  --offwhite: #FFFCF3;
  --darkerblue: #91ADB9;
  --lighterblue: #4F6C7B;
  --lightblue: #91ADB9;

  --lighterblue: #BECBD5;
  --darkerblue: #1C3C4A
}



/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var( --darkerblue );
	font-family: LFTEtica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: inline-block;
	width: calc( 100% - 270px);
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 600;
	vertical-align: top;
	padding-top: 50px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.sub-menu {
	flex-wrap: wrap;
	background-color: white;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 300px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	width: 85%;
}

.main-navigation ul li:hover > ul a,
.main-navigation ul li.focus > ul a {
	width: 100%;
	padding-right: 1rem;
}

.main-navigation li {
	position: relative;
	padding: 5px 6px;
	margin-left: 18px;
	border: 1px solid rgba(0,0,0,0);
}
.main-navigation .sub-menu li {
	padding: 3px 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: var( --blue );
}
.main-navigation li.current-menu-item {
	border-color: var( --blue );
}

.main-navigation #menu-item-18 {
	background-color: var( --blue );
	box-shadow: 3px 3px 3px 0px rgba( 0,0,0,0.3 );
}
.menu-item-has-children > a::after {
	content: " \2304";
	position: relative;
	top: -4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled #primary-menu {
	display: block;
	position: absolute;
	top: 100px;
	width: 300px;
	background-color: white;
	right: 120px;
	z-index: 10;
	text-align: right;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: flex-end;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		width: 300px;
	}
	.main-navigation ul li:hover > ul a,
	.main-navigation ul li.focus > ul a {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		width: 300px;
	}
}

@media screen and ( min-width: 950px ) and ( max-width: 1200px ) {
	.main-navigation {
		width: calc( 100% - 220px);
		font-size: 1.1rem;
	}
	.main-navigation li {
		margin-left: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/****
 * Nerd Crossing additions
 */


.nc-width-control {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.nc-flex-me {
	display: flex;
}


/**
 * HEADER
 * Topbar
 */

#nc-header-topbar {
	background-color: var( --blue );
	min-height: 46px;
}
#nc-header-topbar img {
	max-width: 30px;
	position: relative;
	top: 8px;
}
.header-contact-details span {
	display: block;
}
#nc-header-topbar .header-contact-details a {
	color: white;
	text-transform: uppercase;
}
#nc-header-topbar a:hover, 
#nc-header-topbar a:focus, 
#nc-header-topbar a:active {
	color: white;
}


/* Translation */
#nc-header-topbar .header-language-selection {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: calc( 100% - 60px);
}
#nc-header-topbar .header-language-selection a {
	color: white;
}
#nc-header-topbar .header-language-selection a:focus {
	outline: unset;
}
/*
#nc-header-topbar .header-language-selection p {
	margin-bottom: 11px;
	margin-top: 11px;
	font-weight: 600;
}
*/
.header-language-selection #flags {
	width: unset;
	position: relative;
	top: 3px;
}
#flags #sortable {
	float: right !important;
}
#flags .sortable li {
	float: none !important;
	display: inline-block;
}
#flags #English a, #flags #Spanish a {
	background-image: none;
	width: unset !important;
}
#flags #English a:focus, 
#flags #Spanish a:focus {
	background-color: black;
}
.translator-divider {
	color: white;
	margin-left: 10px;
	margin-right: 10px;
}

#search-icon {
	text-align: right;
	cursor: pointer;
	padding-bottom: 10px;
	width: 60px;
	display: inline-block;
}

@media screen and ( min-width: 600px ) {
	#nc-header-topbar .header-social-icons, 
	#nc-header-topbar .header-contact-details, 
	#search-icon {
		display: inline-block;
	}
	#nc-header-topbar .header-social-icons {
		width: 100px;
	}
	#nc-header-topbar .header-contact-details {
		width: calc( 100% - 100px );
	}
	.header-contact-details span {
		display: unset;
		border-left: 1px solid rgba( 255, 255, 255, 0.5 );
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and ( min-width: 850px ) {
	#nc-header-topbar .header-contact-details {
		width: calc( 70% - 100px );
	}
	#nc-header-topbar .header-language-selection {
		width: calc( 30% - 60px);
	}
}




/**
 * Header
 */
.site-header {
	box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.2);
}
.logo-menu-container {
	position: relative;
	display: flex;
}
.site-branding {
	display: inline-block;
	width: 150px;
	margin-top: 10px;
}
@media screen and ( min-width: 950px ) and ( max-width: 1200px ) {
	.site-branding {
		width: 120px;
	}
}

.menu-main-menu-container {
	margin-left: 20px;
}
/*
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
*/
#the-cart-menu {
	display: inline-block;
	width: 120px;
	padding-top: 45px;
	text-transform: uppercase;
	font-size: 1.3rem;
	text-align: center;
}
#the-header-cart-menu {
	list-style: none;
	margin-left: 0;
	padding-left: 2rem;
}
#the-header-cart-menu a {
	color: var( --blue );
}



.wpmenucart-contents {
	position: relative;
	top: -7px;
}
.wpmenucart-icon-shopping-cart-0::before {
	font-size: 2rem;
}

@media screen and ( min-width: 950px ) and ( max-width: 1200px ) {
	.menu-main-menu-container {
		margin-left: 10px;
	}
	#the-cart-menu {
		padding-top: 40px;
		font-size: 1.1rem;
		width: 100px;
	}
}

.menu-toggle {
	float: right;
	cursor: pointer;
}

#site-navigation .bar1,
#site-navigation .bar2,
#site-navigation .bar3 {
  width: 30px;
  height: 4px;
  background-color: var( --blue );
  margin: 7px 0;
  transition: 0.4s;
}


/*************************
 * Search modal
 * html on header.php 
 * js on palabra-customizations.js
 */

#nc-search-modal {
	background-color: rgba( 0, 0, 0, 0.8 );
	position: fixed;
	width: 100vW;
	height: 100vH;
	z-index: 1000;
	top: 0;
	left: 0;
}
#nc-search-modal form {
	margin-top: 20%;
	text-align: center;
}
.nc-search-modal-close-p {
	position: absolute;
	top: 0;
	right: 0;
}
.nc-search-modal-close-p a {
	color: white;
	font-size: 3rem;
	cursor: pointer;
	font-weight: 700;
	padding-right: 3rem;
}
.nc-search-modal-close-p a:focus { 
	outline: thin dotted;
}
.nc-display-modal {
	display: block !important;
}

#nc-search-modal .search-field,
#nc-search-modal .search-field:active,
#nc-search-modal .search-field:focus {
	outline: none;
	border: none;
	border-bottom: 2px solid white;
	max-width: 90%;
}

#nc-search-modal .search-field {
	background: none;
	color: white;
	font-size: 2rem;
}

#nc-search-modal .search-submit {
	background-color: var( --blue );
	color: white;
	border: 0;
	padding: 0.5rem 3rem;
	font-size: 2rem;
	margin-left: 0.5rem;
	vertical-align: -0.3rem;
}
#nc-search-modal .search-submit:hover, #nc-search-modal .search-submit:focus {
	background-color: white;
	color: var(--maroon);
	cursor: pointer;
}

@media screen and (max-width: 800px) {
	#nc-search-modal .search-submit {	
		margin-top: 10px;
		font-size: 1.6rem;
	}
}



/**
 * Page bottom Widget Area
 */
#page-bottom-widget-area {
	background-color: var( --blue );
	padding: 5px;
	color: white;
	clear: both;
	margin-top: 1rem;
}

 .page_botton_widget_section {
 	padding: 5px 0 5px;
 }
 .page_botton_widget_section h2 {
 	text-transform: uppercase;
 	font-size: 1.2rem;
 	padding-bottom: 4px;
 	border-bottom: 1px solid white;
 }
.page_botton_widget_section a {
	color: white;
}

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

#page-bottom-sidebar-3 {
	min-width: 250px;
}

#page-bottom-sidebar-4 {
 	min-width: 360px;
 }

 #page-bottom-sidebar-4 p {
 	margin-top: 2px;
 	margin-bottom: 2px;
 	clear: both;
 }

 #page-bottom-sidebar-4 img {
 	float: left;
 	margin-right: 6px;
 }

 #page-bottom-widget-area .fa-solid, #page-bottom-widget-area .fas {
 	margin-right: 12px;
 }

@media screen and ( min-width: 600px ) {
	#page-bottom-widget-area > div {
		display: flex;
	}
	 .page_botton_widget_section {
	 	padding-right: 15px;
	 }
}
@media screen and ( min-width: 600px ) and ( max-width: 1000px ) {
	#page-bottom-widget-area > div {
		flex-wrap: wrap;
	}
	#page-bottom-sidebar-2,
	#page-bottom-sidebar-3,
	#page-bottom-sidebar-4 {
		flex-grow: 1;
	}
}



/**
 * Footer
 */
#colophon {
	clear: both;
	background-color: var( --blue );
	padding: 8px 0;
	border-top: 5px solid var( --lighterblue );
}
#colophon a {
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}
#colophon a:visited {
	color: white;
}
#colophon .site-info div {
	color: white;
}
#colophon p {
	margin-top: 3px;
	margin-bottom: 0;
	text-align: center;
}
@media screen and ( min-width: 600px ) {
	#colophon .site-info div {
		display: inline-block;
	}
	#colophon .first-section p {
		text-align: left;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 949px) {
	#colophon .site-info div {
		width: 49%;
	}

	#colophon .second-section p {
		text-align: right;
	}
	#colophon .site-info div.third-section {
		width: 100%;
	}
}
@media screen and ( min-width: 950px ) {
	#colophon .site-info div {
		width: 33%;
	}
	#colophon .third-section p {
		text-align: right;
	}
}


/**
 * Home page
 */

.home h1.entry-title {
	display: none;
}
.featured-products-group {
	background-color: var( --offwhite );
	box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.2);
	padding-top: 5px;
}

.featured-products-title {
	text-align: center;
}

.featured-products-group h2.woocommerce-loop-product__title {
	text-transform: uppercase;
	color: var( --blue );
	font-size: 1.2rem;
	text-transform: unset;
	margin-bottom: 0;
	margin-top: 0.1rem;
}

.wcpscwc-product-slider .slick-slide img {
	height: 220px;
	width: auto;
	box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.2);
}

ul.products li.product .button {
	max-width: 140px;
	margin: 0 auto;
}

.wcps-design-1 .woocommerce ul.products li.product .nc-archive-add-wrapper {
	margin-top: 18px;
}

.wcps-design-1 .woocommerce a.button {
	border: unset !important;
}


@media screen and ( min-width: 600px ) {
	.featured-products-group {
		padding-left: 4rem;
	}
	.featured-products-title {
		text-align: left;
	}
}

@media screen and ( max-width: 478px ) {
	.home .wcpscwc-product-slider .slick-slide {
		text-align: center;
	}
}


/**
 * Product Loop
 */
.loop-author {
	margin-top: 0;
	margin-bottom: 0;
}
.loop-author a {
	color: var( --blue);
}



/**
 * Single product page
 */
.nc-product-left-inner {
	background-color: var( --offwhite );
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 , 0.25 );
	padding: 2rem;
}
.nc-product-left .woocommerce-product-gallery {
	text-align: center;
	margin-bottom: 2rem;
}
.single-product div.product .nc-product-left .woocommerce-product-gallery {
	float: unset;
}

.nc-product-left .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 , 0.25 );
}

.nc_wc_excerpt_title {
	clear: both;
	font-weight: bold;
	margin-bottom: 1rem;
}
.single-product .nc-product-right .price ins {
	color: darkred;
}
.price ins {
	background: unset;
	font-weight: 700;
}

/*slider */
.slick-track .nc-archive-add-wrapper .price ins {
	color: white;
}

#nc-mobile-title h1, 
.nc-product-right .summary.entry-summary h1 {
	margin-bottom: 0;
	color: var( --blue );
}

.nc-product-right .summary.entry-summary h1, 
.nc-product-right .book-author {
	display: none;
}

#nc-mobile-title .book-author, 
.nc-product-right .book-author {
	margin-top: 0;
	font-style: italic;
}
.nc-product-right .nc_product_details_title {
	font-weight: 600;
	font-size: 1.1rem;
	margin-top: 3rem;
	margin-bottom: 0;
}
.nc-product-right hr {
	background-color: var( --blue );
	height: 2px;
}
.nc-product-data {
	margin-bottom: 1.5rem;
}
.nc-product-data p {
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}
.nc-product-data p span {
	font-weight: 600;
}
/*
.nc_product_button_wrap {
	text-align: right;
}

.nc_product_button_wrap_inner {
	background-color: var( --darkerblue );
	border: 2px solid white;
	box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0 , 0.35 );
	padding: 0.5rem;
	display: inline-block;
	text-align: left;
}
*/
.nc_product_button_wrap .price {
/*	margin: 0 10px 0 0; 
	display: inline-block; */
	margin-bottom: 10px;
}

.nc_product_button_wrap .stock.in-stock {
	display: none;
}
/*
.nc_product_button_wrap form, .nc_product_button_wrap .quantity {
	display: inline-block;
}
*/
.nc_product_button_wrap .quantity::before {
	content: "Quantity";
}
.nc_product_button_wrap .quantity input {
	/*
	background-color: var(--darkerblue);
	color: white;
	border-radius: 0;
	padding: 2px;
	*/
	border: 1px solid var( --darkerblue );
}
.nc_product_button_wrap button {
	background-color: var( --blue );
	color: white;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: 1px solid var( --darkerblue );
	padding: 9px 9px 7px;
	margin-top: 10px;
}
.nc_product_button_wrap button:hover {
	background-color: white;
	color: var( --darkerblue );
}

.nc-product-right .wrps_related_products.wrps_theme_hover figure {
	margin: 0 auto;
}


.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	padding: 1rem;
	color: white;
}
.woocommerce-message a {
	color: white;
	padding-right: 10px;
}
.woocommerce-message a::after {
	content: "|";
	margin-left: 10px;
}
.woocommerce-message a:hover {
	text-decoration: underline;
}


@media screen and ( max-width: 599px ) {
	.owl-carousel .owl-item img {
		max-width: 250px;
		margin: 0 auto;
	}
}
@media screen and ( min-width: 600px ) {

	#nc-mobile-title h1,
	#nc-mobile-title .book-author {
		display: none;
	}
	.nc-product-right .summary.entry-summary h1, 
	.nc-product-right .book-author {
		display: block;
	}
	.single-product .product.type-product {
		display: flex;
	}
	.nc-product-left {
		width: 60%;
		margin-top: 2rem;
	}
	.nc-product-right {
		width: 40%;
		padding-left: 2rem;
		padding-top: 4rem;
	}
}


/**
 * Archive Page
 */
.nc-archive-header-wrapper {
	background-color: var( --lighterblue );
	margin-bottom: 25px;
	box-shadow: 0px 1px 3px 1px rgba( 0, 0, 0, 0.5 );
	padding-left: 1rem;
}

.nc-archive-header-wrapper .woocommerce-result-count {
	margin-bottom: 0.5rem;
	text-align: center;
}
.nc-archive-header-wrapper .woocommerce-ordering {
	text-align: center;
	padding-bottom: 0.3rem;
}
.nc-archive-header-wrapper .woocommerce-ordering  select {
	background-color: white;
	padding: 8px 10px;
	border: 2px solid var( --darkerblue );
}
@media screen and ( min-width: 500px ) {
	.nc-archive-header-wrapper .woocommerce-result-count {
		display: inline-block;
		width: 49%;
		margin-bottom: 1rem;
	}
	.nc-archive-header-wrapper .woocommerce-ordering {
		display: inline-block;
		width: 49%;
		text-align: right;
	}
}



.archive ul.products {
	display: flex;
	flex-wrap: wrap;
}
.archive .products li.product {
	background-color: var( --offwhite );
	padding: 1rem;
	box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.1 );
	padding-bottom: 6rem;
	position: relative;
}
.archive ul.products li.product img {
	margin: 0 auto;
	box-shadow: 0 0 3px 2px rgba( 0, 0, 0, 0.2 );
	height: 220px;
	width: auto;
}
.archive ul.products li.product h2 {
	color: var( --blue );
	font-size: 1.2rem;
	margin-top: 0.5rem;
	margin-bottom: 0rem;
	line-height: 1.2;
}
.nc-archive-add-wrapper {
	display: inline-block;
	background-color: var( --blue );
	color: white;
	border: 2px solid white !important;
	box-shadow: 0 0 3px 3px rgba( 0, 0, 0, 0.2);
	padding: 6px 10px;
}
.archive .nc-archive-add-wrapper {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX( -50% );
	width: 210px;
}
.nc-archive-add-wrapper .price {
	display: inline-block;
	margin-right: 1rem;
}
.nc-archive-add-wrapper a .price {
	color: white;
}
ul.products li.product .nc-archive-add-wrapper .button {
	display: inline-block;
	background-color: white;
	color: var( --blue );
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 0.9rem;
}

.woocommerce-pagination {
	text-align: center;
}
.woocommerce-pagination li {
	display: inline-block;
	border: 2px solid var( --blue );
}

.woocommerce-pagination li span, .woocommerce-pagination li a {
	padding: 3px 14px;
}
.page-numbers.current {
	background-color: var( --blue );
	color: white;
}
.woocommerce-pagination li a.page-numbers {
	color: var( --blue );
}

a.added_to_cart.wc-forward {
	color: white;
	margin-left: 10px;
}
a.added_to_cart.wc-forward:hover {
	text-decoration: underline;
}



@media screen and ( max-width: 450px ) {
	.wcps-design-1 .woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100%;
	}
}
@media screen and ( min-width: 451px ) and ( max-width: 600px ) {
	.wcps-design-1 .woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
}


/**
 * Cart
 */
.shop_table_responsive {
	font-size: 1.2rem;
}
.product-remove a {
	background-color: var( --darkerblue );
	color: white;
	padding: 0 7px;
	font-size: 1.5rem;
	border-radius: 20px;
}
.shop_table_responsive .actions {
	text-align: right;
}
.shop_table_responsive .actions .coupon {
	margin-bottom: 10px;
}

#coupon_code {
	border: 2px solid var( --blue );
	border-radius: 0;
	padding-left: 10px;
}

.woocommerce-shipping-totals {
	vertical-align: top;
}

#shipping_method {
	margin-left: 0;
	padding-left: 0;
}
#shipping_method li {
	list-style: none;
}
#shipping_method input {
	padding-left: unset;
	min-width: unset;
	margin-right: 0.5rem;
}

.shop_table_responsive .actions .button, 
.wc-proceed-to-checkout .checkout-button, 
.return-to-shop .wc-backward {
	background-color: var( --blue );
	color: white;
	border: 2px solid white;
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.3);
	border-radius: 0;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
}
.shop_table_responsive .actions .button:hover, 
.wc-proceed-to-checkout .checkout-button:hover, 
.return-to-shop .wc-backward:hover {
	background-color: var( --darkerblue );
}
.cart_totals {
	max-width: 600px;
}


table.shop_table_responsive tr td.product-thumbnail::before {
    content: attr(data-title) "";
}

/**
 * Checkout
 */
.woocommerce-form-login-toggle .woocommerce-info a.showlogin {
	color: white;
}
.woocommerce-info a.showcoupon {
	color: white;
}
.woocommerce-info a.showcoupon:hover {
	color: white;
	text-decoration: underline;
}
#customer_details {
	max-width: 1000px;
}
.woocommerce-checkout label {
	min-width: 200px;
	display: inline-block;
}

.woocommerce-checkout .select2-selection, 
.woocommerce-checkout input  {
	border: 2px solid var( --blue );
	border-radius: 0;
	min-width: 250px;
}
.woocommerce-checkout input  {
	padding-left: 10px;
}
.woocommerce-checkout .select2-container {
	width: unset !important;
	min-width: 205px;
}
.select2-container .select2-selection--single {
	height: unset;
}
.checkout_coupon button, #place_order {
	background-color: var( --blue );
	color: white;
	border: 2px solid white;
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.3);
	border-radius: 0;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
}
.checkout_coupon button:hover, #place_order:hover {
	background-color: var( --darkerblue );
}
#order_comments {
	border: 2px solid var( --blue );
	padding: 0.5rem;
}
.shop_table.woocommerce-checkout-review-order-table {
	max-width: 600px;
}
th.product-total {
	text-align: left;
}
.woocommerce-checkout-review-order .product-name {
	text-align: left	;
}
.cart-subtotal th, 
.order-total th, 
.woocommerce-shipping-totals th, 
.tax-total th {
	text-align: right;
	padding-right: 1rem;
} 

ul.woocommerce-error {
	margin-left: 0;
	padding-left: 3rem;
}
ul.wc_payment_methods {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-checkout #payment input {
	min-width: unset;
	margin-right: 6px;
}
#payment li {
	list-style: none;
}
.payment_method_eh_paypal_express img {
	margin-left: 10px;
	position: relative;
	top: 14px;
}

.form-row.place-order {
	padding-bottom: 1rem;
}

@media screen and ( max-width: 599px ) {
	.woocommerce-checkout input#createaccount,
	.woocommerce-checkout input#ship-to-different-address-checkbox {
		min-width: unset;
		margin-right: 10px;
	}
}

@media screen and ( min-width: 470px ) {
	#billing_address_2,
	#shipping_address_2 {
		margin-left: 200px;
	}
}


/**
 * My Account
 **/

.woocommerce-orders-table__cell-order-actions a {
	margin-right: 8px;
}


/**
 * Authors
 */
@media screen and ( min-width: 600px ) {
	.author-list {
		columns: 2;
	}	
}




/**
 * Search Results
 */
.search-results article {
	margin-bottom: 20px;
}
.search-results article h2.entry-header {
	margin-bottom: 0;
}
.search-results article img {
	max-width: 150px;
	margin-right: 30px;
}

.search-results article .entry-summary {
	margin-top: 0;
}
.search-results article .entry-summary > p {
	margin-top: 0;
}

@media screen and ( max-width: 650px ) {
	.search-results .nc-flex-me {
		display: unset;
	}
	.search-results article img {
		float: left;
	}
}