/*****************************************************************************************************************************
 * Base CSS
 *
 * @package		WordPress Themes\Base\inc\class
 * @author    Zoë Martin
 * @author    Sam Brown
 * @copyright Pellacraft Limited
 *
 * Theme Name: Base
 * Theme URI: https://www.pellacraft.com
 * Author: Pellacraft Limited
 * Author URI: https://www.pellacraft.com
 * Version: 1.3.8
 *****************************************************************************************************************************/

/*****************************************************************************************************************************
 * 1. Global
 *****************************************************************************************************************************/
body {
	position: relative;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.nav-previous,
.nav-next {
	display: inline-block;
	margin-top: 40px;
}

.nav-previous {
	margin-right: 20px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.no-margin {
	margin: 0 !important;
}

/*****************************************************************************************************************************
 * 2. Sticky Header
 *****************************************************************************************************************************/
.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}

.admin-bar #nav-container.affix {
	margin-top: 32px;
}

@media (max-width: 767px) {
   .affix {
		position: static;
	}
}

/*****************************************************************************************************************************
 * 3. Accessibility
 *****************************************************************************************************************************/
#pcfontsize-plus {
	font-size: 1.4em;
	font-weight: 700;
}

#pcfontsize-reset {
	font-size: 1.2em;
	font-weight: 700;
}

#pcfontsize-minus {
	font-size: 1em;
	font-weight: 700;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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; /* Above WP toolbar.*/
}

/*****************************************************************************************************************************
 * 3. Content
 *****************************************************************************************************************************/
.lightcase-icon-prev:hover,
.lightcase-icon-prev:active,
.lightcase-icon-prev:focus,
.lightcase-icon-next:hover,
.lightcase-icon-next:active,
.lightcase-icon-next:focus,
.lightcase-icon-play:hover,
.lightcase-icon-play:active,
.lightcase-icon-play:focus,
.lightcase-icon-pause:hover,
.lightcase-icon-pause:active,
.lightcase-icon-pause:focus,
.lightcase-icon-close:hover,
.lightcase-icon-close:active,
.lightcase-icon-close:focus {
	text-decoration: none;
}

.admin-bar .lightcase-icon-close {
	margin-top: 32px !important;
}