/*
Theme Name: Pixer 3
Theme URI: http://shtheme.com/demosd/pixer3
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2020, 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: financial2

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
---------------------------------------------------*/
.wpcf7-submit {
    font-family: "Poppins", sans-serif;
    background-color: #fdd415 !important;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #012f5c;
    border: 0;
    border-radius: 5px;
    outline: 0;
}
.newsletter-section form div .wpcf7-submit {
    font-family: "Poppins", sans-serif;
    background-color: #fdd415;
    width: 205px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding-top:0px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #012f5c;
    border: 0;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

#contact-form-s2 >div >input {
    background-color: #012f5c !important;
    color: #fff;
}
#contact-form-s2 >div >input:hover {
    background-color: #fdd415 !important;
}
h1 {
    color: #fff
}
#header #navbar ul li >a {
    background-color: transparent;
}
#tag_cloud-2 .tagcloud ul li >a{
    font-size: 15px !important;
}
#respond .row .form-submit input {
    margin-left: 320px;
    margin-top: -10px;
    padding: 10px 45px;
    background: #012f5c;
    font-size: 1.06667rem;
    text-transform: none;
    box-shadow: none;
    border-radius: 10px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
#respond .row .form-submit input:hover {
   color: #fdd415 !important;
}
.children .article {
    padding: 30px 30px 30px 60px;
    margin-bottom: 30px;;
    background-color: #fafafa;
}
.comments .article{
    margin-top: 30px;
}
.blog-single-content .comments .article .replay button a:hover {
    color: #fdd415 ;
}
#recent-posts-2 .recent-post-widget ul li div >img {
    margin-top: 11px;
}
.pagination-wrapper .pg-pagination li .current {
    background-color: #fdd415;
    color: #012f5c;
}
.pagination-wrapper .pg-pagination li span:hover{
    background-color: #fdd415;
    color: #012f5c;
}
.pagination-wrapper .pg-pagination li span {
    font-family: "Poppins", sans-serif;
    background-color: #012f5c;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
}
#categories-2 ul li {
    display: flex
}
#categories-2 ul li a {
    padding-right: 150px
}

#archives-2 ul li {
    display: flex
}
#archives-2 ul li a {
    padding-right: 150px
}
#tag_cloud-2 .tagcloud ul li {
    display: block;
}