@font-face {
    font-family: 'Roboto';
    src: url('../ttf/roboto-regular.ttf');
}
@font-face {
    font-family: 'fjalla';
    src: url('../ttf/fjallaone-regular.ttf');
}
@font-face {
    font-family: 'Roboto Condensed Bold';
    src: url('../ttf/robotocondensed-bold.ttf');
}

@font-face {
    font-family: 'Roboto Condensed Light';
    src: url('../ttf/robotocondensed-light.ttf');
}
@font-face {
    font-family: 'Oranienbaum';
    src: url('../ttf/oranienbaum-regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../ttf/opensans-regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('../ttf/opensans-light.ttf');
}
@font-face {
    font-family: 'OpenSans-bold';
    src: url('../open-sans.extrabold.html');
}
@font-face {
    font-family: 'Opensans-bold';
    src: url('../ttf/open-sans.bold.ttf');
}
@font-face {
    font-family: 'ProximaNovaCond';
    src: url('../otf/proximanovacond-regular.otf');
}
@font-face {
    font-family: 'Helvetica Oblique';
    src: url('../ttf/helvetica-oblique.ttf');
}

@font-face {
    font-family: 'HelveticaNeue Medium';
    src: url('../ttf/helveticaneue%20medium.ttf');
}
@font-face {
    font-family: 'Poppins Medium';
    src: url('../ttf/poppins-medium.ttf');
}

@font-face {
    font-family: 'GTSectra-Regular';
    src: url('../ttf/gt-sectra-regular.ttf');
}
@font-face {
    font-family: 'GT-Sectra-Bold';
    src: url('../ttf/gt-sectra-fine-bold.ttf');
}
@font-face {
    font-family: 'SFUIDisplay-Light';
    src: url('../ttf/sfuidisplay-light.ttf');
}
@font-face {
    font-family: 'SF-Pro-Display-Regular';
    src: url('../otf/sf-pro-display-regular.otf');
}
@font-face {
    font-family: 'SF-Pro-Display-Medium';
    src: url('../otf/sf-pro-display-medium.otf');
}


.footer-logo h3.footer_logo_mobile {
    display: none;
}
p#pbd-alp-load-posts {
    width: 100%;
    float: left;
}
#pbd-alp-load-posts a:link, 
#pbd-alp-load-posts a:visited {
    display: block;
    text-align: center;
    padding: 4px 0;
    color: #444;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(100% 100% 90deg, #e4e3e3, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e4e3e3));
    background: -webkit-linear-gradient(#f1f1f1, #e4e3e3);
    background: -o-linear-gradient(#f1f1f1, #e4e3e3);
}
#pbd-alp-load-posts a:hover, 
#pbd-alp-load-posts a:active {
    -moz-box-shadow: 1px 1px 1px #bbb;
    -webkit-box-shadow: 1px 1px 1px #bbb;
    box-shadow: 1px 1px 1px #bbb;
    background-color: #f5f5f5;
    background: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #f5f5f5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#eaeaea));
    background: -webkit-linear-gradient(#f1f1f1, #eaeaea);
    background: -o-linear-gradient(#f5f5f5, #eaeaea);
}
#pbd-alp-load-posts a:link, 
#pbd-alp-load-posts a:visited {
    display: block;
    text-align: center;
    padding: 4px 0;
    color: #444;
    text-decoration: none;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #999;
    -webkit-box-shadow: 1px 1px 1px #999;
    box-shadow: 1px 1px 1px #999;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(100% 100% 90deg, #e4e3e3, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e4e3e3));
    background: -webkit-linear-gradient(#f1f1f1, #e4e3e3);
    background: -o-linear-gradient(#f1f1f1, #e4e3e3);
}
.contentFirstImage{
    display: none;
}
@media screen and (max-width: 3000px) {
    .pagewidth {
        max-width: 100%;
        position:relative;
        margin:0 auto;
    }
    #content {
        max-width: 100%;
        float: left;
        margin:0;
        display:block;
        position:relative;
    }
    #pagewrap {
        margin: 0 8px 0 8px;
    }
    .post-title, .page-title {
        font-size:30px;
        line-height:32px;
        margin: 15px 0 0 0;
    }
    .post-title-index {
        font-size:24px;
        line-height:32px;
    }
    .post-date-index {
        font-size:150%;
    }
    input[type=text], input[type=search] {
        margin: 20px 0 0 0;
    }
    ul.tab-names li a {
        font-size:34px; padding-right:5px;
    }
    .sort-showing, .sort-showing-index {
        margin-bottom:8px;
        font-size:18px;
    }
    .excerpt {
        display:block;
        padding:7px 0 0 10px;
    }
    .entry-content {
        line-height:23px;
        font-size:18px;
    }
    .searchform {
        margin:10px 12px 0 0;
    }
    .searchform #searchform input {
        height:54px;
        font-size:20px;
    }
    .search-archive {
        font-size:250%;
    }
    .comments-index a {
        font-size:20px;
    }
    .widget li a {
        font-size:140%;
    }
    .post-meta {
        font-size:16px;
    }
    .menu a {
        font-size:16px;
    }
    .commentlist .comment-author {
        font-size:17px;
        line-height:23px;
    }
    .commentlist .comment-time {
        font-size:17px;
    }
    .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
        font-size:17px;
    }
    input[type=reset], input[type=submit], button {
        font-size:17px;
    }
    #panel {
        overflow-x:hidden
    }
}
@media(min-width: 768px) and (max-width: 1024px){
    .sub-menu {
        position: absolute;
        left: -10px;
        display: block;
        top: 34px;
        width: 200px;
        background-color: #1b1b1b;
        padding-left: 20px;
        padding-top: 10px;
    }
    .sub-menu li {
        padding-bottom:10px;
    }
    .menu-item-has-children .sub-menu li {
        display: block;
        padding-right: 0px;
    }
    .subcategory-inner-content.main-content-category {
        padding: 30px 20px;
    }
    #menu-mobile-primary-1, #menu-primary-menu-2 {
        display: flex;
        white-space: nowrap;
    }
    .small-device-sidebar #sidebar-signup {
        margin-bottom:20px;
    }
    .container {
        max-width: 100%;
    }
    .is_home #content_inner {
        margin-top: 16px;
    }
    .single #content #content_inner {
        margin-top:56px;
    }
    .homepage-banner-wrapper {
        margin-bottom: 50px;
    }
    .wp-biographia-container-top {
        padding-top: 30px;
    }
    .author-archive-credit {
        width: 100%;
    }
    #menu-primary-menu-1 {
        white-space: nowrap;
        display: flex;
    }
    .footer-logo-section {
        width: 54%;
        float: left;
    }
    .footer-menu-section-tablet {
        display: block;
    }
    .footer-menu-section-tablet {
        width:60%;
        margin-top: -32px;
    }
    .featured-img.hidden-small-devices {
        display:none;
    }
    .footer-mailchimp .signup-frame #mce-EMAIL {
        width: 64%;
    }
    .homecolleft .home-featured-post {
        width:56%;
        float:left;
        margin-right:12px;
    }
    .homecolleft .home-featured-post .home-featured-post-inner {
        max-width:100%;
    }
    .small-device-sidebar {
        width:42%;
        float: left;
    }
    .slider-image {
        width: 53%;
    }
    .slider-content {
        width: 43%;
    }
    .slider-image img {
        height: 200px;
    }
    .slider-content .post_title a {
        font-size: 32px;
    }
    .hidden-desktop, .footer-copyright .footer-blackbg {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-copyright .footer-blackbg h6 {
        width: 100%;
    }
    .nivoSlider{
        width: 100% !important;
    }
    .single_post_module {
        margin-bottom: 10px;
        width: 100%;
        padding-left:0px;
    }
    .single #content{
        margin-top: 30px;
    }
    .sidebar,
    .right_sidebar #sidebar,
    .market-product-wrap,
    .right_sidebar #sidebar{
        display: none;
    }
    .fancybox-opened .fancybox-skin{
        padding: 0 !important;
    }
    .fancybox-inner{
        top: 84px;
        width: 100% !important;
    }
    #kodda_parent_full_width a.kodda_top_link {
        padding: 22px 10px 22px 15px !important;
        width: 100%;
    }
    .kodda_menu{
        width: 38%;
    }
    .kodda_submenu{
        width: 68%;
    }
    .kodda_submenu_posts_categories a .ct_font_box{
        top: 10px
    }
    .fancybox-close {
        top: 80px;
        width: 30px;
        height: 30px;
        left: 15px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #body_inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    #content_inner{
        background-image: none;
        padding: 15px 0px 0;
    }
    #more_from_wall_street_insanity h2.post_title {
        overflow: hidden;
    }
    #footer, 
    #body_inner, 
    #sub_footer,
    .footer-blackbg,
    .more-form-wall-insanity,
    .more_from_wall_street_insanity,
    .alm-reveal,
    .wide-post{
        width: 100%;
        float: left;
    }
    #footer_inner{
        padding: 30px 24px;
    }
    .footer-menu-section-tablet ul li a {
        opacity: 0.5;
        font-family: 'SF-Pro-Display-Regular';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color:#fff;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-signup {
        width: 46%;
        float: left;
    }
    .footer-mailchimp{
        width: 100%;
    }
    .footer-blackbg {
        display:none;
    }
    .wp-caption{
        width: 100% !important;
        float: left;
    }
    .wide-post-thumb{
        width: 100% !important;
        height: 100% !important;
    }
    .nivoSlider img {
        width: 100%;
        display: block !important;
    }
    .footer_links{
        width: 46%;
        padding: 12px 0;
    }
    .menu-footer-links-2-container {
        padding: 12px 0; 
    }
    .logo{
        margin-left: 0px;
        width: 30%;
    }
    #more_from_wall_street_insanity .one_third,
    .alm-reveal .one_third{
        width: 48.5%;
        margin-right: 20px !important;
    }
    #more_from_wall_street_insanity .one_third:nth-child(2n){
        margin-right: 0px !important;
    }
    .single-page-titles{
        width: 	42%;
        margin: 14px 10px 20px;
    }
    #more_from_wall_street_insanity li a img {
        width: 100%;
        height: 200px;
    }
    .right_sidebar #main{
        width: 100%;
        margin-right: 0;
    }
    .main-logo-text h4 {
        font-size: 11px;
    }
    .main-logo-text {
        font-size: 20px;
    }
    .header_links a {
        padding: 9px 14px 8px;
    }
    #post-grid-full-tabbed .list_full_content h3,
    .homecolleft .grid-post-item h3,
    .homecolleft .wide-post h3 {
        height: 34px;
    }
    .homecolleft .home-featured-post .home-featured-post-inner{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
    .single .single_post_content .entry p iframe{
        width: 100%;
    }
    .home-featured-post-right a {
        width: 100% !important;
        height: 200px !important;
    }
    .home-featured-post-inner a{
        width: 100% !important;
        height: 100% !important;
    }
    .one_half {
        width: 48.6%;
        margin-left: 0%;
        margin-right: 18px;
        margin-bottom:20px;
    }

    .primary-menus {
        margin-left: 8px;
    }
    .search-button{
        height: 85px;
    }
    .searchbox-close{
        margin-top: 10px;
    }
    .search-button #searchform{
        width: 100%;
    }
    .input-group-btn{
        margin-top: 0;
    }
    .input-group-btn .btn-default{
        padding: 0px 22px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 36px;
    }
    .search-wrapper .input-group-btn .searchBtn {
        padding: 6px 12px;
    }
    .search-button .form-group .form-control{
        max-width: 80%;
        height: 45px !important;
        font-size: 38px !important;
        margin-top: 0;
        padding: 5px 10px !important;
    }
    .homecolleft .home-featured-post .home-featured-post-right{
        width: 100%;
    }
    .home-featured-post-right img {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    .home-featured-post-inner a, .home-featured-post-right a {
        width: 27% !important;
        height: 100px !important;
        color: #333333;
        text-align: left;
        float: left;
        margin-right: 5px !important;
    }
    .homecolleft .home-featured-post-inner .post_title,
    .homecolleft .home-featured-post-right .post_title {
        width: 68%;
        float: left;
        margin-left: 10px;
        margin-top: 1px;
        padding-bottom: 0px;
    }
    .homecolleft .home-featured-date {
        width: 68%;
        float: left;
        margin-left: 10px;
    }
    .featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }
    .single_post_module .post_title{
        font-size: 26px;
    }
    .post_grid .one_half{
        width: 46%;
        float: left;
    }
    .author-blog-section .one_half:nth-child(3n) {
        margin-right: 22px;
    }
    #main .archive-grid a{
        width: 100% !important;
        height: 100% !important;
    }
    #main .archive-grid a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #main .post_grid .one_half{
        width: 48%;
    }
    #main .archive-grid .one_half.last h3{
        margin-left: 0;
    }
    #main .archive-grid .one_half{
        width: 100%;
        margin: 0;
    }
    #main .archive-grid .archive-grid-item{
        display: block;
    }
    .post_grid_module .thumb-img{
        width: 100% !important;
    }
    .post_grid_module .thumb-img img{
        width: 100%;
        object-fit: cover;
    }
    #content_wrap{
        margin-top: 40px;
    }
    .footer-ad{
        margin: 0;
        padding: 0;
    }
    .pbd-alp-placeholder-2{
        padding: 0 15px;
    }
    .contributebanner{
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .conbannerwrap{
        margin-left: 30px;
        margin-top: 5%;
    }
    .pbd-alp-placeholder-2 .post_grid_module {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    .con-innerbackground{
        height: auto;
    }
    .conheading-first,
    .con-heading,
    .curvefont{
        padding-left: 15px;
        width: 96%;
    }
    .con-contentwrap{
        padding: 0 15px;
    }
    .um_input[type="text"], 
    .um_input[type="email"], 
    textarea.um_input{
        padding: 0 8px !important;
        width: 96% !important;
    }
    #content{
        margin: 90px 0 0;
    }
    .wp-caption img{
        width: 100%;
        object-fit: cover;
    }
    #slider_module {
        display: none;
    }
    .socialdiv .um_label_left {
        margin-right: 10px;
        margin-top: 0px;
        text-align: left;
        width: 110px !important;
    }
    .socialdiv .um_input[type="text"],
    .socialdiv .um_input[type="email"],
    .socialdiv textarea.um_input {
        margin-top: 10px;
        width: 76% !important;
    }
    .inner-social {
        width: 90%;
    }
    .social-content {
        padding: 20px 0;
        width: 99%;
    }
    .buttonWrapper {
        display: flex;
        justify-content: flex-end;
    }
    .gglcptch.gglcptch_v2 {
        position: absolute;
        bottom: -58px;
    }
    .author-blog-section .post_grid .one_half {
        width: 48%;
        float: left;
        margin-left: 0px;
    }
    .author-blog-section .post_grid .one_half:nth-child(2n) {
        margin-right: 0px;
    }
    .wp-pagenavi {
        margin-top:20px;
        margin-bottom:20px;
    }
    .footer-menu-section {
        display:none;
    }
    .homecolleft .home-featured-post-inner .post_title a, 
    .homecolleft .home-featured-post-right .post_title a {
        width: 100% !important;
        float: left;
        height: auto !important;
    }
    .featured-excerpt {
        display: none;
    }
    .subCategory-inner {
        width: 100%;
        margin: 0 auto;
    }
    .subCategory-inner ul li {
        width: 168px;
        height: 170px;
        box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.1);
    }
    .top-main-category {
        width: 100%;
        top: 200px;
        bottom:0px;
    }
    .subCategory-inner ul li:last-child {
        margin-right: 0px;
    }
    .category-header {
        margin-top: 70px;
    }
    .category-image {
        width: 100%;
        height: 280px;
    }
    .category-content {
        top: 40px;
        width: 80%;
    }
    .subCategory-section {
        top: -80px;
    }
    .category-inner-description {
        width: 100%;
        margin: -40px auto 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .latest-category-wrapper .category-card,
    .category-specific-topPicks .category-card {
        width: 48.5%;
        float: left;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .latest-category-wrapper .category-card:nth-child(2n),
    .category-specific-topPicks .category-card:nth-child(2n) {
        margin-right: 0px !important;
    }
    .category-post-title {
        font-size: 22px;
    }
    .subcategory-inner-content.top-picks-main-wrapper {
        padding: 24px;
        top: -77px;
    }
    .latest-category-wrapper .category-card:nth-child(3n),
    .category-specific-topPicks .category-card:nth-child(3n) {
        margin-right: 20px;
    }
    .subcategory-inner-content {
        padding: 30px 4px;
        top: 110px;
        width: 100%;
        border-radius: 20px;
    }
    .primary-menu .header_links_menu li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }
    .subcategory-inner-description {
        width: 100%;
    }
    .loan-basic-boxes .basic-boxes {
        max-width: 48%;
        margin-bottom: 15px;
    }
    .loan-basic-boxes .basic-boxes:nth-child(2n) {
        margin-right: 0px;
    }
    .contactus-page.entry {
        width: 91%;
        margin: 100px auto 100px;
        display: table;
    }
    .hidden-tablet {
        display:none;
    }
    .about-image-wrapper {
        margin-top: 90px;
    }
    .about-image-wrapper h1 {
        position: absolute;
        bottom: 12%;
        left: 25%;
        font-size: 76px;
        max-width: 100%;
        text-align: left;
    }
    .about-image-wrapper img {
        margin-left: -24px;
    }
    .aboutUs-content-wrapper {
        width: 98%;
        margin: 60px auto 80px;
    }
    #kodda_parent_full_width {
        display:none !important;
    }
    .header-new {
        display:block !important;
    }
    .main-category-responsive {
        display: block !important;
        margin-left: 12px;
    }
    .popular-wsi-wrapper.you-might-likesection {
        background-color: #fff;
    }
    .archive.category #content_wrap {
        margin-top: 0px;
    }
    .archive.category .category-header {
        margin-top: 10px;
    }
}

@media(min-width: 992px){
    .hidden-large-devices {
        display:none !important;	
    }
}
@media(max-width: 767px){
      .menu01 {
	   display: block;
      }
      .single_post_content .swp_social_panel {
        flex-wrap: nowrap !important;
      }
     .fancybox-overlay,  .swp_share_button.swp_whatsapp, .swp_share_button.swp_reddit {
	   display: none !important;
     }
     .home-featured-post .home-featured-post-inner img {
	height: 100%;
     }
    .subCategory-inner ul li h5 br {
        display: none;
    }
    .archive.category #content_wrap {
        margin-top: 32px;
    }
    .heroWrapper .mailchimp-heading .subscriberTitle {
        max-width: 210px;
        width: 100%;
        display: table;
        margin: 0 auto;
    }
    .subcategory-inner-description {
        width: 100%;
    }
    #kodda_parent_full_width {
        display:none !important;
    }
    .small-device-sidebar .signup-teaser {
        font-size: 12px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5 !important;
        letter-spacing: 0.2px;
        text-align: center;
    }
    .author-blog-section .one_half:nth-child(3n) {
        margin-right: 12px;
    }
    .sidebar-signup-title {
        font-size: 24px; 
    }
    .is_home #content_inner {
        margin-top: 0px;
    }
    #header_extras_inner .search-icons, #header_extras_inner .primary-menus {
        display:block;
    }
    .small-device-sidebar .signup-frame #mce-EMAIL {
        border-radius: 10px !important;
        border: 0px solid #000 !important;
        color: #fff !important;
        font-size: 14px !important;
        height: 46px !important;
        padding: 10px 3% !important;
    }
    .primary-menu {
        display:none;
    }
    .footer-menu-section-tablet {
        display:none;
    }
    .hidden-small-devices {
        display:none !important;
    }
    .buttonWrapper {
        display: flex;
        justify-content: center;
    }
    .mobileImage img {
        height: auto !important;
    }
    .single-page-titles .swp_social_panel {
        padding-top: 8px !important;
        border-top: none !important
    }
    #header_extras_inner .single-page-titles .swp_social_panel {
        padding-top: 0px !important;
        border-top: none !important
    }
    .header_social,
    .header_links,
    .wide-post,
    .right_sidebar #sidebar,
    .market-product-wrap,
    .post-details,
    #ajax-load-more .alm-btn-wrap{
        display: none;
    }
    .single_post_module .entry > div:nth-child(3){
        display: none;
    }
    .contentFirstImage{
        margin-bottom: 20px;
    }
    .contentFirstImage,
    .contentFirstImage img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .contentFirstImage img{
        padding-top: 10px;
    }
    #header_extras_inner{
        border:none;
        padding: 0;
    }
    .fancybox-lock .fancybox-overlay{
        margin-top: 53px;
    }
    .fancybox-skin{
        padding: 0 !important;
    }
    .fancybox-inner{
        width: 100% !important;
        top: 52px;
        text-align: center;
    }
    .kodda_menu{
        width: 100%;
    }
    .nivo_slider #slider_module_inner{
        display: none;
    }
    #slider_module{
        margin-bottom: 0;
    }
    .main-logo-text {
        line-height:18px;
    }
    .single_post_module .entry .mailchimp-logo .main-logo-text h4 {
        display: block;
    }
    #header_extras,
    #header_extras.header-new{
        min-height: auto;
    }
    .header-new #header_extras_inner {
        padding: 0;
    }
    .header-new .primary-menus {
        margin-top: 18px;
        width: 20px;
        height: 25px;
        margin-left: 15px;
        display:block;
    }
    .header-new .search-icons{
        margin-top: 13px;
    }
    .header-new .logo {
        margin-top: 0;
    }
    .primary-menus{
        margin-top: 18px;
        width: 20px;
        height: 25px;
        margin-left: 15px;
    }
    .primary-menus img{
        height: 100%;
    }
    .logo {
        margin-left: 0;
        margin-top: 0;
        padding: 11px 0;
        margin-left: 0px;
        width: 76%;
        text-align: center;
    }
    .home-featured-post-inner a, .home-featured-post-right a{ 
        width: 28% !important;
        height: 80px !important;
        color: #333333;
        text-align: left;
        float: left;
    }
    .homecolleft .home-featured-post-inner .post_title,
    .homecolleft .home-featured-post-right .post_title {
        width: 68%;
        float: left;
        margin-left: 10px;
        margin-top: 1px;
        padding-bottom:0px;
    }
    .home-featured-post-right .featured-img {
        float: left;
        margin-right: 0px;
    }

    .homecolleft .home-featured-post-inner .post_title a,
    .homecolleft .home-featured-post-right .post_title a {
        width: 100% !important;
        float: left;
        height: auto !important;
    }
    .homecolleft .home-featured-date {
        width: 68%;
        float: left;
        margin-left: 10px;
    }
    .home-featured-post-inner img{
        display: block;
        height: 80px !important;
        left: auto;
        margin: 0;
        max-height: none;
        max-width: 100%;
        position: relative;
        top: auto;
        width: 100%;
        text-align: center;
        object-fit: cover;
        border-radius: 5px;
    }
    .homesectionwrap.clearfix {
        padding: 0px;
    }
    .search-icons {
        margin: 20px 16px 5px;
        height: 24px;
        width: 23px;
        position: absolute;
        right: 0px;
    }
    .search-wrapper {
        display: none;
    }
    .header-new .search-icons {
        margin: 20px 16px 5px;
    }
    #header_extras_inner{
        position: fixed;
        margin: 0;
        padding: 0;
        z-index: 9999;
        background: #292929;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 1);
        border-top: 1px solid #343433;
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #343433;
        text-align: center;
    }
    .main-logo-text h4 {
        margin-bottom:0px;
    }
    .wide-post.id-38397 a.wide-post-thumb{
        width: 100% !important;
    }
    .right_sidebar #main,
    #body_inner,
    .right_sidebar #sidebar{
        width: 100%;
    }
    .right_sidebar #sidebar{
        width: 100%;
    }
    .homecolleft .home-featured-post .home-featured-post-inner{
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .homecolleft .home-featured-post .home-featured-post-inner {
        max-width: 100%;
    }
    .homecolleft .home-featured-post .home-featured-post-right {
        width: 100%;
    }
    .grid-post-item{
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px !important;
        padding-bottom: 5px;
    }
    #content_wrap{
        margin-top: 59px;
    }
    .homecolleft .post_title {
        margin: 4px auto 4px auto;
        font-size: 16px;
        line-height: 21px;
        font-family: 'SF Pro Display Bold';
        font-weight: 600;
        text-align: left;
        width: 100%;
        padding-bottom: 10px;
        color:#333333;
    }
    .featured-img{width: 100% !important;height: 230px !important;}
    .featured-img img{width: 100%;height:100%;object-fit: cover;border-radius:4px;}
    .divider{display: none;}
    #homecols .grid-post-item img {
        height: 155px;
        border-radius: 4px;
    }
    .footer-menu-section-mobile {
        display:block;
    }
    p#pbd-alp-load-posts {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #pbd-alp-load-posts a:link, 
    #pbd-alp-load-posts a:visited{
        width: 95%;
    }
    .featured-excerpt{
        display: none;
    }
    .homecolleft .grid-post-item h3{
        margin: -1px 0 7px;
        padding: 0px 8px 5px 0;
        font: bold 16px Arial, Helvetica, sans-serif;
        line-height: 18px;
    }
    .homecolleft .grid-post-item h3 a{
        font-size: 16px; 
        line-height: 18px;
        text-align: left;
    }
    /*----------Footer Code -----------*/
    .footer-blackbg h6.greytext {
        font-size: 9px;
        color: #696969;
        text-align: center;
        padding: 20px 0;
        display: block;
        letter-spacing: 1.5px;
        line-height: 18px;
        width: 223px;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-logo-section {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }
    .footer-menu-section {
        width: 100%;
        float: left;
    }
    .footer-signup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    #main_inner {
        margin-top:20px;
    }
    #ajax-load-more .alm-btn-wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }
    #ajax-load-more .alm-btn-wrap:after{
        display: none;
    }
    #ajax-load-more .alm-load-more-btn{
        font-size: 14px;
        padding: 3px 0 !important;
        width: 95%;
        font-size: 14px;
        width: 95%;
        border: none !important;
        color: #444;
        text-decoration: none;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-box-shadow: 1px 1px 1px #999;
        -webkit-box-shadow: 1px 1px 1px #999;
        box-shadow: 1px 1px 1px #999;
        background-color: #f1f1f1;
        background: -moz-linear-gradient(100% 100% 90deg, #e4e3e3, #f1f1f1);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#e4e3e3));
        background: -webkit-linear-gradient(#f1f1f1, #e4e3e3);
        font-weight: normal;
        font-family: Roboto,sans-serif;
    }
    .footer-blackbg h6.greytext a{
        color: inherit;
    }
    .footer-logo,
    .footer-mailchimp{
        width: 100%;
        padding-top: 0;
    }
    #footer_inner #body_inner {
        width: 90%;
    }
    .footer-mailchimp .sidebar-signup-title{
        font-family: 'GTSectra-Regular';
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #f4f4f4;
        text-transform: none;
        text-align: left;
        margin-bottom: 20px;
    }
    .footer-menu-section-mobile .footer-menu {
        margin-bottom:20px;
    }
    #footer_inner {
        margin: 0 0px;
        padding-top: 30px;
        padding-bottom: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-mailchimp .signup-frame #mce-EMAIL {
        border-radius: 10px !important;
        border: 0px solid #000 !important;
        color: #7d7d7d !important;
        font-size: 12px !important;
        height: auto !important;
        padding: 16px 3% !important;
        background-color: #272727 !important;
        width: 65% !important;
    }
    .footer-copyright.hidden-desktop {
        display:block;
        width:100%;
    }
    .footer-copyright.hidden-desktop .footer-blackbg h6.greytext {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: 0.1px;
        text-align: center;
        font-family: 'SF-Pro-Display-Regular';
        color:#fff;
        width:100%;
        opacity: 0.5;
    }
    .footer-menu-section-mobile .menu li a {
        font-family: 'SF-Pro-Display-Regular';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding: 7px 1px 7px 0px;
        opacity: 0.6;
    }
    .mobile-left, .mobile-right {
        width:50%;
        float:left;
    }
    .footer-menu-section-mobile {
        width:100%;
    }

    .footer-menu-section {
        display:none;
    }
    .footer-menu-section-mobile .widget {
        background-color: transparent;
    }
    .footer-menu {
        margin-bottom: 0px;
    }
    .footer_logo {
        margin-bottom: 0px;
        font-size: 26px;
    }
    .footer-logo-section .footer-blackbg {
        display:none;
    }
    .footer-mailchimp .signup-frame {
        padding: 0 0 0 0px;
        width: 100%;
        margin: 0;
    }
    .signup-frame #mce-EMAIL {
        border-radius: 0 !important;
        border: 2px solid #000 !important;
        color: #000000 !important;
        font-size: 12px !important;
        font: 400 13.3333px Arial;
        height: auto !important;
        padding: 10px 3% !important;
    }
    .footer-logo h3.footer_logo_mobile{
        display: initial;
        font-family: "Merriweather",serif;
        color: #000;
        text-transform: uppercase;
        font-size: 2em;
        font-weight: bold;
        margin: 0;
        padding-bottom: 4px;
        line-height: 25px;
        text-align: left;
    }
    .footer_links {
        padding: 10px 0 20px 0;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .footer_links ul {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .fancybox-close {
        top: 60px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 8040;
        left: 10px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    /* sidebar menu design for mobile*/
    #top-slide-menu {
        position: fixed;
        overflow: auto;
        display: none;
        top: 0% !important;
        width: 100%;
        height: 100%;
        background: #181818;
        border-bottom: 1px solid #1C1C1B;
        z-index: 99999;
        text-align: center;
        -webkit-overflow-scrolling: touch;
    }
    #top-slide-menu-inner {
        min-height: 100%;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu-header {
        width: 100%;
        float: left;
        border-bottom: 1px solid #666;
    }
    .close-icon {
        width: 12%;
        float: left;
    }
    .close-icon img {
        padding: 17px;
        float: left;
    }
    #top-slide-menu-inner .close-icon img {
        padding: 12px 0px 0px 12px;
        float: left;
    }
    #top-slide-menu-inner .mobile-logo-icon a {
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-logo-icon {
        width: 80%;
        float: left;
    }
    .mobile-logo-icon a {
        float: left;
        padding-left: 20px;
        padding-top: 16px;
    }

    .menu-wrap {
        text-align: left;
        display: block;
        float: left;
        width: 100%;
        border-top: 2px solid #000;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .menu01 {
        width: 90%;
        margin: auto;
        text-align: center;
        padding: 0px 0px 20px;
    }
    ul#menu-mobile-primary,
    ul.sub-menu{
        padding: 0;
    }
    .menu li {
        list-style: none;
        padding: 0 0 0 0;
        margin: 0;
    }
    #menu-primary-menu {
        padding-left:0px;
    }
    .menu li a {
        padding: 12px 0px 12px 0px;
        font-family: 'SF-Pro-Display-Regular';
        display: block;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #c5c5c5;
        text-align:left;
    }
    h2.post_title {
        margin-top: 10px;
        line-height: 18px;
    }
    .slider-image img {
        border-radius: 8px;
        height: 180px;
    }
    .slider-content .post_title a {
        font-size: 18px;
    }
    .menu li.sub a {
        background: url('../png/menu-expandable%402x.png');
        background-repeat: no-repeat, repeat-x;
        background-size: 26px 8px, 15px 1px;
        background-position: right center;
    }
    .sub-menu {
        margin: 15px 0 11px 0 !important;
    }
    .menu li.sub > ul a {
        background-image: none;
    }
    .sub-menu {
        border-left: 1px solid #ebc031;
        padding-left: 20px !important;
    }
    .menu li .sub-menu a {
        display: block;
        border-bottom: none;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #7d7d7d;
    }
    .search-button {
        height: 50px;
        top: 46px;
        z-index: 9999;
    }
    .searchbox-close {
        height: 20px;
        margin-left: 10px;
        margin-right: 8px;
        margin-top: 16px;
        width: 20px;
    }
    .search-button #searchform {
        width: 100%;
        padding: 0 !important;
    }
    .header-new .search-button {
        top: 46px;	
    }
    #searchform input#s{
        height: 30px !important;
        padding: 2px 9px !important;
        font-size: 24px !important;
        background: transparent;
        border: 0px solid #000;
        border-radius: 0px;
        width: 72%;
        float: left;
    }
    #searchform .input-group-btn {
        float: left;
        margin-top: 10px;
    }
    #searchform .input-group-btn .searchBtn{
        position: relative;
        border: 0;
        height: 36px;
        border-radius: 0;
        font-family: Roboto Condensed bold;
        padding: 0 13px;
        padding: 0px 13px;
        outline: none;
        background-size: 100% 77%;
        background-repeat: no-repeat;
    }
    a#inifiniteLoader{
        width: 100%;
        left: 0;
        margin-top: 0;
        bottom: 0;
        text-align: center;
    }
    .single #content {
        margin: 0;
        display: block;
        position: relative;
    }
    #content_inner{
        padding-top: 0;
        padding: 7px 15px 0 15px;
    }
    .single_post_module .post_title {
        font-size: 30px;
        padding-right: 0px;
    }
    .single_post_module .commerce-disclaimer{
        margin-left: 0;
        margin-bottom: 5px;
    }
    .single_post_module p iframe{
        width: 100%;
        height: 225px;
    }
    .single_post_module .commerce-disclaimer p,
    .single_post_module .commerce-disclaimer span {
        margin-bottom: 0px;
        margin-left: 0px;
        cursor: auto;
        font-size: 12px;
        font-weight: normal;
        font-family: 'OpenSans-Regular';
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        color: #444444;
    }
    .single .single_post_content .entry p.wp-caption-text {
        font-size: 13px !important;
        margin: 0;
        color: #495259 !important;
        text-align: right;
        line-height: 12px;
    }
    .single_post_module .wp-caption {
        width: 100% !important;
        margin-bottom: 10px;
        padding: 0;
    }
    .single_post_module .wp-caption img {
        max-width: 100%;
        height: auto;
        padding-top: 0px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    .single_post_module .post_meta {
        margin-bottom: 0;
        width: 100%;
        float: left;
    }
    .single .theavatar {
        margin-right: 0;
        width: 17.6%;
        border-radius: 50%;
    }

    .single .theavatar img {
        width: 50px;
        height: 50px;
    }
    .single .theauthor span.byline {
        float: left;
        width: 68%;
        margin-left:14px;
        margin-top: 0px;
    }
    .single .theauthor span.bytext,
    .single .theauthor span.authorname {
        margin-right: 1px;
        font-size: 12pt;
        font-family: "Open Sans",sans-serif;
        color: #3B3B3B;
        line-height: 20px;
    }
    .single .theauthor span.authorname a{
        font-size: 12pt;
        margin: 0 5px 0 4px;
        font-weight: normal !important;
        text-decoration: none;
    }
    .theauthor .byline .news-cat,
    .theauthor .byline .news-cat a,
    .byline span.date-post{
        text-decoration: none;
    }
    .single .theauthor span.news-cat{
        font-size: 9pt;
        color: #929292;
        font-family: 'OpenSans-Light';
        margin-bottom: 0px;
        width: 100%;
        display: initial;
        float: left;
        margin: 0 0 5px;
    }
    .author-blog-section .categoryPost .one_half {
        margin-right: 0px;
    }
    .author-blog-section .categoryPost .archive-grid {
        display:none;
    }
    .author-blog-section .categoryPost .one_half:nth-child(2n) {
        margin-right:12px !important;
    }
    .author-blog-section .categoryPost .one_half:nth-child(3n) {
        margin-right:0px;
    }
    .single .single_post_content .entry a {
        font-size: 20px;
    }
    .single_post_module .entry h2 {
        font-size: 24px;
        letter-spacing: normal;
    }
    .single .single_post_content .entry p,
    .single .single_post_content .entry span,
    .single .single_post_content .entry {
        font-size: 18px;
        line-height:29px;
    }
    .subscriberWrapper .mailchimp-heading {
        float: left;
        width: 100% !important;
        margin-bottom:10px;
    }
    .mailchimp-heading {
        float: left;
        width: 72%;
        margin-bottom:10px;
    }
    .commerce-disclaimer {
        padding: 16px 20px;
    }
    .commerce-disclaimer p {
        line-height: 17px !important;
    }
    .single_post_module ul,
    .single_post_module ol{
        padding: 0;
        line-height: 140%;
        margin: 0 0 20px 18px;
    }
    body.single .social-shareing-content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px;
    }

    .news-bar.clearfix {
        display: none;
    }
    .social-shareing-content .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
        margin-top: 14px !important;
    }

    .entry .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
        width: 100%!important;
        border-top: none;
        padding-top: 14px;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }

    .um_inline label{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        line-height: initial;
        letter-spacing: normal;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .um_inline span{
        margin-left: 20px;
    }
    #insert_user{
        margin-left: 0 !important;
    }
    .fb-content-like .like-text {
        color: #cccccc !important;
        float: left;
        font-size: 14px !important;
        font-weight: bold !important;
        margin-right: 5%;
        float: left;
        margin-top: 5px;
        text-transform: capitalize;
    }
    .fb-content-like .fb-like.fb_iframe_widget{
        margin: 0;
        width: 30%;
    }
    .subscriberWrapper {
        padding: 16px 0px;
        margin: 0px auto 0;
        max-width: 100%;
        width: 90%;
    }
    .subscriberImageWrapper {
        margin: 0px auto 0px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .subscriberDescription_Wrapper{
        padding-bottom: 18px;
    }
    .subscriberDescription {
        padding-bottom: 0;
        max-width: 100%;
        display: table;
    }
    .subscriptionForm .form-group.inputWrapper {
        width: 70%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .subscriptionForm input#mce-EMAIL {
        width: 95% !important;
        height: 45px !important;
        background-color: #f4f4f4;
        padding: 0px 14px !important;
        border: 0px solid #979797 !important;
        color: #000 !important;
        font-size: 14px !important;
        float: left;
        border-radius: 10px !important;
    }
    .subscriptionForm .subscribeButton {
        padding: 13px 12px;
        height:46px;
    }
    .heroWrapper .buttonWrapper {
        margin-left: 0;
        width: 30%;
    }
    .mailchimp-image{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .mailchimp-image img {
        width: 14%;
    }
    .single .heroWrapper{
        display: flex;
    }
    .single .single_post_content .entry .mailchimp-heading span{
        font-size: 20px !important;	
        padding-bottom: 14px;
    }
    .never-spam {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: 0.1px;
        text-align: center;
        color: #999999;
        width: 100%;
        float: left;
        padding: 0px 0px 5px;
        margin: 0;
    }
    .mailchimp-logo_Wrapper{
        margin-top: 10px;
    }
    .mailchimp-logo .main-logo-text {
        font-size: 14pt !important;
        letter-spacing: -0.8px;
    }
    .wp-about-author-containter-top {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 15px 0px;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .single_post_module {
        margin-bottom: 0px;
        width:100%;
        padding-left: 0px;
    }
    .wp-about-author-pic{
        width: 18%;
        float: left;
    }
    .wp-about-author-text{
        width: 80%;
        float: left;
        margin: 0 !important;
    }
    .wp-about-author-pic img {
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
    .wp-about-author-text span a{
        font-size: 15px !important;
        letter-spacing: -0.28px !important;
        text-decoration: none !important;
    }
    .wp-about-author-text span{
        margin: 0;
    }
    .wp-about-author-text .header{
        margin-top: 0px;
        background-position: 0px -15px;
        background-size: 20px 30px;
    }

    .popular-wsi-wrapper {
        padding-top: 30px;
    }
    #more_from_wall_street_insanity li {
        min-height: 230px;
    }
    #more_from_wall_street_insanity .one_third,
    .alm-reveal .one_third{
        width: 47%;
        margin-right: 12px;
        margin-bottom: 16px;
    }
    #more_from_wall_street_insanity .one_third:nth-child(2n) {
        margin-right: 0px !important;
    }

    #more_from_wall_street_insanity .one_third:nth-child(3n) {
        margin-right: 12px;
    }
    #more_from_wall_street_insanity .home-featured-date {
        display:none;
    }
    #more_from_wall_street_insanity li a,
    .latest-post-title a{
        margin: 0;
        height: auto !important;
        font-size: 16px;
        line-height: 20px;
    }
    .the-latest-post{
        width: 94%;
        padding: 0 10px;
    }
    .latest-post-title{
        height: auto;
    }
    #more_from_wall_street_insanity li a img {
        height: 180px;
        object-fit: cover;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #more_from_wall_street_insanity h2.post_title {
        height: auto;
        margin: 8px 0 0 0;
        padding-bottom: 10px;
        font-size: 14px;
        text-align: center;
    }
    #main_inner .wp-biographia-pic {
        float: none;
        width: 100px;
        height: 100px;
        margin: 0 auto!important;
    }
    .author-display-name {
        font-size: 28px;
    }
    .author-blog-section .post_grid_module .thumb-img img {
        height: 180px;
        box-shadow: none;
        border-radius: 4px;
    }
    .author-blog-section .one_half {
        width: 47%;
        margin-right: 12px;
        min-height: 285px;
    }
    .author-blog-section .one_half:nth-child(2n) {
        margin-right: 0px;
    }
    .wp-biographia-container-top .author-description p {
        font-size: 14px;
        line-height: 21px;
    }
    #main_inner .wp-biographia-text {
        margin-left: 0px;
        padding-top: 20px;
        margin-bottom: 40px;
        text-align: center;
        width: 100%;
    }
    .wp-biographia-container-top {
        padding-top: 20px;
    }
    .wp-pagenavi .pagenavi-page {
        border-radius: 12px;
        background-color: #f4f4f4;
        width: 36px;
        height: 36px;
        color: #1b1b1b;
        font-size: 16px;
        padding: 7px 12px;
    }
    #more_from_wall_street_insanity li:nth-child(6),
    #more_from_wall_street_insanity li:nth-child(5){
        border-bottom: none;
    }
    .more-form-wall-insanity {
        width: 100%;
        float: left;
        margin: 0 auto;
        padding: 15px 15px 0px;
    }
    .the-latest-post .titlefont {
        font-size: 1.6em;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        line-height: 25px;
        color: #696969 !important;
        text-transform: capitalize !important;
        margin: 0;
        text-align: left;
    }
    .youMightLike {
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 24px;
    }
    .latest-post-title a{
        margin: 1px 0 0 0;
    }
    .alm-listing .alm-reveal {
        width: 94%;
        padding: 0 10px;
        margin: 0 auto;
    }
    .latest-post-thumb{
        height: 259.55px;
    }
    .latest-post-thumb img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    .single-page-titles{
        margin: 0 0 0 10px;
    }
    .latest-post.one_third {
        border-bottom: 1px solid #ddd;
        padding-bottom: 3px;
        margin-bottom: 15px;
    }
    .container-text p {
        font-family: Roboto,sans-serif !important;
        font-weight: normal !important;
        color: #666;
        line-height: 20px !important;
        font-size: 11pt !important;
        margin-bottom: 1.2em;
    }
    .page_title {
        font-size: 3em;
        line-height: 43px;
        color: #696969;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        font-weight: bold;
        margin: 0;
    }
    #main .archive-grid .one_half,.one_half {
        width: 100%;
        margin: 0;
        width: 100%;
    }
    #main .archive-grid a {
        width: 100% !important;
        height: auto !important;
    }
    #main .archive-grid a img,
    .post_grid_module .thumb-img img{
        width: 100%;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0 1px 1px rgba(0, 0, 0, 0.3);
    }
    #main .archive-grid .one_half h3,
    .post_grid_module h2.post_title {
        margin: 0;
        width: 100%;
        line-height: 18px;
        font-size: 16px !important;
        margin: 0 !important;
        padding: 8px 0px 5px 0px;
        height: auto;
    }
    .author-blog-section .clearboth {
        display:none;
    }
    .author-blog-section .home-featured-date {
        display:none; 
    }
    .post_grid_module .thumb-img {
        margin-bottom: 5px;
        width: 100% !important;
        height: 100% !important;
    }
    .grid-desc p,
    .post_excerpt p{
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .grid-desc,
    .post_excerpt {
        line-height: 23px;
        font-size: 15px;
        font-family: /* museo500, museo, museosans, */ Arial, Helvetica, sans-serif;
        color: #777777;
        line-height: 24px !important;
        padding: 7px 3px 0 3px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .grid-desc a {
        color: #396FF7 !important;
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: underline;
        font-size: 18px;
        font-weight: bold !important;
    }
    #main .archive-grid .archive-grid-item{
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #main .archive-grid{
        padding-bottom: 0;
    }
    #content,
    body.page-2 #content{
        margin-top: 0;
    }
    h1.aboutpage-h1 {
        font-size: 22px;
        line-height: 25px;
        color: #696969;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        margin: 0;
        font-weight: bold;
        letter-spacing: normal;
    }
    .page h2{
        font-size: 1.9em;
        line-height: 25px;
        color: #696969;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        letter-spacing: normal;
        font-weight: bold;
        margin: 0;
    }
    .hide-mobile {
        display:none;
    }
    .hide-desktop-tablet {
        display: block;
    }
    .about-image-wrapper h1 {
        bottom: -21%;
        left: 20%;
        font-size: 42px;
        max-width: 61%;
    }
    .about-image-wrapper img {
        margin-left: -15px;
    }
    .aboutUs-content-wrapper {
        width: 98%;
        margin: 60px auto 140px;
    }

    .page .entry{
        font-size: 15px;
        line-height: 23px;
        font-family: Arial, Helvetica, sans-serif;
        color: #777777;
        line-height: 24px !important;
        letter-spacing: -0.007em;
    }
    .page .entry a{
        color: #396FF7;
        font-family: Helvetica, Arial, sans-serif;
        text-decoration: underline;
        font-size: 18px;
        font-weight: bold !important;
    }
    .right_sidebar #main{
        margin-right: 0;
    }
    #main{
        min-height: auto;
    }
    .contributebanner{
        height: 200px;
        width: 100%;
        float: left;
        background-size: 100% 100%;
        margin-top: -4px;
        background-image: url('../png/contribute_banner_mobile.png');
    }
    .contributebanner .conbannerwhitetext,
    .conbannergreentext.curvefont{
        font-size: 20px;
        line-height: 25px;
        letter-spacing: normal;
    }
    .conbannerwrap{
        width: 60%;
        float: left;
        margin-top: 18%;
        margin-left: 2%;
    }
    .conbannerwhitebutton {
        float: right;
        margin-right: 38px;
        font-family: 'OpenSans-Regular';
        font-size: 9px;
        background-color: #fff;
        padding: 4px 4px;
        color: #000;
        font-weight: 600;
        line-height: 14px;
    }
    .con-lightgreybg{
        padding: 1% 0 2%;
    }
    .conheading-first{
        margin-bottom: 16px;
    }
    .conheading-first h1{
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .curvefont {
        font-family: 'Oranienbaum';
        font-size: 32px;
        margin-bottom: 0px;
        font-weight: normal;
        color: #000;
    }
    .con-lightgreybg #body_inner,
    .con-innerbackground #body_inner,
    .con-innerbackgroundwhite #body_inner{
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        padding-top: 10px;
    }
    span.curvefontbold {
        font-family: 'Oranienbaum';
        color: #000;
        font-size: 22px;
        font-weight: normal;
    }
    .con-contentwrap {
        width: 100%;
        float: left;
    }
    .con-contentwrap h3 {
        font-family: 'OpenSans-Light';
        font-size: 16px;
        font-weight: normal;
        color: #3a3a3a;
        margin: 0;
        padding-bottom: 10px;
    }
    .con-innerbackground{
        height: 570px;
        padding: 3% 0;
    }
    .con-heading{
        margin-bottom: 15px;
    }
    .con-heading h1{
        font-size: 2em;
        color: #000;
        line-height: 25px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .con-heading h1:after {
        width: 85%;
        border-bottom: 3px solid #000;
        bottom: 3px;
    }
    .con-contentwrapgrey ul {
        font-size: 15px;
        margin-left: 24px;
        line-height: 140%;
        padding-left: 0;
    }
    .con-contentwrapgrey ul li{
        margin-bottom: 14px;
    }
    .con-contentwrapgrey h3 {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        line-height: 22px;
        font-weight: normal;
        padding-bottom: 2px;
        font-family: 'OpenSans-Light';
        color: #1d1d1d;
    }
    .con-contentwrapgrey h3 span.curvefont{
        font-size: 16px;
    }
    .conheading{
        margin-bottom: 10px;
    }
    .con-innerbackgroundwhite h1.curvefont{
        padding-bottom: 10px;
    }
    .conheading h1:after{
        width: 93%;
        border-bottom: 3px solid #000;
    }
    .con-contentwrapwhite {
        width: 100%;
        float: left;
    }
    .con-contentwrapwhite ul {
        font-size: 16px;
        margin-left: 24px;
        padding-left: 0;
    }
    .con-contentwrapwhite ul li{
        margin-bottom: 16px;
    }
    .con-contentwrapwhite h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 20px;
        font-weight: normal;
        padding-bottom: 0px;
        font-family: 'OpenSans-Light';
        color: #0a0a0a;
    }
    .um_field_container {
        margin: 10px 0;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .um_field_container .um_label_top {
        font-size: 18px;
        margin-bottom: 0;
    }
    .um_input[type="text"],
    .um_input[type="email"], 
    textarea.um_input,
    .socialdiv .um_input[type="text"], 
    .socialdiv .um_input[type="email"], 
    .socialdiv textarea.um_input {
        font-size: 18px !important;
        height: auto !important;
        padding: 7px 1px !important;
        width: 98% !important;
    }
    #um_form_contributor h3{
        font-size: 18px;
        margin: 0;
        padding-bottom: 10px;
    }
    #um_form_contributor h3 span {
        font-size: 14px;
        line-height: 20px;
    }
    .social-content {
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
    .inner-social{
        width: 100%;
        float: left;
    }
    .social-content .um_field_container{
        width: 100% !important;
        margin-right: 0;
    }
    .socialdiv .um_label_left {
        font-size: 18px;
        font-weight: normal;
        margin-right: 10px;
        margin-top: 0;
        text-align: left;
        width: 100% !important;
    }
    #more-social h4 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 0;
        color: #000;
        letter-spacing: -0.058em;
        font-family: 'Roboto',sans-serif;
    }
    #more-social img {
        margin-left: 5px;
        margin-top: 6px;
        max-width: auto;
        width: 16px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
    }
    .qq-upload-button{
        padding: 3px 13px !important;
    }
    .um_button {
        width: 76% !important;
        font-family: Roboto Condensed Bold;
        font-size: 20px !important;
        color: #03396f !important;
        padding: 9px 40px !important;
        background: #fff !important;
        border: 2px solid #2348a4 !important;
        color: #2348a4 !important;
        font-weight: 900 !important;
        border-radius: 0px !important;
        height: auto !important;
        text-shadow: 0em 0em #03396f;
        margin-left: 32px !important;
        margin-bottom: 0 !important;
        margin-top: 110px !important;
    }
    .page_title {
        font-size: 16px;
        line-height: 20px;
        margin: 5px 0 0 0;
        color: #454545;
    }
    .footer-ad{
        padding-bottom: 0;
        margin: 0;
    }
    .authorbio{
        width: 100%;
    }
    .alignleft{
        margin-bottom: 5px;
    }
    .authorbio .author-name,
    .authorbio p{
        margin-bottom: 1.2em;
    }
    .slider-image {
        width: 100%;
        margin-right:0px;
    }
    .slider-content {
        width: 100%;
    }
    .post-specific-data {
        display: inherit;
    }
    .category-image {
        height: 260px;
    }
    .category-image img {
        object-fit: cover;
    }
    .subCategory-inner {
        width: 90%;
        margin: 0 auto;
    }
    .category-icon-image {
        margin: 0;
        float: left;
        padding: 12px 10px;
    }
    .subCategory-section {
        top: -60px;
    }
    .subCategory-inner ul li h5 {
        width: 84%;
        margin: 0px;
        font-size: 18px;
        float: left;
        padding-left:15px;
        text-align:left;
    }
    .subCategory-inner ul li {
        height: 80px;
        margin-bottom: 15px;
        border-radius: 20px;
        box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 15px
    }
    .subCategory-inner ul li a {
        display: flex;
        align-items: center;
    }
    .category-inner-description {
        width: 90%;
    }
    .category-inner-description h3 {
        font-size: 26px;
    }
    .category-inner-description ul {
        column-count: 1;
        column-gap: 0px;
    }
    .latest-in-title h5 {
        text-align: left;
        padding: 0px 15px;
        font-size: 26px;
    }
    .latest-category-wrapper {
        padding: 0px 16px;
    }
    .latest-category-wrapper .category-card {
        width: 47.5%;
        margin-right: 12px;
        margin-bottom: 30px;
    }
    .category-specific-topPicks .category-card {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .subcategory-inner-content.main-content-category {
        top: 0px !important;
    }
    .category-basic-section h5 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .subcategory-inner-content.top-basic-main-wrapper {
        padding: 20px 16px;
    }
    .body-inner-wrapper {
        margin-top:-60px !important;
    }
    .category-specific-topPicks .category-post-title {
        text-align: left;
        font-size: 18px;
    }
    .latest-category-wrapper .category-card:nth-child(3n), 
    .category-specific-topPicks .category-card:nth-child(3n) {
        margin-right: 12px;
    }
    .latest-category-wrapper .category-card:nth-child(2n), 
    .category-specific-topPicks .category-card:nth-child(2n) {
        margin-right: 0px;
        margin-bottom:16px;
    }
    .category-post-title {
        font-size: 16px;
        height: auto;
        text-align:center;
    }
    .category-card img {
        width: 100%;
        height: 180px;
    }
    .category-specific-topPicks .category-card img {
        width: 100%;
        height: 160px;
    }
    .category-card .home-featured-date {
        display:none;
    }
    .subcategory-inner-content {
        max-width: 100%;
        padding: 30px 14px;
        top: -50px !important;
        width: 100%;
        border-radius: 20px;
        margin-bottom: 0px;
    }
    .subcategory-inner-content.top-picks-main-wrapper {
        position: relative;
        padding: 16px;
        top: -50px;
        background-color: #fff;
    }
    .subcategory-inner-description h5 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .loan-basic-boxes .basic-boxes {
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
        padding: 15px;
        height: auto;
        margin-bottom: 15px;
    }
    .top-picks-wrapper {
        margin-top: 60px;
    }
    .top-picks-wrapper h5 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    #body_inner .latest-in-title {
        margin-top: 0px;
    }
    .category-content {
        top: 31px;
        width: 90%;
    }
    .category-content .archive-title {
        font-size: 34px;
        line-height: 38px;
    }
    .archive-description p {
        font-size: 14px;
        line-height: 22px;
    }
    .contactus-page.entry {
        width: 100%;
        margin: 40px auto 60px;
        display: table;
    }
    .contact-field .user-name {
        width: 100%;
        float: left;
        margin-right: 0px;
    }
    .contact-field .user-email {
        width: 100%;
        float: left;
    }
    .contact-field .contact-field-wrapper:first-child {
        margin-bottom: 15px;
        display: table;
    }
    .page .contactus-page h2 {
        font-family: 'GT-Sectra-Bold';
        font-size: 30px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #1b1b1b;
    }
    .contactus-page h5 {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.1px;
        text-align: center;
        color: #545454;
        text-transform: initial;
        border-bottom: none;
        width: 84%;
        margin: 0 auto 27px;
    }
    .contact-button .wpcf7-submit {
        width: 100%;
        height: 56px;
    }
    .about-image-wrapper {
        margin-top: 18px;
    }
    .aboutUs-content-wrapper h2 {
        font-family: 'GT-Sectra-Bold';
        font-size: 30px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1b1b1b;
    }
    .aboutUs-content-wrapper p {
        font-size: 18px;
    }
    .aboutUs-content-wrapper a {
        color:#d4a91c !important;
    }
    .top-main-category {
        position: initial;
        bottom: 0px;
        width: 100%;
        margin-top: -60px;
    }
    .wp-pagenavi .page {
        border-radius: 6px;
        width: 24px;
        height: 24px;
        color: #1b1b1b;
        font-size: 10px;
        padding: 4px 6px;
        margin: 4px;
        display: inline-block;
    }
    .wp-pagenavi {
        text-align: left;
        display: flex;
        height: auto;
    }
    .wp-pagenavi .extend {
        border-radius: 6px;
        width: 22px;
        height: 22px;
        font-size: 10px;
        padding: 6px 8px;
        margin: 2px 5px;
    }
    .wp-pagenavi .pages,
    .wp-pagenavi .last {
        font-size: 10px;
        padding: 8px;
        border-radius: 6px;
    }
    .wp-pagenavi .extend {
        font-size: 10px;
        padding: 1px 4px;
        border-radius: 6px; 
    }
    .wp-pagenavi .nextpostslink, 
    .wp-pagenavi .previouspostslink {
        border-radius: 6px;
        background-color: #f4f4f4;
        width: 24px;
        height: 25px;
        color: #1b1b1b;
        font-size: 10px;
        padding: 6px 8px;
        margin: 6px;
    }
    .wp-pagenavi span.current {
        border-radius: 6px;
        background-color: #1b1b1b;
        width: 22px;
        height: 22px;
        color: #fff;
        font-size: 10px;
        padding: 4px 8px;
    }
}
@media screen and (max-width: 620px) {
    #pagewrap {
        margin: 0 13px 0 13px;
    }
    .post-title, .page-title {
        font-size:32px;
        line-height:23px;
        margin: 10px 0 0 0;
        font-weight: normal;
    }
    .post-title-index {
        font-size:21px;
        line-height:23px;
    }
    .post-date-index {
        font-size:110%;
    }
    input[type=text], input[type=search] {
        margin: 15px 0 0 0;
    }
    ul.tab-names li a {
        font-size:28px; padding-right:5px;
    }
    .sort-showing, .sort-showing-index {
        margin-bottom:5px;
        font-size:16px;
    }
    .entry-content {
        line-height:23px;
        font-size:18px;
    }
    .searchform {
        margin:5px 12px 0 0;
    }
    .searchform #searchform input {
        height:48px;
        font-size:17px;
    }
    .search-archive {
        font-size:200%;
    }
    .comments-index a {
        font-size:17px;
    }
    .widget li a {
        font-size:120%;
    }
    .post-meta {
        font-size:16px;
    }
    .menu a {
        font-size:15px;
    }
    .commentlist .comment-author {
        font-size:16px;
        line-height:21px;
    }
    .commentlist .comment-time {
        font-size:15px;
    }
    .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
        font-size:16px;
    }
    input[type=reset], input[type=submit], button {
        font-size:16px;
    }
}


@media screen and (max-width: 480px) {

    #pagewrap {
        margin: 0 10px 0 10px;
    }
    .post-title, .page-title {
        font-size:16px;
        line-height:20px;
        margin: 5px 0 0 0;
    }
    .post-title-index {
        font-size:16px;
        line-height:18px;
        margin-bottom:0;
    }
    .post-date-index {
        font-size:100%;
    }
    input[type=text], input[type=search] {
        margin: 8px 0 0 0;
    }
    ul.tab-names li a {
        font-size:22px; padding-right:2px;
    }
    .sort-showing, .sort-showing-index {
        margin-bottom:2px;
        font-size:14px;
    }
    .excerpt {
        font-size:15px;
    }
    .format-aside .excerpt, .format-gallery .excerpt, .format-status .excerpt, .format-image .excerpt, .format-quote .excerpt, .format-link .excerpt, .format-video .excerpt, .format-audio .excerpt, .format-chat .excerpt,
    .format-aside .excerpt a, .format-gallery .excerpt a, .format-status .excerpt a, .format-image .excerpt a, .format-quote .excerpt a, .format-link .excerpt a, .format-video .excerpt a, .format-audio .excerpt a, .format-chat .excerpt a {
        display:block;
        padding-top: 0 !important;
        margin:0;
        font-size:15px;
    }
    .format-aside, .format-gallery, .format-status, .format-image, .format-quote, .format-link, .format-video {
        margin-top:20px;
    }
    .entry-content {
        line-height:23px;
        font-size:15px;
    }
    .searchform {
        margin:2px 12px 0 0;
    }
    .searchform #searchform input {
        height:42px;
        font-size:15px;
    }
    .search-archive {
        font-size:22px;
    }
    .comments-index a {
        font-size:13px;
    }
    .widget li a {
        font-size:100%;
    }
    .post-meta {
        font-size:14px;
    }
    .menu a {
        font-size:13px;
    }
    .commentlist .comment-author {
        font-size:14px;
        line-height:19px;
    }
    .commentlist .comment-time {
        font-size:13px;
    }
    .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
        font-size:15px;
    }
    input[type=reset], input[type=submit], button {
        font-size:15px;
    }
    .social-buttons span {
        margin-right: 3%;
        font-size: 12px;
        color: #4763b3;
        font-weight: bold;
        text-transform: uppercase;
    }
    .social-buttons-twitter span {
        float: left;
        margin-top: 2px;
        text-transform: uppercase;
        font-size: 12px;
        color: #1b95e0;
        margin-right: 4px;
        font-weight: bold;
    }
    iframe#twitter-widget-0 {
        height: 20px;
        width: 50% !important;
    }
    .social-buttons-twitter {
        padding: 10px 5px;
        border: 2px solid #1b95e0;
        margin-top: 10px;
    }
    #twitter-widget-0 .btn-o .btn {
        position: relative;
        height: 20px;
        padding: 1px 6px 1px 4px !important;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        background-color: #1b95e0;
        border-radius: 3px;
        box-sizing: border-box;
        font-size: 10px !important;
    }

}
@media screen and (max-width: 320px) {
    .excerpt {
        display:none;
    }
}
.wp-about-author-containter-top {
    display:none !important;
}
