/*
	Theme Name: Ruffled2019
	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: theissue
	Text Domain: theissue
	Domain Path: /inc/languages
*/

/* Fonts Definition */
@font-face {
    font-family: 'Butler';
    src: url('https://ruffledblog.com/wp-content/themes/ruffled2019/assets/fonts/Butler_Webfont/Butler-UltraLight.woff2') format('woff2'),
        url('https://ruffledblog.com/wp-content/themes/ruffled2019/assets/fonts/Butler_Webfont/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('https://ruffledblog.com/wp-content/themes/ruffled2019/assets/fonts/Butler_Webfont/Butler-Light.woff2') format('woff2'),
        url('https://ruffledblog.com/wp-content/themes/ruffled2019/assets/fonts/Butler_Webfont/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('https://ruffledblog.com/wp-content/themes/ruffled2019/assets/fonts/nunito-sans/NunitoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}



/* General */
body, h4, .h4, h5, .h5 {
	color: #252525;
	font-family: Nunito Sans, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
	color: #faad34;
}
.section-title {
	letter-spacing: .1em;
}

/* Typography */
h1, .h1,
h2, .h2,
h3, .h3 {
	font-family: Butler, Helvetica, sans-serif;
	font-weight: 200 !important;
}

/* Main Menu */
header.thb-main-header .full-menu ul li a {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px; 
}

header.thb-main-header .full-menu ul li:hover a {
	color: #faad34;
}

/* header.thb-main-header .full-menu ul li.current-menu-item a {
	border-bottom: 1px solid #faad34;
} */

/* Search Popup */
.thb-search-popup .thb-autocomplete-wrapper {
	overflow-y: auto;
}

/* Header Logo */
.header.header-mobile {
	padding: 0;
}
.header.header-mobile .logo-holder .logolink .logoimg {
	max-height: 50px;
}

@media only screen and (min-width: 1024px) {
	.header .thb-full-menu li.mobile-only {
		display: none;
	}
}
/* Header Top Content */
.thb_before_header {
    z-index: 50;
    transform: translateY(100%);
}

.thb_before_header #menu-top-navigation {
    display: flex;
    justify-content: flex-end;
}

.thb_before_header #menu-top-navigation li a {
    border: 0;
    font-size: 12px;
	height: 2em;
	margin: 0 3px;
}
.thb_before_header #menu-top-navigation li:nth-child(2n) a {
	background: #FCF8F5;
}
.thb_before_header #menu-top-navigation li:nth-child(2n-1) a {
	background: #fcf7f3;
}

.thb_before_header #menu-top-navigation li a:hover {
    color: #faad34;
    background: #fff;
}

/* Posts */
.post-category a {
	text-transform: uppercase;
    border-bottom: 1px solid #faad34;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: .5em;
}
.post-category a:hover {
	color: #faad34;
}
.post-title a {
    font-family: Butler, Helvetica, sans-serif;
	font-weight: 200 !important;
    cursor: pointer;
    transition: .2s ease-in-out;
    line-height: 1.2;
    margin-bottom: .7em;
	letter-spacing: 0.025em;
}
.home .post-title a {
    font-size: 1.3em;
}
.post-title a span {
    border-bottom: 0 !important;
}
.post-title a span:hover {
    color: #faad34;
    border-bottom: 0;
}
.post .thb-post-bottom {
	padding-bottom: 15px;
}

/* Carousel */
.thb-carousel .product a {
    font-weight: 700;
	font-family: Nunito Sans, Helvetica, sans-serif;
}

/* Divider */
.wave-divider {
	background: url(https://ruffledblog.com/wp-content/themes/ruffled2019/assets/img/wave_divider_segment.png) repeat-x left center;
	color: transparent;
	background-size: 50px;
}
@media (max-width: 767.9px) {
	.wave-divider {
		background-size: 40px;
	}
}

/* Custom */
ul#menu-ryw-top-navigation-2 li {
    padding: 0 30px;
}
ul#menu-ryw-top-navigation-1 li {
    padding: 0 30px;
}
.thb-post-grid  .thb-post-bottom {
	display: none;
}

/* Woocommerce */
.woocommerce-message {
	background: #000;
}
.woocommerce-message .button.wc-forward {
	display: block;
	margin-right: 1em;
}