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

 Theme Name: Elegant
 Version: 3.0
 Description: Free WordPress Theme by WPExplorer
 Author: WPExplorer
 Author URI: https://www.wpexplorer.com
 Designed & Developed by WPExplorer
 Theme URI: https://www.wpexplorer.com/elegant-free-wordpress-theme/
 License: GNU General Public License version 2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: wpex-elegant

/* Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
mark { background: none; }
select { max-width: 100%; }

/* Vars
--------------------------------------------------------------*/
:root {
    --wpex-accent: #139461;
    --wpex-on-accent: #fff;
    --wpex-text-sm:0.875em;
    --wpex-text-lg:1.125em;
    --wpex-text-xl:1.25em;
    --wpex-text-2xl:1.5em;
    --wpex-text-3xl:1.875em;
}

/* The Grid
--------------------------------------------------------------*/
.col:after,
.clr:after,
.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.col { display: block; float: left; float: inline-start; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Grids */
.wpex-grid { display: grid; }
.wpex-grid-cols-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.wpex-grid-cols-3 { grid-template-columns: repeat(3, 1fr); gap: 32px; }
.wpex-grid-cols-2 { grid-template-columns: repeat(2, 1fr); gap: 40px; }

/* Body & Main
--------------------------------------------------------------*/
body { background: #f6f6f6; color: #444; line-height: 1.5; font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; }
a { color: var(--wpex-accent); text-decoration: underline; }
#main { padding: 48px 0; }
.container { margin: 0 auto; max-width: 1140px; }
.left-content { float: left; float: inline-start; width: calc(100% - 300px - 40px) }
.sidebar-container { float: right; float: inline-end; width: 300px; }

/* Commons
--------------------------------------------------------------*/
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }
img { height: auto; max-width: 100%; }
blockquote, .wp-block-quote { border-inline-start: 3px solid; padding-inline-start: 1.5em; }
blockquote.left { float: left; float: inline-start; margin-inline-start: 0; margin-inline-end: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; float: inline-end; margin-inline-start: 20px; margin-inline-end: 0; text-align: left; width: 33%; }
pre { font-family: Menlo, Consolas, monaco, monospace; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { margin-bottom: 25px; position: relative; }
#page-featured-img img { display: block; width: 100%; }
.double-divider { display: block; width: 100%; height: 3px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 40px 0; }
.heading { font-size: var(--wpex-text-xl); margin: 0 0 20px; padding-bottom: 3px; font-weight: 600; border-bottom: 1px solid #ddd; text-transform: uppercase; }
.page-thumbnail { margin-bottom: 30px; }
.page-thumbnail img { display: block; }
body.page-template-templatesfullwidth-php .page-thumbnail { margin: 0 0 30px; }
.page-thumbnail img { display: block; }
.wpex-readmore { display: block; margin-top: 24px;  }
.wpex-readmore a { display: inline-block; background: #222; color: #fff; padding: 1em 1.5em; line-height: 1.4; text-decoration: none; }
.wpex-readmore a:hover { background: var(--wpex-accent); }

/* Lists
--------------------------------------------------------------*/
:where(.entry) ul { list-style: disc; padding-inline: 2em; }
:where(.entry) ol { list-style: decimal; padding-inline: 2em; }

/* Typography
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #444; line-height: 1.4; }
h1 { font-size: var(--wpex-text-3xl); margin: 0 0 20px; }
h2 { font-size: var(--wpex-text-2xl) }
h3 { font-size: var(--wpex-text-xl) }
h4 { font-size: var(--wpex-text-lg) }
h5 { font-size: 1em }
h6 { font-size: 1em }
p { margin: 0 0 20px }
.single-post-content > * { margin-bottom: 2rem; }
h1 a, h2 a, h3 a, h4 a { color: inherit; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
em { font-style: italic }
strong { font-weight: 600; color: #000; }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }

/* Page Header
--------------------------------------------------------------*/
.page-header { position: relative; margin-bottom: 30px; }
.page-template-templatesportfolio-php .page-header { margin-bottom: 25px; }
.page-header-title { color: #000000; margin: 0; font-weight: 600; }
.single-post .page-header { margin: 0 0 15px; }
.single-post .page-header-title { margin: 0; }
#archive-description,
#portfolio-template-content { margin-top: 10px; }
#portfolio-template-content p:last-child,
#archive-description p:last-child { margin: 0; }

/* Header
--------------------------------------------------------------*/

/*header*/
#header-wrap { background: #fff; border-bottom: 1px solid #e4e4e4; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
#header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 0; }

/*logo*/
#logo img { vertical-align: bottom; max-width: 100%; }
.site-text-logo a { display: inline-block; font-weight: 600; color: #000; font-size: var(--wpex-text-2xl); text-decoration: none; }
.site-description { margin-top: 5px; }

/* Main Navigation
--------------------------------------------------------------*/
.sf-menu,
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
.sf-menu > li { float: left }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
.sf-menu { float: left }
.sf-menu ul { min-width: 160px; }
.sf-menu a { zoom: 1 }
.sf-menu li { position: relative; white-space: nowrap; transition: all .2s; }
.sf-menu li:hover,
.sf-menu li.sfHover { -webkit-transition: none; transition: none; }
.sf-menu .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega { display: block }

/*styling*/
#site-navigation .dropdown-menu li { display: block; float: left; float: inline-start; height: 40px; line-height: 40px;}
#site-navigation .dropdown-menu > li { margin-inline-start: 2em; }
#site-navigation .dropdown-menu > li:first-child { margin-inline-start:0; }
#site-navigation .dropdown-menu a { color: inherit; font-weight: 400; text-decoration: none; text-align: left; cursor: pointer; }
#site-navigation .dropdown-menu a:hover { color: var(--wpex-accent); }
#site-navigation .dropdown-menu > .current-menu-item > a { opacity: 1; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }

/*drop-down styles*/
#site-navigation .dropdown-menu ul { background: #222; font-size: 1em; color: #fff; }
#site-navigation .dropdown-menu ul li a { display: block; height: auto; line-height: 1.7em; padding: 10px; margin: 0px; border: 0px; text-transform: none; }
#site-navigation .dropdown-menu ul li a.sf-with-ul { padding-inline-end: 23px; }
#site-navigation .dropdown-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
#site-navigation .dropdown-menu ul li > a:hover { color: var(--wpex-on-accent); background: var(--wpex-accent); }
#site-navigation .dropdown-menu ul li:last-child { border: none; }

/*arrows*/
#site-navigation  .dropdown-menu > li .fa-angle-down { margin-inline-start: 5px }
#site-navigation  .dropdown-menu > li ul li .fa-angle-right { position: absolute; top: 50%; right: 15px; height: 20px; line-height: 20px; margin-top: -10px; }

/* Sidebar
--------------------------------------------------------------*/
.sidebar-container .sidebar-widget { margin-bottom: 40px; }
.sidebar-container a { color: inherit; text-decoration: none; }
.sidebar-container a:hover { color: var(--wpex-accent); text-decoration: underline; }
.sidebar-container .sidebar-widget .widget-title { font-size: var(--wpex-text-lg); margin: 0 0 16px; font-weight: 600; }

/* Widgets
--------------------------------------------------------------*/
.sidebar-container select { width: 100%; }

/*calendar widget*/
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td a,
#wp-calendar tbody td a:hover { color: var(--wpex-accent); text-decoration: underline; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 12px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: var(--wpex-accent); color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 2px 0; color: #a7a7a7; }
#wp-calendar tfoot td#next { text-align: right; }
#footer #wp-calendar thead th { background: #232323 }
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td { border-color: #333 }

/* Posts
--------------------------------------------------------------*/
.loop-entry { border-bottom: 1px solid #ddd; margin-bottom: 40px; padding-bottom: 40px; }
.loop-entry.post-entry p:last-child { margin: 0 }
.loop-entry-title{ font-size: var(--wpex-text-3xl); margin: 0; }
.loop-entry-thumbnail,
.post-thumbnail { margin-bottom: 20px; }
.post-thumbnail img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.loop-entry-thumbnail img{ width: 100%; display: block; box-shadow: #000 0em 0em 0em; aspect-ratio: 16/9; object-fit: cover; }
.loop-entry-thumbnail img:hover { opacity: 0.8; }
.entry-footer { margin-top: 40px; }
.author-info { margin-top: 40px; }
.author-info .author-info-inner { position: relative; padding-inline-start: 100px; }
.author-info .author-avatar { position: absolute; left: 0; top: 0; }
.author-info .author-avatar img { border-radius: 2px; }

/* Post Meta
--------------------------------------------------------------*/
.post-meta { color: #000; display: block; float: none; margin-bottom: 20px; }
.single-portfolio .post-meta { margin-bottom: 0; }
.post-meta li { display: block; float: left; float: inline-start; margin: 0; }
.post-meta li .meta-seperator { margin: 0 15px; opacity: .5; }

/* Search
--------------------------------------------------------------*/
.search-entry { display: flex; gap: 20px; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.search-entry-thumbnail { width: 150px; }
.search-entry-thumbnail img { width: 100%; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.search-entry-thumbnail a:hover img { opacity: 0.8; }
.search-entry-title { margin: 0 0 15px; }
.search-entry-text { flex-grow: 1; }

/* Pagination
--------------------------------------------------------------*/
ul.page-numbers { display: flex; flex-wrap: wrap; list-style: none; margin: 30px 0 0; gap: 6px; }
ul.page-numbers li { display: block; }
.page-numbers a { text-decoration: none; }
.page-numbers a,
.page-numbers span,
#edd_download_pagination .page-numbers { background-color: transparent; border: 0; color: #606060; background: #fff; border: 1px solid #e6e6e6; cursor: pointer; display: flex; justify-content: center; align-items: center; float: inline-start; height: 1.8em; width: 1.8em; text-align: center; ftext-decoration: none; }
.page-numbers a:hover,
.page-numbers span.current,
#edd_download_pagination .page-numbers:hover,
#edd_download_pagination .page-numbers.current { background: var(--wpex-accent); color: var(--wpex-on-accent); text-decoration: none; border-color: transparent; }

/*next/prev*/
.single-post-pagination { position: absolute; right: 0; top: 0; }
.single-post-pagination li { display: block; float: left; float: inline-start; margin-inline-start: 4px; }
.single-post-pagination li:first-child { margin-inline-start: 0; }
.single-post-pagination li a { display: block; font-size: 1em; color: #888; background: #fff; border: 1px solid #ddd; height: 24px; width: 24px; line-height: 24px; text-align: center; }
.single-post-pagination li a:hover { color: #000; }

/* FlexSlider
--------------------------------------------------------------*/

/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; }
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/*main*/
.flexslider { backface-visibility: hidden; }
.flexslider-container { position: relative; }
.flexslider-container img { display: block; }

/* Homepage
--------------------------------------------------------------*/
#homepage-content,
#homepage-features { margin-top: 40px; }
#homepage-portfolio,
#homepage-blog { margin-top: 80px; }
#homepage-blog { margin-bottom: 40px; }
.homepage-content-bottom-divider {margin-bottom: 0;}

/*homepage slider*/
#homepage-slider-wrap { max-height: 500px; overflow: hidden; }
#homepage-slider-wrap.container { padding-top: 50px; }
#homepage-slider-wrap .flex-direction-nav li a { display: block; z-index: 9; position: absolute; top:50%; margin-top: -35px; height: 70px; line-height: 70px; width: 50px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 21px; }
#homepage-slider-wrap .flex-direction-nav li a:hover { opacity: 1; background: var(--wpex-accent); color: #fff; text-decoration: none; }
#homepage-slider-wrap .flex-direction-nav li a.flex-prev { left: 0; }
#homepage-slider-wrap .flex-direction-nav li a.flex-next { right: 0; }
.homepage-slide-inner { position: relative; }
.homepage-slide-content { display: block; position: absolute; top: 50px; left: 0; z-index: 9999; display: flex; flex-direction: column; align-items: start; justify-content: start; }
.homepage-slide-title { display: inline-block; background: #222; color: #fff; font-size: 2em; padding: 15px 20px; text-transform: uppercase; }
.homepage-slide-caption { display: inline-block; margin-top: 10px; background: var(--wpex-accent); font-size: 1.333em; font-weight: 600; color: var(--wpex-on-accent); padding: 10px; }

/*homepage blog*/
.recent-blog-entry-title { font-size: var(--wpex-text-lg); margin: 20px 0 0; }
.recent-blog-entry-thumbnail a,
.recent-blog-entry-thumbnail img { display: block; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.recent-blog-entry-thumbnail img { aspect-ratio: 16/9; object-fit: cover; }
.recent-blog-entry-thumbnail a:hover img { opacity: 0.85; }
.recent-blog-entry .post-meta { margin: 0 0 6px; font-size: var(--wpex-text-sm); }
.recent-blog-entry .post-meta .fa-calendar { margin-inline-end: 6px; }

/* Feature Entries
--------------------------------------------------------------*/
.feature-thumbnail { margin: 0 0 20px; }
.feature-thumbnail img { display: block; width: auto; margin: 0 auto; }
.feature-thumbnail a:hover img { opacity: 0.8; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.features-entry { text-align: center; }
.feature-entry-title { margin: 0 0 10px; font-size: 1.4em; font-weight: 600; color: #444; }
a .feature-entry-title:hover { color: #000; }
.feature-entry-content p:last-child { margin: 0; }
.features-entry .feature-icon-font { text-align: center; margin: 0 auto 20px; }
.features-entry .feature-icon-font .fa { font-size: 46px; color: var(--wpex-accent); }
.feature-entry-url { margin: -20px; padding: 20px; display: block; text-decoration: none; color: #555; }
.feature-entry-url:hover { text-decoration: none; }

/* Portfolio
--------------------------------------------------------------*/

/*main*/
#portfolio-wrap { position: relative }
#portfolio-wrap ul { margin: 0px; list-style: none; }
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e6e6e6; }
#portfolio-description p:last-child,
.portfolio-description p { margin: 0 }

/*portfolio entry*/
.portfolio-entry-media img { vertical-align: bottom; aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.portfolio-entry-media a:hover img { opacity: 0.85; }
.portfolio-entry-details { margin-top: 10px; }
.portfolio-entry-title { margin: 0; font-size: var(--wpex-text-lg); }
.portfolio-entry-title a:hover { color: var(--wpex-accent); text-decoration: none; }
.portfolio-entry-categories a { color: inherit; }
.portfolio-entry-categories a:hover { color: #000; }
.single-portfolio .post-slider-wrap { margin: 0 0 30px; }
.single-portfolio .post-slider-wrap img { aspect-ratio: 16/9; object-fit: cover; }

/*portfolio related*/
#single-portfolio-related { margin-top: 30px; }

/* Post Slider
--------------------------------------------------------------*/
.post-slider-wrap .flex-direction-nav { z-index: 9; position: absolute; bottom:0; right: 0; }
.post-slider-wrap .flex-direction-nav li { display: block; float: left; float: inline-start; margin-inline-start: 0; }
.post-slider-wrap .flex-direction-nav li a { display: block; height: 30px; line-height: 30px; width: 35px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 14px; }
.post-slider-wrap .flex-direction-nav li a:hover { opacity: 1; background: var(--wpex-accent); color: #fff; text-decoration: none; }
.post-slider-wrap .flex-direction-nav li a .genericon { font-size: 16px; height: 30px; line-height: 30px; }

/* Staff
--------------------------------------------------------------*/
.staff-entry-title { font-size: 1.500em; margin: 10px 0; font-size: 1.2em; color: #000; }
.staff-entry-content p:last-child { margin: 0; }
.staff-entry-media img { width: 100%; object-fit: cover; aspect-ratio: 1/1; object-position: center top;}

/* Forms / Inputs / Buttons
--------------------------------------------------------------*/

/*inputs*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: transparent; border: 1px solid #ddd; box-sizing: border-box; color: #606060; display: block; font-size: 1em; margin: 0; max-width: 100%; padding: 0.8em 1em; font-family: inherit; background: #fff; }

textarea { width: 100%; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus { color: #555; outline: none; border-color: #ccc; }

button,
input[type="button"],
input[type="submit"] { -webkit-appearance: none; background: #222; border: transparent; color: #fff; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 400; outline: none; padding: 1em 1.5em; line-height: 1.4; position: relative; font-family: inherit; }

.entry input[type="submit"] { margin-top: 10px; }

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: var(--wpex-accent) }

a.view-all { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: #EEEEEE; border-radius: 3px; padding: 8px 20px; text-align: center; width: 100%; color: #808080; }

/* Search
--------------------------------------------------------------*/
input[type="search"] { font-size: 1em; -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #e6e6e6; border-radius: 0; box-sizing: border-box; color: #555; outline: none; padding: 1em; width: 100%; font-family: inherit; }
input[type="search"]:focus { border-color: #ccc; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration { display: none }

/* Comments
--------------------------------------------------------------*/
#comments { margin-top: 60px }
#comments span.required { color: #C30 }
.commentlist { margin: 0 }
.commentlist .children { margin-inline-start: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment { border-bottom: 1px solid #ddd;margin-bottom: 24px; padding-bottom: 24px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 2px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-weight: 600; color: #000; display: block; }
.comment-date { display: inline-block; margin-inline-end: 12px; }
.comment-details { margin-inline-start: 70px; }
.comment-content p:last-child { margin: 0 }
.comment-date a { text-decoration: none;}
.comment-date a,
a.comment-reply-link { font-size: 0.9em; color: #808080 }
#reply-title small { font-size: 1em; }
a#cancel-comment-reply-link { color: red; display: inline; font-weight: 400; font-size: 1em; }
a#cancel-comment-reply-link:hover { text-decoration: underline; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
.commentlist #respond { margin-bottom: 100px }
#comments-logged-in { font-size: 13px; margin-bottom: 30px; margin-top: 10px; }
#log-out { float: right; float: inline-end; margin-top: -56px; }
.comment-form-comment label[for="comment"] { display: none }
#reply-title { font-size: 1em; margin: 0 0 20px; }
#commentform textarea { width: 100% }
#comments .form-allowed-tags { display: none }
.comment-awaiting-moderation { background: #02AACE; color: #fff; display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }

/* Footer
--------------------------------------------------------------*/
#footer-wrap { background: #222; color: #bbb; }
#footer-wrap input[type="text"],
#footer-wrap input[type="search"] { border:  none; }
#footer-wrap select { width: 100%; }
#footer-wrap a { color: inherit; text-decoration: none; }
#footer-wrap a:hover { color: #fff; text-decoration: underline; }
#footer-widgets .widget-title { color:  #fff; font-size: 1.25em; margin: 0 0 15px; }
#footer-widgets .widget-title span { background: #222; padding-inline-end: 10px; }
.footer-widget { padding: 50px 0 }
.footer-widget.widget_text p:last-child { margin: 0; }
#footer-widgets .span_1_of_3.col-1 { padding-inline-end: 10px; }
#footer-widgets .span_1_of_3.col-2 { padding-inline-start: 5px; padding-inline-end: 5px; }
#footer-widgets .span_1_of_3.col-3 { padding-inline-start: 10px; }
.footer-widget > ul > li { padding: 2px 0; border-bottom: 1px solid #333; }
.footer-widget > ul > li:first-child { border-top: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li { border-bottom: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li:first-child { border-top: 1px solid #333; }
#footer-widgets .widget_nav_menu ul > li li a:before { content: "-"; padding: 0 10px; color: #555; }
#footer-widgets .widget_nav_menu ul > li.menu-item-has-children{ border-bottom: none; }
#copyright-wrap { background: #111; padding: 20px 0; color: #888; text-align: center; }
#copyright-wrap a { color: #fff; }

/* 404 Page
--------------------------------------------------------------*/
#error-page { text-align: center; margin-top: 60px; }
#error-page-title { border: none; font-size: 7.5em; line-height: 1em; margin: 0 0 30px; }
#error-page-title span { margin-inline-end: 7px }
#error-page-text { font-size: 1.15em; }

/* WordPress Styles
--------------------------------------------------------------*/

/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; float: inline-end; margin: 0 0 10px 20px; }
.alignleft { float: left; float: inline-start; margin: 0 20px 10px 0; }

/*floats*/
.floatleft { float: left }
.floatright { float: right }

/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }

/*captions*/
.wp-caption { max-width: 100% !important }
.wp-caption p.wp-caption-text { box-sizing: border-box; text-align: center; }
.wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }

/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }

/*img attachment*/
#img-attch-page { overflow: hidden; text-align: center; }
#img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }

/*gallery*/
.gallery { margin: 0 0 30px !important; }
.gallery-icon img { border: none !important; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.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; 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; }

/*hide responsive elements
--------------------------------------------------------------*/
#navigation-toggle, .sidr, #sidr-close, #mobile-search { display: none }

/* EDD tweaks
--------------------------------------------------------------*/
.edd_download_image { margin-bottom: 20px; }
.edd_download_image a { display: block; }
.edd_download_image img { width: 100%; display: block; transform: translateZ(0); box-shadow: 0 0 0 rgba(0,0,0,0); -webkit-backface-visibility: hidden; }
.edd_download_image a:hover img { opacity: 0.85; }
.entry .edd_download_title { margin: 0 0 10px;}
.edd_downloads_list .edd_download { margin-bottom: 30px; }
.edd_downloads_list .edd_download_inner { margin: 0; }
.edd_downloads_list .edd_download_title { margin: 0 0 10px; font-size: 21px; }