/*
Theme Name: artha
Theme URI: http://shtheme.com/demosd/artha
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Description: In 2018, 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
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: artha

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

body {
    color: #eaeaea !important;
}
.navbar-default-white.navbar-fixed-top.sticky {
	    margin: 0px auto !important;
}
.navbar-default-white.navbar-fixed-top {
	    margin: 0px auto !important;
}
#blog-comment > ul ul {
    padding-left: 0px;
}
.blog-simple ul.pagination li span {
    font-size: 9.5pt;
    padding: .72rem 1.1rem;
}
.pagination li .page-numbers.current {
    color: #292929;
    background: #fead15;
    border: 1px solid rgba(255,255,255,.1);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.share ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px){
    .wrapaddres .col-md-8.pr-md-5.mb-5 {
        padding-right: 1.5rem!important;
        max-width: 100%
    }
}
.error404 #subheader {
    height: 500px;
}
.error404 #subheader .container .col-md-12{
    z-index: 99999999;
}
.error404 #subheader .container .error-text-container h1 {
    font-size: 120px;
    text-align: center;
    margin-top: -30px;
} 
.error404 #subheader .container .error-text-container h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    margin-top: 30px;
}
.error404 #subheader .container .error-text-container #searchmenu {
    margin: 0 auto;
    width: 550px;
    max-width: 100%;
    padding: 10px;
}
.error404 #subheader .container .error-text-container #searchmenu .s-input-home{
    padding: 10px;
}
.error404 #subheader .container .error-text-container #searchmenu .btn-s-input {
    top: 10px;
}
.error404 #subheader .container .error-text-container >a {
    border: 1px solid #fead15;
    padding: 10px 17px;
    border-radius: 50px;
    width: 23%;
    font-size: 22px;
    font-weight: 600;
    color: #fead15;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
}
.error404 #subheader .container .error-text-container >a:hover {
    border: 1px solid #191919;
    background-color: #191919;
}

.error404 #subheader .container .error-text-container #searchmenu input::-webkit-input-placeholder{
    color: #fff!important;
}
.error404 #subheader .container .error-text-container  form#searchmenu input::-moz-placeholder{
    color: #fff!important;
}
.error404 #subheader .container .error-text-container  form#searchmenu input:-ms-input-placeholder{
    color: #fff!important;
}
.white nav .active >a {
    color: #fead15 !important;
}