/*
Theme Name: Selene
Theme URI: http://shtheme.com/demosd/selene
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2024, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: selene

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

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
  --main-color-1: #16a085;
}

.blog-box-1 .date p em a {
    text-transform: capitalize;
    color: #212121!important;
}

.section.grey-background > .container {
    text-align: center;
}

.elementor-editor-active div.nav-wrapper {
    position: relative;
}

div#ajax-form input[type="submit"] {
    position: relative;
    width: 160px;
    height: 40px;
    font-family: 'Inconsolata';
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
    background: #efefef;
    border: none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
        color: var(--main-color-1);
}

div#ajax-form input[type="submit"]:hover {
    color: #fff;
    background: var(--main-color-1);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
}

.wpcf7-not-valid-tip {
    font-size: 1.5em;
    margin-top: 15px;
}

.wpcf7-spinner {
    display: none;
}

.logged-in div.nav-wrapper {
    top: 32px;
}

.error_text {
    text-align: center;
}

.error_text h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.error_text h2 span {
    border: 6px solid #414141;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 14px;
    padding-bottom: 3px;
}

.error_text p {
    font-family: 'Inconsolata';
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 4px;
    color: #828282;
}

.error_text a.animsition-link div {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: var(--main-color-1);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 190px;
}

.error_text a.animsition-link div:hover {
    background: #212121;
}

div.search-custom {
    width: 80%;
}

div.search-custom h4 {
    line-height: 32px;
    text-align: left;
}

.search-custom form input[type="search"]{
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid rgba(100, 100, 100, .2);
    border-radius: 5px;
    display: inline-block;
}

.search-custom form button[type="submit"]{
    border-radius: 5px;
    background: var(--main-color-1);
    height: 37px;
    line-height: 37px;
    padding: 0px;
    color: #fff;
    font-size: 17px;
    text-transform: lowercase;
    font-family: 'Inconsolata';
}

.search-custom form div.col-md-8{
    display: inline-block;
    width: 40%;
}

.search-custom form div.col-md-2 {
    display: inline-block;
    width: 100px;
}

.comment-respond, .comment-respond h3.comment-reply-title {
    text-align: left;
}

.comment-respond h3.comment-reply-title {
    text-transform: capitalize;
    margin-bottom: 30px;
}

p.logged-in-as, p.comment-notes {
    font-size: 13px;
    margin-bottom: 30px;
}

h3.comment-reply-title, p.logged-in-as, p.comment-notes {
    margin-left: 25px;
}

.comment-respond #ajax-form button.send_message.chaffle {
    width: 180px;
    background: var(--main-color-1);
    color: #fff;
}

.comment-respond #ajax-form button.send_message.chaffle:hover {
    background: #111;
}

p.comment-form-cookies-consent {
    display: none;
}

section#comments {
    text-align: left;
    margin-left: 25px;
    margin-bottom: 80px;
}

section#comments h2 {
    text-align: left;
    margin-bottom: 45px;
}

.comments .comment {
    display: table;
    margin-bottom: 20px;
    padding-left: 80px;
    position: relative;
}

.comments .comment figure {
    left: 0;
    position: absolute;
    top: 0;
}

.comments .comment figure .image {
    background-color: #1f1f1f;
    height: 70px;
    position: relative;
    overflow: hidden;
    width: 60px;
}

.comments .comment figure .image img {
    height: 100%;
}

.comment-wrapper .name a.url {
    text-transform: capitalize;
    font-size: 18px; 
    line-height: 22px;   
    color: #212121;
    font-family: 'jaapokki-regular';
    letter-spacing: 2px;
}

p.logged-in-as a {
    color: #101010;
}

p.logged-in-as a:hover {
    color: var(--main-color-1);
}

.comment-wrapper span.date .fa-calendar:before {
    color: var(--main-color-1);
    font-size: 12px;
    margin-right: 5px;
}

.comment-wrapper hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.comment-wrapper span.date {
    color: #212121;
    display: block;
}

.comment-wrapper div.name {
    margin-bottom: 5px;
    display: inline-block;
    width: 95%;
}

.comment-wrapper p {
    margin-top: 10px;
}

.comments-title a.comment-reply-link {
    float: right;
    color: var(--main-color-1);
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
}

.error_text {
    padding-top: 50px;
    padding-bottom: 50px;
}

ul.comments > li.comment:last-child hr {
    display: none;
}

.wpcf7-response-output {
	    display: inline-block;
}

#contact iframe, .map-section iframe {
	margin-bottom: -7px!important;
}

ul.cd-nav li.active a {
	background-color: #000;
}

ul.cd-nav li.active a span, ul.cd-nav li.active a em{
	color: var(--main-color-1);
}

a.comment-reply-link {
	color: var(--main-color-1);
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #000000;
    font-weight: 600!important;
    font-size: 15px!important;
}

.alignright, .wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}

.alignleft, .wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.screen-reader-text {
    display: none;
}