/*!
Theme Name: PostMagazine
Theme URI: https://www.bloggingthemestyles.com/free-wordpress-themes/postmagazine
Author: Blogging Theme Styles
Author URI: https://www.bloggingthemestyles.com
Description: PostMagazine is a beautifully designed blog magazine theme that is perfect for creating a lifestyle, health, food, and fashion based sites. Packed with features such as being WooCommere-ready, unlimited colours, having 5 blog styled layouts, a featured post slider, 21 widget positions, RTL support, and a whole lot more. Be sure to read more about PostMagazine under the Appearance admin menu.
Version: 2.1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: postmagazine
Tags: blog, news, e-commerce, grid-layout, theme-options, custom-background, rtl-language-support, custom-logo, custom-menu, featured-images, sticky-post, right-sidebar, left-sidebar, footer-widgets, custom-colors, translation-ready

PostMagazine (C) 2018 www.bloggingthemestyles.com
PostMagazine is distributed under the terms of the GNU GPL v3 or later.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | Nicolas Gallagher and Jonathan Neal github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}


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

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f5f4ec;
    color: #656565;
	font-family: "Montserrat", Arial, sans-serif;
    font-size: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-wrapper {
    background-color: #0f0f0f;
    margin: 0;
	padding: 0;
}
.site-branding {
    margin: 1.25rem 0;
    text-align: center;  
}

.site-title { 
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 1rem;
}
.site-title a,
.site-title a:visited {
	color: #fff;
}
.site-description {
	color: #dedede;
    font-size: 0.813rem;
    font-weight: 300; 
	letter-spacing: 2px;	
    line-height: 1;
    margin: 0;
	text-transform: uppercase;
}

#page-header {
    margin-bottom: 2.75rem;
}
.page-title {
    color: #000;
	margin-bottom: 1.25rem;
}



/* WP Custom Header */
#wp-custom-header {
	height: 520px;
	position: relative;
	overflow: hidden;
}

.title-tagline-shown .header-logo a:not(.logo),
.title-tagline-shown .site-description {
  display: block;
}

.title-tagline-hidden .header-logo a:not(.logo),
.title-tagline-hidden .site-description {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.30);
	padding: 0;
	position: relative;
}
.boxed1800,
.boxed1600,
.boxed1400 {
	margin: 0 auto;	
}
.boxed1800 {
	max-width: 1800px;
}
.boxed1600 {
	max-width: 1600px;
}
.boxed1400 {
	max-width: 1400px;
}
.content-wrapper {
    max-width: 1340px;
    margin: auto;
}
#content {
    padding: 3rem 25px 0;
}
.sticky-wrapper {
    margin: 0 0 3rem;
    padding: 0;
}
.sticky-wrapper img {
    width: 100%;
}
.sticky-wrapper .hentry {
    margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
	background-color: #1f1f1f;
	color: #cacaca;
    text-align: center;
    font-size: 0.813rem;
	padding: 1rem 25px;
}
.copyright {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}
.site-title {
	font-family: "Times New Roman", Georgia,serif;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	color: #0f0f0f;
	clear: both;
	font-family: "Times New Roman", Georgia,serif;
	line-height: 1.2;
	margin: 0 0 1rem;
}

h1 {
	font-size: 2.25rem;
}
h2 {
	font-size:2rem;
}
h3 {
	font-size: 1.813rem;
}
h4 {
	font-size: 1.688rem;
}
h5 {
	font-size: 1.438rem;
}
h6 {
	font-size: 1.313rem
}
p {
    margin: 0 0 2rem;
}

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

/* blockquotes */
blockquote{
	color: #808080;
	display:block;
	background: #fff;
	padding: 15px 20px 15px 55px;
	margin: 0 0 30px;
	position: relative;

	/*Font*/
	font-family: Georgia, serif;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.2;

	/*Borders - (Optional)*/
	border-left: 15px solid #7dafd2;
	border-right: 2px solid #7dafd2;

	/*Box Shadow - (Optional)*/
	-moz-box-shadow: 2px 2px 12px #ccc;
	-webkit-box-shadow: 2px 2px 12px #ccc;
	box-shadow: 2px 2px 12px #ccc;
}

blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/

	/*Font*/
	font-family: Georgia, serif;
	font-size: 3.750rem;
	font-weight: bold;
	color: #999;

	/*Positioning*/
	position: absolute;
	left: 10px;
	top:3px;
}

blockquote::after{
	/*Reset to make sure*/
	content: "";
}

blockquote p {
    margin-bottom: 1rem;
}

blockquote a{
	text-decoration: none;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover{
	opacity: 0.8;
}

blockquote cite {
    font-size: 0.813rem;
    opacity: 0.7;
}

.format-quote blockquote {
    color: #808080;
    display: block;
    background: #fff;
    padding: 15px 20px 15px 55px;
    margin: 0 0 30px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.2;
	border: none;
    box-shadow: none;
}

/* address */
address {
	margin: 0 0 1.5em;
}



/* TABLES */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
	border-bottom: 1px solid #efefef;
	border-color: #ebebeb;
	margin: 1rem 0 2rem;
	text-align: left;
	width: 100%;
}
table caption {
	color: #989898;
    padding: 0 0 5px 0;
    width: auto;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}
thead th {
    background-color: #dcdcdc;
	color: #222;
}
th, td {
	padding: 6px
}

th {
	font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
	border: 1px solid #ebebeb;	
    border-left: none;
    border-top: none;
}
tr:nth-child(odd) {
    background: #f8f8f8;
}
tr th:first-child, 
tr td:first-child {
	border-color: #ebebeb;
    border-left-style: solid;
    border-left-width: 1px;
}
tr:first-child th, 
tr:first-child td {
	border-color: #ebebeb;
    border-top-style: solid;
    border-top-width: 1px;
}

td {
    padding: 9px 12px;
	border: 1px solid #ebebeb;	
    border-left: none;
    border-top: none;
}
tr th:first-child, 
tr td:first-child {
	border-color: #ebebeb;	
    border-left-style: solid;
    border-left-width: 1px;	
}

/* CODE */
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1rem;
	font-size: 0.9375rem;
    padding: 0 0.5rem;	
}
code {
    background-color: #eeeeee;
    color: #b74747;
}
pre {
    position: relative;
    max-width: 800px;
    padding: 30px 15px;
    background: #f7f7f7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 0.938rem;
    color: #656565;
    border-left: 10px solid #d4dee2;
}
pre code {
	padding: 0;
    color: #3f3b36;
    background-color: transparent;
    font-size: 1rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
::selection {
	background-color: #f1eee8;
}

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


ul, ol {
    margin: 0 0 1.5rem;
	padding: 0 0 0 1.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5rem;
    padding:0;
}
.pingback {
    margin-bottom: 1rem;
}

#left-sidebar ul,
#left-sidebar ol,
#right-sidebar ul,
#right-sidebar ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#bottom-sidebar ul {
    padding-left: 16px;
}
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%;
}


/* Related Posts */
#related-posts {
    list-style: none;
	padding: 0;
}
#related-posts-wrapper:hover {
    background-color: #fff;
	cursor: pointer;
}
#related-posts-thumbnail,
#related-posts-content {
	float: left;
}
#related-posts-title {
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0;
}
#related-posts-heading {
	font-family: inherit;
    font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
#related-posts-content {
    line-height: 1.3;
    text-align: left;
    padding: 5px;
}
#related-post-footer {
    height: 1px;
    margin: 2rem 0;
}
#related-posts a, 
#related-posts a:visited {
    color: #000;
}
#related-posts a:hover {
    opacity: 0.7;
}
#related-posts-thumbnail img {
    display: block;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #83c1ef;
	text-decoration: none;
}

a:visited {
	color: #5b8fbd;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
#left-sidebar a, 
#left-sidebar a:visited, 
#right-sidebar a, 
#right-sidebar a:visited {
    color: inherit;
}
#left-sidebar a:focus , 
#left-sidebar a:hover, 
#right-sidebar a:focus , 
#right-sidebar a:hover {
    color: #83c1ef;
}
.entry-content p a:not(.readmore),
.entry-content p a:not(.excerpt-readmore) {
	font-weight: 700;
}

.entry-footer .post-edit-link {
    background-color: #7dafd2;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.813rem;
    text-transform: uppercase;
    left: 2px;
}
.entry-footer .post-edit-link:hover {
	background-color: #0f0f0f;	
}
a.readmore,
a.readmore:visited {
    display: inline-block;
    background-color: #7dafd2;
    color: #fff;
    border-radius: 6px;
    padding: 5px 18px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.readmore:focus,
a.readmore:hover {
	opacity: 0.8;
}
.entry-content a.excerpt-readmore {
	color: inherit;
    font-size: 0.813rem;
    font-style: italic;
	margin-left: 5px;
}
#site-footer a {
	color: #fff;
}
#bottom-sidebar a:hover,
#site-footer a:hover {
	opacity: 0.8;
}
		
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-footer {
   margin: 1.5rem 0;
}

.description.lead {
    font-style: italic;
}

/* featured sticky post */
.sticky-wrapper .hentry {
	background-color: #f1eee8;
	display: block;
}
.sticky-content {
    padding: 2rem;
	text-align: center;
}
span.sticky-post {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #83c1ef;
}
.sticky-content .sticky-post {
    display: none;
}

/* meta info */
.entry-format {
    text-transform: uppercase;
}
.entry-meta {
    list-style: none;
    padding: 0;
	font-size: 0.813rem;
    margin: 0 0 1rem;
}
.single .entry-meta {
    margin-bottom: 1.75rem;
}
.blog12 .entry-meta {
    margin-bottom: 2rem;
}
.entry-meta li {
	display: inline;
}
.blog4 .entry-meta,
.blog5 .entry-meta {
    margin-bottom: 1rem;
}
.entry-meta, 
.entry-meta a, 
.entry-meta a:visited {
    color: #919191;
}
.entry-meta li:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-size: 0.25rem;
	 font-weight: 900;
    position: relative;
    content: "\f111";
    margin: 0 8px;
    bottom: 2px;
	opacity: 0.6;
}
.entry-meta li:last-child:after {
	content: none;
    margin: 0;
}

/* featured image */
.wp-post-image {
    display: block;
}

.post-thumbnail {
	margin-bottom: 1.375rem;
    position: relative;
}
.page .post-thumbnail {
    margin-bottom: 2rem;
}
.sticky-wrapper .post-thumbnail {
    margin-bottom: 0;
}
.single .post-thumbnail {
    margin-bottom: 2.25rem;
}

/* post title */
.entry-title {
    font-size: 1.875rem;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0.25rem;
}
.page .entry-title {
    margin-bottom: 1.5rem;
}
.blog4 .entry-title,
.blog5 .entry-title {
    font-size: 1.375rem;
}
.entry-title,
.entry-title a {
	color: #484848;
}
.entry-title a:hover {
	opacity: 0.7;
}

/* post entry */
.hentry {
	margin: 0 0 4rem;
}
.page .hentry {
    margin-bottom: 0;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.single .hentry {
    margin-bottom: 2.25rem;
}
.blog3 .hentry,
.blog4 .hentry,
.blog5 .hentry {
	margin-bottom: 0;
}
.list-wrapper {
	margin-bottom: 2rem;
}
.updated:not(.published) {
	display: none;
}

/* Single Elements */
.single .entry-footer {
    margin: 2.25rem 0 0;
}
.entry-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}
.entry-tags li {
    display: inline;
    margin-right: 5px;
}
.entry-tags a, 
.entry-tags a:visited {
    background: #7dafd2;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 0.813rem;
    padding: 4px 12px;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: top;
}
.entry-tags a:hover {
	opacity: 0.8;
}

/* Author Info */
#author-info {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	display: table;
	margin-bottom: 1.75rem;
    padding: 1.75rem 0;
}
#author-avatar {
	float: left;
	margin-right: 1.5rem;
}
#author-info .avatar {
    border-radius: 50%;
	border: 5px solid #dedede;
}
#author-description {
    overflow: hidden;
}
#author-title {
    font-family: inherit;
	font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #000;
}
#author-bio {
	font-size: 0.938rem;
    margin-bottom: 0;
}
#author-link {
    font-family: "Playfair Display",Georgia,serif;
    font-style: italic;
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/* COMMENTS */
#comments {
	border-radius: 10px;
	margin: 2rem 0 0;
    padding: 2rem 1rem;
    background-color: #f8f8f8;
}
.comments-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;	
}
#comment-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#comment-list li > ol {
    margin-left: 1.75rem;
}
.comment-author .fn {
    font-size: 1.063rem;
}
.logged-in-as {
    font-size: 0.875rem;
}
span.says {
    display: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment .avatar {
	border: 3px solid #dedede;
	border-radius: 50%;
    float: left;
    margin: 0 1rem 0 0;
}
.comment .children .avatar {
	margin-top: 5px;
    max-width: 2rem;
}
.comment-content {
    font-size: 0.938rem;
    line-height: 1.5;
	overflow: hidden;
}
.comment-content p:last-child {
    margin-bottom: 1rem;
}
.reply {
    font-weight: 700;
    font-size: 0.688rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 1.25rem 4.75rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
#reply-title {
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
}
.comment-metadata {
	font-size: 0.875rem;
    line-height: 1.5;
	margin: 0 0 0.438rem;
}
.comment-meta a,
.comment-meta a:visited {
    color: inherit;
}
.comment-meta a:hover,
.comment-meta a:focus {
	color: inherit;
}
.comment-edit-link {
    font-weight: 700;
    margin-left: 0.5rem;
}
.comment-form-column-wrapper {
    margin: 0 -10px 10px;
}
.comment-form-column {
    width: 33.3333%;
    float: left;
    padding: 0 10px;

}
.comment-form p {
    margin-bottom: 10px;
}
.comment-notes {
    font-size: 0.75rem;
    font-style: italic;
}
.comment-awaiting-moderation {
    font-style: italic;
    background-color: #7dafd2;
    color: #fff;
    border-radius: 6px;
	position: relative;
    top: 20px;
}


/* Author Info */
#author-info {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	display: table;
	margin-bottom: 1.75rem;
    padding: 1.75rem 0;
}
#author-avatar {
	float: left;
	margin-right: 1.5rem;
}
#author-info .avatar {
    border-radius: 50%;
	border: 5px solid #dedede;
}
#author-description {
    overflow: hidden;
}
#author-title {
    font-family: inherit;
	font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #000;
}
#author-bio {
	font-size: 0.938rem;
    margin-bottom: 0;
}
#author-link {
    font-family: "Times New Roman",Georgia,serif;
    font-style: italic;
    font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/
.error404 .site-content {
    background-color: #dae8e6;
    padding: 2rem;
    margin: 4rem auto;    
	max-width: 75%;
    text-align: center;
}
.error404 .post-title {
    font-size: 3rem;
    font-weight: 700;
}


/* --------------------------------------------------------------------------------
# Attachments Page
-------------------------------------------------------------------------------- */

#attachment-view {
    margin: auto;
    text-align: center;
}
.attachment .post-header {
    margin-bottom: 2rem;
}
.attachment .hentry {
    text-align: center;
}
#attachment-wrapper {
    background-color: #000;
	margin-bottom: 1.75rem;
}
#attachment-wrapper img {
    display:block;
	margin: auto;
}
#attachment-description {
    margin: 0 auto;
}
.attachment .entry-title {
	font-weight: 700;
	margin-bottom: 0;
    text-align: center;
}
.attachment .gallery-post-caption {
    font-family: inherit;
    color: #000;
}
.attachment .gallery-post-caption p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
#image-navigation a {
    color: #fff;
}
.post-caption .more-link {
    display: none;
}

.prev-image, 
.next-image {
    display: inline-block;
	margin: 0 3px;
}
.attachment .form-submit {
    text-align: center;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search #main {
	margin: auto;
	text-align: center;
}	
.search .entry-title {
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin: 0.5rem 2.5rem 1rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.5rem 0 1rem 2.5rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 2rem auto;
}

.alignnone {
    clear: both;
    display: block;
    margin: 2rem 0;
}
blockquote.alignright,
blockquote.alignleft {
    max-width: 40%;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

.post-caption-container {
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 15px;
    bottom: 15px;
}
.post-caption {
    background-color: #0f0f0f;
    border-radius: 6px;
    color: #fff;
    font-size: 0.688rem;
    font-style: italic;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.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;
}
/* For small thumbnails that leaves very little caption space */
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* Image overlays */
.image-wrapper {
	display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.image-wrapper img {    
	display: block;
    position: relative;
}
.image-overlay {
	background-color: rgba(0,0,0,0.3);
	background-attachment: fixed;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding: 1.25rem;
	height: 100%;
}
.image-overlay .caption {
	color: #fff;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.image-wrapper:hover .image-overlay {
	cursor: pointer;
    opacity: 1;
}
.image-overlay-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: 3rem -25px 0;
}
.gallery-item {
	display: inline-block;
	margin: 5px 0 2rem;
	padding: 0 25px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-icon {
    text-align: center;
}
.gallery-icon img {
    display: block;
    margin: auto;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	max-width: 100%;
}

.gallery-caption {
    letter-spacing: 1px;
    display: inline;
    font-size: 0.813rem;
    padding: 0.75rem 0.5rem;
    border-radius: 8px;
    position: relative;
    top: 10px;
    width: 90%;
}

/*--------------------------------------------------------------
# Slick Slider
--------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.featured-slider-area.boxed-wrapper {
  padding-top: 41px;
}
#featured-slider.boxed-wrapper img {
  width: 100%;
}
.slider-item {
  position: relative;
  display: none;
}
#featured-slider .slider-item:first-child {
  display: block;
}
#featured-slider.slick-initialized .slider-item {
  display: block;
}
#featured-slider.boxed-wrapper .slider-item-bg {
  height: 540px;
}
.slider-item-bg {
  height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.valign-container.image-overlay {
    background: rgba(0,0,0,0.10);
}

[data-slick*="1"] .valign-container {
  visibility: hidden;
  opacity: 0.0001;
  -webkit-transition: all 650ms ease-in-out 0s;
  -moz-transition: all 650ms ease-in-out 0s;
  -o-transition: all 650ms ease-in-out 0s;
  transition: all 650ms ease-in-out 0s;
  transition-delay: .75s;
}

[data-slick*="1"] .slick-current .valign-container {
  visibility: inherit;
  opacity: 1;
}

.slider-info {
  display: inline-block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.25rem 0;
}

#featured-slider .prev-arrow,
#featured-slider .next-arrow {
    display: block;
    color: #7dafd2;
    position: absolute;
    top: 50%;
    z-index: 9999;
    padding: 0 1rem;
    margin-top: -2.25rem;
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
	transition: all .3s;
}

#featured-slider .prev-arrow:hover,
#featured-slider .next-arrow:hover {
    opacity: 0.75;
}

#featured-slider .prev-arrow {
  left: 1rem;
}

#featured-slider .next-arrow {
  right: 1rem;
}

.post-slider .prev-arrow,
.post-slider .next-arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1001;
  padding: 0 1rem;
  margin-top: -1.313rem;
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
}

.post-slider .prev-arrow:hover,
.post-slider .next-arrow:hover {
    opacity: 1;
}

.post-slider .prev-arrow {
  left: 1rem;
}

.post-slider .next-arrow {
  right: 1rem;
}

.slider-dots {
	color: #e0e0e0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.813rem;
    margin: 0 0 2rem;
    padding: 0;
    z-index: 1000;
    width: 100%;
    list-style: none;
    text-align: center;
}

.slider-dots li {
  display: inline-block;
  width: 0.813rem;
  height: 0.813rem;
  margin-right: 0.688rem;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dots li:hover,
.slick-active {
	background-color: #fff;
	color:#fff
}
.slider-dots li:last-child {
  margin-right: 0;
}

.slide-category {
  font-size: 0.813rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slide-category a {
    color: #c1dff9;
}

.slider-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1.563rem;
}

.slider-title a {
	color: #fff;
}
.slider-content {
    color: #fff;
	font-size: 0.875rem;
    max-width: 60%;
    margin: 0 auto 1.875rem;
}
.slider-readmore a {
    background-color: #7dafd2;
    color: #fff;
    display: inline-block;
    padding: 0 1.563rem;
    border: none;
    border-radius:  6px;
    font-size: 0.813rem;
    line-height: 2.25rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    cursor: pointer;
}
.slider-readmore a:hover {
	opacity:0.9;
}
.slider-data {
  margin-bottom: 1.25rem;
}
.valign-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90; 
}

.valign-outer {
  display: table;
  width: 100%;
  height: 100%;
}

.valign-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation - Main Menu
--------------------------------------------------------------*/

#menu {
    margin: 1rem auto 0;
    display: table;
}
#main-nav-container {
    border-top: 1px solid #484848;
    border-color: rgba(255,255,255,0.12);	
    display: table;
    margin: 0;
	width:100%;
}
.header3 #main-nav-container {
    border: none;
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
	min-height: 46px;
	text-align: center;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  text-align: left;
  z-index: 9999;
}

.nav-menu > li {
  display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu a {
  display: block;
  position: relative;
}

.nav-menu ul ul {
  top: 0;
  /* float the 3rd level to the right */
  left: 100%;
}

.nav-menu ul li {
  min-width: 200px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px !important;
}

.sf-arrows .sf-with-ul:after {
	color: #c7c7c7;
	content: "\f107";
	position: absolute;
	right: 1rem;
	font-family: "Font Awesome 5 Free", FontAwesome;
	font-style: normal;
	font-weight: 900;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f104";
}

/* Main Nav Styling */
#main-nav a {
    padding: 0.813rem 0.688rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 1px;
    outline: none;
}
#main-nav .sub-menu a {
	color: #fff;
	padding: 0.5rem 1rem;
	text-transform: none;
    font-size: 0.813rem;
}

/* Main Nav hover and active links */
#main-nav a:hover, 
#main-nav li:hover > a,
#main-nav .current-menu-item > a,
#main-nav .current-menu-ancestor > a {
	color:#d6c293;
}

#main-nav ul {
	background-color: #0f0f0f;
    border-bottom: 4px solid #0f0f0f;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.25);
	padding: 0 1rem;
}
.sub-menu ul {
	text-align: left;
}

#main-nav ul li {
  border-top: 1px solid #272727;
}

#main-nav ul li:first-child {
  border-top: 0;
}

#main-nav ul li:last-child {
	border-radius:0 0 12px 12px;
}


@media (max-width: 640px) {
  #main-nav {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav-toggle {
    position: relative;
    z-index: 99999;
    margin: 1rem auto;
    cursor: pointer;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    padding: 0;
    width: 70px;
    height: 40px;
    background-color: #7dafd2;
    color: #fff;
    border-radius: 6px;
}

@media (max-width: 640px) {
  #mobile-nav-toggle {
    display: block;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,1);
  left: -280px;
  width: 280px;
  overflow-y: auto;
  transition: 0.4s;
}

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

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #c5c5c5;
  font-size: 1.125rem;
  overflow: hidden;
  padding: 5px 25px 5px 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #d6c293;
}

#mobile-nav ul li li {
  padding-left: 20px;
}

#mobile-nav ul .menu-item-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
}

#mobile-nav ul .menu-item-has-children i.fa-angle-up,
#mobile-nav ul i.fa-angle-down {
  color: #9a9a9a;
}

#mobile-nav ul .menu-item-active {
  color: #d6c293;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

/* body.mobile-nav-active #mobile-nav-toggle {
  color: #ffffff;
  background-color: #c9b04c;
  width: 60px;
  height: 60px;
  border-radius:  50%;
} */

body.mobile-nav-active #mobile-nav-toggle {
    color: #ffffff;
    background-color: #7dafd2;
    width: 60px;
    height: 40px;
    border-radius: 6px;
    top: 10px;
    margin: auto;
    right: 0;
    display: inline;
    float: right;
}

/*--------------------------------------------------------------
# Navigation - Scroll to Top
--------------------------------------------------------------*/
.scrolltop {
	bottom: 65px;
    color: #7dafd2;	
	cursor: pointer;
	display: none;
	font-size: 2.5rem;
	font-weight: 900;
	position: fixed;	
	right: 80px;
	z-index: 999;
}
.scrolltop:hover {
	color: #d3edff;
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Navigation - Page Links
--------------------------------------------------------------*/
.page-links {
    clear: both;
    font-size: 0.813rem;
    margin: 0 0 1.5em;
}
.page-links .page-number {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #dedede;
    position: relative;
    top: 2px;
}

/*--------------------------------------------------------------
# Navigation - Social Menu
--------------------------------------------------------------*/
.social-menu {
    display: table;
    height: 2rem;
    margin: 0;
    padding: 5px 30px 0;
    text-align: right;
    width: 100%;
    position: relative;
	text-align:center;
    z-index: 11;
}
#site-footer .social-navigation {
    display: table;
    height: 2rem;
    margin: 1rem auto;
}
.social-menu li {
    display: inline-block;
    height: 2rem;
    width: 3rem;
	margin-left: 5px;
}
.social-menu a {
    font-size: 1rem;
	line-height: 1rem;
    color: #848484;
}

.social-menu a {
	background-color: #7dafd2;
	border-radius: 5px;
	display: inline-block;
    width: 3rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    font-family: "Font Awesome 5 Brands", FontAwesome;
    color: inherit;
    text-align: center;
}
.social-menu a:focus,
.social-menu a:hover {
	background-color: #d3edff;
	text-decoration: none;		
	opacity: 0.8;
	cursor: pointer;
}
.social-menu a:before {
	color: #fff;
	position: absolute;
	left: 0;
	right:0;	
	content: "\f013";
}

.social-menu a[href$="/feed/"]:before {
	content: "\f09e";
}
.social-menu a[href*="deviantart.com"]:before {
	content: "\f1bd";
}
.social-menu a[href*="digg.com"]:before {
	content: "\f1a6";
}
.social-menu a[href*="dribbble.com"]:before {
	content: "\f17d";
}
.social-menu a[href*="facebook.com"]:before {
	content: "\f09a";
}
.social-menu a[href*="flickr.com"]:before {
	content: "\f16e";
}
.social-menu a[href*="plus.google.com"]:before,
.social-menu a[href*=".google.com"]:before {
	content: "\f0d5";
}
.social-menu a[href*="github.com"]:before {
	content: "\f1d3";
}
.social-menu a[href*="instagram.com"]:before {
	content: "\f16d";
}
.social-menu a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.social-menu a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
.social-menu a[href*="reddit.com"]:before {
	content: "\f1a1";
}
.social-menu a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.social-menu a[href*="tumblr.com"]:before {
	content: "\f173";
}
.social-menu a[href*="twitter.com"]:before {
	content: "\f099";
}
.social-menu a[href*="vimeo.com"]:before {
	content: "\f194";
}
.social-menu a[href*="wordpress.com"]:before,
.social-menu a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social-menu a[href="xing.com"]:before {
	content: "f168";
}
.social-menu a[href*="youtube.com"]:before {
	content: "\f167";
}
.social-menu a[href*="vk.com"]:before {
	content: "\f189";
}
.social-menu a[href^="mailto:"]:before {
	content: "\f0e0 ";
}
/*--------------------------------------------------------------
# Footer Menu 
--------------------------------------------------------------*/
#footer-nav {
	margin-bottom: 0;
}
#footer-menu {
	list-style: none;
	margin: 0;
	padding:0;
}

#footer-menu li {
	display: inline;	
	margin: 0 0.125rem;
}
#footer-menu li:after {
    content: "\25CF";
    margin: -2px 0 0 0.538rem;
    font-size: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}
#footer-menu li:last-child:after {
 	display: none;
}

/*--------------------------------------------------------------
# Navigation - Pagination
--------------------------------------------------------------*/
.meta-nav {
    font-weight: 700;
}
.nav-links {
    display: table;
		line-height: 1.2;
    width: 100%;
}
.nav-links i {
	display:none;
    font-size: 2.25rem;
	margin-bottom: 1.75rem;
    position: relative;
    top: 0;
}
.nav-previous i {
	float: left;
	margin-right: 1rem;
}
.nav-next i {
	float: right;
	margin-left: 1rem;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous {
    padding-right: 1rem;
}
.nav-next {
    padding-left: 1rem;
}
.single .nav-links a,
.single .nav-links a:visited {
    color: inherit;
}
.nav-links a:hover,
.nav-links a:focus {
    opacity: 0.8;
}

.nav-links .post-title {
    font-size: 0.875rem;
}


/* blog pagination */
.posts-navigation {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 12px 0;
}
.blog .nav-previous a:before,
.blog .nav-next a:after,
.archive .nav-previous a:before,
.archive .nav-next a:after {
    content: "\f0a8";
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    position: relative;
    margin: 0 5px 0 0;
}
.blog .nav-next a:after,
.archive .nav-next a:after {
    content: "\f0a9";
	margin:0 0 0 5px;
}
.single .nav-previous a:before, 
.single .nav-next a:after {
    content: "";
}


/*--------------------------------------------------------------
# Sidebars and Widgets
--------------------------------------------------------------*/
#banner-sidebar .widget,
#breadcrumbs-sidebar .widget,
#featured-bottom-sidebar .widget,
#featured-bottom-sidebar p,
#footer-sidebar .widget,
#footer-sidebar p {
    margin-bottom: 0;
}

#content-top-sidebar,
#cta-sidebar {
    margin: 3rem 0 0;
}

/* banner sidebar */
#banner-sidebar img {
    display: block;
}

/* breadcrumbs sidebar */
#breadcrumbs-sidebar {
    background-color: #f1eee8;
    font-size: 0.75rem;
    font-style: italic;
    padding: 0.5rem 0;
}

/* content bottom sidebar */
#content-bottom-sidebar {
    padding: 3rem 0 1rem;
}

/* featured bottom sidebar */
#featured-bottom-sidebar {
    background-color: #f8f8f8;
}
#featured-bottom-sidebar .widget-title {
    display: inline;
    margin: 0;
}
#featured-bottom-sidebar .gallery-item {
    padding: 0;
}
#featured-bottom-sidebar .gallery-item img {
    margin: auto;
    width: 100%;
}

/* bottom sidebar */
#bottom-sidebar {
    background-color: #58819e;
    color: #d1e5f3;
    font-size: 0.938rem;
    line-height: 1.4;
}

/* footer sidebar */
#footer-sidebar {
    margin: 1rem 0;
}
#footer-sidebar .widget-title {
    margin-bottom: 0.5rem;
}

/* cta */
#cta-sidebar .widget {
    margin-bottom: 0;
}


/* base widget styles */
.widget-title {
	color: #0f0f0f;
	font-size: 1.25rem;
	font-style: italic;
    margin-bottom: 1.125rem;
}
#left-sidebar .widget-title, 
#right-sidebar .widget-title {
    background-color: #7dafd2;
	border-radius: 5px;
    color: #fff;
    padding: 8px 12px;
}
#bottom-sidebar .widget-title {
    color: #e7f0f7;
}
.widget li {
    padding: 0.313rem 0;
}
.widget {
	margin: 0 0 2rem;
}

#content-top-sidebar .widget {
    margin-bottom: 1rem;
}
#bottom-sidebar {
    padding: 3rem 0 1rem;
}
.widget select {
	max-width: 100%;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
}
.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}
.widget_text ol {
	list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
	border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}
.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}
.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}
.widget_text ol li {
	list-style-position: inside;
}
.widget_text ol li + li {
	margin-top: -1px;
}

/* Widget Tags */
.widget_tag_cloud a {
    border: 1px solid #dedede;
    border-radius: 5px;
    color: inherit;
    display: inline-block;
    font-size: 0.813rem!important;
    margin-bottom: 4px;
    padding: 0.375rem 1rem;
    line-height: 1;
    letter-spacing: 1px;
    vertical-align: top;
}
.widget_tag_cloud a:hover {
	background-color: #7dafd2;
    border-color: #7dafd2;
    color: #fff !important;
}

/* Menu Widget */
#left-sidebar .widget_nav_menu .sub-menu,
#right-sidebar .widget_nav_menu .sub-menu {
    margin-right: 4%;
    font-size: 0.938rem;
}
#left-sidebar .widget_nav_menu .sub-menu {
	margin-right: 0;
    margin-left: 4%;
}
#right-sidebar .widget_nav_menu a {
    color: #989898;
}
.widget_nav_menu ul {
    font-weight: 300;
}
.widget_nav_menu li {
    padding: 2px 0;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}
.widget_rss ul li {
	padding: 2.125em 0;
}
.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}
.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}
.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}
.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}
.widget select {
    max-width: 100%;
}



/* Promo image widget */
#promobox-section {
    margin-top: 3rem;
}
.promo-image figure {
	border-top: 5px solid #7dafd2;
	position: relative;
}
.promo-image .wp-caption-text {
    background-color: #7dafd2;
    position: relative;
    bottom: 25px;
    margin: 0 auto;
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
    left: 0;
    right: 0;
    max-width: 90%;
}
.promo-image-content {
	border-top: 6px solid #7dafd2;
    position: relative;
}
.promo-image-content img {
    width: 100%;
}
.promo-image-caption-box {
    border-radius: 10px;
    position: relative;
    background-color: #7dafd2;
	bottom: 2rem;
    color: #fff;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 0.75rem;
}
.promo-image-caption-box p {
	margin: 0;
}
.promo-image-caption {
    font-family: "Times New Roman",Georgia, serif;
    font-size: 1.313rem;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 1.2;
}
.promo-image-readmore a {
	color: #d3edff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.688rem;
}

.promo-image-readmore a:hover {
	opacity: 0.8;
}

/* Recent Posts with Thumbnail */
.widget_pm-recent-posts .widget-title {
    margin-bottom: 1.25rem;
}
.widget_pm-recent-posts ul {
    display: table;
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_pm-recent-posts li {
	margin-bottom: 2.25rem;
	position: relative;
}
#bottom-sidebar .widget_pm-recent-posts li {
    margin-bottom: 1.25rem;
}
.widget_pm-recent-posts ul li:before {
	display: none;
}

.widget_pm-recent-posts .recent-post_image {
    margin: 0;
}
.widget_pm-recent-posts .recent-post_image a {
	position: relative;
	display: block;
}
.widget_pm-recent-posts .recent-post_image img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.widget_pm-recent-posts .recent-post_image img:hover {
	opacity: 0.9;
}
.widget_pm-recent-posts h4 {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    background-color: #1a1a1a;
    padding: 4px 10px;
    border-radius: 6px;
    left: 0;
    right: 0;
    float: none;
}

.widget_pm-recent-posts h4 a {
	color: #fff;
}
.widget_pm-recent-posts .post-date {
	color: #919191;
    font-size: 0.75rem;
    float: right;
    line-height: 1.85;
}
.recent-post_text {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -12px auto 0;
    width: 90%;
    text-align: center;
}
#left-sidebar .recent-post_text {
    right: auto;
    left: 0;
}
#bottom .recent-post_title {
	font-size: 0.875rem;
    line-height: 1.1;
	margin: 0;
}
/* search widget */
.search-form {
    position: relative;
}
.search-field {
	padding: 8px 65px 8px 15px;
	border-radius: 0 6px 6px 0; 
}
.search-submit {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 1px;
    border: 1px solid #7dafd2;
    border-radius: 0 6px 6px 0;
    margin-top: -1px;
}

.widget_search .widget-title {
    display: none;
}
/* search class */
.widget_search.search {
    background-color: #0f0f0f;
    padding: 1rem;
}
.widget.search .search-field {
    width: 100%;
	border-radius: 0;
}
.widget.search button.search-submit {
    position: relative;
    width: 100%;
    border-radius: 0;
   background-color: #7dafd2;
    margin: 10px 0;
}
.widget.search .widget-title {
    display: block;
    color: #fff;
    margin-bottom: 10px;
	text-align: center;
}

/* Recent Comments */
.recentcomments {
    font-size: 0.813rem;
    font-style: italic;
}
.recentcomments span a {
    font-style: normal;
}

/* WP Widget Gallery */
.widget_media_gallery .widget-title {
    margin-bottom: 1rem;
}
.widget_media_gallery .gallery-item {
    margin: 0;
	padding: 0;
	padding: 0 8px 0 0;
}
.widget_media_gallery .gallery-item img {
    display: block;
}
.widget_media_gallery .gallery-caption {
    display: none;
}
.widget_media_gallery .gallery {
    margin: auto;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
#bottom-sidebar .gallery-item {
    margin-bottom: 8px;
}

/* calendar widget */
#wp-calendar a {
    color: #000
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    padding-top: 0px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
    margin-bottom: 10px;
}

#wp-calendar thead th {
    padding: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background-color: #f8f8f8;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background-color: #fff;
}

#wp-calendar tbody .pad {
    background-color: #f8f8f8;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

#wp-calendar thead th {
    background-color: #ededed;
    text-align: center;
    border: 1px solid #fff;
    font-weight: normal;
}

#wp-calendar caption {
    color: #000
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* placeholder text color */
::-webkit-input-placeholder { opacity: 0.8; font-size: 0.688rem; font-style: italic; text-transform: uppercase; }
:-moz-placeholder { opacity: 0.8; font-size: 0.688rem;  font-style: italic; text-transform: uppercase; }
::-moz-placeholder { opacity: 0.8; font-size: 0.688rem;  font-style: italic; text-transform: uppercase; }
:-ms-input-placeholder { opacity: 0.8; font-size: 0.688rem;  font-style: italic; text-transform: uppercase; }

fieldset {
    padding: .35em .75em .625em;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
}

/* input fields */
input[type=text], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
select, 
textarea {
    background: #fff;
    border: 1px solid #dedede;
	line-height: 1.4;
	font-size: 0.875rem;
    color: inherit;
	margin-bottom: 10px;
    padding: 8px 15px; 
	width: 100%;
	outline: none;
}
 
input[type=text]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
select:focus, 
textarea:focus {
  border: 1px solid rgba(0,0,0,0.5);
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/* button styling */
input[type=submit],
input[type=reset],
button,
.button,
input[type=submit]:visited,
input[type=reset]:visited,
button:visited,
.button:visited,
.image-navigation a,
.image-navigation a:visited {
	border: none;
	border-radius: 6px;
    background-color: #7dafd2;
    color: #fff;
	cursor: pointer;
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.image-navigation a:hover,
.image-navigation a:focus {
    background-color: #0f0f0f;
    color: #fff;
}

/*--------------------------------------------------------------
## Transitions
--------------------------------------------------------------*/
.image-wrapper img {    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.image-overlay {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.scrolltop {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;	
}
.button,
.readmore,
.entry-footer .post-edit-link,
button,
input[type=submit],
input[type=reset],
.social-menu a {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}	

input[type=text], 
input[type=email], 
input[type=password], 
input[type=search], 
input[type=tel], 
select, 
textarea {
    background: white;
    border: 1px solid #dedede;
	line-height: 1.4;
	font-size: 0.875rem;
    color: inherit;
    padding: 8px 15px; 
	width: 100%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

/*--------------------------------------------------------------
# Bootstrap 4 Grid and Layout
# DO NOT CHANGE this CSS
--------------------------------------------------------------*/

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
}

/* vertical-align elements */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

/* boxes layout for equal height columns */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* split column rows */
.w-100 {
    width: 100%!important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


/* Extra small devices (portrait phones, 480px and up) */
@media (min-width: 480px) {
    html,
    body {
        font-size: 94%;
    }
	.slider-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html,
    body {
        font-size: 95%;
    }		
	#attachment-description {
		max-width: 90%;
	}
	.slider-title {
	  font-size: 2.75rem;
	  line-height: 2.75rem;
	}
	.slider-content {
		font-size: 0.938rem;
	}	
	.post-slider .prev-arrow,
	.post-slider .next-arrow {
	  display: none;
	  position: absolute;
	  top: 50%;
	  z-index: 1001;
	  padding: 0 1rem;
	  margin-top: -1.313rem;
	  font-size: 3rem;
	  text-align: center;
	  cursor: pointer;
	}	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html,
    body {
        font-size: 97%;
    }
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}	
 	.slick-arrow  {		
 		opacity: 0;		
 	}		
 	.slick-slider:hover > .slick-arrow  {		
 		opacity: 1;		
 	}	
	.slider-title {
	  font-size: 3rem;
	  line-height: 2.75rem;
	}
	.slider-content {
		font-size: 1rem;
	}		
	.slider-info {
	  padding: 2.25rem 3.75rem;
	}	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html,
    body {
        font-size: 100%;
    }		
	.d-lg-none {
		display: none !important;
	}	
	.slider-info {
	  padding: 2.25rem 3.75rem;
	}		
	.slider-title {
	  font-size: 3.25rem;
	}
	.slider-content {
		font-size: 1.063rem;
	}	
	/* end alternating blog styles */
	.search #main {
		max-width: 75%;
	}	
	.search #main .nav-previous {
		text-align: left;
	}
	.search #main .nav-next {
		text-align: right;
	}
	#attachment-description {
		max-width: 80%;
	}	
	#featured-slider .prev-arrow {
	  left: 150px;
	}

	#featured-slider .next-arrow {
	  right: 150px;
	}	

	#inset-bottom {
		margin-bottom: 0;
	}	
	#left-sidebar .widget:last-child, 
	#right-sidebar .widget:last-child, 
	.widget p:last-child {
		margin-bottom: 0;
	}	
	.promo-image-caption-box {
		border-radius: 10px;
		position: relative;
		background-color: #7dafd2;
		bottom: 2rem;
		color: #fff;
		margin: 0 auto -2rem;
		max-width: 90%;
		text-align: center;
		padding: 0.75rem;
	}	
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {	
	.d-xl-none {
		display: none !important;
	}	
	#attachment-description {
		max-width: 60%;
	}		
	.slider-title {
	  font-size: 3.5rem;
	}	
	.slider-content {
		font-size: inherit;
	}		
}

/* Extra large devices (large desktops, 1920px and up) */
@media (min-width: 1920px) {}
