/*
Theme Name: privy
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks,accessibility-ready
Version: 1.5.1605160496
Updated: 2020-11-12 05:54:56

*/
:root {
    --privy-primary-color: #1ccb81;
    --privy-primary-hover-color: #ff4040;
    --privy-primary-color-darker-10: #14bf77;
    --privy-text-color: #2F3c42;
    --privy-text-color--darker-10: #545b62;
    --privy-white-color: #ffffff;
    --privy-border-color: #f1f1f1;
    --privy-darkblue-color: #114b5f;
}
body, .entry-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: var(--privy-text-color);
}
body p {
    font-weight: 300;
}
body p,
.entry-content,
.widget_text p,
.widget_text ol, 
.widget_text ul, 
.widget_text dl, 
.widget_text dt, 
.widget-content .rssSummary,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
a,
a:hover,
a:focus {
    color: var(--privy-primary-color);
}
a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
	outline: none !important;
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    letter-spacing: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-top: 15px;
    margin-bottom: 10px;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 40px;
}
.entry-content p {
    margin-bottom: 1rem;
}
.vce-button--style-basic-icon-container .vce-button--style-basic-icon {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    font-size: 18px;
}
/* Layout */
.vce-row-container,
.entry-content .vce-row-container {
   max-width: 1110px !important;
}
.section-inner {
    max-width: 1110px;
}
.post-inner {
    padding: 0;
}
/* Header */
body {
    padding-top: 52px;
}
body.admin-bar #site-header {
    top: 32px;
}
#site-header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 100;
}
#site-header .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease 0.3s;
}
#site-header.shrink > .header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}
.primary-menu-wrapper .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > a {
    font-size: 15px;
    font-weight: normal;
    color: var(--privy-text-color) !important;
    font-family: 'Roboto', sans-serif;
}
.primary-menu-wrapper .primary-menu > li {
	margin: 0px;
}
.primary-menu-wrapper .primary-menu > li > a {
    padding: 9px 18px;
}
.primary-menu-wrapper .primary-menu > li.header-button > a {
    background-color: var(--privy-primary-color);
    color: var(--privy-white-color) !important;
    display: inline-block;
    padding: 9px 16px;
    border-radius: 4px;
    margin-left: 18px;
}
.primary-menu-wrapper .primary-menu > li.header-button.dark > a {
    background-color: var(--privy-text-color--darker-10);
    color: var(--privy-white-color) !important;
}
.primary-menu-wrapper .primary-menu > li.header-button:hover > a {
    background-color: var(--privy-primary-hover-color);
}
.primary-menu-wrapper ul.primary-menu {
    margin: 0px;
}
.primary-menu-wrapper .primary-menu > li > .icon {
    display: none;
}
.primary-menu-wrapper .primary-menu .sub-menu::after {
    right: 40px;
    visibility: hidden;
}
.primary-menu-wrapper .primary-menu .sub-menu {
    top: calc(100% + 8px);
    background-color: var(--privy-white-color);
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 8px 6px -1px rgba(0, 0, 0, 0.15)
}
.primary-menu-wrapper .primary-menu .sub-menu > li > a {
    font-size: 15px;
    color: var(--privy-text-color);
    font-weight: normal;
    border-bottom: 1px solid var(--privy-border-color);
}
.primary-menu-wrapper .primary-menu .sub-menu > li:last-child > a {
    border-bottom-width: 0px;
}
.primary-menu-wrapper .primary-menu li:not(.header-button) > a:hover,
.primary-menu-wrapper .primary-menu li:not(.header-button) > a:focus,
.primary-menu-wrapper .primary-menu li.current-menu-item > a,
.primary-menu-wrapper .primary-menu li.current-menu-item > a:hover,
.primary-menu-wrapper .primary-menu li.current-menu-item > a:focus,
.primary-menu-wrapper .primary-menu li.current_page_parent > a,
.primary-menu-wrapper .primary-menu li.current_page_parent > a:hover,
.primary-menu-wrapper .primary-menu li.current_page_parent > a:focus,
.primary-menu-wrapper .primary-menu .sub-menu li > a:hover,
.primary-menu-wrapper .primary-menu .sub-menu li > a:focus,
.primary-menu-wrapper .primary-menu .sub-menu li.current-menu-item > a,
.primary-menu-wrapper .primary-menu .sub-menu li.current-menu-item > a:hover,
.primary-menu-wrapper .primary-menu .sub-menu li.current-menu-item > a:focus {
    color: var(--privy-primary-color) !important;
    text-decoration: none;
    outline: none;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor{
    text-decoration:none;
}

/* Mobile */
.toggle.nav-toggle.mobile-nav-toggle {
    width: auto;
}
.mobile-nav-toggle .toggle-inner {
    height: auto;
    background-color: #1ccb81;
    padding: 8px 10px;
    border-radius: 4px;
}
.mobile-nav-toggle .toggle-icon + .toggle-text,
.menu-modal .close-nav-toggle {
    display: none;
}
.mobile-nav-toggle .toggle-icon {
  width: 30px;
  height: 21px;
  position: relative;
  display: inline-block;
  margin: 0px;
  overflow: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.mobile-nav-toggle .toggle-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0px;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  top: 9px;
}
.mobile-nav-toggle .toggle-icon span:nth-child(3) {
  top: 18px;
}

.mobile-nav-toggle.active .toggle-icon span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav-toggle.active .toggle-icon span:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle.active .toggle-icon span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu-modal.cover-modal {
    z-index: 999;
    top: 52px;
    border-top: 1px solid #f3f3f3;
    height: calc(100vh - 51px);
}
.mobile-menu .modal-menu {
    left: 0px;
    width: 100%;
}
.mobile-menu .modal-menu > li {
    border-top: none;
    border-bottom: 1px solid #eee;
}
.mobile-menu .modal-menu > li a {
    color: #2F3c42;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 0;
    border: none;
}
.mobile-menu .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
    height: 0.8rem;
}
.mobile-menu .modal-menu > li ul.sub-menu > li {
    margin-left: 0px;
    border-left-width: 0px;
    padding: 0 10px;
}
.mobile-menu .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
    padding: 5px;
    border: 0px;
}
.mobile-menu .modal-menu li > .ancestor-wrapper > a:hover,
.mobile-menu .modal-menu li.current-menu-parent > .ancestor-wrapper > a,
.mobile-menu .modal-menu li.current-menu-item > .ancestor-wrapper > a {
    color: #1ccb81;
}
.mc4wp-response p {
    color: #fff;
}
/* Footer */
body.home .newsletterSec {
    display: none;
}
body.home .footer-nav-widgets-wrapper {
    margin-top: 0rem !important;
}
#site-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    border-color: #fff;
}
.footer-inner.section-inner {
    max-width: 1000px;
}
#site-footer p {
    font-size: 14px;
    font-weight: normal;
    color: #2F3c42;
    margin-bottom: 0px;
}
#site-footer .section-inner {
    align-items: center;
    max-width: 1000px;
}
#site-footer .footer-powered p {
    display: flex;
    align-items: center;
}
.social-media {
    display: flex;
    margin: 0px;
}
.social-media > li {
    list-style: none;
    margin: 0px 4px;
}
.social-media > li > a {
    background-color: #f1f1f1;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 99px;
}
.social-media > li > a.facebook-icon {
    background-color: #4267B2;
    color: #fff;
}
.social-media > li > a.linkedin-icon {
    background-color: #0E76a8;
    color: #fff;
}
.social-media > li > a.youtube-icon {
    background-color: #FF0000;
    color: #fff;
}
.social-media > li > a .dashicons {
    font-size: 16px;
    width: auto;
    height: auto;
}
.footer-widgets.grid-item {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0px);
}
.footer-nav-widgets-wrapper .footer-widgets-wrapper {
    flex-wrap: wrap;
}
.footer-widgets .widget {
    margin-top: 0px;
    width: calc(100%* 1/4 - 0px);
}
.footer-widgets .widget-title {
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-widgets ul.menu > li  > a, 
.footer-widgets p {
    color: var(--privy-text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
} 
.footer-widgets ul.menu > li  > a:hover {
    color: var(--privy-primary-color);
} 
.footer-widgets a {
    font-size: 15px;
    font-weight: 400;
}
.footer-widgets ul.menu > li > a::before {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block;
    position: relative;
    top: 0px;
    margin-right: 5px;
    font-size: 17px;
}
.footer-nav-widgets-wrapper {
    background-image: url('/wp-content/uploads/2020/11/footer_bg1.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-nav-widgets-wrapper {
    margin-top: 0px !important;
}
.newsletterSec {
    padding: 25px 0;
    background: var(--privy-darkblue-color);
    margin-top: 5rem;
}
.newsletterSec h2.newsletterTitle {
    font-weight: 300;
    font-size: 44px;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: normal;
    color: var(--privy-white-color);
    font-family: 'Rubik', sans-serif;
}
.newsletterSec .section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mc4wp-form .mc4wp-form-fields {
    display: flex;
    justify-content: flex-end;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
    height: 46px;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none !important;
    box-shadow: none !important;
    max-width: calc(100% - 95px);
}
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    padding: 0 22px;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 0 4px 4px 0px;
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--privy-primary-color);
    text-decoration: none !important;
}
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    background-color: var(--privy-primary-hover-color);
    color: var(--privy-white-color);
}
.newsletterSec .col-md-6 {
    width: calc(100% - 30px);
    padding: 0 15px;
}
.sidebar-menu .vce-text-block-wrapper {
    margin-bottom: 0px;
}
.sidebar-menu .vce-text-block-wrapper > p {
    padding: 20px;
}
.sidebar-menu ul {
    padding: 0px;
    margin: 0px;
}
.sidebar-menu ul > li {
    list-style: none;
    margin: 0px;
}
.sidebar-menu ul > li a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    border-top: 1px solid rgb(255, 255, 255, 0.3);
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    margin-bottom: -1px;
}
.sidebar-menu ul > li a:hover,
.sidebar-menu ul > li.active a {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: transparent;
}
.blockquote-single.vce-testimonial {
    background-color: #114b5f;
    padding: 20px 20px 5px;
    border-radius: 10px;
}
.blockquote-single.vce-testimonial blockquote {
    border-width: 0px;
    margin: 0 0;
    border-radius: 10px;
}
.blockquote-single.vce-testimonial blockquote p {
    font-style: italic;
    font-weight: 300;
}
.blockquote-single.vce-testimonial .vce-testimonial-content {
    margin-bottom: 20px;
}
.blockquote-single.vce-testimonial .vce-testimonial-company {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}
.vce-single-image-container.fullwidth .vce-single-image-wrapper,
.vce-single-image-container.fullwidth .vce-single-image-inner {
    width: 100% !important;
}
.vce-row.vce-row-content--middle>.vce-row-content {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.vce-classic-accordion .vce-classic-accordion-panels .vce-classic-accordion-panel {
    border: none;
    margin-bottom: 10px;
}
.vce-classic-accordion .vce-classic-accordion-panel .vce-classic-accordion-section-inner {
    background-color: #ededed;
}
.vce-classic-accordion .vce-classic-accordion-panel .vce-classic-accordion-panel-heading {
    border-bottom: 0px;
    background-color: #1ccb81;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    position: relative;
    padding-right: 15px;
}
.vce-classic-accordion .vce-classic-accordion-panel .vce-classic-accordion-panel-heading::after {
    content: "\f347";
    font-family: dashicons;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(0deg);
    transition: all ease 500ms;
}
.vce-classic-accordion .vce-classic-accordion-panel[data-vcv-active="true"] .vce-classic-accordion-panel-heading::after {
    transform: translateY(-50%) rotate(-180deg);
}
.vce-classic-accordion .vce-classic-accordion-panel-heading .vce-classic-accordion-panel-title {
    padding: 12px 15px;
}
.vce-post-slider-block-item:hover,
.vce-post-slider-block-item:hover .vce-post-slider-block-item-content {
    padding: 15px !important;
}
.header-titles .site-description,
.mobile-menu .modal-menu > li.header-button {
    display: none;
}
.mobile-header-buttons {
    position: absolute;
    top: 0px;
    right: 100px;
    height: 100%;
}
.mobile-header-buttons .menu-secondary-menu-container {
    display: block;
    height: 100%;
}
.mobile-header-buttons .menu {
    margin: 0px;
    display: flex;
    align-items: center;
    height: 100%;
}
.mobile-header-buttons .menu > li {
    margin-top: 0px;
    list-style: none;
    margin-left: 10px;
}
.mobile-header-buttons .menu > li.header-button > a {
    background-color: #33ae7a;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 4px;
}
.mobile-header-buttons .menu > li.header-button.dark > a {
    background-color: #545b62;
    color: #fff;
}
body.admin-bar .menu-modal.cover-modal {
    top: 84px;
    height: calc(100vh - 83px);
}
/* Advice Blog */
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.header--page {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    position: relative;
    background-color: #000000;
}
.header-page--bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: .3;
    background-size: cover;
    background-position: center;
}
.header-page--title h1 {
    font-size: 50px;
}
.header-page--title p {
    font-size: 20px;
}
.nav.nav-tabs > li > a {
    background-color: #384347;
    color: #fff;
    padding: 10px 20px;
    border-radius: 99px;
    text-decoration: none;
}
.nav.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 50px;
}
.nav.nav-tabs > li {
    margin-right: 20px;
    display: inline-block;
    margin-left: 0;
}
.nav.nav-tabs > li:last-child {
    margin-right: 0px;
}
.nav.nav-tabs > li > a {
    background-color: #384347;
    color: #fff;
    min-width: 150px;
    padding: 10px 25px;
    border-radius: 99px;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.nav.nav-tabs > li > a.active {
    background-color: #1ccb81;
    color: #fff;
}
.featured--image img {
    border-radius: 4px;
}
.content-inner {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: calc(100% + 60px);
    background-color: #384347;
    padding: 30px 30px 30px 60px;
    margin-left: -60px;
}
.content-inner::before,
.content-inner::after {
    position: absolute;
    content: "";
    border: 14.5px solid #1e2122;
    border-top-color: transparent;
    border-left-color: transparent;
}
.content-inner::before {
    left: 0px;
    bottom: 100%;
}
.content-inner::after {
    left: 0px;
    top: 100%;
    border: 14.5px solid #1e2122;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.secondery-post .content-inner {
    margin-left: auto;
    margin-right: -60px;
}
.secondery-post .content-inner {
    width: calc(100% + 60px);
}
.featured--image img {
    width: 100%;
}
.secondery-post .content-inner::before {
    left: auto;
    right: 0px;
    border: 15px solid #009b59;
    border-top-color: transparent;
    border-right-color: transparent;
}
.secondery-post .content-inner::after {
    top: 100%;
    right: 0px;
    left: auto;
    border: 15px solid #009b59;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
ul.post-meta {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.post-meta > li {
    margin-right: 20px;
    font-size: 13px;
}
.post-meta > li > i {
    margin-right: 5px;
}
.post-content {
    margin-top: -60px;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 280px;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 20px 42px;
    box-shadow: 0px 11px 9px 1px rgb(0, 0, 0, 0.2);
}
.post-content .post-meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.post-content h3 {
    font-size: 21px;
}
.post-content .read-tag {
    margin-bottom: 10px;
}
.post-content h3,
.post-content p {
    color: #384347;
}
.post-content .read-tag,
.post-content .post-meta > li > i {
    color: #1ccb81;
}
.color-primary .content-inner {
    background-color: #1ccb81;
}
.color-blue .content-inner {
    background-color: #114b5f;
}
.color-blue .content-inner {
    background-color: #114b5f;
}
.color-blue .content-inner::before {
    border-bottom-color: #093b4c;
    border-right-color: #093b4c;
}
.color-blue .content-inner::after {
    border-top-color: #093b4c;
    border-right-color: #093b4c;
}
.resume-action {
    background-color: #114b5f;
    padding: 40px 0;
}
.resume-button {
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.resume-button .button-icon {
    font-size: 20px;
    background-color: #1ccb81;
    width: 54px;
    height: 54px;
    display: inline-block;
    padding: 11px 0;
    text-align: center;
    border-radius: 99px;
    margin-left: 10px;
}
ul.pagination > li > .page-link {
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #384347;
    font-size: 24px;
}
ul.pagination > li > .page-link.prev,
ul.pagination > li > .page-link.next {
    font-size: 36px;
}
ul.pagination > li > .page-link.current,
ul.pagination > li > .page-link.active {
    color: #1ccb81;
}
.fixed-spaced > hr {
    margin-top: 55px;
    margin-bottom: 55px;
    background: transparent !important; 
    border-top: 1px solid #d3d3d3;
}
.notableSec .UseSecHeader h2{
    font-size: 40px;
    font-weight: 400;
    color: #384347;
}
.featured--post .content-inner p.read-tag {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.featured--post .content-inner h2 {
    font-size: 30px;
    max-width: 485px;
}
.featured--post .content-inner p {
    font-weight: 300;
}
.post-meta > li {
    font-weight: 400;
}
.grid-posts .post-content p.read-tag {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}
.text-white {
    color: #fff!important;
}
.advice-blogs-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.advice-blogs-section .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.advice-blogs-section .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.advice-blogs-section .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.featured--post ul.post-meta>li {
    color: #fff;
}
.featured--post .content-inner h2 {
    margin-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.pagination {
    padding-top: 30px;
}
.pagination .page-numbers {
    padding: 12px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    color: #384347;
    font-size: 28px;
    width: 70px;
    height: 64px;
    text-align: center;
    display: inline-block;
    background: #fff;
    margin: 20px 0px;
}
.pagination a.next.page-numbers, .pagination a.prev.page-numbers {
    height: 80px;
    font-size: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pagination .page-numbers.current{
	color: #1ccb81;
}
.pagination .page-numbers:hover {
    background: #1ccb81;
    color: #fff;
}
section.advice-blogs-section.pt-5.pb-5 {
    padding-bottom: 0;
}
.featured--post.color-primary p.read-tag a,.color-blue p.read-tag a, .featured--post p.read-tag a, .featured--post .post--content h2 a{
    color: #fff;
}
.post-content h3 a {
    color: #384347;
}
.featured--post .content-inner h2 a{
    color: #fff;
}
.archive-title span.color-accent {
    display: none;
}
body.archive .header--page {
    margin-top: 0;
}
.singlePostHeader header.entry-header {
    background: transparent;
}
.singlePostHeader figure.featured-media .featured-media-inner.section-inner {
    left: 0;
    width: auto;
    background: transparent;
}
.singlePostHeader figure.featured-media:before{display:none}
.singlePostHeader figure.featured-media .featured-media-inner.section-inner img {
    margin: 0;
    width: 100%;
}
.singlePostHeader header.entry-header .entry-header-inner {
    width: 100%;
}
.singlePostHeader header.entry-header {
    text-align: left;
    padding-top: 31px;
}
/* .singlePostHeader header.entry-header h1.entry-title {
    font-size: 40px;
} */
.singlePostHeader header.entry-header .intro-text.section-inner {
    font-size: 20px;
}
.singlePostHeader header.entry-header .entry-categories-inner {
    text-align: left;
    justify-content: left;
}
body.post-template-default.single .post-inner .entry-content p {
    max-width: 100% !important;
}
body.post-template-default.single .post-inner {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.comment-respond #submit {
    background: #1ccb81;
}
.comment-respond #submit:hover {
    background: var(--privy-primary-hover-color);
    text-decoration: none;
}
.pagination-wrapper .nav-links span.nav-prev-text, .pagination-wrapper .nav-links span.nav-next-text {
    display: none;
}
.pagination-wrapper .nav-links {
    justify-content: center;
	align-items: center;
}
.pagination .nav-links a.next.page-numbers i, .pagination .nav-links a.prev.page-numbers i {
    padding-top: 10px;
}
.pagination-wrapper.section-inner hr.styled-separator {
    display: none;
}
.pagination-wrapper.section-inner {
    margin: 20px 0 50px;
}
.featured--post {
    width: 100%;
}
body.archive.category section.advice-blogs-section.pt-5.pb-5 {
    padding-bottom: 80px;
}
.featured--post {
    padding: 0 15px;
}
.fixed-spaced hr:before, .fixed-spaced hr:after {
    display: none;
}


@media (min-width: 576px){
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}






/* Responsive */
@media only screen and (min-width: 1001px) {
    .mobile-header-buttons {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .footer-widgets .widget {
        width: calc(100%* 1/2 - 0px);
        margin-bottom: 30px;
    }
    .footer-widgets-outer-wrapper {
        padding: 4rem 0 1rem;
    }
    #site-footer .section-inner {
        flex-direction: column;
    }
    #site-footer .footer-social {
        margin: 10px 0;
    }
    .mobile-header-buttons {
        right: 80px;
    }
    #site-header .header-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #site-header .header-titles-wrapper {
        padding-right: 0px;
    }
    .toggle.nav-toggle.mobile-nav-toggle {
        padding-right: 0px;
        padding-left: 0px;
    }
    #site-header .site-logo {
        max-width: 80px;
        padding: 5px 0;
    }
	.advice-blogs-section .nav.nav-tabs > li > a{
		padding: 8px 15px;
	}
	.advice-blogs-section .nav.nav-tabs > li {
		margin-right: 8px;
		margin-bottom: 10px;
	}
	
}
@media only screen and (max-width: 700px) {
    .toggle.nav-toggle.mobile-nav-toggle {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 575px) {
	.featured--post .post-wrap .col {
		flex: 0 0 100%;
	}
	.featured--post .content-inner::before,.featured--post .content-inner::after{
		display:none;
	}
	.featured--post .content-inner {
		width: calc(100% + 0px);
		margin-left: 0;
		padding: 30px 20px 30px 20px;
	}
	.featured--post {
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.post--inner .post-featured img {
		width: 100%;
	}
	.advice-blogs-section .post--inner {
		margin-bottom: 30px;
	}
	body.archive.category .grid-posts.d-flex.row {
		margin: 0;
	}
}
@media only screen and (max-width: 480px) {
    .footer-widgets .widget {
        width: calc(100%* 1/1 - 0px);
    }
    #site-header .header-inner {
        padding-left: 9px;
        padding-right: 9px;
    }
    .toggle.nav-toggle.mobile-nav-toggle {
        padding-right: 9px;
    }
    .mobile-header-buttons {
        right: 68px;
    }
    .mobile-header-buttons .menu > li {
        margin-left: 9px;
    }
}