/*
	Theme Name: Revolution Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>A Premium theme for magazine, editor, community and more! WordPress Theme by <a href="http://www.themeforest.net/user/fuelthemes">fuelthemes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: revolution
	Text Domain: revolution
	Domain Path: /inc/languages
*/






/* Fixed Menu styling */
.fixed img.logoimg.logo-light, .fixed img.logoimg.logo-dark {
    max-height: 40px !important;
}


/* Menu CTA */
.sfd-menu-full #menu-utility-navigation-1 {
    display: none;
}
.sfd-menu-utility .button {
    display: none;
}
.sfd-menu-full .button, .sfd-menu-utility .button {
    font-size: 16px;
    color: #fcb711;
    background: #000;
    border: 2px solid #fcb711;
}
.sfd-menu-full .button:hover, .sfd-menu-utility .button:hover {
    background: #fcb711;
    color: #000;
    border: 2px solid #fcb711;
    }
    .style12.header.light-header>.row+.row:before {
    background: rgba(255,255,255,0.0);
}

@media only screen and (max-width: 1024px) {
	.sfd-menu-utility .button {
    display: unset;
}
.sfd-menu-utility .button {
    padding: 0 14px;
    height: 34px;
    line-height: 28px;
}
}

/* Typographic adjustments */
.thb-portfolio-slider.thb-portfolio-slider-style7 h1 {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 400;
}
/* Neumorphic  blog listing*/
	
.post.style8 {
    border: 1px solid #ffffff00;
}	
	
.post.style8:after {
    -moz-box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.07), 0 -4px -18px rgba(255,255,255,0.07);
    box-shadow: 4px 4px 14px rgba(0,0,0,0.05), -4px -4px 14px rgba(255,255,255,0.15);
    border: 0.5px solid #ace1ff;
}

/* No image blog listing */

.sfd-color-bg-light figure.post-gallery {
    display: none;
}
.sfd-color-bg-light a:hover {
    color: #039BE5;
}
.sfd-color-bg-light .post.style8 .style8-meta .style8-link a {
    color: #039BE5;
}
.sfd-color-bg-light .post.style8 .post-category a {
    color: #039BE5;
}

/* Borders on BG List Compoenent */
.thb-bg-list-parent .small-12.medium-4.columns {
    border-right: 10px solid #fff;
}