/*
Theme Name: Hawaii Candle Light
Theme URI: http://thecrazystudio.com/
Author: Sujan Devkota
Author URI: http://thecrazystudio.com/
Description: Hi, This is a wordpress theme built with love specially for Hawaii Candle Light. Cheers!!
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,800');


/* This is a small security for too long strings titles */
body {
    word-wrap: break-word;
    font-family: 'Raleway', sans-serif;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}


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


/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.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-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 */
}


/* Content */

.main-content {
    width: 100%;
    overflow: hidden;
}

.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}


/* Clearing */
.clear {
    clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
    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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

#home-testimonials-slider .carousel-testimonial-single {
    color: #555555;
    align-items:center;
}

#home-testimonials-slider {
  width: 100%;
  height: auto;
  padding: 30px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .7s; /* Safari */
  -moz-transition-duration: .7s;
  -o-moz-transition-duration: .7s;
  transition-duration: .7s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*Master Colors*/
.color1{
color: #4f336e;
}

.bg-color1{
background-color: #4f336e;
}

/****** Website Css ******/


header#masthead {
    background: #000;
}

header#masthead .container {
    margin-bottom: 0;
    padding-bottom: 0;
}

nav.top-navigation .container {
    padding: 5px 0 5px 0;
    height: 35px;
}

nav.top-navigation {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.top-navbar { display: inline-block; }

ul.top-nav { display: inline-block; list-style: none; }

ul.top-nav li{
    display: inline-block;
    padding: 0 6px;
    border-left: 1px solid #fff;
    line-height: 0.9;
}

ul.top-nav li a{
    color: #fff;
}

ul.top-nav li:first-child{
    border-left: none;
}

.social-wrapper{
    display: inline-block;
    margin-left: 10px;
}

.social-wrapper a{
    color: #fff;
    padding: 0 6px;
    border-left: 1px solid #fff;
}

.social-wrapper a:first-child{ border-left: none; }

.parallax-section {
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

/**/

img.custom-logo {
    height: 90px;
    width: inherit;
}

.header-right {
    padding-left: 15px;
}

.header-section-1 {
    font-size: 17px;
    color: #555555;
    padding-left: 19px;
}

nav.site-navigation {
    background: none;
    position: absolute;
    top: 138px;
    width: 100%;
    z-index: 100;
}

.logged-in.admin-bar nav.site-navigation {
    top: 170px;
}

.body-inner-pages nav.site-navigation {
    top: 128px;
}

.body-inner-pages.logged-in.admin-bar nav.site-navigation{
    top: 160px;
}

.site-navigation .navbar.navbar-default {
    background: none;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 20px;
}

.site-navigation .nav.navbar-nav {text-align: center;width: 100%;}

.site-navigation .navbar-nav>li{padding: 0 10px;display: inline-block !important;float: none !important;}

.site-navigation .navbar-nav>li:last-child:after{
    display:none;
}
.site-navigation .navbar-nav>li>a {
    padding: 6px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.site-navigation .navbar-default .navbar-nav>li>a:hover, .site-navigation .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.site-navigation .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .site-navigation .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    font-weight: 400;
    color: #fff;
    background: none;
}

.home .home-page-section {
    padding-top: 70px;
    overflow: hidden;
}


h3.section-heading {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    padding-bottom: 45px;
}


.parallax-1 {
    background: url('/wp-content/uploads/2017/12/ABOUTUS1.png');
    height: 970px;
}

section#home-below-slider{text-align: center;color: #fff;line-height: 2; padding-top: 180px; position: relative;}

section#home-below-slider:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    left: 0;
    top: 0;
    z-index: 0;
}

section#home-below-slider .col-sm-8{
    z-index: 2 !important;
}

section#home-below-slider h3 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 200;
}


section#home-below-slider p {
    padding-top: 25px;
}

section#home-below-slider ul {
    display: inline-block;
}

section#home-below-slider ul>li {
    text-align: left;
}

/*Home Testimonials*/

.quote {
    font-size: 110px;
    font-weight: 400;
    color: #555;
    line-height: 0;
    text-align: center;
    padding-top: 30px;
}

#home-testimonials-slider a.left.carousel-control {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35%;
    left: 80px;
    transform: translateY(-50%);
    background: none;
    border: 1px solid #ccc;
    padding: 10px;
    color: #ccc;
    font-size: 16px;
    text-shadow: none;
}

#home-testimonials-slider  a.right.carousel-control {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 35%;
    right: 80px;
    transform: translateY(-50%);
    background: none;
    border: 1px solid #ccc;
    padding: 10px;
    color: #ccc;
    font-size: 16px;
    text-shadow: none;
}


.carousel-testimonial-single{
    text-align: center;
}
.testimonial-body {
    min-height: 150px;
}
.testimonial-body p {
    font-size: 17px;
    line-height: 2;
    color: #555555;
    padding: 0 35px;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
}

.designation-company {
    display: inline-block;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
}

.testimonial-meta {
    margin-top: 50px;
    font-size: 18px;
}

/*Home Contact Form*/
#home-contact-form{
    position: relative;
    padding-top: 130px;
}
section#home-contact-form h3 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 200 !important;
    font-size: 24px;
    text-transform: uppercase;
}


#home-contact-form .col-sm-6.col-sm-offset-3 {
    text-align: center;
    z-index: 1;
}

#home-contact-form:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    left: 0;
    top: 0;
    z-index: 0;
}

.parallax-2 {
    background: url('/wp-content/uploads/2017/12/parallex2-1.png');
    height: 970px;
}


form.wpcf7-form .home-contact-form textarea {
    background: none;
    border-radius: 0;
    padding: 20px 15px;
}

form.wpcf7-form .home-contact-form input{
    background: none;
    border-radius: 0;
    padding: 5px 15px;
    height: 50px;
}


form.wpcf7-form .home-contact-form input[type=submit] {
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}


#home-contact-form div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff;
    text-align: left;
}

#home-contact-form form.wpcf7-form .home-contact-form textarea, #home-contact-form  form.wpcf7-form .home-contact-form input {
   color: #fff;
}

form.wpcf7-form .home-contact-form input{
    background: none;
    border-radius: 0;
    padding: 5px 15px;
    height: 50px;
}




#home-contact-form span.wpcf7-not-valid-tip {
    text-align: left;
    padding-left: 10px;
}


/*Footer*/
footer#colophon {
    position: relative;
    overflow: hidden;
    background: url('/wp-content/uploads/2018/01/footer-bg-1.jpg') no-repeat bottom center;
    background-size: 100%;
    z-index: 1;
    height: 800px;
    padding: 100px 0;
    z-index: 1;
}

footer#colophon:after{
    content: " ";
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.00);
    z-index: -1;
}

section#footer-1 {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

section#footer-1 a{
    color: #fff;
}

section#footer-1 h3{
    text-transform: uppercase;
}

section#footer-1 img {
    height: 90px !important;
    width: inherit;
}

#text-3 a {
    display: inline-block;
    padding: 0 5px;
}

#text-3 .fa-envelope {
    border-left: 1px solid #fff !important;
    padding-left: 10px;
}


section#footer-1 .widget {
    margin-bottom: 20px;
}

.site-footer-inner {
    padding: 10px;
    color: #fff;
}

.footer-social-wrapper a.social-links {
    padding: 3px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
}


/*main Slider*/
.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

h3.slider-heading {
    background: none;
    color: #fff;
    display: inline-block;
    padding: 20px 70px;
    font-size: 45px;
    font-weight: 200;
    margin: 0;
}

h4.slider-sub-heading {
    color: #fff;
    font-weight: 200;
    font-size: 21px;
    margin-top: 30px;
}

.slider-button {
    background: none;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    margin-top: 30px;
}

a.btn.btn-default.slider-button:hover{
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

#home-slider .item:after{
    content: " ";
    height: 100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.00);
    z-index: 0;
}

#home-slider .item img {width: 100%;}

.carousel-indicators li{
    background: #fff;
}

.carousel-indicators .active{
padding: 9px;
background: none;
position: relative;
vertical-align: bottom;

}

.carousel-indicators .active:after {
    position:absolute;
    content: " ";
    background: #fff;
    height: 10px;
    width: 10px;
    top:50%;
    left:50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


/*Newsletter Form*/
#home-newsletter div.wpcf7-validation-errors {
    border: 2px solid #f7f7f7;
    clear: both;
    padding: 10px;
}

#home-newsletter .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    clear: both;
}
.home-newsletter-form input.wpcf7-form-control {
    background: none;
    color: #fff;
    padding: 18px;
    font-size: 16px;
}

.home-newsletter-form input.wpcf7-form-control.wpcf7-submit.btn.btn-default.subscribe-btn {
    padding: 7px 36px;
    font-size: 16px;
    margin-top: 20px;
}

.home-newsletter-form span.wpcf7-not-valid-tip {
    padding: 6px 0;
}

.home-newsletter-form div.wpcf7-validation-errors {
    color: #fff;
    text-align: left;
}

.home-newsletter-form  span.wpcf7-not-valid-tip {
    text-align: left;
}


/*Inner Pages*/

.inner-page-header {
    position:relative;
    overflow: hidden;
    background: url('/wp-content/themes/hawaiicandle/img/header-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-bottom: 125px;
    padding-top: 25px;
    z-index: 1;
}

.inner-page-header:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    left: 0;
    top: 0;
    z-index: -1;
}

.body-inner-pages .main-content {
    z-index: 1;
    position:relative;
    top:-100px;
}

.content-header-panel {
    background: none;
    text-align: center;
    color: #fff;
    height: 125px;
    overflow:hidden;
    margin-bottom: 20px;
}

.content-header-panel a{
    color: #fff;
}

.content-header-panel h1 {
    font-size: 23px;
    font-weight: 300;
    margin: 10px 0 5px;
    text-transform: uppercase;
}


/*Sidebar*/
.sidebar .search-form label {
    display: inline-block;
    width: 73%;
}

.widget_search input.search-field.form-control {
    font-weight: 300;
}

.widget_search .search-form input[type="submit"] {
    display: inline-block;
    background: none;
    color: #696767;
    width: 25%;
    padding: 6px 15px;
}

.sidebar h3.widget-title {
    padding: 0 10px 10px 10px;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.sidebar ul li a {
    color: #696767;
    font-size: 17px;
    padding: 5px 10px;
}

.sidebar ul li a:hover {
    background: none;
}



/** Responsive **/

@media only screen and (max-width: 1400px) {
        footer#colophon{
            background-size: cover;
        }

}


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

}


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

.slider-caption{
    top: 65%;
}

h3.slider-heading {
    padding: 5px 20px;
    font-size: 25px;
}

h4.slider-sub-heading {
    font-size: 17px;
    margin-top: 10px;
}

}

@media only screen and (max-width: 992px){
    
}

/*Menu on hover only for bigger screens*/
@media only screen and (min-width: 767px){

/*Nav Bar Fixes*/
.navbar-default .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color: #000;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus{
    background: #1c1c1c;
    color: #fff;
}

}

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


.body-inner-pages .main-content{
    top: -110px;
}

.inner-page-header{
    padding-bottom: 155px;
}

.body-front-page nav.site-navigation {
    top: 130px;
}

.body-inner-pages nav.site-navigation {
 top: 204px;   
}

.body-inner-pages.logged-in.admin-bar nav.site-navigation {
    top: 252px;
}

.site-branding { overflow: hidden;}
a.custom-logo-link { display: inline-block; }

nav.top-navigation { text-align: left; }
.social-wrapper { right: 30px; position: absolute; }
    
.header-right { float: right; margin-bottom: 10px; }

.logo-tag.pull-left { display: block; width: 50%; text-align: right; }

.slider-caption{
    top: 75%;
}

h3.slider-heading {
    padding: 5px 20px;
    font-size: 25px;
}

.navbar-toggle {
    float: left;
}

nav.site-navigation {
    top: 185px;
}

h4.slider-sub-heading {
    font-size: 17px;
    margin-top: 10px;
}

.carousel-indicators{
    bottom: 5px;
}

nav.top-navigation{
    overflow: visible;
}

button.navbar-toggle {
    width: 100%;
    border-radius: 0;
    background: none;
    margin: 0;
}

ul#main-menu {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
}

.navbar-collapse.collapse.in {
    padding: 0;
}


bootstrap.min.css?ver=4.8.1:1
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: none;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

span.icon-bar {
    background-color: #fff;
}

.site-navigation .nav.navbar-nav {
    width: 100%;  
    background: #000;
}

.site-navigation .navbar-nav>li:after{ display: none; }

.site-navigation .navbar-nav>li {
    border-bottom: 1px solid #313131;
    display: block !important;
    text-align: left;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

h3.res-org { text-align: center; }

.home-below-offering-wrapper .col-sm-5 { text-align: center; }

.home-below-offering-wrapper .col-sm-7 { padding: 30px; }

.image-wrapper:after{ display: none; }


}

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

.carousel-indicators {
    display: none;
}

#home-slider .item img {
    height: 300px;
}

.body-front-page nav.site-navigation {
    top: 260px;
}


.logged-in.admin-bar nav.site-navigation {
    top: 300px;
}

.slider-caption {
    top: 65%;
}

#text-3 .fa-envelope {
    border: none;
}

}

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

h3.slider-heading { padding: 6px; font-size: 1.3em; }

h4.slider-sub-heading { font-size: 14px; }

.slider-button { 
    font-size: 11px;
    padding: 3px 10px;
    margin-top: 10px;
}

div#text-3 a {
    display: inline-block;
    margin: 4px;
}

div#text-3 {
    display: inline-block;
    width: 95%;
}


}

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

.content-header-panel h1 { font-size: 16px; }
div#hcl-breadcrumbs {font-size: 12px;}

.social-wrapper { display: block; width: 100%; text-align: center; left: 0; margin: 0; padding: 0; }

}



/*Archive Page*/

article.post {
    padding: 0;
    margin-bottom: 80px;
    color: #696767;
}

article.post h1.page-title {font-size: 1.7em;text-transform: uppercase;}

article.post a {
    color: #1c1c1c;
    text-decoration: none;
}

article.post .entry-content {
    padding: 25px 0 15px 0;
}

.entry-content-thumbnail {
    padding:0;
    text-align:center;
}

.entry-content-thumbnail img{
    max-width: 100%;
}


footer .entry-meta {
    padding: 4px 0;
    border-top: 1px solid #f7f7f7;
    border-width: 1px 0 2px 0;
    border-bottom: 2px solid #4f336e;
}

header .entry-meta {
    padding: 5px 0;
    border-width: 1px 0;
    border-color: #f7f7f7;
    border-style: solid;
}

header .entry-meta a {
    font-weight: 600;
}

article.post .entry-content {
    padding: 20px 0 10px 0;
}

article.post .entry-content {
    padding: 30px 0 20px 0;
    font-size: 1.1em;
}

.entry-summary {
    padding: 10px 0;
    font-size: 1.1em;
}

footer.entry-meta {
    padding: 5px 0;
    border-width: 1px 0;
    border-color: #f7f7f7;
    border-style: solid;
}

footer.entry-meta a {
    font-weight: 600;
}

footer.entry-meta span {
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
}

.home-page-header {
    position: relative;
}

.home-page-header .top-navigation {
    position: absolute;
    width: 100%;
    top: 30px;
}



/***Masonry Style for Home page ***/

#home-product-categories {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0;

    padding: 0;
    margin: 0;    
}

#home-product-categories .single-category-container{ 
    width: 100%;
    position: relative;
}

.single-category-container:hover:after{
content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    left: 0;
    top: 0;
    z-index: 0;
}


.single-category-container img {
    width: 100%;
}


.inner-content {
    position: absolute;
    top: 40%;
    left: 5%;
    text-align: center;
    color: #fff;
    width: 95%;
    z-index: 1;
}

.inner-content h3 {
    font-size: 19px;
    text-transform: uppercase;

    visibility: hidden;
    opacity: 0;
    margin-top:-30px;
    -webkit-transition-property: visibility, opacity, margin-top; /* Safari */
    -webkit-transition-duration: .4s; /* Safari */
    transition-property: visibility, opacity, margin-top;
    transition-duration: .4s;
}

.single-category-container:hover .inner-content h3 {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}


.inner-content a.view-all {
    display: inline-block;
    color: #fff;
    padding: 4px 13px;
    border: 1px solid #fff;
    text-transform: uppercase;

    visibility: hidden;
    opacity: 0;
    margin-top: 60px;
    -webkit-transition-property: visibility, opacity, margin-top; /* Safari */
    -webkit-transition-duration: .4s; /* Safari */
    transition-property: visibility, opacity, margin-top;
    transition-duration: .4s; 
}

.inner-content a.view-all{
    text-decoration: none;
}

.single-category-container:hover .inner-content a.view-all{
    visibility: visible;
    margin-top: 10px;
    opacity: 1;
}


.more-products-div {
    background: #000;
    height: 200px;
    text-align: center;
    position: relative;
}

a.more-products {
    position: absolute;
    top: 40%;
    left: 22%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 59%;
}

@media (max-width: 768px) {
#home-product-categories {
    
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0;
}
        
}


@media (max-width: 500px) {
#home-product-categories {
    
-webkit-column-count: 1; /* Chrome, Safari, Opera */
-moz-column-count: 1; /* Firefox */
column-count: 1;
-webkit-column-gap: 0px;
-moz-column-gap: 0px;
column-gap: 0;
}
        
}




/*Single Product page*/

.single-product article h1, .single-product article h2, .single-product article h3, .single-product article strong {
    color: #1c1c1c !important;
    text-transform: uppercase;
    font-weight:400;
    
}

.single-product article{
font-size: 1.1em;
}

.single-product article strong.label {
    color: #1c1c1c !important;
    text-transform: uppercase;
    font-weight:400;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
  }

.single-product article h2{
    font-size: 1.8em;
}

.single-product article p{
    color: #696767 !important;
       font-size: 1.2em;
       line-height: 1.8;
}


/*Product Archive page */
.single-product-thumb {
    padding: 7px;
    margin: 0 0 35px 0;
}

.single-product-thumb h2 {
    font-size: 15px;
    text-align: center;
    color: #676969;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0;
}

.single-product-thumb a {
    text-decoration: none;
}

.single-product-thumb .entry-content-thumbnail{
    padding: 0;
}

.products-sidebar ul li {
    padding: 6px 0;
}

/*Contact Us*/
.contact-col {
    color: #1c1c1c;
    font-size: 1.3em;
}

.contact-col h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.contact-col a {
    color: #1c1c1c;
    text-decoration: none;
}

.contact-social-wrapper a {
    display: inline-block;
    padding: 4px 13px;
    border: 1px solid #7d7d7d;
    font-size: 1.1em;
    min-width: 18px;
}

.contact-col .div-send-btn{
    text-align: left;
    margin-top: 20px;
}

.contact-col .form-group {
    padding: 0;
    margin: 0;
}

.contact-page-form-col input, .contact-page-form-col textarea{
    color: #343434;
    border-color: #343434;
    font-weight: 100;
}

.contact-page-form-col .div-send-btn input{
    color: #343434 !important;
}

.contact-page-address-col {
    line-height: 1.8;
}

.contact-social-wrapper {
    line-height: 1.5;
}


nav#nav-below {
    clear: both;
}


nav.pagination {
    display: block;
    clear: both;
    text-align: center;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #1c1c1c;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
ul.num-pager {
    padding: 0;
}

.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #dadada;
    padding: 8px 2px;
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
}

.pagination li:first-child a, .pagination li:last-child a {
    width: 125px !important;
}
 
.pagination li a:hover,
.pagination li.active a {
    background-color: #dadada;
}

.pagination li.active a {
    width: 40px !important;
}

#text-3 .fa-envelope {
    border: none !important;
}

.archive.tax-product-category .inner-page-header, .product-template-default.single.single-product .inner-page-header{
    background: url(/wp-content/uploads/2017/08/attachment4.jpg) no-repeat top center !important;
    background-size: contain !important;
}

.single-product-thumb:nth-child(3n+1){
    clear:left;
}

#home-contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #fff;
}

#home-slider-1 .slider-caption {
    top: 80%;
}


.term-5 article.single-product-thumb.col-md-4 {
    width: 70%;
}


#home-contact-form form.wpcf7-form .home-contact-form textarea::-webkit-input-placeholder, #home-contact-form form.wpcf7-form .home-contact-form input::-webkit-input-placeholder{
    color: #fff;
}