/*!
Theme Name: BoxNo21
Theme URI: https://www.flybirdsbox.com
Author: FlyBird's PixelBOX
Author URI: https://www.flybirdsbox.com
Description: Box ⊡ No21 | WordPress Theme – Your Highly Customizable, Easy-to-Manage Foundation
Version: 1.2.2
Tested up to: 8.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixelbox
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.

PixelBOX 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
--------------------------------------------------------------*/

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

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

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


/* SCROLLBAR 
*********************/

::-webkit-scrollbar {width: 0px; background: transparent;}
::-moz-scrollbar {width: 0px; background: transparent;}
::-ms-scrollbar {width: 0px; background: transparent;}
::scrollbar {width: 0px; background: transparent;}

::-webkit-scrollbar-thumb {background: transparent!important; display:none!important}
::-moz-scrollbar-thumb {background: transparent!important; display:none!important}
::-ms-scrollbar-thumb {background: transparent!important; display:none!important}
::scrollbar-thumb {background: transparent!important; display:none!important}



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



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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #555555;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

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

p {
	margin-top: 0em;
	margin-bottom: 1.5em;
}

footer p {
	margin-top: 0em;
	margin-bottom: 0;
}

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

html {
	box-sizing: border-box;
	height: 100%; /* Ensure html and body take full viewport height */
    margin: 0; /* Remove default margins */
}

*,
*: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;
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

*:focus { outline: 0; }


body {
	background: #fff;
	
	font-size: 14px;
	font-family:PT Sans;
	color: #555;
	letter-spacing:1px;
	line-height: 1.7;
	max-width: 100%;
	overflow-x: hidden;

	height: 100%; /* Ensure html and body take full viewport height */
    margin: 0; /* Remove default margins */
}


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: 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: 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 & Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	padding: 8px 15px;
	cursor: pointer;
	outline: 1px solid white;	
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing:3px;
	border-radius:2px;
	color:#999!important;
    border: 1px solid rgba(0,0,0,.1);
	background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-transition: all 0.13s ease-in-out;
    -moz-transition: all 0.13s ease-in-out;
    -ms-transition: all 0.13s ease-in-out;
    -o-transition: all 0.13s ease-in-out;
    transition: all 0.13s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	color:#888!important;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1');
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.13s ease-in-out;
    -moz-transition: all 0.13s ease-in-out;
    -ms-transition: all 0.13s ease-in-out;
    -o-transition: all 0.13s ease-in-out;
    transition: all 0.13s ease-in-out;
}

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,
div.wpforms-container-full .wpforms-form input[type=submit]:focus, div.wpforms-container-full .wpforms-form button[type=submit]:focus, div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
	color:#888;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1');
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.13s ease-in-out;
    -moz-transition: all 0.13s ease-in-out;
    -ms-transition: all 0.13s ease-in-out;
    -o-transition: all 0.13s ease-in-out;
    transition: all 0.13s ease-in-out;
}

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 {
	border: 1px solid #d3d3d3!important;
	border-radius: 3px!important;
	padding: 3px;
	font-size: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	min-height:36px;
}

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: #888;
	border: 1px solid #d3d3d3;
}



select {
	border: none;
	padding: 3px;
	font-size: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	color: #888;
}

textarea {
	width: 100%;
}

label {
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:3px;
}


/* Search */

.wp-block-search__inside-wrapper {
	display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}

.wp-block-search__button {
	margin-left: 0;
}

.wp-block-search__input {
	max-width: 300px;
	width:100%
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wp-block-search__inside-wrapper {
		justify-content: flex-start;
	}
	.wp-block-search__input {
		max-width: 150px;
	}
}



/* Search Page - not found */

.not-found .page-header .page-title {}
.not-found .page-content {padding: 0 1.1% 30px}

form.search-form {
	display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}
form.search-form label {
	max-width: 200px;
	width:100%
}
form.search-form input.search-field {
	width: 100%;
}
@media (min-width: 992px) {
	form.search-form {justify-content: flex-start;}
}







/* Placeholder */

::-webkit-input-placeholder { 
	color: #dcdcdc;
	font-weight:100;
	font-style: italic;
	padding-left:5px;
}
::-moz-placeholder { 
	color: #dcdcdc;
	font-weight:100;
	font-style: italic;
	padding-left:5px;
}
:-ms-input-placeholder { 
	color: #dcdcdc;
	font-weight:100;
	font-style: italic;
	padding-left:5px;
}
:-moz-placeholder { 
	color: #dcdcdc;
	font-weight:100;
	font-style: italic;
	padding-left:5px;
}

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

#content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%; /* Use viewport height instead of percentage */
	flex: 1 0 auto;
	padding: 20px 20px 0 20px;
}

#content-wrap > *:last-child {
    margin-top: auto;
}

@media (min-width: 768px) {
	#content-wrap {padding-top: 0}
}


#page {
	width:1200px;

    max-width:100%;
	min-height:calc(100vh - 22px);
    margin: 0 auto;
    padding: 15px;
	
	display: flex;
    flex-direction: column;
    
	animation: fade-in 1s forwards;
    -moz-animation: fade-in 1s forwards;
    -o-animation: fade-in 1s forwards;
    -webkit-animation: fade-in 1s forwards;
}





.site-container {
	margin-top:0;
	margin-bottom:0;
	display: flex;
	flex-wrap: nowrap;
}


/* === MOBILE FIRST === */
.site-main {
	width: 100%;
	padding: 0;
}


/* === TABLET === */
@media (min-width: 768px) and (max-width: 1024px) {
	

}

/* === DESKTOP === */
@media (min-width: 1025px) {

	
}


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


#navbar-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 0;
	padding: 0 20px
}

	#navbar-wrap > div {min-width:100%}

@media (min-width: 768px) {
	#navbar-wrap {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		padding-bottom: 30px;
	}
	
	#navbar-wrap > div  {min-width:33.3333%}
}

@media (min-width: 992px) {	
	#navbar-wrap .social-media-icons {min-width: 25%}
	#navbar-wrap .site-branding {min-width: 50%}
	#navbar-wrap .main-navigation {min-width: 25%}
}




/* Header Widget Area
--------------------------------------------- */

.header-widget-wrap {
	line-height: 1.5;
	margin: 10px 0;
	width: 100%;
    display: flex;
	flex-direction: column;
}

.header-widget-wrap .widget {
	margin: 15px 0 0 0;
}

#header-widget-area {
	padding: 10px 20px
}

header ul {
	list-style:none;
	margin-left:0
}


/* Website Title
--------------------------------------------- */


header#masthead {
	display: flex;
    flex-direction: column;
	line-height: 1.1;
	margin: 10px 0;
}

.site-branding {
	text-align: center
}

.site-title {
	padding-top: 10px;
}

.site-title a {
	color:#000
}
p.site-description {
	margin-bottom:0!important;
	padding: 0;
}

p.site-description::before {
	content:"";
	display:block;
	width:150px;
	height:1px;
	background: #ccc;
	margin: 15px auto
}


/* Navigation
--------------------------------------------- */

.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  text-align: right;
  margin: 5px auto 0;
}

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

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

.main-navigation ul ul ul {
  box-shadow: none;
  float: none;
  position: static;
  padding-top: 0;
  margin-bottom: 0 !important;
}

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

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

.main-navigation li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  padding: 10px;
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 2px;
  display:block;
}

.main-navigation li.current-menu-item a,
.main-navigation a:hover {
	color: #555;
	font-weight: bold!important;
}
.main-navigation li.current-menu-item ul li a {
	font-weight: unset!important;
}
.main-navigation li.current-menu-item ul li a:hover {
	color: #555;
	font-weight: bold!important;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  font-size: 18px;
  margin: 0 auto !important;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  color: #333;
  background: none !important;
  transition: all 0.13s ease-in-out;
}

.menu-toggle:hover {
  color: #777;
  border: none !important;
  box-shadow: none !important;
}

.menu-toggle:focus,
.menu-toggle:active {
  border: none !important;
  box-shadow: none !important;
}

.main-navigation.toggled ul ul {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}


  .main-navigation {
    text-align: center;
  }

  .main-navigation ul {
    width: 250px;
    max-width: 100%;
  }

  .main-navigation.toggled ul ul {
    box-shadow: none;
    float: none;
    position: static;
    padding-right: 10px;
    margin-bottom: 0 !important;
  }

  .main-navigation.toggled ul ul li a {
    width: auto;
    border-right: 1px solid #ddd !important;
	border-left: 1px solid #ddd 
  }

  .main-navigation.toggled ul ul ul li a {
    padding-right: 0;
    border-right: none !important;
  }

  .main-navigation .menu-menu-1-container {
    transform: translateY(-30px);
  }

  .main-navigation.toggled .menu-menu-1-container {
    margin-bottom: 66px;
    transform: translateY(0);
    transition: transform 350ms ease-in-out;
  }

  .main-navigation.toggled #primary-menu {
    animation: fade-in 0.4s forwards;
    padding-bottom: 20px;
  }


@media screen and (min-width: 768px) {
	
  .main-navigation {
    text-align: right;
  }

  .main-navigation ul {
    width: 100%;
  }
	
	.main-navigation.toggled ul ul li a {
		border-left:none
	}

  .menu-toggle {
    margin: 0 !important;
	padding: 0!important;
    padding-right: 5px !important;
    text-align: right !important;
    display: block !important;
    width: 100% !important; /* Ensure hamburger is above menu */
    clear: both !important; /* Prevent floating next to menu */
  }
}




/* Site Navigation 
--------------------------------------------- */

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  padding-top: 5px;
  line-height: 1.3;
  width: 100%;
}

.posts-navigation {
  margin-bottom: 0;
}

.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 {
  flex: 1 0 50%;
  text-align: end;
	
}


.hfeed .posts-navigation {
	padding-top: 0;
}

.hfeed .posts-navigation .nav-previous {
	padding-left:0px;
}
.hfeed .posts-navigation .nav-next {
	padding-right:0px;
}



/* Navigation Arrows */
:root {
  --arrow-width: 80px;
  --arrow-height: 40px;
  --arrow-opacity: 0.25;
  --arrow-opacity-hover: 1;
  --arrow-transition: all 0.2s ease-in-out;
  --arrow-prev: url('https://1.bp.blogspot.com/-GoQ2xXU0vOE/WYNo0LMCPvI/AAAAAAAAADo/uBa_8Rqy6IcGAlpmE6etesMw_WSaYeAfACPcBGAYYCw/s0/arrow2.png');
  --arrow-next: url('https://1.bp.blogspot.com/-Of-j5cFX9Ek/WYNnTAtVtKI/AAAAAAAAADw/EM36HoOtiUwVoOwkUzDKrW9WkJdgy1vZQCPcBGAYYCw/s0/arrow.png');
}

.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
  width: var(--arrow-width);
  height: var(--arrow-height);
  overflow: hidden;
  display: block;
  color: #fff;
}

.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
  content: "";
  display: block;
  background: var(--arrow-prev) no-repeat;
  background-size: contain;
  width: var(--arrow-width);
  height: var(--arrow-height);
  opacity: var(--arrow-opacity);
}

.post-navigation .nav-next a,
.posts-navigation .nav-next a {
  width: var(--arrow-width);
  height: var(--arrow-height);
  overflow: hidden;
  display: block;
  color: #fff;
  float: right;
}

.post-navigation .nav-next a::before,
.posts-navigation .nav-next a::before {
  content: "";
  display: block;
  background: var(--arrow-next) no-repeat;
  background-size: contain;
  background-position: right center;
  width: var(--arrow-width);
  height: var(--arrow-height);
  opacity: var(--arrow-opacity);
}

.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-next a::before,
.posts-navigation .nav-next a::before {
  opacity: var(--arrow-opacity);
}

.post-navigation .nav-previous a:hover::before,
.posts-navigation .nav-previous a:hover::before,
.post-navigation .nav-next a:hover::before,
.posts-navigation .nav-next a:hover::before {
  opacity: var(--arrow-opacity-hover);
  transition: var(--arrow-transition);
  -webkit-transition: var(--arrow-transition);
  -moz-transition: var(--arrow-transition);
  -ms-transition: var(--arrow-transition);
  -o-transition: var(--arrow-transition);
}



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


@keyframes fade-in {
  0% {opacity:0;}
  100% {opacity:100%;}
}
@-o-keyframes fade-in {
  0% {opacity:0;}
  100% {opacity:100%;}
}
@-moz-keyframes fade-in {
  0% {opacity:0;}
  100% {opacity:100%;}
}
@-webkit-keyframes fade-in {
  0% {opacity:0;}
  100% {opacity:100%;}
}


.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.page-content figure,
.entry-content figure {
	margin: 15px 0;
}

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



/* SINGLE POST */

.single main .post-thumbnail, 
.single main header.entry-header {
	display:none
}


#post-wrap {
	position:relative;
	padding: 0;
}

#post-wrap .hero-thumb {
	position: static;
    width: 100%;
	height:auto;
}

#post-wrap .hero-thumb .post-thumbnail {
	width: 100%;
	height: auto;
	position: relative;
}

#post-wrap .hero-header {
	position: relative;
	width: 100%;
    margin-left: 0;
	margin-top: 0px;
	background: white!important
}

#post-wrap .hero-header .entry-header {
	padding:20px
}

#post-wrap #content-wrap {
	position: relative;
	width: 100%;
    margin: 0;
	margin-bottom: 20px;
}

@media only screen and (min-width: 450px) {
	
	#post-wrap .hero-thumb {
		position: relative;
		width: 100%;
	}
	
	#post-wrap .hero-thumb .post-thumbnail {
		width: 80%;
		height: 100vw;
		overflow:hidden; 
		position: relative;
	}

	#post-wrap .hero-thumb .post-thumbnail img {
	 	position: absolute; 
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto;
		width: auto;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		padding: 0;
		border: none;
		outline: none;
		object-fit: cover;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	

	
	#post-wrap .hero-header {
		position: relative;
		width: 85%;
		margin-left: 15%;
		margin-top: -100px;
	}

	#post-wrap .hero-header .entry-header {
		padding:30px
	}
	
}

@media only screen and (min-width: 768px) {
	
	
	#post-wrap #content-wrap {
		width: 80%;
		margin-left: 20%;
		padding: 30px 20px 10px 50px
	}
	
	#post-wrap .hero-thumb .post-thumbnail {
		width: 60%;
		height: 100vh;
	}
		
	#post-wrap .hero-header {
		width: 40%;
		margin-left: 60%;
		margin-top: -60vh;
	}
	
	#post-wrap .hero-header .entry-header {
        padding: 50px 20px 20vh 50px;
    }


}


/* Post Entry Meta */

.entry-meta {
	margin-bottom:15px;
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 2px;
    float: none;
    margin: 0;
    max-width: 100%;
}


header .entry-meta {
}

header .entry-meta::before {
	content: "";
    display: block;
    width: 150px;
    height: 1px;
    background: #ccc;
    margin: 15px 0;
}

header .entry-meta span {
	padding: 0;
    display: block;
}

.entry-meta span a {
	font-style:italic;
}

.entry-meta .posted-on a {
	font-style:normal;
}

header .entry-meta .edit-link {
	display:none
}

/* Post Title */

.entry-header,
.page-header {
	display: flex;
	flex-direction: column;
}

.entry-header .entry-title,
.page-header .page-title {
	color: #555555;
    font: normal bold 30px PT Sans Narrow;
    letter-spacing: 3px;
	line-height: 1.4;
}
.entry-header .entry-title::after,
.page-header .page-title::after {
	content:'';
	display:block;
	clear:both;
	height:1px
}

.page .entry-header  {
	text-align: center;
	padding: 30px 0 20px
}





/* Blog Feed
--------------------------------------------- */

.hfeed main {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hfeed .site-container {
	margin-left:0; 
	margin-right:0;
	margin-top: 0;
}


.hfeed aside, 
.hfeed article .entry-content,
.hfeed article .entry-meta,
.hfeed article .entry-footer {
	display: none;
}


.hfeed article {
	width:100%;
	height:auto;
	display:flex;
	flex-direction: column-reverse;
    flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) {
	
  .hfeed article {float: left;}
	
  .hfeed article:nth-child(9n+1) {width: 50%; padding: 20px 40px 20px 0;}
  .hfeed article:nth-child(9n+1) a.post-thumbnail {height:270px}
  
  .hfeed article:nth-child(9n+2) {width: 50%; padding: 20px 0 20px 20px;}
  

  .hfeed article:nth-child(9n+4) {width: 50%; padding: 70px 70px 20px 70px;}
  .hfeed article:nth-child(9n+4) a.post-thumbnail {height:200px}
  
  .hfeed article:nth-child(9n+5) {width: 50%; padding: 20px 0 20px 20px;}
  .hfeed article:nth-child(9n+5) a.post-thumbnail {height:300px}
  
  .hfeed article:nth-child(9n+7) {width: 50%; padding: 20px 40px 20px 0}
  .hfeed article:nth-child(9n+7) a.post-thumbnail {height:500px}
  
  .hfeed article:nth-child(9n+8) {width: 50%; padding: 70px 50px 50px 50px}
  .hfeed article:nth-child(9n+8) a.post-thumbnail {height:400px}
	
}

@media only screen and (min-width: 992px) {
	
  .hfeed article:nth-child(9n+3) {width: 40%; padding: 20px 40px 20px 0}
  .hfeed article:nth-child(9n+3) a.post-thumbnail  {height: 650px;}

  .hfeed article:nth-child(9n+4),
  .hfeed article:nth-child(9n+5) {width: 30%;}

  
  .hfeed article:nth-child(9n+6) {width: 60%; padding: 20px 0 20px 40px;}


  
  .hfeed article:nth-child(9n+7),
  .hfeed article:nth-child(9n+8),
  .hfeed article:nth-child(9n+9) {width: 33.3333%;}
  
  .hfeed article:nth-child(9n+9) {padding: 20px 0 20px 40px;}
  .hfeed article:nth-child(9n+9) a.post-thumbnail  {height: 500px;}
	
}


a.post-thumbnail {
	display:block;

	height:300px;
	width:100%;
	margin:auto;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a.post-thumbnail img {
    position:absolute!important;
    left:-100%;
    right:-100%;
    top:-100%;
    bottom:-100%;
    margin:auto;
    width:auto;
    min-width:100%;
    height:auto;
    min-height:100%;
    padding:0;
    border:none;
    outline:none;
    object-fit:cover;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
   }


a.post-thumbnail img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hfeed article .entry-header {
	margin: 0 !important;
	padding:0
}

.hfeed article .entry-header .entry-title {
	margin:0;
	padding:0 
}

.hfeed article .entry-header h2 a span {
	font-size: 14px!important;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin:0 auto;
	padding: 10px 0;
    font-style: italic;
}






/* Comments
--------------------------------------------- */
#comments {
	padding-bottom:45px!important;
}

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

.comment-list a,
.comment-list a:visited {
	color:#000!important;
}

.bypostauthor {
	display: block;
}

.comment-reply-title,
.comments-title,
.comment-list .comment-author,
.comment-list .comment-metadata,
.comment-list .reply {
	letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
	font-weight:normal;
}

.comment-notes,
.comment-list .comment-content {
	color: #777777;
	font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.4;    
	font-style: normal;
	font-weight:normal;
	font-size:13px;
	font-style:italic;
}
.comment-list .comment-content {
	font-style:normal
}

.comment-list {
	margin-top: 25px;
	margin-bottom: 45px
}

.comment-list .comment-meta {margin-bottom:5px}
.comment-list .comment-content p {margin-bottom:10px}
.comment-list .comment-body {margin-bottom:15px}

.comment-respond form label {
	min-width: 80px;
    display: inline-block;
}


/* Aside
--------------------------------------------- */
aside {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Footer
--------------------------------------------- */

footer#site-footer {
    padding: 20px 0 0;
    margin-bottom: 0;
	border-top: 1px solid #ccc;
	line-height: 1.3;
}

.footer-top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footer-top .widget {
    text-align: center;
}

.footer-column .widget-title {
    margin-bottom: 10px;
}

.footer-columns {
    width: 100%;
    margin: 0 auto;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2.2%;
}



@media (min-width: 992px) {
	
	.footer-column {
		flex: 1 1 30.3333%; /* Each column takes ~30% width */
		width: 250px; /* Prevents columns from getting too narrow */
	}

	.footer-columns .column-1 {
		text-align:left
	}

	.footer-columns .column-3 {
		text-align:right
	}

	.footer-column .widget {}

}


/* Responsive design for smaller screens */
@media (max-width: 991px) {
    .footer-column {
        flex: 1 1 100%; /* Stack columns on mobile */
    }
}



.site-info {
	text-align:center;
	padding: 0 5px 5px;
	font-size: 10px;
}

.site-info a {
	color: #000;
}





/* Widgets
--------------------------------------------- */

.widget {
	margin: 15px 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 13px;
	color: #888888;
}

.widget::after {
	content:'';
	display:block;
	clear:both;
	height:1px;
}

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

.widget-title,
.widgettitle {
	font: normal bold 14px PT Sans;
    color: #777777;
    margin: 5px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.widget ul {
	list-style: none;
	margin: 0 0 5px 0;
}


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





/* Social Media Buttons 
--------------------------------------------- */

.social-media-icons svg {
	padding: 5px;
	fill: #777777;
	background: #ffffff;
	border: 1px solid #bfbcb5;
	border-radius: 30px;
	margin: 0 3px 6px;
	text-align: center;
	height: 25px;
	width: 25px;
	line-height: 10px;
	font-size: 10px;
}
.social-media-icons svg:hover {
	fill: #999999;
	background: #ffffff;
	border-color: #777777;
}


.social-media-icons {
    margin-top: 10px;
}



@media (max-width: 767px) {
	header .social-media-icons {text-align: center;}
}




/* Share this post buttons
----------------------------------------------- */

.crunchify-social { 
	width:100%; 
	min-width: 250px;
	height:50px;
	display:block;
	margin:45px 0 15px;
	position:relative;
	z-index: 1;
}

.page .crunchify-social {display:none}

.crunchify-social a {
	display:inline-block;
	margin-left:15px;
	padding:0;
	outline: 1px solid white;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,.1);
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-transition: all 0.13s ease-in-out;
	-moz-transition: all 0.13s ease-in-out;
	-ms-transition: all 0.13s ease-in-out;
	-o-transition: all 0.13s ease-in-out;
	transition: all 0.13s ease-in-out;
}

.crunchify-social a:first-of-type {
	margin-left:100px;
}

.crunchify-social a:hover {
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: all 0.13s ease-in-out;
	-moz-transition: all 0.13s ease-in-out;
	-ms-transition: all 0.13s ease-in-out;
	-o-transition: all 0.13s ease-in-out;
	transition: all 0.13s ease-in-out;
}

.crunchify-social a svg {
	display:inline-block;
	margin-right:5px;
    width: 30px;
	height: 10px;
	padding-top:5px;
	padding-left:3px;
	box-sizing: content-box;
	text-align:center;
	opacity:.7
}

.crunchify-social::after {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#ddd;
	position:absolute;
	z-index:-1;
	bottom: 20px;
}

.crunchify-social h6 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight:normal;
}



/* Related Posts 
----------------------------------------------- */
.related-posts {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.related-posts h3 {
    display: none;
}

ul.related-posts-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

ul.related-posts-list li {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    ul.related-posts-list {
        flex-wrap: nowrap;
    }
    ul.related-posts-list li {
        width: 22.7%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    ul.related-posts-list li:first-of-type {
        padding-left: 0;
    }
    ul.related-posts-list li:last-of-type {
        padding-right: 0;
    }
}

.related-posts .thumb {
    height: 125px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #efefef; /* Fallback for no image */
}

.related-posts .thumb.no-image {
    background-color: #efefef; /* Consistent background color */
    /* Optional: Add a background image if desired */
    /* background-image: url('images/placeholder.jpg'); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}

.related-posts .thumb img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    object-fit: cover;
    height: 125px;
}

.related-posts h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
    font-size: 13px!important;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-posts .entry-meta span {
    border-width: 0;
}
.related-posts .entry-meta a {
    font-style: normal;
}




/* Profile Section
----------------------------------------------- */

.profile-section {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.profile-container {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
}

.profile-image {
    flex: 0 0 auto;
    margin-right: 20px;
}

.profile-image img {
    width: 100%; 
    height: auto;
    max-width: 25vw; 
    object-fit: cover;
	display:block;
}

.profile-text {
    flex: 1;
/*     font-size: 16px;
    line-height: 1.5; */
	padding: 0 5%;
}

@media (max-width: 991px) {
	
    .profile-container {
        flex-direction: column;
        align-items: center;
    }

    .profile-image {
        margin-bottom: 20px;
        margin-right: auto;
				margin-left: auto
    }

    .profile-image img {
        width: 450px;
        max-width: 100%;
    }
	
	.profile-text {
				width: 450px;
        max-width: 100%;
	}
	
}