/*
Theme Name: Homekins
Theme URI: http://shtheme.com/demosd/homekins
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: homekins

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
---------------------------------------------------*/
.navbar-default-white.navbar-fixed-top {
    margin: 0px auto !important;
}
.tagcloud ul.wp-tag-cloud {
    padding-inline-start: 0px;
}
.tagcloud .wp-tag-cloud li {
    margin: 5px 5px 15px 0;
    display: inline-block;
}
.tagcloud .wp-tag-cloud li a {
    font-size: 13px !important;
    padding: 5px 10px;
    text-align: center;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid rgba(255,255,255,.1);
}
.tagcloud .wp-tag-cloud li a:hover {
    color: #fff;
    border: 1px solid #fead15;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comment-form-cookies-consent {
    display: none;
}
#commentform textarea {
    color: #111;
}
.comment-info {
    padding: 0px 0px;
}
.blog-simple ul.pagination li span.page-numbers.current {
    font-size: 9.5pt;
    background: none;
    padding: .72rem 1.1rem;
    color: #292929;
    background: #fead15;
    border: 1px solid rgba(0,0,0,.1);
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
section.elementor-section {
    padding: 0px 0 0px 0;
}
.pagination.justify-content-center li a.page-numbers {
    color: #111;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    padding: 0.7rem 1.15rem;
    transition: all 0.3s ease;
}
.pagination.justify-content-center li .page-numbers.current{
    color: #fff;
    background: #111;
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    padding: 0.7rem 1.15rem;
    transition: all 0.3s ease;
}
.pagination.justify-content-center li a.page-numbers:hover {
    color: #fff;
    background: #111;
    transition: all 0.3s ease;
}
.pagination.justify-content-center {
    padding-bottom: 0px !important;
}
body {
    color: #fff !important;
}
.elementor-widget-text-editor {
    color: #fff !important;
}
.breadcrumb-area.d-flex.align-items-center a.main_btn {
    border: 1px solid #fff;
}