@charset "UTF-8";
/*
Theme Name: MoneyRatesTheme
Theme URI: https://wordpress.org/themes/moneyrates/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moneyrates
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

/* Common Css Starts Here*/

/*
    Created on : 3 Apr, 2017, 2:14:40 PM
    Author     : rdevadiga
    Description: Css related to the common section used across all pages
*/

/* Header */
.black_color {
    color: #1b1b1b !important;
}
.dropdown-content {
    display: none;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 100%;
    left: 0;
    padding: 20px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    z-index: 1000;
    font-size: 14px;
    background-color: white;
    border-radius: 4px;
}

.dropdown-content div {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-content ul li {
    padding: 5px 0px;
}

.dropdown-content .container .row .col-3>div {
    height: 21px;
}

.dropdown-content ul {
    padding-top: 10px;
}

.dropdown-content ul li a {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    text-decoration: none;
}

.dropdown-content ul li a:hover {
    text-decoration: underline;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse {
    transition: 0.3s;
}

.nav-item {
    border-bottom: solid transparent 3px;
}

.nav-link {
    min-width: 120px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    font-size: 16px;
    font-weight: 600;
    color: black;
    border-bottom: solid transparent 3px;
}

.nav-item:hover .nav-link {
    color: black;
    text-decoration: none !important;
    border-bottom: #1DDBD3 3px solid;
}

.nav-item:hover .dropdown-content {
    display: block;
}

.site_logo {
    background-image: url(https://www.moneyrates.com/images/template/moneyrates-logo.svg);
}
#showAdvertiserDisclosureDiv span {
    -webkit-appearance: none !important;
}
.showAdvertiserDisclosure {
    font-size: 12px;
    padding: 0px;
    color: #949494;
    cursor: pointer;
    font-weight: 400;
    background: none;
    border: 1px solid #ddd;
}
.adDisclosure_content {
    text-align: left;
    padding: 10px;
    font-size: 11px !important;
    background: #FCF8E3;
    margin: 10px auto;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    width: 88%;
}
.site_logo {
    width: 200px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 95%;
    margin: 4px 0px;
}

.homepage_logo {
    display: none;
}

#adDisclosure {
    transition: 0.5s;
}

#search {
    transition: 0.5s;
}
.color-red {
    color: red;
}
.btn:focus {
    box-shadow: unset;
}

.accordion-item {
    border: unset !important;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #1EE0D8;
    border-radius: 0%;
    box-shadow: unset;
}

.accordion-body {
    background-color: #F8F7FA;
    font-size: 14px;
}

.accordion-body .col-12>div {
    font-weight: 600;
}

.accordion-body ul a {
    color: black;
    font-weight: 300;
    text-decoration: none;
    color: #666;
}

.navbar-collapse {
    padding: 0px;
    overflow-x: hidden;
    max-height: 271px !important;
}


a {
    text-decoration: none;
}
/* Header */

/* Footer */

.footer-links {
    font-size: 13px;
    font-weight: 500;
}

.footer-links li {
    padding: 5px 0px;
}

.footer-links li a {
    color: #545B63;
    text-decoration: none;
}

.footer-links li a:hover {
    text-decoration: underline;
}

.footer_links_container {
    background-color: #F6F8F9;
    padding: 20px 0;
    color: #86939E;
}

.footer_copyright {
    line-height: 36px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.poppins_bold {
    font-weight: 700;
}

.poppins_regular {
    font-weight: 400;
}

.disclouser_content div {
    padding: 10px 0px;
}

.disclouser_content div a {
    color: #23527c;
    text-decoration: underline;
}

.disclaimer_div {
    padding: 10px 0px;
}

.info_text {
    padding: 10px 0px;
}

.info_text a {
    text-decoration: none;
}

a:focus, a:hover {
    color: #337ab7;
    text-decoration: underline !important;
}
.info_text .poppins_bold {
    color: #86939E;
}
.TopReviwes a.rest_article_container:hover {
    text-decoration: none !important;
}
.footer_logo {
    background-image: url(https://www.moneyrates.com/images/template/moneyrates-logo.svg);
    width: 200px;
    height: 35px;
    background-repeat: no-repeat;
    display: block;
    background-size: 95%;
    margin: 15px 0px;
}

/* CSS FOR HOME PAGE */


img {
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}
#quickLinks , .quick-links, #table_of_content {
    display: none !important;
}
.archive_pagination a {
    color: #333;
}
@media screen and (max-width: 768px) {
    .category_section .container .fw-bolder.font_28 {
        font-size: 22px;
        width: 75%;
        margin: 0px auto;
    }
    h2 {
        color: #2a2929;
    }
}

label {
    font-weight: 400;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.article_image {
    border-radius: 10px;
}

.article_title a, .article_title h2 {
    color: #000;
    padding: 5px 0;
}

.article_author {
    padding: 5px 0;
    letter-spacing: 1px;
}

.row.bannerRow {
    position: relative;
    height: 360px;
    max-width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bannerRow .image_article_box {
    position: relative;
    color: #fff;
}

.bannerRow .article_image .article_author, .bannerRow .article_title.bottom-left h2 {
    color: #fff;
}

.bannerRow>[class*="col-"] {
    position: relative;
}
.image_article_box {
    border-radius: 4px;
}
.bannerRow .image_article_box .bannerBackground {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #ccc;
    border-radius: 4px;
    background-size: cover !important;
}

.bannerRow .image_article_box .bannerContent {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 20px;
    padding: 0 5%;
}

.bannerRow .image_article_box .bannerContent .article_title.bottom-left h2 {
    padding: 0;
    margin: 0 0 5px 0;
}

.article_box_container .article_box {
    padding: 0 5px 20px;
}

.article_box_container .article_category {
    color: #575d65;
}

.article_box_container .article_category {
    padding-bottom: 5px;
}

.first_article_box {
    margin-bottom: 30px;
}

.article_name.bottom-left {
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0 5%;
}

.first_article_author.bottom-left {
    position: absolute;
    bottom: 34px;
    padding: 0 5%;
}

.first_article_image {
    min-height: 350px;
    border-radius: 6px;
    position: relative;
}

.rest_article_image {
    min-height: 142px;
}

.article_name, .first_article_author {
    color: #fff;
}

.article_description {
    padding: 0;
}

.rest_article_author {
    letter-spacing: 1px;
}

.rest_article_author, .rest_article_title {
    color: #000;
}

.rest_article_title {
    min-height: 45px;
    margin: 10px 0;
}

.calculator_section {
    margin-top: 30px;
}

.calculator_section, .category_section, .howto_articles, .stories_section, .top_reviews {
    padding: 20px 0;
}

/* .category_section .container {
    padding: 0 5px;
} */

.calculator_title_box {
    color: #545b63;
    margin-bottom: 35px;
}

.article_header {
    vertical-align: sub;
}

.calculator_section ul li a {
    color: #000;
    padding: 10px 0;
    display: list-item;
}

.calculator_section ul li {
    height: 58px;
    border-bottom: 1px solid #c4cdd5;
    display: flex;
    align-items: center;
}

.latest_story_title {
    padding: 0 0 8px 0;
}

.latest_story_box a:hover .latest_story_title, .rest_article_container:hover .rest_article_title {
    color: #2d9c7e;
}

.first_article_box a:hover .first_article_image, .first_article_box a:hover .top_story_image, .image_article_box a:hover .bannerBackground, .latest_story_box a:hover .latest_story_image, .rest_article_container:hover .rest_article_image {
    opacity: 0.5;
}

.story_title.bottom-left {
    position: absolute;
    bottom: 60px;
    width: 100%;
    padding: 0 5%;
}

.story_author.bottom-left {
    position: absolute;
    bottom: 40px;
    padding: 0 5%;
}

.story_author, .story_title {
    color: #fff;
}

.top_story_image {
    min-height: 354px;
    border-radius: 6px;
    position: relative;
}

.first_article_box .image_background, .image_article_box .image_background {
    background: 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    border-radius: 6px;
}

.post_button {
    border: 1px solid #bbb5b5;
    border-radius: 30px;
    padding: 10px;
}

.button_label {
    color: #86939e;
}

.latest_story_box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.latest_story_box>a>div {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100px;
}

.latest_article_author, .latest_story_leader, .latest_story_title {
    color: #000;
}

.latest_story_box a:hover,
.category_section .categoryRow a:hover {
    text-decoration: none !important;
}

.latest_title_box {
    color: #545b63;
    padding-top: 15px;
    margin-bottom: 25px;
}

.categoryRow a:hover {
    text-decoration: none;
}

.category_title {
    padding: 25px 0 10px 0;
}

.categoryRow .thumbnail {
    margin-bottom: 0;
    padding: 20px 5px 10px 5px;
    border-radius: 5px;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #c4cdd5;
}

.categoryRow>div>div.row.m-auto {
    box-shadow: 2px 8px 10px 0 #eaeaea;
}

.categoryRow .thumbnail .thumbnail-description {
    min-height: 35px;
}

.article_box .article_title a:hover, .calculator_section ul.list-unstyled li:hover a, .latest_story_title:hover, .rest_article_title:hover, .thumbnail:hover .category_title, .thumbnail:hover .thumbnail-description {
    color: #2d9c7e;
}

.background-cover {
    background-size: cover;
}

.post_button:hover .button_label {
    color: #fff;
    text-decoration: none !important;
}

.post_button:hover {
    background-color: #2d9c7e;
}
.disclouser_content,
.info_text,
.disclaimer_div {
    text-align: justify !important;
}
#search-button:after,
#search-close:after {
    width: 28px;
    height: 20px;
    display: inline-block;
    margin: -3px 0px -5px 8px;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Glyphicons Halflings';
}
#search-button:after {
    content: "\e003";
}
#search-close:after {
    content: "\e014";
}

@media screen and (min-width: 1200px) {
    img.illustration {
        height: 340px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .calculator_section ul li {
        height: 80px;
    }
    .thumbnail .category_title {
        font-size: 16px !important;
    }
    .thumbnail .thumbnail-description {
        font-size: 12px !important;
    }
    .category_icon {
        height: 45px !important;
    }
    .category_icon .category-icon {
        width: 45px !important;
        height: 45px !important;
    }
    .calculator_title_box {
        margin-bottom: 25px;
    }
    .first_article_image {
        min-height: 285px;
    }
    .article_name, .article_title.bottom-left h2, .story_title {
        font-size: 24px;
    }
    .article_title a, .category_title, .rest_article_title {
        font-size: 16px;
    }
    .first_article_author {
        font-size: 12px;
    }
}

@media screen and (min-width:992px) {
    #adDisclosure {
        position: fixed;
        background: #fff;
        top: 62px;
        z-index: 1000;
    }
}
@media screen and (max-width: 991px) {
    .bannerBackground {
        background-size: cover !important;
    }
    .rest_article_box {
        margin-top: 15px;
    }
    .thumbnail .category_title {
        font-size: 14px !important;
    }
    .article_box .article_title, .article_box_container .article_title a, .latest_story_title, .rest_article_title {
        font-size: 16px !important;
    }
    .article_box .article_author, .article_box .article_category {
        font-size: 13px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .socialicon_desktop {
        height: 27px !important;
        width: 27px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbarSearchButton {
        margin-right: 20px;
    }
    .nav-link {
        min-width: 0px;
        padding: 10px 10px !important;
    }
    .footer_logo {
        width: 185px;
    }
    .homepage_sprite.site_logo {
        background-size: 86%;
    }
    .navbar-brand {
        margin-left: 11% !important;
    }
    .first_article_image {
        min-height: 230px !important;
        top: 28px;
    }
    .top_story_image {
        min-height: 230px;
        top: 10px;
    }
    .thumbnail .thumbnail-description {
        font-size: 12px !important;
    }
    .calculator_section ul li {
        height: 75px;
    }
    img.illustration {
        position: relative;
        top: 72px;
    }
    .calculator_section ul li a {
        padding: 5px 0;
    }
    .latest_story_leader {
        padding-right: 15px;
        font-size: 14px !important;
    }
}

@media screen and (min-width: 768px) {
    #desktopSearch {
        z-index: 1000;
        top: 64px;
    }
    .navbar {
        border-bottom: 1px solid #f5f5f5 !important;
    }
    .calculator_section ul li:last-child {
        border-bottom: none;
    }
    .image_article_box {
        padding-right: 0;
        min-height: 350px;
    }
    .row.bannerRow {
        margin: auto !important;
    }
    .article_listing {
        padding: 20px 15px;
    }
    .categoryRow .col-lg-3 {
        padding: 10px 10px;
    }   
}

@media screen and (max-width: 767px) {
    /*header search icon change*/
    .navbar-collapse .accordion-body {
        background-color: #F8F7FA !important;
    }
    .navbar-collapse .accordion-item .h2_accordian {           
        border-bottom: none;
        line-height: 33px;
        font-weight: 600;
    }
    .homepage_sprite.site_logo {
        width: 160px;
        background-size: 100%;
    }
    .footer-links ul li {
        display: inline-block;
        width: 48%;
    }
    #search-button:after {
        font-size: 18px;
    }
    .showAdvertiserDisclosure {
        font-size: 12px;
        padding: 0px;
        color: #949494;
        cursor: pointer;
        font-weight: 400;
        background: none;
        width: 160px;
        border: 1px solid #ddd;
    }
    .adDisclosure_content {
        text-align: left;
        padding: 10px;
        font-size: 11px !important;
        background: #FCF8E3;
        margin: 10px auto;
        border: 1px solid #faebcc;
        color: #8a6d3b;
        width: 85%;
    }
    .alert-dismissible .btn-close {
        top: 4px;
        right: 8px;
        height: 6px;
        width: 2px;
        padding: revert;
    }
    #button-addon2 {
        background-color: #06D086;
        border: none;
    }
    #button-addon2 svg {
        color: white;
    }
    .input-group input {
        font-size: 14px;
        color: #999;
    }
    .category_icon {
        height: 33px !important;
    }
    .category_icon .category-icon {
        width: 33px !important;
        height: 33px !important;
    }
    .thumbnail .thumbnail-description {
        font-size: 11px !important;
    }
    .first_article_box {
        margin-bottom: 15px;
    }
    .article_box_container .article_box:last-child {
        display: none;
    }
    .TopHowTo .post_button {
        display: none !important;
    }
    .calculator_section, .category_section, .top_reviews {
        padding: 15px 0;
    }
    .howto_articles {
        padding: 0px;
    }
    .rest_article_image {
        min-height: 115px;
    }
    .rest_article_title {
        margin: 2px 0;
    }
    .button_label {
        color: #86939e;
    }
    .latest_story_title {
        padding: 2px 0 5px 0;
    }
    .top_story_image {
        border-radius: 0;
    }
    .latest_story_box {
        margin-bottom: 0;
        padding: 0;
        margin-top: 15px;
    }
    .image_article_box {
        overflow: hidden;
        display: block;
        min-height: 200px;
    }
    .categoryRow .col-lg-3 {
        padding: 10px 10px;
    }
    .category_title {
        padding: 20px 0 10px 0;
    }
    .article_title a, .category_title {
        font-size: 14px;
    }
    .article_box .article_author {
        font-size: 11px;
        letter-spacing: 0;
    }
    .article_box {
        padding: 10px 0;
    }
    .article_box_container {
        padding: 15px 15px 0;
        height: 100%;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article_box .article_title {
        padding: 0 0 10px;
    }
    .first_article_box {
        padding: 0;
    }
    .post_button {
        margin-top: 20px;
    }
    .bannerRow .image_article_box .bannerBackground, .top_story_image {
        border-radius: 0;
    }
    .latest_story_box>a>div, .rest_article_box .article_description {
        padding-right: 10px;
    }
    .bannerContent .article_title.bottom-left h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .bannerContent .article_title.bottom-left h2 {
        margin-bottom: 5px;
    }
    .bannerBackground {
        border-radius: 0;
    }
    .first_article_image {
        border-radius: 0;
        background-size: cover !important;
    }
    .calculator_section .calculator_title_box+.row .col-lg-6:nth-child(2) ul:last-child li:last-child {
        border-bottom: none;
    }
    .row.bannerRow {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 350px) {
    .categoryRow .thumbnail .thumbnail-description {
        min-height: 55px;
    }
    .rest_article_image {
        min-height: 130px;
    }
    .rest_article_title {
        min-height: 105px;
    }
    .categoryRow .col-lg-3 {
        padding: 10px 5px;
    }
    .article_box .article_title {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .first_article_image, .top_story_image {
        min-height: 200px !important;
    }
}

/* CSS FOR HOME PAGE */

@media only screen and (device-width: 768px) {
    .nav-link {
        min-width: 0px;
        padding: 16px 6px !important;
    }
}