 /*
Theme Name: redhead
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: redhead
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

redhead is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 Links
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
--------------------------------------------------------------*/

@font-face {
  font-family: 'OriyaSangamMN';
  src: url('./inc/fonts/OriyaSangamMN.eot?#iefix') format('embedded-opentype'),  url('./inc/fonts/OriyaSangamMN.woff') format('woff'), url('./inc/fonts/OriyaSangamMN.ttf')  format('truetype'), url('./inc/fonts/OriyaSangamMN.svg#OriyaSangamMN') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

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: bolder;
    font-size:110%;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0px;
    padding: 0 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 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"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    #text-transform:uppercase !important;
}

p {
    margin-bottom: 1.5em;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    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 {
    xbackground: #fff; /* Fallback for when there is no custom background color defined. */
    background:#f1f2f3 url('./inc/white_wall_hash.png');
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

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 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

::-webkit-input-placeholder {
    color: #b3b3b3;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b3b3b3;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal; 
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #b3b3b3;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;  
}

:-ms-input-placeholder {  
    color: #b3b3b3;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;  
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    xbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    xbox-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color:#666666;
    border:1px solid #f37d67;
    box-shadow:0 0 5px #f37d67;
    outline:0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: none;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    color: #f37d67;
    text-decoration: none;
    font-family: 'OriyaSangamMN', sans-serif;
font-family:'Helvetica',sans-serif;
    font-weight:normal;
    transition:all .3s ease-in-out;
}

a:visited {
    color: #a1402d;
}

a:hover,
a:focus,
a:active {
    color: #a1402d;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}
input[type=submit],
a.button{
    display:inline-block;
    padding: 8px 16px;
    background:#f37d67;
    color:#FFFFFF;
    text-transform: uppercase;
    text-align:center;
    margin-top:1em;
    margin-bottom:.5em;
    transition:all .3s ease-in-out;
}
a.button:hover{
    background:#a1402d;
}
input[type=submit]{
    margin:0;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: auto;
    width:100%;
    text-align:center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display:inline-block;
}

.main-navigation li {
    float: left;
    position: relative;
    margin:0 15px;
}

.main-navigation a {
    color:#6b615f;
    display: block;
    text-decoration: none;
    padding: 10px 0;
}

.main-navigation a:hover{
    color:#f37d67;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 30px;
    width:auto;
    height:0;
    transition:all .3s linear;
    overflow:hidden;
    opacity:0;
    transition-delay:overflow .3s;
    z-index:110;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width:auto;
    color:#f37d67;
    white-space:nowrap;
    padding:0 15px;
}

.main-navigation ul ul li {
    display:block;
    float:none;
    clear:both;
    padding:3px 0px;
    border-bottom:1px solid #eee;
    margin:0;
}
.main-navigation ul ul li:last-child{
    border-bottom:none;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
    left: 0;
    background:#FFFFFF;
    height:auto;
    opacity:1;
}
.main-navigation .sub-menu:hover{
    height:auto;
    opacity:1;
    z-index: 100;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
.menu-shopping-cart-container{
    display:inline-block;
    float:right;

}
.menu-shopping-cart-container ul{
    list-style:none;
    margin: 0;

}
/* Small menu. */
nav .menu-toggle span.bar,
.menu-toggle {
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
    }

    /* .main-navigation ul {
        display: none;
    } */
    /* .main-navigation ul li{
        display:block;
        width:100%;
        float:none;
        margin-top:5px;
    } */
    .account-navigation.main-navigation {
        text-align: center;
    }
    .account-navigation li {
        float: none;
        display: inline-block;
    }
    .account-navigation li:first-child {
        margin-left: 15px !important;
    }
    .account-navigation a {
        font-size: .875em;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.form-allowed-tags{
    display:none !important;
}

/* mega menu navigation */
.main-navigation .mega-menu-wrap ul ul li {
    clear: none;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
    max-width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    white-space: pre-line;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 18px 0 10px 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 18px 0 18px;
}



/* user navigation */
.user-navigation ul ul a {
    color: #333;
}
.main-navigation.user-navigation {
    width: auto;
    clear: none;
    display: inline-block;
}
.user-navigation .menu-item-has-children a {
    padding: 0;
    margin: 4px 0;
}
.user-navigation ul ul.sub-menu a {
    padding: 0 15px;
}
.account-navigation {
    text-align: left;
    margin: 2em 0;
}
.account-navigation li:first-child {
    margin-left: 0;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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. */
}

/*--------------------------------------------------------------
7.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-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    margin:0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
10.4 Search Results
--------------------------------------------------------------*/
.search-results {

}
.search-results #main {
    max-width: 75%;
}
.search-results header {
    background: transparent;
}
.search-results .entry-title a {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
}
.search-results .entry-title .fa {
    padding-right: 12px;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* 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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-video{margin:0 auto;}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.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;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.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;
}

/*--------------------------------------------------------------
13.0 RedHead
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after{
    display:table;
    content:'';
}

.clearfix:after{
    clear:both;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
header{
    background:#FFFFFF;
}
.header {
    min-height: 130px;
    padding-top:10px;
    background:#ffffff;
}
.logo{
    margin-top:25px;
    padding-bottom:10px;
}
.top-bar .input{
    display:inline-block;
    float:left;
}

.top-bar a{
    font-size:12px;
    color:#666666;
}
.top-bar a.header-login{
    margin:4px 15px;
}
ul.top_nav{
    list-style: none;
    padding:0;
    margin:0;
    display:inline-block;
    float:left;
}
ul.top_nav li{
    display:inline-block;
    margin:4px 15px;
}
.nav-bar{
    background: #FFFFFF;
    min-height:51px;
}
.nav-bar .row{
    position:relative;
}

.logout{
    color: #a1402d !important;
    margin:4px 0;
}

.wpmenucart-contents{
    width: auto;
    height: 100%;
    display:inline-block;
    font-weight:normal;
    margin: 4px 15px; 
}


.logo img{
    display:block;
    margin-top:-20px;
}
@media screen and (max-width:40.063em){
    .logo img{
        margin-top:0;
    }   
}

ul.social_links{
    float:right;
    display:block;
    margin:0;
    padding:0;
    list-style: none;
}
ul.social_links li{
    display:inline-block;
    float:left;
}
ul.social_links li a{
    display:inline-block;
    float:left;
    width:26px;
    height:26px;
    margin:0px 10px;
    background: #cccccc url('/wp-content/uploads/2015/08/social.png')no-repeat;
}
ul.social_links li.facebook a{
    background-position: 0 0;
}
ul.social_links li.pinterest a{
    background-position: -36px 0px;
}
ul.social_links li.instagram a{
    background-position: -72px 0;
}
ul.social_links li.twitter a{
    background-position: -107px 0px;
}
ul.social_links li.mail a{
    background-position: -143px 0px;
}
ul.social_links li.googleplus a{
    background-position: -180px 0px;
}
ul.social_links li.facebook:hover a{
    background-position: 0 -26px;
}
ul.social_links li.pinterest:hover a{
    background-position: -36px -26px;
}
ul.social_links li.instagram:hover a{
    background-position: -72px -26px;
}
ul.social_links li.twitter:hover a{
    background-position: -107px -26px;
}
ul.social_links li.mail:hover a{
    background-position: -143px -26px;
}
ul.social_links li.googleplus:hover a{
    background-position: 180px -26px;
}
header input[type='search']{
    padding-left:30px !important;
    background:#FFF url('/wp-content/uploads/2015/04/search_icon.png') no-repeat;
    background-position: 5px 5px;
}
.header input[type='submit']{
display:none;
}
/*--------------------------------------------------------------
13.1 Footer
--------------------------------------------------------------*/

.site-footer{
    background:#6b615f;
    padding-top:2em;
    padding-bottom:1.3em;
}
.site-footer h2,
.site-footer p,
.site-footer .widget_text{  
    color:#fff;
}

.site-footer ul.social_links{
    float:left;
    margin-top:1em;
    margin-bottom:1em;
}
.site-footer ul{
    list-style: none;
    margin:0;
    padding:0;
    padding-left:1em;
}
.site-footer ul li a{
    color:#ffffff;
}
.site-footer ul li a:hover{
    color:#f37c66;
}
.newsletter-signup{
    width:100%;
    display:block;
    position:relative;
}
.newsletter-signup input{
    width:100%;
    background:0;
    border:1px solid #FFFFFF;
    height:35px;
    padding:3px;
    color:#ffffff;
}
.newsletter-signup input[type="email"]:focus{
    color:#fff;
}
.newsletter-signup input[type=submit]{
    position:absolute;
    top:0;
    right:0;
    background:#f37c66;
    color:#ffffff;
    width:30%;
    text-transform: uppercase;
    text-shadow:none;
    box-shadow: none;
    border-radius: 0;
    transition:all .3s ease;
}
.newsletter-signup input[type=submit]:hover{
    background:#a15344;
}
/*--------------------------------------------------------------
14.0 Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.1 Home
--------------------------------------------------------------*/

/* 14.1.1 ---  Banner  --- */
.banner{
    width:100%;
    xheight:550px;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
    overflow:hidden;
    position:relative;
}
@media screen and (max-width:40.063em){
    .banner{
        xheight:180px;
    }
}

.rhh-slick-slider{
    width:100%;
    height:100%;
    position:relative;
}
.slick-list,
.slick-track{
    height:100%;
}
.rhh-slide-wrap{
    width:100%;
    height:100%;
    display:block;
    float:left;
    position:relative;
}
.rhh-slide-button-wrap span{
    background:#63B39C;
    color:#fff;
    padding:10px;
    border-radius:5px;
    font-weight:bold;
}
.slick-slide{
    -webkit-filter: grayscale(100%) brightness(0.5); 
    filter: grayscale(100%) brightness (0.5);
    transition:.3 ease all;
}
.slick-slide.slick-active{
    -webkit-filter: none; 
    filter: none;
    transition:.3 ease all;
}
.rhh-slide-title-box{
    text-align:center;
    position:absolute;
    bottom:0;
    left: calc(50% - 160px);
    border:6px solid #a3cfc2;
    border-bottom:0;
    padding:.5em;
    width:320px;
    padding-bottom:2em;
    background:#fff;
}
.rhh-slide-title h1{
    font-size:23px;
    font
}

.slick-next,
.slick-prev{
    position:absolute;
    top:250px;
}
.slick-next{
    right:0;
}
.slick-prev{
    left:0;
}

.sale-alert{
    width:100%;
    height:auto;
    background:#fde5e1;
    text-align:center;
    position:relative;
    z-index:-1;
    padding:10px 0;
    text-transform:uppercase;
    color:#6b615f;
}

/* 14.1.2 ---  triple shop  --- */
.triple-shop{
    margin:50px 0;
}
.triple-shop div{
    margin-top:10px;
}
.triple-shop a{
    width:100%;
    display:block;
}
.triple-shop a img{
    display:block;
    margin:0 auto;
}

/* 14.1.3 ---  highlights  --- */

.highlights{
    padding-top:20px;
}


.highlights .woocommerce ul.products li.product{
    margin: 0;
    width: 30%;
    margin: 0 1.5%;
    /* fix for 600-760 */
    clear:none!important;
    float:left;
}

.highlights .woocommerce ul.products li.product h3{
    display:inline-block;
}

.highlights .onsale{
    display:none;
}

.highlights .product-image-wrap{
    xheight:369px;
    position:relative;
    overflow:hidden;
}

.highlights h1.entry-title,
.highlights .title-wrap h3{
    width:75%;
    color:#6b615f;
}
.highlights header.category.entry-header,
.highlights .title-wrap{
    xtext-align:left;
    color:#6b615f;
    padding:5px 2px;
    min-height:90px;
    text-transform: capitalize !important;
    position:relative;
    max-height:80px;
    overflow:hidden;
}

.highlights h1{
    position: relative;
        font-size: 20px;
            color:#f37d67;
}
.highlights h1 span{
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    color:#f37d67;
    background:url('./inc/white_wall_hash.png');
    padding-right:20px;
    z-index:10;
    padding-left:50px;
}

.highlights h1.rrh-icon-prefix:before{
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('./inc/red_glyph.png');
  background-size: cover;
  top: -8px;
  left: 0px;
  z-index: 15;
}
.highlights h1.rrh-icon-prefix:after{
    content:'';
    position:absolute;
    top:40%;
    right:0;
    width:100%;
    height:1px;
    background:#a3d0c3;
    z-index:5;
}
.highlights h1.entry-title{

}
/* 14.1.4 ---  giveaway banner  --- */
.giveaway-banner{
    margin-top: 2em;
    margin-bottom:2em;
}
.giveaway-banner .row{
    background: #f37c66;
    text-align:center;
    padding:10px 0;
    position:relative;
}
.giveaway-banner a{
    color:#fff;
    font-size:1.5em;
    -webkit-transition: .2s linear color;
    -moz-transition: .2s linear color;
    -ms-transition: .2s linear color;
    -o-transition: .2s linear color;
    transition: .2s linear color;
}
.giveaway-banner a:hover{
    color: #6b615f; 
}
@media screen and (min-width: 64.063em){

    .giveaway-banner .row:before,
    .giveaway-banner .row:after{
        border-top:28px solid #f37c66;
        border-bottom:28px solid #f37c66;
        content:'';
        display:block;
        position:absolute;
        top:0;
    }
    .giveaway-banner .row:after{
        border-right:28px solid #fff;
        right:0;
    }
    .giveaway-banner .row:before{
        border-left:28px solid #fff;
        left:0;
    }
}
/* 14.1.5 ---  video banner  --- */

.video-container.row{
    margin-top:20px;
    margin-bottom:20px;
    position:relative;
}
.video-wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-banner{
    position: absolute;
    width: 100%;
    background: #6b615f;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    color: #FFFFFF;
}
/* 14.1.6 ---  instagram sequence  --- */


.instagram-feed{
    position:relative;
    overflow:hidden;
}

.instagram-feed .slick-slide{
    float:left;
}
.instagram-feed .slick-next,
.instagram-feed .slick-prev{
    top:36px;
}




.instagram-gallery{
    background: #fde5e1;
    padding-top:2em;
    padding-bottom:2em;
    display:block;
}
.instagram-gallery h3{
    text-align: center;
    font-weight:normal;
    color:#6b615f;
    text-transform: uppercase;
}

.rh-c {
        position: relative;
            max-width: 100%;
            margin: 0 auto;
        }
        .rh-c-list-container {
            overflow: hidden;
            position: relative;
        }
        .rh-c-list {
            width: 99999em;
            position: relative;
            left: 0;
            list-style: none;
            -webkit-transition: left 0.5s ease-out; 
            -moz-transition: left 0.5s ease-out;  
            -o-transition: left 0.5s ease-out; 
            transition: left 0.5s ease-out;
        }
        
        .rh-c li {
            float: left;
        }
        .rh-c li a {
            display: block;
        }
        .rh-c img {
            display: block;
        }
        .rh-c-nav {
            clear: both;
            overflow: hidden;
        }
        .rh-c-nav a {
            float: left;
            width: 50%;
            padding: 1em;
            -webkit-transition: opacity 0.5s ease-out; 
            -moz-transition: opacity 0.5s ease-out;  
            -o-transition: opacity 0.5s ease-out; 
            transition: opacity 0.5s ease-out;
        }
        .rh-c-nav a.next {
            border-left: 1px solid #808080;
            text-align: right;
        }
        .rh-c-nav a.inactive {
            opacity: 0.2;
            
        }
        
        @media screen and (min-width: 35em) {
            .rh-c {
                padding: 1em 0.5em 0;
            }
            .rh-c li {
                padding: 0 0.5em;
            }
        }

        
        
        @media screen and (min-width: 82em) {
            .rh-c-nav a {
                position: absolute;
                top: 40%;
                left: -4em;
                width: 4em;
                height: 2em;
                padding: 0;
                margin-top: -1em;
            }
            .rh-c-nav a.next {
                left: auto;
                right: -4em;
                border: 0;
            }
        }

        @media screen and (max-width:1300px) {
            .rh-c-nav a img{
                margin:0 auto;
                display:block;
            }
        }



/* 14.1.7 ---  featured products  --- */


/*15----- Posts Products and Pages ---- */
.excerpt{
    display:block;
    clear:both;
    margin-top:2em;
    float:left;
    border-bottom:1px dotted #cccccc;
    padding-bottom:1em;
}

.entry-footer.archive,
.entry-footer.single{
    display:block;
    width:100%;
    clear: both;
    margin-top:1em;
    float:left;
}
.entry-footer.archive span,
.entry-footer.single span {
    display:block;
    float:left;
    margin-top:5px;
}
.entry-footer.archive span a,
.entry-footer.single span a{
    font-weight:normal;
}
.entry-footer.archive span.comments-link{
    float:right;
    margin-top: 20px;
}

.site-main .posts-navigation,
.site-main .post-navigation{
    display:block;
    width:100%;
    float:left;
    font-size:1.2em;
    margin-top:6.5em;
    margin-bottom:2em;
    padding-top:3px;
    padding-bottom: 4px;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}
.post-navigation a,
.posts-navigation a{
    font-weight:400;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous{
    position:relative;
    display:block;
    padding-left:2em;
}
.post-navigation .nav-previous:before,
.posts-navigation .nav-previous:before{
    content:'';
    display:block;
    position:absolute;
    width:16px;
    height:16px;
    background:url('/wp-content/uploads/2015/04/back.png');
    background-size:contain;
    top: 6px;
    left: 0;
}
.post-navigation .nav-next,
.posts-navigation .nav-next{
    position:relative;
    display:block;
    padding-right:2em;
}
.post-navigation .nav-next:before,
.posts-navigation .nav-next:before{
    content:'';
    display:block;
    position:absolute;
    width:16px;
    height:16px;
    background:url('/wp-content/uploads/2015/04/forward.png');
    background-size:contain;
    top: 6px;
    right: 0;
}

.category-block{
    width:25%;
    float:left;
    display:block;
    xweight:310px;
    margin-top:2em;
    min-height:288px;
}
.category-post{
    width:100%;
    display:block;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}
.category .entry-header,
.highlights .entry-header{
    background: transparent;
    text-align: center;
    color: #6b615f;
    padding: 15px;
    height:90px;
}
.category .entry-header h1,
.highlights .entry-header h1{
    font-size:16px;
}

@media screen and (max-width:40.063em){
        .category-block{
                width:90%;
                margin: 2em 5%;
                background:#fff;
                box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
                padding:8px;
        }
    .category .entry-header,
    .highlights .entry-header{
        xheight:40px;
    }

}
@media screen and (min-width:40.063em){
    .category-post{
        max-height:198px;
    }
    .top-bar a{
        font-size:14px;
    }
}

.rhh-breadcrumb .woocommerce-breadcrumb{ 
    margin-top:2em;
    display:block;
    margin-bottom:1em;
    padding-top:3px;
    padding-bottom:3px;
    border-top:1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


.books h2{
    text-align: center;
    margin-top:10px;
    margin-bottom:1em;
    font-weight:normal;
    color:#f37d67;
    font-size:20px;
}

.books h3{
    xfont-weight:400;
    xtext-align: center;
    color:#696969;
    width:75%;
    background: transform;
    text-align:left;
    color:#6b615f;
    padding:5px 2px;
    font-size:14px;
    xborder-right:1px solid #d5d5d5;
    min-height:90px;
    text-transform: capitalize !important;
}
.books .product-image-wrap{
    background:rgba(255,255,255,0.5);
}

.books .product-image-wrap img{
    max-height:185px;
}

.books .example{
    position:absolute;
    right:0;
    top:40px;

}

/*.book-entry{
    display:block;
    clear:both;
    margin-top:2em;
    float:left;
    border-bottom:1px dotted #cccccc;
    padding-bottom:1em;
    width:100%;
}*/

.wcvendors_sold_by_in_loop {
    display: none;
}


@media screen and (max-width: 600px){
    .page-content, .entry-content, .entry-summary{
        overflow-x:hidden;
    }
    .row.top-bar{
        xdisplay:none;
    }
    .mob-hide{
        display:none !important;
    }
    .right{
        float:none !important;
    }
    ul.social_links {
        float: none;
        margin: 10px auto;
        width: 95%;
    }
    .highlights .woocommerce ul.products li.product{
        width:90%;
        margin:20px auto;
        display:block;
        float:none;
        padding:10px;
        background:#fff;
        box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
    }
    
    .triple-shop div{
        margin-bottom:1em;
    }
    .video-container.row {
        display:none;
    }
    .instagram-gallery {
        margin-top:2em;
    }
    .giveaway-banner .row:before, .giveaway-banner .row:after{
        display:none;
    }
    nav .menu-toggle{
        display: block;
        border: 0;
        background: transparent;
        box-shadow: none;
        border-top: 3px solid #6b615f;
        border-radius: 0;
        border-bottom: 3px solid #6b615f;
        margin-left: 1em;
        height: 27px;
        width: 30px;
        position: relative;
        margin-top:12px;
        margin-bottom:12px;
    }
    nav .menu-toggle span.bar{
        position: absolute;
        display:block;
        top:9px;
        width:30px;
        height:3px;
        background:#6b615f;
        left:0;
    }
    ul.social_links{
        margin-bottom:10px;
    }
}

li.comment{
    width: 100%;
    display: block;
    border-bottom: 1px dotted #888888;
    padding: 1.5em 4em;
    float: left;
}
@media screen and (max-width:40.063em){
    li.comment{
        padding:0px;
    }   
}
.comment-author{
    float: left;
    width: 100%;
}
.comment-metadata{
    float: left;
    display: block;
    font-size: 80%;
    width: 100%;
}
.comment-metadata a{
    float:left;
}
.comment-metadata .edit-link{
    float:right;
    display:inline-block;
}
.comment-content{
    float: left;
    display: block;
    padding: 1em;
}
.reply{
    display: block;
    width: 100%;
    float: left;
}
.reply a{
    background: #dddddd;
    padding: .2em 1em 0.4em;
    color: #FFFFFF;
}


.woocommerce-page ul.products li.product{
    overflow:hidden;
}

.woocommerce-page ul.products li.product .product-image-wrap{
    height:198px;
    overflow:hidden;
    positioN:relative;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.woocommerce-page ul.products li.product a .product-image-wrap img{
    xposition: absolute;
    xbottom:0;
    margin:0;
}

.woocommerce-page ul.products li.product .title-wrap{
    position:relative;
}

.woocommerce-page ul.products li.product-category.product h3{
    width:100%;
    text-align:center;
}

.woocommerce-page ul.products li.product h3{
    color:#696969;
    width: 75%;
    background: transform;
    text-align: left;
    color:#6b615f;
    padding:5px 2px;
    min-height:90px;
    text-transform: capitalize !important;
}

@media screen and (max-width:40.063em){
    .woocommerce-page ul.products li.product{
        width:90% !important;
        margin:10px 5% !important;
        background:#fff;
        padding:10px;
        box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
    }
    .woocommerce-page ul.products li.product a .product-image-wrap{
        height:auto;
    }
    .woocommerce-page ul.products li.product a .product-image-wrap img{
        position:relative;
    }
}

.product-category .count{
    display:none
}

.single .content-area{
    background:#FFF;
    padding:2em 1em;
}

.wc-category_accordion-3 h2{
    position: relative;
        font-size: 20px;
            color:#f37d67;
}

.wc-category_accordion-3 h2 span{
    font-size: 20px;
    margin-left: 50px;
    margin-bottom: 30px;
    position: relative;
    color:#f37d67;
    background:url('./inc/white_wall_hash.png');
    padding-right:20px;
    z-index:10;
}

.wc-category_accordion-3 h2:before{
    content:'';
    display:block;
    position:absolute;
    width:40px;
    height:40px;
    background:url('./inc/red_glyph.png');
    background-size: cover;
    top: -8px;
    left: -55px;
}


/* woocommerce style overrides */
.woocommerce .related ul.products li.product img,
.woocommerce-page .related ul.products li.product img{
    width:auto !important;
    max-width:100% !important;
}

@media screen and (max-width:768px){
    .woocommerce ul.products li.product{
        clear:none !important;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n){
        float:left;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n),
    .highlights .woocommerce ul.products li.product {
        float: none;
    }
}
.wc-nonpurchasable-message {
    font-size: 150%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
}

/* make video embeds full width */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}


.row{
    /*background-image:url('inc/white_wall_hash.png');*/
}

h2.woocommerce-loop-product__title {
    width: 75%;
    display: inline-block;
}
.product-type-variable h2.woocommerce-loop-product__title {
    width: 72% !important;
    display: inline-block;
}


.sale-strip {
  z-index: 0;
  color: #ffffff;
  font-size: 1.5rem;
}

.sale-strip  p:empty { display: none }

.sale-strip.sale-default {
  color: #6b615f;
}

.sale-strip h1,
.sale-strip h2,
.sale-strip h3,
.sale-strip h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.sale-teal {
  background-color: #5ac3bc;
}

/* Coupon Strip Shortcode Styles */
.sale-teal a:link,
.sale-teal a:visited,
.sale-orange a:link,
.sale-orange a:visited {
  color: #fdcd72; 
}

.sale-teal a:hover,
.sale-orange a:hover {
  color: #fdc14f;
}

.sale-coral {
  background-color: #ea7762;
}

.sale-coral a:link,
.sale-coral a:visited {
  color: #4cded4;
}

.sale-coral a:hover {
  color: #46aba4;
}

.sale-yellow {
  background-color: #fdc14f;
}

.sale-orange {
  background-color: #f15c34;
}

/******************************
* Buy Now Wrap Price Tags
******************************/
.woocommerce ul.products li.product .buy-now-wrap{
    display: block;
    position: absolute;
    border: 0;
    background-color: #f37d67;
    z-index: 100;
    opacity: 1;
    top: 5px;
    font-size: 10px !important;
    width: auto;
    right: 0;
    padding: 4px;
    border: 1px solid #ce6b59
}

.woocommerce ul.products li.product .buy-now-wrap span{
    display:none;
}
.woocommerce ul.products li.product .buy-now-wrap span.woocommerce-Price-currencySymbol {
    display: inline-block;
}

.woocommerce ul.products li.product .buy-now-wrap span.price{
    float:right;
    margin:0;
    color: #fff;
    display: block !important;
    font-size: 14px;
    font-weight: normal;
}


.woocommerce ul.products li.product .buy-now-wrap .price del{
    display:block;
}

.woocommerce ul.products li.product .buy-now-wrap span.price span.amount{
    display: block !important;
    background-color: #f37d67;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.woocommerce ul.products li.product .buy-now-wrap .price .from{
    display:block;
    color: #ffffff !important;
    line-height: .75;
    margin: 0;
    padding-top: 2px;
}

.returning-customer {
    font-size: 150%;
}


body div.flipbook-container div.fb-page-content img.bg-img {
    visibility: visible;
}



/******************************
* My account page
******************************/
.downloads-header {
    padding-bottom: 5px;
}
.downloads-header h2,
.downloads-header img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.downloads-header img {
    width: auto;
    padding-left: 15px;
}
.woocommerce-info {
    clear: both;
}


/******************************
* Checkout page
******************************/
.checkout_coupon {
    display: block !important;
}
.woocommerce-checkout .order-received-title {
    display: none;
}
.woocommerce-checkout.woocommerce-order-received .checkout-title {
    display: none;
}
.woocommerce-checkout.woocommerce-order-received .order-received-title {
    display: block;
}


/******************************
* Order Complete page
******************************/
.get-reader {
    display: inline-block;
    margin-bottom: 1em;
}
.woocommerce a.download-button {
    background: #f37d67;
    color: #fff;
    padding: .618em 1em;
    margin-bottom: 1em !important;
}
.woocommerce a.download-button:hover {
    background: #a1402d;
    color: #fff;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-error {
    display: none;
}
