/*
Theme Name: FIB
Theme URI: 
Author: Deepti Chipdey
Author URI: 
Description:FIB  is a clean and solid WordPress theme featuring a three-column grid-layout for posts. The theme works out of the box and does not require any complicated setup. It is perfectly suited for a simple magazine, blog or portfolio website.
Version: 10.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: FIB
Tags: two-columns, custom-background, custom-header, custom-menu, editor-style, rtl-language-support, grid-layout, blog, news, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
11.0 - Widgets
12.0 - Posts and pages
13.0 - Featured Posts
14.0 - Comments
15.0 - Footer
16.0 - Media
	16.1 - Captions
	16.2 - Galleries
17.0 - Media Queries
	17.1 - Desktop Large ( < 1120px )
	17.2 - Desktop Medium ( < 1040px )
	17.3 - Desktop Small ( < 960px )
	17.4 - Tablet Large ( < 880px )
	17.5 - Tablet Medium ( < 800px )
	17.6 - Tablet Small ( < 720px )
	17.7 - Mobile Extra Large ( < 640px )
	17.8 - Mobile Large ( < 560px )
	17.9 - Mobile Medium ( < 480px )
	17.10 - Mobile Small ( < 320px )
18.0 - Theme Option Styles
	15.1 - Sidebar Left Layout
	15.2 - Sticky Header
19.0 - Media Query Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
.site-wrapper {
    overflow: hidden;
}
a:hover, a:focus {
    text-decoration: none!important;
}
body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-size: 18px;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.6em;
	padding: 1.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
html {
	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/ */
	box-sizing: inherit;
}

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

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #222;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

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

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
}

a {
	color: #A39161;
	text-decoration: none;
}

a:link,
a:visited {
	color: #A39161;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.4em 0.8em;
	border: none;
	background: #000000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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: #8f7c4a;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid #000;
	color: #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #000;
	color: #000;
}

textarea {
	width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
/*--------------------------------------------------------------
# 5.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

/*--------------------------------------------------------------
# 6.0 - Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	margin: 0;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 2.5em;
	max-width: 1410px;
	width: 100%;
	
}
.featured-post .entry-title a:link, .featured-post .entry-title a:visited {
    font-size: 30px;
}

.featured-post .entry-content.entry-excerpt.clearfix {
    font-size: 23px;
}
.site-content {
	padding-top: 2.5em;
	background: #fff;
}

.content-single {
	float: left;
	box-sizing: border-box;
	padding-right: 4em;
	width: 76%;
}

.sidebar {
	float: right;
	width: 24%;
	padding-top: 30px;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .7);
    z-index: 1;
    position: relative;
}

.site-branding {
	float: left;
	margin: 1em 0;
	padding: 0;
	max-width:138px;
}
.banneradd .widget {
    margin-bottom: 20px;
}
.banneradd {
    text-align: center;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0.25rem 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.site-title a:link,
.site-title a:visited {
	color: #fff;
}

.site-title a:hover,
.site-title a:active {
	color: rgba(255,255,255,0.75);
}

.site-branding .custom-logo {
	margin: 5px 0 0 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: -0.2em 0 0.6em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
}

/* Custom Header Image */
.header-image {
	text-align: center;
	position:relative;
}

.header-image img {
	max-width: 2500px;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin:auto;
}
h3.ctitle {
    font-size: 32px;
    font-weight: bold;
    margin: 25px 0;
}
h3.sub_title {
    color: #a19366;
	text-align:center;
	font-size:52px;
	font-weight: bold;
    line-height: 60px;
}
/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation {
	float: right;
	margin: 1em 0;
	color: #fff;
}

.main-navigation-toggle {
	display: none;
}
.main-navigation-menu>li>a {
    padding-bottom: 26px;
}
.main-navigation-menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu li {
	float: left;
}

.main-navigation-menu a {
	display: block;
	padding: 0.75em 1.25em;
	text-decoration: none;
	    font-size: 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.main-navigation-menu > .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.4em 0 0 0.2em;
	color: #fff;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #000;
	text-decoration: none;
}

.main-navigation-menu li a:hover {
color:#A39161;
}

.main-navigation-menu ul {
	position: absolute;
	z-index: 99;
	display: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu ul li {
	position: relative;
	float: none;
}

.main-navigation-menu ul.sub-menu a {
	padding: 1em;
	font-size: 18px;
	-webkit-transition: none;
	transition: none;
	color:#fff!important;
	font-weight:bold;
}
.main-navigation-menu ul.sub-menu li a:hover{color:#A39161!important;}
.main-navigation-menu ul li:last-child a {
	border-bottom: none;
}

.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	margin: 0.2em 0 0 0.2em;
	color: #fff;
	content: '\f431';
	vertical-align: top;
	text-decoration: inherit;
	font-size: 14px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu ul .menu-item-has-children > a:hover:after {
	text-decoration: none;
}

.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	margin-top: -1px;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.2);
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}

.main-navigation-menu li.current-menu-item > a {
	text-decoration: none;
	color:#A39161;
}

.main-navigation-menu ul li.current-menu-item > a:after {
	text-decoration: none;
}

/* Mega Menu Styling */
.mega-menu-content .mega-menu-widget ul li {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.mega-menu-content .mega-menu-widget ul li a {
	display: block;
	padding: 0.5em 0.75em;
}
.featuer-section {
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 620px;
    transform: translateY(-50%);
    left: 5%;
}

.feat-wrap {}

.featured-product {
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,.7);
}

.featuer-section .featured-image {
    width: 37.8%;
    float: left;
}

.featuer-section .featured-image img {
    margin: 0px;
}

.feat-contnet {
    float: left;
    width: 62%;
    padding: 20px 20px;
    text-align: left;
}

.f-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.f-cnt {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tax-store_category .readmore .more-link {
    border-radius: 0px;
    padding: 8px 20px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.readmore {
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------------------------
	## Video page 
----------------------------------------------------------------*/

.vid-cat-img img {
    width: 100%;
}

.vid-title {
    font-size: 51px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.vid-content {}

.featured-video-main {
    position: relative;
}

div.featured-vid-single {
font-weight:bold;
}

.vid-cat-img {
    position: relative;
}

.vid-content {}

.vid-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    width: 100%;
    max-width: 600px;
}

.vcat-desc {
    font-size: 23px;
}

a.vcat-title {
    color: #fff;
    font-size: 43px;
	line-height: 43px;
    font-weight: bold;
	margin-bottom: 18px;
    display: block;
}

.vidtitle {
    font-size: 21px;
    text-align: center;
}
.video-sections {
    margin-bottom: 70px;
}
.vid-cat-vids {
    margin-bottom: 53px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}
.mc4wp-form-fields input {
    width: 100%;
    border-radius: 4px;
    padding: 15px;
}
input#mc4wp_button {
    background: #8f7c4a;
    border: 2px solid #393324;
}
input#mc4wp_button:hover{
	
	  background: #000;
}
/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/* Add Genericons */
.social-icons-menu li a:before {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em 0;
	color: #333;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 0.5em 0;
	
}

.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

.widget-title a:link,
.widget-title a:visited  {
	color: #000000;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active  {
	color: #8f7c4a;
}

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

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/

/* Theme Search Widget */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.7em;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.6em 0.6em 0 0;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	padding: 0.05em 0 0.55em 0.45em;
	color: #fff;
	content: '\f400';
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
## 11.2 - Magazine Posts Widgets
--------------------------------------------------------------*/

/* Magazine Homepage Widget Area */
.widget-magazine-posts {
	margin-bottom: 0;
}

.widget-magazine-posts .widget-header {
	margin-bottom: 1.5em;
	border: none;
}

.widget-magazine-posts .widget-header .widget-title {
	padding: 0;
	text-transform: none;
	font-size: 40px;
	font-size: 2.5rem;
}

.widget-magazine-posts .widget-header .category-description {
	font-size: 20px;
	font-size: 1.25rem;
}

.widget-magazine-posts .widget-header .category-description p {
	margin: 0.5em 0 2em;
}

/* Magazine Posts Styling */
.widget-magazine-posts .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-excerpt p {
	margin: 0.5em 0 1em;
}

.widget-magazine-posts .type-post .entry-meta {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Magazine Posts Grid */
.magazine-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2.5em;
}

.magazine-grid .magazine-grid-post {
	box-sizing: border-box;
	padding-right: 2.5em;
}

/* Two Column Grid Layout */
.magazine-two-columns-grid .magazine-grid-post {
	width: 50%;
}

.magazine-two-columns-grid .type-post .entry-title {
	font-size: 32px;
	font-size: 2rem;
}

/* Three Column Grid Layout */
.magazine-three-columns-grid .magazine-grid-post {
	width: 33.3333333333333%;
}

.magazine-three-columns-grid .type-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

/* Four Column Grid Layout */
.magazine-four-columns-grid .magazine-grid-post {
	width: 25%;
}

.magazine-four-columns-grid .type-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.section1 p {
	font-size: 13px;
}
.section-paragraph {
	padding-top: 0px;
}
#panel-54281-1-0-0 {
	text-align: center;
	padding-top:132px;
}
.textwidget h2 {
	text-align: center;
}
.logos {
	float: left;
	width: 100%;
}
.logo1 {
	float: left;
	width: 33%;
}
.logo2 {
	float: left;
	width: 33%;
}
.logos {
	padding-bottom: 50px;
}
.logo2 img {
	margin-top: 35px !important;
}
.image-text p {
	color: #999 !important;
	font-size: 19px;
}
#panel-54244-2-0-0 {
	margin-bottom: 0px !important;
}
.background-image-section {
	
	float: left;
	width: 100%;
	background-image: url("https://fashionindustrybroadcast.com/wp-content/uploads/2019/04/DESIRE_GROUPE.png");
}
.logo-section1 {
	text-align: center;
}
.section1 h2 {
	color: #fff;
	font-size: 23px;
	letter-spacing: 2px;
	padding: 15px 0px;
}
.logo-section1 {
	padding-top: 100px;
}
.section2 {
	float: left;
	width: 100%;
}
.section2-image1 {
	float: left;
	width: 30%;
}
.section2-image2 {
	float: left;
	width: 67%;
}
#main-row-container {
	margin: 0 auto;
	width: 80%;
}
.logos {
	text-align: center;
}
.background-image-section {
	background-size: cover;
}
.section3 h2 {
	font-size: 16px !important;
	letter-spacing: 4px;
	text-align: left;
	color: #000;
	line-height: normal;
}
.section3-gallery {
	float: left;
	width: 100%;
}
.gallery-image1 img {
	float: left;
	width: 50%;
	margin-top: 0px !important;
	padding: 0px 10px;
}
.gallery-image2 img {
	float: left;
	width: 50%;
	margin-top: 0px !important;
	padding: 0px 10px;
}
.section2-image1 p {
	font-size: 20px;
	color: #999;
}
.section2-image1 p {
	font-size: 20px;
	color: #999;
}
.section3 {
	margin-bottom: 18px;
}
.page-id-54281 .header-image img{
	opacity:0;
	display:none;
}
.logos p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.page-id-54281 .m_title{
	display:none;
}
.page-id-54281 .site-content {
    padding-top: 1.5em!important;
}









































/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.magazine-grid .magazine-grid-post {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
# 12.0 - Content Area
--------------------------------------------------------------*/
.sidestampbar{ float:right;}
.featured-post-title {
    text-align: center;
    border: 2px solid #D6D6D6;
    padding: 18px;
	margin: 0 0 2.5em 0;
}

.featured-post-title img {
    width: 100%;
}


.feature-main-title {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 15px;
}
.fashion.container {
    padding: 0 65px;
    font-size: 20px;
}

.broadcast-top {
    padding: 0 10px;
}
.brd-bot {
    text-align: center;
}

.brd-bot-cnt {
    padding: 26px;
}
.center-devider {
    display: block;
    padding: 10px 18.4% 20px;
}
/*--------------------------------------------------------------
## 12.1 - Posts and Pages
--------------------------------------------------------------*/
.contact-page input[type="text"], .contact-page input[type="email"] {
    width: 88%;
    padding: 4px 15px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.contact-page textarea {
    width: 100%;
    padding: 4px 15px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 34px;
}

.right-side p {
    text-align: right;
}
.type-post,
.type-page,
.type-attachment  {
	margin: 0 0 2.5em 0;
	max-width: 100%;
}

.archive-title,
.page-title,
.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #000;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: bold;
	font-size: 40px;
	font-size: 2.5rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	font-size:25px;
	text-transform:uppercase;
	font-weight:600;
	padding: 5px 0px;
    display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {
	color: #A39161;
}

.page .entry-content {
	font-size: 24px;
	font-size: 1.5rem;
}
.contactform {
    margin-bottom: 40px;
}
.wp-post-image {
	margin: 0 0 0.5em;
}
input.wpcf7-form-control.wpcf7-submit.submit {
    width: 100%;
    padding:15px
}
p.con_title {
    font-size: 32px;
    color: #000;
	font-weight: bold;
}
.adver {
    margin-bottom: 60px;
	padding-right: 30px;
	padding-left: 30px;
}
p.con_content {
    font-size: 24px;}
/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0 0.8em;
	background: #A39161;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	font-size: 1.375rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	  border-radius: 12px;
}

.more-link:link,
.more-link:visited  {
	color: #fff;
}

.more-link:hover,
.more-link:active {
	background: #8f7c4a;
}

/* Page Links */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/*--------------------------------------------------------------
## 12.2 - Entry Meta
--------------------------------------------------------------*/
.featured-post {
    width: 100%;
    position: relative;
}
.post-header .image-wrapper {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.post-header .image-wrapper img {width:100%;    margin: 0px;}
.post-header {
    overflow: hidden;
}
.post-header {
    margin: 0;
    position: relative;
}
.playicon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: url('images/play-icon.png');
    background-repeat: no-repeat;
    background-position: center;
	    z-index: 9;
}
.playicon-featured {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    background: url('images/play-icon-cat.png');
    background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
	    z-index: 9;
}
.post-column:hover .blur-img,.featured-post .post-header:hover .blur-img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.70);
    z-index: 1;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    pointer-events: none;
}
.featured-post .col-sm-6.post-img .image-wrapper img {
    width: 100%;
}
.entry-meta {
	margin: 0.25em 0 0;
	color: #888;
	font-size: 16px !important;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #000;
}
.entry-meta span.meta-category a:hover{background: #8f7c4a;}
.entry-meta span.meta-category a {
    background: #A39161;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.entry-meta {
    font-size: 22px!important;
    color: #000;
    margin: 10px 0;
}
.entry-meta a:hover,
.entry-meta a:active {
	color: #A39161;
}

.entry-meta span:after {
	margin-left: 0.2em;
	content: "   ";
}

.entry-meta span:last-child:after {
	display: none;
}
section#bookseries {
    padding: 45px 0px;
}

.bcat-meta a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    min-height: 74px;
    display: block;
}

.bcat-meta {
    padding-top: 28px;
    padding-bottom: 5px;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
	margin: 0 0 2em;
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a{
	display: inline-block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0.2em 0.5em 0.3em;
	background: #8f7c4a;
	text-decoration: none;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}
 .entry-tags .meta-tags a {
    display: inline-block;
    float: left;
    margin: 0 2px 2px 0;
    padding: 6px 15px;
    background: #ddd;
    text-decoration: none;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    color: #999!important;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background: #000000;
	color: #fff;
}

/* Post Navigation */
.post-navigation {
	margin: 0;
	padding: 1em 0;
	border-top: 2px solid #eee;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
}

.post-navigation .nav-links .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

.post-navigation .nav-links a {
	display: inline-block;
	margin: 0 0 3px;
	padding: 0.3em 0.8em;
	background: #000000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited  {
	color: #fff;
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
	background: #8f7c4a;
}

/*--------------------------------------------------------------
## 12.2 - Post Archives
--------------------------------------------------------------*/

/* Archive Title */
.page-header {
	margin-bottom: 2.5em;
}

.page-header .blog-description,
.page-header .archive-description {
	font-size: 20px;
	font-size: 1.25rem;
}

.page-header .blog-description,
.page-header .archive-description p {
	margin: 0.5em 0 0;
}

/* Archive Posts Styling */
.post-wrapper .type-post .entry-content {
	font-size: 19px;
	font-size: 1.188rem;
}

.post-wrapper .type-post .entry-excerpt p {
	margin: 0.5em 0 1em;
}

.post-wrapper .type-post .entry-meta {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Archive Posts Columns */
p#pbd-alp-load-postst {
    text-align: center;
	padding-bottom: 30px;
}
.author-meta {
    font-size: 23px;
    color: #000;
    text-transform: capitalize;
    font-style: italic;
    padding-top: 10px;
}
.author-meta  a{color:#000}
a.load-more {
    display: inline-block;
    margin: 0;
    padding: 0 2.55em;
    background: #A39161;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 12px;
    line-height: 45px;
    font-size: 2.375rem;
}

a.load-more:hover,a.load-more:active {
    background: #8f7c4a;
}
.post-wrapper {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1.9em;*/
}

.post-wrapper .post-column {
	box-sizing: border-box;
	padding-right: 1.15em;
	padding-left: 1.15em;
}

/* Two Column Layout */
.post-layout-two-columns .post-wrapper .post-column {
	width: 50%;
}

.post-layout-two-columns .post-wrapper .type-post .entry-title {
	font-size: 32px;
	font-size: 2rem;
}

/* Three Column Layout */
.post-layout-three-columns .post-wrapper .post-column {
	width: 33.3333333333333%;
}

.post-layout-three-columns .post-wrapper .type-post .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

/* Four Column Layout */
.post-layout-four-columns .post-wrapper .post-column {
	width: 25%;
}

.post-layout-four-columns .post-wrapper .type-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.post-wrapper .post-column {
			margin-right: -1px;
		}
	}
}

/* Theme Pagination */
.pagination {
	margin: 0 0 2.5em;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 0.4em 0.9em;
	background: #000000;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pagination a:link,
.pagination a:visited {
	color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
	background: #8f7c4a;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	width: 100%;
	text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
	bottom: -1em;
	left: auto;
	margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 2.5em;
	padding: 0.3em 0.8em;
	background: #000000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
	background-color: #8f7c4a;
}
.authormeta {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.authorimage {
    margin-bottom: 20px;
}

.authorimage img {
    border-radius: 100%;
}

.authortitle  h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.authortitle {
    margin-bottom: 19px;
}

.author-social {
    margin-bottom: 30px;
}

a.authsocial {
    display: inline-block;
    margin: 0 5px;
}
/* Breadcrumbs */
.breadcrumbs {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.breadcrumbs-container {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}
.tax-store_category .entry-title a ,.single-product .entry-title a{
    font-size: 17px!important;
    height: 94px !important;
    padding: 20px 0 15px 0px;
    overflow: hidden;
}

.entry-title a:link, .entry-title a:visited {
    font-size: 20px;
    padding: 20px 0 15px 0px !important;
    overflow: hidden;
}

.tax-store_category a.more-link,.single-product a.more-link {
    font-size: 17px;
    margin-bottom: 10px;
}

.col-sm-3.col-md-2.clearfix.col-half-offset.store-product-col {
    margin-top: 35px;
    margin-bottom: 35px;
}
div#html5-watermark {
    display: none!important;
}
.single-product .fashion.container {
    padding: 0px;
}

.single-product .brd-bot-cnt {
    padding-bottom: 0px;
}

.single-product .brd-bot-cnt a {
    color: #fff;
}

.single-product .brd-bot a {
    color: #fff!important;
    display: block;
}
.col-md-4.product-gal img {
    width: 100%;
}.col-md-8.product-conent {    font-size: 24px;    padding-left: 25px;    margin-bottom: 40px;}
@media(min-width:70em){
.single-product h1.entry-title {
    font-size: 52px;
}

.col-md-8.product-conent {
    font-size: 19px;
    padding-left: 25px;
    margin-bottom: 40px;
}
}
.col-md-8.product-conent ul {
    margin-left: 10px;
	    line-height: 30px;
}
.features {
    margin: 30px 0px;
}.synopsis {    font-style: normal;	font-size:19px;}
@media(min-width:70em){
}
.synopsis p {}
.synop-title {
    padding: 7px 0px;
}
.col-md-4.product-gal {
    text-align: center;
}

.col-md-4.product-gal .more-link.seeinn {
     padding: 10px 70px;
    margin-top: 35px;
}
/*--------------------------------------------------------------
# 13.0 - Featured Posts
--------------------------------------------------------------*/
.featured-posts-wrap {
	margin: 0 0 2.5em;
}

.featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5em;
}

.featured-posts .grid-post {
	box-sizing: border-box;
	padding-right: 0.5em;
	width: 33.333333333333333%;
}

.featured-posts .grid-post:nth-child(1),
.featured-posts .grid-post:nth-child(2) {
	width: 50%;
}

.featured-posts .grid-post .type-post .featured-image {
	margin: 0;
	vertical-align: top;
}

.featured-posts .grid-post .type-post {
	position: relative;
	margin: 0 0 0.5em;
}

.featured-posts .grid-post .type-post .image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.featured-posts .grid-post .type-post:hover .image-overlay {
	background: rgba(0,0,0,0.1);
}

.featured-posts .grid-post .type-post .post-content {
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
	left: 1.5em;
}

.featured-posts .grid-post .type-post .entry-title {
	display: block;
	padding: 0.2em 0.6em;
	text-shadow: 0 0 15px #000;
	font-size: 28px;
	font-size: 1.75rem;
}

.featured-posts .grid-post:nth-child(1) .type-post .entry-title,
.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.featured-posts .grid-post .type-post .entry-title a:link,
.featured-posts .grid-post .type-post .entry-title a:visited {
	color: #fff;
}

.featured-posts .grid-post .type-post .entry-title a:hover,
.featured-posts .grid-post .type-post .entry-title a:active {
	color: #ddd;
}

/* Fix Render Bug for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.featured-posts .grid-post {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
# 14.0 - Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 0 2.5em;
}

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1.25em 0;
	border-left: 6px solid #000000;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0.8em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 2px solid #eee;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

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

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

.comment ol.children .comment {
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	border-top: 2px solid #eee;
	border-bottom: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

.reply .comment-reply-link {
	display: inline-block;
	margin: 0;
	padding: 0.2em 0.6em;
	background: #000000;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.reply .comment-reply-link:link,
.reply .comment-reply-link:visited  {
	color: #fff;
}

.reply .comment-reply-link:hover,
.reply .comment-reply-link:active {
	background: #8f7c4a;
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .submit {
	padding: 1em 1.6em;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 15.0 - Footer
--------------------------------------------------------------*/
.footer-widgets-wrap{margin-bottom:-1px;background:#000;border-bottom:1px solid  rgba(255,255,255,0.1)}
.footer-widgets{padding:120px 0;}
.footer-widgets-columns{display:block;}
.footer-widget-column{float:left;width:33.33333333333%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.footer-widget-column:nth-child(3n){border-right:none}
.footer-widget-column .widget{color:rgba(255,255,255,0.75);background:none;border:none;margin:0;padding:0 2.5em}
.footer-widget-column .widget-header{    border: none;
    margin-left: 0px;    max-width: 330px;}
	div#footer-widgets-wrap ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#footer-widgets input[type="text"] {
    background: #000;
    width: 90%;
	border-color: #fff;
    color: #bbbbbb;
}
#footer-widgets input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #bbbbbb;
}
#footer-widgets input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb;
}
#footer-widgets input[type="text"]:-ms-input-placeholder { /* IE 10+ */
 color: #bbbbbb;
}
#footer-widgets input[type="text"]:-moz-placeholder { /* Firefox 18- */
 color: #bbbbbb;
}

.footer-widget-column .widget-title{color:#fff;    padding-left: 0px;    line-height: 32px;}
.footer-widget-column .widget a:link,
.footer-widget-column .widget a:visited{color:#fff}
.footer-widget-column .widget a:hover,
.footer-widget-column .widget a:active{color:rgba(255,255,255,0.75)}
#footer-widgets .tzwb-social-icons .social-icons-menu li a,
#footer-widgets .widget_tag_cloud .tagcloud
a{background:rgba(255,255,255,0.1)}
#footer-widgets .tzwb-social-icons .social-icons-menu li a:hover,
#footer-widgets .widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget_tag_cloud .tagcloud a:active{background:rgba(255,255,255,0.2)}
div#footer-widgets-wrap ul li.menu-item a {
    font-size: 19px;
    text-transform: capitalize;
}
.footer-wrap {
	background: #000000;
}
@media only screen and (max-width: 55em){
.footer-widget-column {
    float: none;
    display: block;
    width: 100%;
    border-right: none;
}
.foot-col1{text-align:center;}
.foot-col2,.foot-col3{display:none;}
}


.site-footer {
	color: rgba(255,255,255,0.75);
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer a:link,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:active {
	color: rgba(255,255,255,0.75);
}

.site-footer .site-info {
	padding: 2em 0;
}
div#store-content {
    padding-bottom: 50px;
}
/*--------------------------------------------------------------
# 16.0 - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

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

/*--------------------------------------------------------------
## 16.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 16.2 - Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.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-caption {
	display: block;
}
ul.booklist {
    text-align: center;
    display: block;
    list-style: none;
    zoom: 1;
}

ul.booklist>li {
    display: inline-block;
    margin: 30px 44px;
    text-align: left;
	max-width:213px;
	vertical-align: top;
}
section#seconderyinfo {
    padding: 45px 15px;
    background: #A39161;
    color: #fff;
}

.maintitle h2 {
    font-size: 40px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
}
/*--------------------------------------------------------------
# 17.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 17.1 - Desktop X-Large ( < 1200px )
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
	.container {
		padding-right: 2em;
		padding-left: 2em;
	}

	.site-content {
		padding-top: 2em;
	}

	.content-single {
		padding-right: 2em;
	}

	.widget,
	.page-header,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.comments-area {
		margin-bottom: 2em;
	}

	/* Post Columns */
	.post-wrapper,
	.magazine-grid {
		
	}

	.post-wrapper .post-column,
	.magazine-grid .magazine-grid-post {
		padding-right: 10px;
		padding-left:10px;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	/* Featured Posts */
	.featured-posts-wrap {
		margin: 0 0 2em;
	}

	.featured-posts .grid-post .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title,
	.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

}

/*--------------------------------------------------------------
## 17.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	.archive-title,
	.page-title,
	.entry-title,
	.widget-magazine-posts .widget-header .widget-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.page-header .blog-description,
	.page-header .archive-description,
	.widget-magazine-posts .widget-header .category-description {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Featured Posts */
	.featured-posts .grid-post .type-post .post-content {
		right: 1em;
		bottom: 1em;
		left: 1em;
	}

	.featured-posts .grid-post .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title,
	.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

}

/*--------------------------------------------------------------
## 17.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
	.header-main.container.clearfix{padding:0px;}
	div#logo {
    padding-left: 15px;
}
	.header-bar {
		padding: 0 1.25em;
	}

	.archive-title,
	.page-title,
	.entry-title,
	.widget-magazine-posts .widget-header .widget-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.page-header .blog-description,
	.page-header .archive-description,
	.widget-magazine-posts .widget-header .category-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Post Columns */
	.post-layout-four-columns .post-wrapper .post-column,
	.magazine-four-columns-grid .magazine-grid-post {
		width: 50%;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Featured Posts */
	.featured-posts .grid-post .type-post .post-content {
		right: 0.5em;
		bottom: 0.5em;
		left: 0.5em;
	}

	.featured-posts .grid-post .type-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title,
	.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	/*** Mobile Main Navigation ***/

	/* Reset */
	.primary-navigation {
		float: none;
		margin: 0;
	}

	.main-navigation-menu li {
		position: static;
		float: none;
	}

	.main-navigation-menu ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		top: auto;
		left: auto;
		display: block;
	}

	.main-navigation-menu ul a {
		float: none;
		width: auto;
	}

	.main-navigation-menu li ul ul {
		top: auto;
		left: auto;
		margin: 0;
	}

	.main-navigation-menu > .menu-item-has-children > a:after,
	.main-navigation-menu ul .menu-item-has-children > a:after {
		display: none;
	}

	/* Main Navigation Toggle */
	.main-navigation-toggle {
		display: inline-block;
		float: right;
		margin: 1em 0;
		padding: 1em;    
		background: #000!important;
    border-radius: 30px;
	margin-right: 15px;
	}

	.main-navigation-toggle:hover,
	.main-navigation-toggle:focus,
	.main-navigation-toggle:active {
		background: none;
		cursor: pointer;
	}

	.main-navigation-toggle:after {
		display: inline-block;
		float: left;
		color: #fff;
		content: '\f419';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 32px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-toggle:hover:after {
		color: rgba(255,255,255,0.75);
	}

	/* Main Navigation Menu */
	.main-navigation-menu {
		display: none;
		float: left;
		
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.2);
		background:#000;
	}

	.main-navigation-menu li {
		margin: 0;
	}

	.main-navigation-menu a {
		display: block;
		clear: left;
		padding: 14px 29px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		font-size: 35px;
    font-weight: normal;
	color:#fff;
	}
.main-navigation-menu a:link, .main-navigation-menu a:visited{color:#fff;}
	.main-navigation-menu ul {
		float: none;
		padding: 0;
		width: 100%;
		border: none;
		    background: #363636;
	}
.main-navigation-menu ul.sub-menu a{
	
	padding: 8px;
    font-size: 35px;
    -webkit-transition: none;
    transition: none;
    color: #fff!important;
    font-weight: normal;
    padding-left: 50px;
}
	.main-navigation-menu ul a {
		display: block;
		padding-left: 2em;
		width: 100%;
	}

	.main-navigation-menu ul li ul a {
		padding-left: 4em;
	}

	.main-navigation-menu ul li ul li ul a {
		padding-left: 6em;
	}

	.main-navigation-menu ul li ul li ul li ul a {
		padding-left: 8em;
	}

	.main-navigation-menu ul li:last-child a {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.main-navigation-menu li ul ul {
		border: none;
		border-top: 1px solid rgba(255,255,255,0.2);
	}

	.main-navigation-menu li.current-menu-item > a {
		border-bottom: 1px solid rgba(255,255,255,0.2);
		text-decoration: underline;
	}

	/* Mobile Submenu Dropdowns */
	.main-navigation-menu .submenu-dropdown-toggle {
		display: block;
		float: right;
		margin: 0;
		padding: 0.8em 1.2em;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}

	.main-navigation-menu .submenu-dropdown-toggle:before {
		color: #fff;
		content: '\f431';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 58px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover:before {
		color: rgba(255,255,255,0.75);
	}

	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.5em 1em;
	}

	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 24px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-content {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

}

/*--------------------------------------------------------------
## 17.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {
	.content-single {
		float: none;
		padding: 0;
		width: 100%;
	}

	.sidebar {
		float: none;
		margin: 0;
		padding: 2em 0 0;
		width: 100%;
		border-top: 2px solid #eee;
	}

}

/*--------------------------------------------------------------
## 17.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
	/* Post Columns */
	.post-layout-three-columns .post-wrapper .post-column {
		width: 50%;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.magazine-three-columns-grid .magazine-grid-post {
		width: 100%;
	}

	.magazine-three-columns-grid .magazine-grid-post .wp-post-image {
		float: left;
		margin: 0 2em 0 0;
		max-width: 50%;
	}

	/*.post-columns .post-col:nth-child(3n + 1) {
		clear: none;
	}

	.post-columns .post-col:nth-child(2n + 1) {
		clear: left;
	} */

	/* Featured Posts */
	.featured-posts .grid-post,
	.featured-posts .grid-post:nth-child(2) {
		width: 50%;
	}

	.featured-posts .grid-post:nth-child(1) {
		width: 100%;
	}

	.featured-posts .grid-post .type-post .entry-title,
	.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

}

/*--------------------------------------------------------------
## 17.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
	.archive-title,
	.page-title,
	.entry-title,
	.widget-magazine-posts .widget-header .widget-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	/* Featured Posts */
	.featured-posts .grid-post .type-post .entry-title,
	.featured-posts .grid-post:nth-child(2) .type-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## 17.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	.container {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	.site-content {
		padding-top: 1.5em;
	}

	.widget,
	.page-header,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.comments-area {
		margin-bottom: 1.5em;
	}

	.archive-title,
	.page-title,
	.entry-title,
	.widget-magazine-posts .widget-header .widget-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}

	/* Post Columns */
	.post-wrapper,
	.magazine-grid {
		display: block;
		margin-right: 0;
	}

	.post-wrapper .post-column,
	.magazine-grid .magazine-grid-post {
		display: block;
		padding-right: 0;
	}

	.post-layout-two-columns .post-wrapper .post-column,
	.post-layout-three-columns .post-wrapper .post-column,
	.post-layout-four-columns .post-wrapper .post-column,
	.magazine-two-columns-grid .magazine-grid-post,
	.magazine-three-columns-grid .magazine-grid-post,
	.magazine-four-columns-grid .magazine-grid-post {
		width: 100%;
	}

	.magazine-three-columns-grid .magazine-grid-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em;
		max-width: 100%;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	/* Featured Posts */
	.featured-posts-wrap {
		margin: 0 0 1.5em;
	}

	.featured-posts .grid-post:nth-child(n+2) .type-post .post-content {
		display: none;
	}

	.featured-posts .grid-post:nth-child(1) .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

}

/*--------------------------------------------------------------
## 17.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.main-navigation-toggle:after {
		font-size: 24px;
	}

	.archive-title,
	.page-title,
	.entry-title,
	.widget-magazine-posts .widget-header .widget-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.post-layout-two-columns .post-wrapper .type-post .entry-title,
	.post-layout-three-columns .post-wrapper .type-post .entry-title,
	.post-layout-four-columns .post-wrapper .type-post .entry-title,
	.magazine-two-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-three-columns-grid .magazine-grid-post .type-post .entry-title,
	.magazine-four-columns-grid .magazine-grid-post .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Featured Post */
	.featured-posts .grid-post:nth-child(1) .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

}

/*--------------------------------------------------------------
# 18.0 - Theme Option Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 18.1 - Sidebar Left Layout
--------------------------------------------------------------*/
.sidebar-left .content-single {
	float: right;
	padding-right: 0;
	padding-left: 4em;
}

.sidebar-left .sidebar {
	float: left;
}

@media only screen and (max-width: 80em) {
	.sidebar-left .content-single {
		padding-left: 2em;
	}

}

@media only screen and (max-width: 55em) {
	.sidebar-left .content-single {
		float: none;
		padding: 0;
		width: 100%;
	}

}

/* No Sidebar Singular Layout */
.no-sidebar .content-single {
	float: none;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	width: 100%;
}

/*--------------------------------------------------------------
## 18.2 - Sticky Header
--------------------------------------------------------------*/
.sticky-header .fixed-header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	
}

.sticky-header .fixed-header .site-description {
	display: none;
}

.sticky-header.admin-bar .fixed-header  {
	top: 32px;
}

.sticky-header .fixed-header .site-branding,
.sticky-header .fixed-header .primary-navigation,
.sticky-header .fixed-header .main-navigation-toggle {
	margin: 0.5em 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 60em) {
	.sticky-header .fixed-header .main-navigation-toggle {
		padding: 0.75em 1em;
	}

	.sticky-header .fixed-header .primary-navigation {
		margin: 0;
	}

}
@media (min-width:992px){
	
	.col-half-offset{
    margin-left:4.166666667%
}
.col-md-2.clearfix.col-half-offset:first-child {
    margin: 0px;
}
.tax-store_category .col-md-2.clearfix.col-half-offset:nth-child(5n+1){	clear:both;}
.col-md-2.clearfix.col-half-offset:nth-child(5n+1) {
    margin: 0px;

}
}
@media only screen and (max-width: 782px) {
	.sticky-header.admin-bar .fixed-header  {
		top: 46px;
	}

}

@media only screen and (max-width: 600px) {
	.sticky-header.admin-bar .fixed-header  {
		top: 0;
	}

}

/*--------------------------------------------------------------
# 19.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu {
		display: block !important;
		    position: initial;
	}
.main-navigation-menu ul{width:100%;text-align:center;left:0px;background:#000;}
.main-navigation-menu ul li{display:inline-block;}
}
ul.meta.clr {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 20px;
    text-align: left;
    color: #777;
}

ul.meta.clr li {
    display: inline-block;
    margin: 0 0px;
}
ul.meta li i {
    margin-right: 8px;
}
ul.meta a {
    color: #777;
    text-decoration: none;
}

ul.meta.clr li.meta-seperator {
    margin: 0 15px;
    color: #bbb;
}
.single .entry-content.clearfix img.aligncenter.size-full {
    width: 100%;
    height: auto;
}
.single .entry-content.clearfix iframe {
    width: 100%;
}

.single .entry-content.clearfix p {
    line-height: 30px;
    margin: 15px 0px;
}
footer.entry-footer {
    margin-top: 30px;
}.featured-vid-single img {    width: 100%;    margin-top: 30px;}.entry-content.clearfix img {    margin-top: 15px;    margin-bottom: 15px;}
.col-sm-4.col-md-2.clearfix.col-half-offset.store-product-col {
    padding-top: 20px;
    padding-bottom: 20px;
}button.btn.btn-primary {display:none;}

#responsive-menu-container .responsive-menu-search-box{height:30px!important;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow{padding-right:20px;}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
      background: #363636!important;
}
.sticky-header .fixed-header .main-navigation-toggle,.main-navigation-toggle {
       display: none!important;
}
button#responsive-menu-button{border-radius:30px;}
.fixedheader button#responsive-menu-button {
    top: 10px;
}
.mainsocial{width:100%;text-align:center;}
.scocial-wrap{padding:10px 1%;}
.socialicon{max-width:18%;padding:0 1%!important;}.main-navigation-menu a {padding: 1em 1em !important;}.main-navigation-menu>li>a { padding-bottom:0px;}#ult-fs-search {background-color: rgba(255, 255, 255, 0.9);}#ult-fs-search input[type="text"] {color: rgb(0, 0, 0);}
.maintitle.mobionly {
    margin-top: 30px;
}

h2.m_title.mobionly {
    margin-bottom: 30px;
}

.maintitle.mobionly {
    display: none;
}
.post-wrapper .type-post .entry-meta time.entry-date.published.updated{font-size:16px!important}
.writtenby {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}
.vidtitle {
    text-align: left;
    text-transform: uppercase;
}
a.vcat-title {
    text-transform: uppercase;
}

@media(max-width:768px){

.footer-widget-column.foot-col3	aside#nav_menu-8 {
    width: 100%;
    padding: 0 0px;
}
.footer-widget-column.foot-col3 {
    display: block;
    margin-top:20px
}


.footer-widget-column.foot-col3 h3.widget-title {
    display: none;
}

.footer-widget-column.foot-col3 ul#menu-footer li {
    display: inline-block;
    margin: 5px;
}

.footer-widget-column.foot-col3 ul#menu-footer {
    text-align: center;
    font-size: 15px;
}

.footer-widget-column.foot-col3 ul#menu-footer li a {
    font-size: 12px;
}	
	
	.m_title.mobionly.adi{font-size: 20px!important;
color: #fff!important;
text-align:center!important;
line-height: 70px!important;
    background-color: #030303!important;
font-weight:bold!important;
text-transform:uppercase;
margin:0px!important;}

.maintitle.mobionly.adi{margin:0px;}
	section#primary .maintitle h2 {
    display: none;
}
	h2.m_title.mobionly{font-size:30px!important;line-height:0.4!important;}
	.vid-title {
       margin-bottom: 20px;
}
	p.con_title,h2, .h2 {
    font-size: 20px!important;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.more-link{font-size:14px!important;}
.adver {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
.page .entry-content {
font-size: 18px;}
h3.sub_title {
    color: #a19366;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.contact-page input[type="text"], .contact-page input[type="email"] {width:100%;font-size:18px;text-align:center;}
.contact-page textarea {
  
    font-size: 18px;
     line-height: 27px;
	 text-align:center;
}


h3.ctitle {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
    text-align: center;
}
	.maintitle h2 {
    font-size: 22px;
    text-align: center;
    margin: 0px 0px 12px 0px;
    font-weight: 600;
}
span.meta-date {
    font-size: 14px!important;
}
	.home .brd-bot-cnt {
    padding: 16px 0;
    font-size: 15px;
}
	.home .fashion.container.clearfix .col-xs-4.brd-bot {
    padding: 0 5px;
}

.home .fashion.container.clearfix .col-md-6.brdcnt {
    display: none;
}

.home .fashion.container.clearfix .center-devider {
    display: none;
}

.home .fashion.container.clearfix h2.m_title {
    font-size: 34px;
}

.home .fashion.container.clearfix .brd-bot-img img {
    width: 80%;
    max-width: 140px;
    margin: auto;
}
	.home .fashion.container.clearfix{padding:0px;}
.side-adds,.banneradd{display:none;}	
.post-wrapper .type-post .entry-meta time.entry-date.published.updated{font-size:14px!important; line-height:30px}
.entry-meta span.meta-category a{padding:2px 10px;}
  .maintitle.mobionly {
    display: block!important;
} 
.page-template-template-shoppage .col-sm-4.col-md-2.clearfix.col-half-offset.store-product-col .post-header .image-wrapper {
    padding: 10px 2px;
}
.entry-meta span.meta-category a{font-size:14px!important;}
.page-template-template-shoppage .col-sm-4.col-md-2.clearfix.col-half-offset.store-product-col .post-header .image-wrapper img {box-shadow: 0px 5px 8px 0px rgba(0,0,0,.6);}
	.col-sm-4.col-md-2.clearfix.col-half-offset.store-product-col {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
}
a.load-more{font-size:1em!important;line-height:36px!important;padding:0 30px!important;}
.page-template-template-shoppage section#primary .maintitle h2 {display:none;}
.page-template-template-shoppage .setion-title {
    font-size: 28px;
    text-align: center;
}
.page-template-template-shoppage a.more-link {
    padding: 5px 15px;
    font-size: 19px;
}

.page-template-template-shoppage h2.entry-title a{font-size:26px;}
.page-template-template-shoppage .col-md-3.brd-bot {    
text-align: left;    
vertical-align: middle;    
padding: 15px 0;    
border-top: 2px solid #ede9df;
}
.page-template-template-shoppage p.taxicon 
{    
display: inline-block;    
margin-bottom: 0px;    
font-weight: inherit;    
font-size: 27px;    
margin-left: 20px;
}
.page-template-template-shoppage  .brd-bot-img img {    width: 13%;    min-width: 60px;}
.page-template-template-shoppage .col-md-4.brd-bot 
{    
text-align: left;    
padding: 15px 0px;    
border-top: 2px solid #ede9df;
}
.page-template-template-shoppage .brd-bot-img a{display:block}
.page-template-template-shoppage .fashion.container.clearfix .col-md-10.center-block{padding:0px}
.page-template-template-shoppage section#seconderyinfo {padding-bottom:0px;padding-right: 0px;
    padding-left: 0px;}
.page-template-template-shoppage .brd-bot-img {    padding: 0 30px;}
.page-template-template-shoppage .fashion.container.clearfix {    padding: 0px 15px;}
.page-template-template-shoppage main.site-main.secondsec div#post-wrapper-product .col-sm-4.col-md-2.clearfix.col-half-offset.store-product-col:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
}

#footer-widgets input[type="email"] {
    background: #000!important;
    width: 90%!important;
    border-color: #fff !important;
    color: #bbbbbb!important;
	    border-radius: 0px;
    padding: 0.3em 0.6em;
    
}

#footer-widgets input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbbb!important;
}
#footer-widgets input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #bbbbbb!important;
}
#footer-widgets input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #bbbbbb!important;
}
#footer-widgets input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color:#bbbbbb!important;
}
#footer-widgets .mc4wp-form-fields label {
    display: none;
}

#footer-widgets .mc4wp-form-fields input#mc4wp_button {
height: 0px;
visibility: hidden;
opacity: 0;
}
span.meta-date {
    font-size: 16px!important;
}
.vid-cat-img.mobieq {
    width: 100%;
    height: 518px;
    background-size: cover!important;
    background-position: 50% 50%!important;
}

@media(max-width:600px){	.page-template-template-shoppage .brd-bot-img {    padding: 0 20px;}	.page-template-template-shoppage p.taxicon {    display: inline-block;    margin-bottom: 0px;    font-weight: inherit;    font-size: 22px;    margin-left: 10px;}

}
@media(max-width:450px){			.page-template-template-shoppage .brd-bot-img {    padding: 0 10px;}	.page-template-template-shoppage p.taxicon {    display: inline-block;    margin-bottom: 0px;    font-weight: inherit;    font-size: 16px;    margin-left: 10px;}}

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

.responsive-menu-box {margin-top:-5px!important;}

}
.banu-img{max-width:1600px;margin:auto;}
.single-product .features ul li {
    font-size: 19px;
}

/* sponsored post styles */
#content .entry-meta .sponsored-post-category a,
#content .sponsored-post-category a {
    background: #A39161;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background-image: url("/wp-content/uploads/2018/08/metallicb.png");
}

@media only screen and (min-width:320px) and (max-width:767px)
{
	.gallery-image1 {
	width: 100%;
	float: left;
}
.section3-gallery img {
	width: 100%;
}
.section3 h2 {
	font-size: 14px !important;
	letter-spacing: 4px;
	text-align: left;
}
.section2-image1 {
	float: left;
	width: 100%;
}
.section2-image2 {
	float: left;
	width: 100%;
}
	.section1 h2{
font-size: 18px !important;
letter-spacing: 3px;
font-style: italic;
}
	.logo1 {
	float: left;
	width: 100%;
}
	.logo2 {
	float: left;
	width: 100%;
}
#main-row-container {
	margin: 0 auto;
	width: 97%;
}
	.section-paragraph {
	padding-top: 0;
}
	.section-paragraph {
	padding-top: 5px;
}
	h2.m_title.mobionly {
	margin-bottom: 0px;
}
	.maintitle.mobionly {
	margin-top: 50px;
}
		.page-id-54281 .site-content {
	padding-top: 0!important;
}
	.page-id-54281 .maintitle.mobionly {
	margin-top: 6px;
}
}


