/*
Theme Name: NepalBuzz
Theme URI: https://catchthemes.com/themes/nepalbuzz/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: NepalBuzz, the WordPress Theme for Magazine and Blogs represents simplicity and clarity. NepalBuzz is completely responsive and minimalistic, all you need for magazine and blog websites. It is clean, super user-friendly and built using the HTML5 and CSS3 codes, it is so stress-free to maneuver around that your clients will be fully satisfied with your website’s utility. Take control of everything in your site, from placements to font colors. Its vast range of features make it adept to be used in almost any site. With NepalBuzz, create an individual online presence and build your clientele. NepalBuzz takes care of everything. This theme is translation ready. Check out Theme Instructions at https://catchthemes.com/theme-instructions/nepalbuzz/, Support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/nepalbuzz/
Version: 1.5.1
Requires at least: 5.6
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: nepalbuzz
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - FontAwesome
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Padding/Margin
 * 6.0 - Forms
 * 7.0 - Navigation
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Header Area
 * 12.0 - Header Bottom Area
 * 13.0 - Promotion Area
 * 14.0 - Featured Content Area
 * 15.0 - Content
 * 16.0 - Widgets
 * 17.0 - Comments
 * 18.0 - Media
 * 19.0 - Captions
 * 20.0 - Galleries
 * 21.0 - Footer
 * 22.0 - Extra Elements
 * 23.0 - Media Queries
 */


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - FontAwesome
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Padding/Margin
 * 6.0 - Forms
 * 7.0 - Navigation
 * 8.0 - Accessibility
 * 9.0 - Alignments
 * 10.0 - Clearings
 * 11.0 - Header Area
 * 12.0 - Header Bottom Area
 * 13.0 - Promotion Area
 * 14.0 - Featured Content Area
 * 15.0 - Content
 * 16.0 - Widgets
 * 17.0 - Comments
 * 18.0 - Media
 * 19.0 - Captions
 * 20.0 - Galleries
 * 21.0 - Footer
 * 22.0 - Extra Elements
 * 23.0 - Media Queries
 */


/**
 * 1.0 - Reset
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - FontAwesome
 */
.posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before,
.dropdown-toggle:after,
.menu-item-has-children a:after,
.page_item_has_children a:after,
.menu-toggle:before,
.wp-custom-header-video-button:before,
#search-toggle:before,
#scrollup:before,
.comment-list .reply a:before {
	display: inline-block;
  	font-family: "FontAwesome";
  	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-toggle:before,
.wp-custom-header-video-button:before,
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
    font-size: 18px;
    line-height: 1.25;
}

#menu-toggle-secondary:before {
	font-size: 20px;
}

.menu-toggle:before {
    content: "\f0c9";
}

.menu-toggle.toggled-on:before {
    content: "\f00d";
}

.wp-custom-header-video-button:before {
	content: "\f04b";
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: "\f04c";
}

#search-toggle:before {
    content: "\f002";
}

#scrollup:before {
	content: '\f106';
}

.entry-meta .posted-on a:before {
	content: "\f073";
}

.entry-meta .author a:before {
	content: "\f007";
}

.edit-link a:before {
	content: "\f040";
}

.cat-links span + a:before {
	content: "\f07c";
}

.tags-links span + a:before {
	content: "\f02b";
}

.entry-meta .comments-link a:before {
	content: "\f075";
}

.comment-list .reply a:before {
  content: "\f112";
}



/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
}

.site-main .entry-content h1,
.site-main .entry-content h2,
.site-main .entry-content h3,
.site-main .entry-content h4,
.site-main .entry-content h5,
.site-main .entry-content h6 {
	margin-bottom: 20px;
}

.site-main .type-page .entry-title {
	margin-bottom: 0;
}

#primary-menu,
#secondary-menu,
.nav-footer,
.menu-toggle,
.widget-area .ui-tabs-anchor {
	font-family: 'Oswald', sans-serif;
}

.ctdate {
	line-height: 34px;
}

#feature-slider .cycle-pager span {
    font-size: 56px;
    line-height: 22px;
}

#scrollup:before {
	font-size: 26px;
}

h1,
.entry-title,
.page-title,
#featured-content .entry-title {
	font-size: 26px;
}


h2,
.archive-post-wrap .entry-title,
.excerpt-image-left .archive-post-wrap .entry-title,
.sidebar.sidebar-header-bottom .widget-title,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.sidebar.sidebar-before-footer .widget-title {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4,
#promotion-message h2,
.sticky-label,
.comments-title,
#search-toggle {
	font-size: 20px;
}

h5,
.news-ticker-label,
.menu-label,
.nepalbuzz-nav-menu a {
	font-size: 18px;
}

.nepalbuzz-nav-menu ul a {
	font-size: 16px;
}

.sidebar .widget,
#supplementary .widget,
.main-pagination,
.page-links,
#breadcrumb-list .wrapper,
#secondary .widget-area,
.widget-area .hentry .entry-title,
#colophon .widget-area {
	font-size: 14px;
}


h6,
#site-generator,
.nav-footer .menu a {
    font-size: 13px;
}

.site-description,
.entry-meta,
.entry-meta span a:before,
.comment-metadata,
.comment-metadata a:before {
	font-size: 12px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.hentry {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background-color: #f6f6f6;
}

body.header-bg {
    padding-top: 81px;
}

.site {
	display: block;
	max-width: 100%;
	width: 100%;
}

.wrapper,
.slider-content-wrapper {
	width: 94%;
	margin: 0 auto;
}

a {
	color: #666;
	cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #cc2b3a;
	outline: none;
	text-decoration: none;
}

.site-main .entry-content a {
	color: #cc2b3a;
}

.site-main .entry-content a:hover,
.site-main .entry-content a:focus {
	color: #1a1a1a;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.widget ul {
	margin-left: 0;
}

.widget ul li {
    border-top: 1px solid #eee;
    margin-top: 6px;
    padding-top: 6px;
}

.widget ul li ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget ul li li a {
    padding-left: 1.5em;
}

.widget ul li li li a {
    padding-left: 2.5em;
}

.widget ul li li li li a {
    padding-left: 3.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 5px 0 20px 20px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 0;
}

table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-weight: bold;
	margin: 0 0 20px;
	width: 100%;
}

th {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	color: #666;
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

td {
	border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
	padding: 8px;
}

blockquote {
	position: relative;
}

blockquote:before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: absolute;
	top: -10px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.displayblock,
#heading,
#primary,
#secondary,
#comments {
	display: block;
}

.displaynone,
#feature-slider .cycle-slideshow .hentry.displaynone {
	display: none;
}

.sticky {
	display: block;
}

/**
 * 5.0 - Padding/Margin
 */

.site-main .entry-container,
.archive .page-header,
.search-results .page-header,
.widget {
	padding: 20px;
}

.site-footer .widget {
	padding: 15px;
}

.page-header {
	padding: 15px 15px 5px 15px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	padding: 5px 10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 20px;
}

.woocommerce-wrap,
.no-results,
.not-found,
#comments,
#nav-below,
.post-navigation {
	padding: 10px;
}

.site-content #infinite-handle {
	padding: 10px 0;
}

.sidebar.sidebar-after-posts-pages,
.sidebar.sidebar-before-posts-pages {
	padding: 0;
}

.sidebar.sidebar-before-footer {
	padding-left: 0;
	padding-right: 0;
}

.sidebar.sidebar-before-footer .widget {
	padding: 15px 0;
	text-align: center;
}

#promotion-message,
#promotion-message .wrapper,
#supplementary,
#main .woocommerce-wrap .products,
.sidebar-before-footer {
	padding-top: 15px;
}

#promotion-message,
#promotion-message .wrapper,
#supplementary,
#main .woocommerce-wrap .products,
.sidebar-before-footer {
	padding-bottom: 15px;
}

.archive-post-wrap {
	padding-bottom: 10px;
}

.entry-header {
	padding-bottom: 15px;
}

.site-content-contain #featured-content .widget,
.site-content-contain .entry-header .entry-meta {
	margin: 0;
}

.logo-left #site-header {
	padding-left: 15px;
}

.logo-right #site-header {
	padding-right: 15px;
}

#breadcrumb-list .wrapper {
    padding: 15px 0;
}

.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
	padding-bottom: 0;
}

#feature-slider .entry-title,
#promotion-message .widget,
.site-description,
#featured-content p,
.single-post .hentry,
.sidebar .widget:last-child,
#supplementary .widget,
.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
	margin-bottom: 15px;
}

.page-header .page-title {
	line-height: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.archive .page-header .page-title,
.search-results .page-header .page-title {
	padding: 0;
	border-bottom: 0;
}

.archive .taxonomy-description {
	margin-top: 15px;
}
.site-main .hentry,
.archive .page-header,
.search-results .page-header,
.widget {
	margin: 0 0 30px;
}

#main .post-navigation {
	margin: 0 0 10px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#promotion-message h2 {
	margin-bottom: 5px;
}

#promotion-message p,
.page-content,
.entry-content,
.entry-summary p {
	margin: 0;
}

#promotion-message .right .promotion-button {
	padding: 5px 15px;
}

#featured-content .featured-heading-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#featured-content .entry-content {
	margin-top: 0;
}

#featured-content .entry-container {
	margin-top: 20px;
}

p {
	margin-bottom: 20px;
}

.widget figure {
    margin-bottom: 15px;
}

#scrollup:before {
    margin-top: 5px;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
	margin-right: 10px;
}

blockquote {
	margin: 30px 20px;
}

#site-generator {
	padding: 20px 0;
}

.copyright {
	padding: 10px 0;
}

.entry-meta span a:before,
.comment-metadata a:before {
	margin-right: 3px;
}

#content {
	margin: 30px 0;
}

.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
	padding: 0 15px;
}

#site-header,
#site-logo,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap {
	padding: 15px 0;
}

#menu-toggle-header-right {
	margin: 20px 0;
}


/**
 * 6.0 - Forms
 */

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: #1a1a1a;
	box-shadow: none;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	text-transform: uppercase;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #cc2b3a;
	box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #cc2b3a;
	box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-color: #fbfbfb;
	color: #444;
	border: 1px solid #ccc;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	color: #1a1a1a;
	border: 1px solid #cc2b3a;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/**
 * 7.0 - Navigation
 */

#site-header-menu,
#site-secondary-menu {
	display: none;
}

#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
	display: block;
}

#primary-menu {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

#primary-menu .wrapper {
	width: auto;
}

.site .nepalbuzz-nav-menu {
	margin: 0;
}

.site .nepalbuzz-nav-menu li {
	list-style: none;
}

.nepalbuzz-nav-menu li {
	border-top: 1px solid #666;
	position: relative;
}

.nepalbuzz-nav-menu a {
	background-color: transparent;
	color: #ddd;
	display: block;
	line-height: 1.16;
	outline-offset: -1px;
	padding: 12px 15px;
	text-transform: uppercase;
}

.nepalbuzz-nav-menu a:hover,
.nepalbuzz-nav-menu a:focus {
	background-color: transparent;
	color: #cc2b3a;
}

.nepalbuzz-nav-menu .current-menu-item a,
.nepalbuzz-nav-menu .current-menu-ancestor a,
.nepalbuzz-nav-menu .current_page_item a,
.nepalbuzz-nav-menu .current_page_ancestor a {
	background-color: transparent;
	color: #cc2b3a;
}

.nepalbuzz-nav-menu .sub-menu a,
.nepalbuzz-nav-menu .children a {
	background-color: #000;
	color: #ddd;
	text-transform: none;
}

.nepalbuzz-nav-menu .sub-menu a:hover,
.nepalbuzz-nav-menu .sub-menu a:focus,
.nepalbuzz-nav-menu .children a:hover,
.nepalbuzz-nav-menu .childrena:focus {
    background-color: #000;
    color: #cc2b3a;
}

.nepalbuzz-nav-menu ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .nepalbuzz-nav-menu ul {
	display: block;
}

.nepalbuzz-nav-menu .toggled-on {
	display: block;
}

.nepalbuzz-nav-menu {
	border-bottom: 1px solid #666;
}

.nepalbuzz-nav-menu .menu-item-has-children > a,
.nepalbuzz-nav-menu .page_item_has_children > a {
	margin-right: 56px;
}

#secondary-menu {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#secondary-menu .nepalbuzz-nav-menu a {
	background-color: transparent;
	color: #1a1a1a;
}

#secondary-menu .nepalbuzz-nav-menu a:hover,
#secondary-menu .nepalbuzz-nav-menu a:focus {
    background-color: transparent;
    color: #cc2b3a;
}

#secondary-menu .nepalbuzz-nav-menu .current-menu-item a,
#secondary-menu .nepalbuzz-nav-menu .current-menu-ancestor a {
    background-color: transparent;
    color: #cc2b3a;
}

#secondary-menu .nepalbuzz-nav-menu .sub-menu a {
	background-color: #fff;
	color: #1a1a1a;
}

#secondary-menu .nepalbuzz-nav-menu .sub-menu a:hover,
#secondary-menu .nepalbuzz-nav-menu .sub-menu a:focus {
    background-color: #fff;
    color: #cc2b3a;
}

#secondary-menu .nepalbuzz-nav-menu,
#secondary-menu .nepalbuzz-nav-menu li,
#secondary-menu .dropdown-toggle:after {
	border-color:  #eee;
}

#site-generator .nav-footer {
	background-color: transparent;
}

#site-generator .nav-footer .wrapper {
    text-align: center;
    vertical-align: middle;
}

#site-generator .nepalbuzz-nav-menu a {
	background-color: transparent;
	color: #ccc;
	margin: 0;
	padding:  10px 15px;
}

#site-generator .nepalbuzz-nav-menu li {
	display: inline-block;
	float: none;
}

#site-generator .nepalbuzz-nav-menu .menu-item-has-children > a:after {
	display: none;
}

#site-generator .nepalbuzz-nav-menu .current-menu-item a,
#site-generator .nepalbuzz-nav-menu li a:hover,
#site-generator .nepalbuzz-nav-menu li a:focus {
	background-color: transparent;
    color: #cc2b3a;
}

#site-generator .nepalbuzz-nav-menu,
#site-generator .nepalbuzz-nav-menu li {
	border: 0;
}

.menu-toggle {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	padding: 5px 15px 6px;
}

.menu-label {
	display: none;
}

#menu-toggle-primary {
    background-color: #ddd;
    color: #1a1a1a;
}

#menu-toggle-secondary {
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #1a1a1a;
	display: block;
	width: 100%;
}

#menu-toggle-primary:hover,
#menu-toggle-primary:focus,
#menu-toggle-secondary:hover,
#menu-toggle-secondary:focus,
#menu-toggle-primary.toggled-on,
#menu-toggle-secondary.toggled-on {
	background-color: #cc2b3a;
	color: #fff;
}

#site-header-menu.toggled-on {
	border-top: none;
	margin-bottom: 20px;
	text-align: left;
}

#site-header-menu.toggled-on {
	background-color: #000;
}

#site-secondary-menu.toggled-on {
	background-color: #fff;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #ddd;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 56px;
}

.sub-menu .dropdown-toggle {
	height: 45px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f107";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 56px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #cc2b3a;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f106";
}

#secondary-menu .dropdown-toggle {
	color: #1a1a1a;
}

#secondary-menu .dropdown-toggle:hover,
#secondary-menu .dropdown-toggle:focus {
	background-color: transparent;
	color: #cc2b3a;
}

/* Menu Search */
#search-toggle {
	display: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
    height: 81px;
	line-height: 74px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
}

#search-toggle:hover,
#search-toggle:focus {
	background-color: transparent;
    color: #cc2b3a;
}

#search-container {
    top: 0;
    clear: both;
    right: 42px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.nav-primary .search-submit {
	display: none;
}

.nav-primary .search-form {
    padding: 22px 4px;
}

.nav-primary .search-field {
	border-color: #eee;
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	width:  100%;
}

.nav-primary .search-field:focus {
	border-color: #666;
	color: #000;
}

.ctdate {
	display: inline-block;
	float: left;
	padding-right: 0.875em;
}

/* Pagination/Infiniate Scroll */
.site-main .comment-navigation,
.site-main .paging-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.post-navigation span {
	display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#main .comment-navigation,
#main .posts-navigation,
#main .post-navigation {
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-next .nav-next {
	width: 100%;
}

.posts-navigation .nav-links a,
.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots,
.site-main #infinite-handle span button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.site-main .page-links a,
.site-main .page-links span {
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
    color: #fff;
    display: inline-block;
	text-transform: uppercase;
}

.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots {
    padding: 5px 12px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 2px;
    padding: 8px 12px;
}

.posts-navigation .nav-links a,
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
	padding: 10px 20px;
}

.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.site-main .page-links span,
.site-main .page-links a:hover,
.site-main .page-links a:focus,
.site-main .page-links a:hover span,
.site-main .page-links a:focus span {
	background-color: #cc2b3a;
	border: 1px solid #cc2b3a;
	color: #fff;
}

.site-main .page-links a span,
.site-main .page-links a:hover span {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.page-links span.pages {
	border: none;
	background-color: transparent;
	color: #1a1a1a;
	padding-left: 0;
}

/* Infinite Scroll */
.site-content #infinite-handle span {
    background-color: transparent;
    font-size: inherit;
    padding: 0;
}

.site-main #infinite-handle span button {
	display: block;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.pagination .nav-links {
	text-align: center;
}

.page-links a,
.page-links span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    padding: 5px 12px;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

.main-pagination,
.site-content .sidebar {
	margin: 30px 0;
}

.site-content .sidebar-primary {
	margin-top: 0;
}
.woocommerce-pagination {
	padding-top: 15px;
}


/**
 * 8.0 - Accessibility
 */

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f6f7f7;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #1b8be0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/**
 * 9.0 - Alignments
 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/**
 * 10.0 - Clearings
 */

.clear:after,
.clearfix:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.nepalbuzz-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
.article-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
.sidebar:after,
.ui-tabs-panel:after,
#site-generator:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}


/**
 * 11.0 - Header Area
 */

#masthead {
	position: relative;
}

#header-top {
	background: #000;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	color: #ddd;
	top: 0;
	display: block;
	left: 0;
	padding-top: 0;
	position: fixed;
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
	width: 100%;
	z-index: 150;
}

#header-top.fullheight {
	bottom: 0;
	overflow-y: scroll;
}

body.header-bg #header-top,
#header-top.sticky  {
	background: #000;
	background: rgba(0, 0, 0, 1);
}

.admin-bar #header-top {
	top: 46px;
}

.admin-bar #header-top.sticky {
	top: 0;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	display: block;
	width: 100%;
	text-align: center;
}

.site-branding {
	margin-right: auto;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-align: left;
	width: auto;
}

#site-logo,
#site-header {
	display: inline-block;
	float: left;
	text-align: left;
}

#site-logo a {
    display: block;
}

#site-header.logo-enable.logo-left {
    padding-left: 10px;
}

#site-header.logo-enable.logo-right {
    padding-right: 10px;
}

.site-title {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #cc2b3a;
}

.site-title a:hover,
.site-title a:focus {
	color: #fff;
	text-decoration: none;
}

.site-description {
    color: #ddd;
    font-family: 'Merriweather', serif;
    font-style: italic;
    line-height: 1.2;
    margin-top: 6px;
}

#masthead .search-field {
	font-size: 14px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color:#888;
}

#masthead .search-field:focus {
	color: #1a1a1a;
}

/* Custom Header */
.custom-header {
	overflow: hidden;
	padding-top: 81px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.custom-header-media .wp-custom-header-video-button {
	display: none;
}

.custom-header-media img {
	display: none;
}

.custom-header .custom-header-media video,
.custom-header .custom-header-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.custom-header .custom-header-media video,
	.custom-header .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}


.custom-header-content {
	display: block;
	margin: 0 auto;
	max-width: 900px;
	padding: 60px 20px;
	position: relative;
	text-align: center;
}

.custom-header-content .entry-title {
    font-size: 28px;
    margin-bottom: 0;
}

.custom-header-content .entry-title,
.custom-header-content .entry-title a {
	color: #fff;
}

.custom-header-content .entry-content {
	font-size: 16px;
}

.custom-header-content .entry-content .readmore {
	clear: both;
	display: block;
}

.custom-header-content,
.custom-header-content .entry-title,
.custom-header-content .entry-title a,
.custom-header-content .more-button a,
#feature-slider,
#feature-slider .entry-title a,
#feature-slider .more-button a {
	color: #fff;
}

.custom-header-content .entry-title:hover,
.custom-header-content .entry-title:focus,
#feature-slider .entry-title a:hover,
#feature-slider .entry-title a:focus {
	color: #ef0040;
}

.custom-header-content .more-button a,
#feature-slider .more-button a {
	border-color: #fff;
}

.custom-header-content .more-button a:hover,
.custom-header-content .more-button a:focus,
#feature-slider .more-button a:hover,
#feature-slider .more-button a:focus {
	border-color: #ef0040;
	color: #ef0040;
}

.custom-header-media .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: transparent;
	border: 1px solid rgba( 255, 255, 255, 0.5 );
	color: #ddd;
	font-size: 24px;
	font-size: 1.5rem;
	overflow: hidden;
	padding: 7px 15px;
	position: absolute;
	top: 116px;
	left: 48%;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	z-index: 100;
}

.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus {
	background-color: #222;
	color: #fff;
}

/* Featured Slider */

#feature-slider {
	clear: both;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#feature-slider .wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#feature-slider .cycle-slideshow {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#feature-slider .hentry {
	height: 100%;
	width: 100%;
}

.slider-image-wrapper {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.slider-image-thumbnail,
#per-slide-template .thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}

.slider-image-thumbnail {
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.slider-content-wrapper {
	display: table;
	height: 100%;
	position: relative;
	padding-top: 81px;
}

#feature-slider .entry-container {
	display: table-cell;
	padding: 60px 20px;
	vertical-align: middle;
}

#feature-slider .entry-header,
#feature-slider .entry-summary {
	max-width: 600px;
}

#feature-slider .entry-summary {
	display: none;
}

#feature-slider .entry-meta {
	display: none;
	margin-bottom: 5px;
}

#feature-slider .entry-summary p {
	margin: 0;
}

#feature-slider .entry-meta a {
	color: #ddd;
}

#feature-slider .entry-meta a:hover,
#feature-slider .entry-meta a:focus {
	color: #ef0040;
}

#per-slide-template {
    display: table;
	position: relative;
	text-align: center;
	width: 100%;
}

#per-slide-template .thumbnail {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#per-slide-template .title {
	display: block;
    padding: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 1.23;
}

#per-slide-template a {
	color: #fff;
}

#per-slide-template a:hover,
#per-slide-template a:focus {
	color: #fff;
}

#per-slide-template.slide-numbers-1 {
    display: none;
}


/**
 * 12.0 - Header Bottom Area
 */

.sidebar-header-bottom {
	background-color: #fff;
	color: #1a1a1a;
	padding: 15px 0;
	position: relative;
}

.sidebar-header-bottom .widget {
	background-color: transparent;
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 15px 0;
	margin-bottom: 0;
	text-align: center;
}

.sidebar.sidebar-header-bottom .widget-title {
	color: #1a1a1a;
}

.sidebar-header-bottom a {
    color: #666;
}

.sidebar-header-bottom a:hover,
.sidebar-header-bottom a:focus {
    color: #cc2b3a;
}

.sidebar-header-bottom .widget table {
	margin-bottom: 0;
}

/**
 * 13.0 - Promotion Area
 */

#promotion-message {
    background-color: #1a1a1a;
    color: #ddd;
    text-align: center;
}

#promotion-message h2 {
	color: #fff;
}

#promotion-message .widget {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

#promotion-message a {
	color: #cc2b3a;
}

#promotion-message a:hover,
#promotion-message a:focus {
	color: #fff;
}

#promotion-message .right .promotion-button {
    background-color: #ddd;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #1a1a1a;
	display: inline-block;
}

#promotion-message .right .promotion-button:hover,
#promotion-message .right .promotion-button:focus {
	background-color: #cc2b3a;
	color: #fff;
	text-decoration: none;
}


/**
 * 14.0 - Featured Content Area
 */

#featured-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

#feature-heading {
    border-bottom: 1px solid #eee;
}

#featured-content .widget {
	background-color: #fff;
    border-color: #cc2b3a;
	padding: 10px;
}

#featured-content .featured-content-image {
	display: block;
}

#featured-content .featured-content-image img {
	width: 100%;
}

#featured-content .hentry {
	border: none;
	float: left;
	padding: 10px;
}

#featured-content .entry-header {
	padding: 0;
}

#featured-content .featured-heading-wrap .entry-title {
	color: #1a1a1a;
}

#featured-content .featured-heading-wrap {
	color: #1a1a1a;
}

#featured-content .entry-title,
#featured-content .entry-title a {
	color: #1a1a1a;
}

#featured-content .entry-title a:hover,
#featured-content .entry-title a:focus {
	color: #cc2b3a;
}


/**
 * 15.0 - Content
 */

.site-content-contain {
	position: relative;
}

.site-content .wrapper {
    background-color: #f6f7f7;
}

.content-area {
	float: left;
	max-width: 100%;
	width: 100%;
}

.site-main,
.sidebar-primary,
.sidebar-secondary {
	width: 100%;
}

.sidebar-primary,
.sidebar-secondary {
	clear: both;
}

.sidebar-primary .widget,
.sidebar-secondary .widget {
	width: 100%;
}

.site-main .hentry,
.archive .page-header,
.search-results .page-header,
.widget {
	background-color: #fff;
	border-top: 2px solid #cc2b3a;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
	box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}

.widget .widget-title {
	color: #1a1a1a;
}

.archive-post-wrap,
.products,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap,
.page-header .page-title {
    border-bottom: 1px solid #eee;
}

.page-title,
.entry-title,
.entry-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.entry-meta,
.entry-meta a {
    color: #888;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
	color: #cc2b3a;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.archive-post-wrap .entry-footer {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* Two Columns Layout */
.layout-two-columns .site-main {
	width: 100%;
}

/* Three Columns ( Primary Sidebar, Secondary Sidebar, Content ) */
/* Two Columns (Content Right, Left Sidebar) */
.content-right .content-area {
	float: right;
}

.content-right .sidebar-primary {
	float: left;
}

/* No Sidebar ( Content Width ) */
.layout-one-column .content-area {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
}

.layout-one-column .site-main {
	width: 100%;
}

.layout-one-column .site-main .entry-container {
	padding: 30px 40px;
}

.layout-one-column .entry-header {
	padding-bottom: 30px;
}

.layout-one-column .site-main .entry-content h1,
.layout-one-column .site-main .entry-content h2,
.layout-one-column .site-main .entry-content h3,
.layout-one-column .site-main .entry-content h4,
.layout-one-column .site-main .entry-content h5,
.layout-one-column .site-main .entry-content h6,
.layout-one-column .site-main p,
.layout-one-column .site-main table,
.layout-one-column .site-main dd,
.layout-one-column .site-main .entry-content ol,
.layout-one-column .site-main .entry-content ul,
.layout-one-column .site-main pre {
    margin-bottom: 30px;
}

/* No Sidebar ( Full Width ) */
.layout-one-column.full-width .content-area,
.layout-one-column.full-width .site-main {
	max-width: 100%;
    width: 100%;
}

/* Layout Options with Featured Image on Left */
.has-post-thumbnail .archive-post-wrap .featured-image,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .featured-image {
	display: block;
    width: 100%;
}

.has-post-thumbnail .archive-post-wrap img {
	width: 100%;
}

.has-post-thumbnail .archive-post-wrap .featured-image,
.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .featured-image,
.ctfeaturedpostpageimage .entry-container {
    float: none;
}

.has-post-thumbnail .archive-post-wrap .entry-container,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .entry-container {
	display: block;
    width: 100%;
}

.hentry.sticky {
	position: relative;
}

.hentry .sticky-label {
	display: none;
}

.hentry.sticky .sticky-label {
    background-color: #cc2b3a;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.excerpt-image-left .hentry.sticky .sticky-label {
	font-size: 10px;
	padding: 3px 10px;
}

.hentry.sticky.has-post-thumbnail .sticky-label {
    position: absolute;
    top: 0;
    right: 0;
}


/**
 * 16.0 - Widgets
 */

.widget-area .widget-title {
	margin-bottom: 1em;
}

.widget-area .widget-title,
.sidebar .ui-tabs-anchor {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-field {
	width: 100%;
}

/* Calender widget */
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
}

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	font-weight: normal;
	text-align: center;
}

.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar th {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.widget_calendar #wp-calendar tfoot td {
	background: #f2f2f2;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.widget_calendar #wp-calendar #today {
	background-color: #cc2b3a;
	color: #fff;
}

/* Widget Columns */

.widget-area .hentry {
	display: block;
	float: left;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
}

.widget-area ul.columns,
.widget-area .hentry:nth-last-of-type(1) {
	margin-bottom: 0;
}

.widget-area .two-columns .hentry {
	margin-left: 4%;
	width: 48%;
}

.widget-area .three-columns .hentry {
	margin-left: 4%;
    width: 30.66%;
}

.widget-area .four-columns .hentry {
	margin-left: 4%;
	width: 22%;
}

.widget-area .five-columns .hentry {
	margin-left: 4%;
	width: 16.8%;
}

.widget-area .six-columns .hentry {
	margin-left: 4%;
	width: 13.33%;
}

.widget-area .seven-columns .hentry {
	margin-left: 4%;
	width: 10.85%;
}

.widget-area .eight-columns .hentry {
	margin-left: 4%;
	width: 9%;
}

.widget-area .two-columns .hentry:nth-child(2n+1),
.widget-area .three-columns .hentry:nth-child(3n+1),
.widget-area .four-columns .hentry:nth-child(4n+1),
.widget-area .five-columns .hentry:nth-child(5n+1),
.widget-area .six-columns .hentry:nth-child(6n+1),
.widget-area .seven-columns .hentry:nth-child(7n+1),
.widget-area .eight-columns .hentry:nth-child(8n+1) {
    clear: both;
    margin-left: 0;
}

.widget-area .featured-image {
	margin-top: 0;
	margin-bottom: 1em;
}

.widget-area .left .featured-image,
.widget-area .right .featured-image {
	margin: 0;
	width: 25%;
}

.widget-area .left .featured-image {
	float: left;
}

.widget-area .right .featured-image {
	float: right;
}

.widget-area .center .featured-image {
	text-align: center;
}

.widget-area .left .entry-container,
.widget-area .right .entry-container {
    width: 75%;
}

.widget-area .left .entry-container {
    padding-left: 1em;
    float: right;
}

.widget-area .right .entry-container {
    padding-right: 1em;
    float: left;
}

.widget-area .hentry .entry-title {
    font-family: 'Merriweather', serif;
    margin-bottom: 0.3125em;
}

.widget-area .hentry .entry-meta {
    font-size: 12px;
    font-size: 0.75em;
    margin-bottom: 0;
}

.widget-area .no-featured-image .entry-container {
	float: none;
	padding: 0;
	width: 100%;
}

.widget-area .gallery {
	margin: 0;
}

/* Tabbed Widget */
.ct-tabbed-featured-posts.widget,
.ct-tabbed-featured-posts .ui-tabs {
	border: none;
	padding: 0;
}

.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav {
	display: table;
	width: 100%;
}

.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav li {
	display: table-cell;
	float: none;
	margin: 0;
	vertical-align: middle;
	width: 50%;
	white-space: inherit;
}

.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav li a {
	max-width: 100%;
	padding: 15px 20px 13px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.ct-tabbed-featured-posts .ui-tabs .ui-tabs-panel {
	background-color: transparent;
	border-top: 2px solid #cc2b3a;
}

.ct-tabbed-featured-posts .ui-widget-header .ui-state-default {
	background-color: transparent;
	border: none;
    color: #1a1a1a;
}

.ct-tabbed-featured-posts .ui-widget-header .ui-state-active {
    background-color: #cc2b3a;
    border: none;
    color: #fff;
}

.ct-tabbed-featured-posts .ui-widget-header .ui-state-active a {
	color: #fff;
}

.site-footer .ct-tabbed-featured-posts .ui-widget-header .ui-state-active {
    background-color: #333;
}

.site-footer .ct-tabbed-featured-posts .ui-tabs .ui-tabs-panel {
	border-color: #333;
}

.site-footer .ct-tabbed-featured-posts.widget {
	padding: 20px;
}

.site-footer .widget-area .ui-tabs-anchor {
	text-transform: uppercase;
	color: #fff;
}

/* Tag Cloud Widget */
.cttagcloud .ct-tag-cloud-wrap.default a {
	padding: 5px;
}

.cttagcloud .ct-tag-cloud-wrap.box a,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
    background-color: #f3f3f3;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.site-footer .cttagcloud .ct-tag-cloud-wrap.box a,
.site-footer .cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
    background-color: #333;
}

.cttagcloud .ct-tag-cloud-wrap.box a:hover,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a:hover {
	background-color: #cc2b3a;
	color: #fff;
}

.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* Newsletter Widget */
.ctnewsletter .ct-newsletter-wrap input {
	margin-bottom: 1em;
	max-width: 860px;
	width: 100%;
}

/* Image and Menu Widget */
.ctimagemenuwidget .menu {
	text-align: center;
}

.ctimagemenuwidget .menu li {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    border: none;
}

.ctimagemenuwidget .featured-image.aligncenter {
	text-align: center;
}

/* Gallery Widgets */
.ctgallerypostpageimage .hentry {
	position: relative;
}

.ctgallerypostpageimage .hentry .featured-image {
	margin: 0;
}

.ctgallerypostpageimage .hentry .entry-container {
	background: #303030;
	background: rgba(48,48,48,0.9);
	padding: 10px 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: normal;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
}

.ctgallerypostpageimage .hentry .entry-container>.vcenter {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-55%) scale(1.2);
    -ms-transform: translateY(-55%) scale(1.2);
    transform: translateY(-55%) scale(1.2);
    -webkit-transition: all .2s 0 linear;
    -moz-transition: all .2s 0 linear;
    -ms-transition: all .2s 0 linear;
    -o-transition: all .2s 0 linear;
    transition: all .2s 0 linear;
}

#featured-grid-content .grid-box:hover .caption>.vcenter {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.ctgallerypostpageimage .hentry:hover .entry-container {
    box-shadow: inset 0 0 50px 0 rgba(0,0,0,.1);
    opacity: 1;
}

.ctgallerypostpageimage .hentry .entry-container,
.ctgallerypostpageimage .entry-title,
.ctgallerypostpageimage .entry-title a {
	color: #fff;
}

.ctgallerypostpageimage .entry-title a:hover {
	color: #cc2b3a;
}

.ctgallerypostpageimage .fa {
    background-color: #fff;
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    color: #222;
    font-size: 20px;
    height: 20px;
    margin-top: 5px;
    padding: 2px 4px;
    width: 20px;
}

.ctgallerypostpageimage .fa:hover {
	background-color: #cc2b3a;
	color: #fff;
}

.ctinstagram .fa-instagram:before {
	margin-right: 3px;
}


/**
 * 17.0 - Comments
 */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond form label {
	display: block;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-body {
    border-bottom: 4px double #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment-body .comment-meta {
	margin-bottom:  20px;
}

.comment-body .comment-author img {
    float: left;
    margin-right: 10px;
    padding: 0;
}

.comment-list {
  margin-left: 0;
}

ol.comment-list,
.comment-list ol.children {
  list-style: none;
}

.comment-metadata .edit-link {
	margin-left: 10px;
}

.site-main .comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	margin-top: 14px;
}

.comment-list .reply a,
.comment-list .reply a:before {
  font-size: 12px;
}

.comment-list .reply a:before {
	margin-right: 3px;
}


/**
 * 18.0 - Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/**
 * 19.0 - Captions
 */

caption {
	font-weight: bold;
}

.wp-caption {
	background-color:  #f3f3f3;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 5px 5px 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 8px 0;
}


/**
 * 20.0 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 14px;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.two-columns .hentry,
#featured-content.layout-two .hentry,
#supplementary.two .widget-area,
.four-columns .hentry,
#featured-content.layout-four .hentry,
#supplementary.four .widget-area,
.six-columns .hentry,
.eight-columns .hentry {
	width: 100%;
}

.three-columns .hentry,
#featured-content.layout-three .hentry,
#supplementary.three .widget-area {
	max-width: 100%;
}

.five-columns .hentry {
	max-width: 100%;
}

.seven-columns .hentry {
	max-width: 100%;
}



/**
 * 21.0 - Footer
 */

.site-footer {
	background-color: #1a1a1a;
	color: #aaa;
}

.site-footer .widget  {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.site-footer .widget-title,
.site-footer .widget-title a {
	color: #fff;
}

.site-footer .entry-title,
.site-footer .entry-title a,
.site-footer a {
	color: #ccc;
}

.site-footer .widget ul li {
	border-color: #333;
	text-align: left;
}


.site-footer a:hover,
.site-footer a:focus,
.site-footer .widget-title a:hover,
.site-footer .widget-title a:focus,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus {
	color: #cc2b3a;
	text-decoration: none;
}

#supplementary .widget-area {
	float: left;
	width: 100%;
}

#supplementary.one .widget-area {
	text-align: center;
}

#site-generator {
	background-color: #000;
	color: #aaa;
    text-align: center;
}

#site-generator a {
	color: #ccc;
}

#site-generator a:hover,
#site-generator a:focus {
	color: #cc2b3a;
}

.copyright a {
	font-weight: bold;
}


/**
 * 22.0 - Extra Elements
 */

/* nepalbuzz Scrollup */
#scrollup {
    background-color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    bottom: 20px;
	right: 20px;
    text-align: center;
	text-decoration: none;
    width: 40px;
    z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
	background-color: #cc2b3a;
    color: #fff;
    text-decoration: none;
}

/* nepalbuzz breadcrumb */
#breadcrumb-list {
	background-color: #fff;
	text-align: center;
}

#breadcrumb-list span {
	background-color: transparent;
	border: 1px solid #eee;
    color: #666;
	display: inline-block;
   	font-style: italic;
   	margin-left: -1px;
}

#breadcrumb-list span.sep {
       float: right;
       margin-left: 0;
       padding: 0 0 0 5px;
}

#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
       border: none;
}

#breadcrumb-list a,
#breadcrumb-list a span {
	color: #cc2b3a;
	display: inline-block;
	padding: 5px 10px 3px;
}

#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
	color: #1a1a1a;
	text-decoration: none;
}

#breadcrumb-list .breadcrumb-current {
	background-color: #f6f7f7;
	padding: 5px 10px 3px;
}

/* More Link */
.more-button {
	clear: both;
	display: block;
	margin-top: 15px;
}

.more-button a {
    border-bottom: 1px solid #666;
    color: #666;
    margin-bottom: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-button a:hover,
.more-button a:focus {
	color: #cc2b3a;
	border-color: #cc2b3a;
}

/* Social Icons */
.ct-social-widget .social-icons a {
	box-sizing: border-box;
    -webkit-box-sizing: border-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    border-box;
	font-size: 21px;
	line-height: 1.2;
    margin: 0 10px 10px 0;
    padding: 8px 10px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.ct-social-widget .social-icons a:hover,
.ct-social-widget .social-icons a:focus {
    text-decoration: none;
    color: #fff;
}

.ct-social-widget .social-icons a.fa-facebook:hover,
.ct-social-widget .social-icons a.fa-facebook:focus {
	background-color: #3b5998;
	border-color: #3b5998;
}

.site .widget_nepalbuzz_social_icons a.fa-twitter:hover,
.site .widget_nepalbuzz_social_icons a.fa-twitter:focus {
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.site .widget_nepalbuzz_social_icons a.fa-google-plus:hover,
.site .widget_nepalbuzz_social_icons a.fa-google-plus:focus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.site .widget_nepalbuzz_social_icons a.fa-envelope:hover,
.site .widget_nepalbuzz_social_icons a.fa-envelope:focus {
	background-color: #1d62f0;
	border-color: #1d62f0;
}

.site .widget_nepalbuzz_social_icons a.fa-feed:hover,
.site .widget_nepalbuzz_social_icons a.fa-feed:focus {
	background-color: #dc622c;
	border-color: #dc622c;
}

.site .widget_nepalbuzz_social_icons a.fa-wordpress:hover,
.site .widget_nepalbuzz_social_icons a.fa-wordpress:focus {
	background-color: #21759b;
	border-color: #21759b;
}

.site .widget_nepalbuzz_social_icons a.fa-github:hover,
.site .widget_nepalbuzz_social_icons a.fa-github:focus {
	background-color: #333;
	border-color: #333;
}

.site .widget_nepalbuzz_social_icons a.fa-linkedin:hover,
.site .widget_nepalbuzz_social_icons a.fa-linkedin:focus {
	background-color: #0077b5;
	border-color: #0077b5;
}

.site .widget_nepalbuzz_social_icons a.fa-pinterest:hover,
.site .widget_nepalbuzz_social_icons a.fa-pinterest:focus {
	background-color: #bd081c;
	border-color: #bd081c;
}

.site .widget_nepalbuzz_social_icons a.fa-flickr:hover,
.site .widget_nepalbuzz_social_icons a.fa-flickr:focus {
	background-color: #ff0084;
	border-color: #ff0084;
}

.site .widget_nepalbuzz_social_icons a.fa-vimeo:hover,
.site .widget_nepalbuzz_social_icons a.fa-vimeo:focus {
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}

.site .widget_nepalbuzz_social_icons a.fa-youtube:hover,
.site .widget_nepalbuzz_social_icons a.fa-youtube:focus {
	background-color: #cd201f;
	border-color: #cd201f;
}

.site .widget_nepalbuzz_social_icons a.fa-tumblr:hover,
.site .widget_nepalbuzz_social_icons a.fa-tumblr:focus {
	background-color: #35465c;
	border-color: #35465c;
}

.site .widget_nepalbuzz_social_icons a.fa-instagram:hover,
.site .widget_nepalbuzz_social_icons a.fa-instagram:focus {
	background-color: #c13584;
	border-color: #c13584;
}

.site .widget_nepalbuzz_social_icons a.fa-codepen:hover,
.site .widget_nepalbuzz_social_icons a.fa-codepen:focus {
	background-color: #000;
	border-color: #000;
}

.site .widget_nepalbuzz_social_icons a.fa-xing:hover,
.site .widget_nepalbuzz_social_icons a.fa-xing:focus {
	background-color: #cfdc00;
	border-color: #cfdc00;
}

.site .widget_nepalbuzz_social_icons a.fa-dribbble:hover,
.site .widget_nepalbuzz_social_icons a.fa-dribbble:focus {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.site .widget_nepalbuzz_social_icons a.fa-skype:hover,
.site .widget_nepalbuzz_social_icons a.fa-skype:focus {
	background-color: #00aff0;
	border-color: #00aff0;
}

.site .widget_nepalbuzz_social_icons a.fa-digg:hover,
.site .widget_nepalbuzz_social_icons a.fa-digg:focus {
	background-color: #005be2;
	border-color: #005be2;
}

.site .widget_nepalbuzz_social_icons a.fa-reddit:hover,
.site .widget_nepalbuzz_social_icons a.fa-reddit:focus {
	background-color: #ff4500;
	border-color: #ff4500;
}

.site .widget_nepalbuzz_social_icons a.fa-stumbleupon:hover,
.site .widget_nepalbuzz_social_icons a.fa-stumbleupon:focus {
	background-color: #eb4924;
	border-color: #eb4924;
}

.site .widget_nepalbuzz_social_icons a.fa-get-pocket:hover,
.site .widget_nepalbuzz_social_icons a.fa-get-pocket:focus {
	background-color: #ef4056;
	border-color: #ef4056;
}

.site .widget_nepalbuzz_social_icons a.fa-dropbox:hover,
.site .widget_nepalbuzz_social_icons a.fa-dropbox:focus {
	background-color: #007ee5;
	border-color: #007ee5;
}

.site .widget_nepalbuzz_social_icons a.fa-spotify:hover,
.site .widget_nepalbuzz_social_icons a.fa-spotify:focus {
	background-color: #2ebd59;
	border-color: #2ebd59;
}

.site .widget_nepalbuzz_social_icons a.fa-vk:hover,
.site .widget_nepalbuzz_social_icons a.fa-vk:focus {
	background-color: #45668e;
	border-color: #45668e;
}

.site .widget_nepalbuzz_social_icons a.fa-foursquare:hover,
.site .widget_nepalbuzz_social_icons a.fa-foursquare:focus {
	background-color: #f94877;
	border-color: #f94877;
}

.site .widget_nepalbuzz_social_icons a.fa-twitch:hover,
.site .widget_nepalbuzz_social_icons a.fa-twitch:focus {
	background-color: #6441a5;
	border-color: #6441a5;
}

.site .widget_nepalbuzz_social_icons a.fa-cloud:hover,
.site .widget_nepalbuzz_social_icons a.fa-cloud:focus {
	background-color: #00aced;
	border-color: #00aced;
}

.site .widget_nepalbuzz_social_icons a.fa-globe:hover,
.site .widget_nepalbuzz_social_icons a.fa-globe:focus {
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.site .widget_nepalbuzz_social_icons a.fa-shopping-cart:hover,
.site .widget_nepalbuzz_social_icons a.fa-mobile-phone:hover,
.site .widget_nepalbuzz_social_icons a.fa-phone:hover,
.site .widget_nepalbuzz_social_icons a.fa-shopping-cart:focus,
.site .widget_nepalbuzz_social_icons a.fa-mobile-phone:focus,
.site .widget_nepalbuzz_social_icons a.fa-phone:focus {
	background-color: #42b41e;
	border-color: #42b41e;
}

.site .widget_nepalbuzz_social_icons a.fa-link:hover,
.site .widget_nepalbuzz_social_icons a.fa-link:focus {
	background-color: #2e6da4;
	border-color: #2e6da4;
}

.site .widget_nepalbuzz_social_icons a.custom-icon {
	border: none;
	background: transparent;
	padding: 0;
}

.site .widget_nepalbuzz_social_icons .icon-hover,
.site .widget_nepalbuzz_social_icons .has-hover:hover .icon-static {
	display: none;
}

.site .widget_nepalbuzz_social_icons .has-hover:hover .icon-hover {
	display: inline-block;
	text-decoration: none;
	border: none;
}

/* WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}

/* New Ticker */
#news-ticker {
    background-color: #000;
    border-bottom: 1px solid #444;
}

.news-ticker-above-content #news-ticker .wrapper {
	background-color: #1a1a1a;
    border: 1px solid #444;
    padding: 0 30px;
}

.news-ticker-label {
    border-bottom: 1px solid #444;
    color: #cc2b3a;
    display: inline-block;
    float: left;
    font-weight: 300;
    margin: 0;
    padding: 12px 0;
}

.new-ticket-content {
    display: inline-block;
    float: left;
    padding: 12px 0;
    width: 100%;
}

.news-ticker-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.news-ticker-title,
.news-ticker-title a {
	color: #ddd;
}

.news-ticker-title a:hover,
.news-ticker-title a:focus {
	color: #cc2b3a;
}

/* Jetpack Related Posts */
.site-main div.sharedaddy h3.sd-title,
.site-main #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 16px;
}

.site-main #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 16px;
	margin: 7px 0;
}

.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: bold;
	color: #1a1a1a;
}

.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus {
	color: #cc2b3a;
	text-decoration: none;
}

.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	color: #888;
	font-size: 12px;
	opacity: 1;
}


/**
 * 23.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

	.menu-label {
		display: inline-block;
		margin-left: 6px;
	}

	.two-columns .hentry,
	.three-columns .hentry,
	.four-columns .hentry,
	#featured-content.layout-two .hentry,
	#featured-content.layout-three .hentry,
	#featured-content.layout-four .hentry,
	#supplementary.three .widget-area,
	#supplementary.two .widget-area,
	#supplementary.four .widget-area {
	    width: 50%;
	}

	.five-columns .hentry {
		width: 20%;
	}

	.six-columns .hentry {
		width: 16.66%;
	}

	.seven-columns .hentry {
		width: 14.28%;
	}

	.eight-columns .hentry {
		width: 12.5%;
	}

	.nine-columns .hentry {
		width: 11.11%;
	}

	.nine-columns .hentry:nth-child(9n+1),
	.eight-columns .hentry:nth-child(8n+1),
	.seven-columns .hentry:nth-child(7n+1),
	.six-columns .hentry:nth-child(6n+1),
	.five-columns .hentry:nth-child(5n+1),
	.four-columns .hentry:nth-child(2n+1),
	.three-columns .hentry:nth-child(2n+1),
	.two-columns .hentry:nth-child(2n+1),
	#featured-content.layout-two .hentry:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	#featured-content.layout-three .hentry:nth-child(2n+1),
	#featured-content.layout-two .hentry:nth-child(2n+1),
	#supplementary.two .widget-area:nth-child(2n+1),
	#supplementary.four .widget-area:nth-child(2n+1),
	#supplementary.three .widget-area:nth-child(2n+1) {
		clear: both;
	}

	/* Layout Options with Featured Image on Left */
	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image {
		display: inline;
		padding: 20px;
	    width: 45%;
	}

	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
		display: inline;
		padding-left: 10px;
	    width: 55%;
	}

	.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .featured-image,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .featured-image,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .featured-image,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .featured-image {
		display: inline;
	    width: 38%;
	}

	.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
	.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
	    width: 20%;
	}

	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
	.ctfeaturedpostpageimage .left .featured-image,
	.ctfeaturedpostpageimage .right .entry-container {
	    float: left;
	}

	.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
	.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.ctfeaturedpostpageimage .right .featured-image,
	.ctfeaturedpostpageimage .left .entry-container {
		float: right;
	}

	.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .entry-container,
	.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .entry-container,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .entry-container,
	.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .entry-container {
		display: inline;
		padding-left: 30px;
	    width: 62%;
	}

	.full-width .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
	.full-width .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
	    width: 79%;
	}

	.sidebar-primary .widget,
	.sidebar-secondary .widget {
		width: 48.5%;
		float: left;
	}

	.sidebar-primary .widget:nth-child(2n+1),
	.sidebar-secondary .widget:nth-child(2n+1) {
		clear: both;
		margin-right: 3%;
	}

	.custom-header-content {
		padding: 80px 20px;
	}

	#feature-slider .entry-container {
		padding: 80px 0;
	}

	#feature-slider .entry-summary {
		display: block;
	}
}

@media screen and (min-width: 601px) {
	.admin-bar #header-top,
	.admin-bar #header-top.sticky {
		top: 46px;
	}
}

@media screen and (min-width:782px) {
	.admin-bar #header-top,
	.admin-bar #header-top.sticky {
		top: 32px;
	}
	.wrapper,
	.slider-content-wrapper {
	    width: 722px;
	}
	.custom-header-content .entry-title {
	    font-size: 32px;
	}
	.custom-header-content .entry-content {
		font-size: 18px;
	}
	.custom-header-media .wp-custom-header-video-button {
		display: block;
	}
	.custom-header-content {
		padding: 120px;
	}

	.custom-header-media .wp-custom-header-video-button {
		top: 158px;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
}

@media screen and (min-width: 960px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 900px;
	}

	#header-top.fullheight {
	    bottom: auto;
	    overflow-y: inherit;
	}

	.site-title {
		font-size: 26px;
	}

	.site-description {
		font-size: 13px;
	}

	#primary-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	#site-header-menu.toggled-on,
	#site-secondary-menu.toggled-on {
		background-color: transparent;
		margin-bottom: 0;
	}

	#search-toggle {
		display: block;
	}

	.content-area {
		width: 530px;
	}

	#per-slide-template .title {
	    padding: 30px;
	    font-size: 22px;
	}
	.site-content .sidebar-primary {
		margin: 0;
	}
	.sidebar-primary {
		clear: none;
	    width: 340px;
	    float: right;
	}

	.sidebar-primary .widget {
		width: 100%;
	}

	.sidebar-primary .widget:nth-child(2n+1) {
		margin-right: 0;
	}

	.sidebar-primary .is-sticky-widget {
		position: fixed;
		top: 136px;
		width: 340px;
	}

	.site-main,
	.sidebar-secondary {
		width: 100%;
	}

	.three-columns .hentry,
	#featured-content.layout-three .hentry,
	#supplementary.three .widget-area {
		width: 33.33%;
	}

	.three-columns .hentry:nth-child(2n+1),
	#featured-content.layout-three .hentry:nth-child(2n+1),
	#supplementary.three .widget-area:nth-child(2n+1) {
		clear: none;
	}

	.three-columns .hentry:nth-child(3n+1),
	#featured-content.layout-three .hentry:nth-child(3n+1),
	#supplementary.three .widget-area:nth-child(3n+1) {
		clear: both;
	}

	.four-columns .hentry,
	#featured-content.layout-four .hentry,
	#supplementary.four .widget-area {
	    width: 25%;
	}

	.four-columns .hentry:nth-child(2n+1),
	#featured-content.layout-four .hentry:nth-child(2n+1),
	#supplementary.four .widget-area:nth-child(2n+1) {
		clear: none;
	}

	.four-columns .hentry:nth-child(4n+1),
	#featured-content.layout-four .hentry:nth-child(4n+1),
	#supplementary.four .widget-area:nth-child(4n+1) {
		clear: both;
	}

	/* Padding/Margin */
	.news-ticker-label {
	    border-right: 1px solid #444;
	    border-bottom: none;
	    max-width: 20%;
	    padding-right: 20px;
	    padding-left: 20px;
	}

	.new-ticket-content {
	    max-width: 80%;
	    padding-left: 20px;
	}

	#feature-slider .entry-container {
		padding: 100px 0;
	}

	.custom-header-content {
		padding: 160px;
	}

	.custom-header-media .wp-custom-header-video-button {
		top: 198px;
	}

	/* Navigation */
	#site-header-menu,
	#site-secondary-menu,
	.nepalbuzz-nav-menu ul {
	    display: block;
	}

	.nepalbuzz-nav-menu,
	.nepalbuzz-nav-menu > li {
		border: 0;
	}

	.nepalbuzz-nav-menu > li {
		float: left;
	}

	.nepalbuzz-nav-menu a {
		outline-offset: -8px;
		padding: 20px;
		white-space: nowrap;
	}

	/*.nepalbuzz-nav-menu li:hover > a,
	.nepalbuzz-nav-menu li.focus > a {
		color: #cc2b3a;
	}*/

	.nepalbuzz-nav-menu ul {
		border-bottom: 1px solid #666;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	#secondary-menu .nepalbuzz-nav-menu ul {
		border-color: #eee;
	}

	.nepalbuzz-nav-menu ul ul {
		top: -1px;
	}

	.nepalbuzz-nav-menu ul ul:before,
	.nepalbuzz-nav-menu ul ul:after {
		border: 0;
	}

	.nepalbuzz-nav-menu ul li {
		border: 1px solid #666;
		border-bottom-width: 0;
	}

	#secondary-menu .nepalbuzz-nav-menu ul li {
		background-color: #fff;
		border-color: #eee;
	}

	.nepalbuzz-nav-menu ul a {
		white-space: normal;
		width: 220px
	}

	.nepalbuzz-nav-menu ul:before,
	.nepalbuzz-nav-menu ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.nepalbuzz-nav-menu ul:before {
		border-color: #666 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.nepalbuzz-nav-menu ul:after {
		border-color: #000 transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	#secondary-menu .nepalbuzz-nav-menu ul:before {
		border-color: #eee transparent;
		right: 57px;
	}

	#secondary-menu .nepalbuzz-nav-menu ul:after {
		border-color: #fff transparent;
		right: 59px;
	}

	.nepalbuzz-nav-menu li:hover > ul,
	.nepalbuzz-nav-menu li.focus > ul {
		right: 0;
		left: auto;
	}

	.nepalbuzz-nav-menu ul li:hover > ul,
	.nepalbuzz-nav-menu ul li.focus > ul {
		right: 100%;
		left: auto;
	}

	#secondary-menu .nepalbuzz-nav-menu li:hover > ul,
	#secondary-menu .nepalbuzz-nav-menu li.focus > ul {
		right: auto;
		left: 0;
	}

	#secondary-menu .nepalbuzz-nav-menu ul li:hover > ul,
	#secondary-menu .nepalbuzz-nav-menu ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.nepalbuzz-nav-menu .menu-item-has-children > a:after,
	.nepalbuzz-nav-menu .page_item_has_children > a:after {
		content: "\f107";
		position: absolute;
		font-size: 22px;
		right: 18px;
		top: 32px;
	}

	#secondary-menu .nepalbuzz-nav-menu .menu-item-has-children > a:after {
		top: 23px;
	}

	.nepalbuzz-nav-menu ul .menu-item-has-children > a,
	.nepalbuzz-nav-menu ul .page_item_has_children > a {
		padding-right: 2.0625em;
	}

	.nepalbuzz-nav-menu ul .menu-item-has-children > a:after,
	.nepalbuzz-nav-menu ul .page_item_has_children > a:after {
		right: 10px;
		top: 10px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#secondary-menu .nepalbuzz-nav-menu ul .menu-item-has-children > a:after {
		top: 10px;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.dropdown-toggle,
	.nepalbuzz-nav-menu .dropdown-toggle.toggled-on,
	.menu-toggle,
	#menu-toggle-primary,
	#menu-toggle-secondary {
		display: none;
	}

	/* Primary and Secondary Menu */
	#site-header-menu .search-enabled {
		position: relative;
	}

	#site-header-menu .search-enabled .nepalbuzz-nav-menu {
		padding-right: 40px;
	}

	#site-header-menu .wrapper,
	#site-secondary-menu .wrapper {
	    position: relative;
	    width: 100%;
	}

	#feature-slider .entry-meta,
	#site-header-menu li li,
	#site-secondary-menu li li {
		display: block;
	}

	#site-header-menu ul ul li,
	#site-secondary-menu ul ul li {
		text-align: left;
	}

	#site-header-menu li a {
		padding: 30px 15px;
	}

	#site-header-menu li li a,
	#site-secondary-menu li li a {
		padding: 10px 15px;
	}

	#site-header-menu .nepalbuzz-nav-menu .menu-item-has-children > a,
	#site-header-menu .nepalbuzz-nav-menu .page_item_has_children > a,
	#site-secondary-menu .nepalbuzz-nav-menu .menu-item-has-children > a,
	.nepalbuzz-nav-menu .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	#promotion-message {
		text-align: left;
	}

	#promotion-message .left {
		float: left;
	    width: 80%;
	}

	#promotion-message .right {
		float: right;
	    width: 20%;
		text-align: right;
	}

	#promotion-message .right .promotion-button {
		padding: 10px 25px;
	}

	/* Slider */
	#per-slide-template {
		background: #000;
	    background: rgba(0, 0, 0, 0.7);
	}

	#per-slide-template .cover {
		background: #000;
	    background: rgba(0, 0, 0, 0.4);
	    position: absolute;
	    top: 0; bottom: 0; left: 0; right: 0;
	}

	#per-slide-template .thumbnail:hover .cover,
	#per-slide-template .cycle-pager-active .cover {
	    display: none;
	}

	#per-slide-template.slide-numbers-2 .thumbnail {
	    width: 50%;
	}

	#per-slide-template.slide-numbers-3 .thumbnail {
	    width: 33.33%;
	}

	#per-slide-template.slide-numbers-4 .thumbnail {
	    width: 25%;
	}

	#per-slide-template.slide-numbers-5 .thumbnail {
	    width: 20%;
	}

	#per-slide-template.slide-numbers-6 .thumbnail {
	    width: 16.66%;
	}

	#per-slide-template.slide-numbers-7 .thumbnail {
	    width: 14.28%;
	}

	#per-slide-template.slide-numbers-8 .thumbnail {
	    width: 12.5%;
	}

	#per-slide-template.slide-numbers-9 .thumbnail {
	    width: 11.11%;
	}

	#per-slide-template.slide-numbers-10 .thumbnail {
	    width: 10%;
	}

	/* Typography */
	h1,
	.entry-title,
	.page-title,
	#featured-content .entry-title {
		font-size: 28px;
	}

	h2,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-header-bottom .widget-title,
	.sidebar.sidebar-after-posts-pages .widget-title,
	.sidebar.sidebar-before-posts-pages .widget-title,
	#featured-content .entry-title,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-before-content .widget-title,
	.sidebar.sidebar-after-content .widget-title,
	.sidebar.sidebar-before-footer .widget-title {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	h4,
	#promotion-message h2,
	.sticky-label,
	.comments-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 959px) {
	#per-slide-template {
	    position: absolute;
	    width: 100%;
	    bottom: 10px;
	    left: 0;
	    z-index: 199;
	}

	#per-slide-template .thumbnail {
		background: none #fff !important;
		border-radius: 50%;
		width: 16px;
		overflow: hidden;
		display: inline-block;
		height: 16px;
		margin: 0 5px;
	}

	#per-slide-template .thumbnail.cycle-pager-active {
		background: none #cc2b3a !important;
	}
}

@media screen and (min-width: 1024px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 964px;
	}

	.content-area {
		width: 594px;
	}
	.layout-one-column.full-width .site-main .entry-container {
		padding:  40px;
	}
}

@media screen and (min-width: 1152px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 1092px;
	}

	.custom-header-content {
		padding: 200px 0;
	}

	.custom-header-content .entry-title {
	    font-size: 42px;
	}

	.custom-header-media .wp-custom-header-video-button {
		top: 238px;
	}

	.content-area {
		width: 722px;
	}

	.site-main {
		float: right;
		width: 472px;
	}

	.sidebar-secondary {
		clear: none;
		float: left;
	    width: 220px;
	}

	.site-content .sidebar-secondary {
		margin: 0;
	}

	.sidebar-secondary .widget {
		width: 100%;
	}

	.sidebar-secondary .widget:nth-child(2n+1) {
		margin-right: 0;
	}

	.sidebar-secondary .is-sticky-widget {
		position: fixed;
		top: 136px;
		width: 340px;
	}

	/* Three Columns ( Content, Secondary Sidebar, Primary Sidebar ) */
	.content-left .site-main {
		float: left;
	}

	.content-left .sidebar-secondary {
		float: right;
	}

	/* Typography */
	#per-slide-template .title {
	    font-size: 26px;
	}
	h1,
	.entry-title,
	.page-title,
	#featured-content .entry-title {
		font-size: 30px;
	}

	h2,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-header-bottom .widget-title,
	.sidebar.sidebar-after-posts-pages .widget-title,
	.sidebar.sidebar-before-posts-pages .widget-title,
	#featured-content .entry-title,
	.archive-post-wrap .entry-title,
	.sidebar.sidebar-before-content .widget-title,
	.sidebar.sidebar-after-content .widget-title,
	.sidebar.sidebar-before-footer .widget-title {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4,
	#promotion-message h2,
	.sticky-label,
	.comments-title {
		font-size: 24px;
	}

	h5 {
		font-size: 20px;
	}

	h6,
	#site-generator,
	.nav-footer .menu a {
	    font-size: 14px;
	}
}

@media screen and (min-width: 1280px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 1200px;
	}
	.content-area {
		width: 830px;
	}
	.site-main {
		width: 580px;
	}
}

@media screen and (min-width: 1366px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 1286px;
	}
	.content-area {
		width: 916px;
	}
	.site-main {
		width: 666px;
	}
	.layout-two-columns .wrapper,
	.layout-two-columns .slider-content-wrapper {
		width: 1270px;
	}
	.layout-two-columns .content-area {
		width: 900px;
	}
}

@media screen and (min-width: 1440px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 1360px;
	}
	.content-area {
		width: 990px;
	}
	.site-main {
		width: 740px;
	}

	#feature-slider .entry-container {
		padding: 120px 0;
	}
}

@media screen and (min-width: 1600px) {
	.wrapper,
	.slider-content-wrapper {
	    width: 1520px;
	}
	.content-area {
		width: 1150px;
	}
	.site-main {
		width: 900px;
	}
	#feature-slider .entry-container {
		padding: 140px 0;
	}
}

/**
 * 23.14 Form Zoom Fix
 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus,
	input#s,
	#respond form input[type="text"],
	#respond form textarea,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	textarea {
 		font-size: 16px;
  	}
}
